Activity
From 2008-03-07 to 2008-03-09
2008-03-09
-
23:01 Defect #816: Remote Subversion repositories are not refreshed by the application
- Jean-Phillippe,
THAT fixed it. Thank you VERY much!
Redirecting stderr to stdout was the solution to this issue.
... -
22:46 Defect #816: Remote Subversion repositories are not refreshed by the application
- I've just made a quick test with an Unfuddle repository and everything works fine.
The result you get when the com... -
21:09 Defect #816: Remote Subversion repositories are not refreshed by the application
- I just created a free account at http://www.unfuddle.com to see if it is just my remote Subversion server, but the Un...
-
20:59 Defect #816: Remote Subversion repositories are not refreshed by the application
- Here is the snippet from the command *svn list --xml http://XXXXX/YYYYY* as requested....
-
10:57 Defect #816: Remote Subversion repositories are not refreshed by the application
- I believe that you have full control over the repository but the 'svn list' command fails and I can't guess why. Can ...
-
22:59 Feature #806: Have wiki links display linked page title
- What do you mean exactly by "page's title" ? The first heading of its content ?
-
22:54 Feature #643: Issue description templates
- > Check http://twitter.com/help and you will understand
You can have a pretty close result using custom fields. -
20:39 Feature #643: Issue description templates
- +1 for this.
What he is suggesting is this:
- When the user clicks on "New Issue", the description field is pre... -
20:32 Patch #819: Add a body ID and class to all pages
- One note, though.
I have not checked for every element with CLASS="action_name" for every controller.
I'll chec... -
20:29 Patch #819: Add a body ID and class to all pages
- Here's a patch that adds @@<body id="<%= @controller.controller_name %>" class="<%= @controller.action_name %>">@@ an...
-
20:12 Patch #819: Add a body ID and class to all pages
- Another (less nice) option is to use id="<%= @controller.controller_name %>_<%= @controller.action_name %"
The onl... -
17:17 Patch #819: Add a body ID and class to all pages
- It could be convenient indeed. But I see a clash with the "account" div defined in @base.rhtml@:...
-
17:02 Patch #819: Add a body ID and class to all pages
- This applies to r1217
-
16:59 Patch #819 (Closed): Add a body ID and class to all pages
- This is extremely useful for CSS styling, as it allows us theme writers to target specific pages/sections.
It will a... -
17:54 Feature #516 (Closed): Add "total row" to bottom of Timelog (Spent time)
- Total row added on spent-time report in r1176.
-
17:42 Patch #250 (Closed): updated git support patch (against svn rev. 1069)
- See #259.
-
17:41 Patch #234 (Closed): Git support patch
- See #259.
-
17:19 Defect #711 (Closed): versions: name length limit is too short
- Fixed in r1220. The limit was set in the database to 255 to avoid multibyte chars problems.
-
17:00 Patch #712 (Closed): Patch for issue #711
- Fixed in r1220. The limit was set in the database to 255 to avoid multibyte chars problems.
-
14:36 Feature #818: Fulltext search include content of files
- maybe it's a new feature.
-
14:26 Feature #818 (Closed): Fulltext search include content of files
- is there has any planning to support search content of uploaded files such as TXT\WORR\PDF ?
-
14:14 Patch #754 (Closed): Patch for #86
- Html tags are escaped as of r1216. Html comments tags will be left as-is.
-
14:13 Defect #86 (Closed): HTML comments not rendered properly
- Fixed in r1216.
-
14:10 Defect #795 (Closed): html svn log not escaped
- Fixed in r1216 (only pre tags are not escaped since they're used to enter preformatted text).
-
14:09 Defect #807 (Closed): HTML not escaped in ticket descriptions
- Fixed in r1216 (only pre tags are not escaped).
-
07:39 Patch #817 (Closed): Show date & time in project files list
- My enterprise team has a special need, in that some of our designers work on images a lot, but would like a central r...
-
02:54 Feature #784: Adobe AIR based Fatclient
- BTW This one looks promising: http://extjs.com/blog/2008/02/24/tasks2/
I think we need decent support for forms an... -
00:29 Feature #784: Adobe AIR based Fatclient
- Hi Martin,
as you might already know, I'm quite interested, too!
Just getting started with AIR... -
00:25 Feature #296: REST API
- +1 for REST API
What about JSON format for usage in AJAX / RIA applications? I think it wouldn't take much more ef...
2008-03-08
-
21:30 Patch #259: Git support for r1104
- All local changes now checked in to branches/work/git as of r1212
-
04:44 Patch #259: Git support for r1104
- The attached patch is meant to be applied on the git branch. It:
* updates the git branch to stay in sync with tr... -
18:56 Defect #816: Remote Subversion repositories are not refreshed by the application
- I have full control over the repository; I can browse it online, I can use it with Subversion in TextMate and I make ...
-
18:48 Defect #816: Remote Subversion repositories are not refreshed by the application
- It looks like the user that you use to run the app can not access the repository. That's why it works when do it manu...
-
18:30 Defect #816: Remote Subversion repositories are not refreshed by the application
- I was able to find the culprit in the logfile.
Parameters: {"action"=>"show", "id"=>"virtualmalls", "controller"... -
18:21 Defect #816: Remote Subversion repositories are not refreshed by the application
- I was hoping that the Autofetch commits option would solve my issue, but it doesn't.
I have to drop into the command... -
11:21 Defect #816: Remote Subversion repositories are not refreshed by the application
- I confirm, this option is available in 0.6.3. And it should do exactly what you're asking for (retreive the commits w...
-
10:40 Defect #816: Remote Subversion repositories are not refreshed by the application
- What version are you using?
I'm using SVN trunk, and for some time (r1163?) there's been an "Autofetch commits" op... -
10:19 Defect #816 (Closed): Remote Subversion repositories are not refreshed by the application
- All my subversion repositories are held online. I have to manually run "Repository.fetch_changesets" from the comman...
-
18:12 Feature #783: Real Plugin-System
- @Martin: you should be able to edit the wiki now.
-
14:47 Patch #814 (Closed): Strip out email address from authors in repository screens
- Committed in r1208 (@to_s@ added to prevent 'unexpected nil' errors).
Change was made on annotate and revision views... -
03:17 Patch #814 (Closed): Strip out email address from authors in repository screens
- Some VCSs (darcs, mercurial, git, others?) include email addresses in
angle brackets in the author field.
... -
13:52 Patch #812 (Closed): Include issue refs on closed issues
- You're right. Further testing has showed that I was confused because the Resolved status wasn't a "closed" status by...
-
12:29 Patch #812: Include issue refs on closed issues
- This code:
next if issue.status.is_closed?
will only prevent lines 87 to 92 to be executed.
A referenced and clos... -
02:59 Patch #812 (Closed): Include issue refs on closed issues
- Consider a case where issue 5 exists in the issue database already and
is already marked closed. If you hav... -
12:16 Defect #808: "Fixed Version" label misleading
- The literal translation would be "Zielversion". But I also like the phrase "Geplant für Version".
What do you think? -
10:17 Defect #808 (Closed): "Fixed Version" label misleading
- Applied in changeset r1206.
-
10:17 Feature #723 (Closed): issues: change "fixed version" to "target version"
- Applied in changeset r1206.
-
04:37 Patch #815 (Closed): Include detailed wiki help locally
- This patch takes the [[RedmineWikiFormatting]] page and makes it available as a static HTML file locally. This way, ...
-
03:01 Defect #813 (Closed): When using postgres, importing svn repo complains about improperly escaped backslashes
- I set up a new install of redmine, and when I set the svn rep and clicked on Repository for the first time, I got a f...
-
01:57 Patch #811 (New): Username validation - allow spaces...
- I've tested a very simple patch with a test installation of RedMine to allow usernames with spaces.
I have modifie...
2008-03-07
-
23:03 Patch #259: Git support for r1104
- Wonderful!
What do you believe remains to be done before this can be integrated into trunk?
I will proceed to t... -
17:35 Patch #259: Git support for r1104
- I've created a branch to work on git support: @/branches/work/git@
I've integrated your patch and finally decided ... -
06:35 Patch #259: Git support for r1104
- Here's my best shot at Git support for now.
It passes all its unit tests, and all but one of the other tests. Thi... -
06:25 Patch #259: Git support for r1104
- Attaching ./test/fixtures/repositories/git_repository.tar.gz separately since diffs can't handle binary data
-
04:41 Patch #259: Git support for r1104
- OK, it seems sometimes it takes an scmid, and I've found a way to transform a numeric ID into it.
More tests are p... -
03:20 Patch #259: Git support for r1104
- I'm attaching a first go at a much-revised patch.
This one uses the numeric revision identifier as suggested in th... -
20:55 Defect #808: "Fixed Version" label misleading
- I totally agree. What would be the german translation ?
-
13:15 Defect #808 (Closed): "Fixed Version" label misleading
- The "label fixed" version for tickets suggests that the field is used to indicate, in which verison the ticket _was_ ...
-
20:42 Defect #614: Filters buttons in the issues tab should appear inside the filters fieldset
- Do you prefer something like that ?
!http://www.redmine.org/attachments/download/300! -
18:17 Patch #789 (Closed): Finnish translation sync to rev 1189
- Applied in changeset r1204.
-
18:17 Feature #790 (Closed): Polish translation
- Applied in changeset r1204.
-
18:17 Patch #798 (Closed): Simplified Chinese lang file zh.yml updated to r1198
- Applied in changeset r1204.
-
18:17 Patch #803 (Closed): Danish translation
- Applied in changeset r1204.
-
17:07 Patch #803: Danish translation
- Thanks for your work. It will be added in the next release.
-
18:17 Patch #809 (Closed): Traditional Chinese translation (r1199)
- Applied in changeset r1204.
-
17:04 Patch #809 (Closed): Traditional Chinese translation (r1199)
- * relocate (and add zh-tw translations for) the following tags:
setting_activity_days_default, label_chronological_o... -
18:17 Defect #797 (Closed): When Add Project, Module List is not localized
- Applied in changeset r1203.
-
17:16 Feature #810 (Closed): Warning when navigating away from editing a form
- Redmine should warn you if you're editing a page (especially in the wiki) and you try to navigate off of that page. ...
-
17:06 Defect #807: HTML not escaped in ticket descriptions
- Actually, HTML is escaped here on redmine.org (eg. <h1>Redmine</h1>) except @pre@ tags used for preformatted text.
I... -
16:36 Defect #807: HTML not escaped in ticket descriptions
- I think this is a have-your-cake-and-eat-it-too scenario. Issue descriptions are textilized so they can be formatted...
-
13:09 Defect #807 (Closed): HTML not escaped in ticket descriptions
- HTML Tags are not escaped in ticket comments.
-
12:12 Feature #806 (New): Have wiki links display linked page title
- It would be über-cool to have wiki links (i.e: [[linked_page]] automatically display the linked page's title.
Doku... -
06:54 Feature #805 (New): Allow projects view to be sorted by activity
- For example, this page:
http://www.redmine.org/projects
Ordinarily sorts projects by alphabetical order, instead ... -
06:35 Feature #725: Feature Request - Web Service Gateway
- +1 for REST api.
Should meet the needs of the times. -
01:27 Feature #804 (Closed): Proper reporting of renames in the Repository module
- It would be nicer if (like trac), moves/renames would be shown as such in the Repository view. Currently it just trea...
Also available in: Atom