Project

General

Profile

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.
...
Kai Janson
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...
Jean-Philippe Lang
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... Kai Janson
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.... Kai Janson
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 ... Jean-Philippe Lang
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 ? Jean-Philippe Lang
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.
Jean-Philippe Lang
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...
Ale Muñoz
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...
Ale Muñoz
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... Ale Muñoz
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...
Ale Muñoz
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@:... Jean-Philippe Lang
17:02 Patch #819: Add a body ID and class to all pages
This applies to r1217 Ale Muñoz
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...
Ale Muñoz
17:54 Feature #516 (Closed): Add "total row" to bottom of Timelog (Spent time)
Total row added on spent-time report in r1176. Jean-Philippe Lang
17:42 Patch #250 (Closed): updated git support patch (against svn rev. 1069)
See #259. Jean-Philippe Lang
17:41 Patch #234 (Closed): Git support patch
See #259. Jean-Philippe Lang
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. Jean-Philippe Lang
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. Jean-Philippe Lang
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. Jean-Philippe Lang
14:13 Defect #86 (Closed): HTML comments not rendered properly
Fixed in r1216. Jean-Philippe Lang
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). Jean-Philippe Lang
14:09 Defect #807 (Closed): HTML not escaped in ticket descriptions
Fixed in r1216 (only pre tags are not escaped). Jean-Philippe Lang
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... Vic Fryzel
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...
Christopher Hlubek
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...
Christopher Hlubek
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...
Christopher Hlubek

2008-03-08

21:30 Patch #259: Git support for r1104
All local changes now checked in to branches/work/git as of r1212 John Goerzen
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...
John Goerzen
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 ... Kai Janson
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... Jean-Philippe Lang
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"...
Kai Janson
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...
Kai Janson
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... Jean-Philippe Lang
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...
Ale Muñoz
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... Kai Janson
18:12 Feature #783: Real Plugin-System
@Martin: you should be able to edit the wiki now. Jean-Philippe Lang
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...
Jean-Philippe Lang
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.
...
John Goerzen
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... John Goerzen
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...
Jean-Philippe Lang
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...
John Goerzen
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?
Thomas Löber
10:17 Defect #808 (Closed): "Fixed Version" label misleading
Applied in changeset r1206. Jean-Philippe Lang
10:17 Feature #723 (Closed): issues: change "fixed version" to "target version"
Applied in changeset r1206. Jean-Philippe Lang
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, ... John Goerzen
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... Marc Horowitz
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...
Jason Milkins

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...
John Goerzen
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 ...
Jean-Philippe Lang
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...
John Goerzen
06:25 Patch #259: Git support for r1104
Attaching ./test/fixtures/repositories/git_repository.tar.gz separately since diffs can't handle binary data John Goerzen
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...
John Goerzen
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...
John Goerzen
20:55 Defect #808: "Fixed Version" label misleading
I totally agree. What would be the german translation ? Jean-Philippe Lang
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_ ... David Förster
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!
Jean-Philippe Lang
18:17 Patch #789 (Closed): Finnish translation sync to rev 1189
Applied in changeset r1204. Jean-Philippe Lang
18:17 Feature #790 (Closed): Polish translation
Applied in changeset r1204. Jean-Philippe Lang
18:17 Patch #798 (Closed): Simplified Chinese lang file zh.yml updated to r1198
Applied in changeset r1204. Jean-Philippe Lang
18:17 Patch #803 (Closed): Danish translation
Applied in changeset r1204. Jean-Philippe Lang
17:07 Patch #803: Danish translation
Thanks for your work. It will be added in the next release. Jean-Philippe Lang
18:17 Patch #809 (Closed): Traditional Chinese translation (r1199)
Applied in changeset r1204. Jean-Philippe Lang
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...
ChunChang (Nagaharu) Lo
18:17 Defect #797 (Closed): When Add Project, Module List is not localized
Applied in changeset r1203. Jean-Philippe Lang
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. ... Ben Oakes
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...
Jean-Philippe Lang
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... Rocco Stanzione
13:09 Defect #807 (Closed): HTML not escaped in ticket descriptions
HTML Tags are not escaped in ticket comments. David Förster
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...
Ale Muñoz
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 ...
jonathan otto
06:35 Feature #725: Feature Request - Web Service Gateway
+1 for REST api.
Should meet the needs of the times.
satoko hibi
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... Charles L
 

Also available in: Atom