OSDN Git Service

redminele/redmine.git
16 years agoMercurial adapter:
Jean-Philippe Lang [Sat, 15 Mar 2008 10:30:56 +0000 (10:30 +0000)]
Mercurial adapter:
* fetch changesets by batches of 100 (rather than in a single transaction)
* fix: fetch_changesets tries to re-insert the last revision that exists in the db (#860)

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1255 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoRemove hardcoded "Redmine" strings in account related emails. And use application...
Jean-Philippe Lang [Sat, 15 Mar 2008 09:40:16 +0000 (09:40 +0000)]
Remove hardcoded "Redmine" strings in account related emails. And use application title instead.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1254 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoTranslations update (close #845, #822):
Jean-Philippe Lang [Sat, 15 Mar 2008 09:25:35 +0000 (09:25 +0000)]
Translations update (close #845, #822):
* Finnish (Antti Perkiömäki)
* Czech (Maxim Krušina)

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1253 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoWorkflow copy:
Jean-Philippe Lang [Sat, 15 Mar 2008 08:27:38 +0000 (08:27 +0000)]
Workflow copy:
* added the ability the copy an existing workflow when creating a new role (closes #841)
* use a single raw insert statement to copy tracker/role workflow rather than instantiating hundreds/thousands of objects

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1252 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoAdds 2 permissions (closes #859):
Jean-Philippe Lang [Fri, 14 Mar 2008 21:17:09 +0000 (21:17 +0000)]
Adds 2 permissions (closes #859):
* edit_time_entries: lets a user edit/delete any time entry
* edit_own_time_entries: lets a user edit/delete its own time entries only

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1249 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoStrip repository urls (closes #852).
Jean-Philippe Lang [Fri, 14 Mar 2008 18:59:10 +0000 (18:59 +0000)]
Strip repository urls (closes #852).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1248 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoAdded documentation of commit: syntax to detailed wiki syntax screen
John Goerzen [Fri, 14 Mar 2008 13:48:32 +0000 (13:48 +0000)]
Added documentation of commit: syntax to detailed wiki syntax screen

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1247 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoFix trac converter WikiCaps to put a space before converted WikiCaps words
John Goerzen [Fri, 14 Mar 2008 00:52:26 +0000 (00:52 +0000)]
Fix trac converter WikiCaps to put a space before converted WikiCaps words

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1246 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoUpdate Simplified Chinese lang file
John Goerzen [Thu, 13 Mar 2008 21:46:31 +0000 (21:46 +0000)]
Update Simplified Chinese lang file

Closes #840 and uses patch from chaoqun zou contained therein, updated
to trunk

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1245 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoThis patch takes the RedmineWikiFormatting page and makes it available
John Goerzen [Thu, 13 Mar 2008 14:14:32 +0000 (14:14 +0000)]
This patch takes the RedmineWikiFormatting page and makes it available
as a static HTML file locally. This way, intranet deployments, or
other deployments do not need to be dependent upon redmine.org in
order to display this help.

Closes #815.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1244 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoRedirect to issue page after creating a new issue
John Goerzen [Thu, 13 Mar 2008 13:59:21 +0000 (13:59 +0000)]
Redirect to issue page after creating a new issue

Previous behavior was to redirect to the issue list with a "successful
creation" message.  This patch will redirect to the page for the
newly-created issue, still with the "successful creation" message.

This matches the behavior after editing an issue and also provides
instant feedback for the user to see if anything went wrong.

Closes #261 and uses the patch contained therein

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1243 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoSupport WikiCaps for Trac migrations
John Goerzen [Thu, 13 Mar 2008 05:48:37 +0000 (05:48 +0000)]
Support WikiCaps for Trac migrations

Trac wikis support WikiCaps for links to pages.  They also use
!WikiCaps syntax to prevent links.  Support both.

Uses patch from and closes #758.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1242 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoUpdated zh-tw lang file from shortie lo.
John Goerzen [Thu, 13 Mar 2008 05:41:31 +0000 (05:41 +0000)]
Updated zh-tw lang file from shortie lo.

Closes #847.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1241 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoAdd commit: link type feature to wiki_syntax.html
John Goerzen [Thu, 13 Mar 2008 05:41:28 +0000 (05:41 +0000)]
Add commit: link type feature to wiki_syntax.html

The commit: feature merged to trunk in r1236

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1240 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoPrevent unexpected nil error in GitAdapter#info if the repository path is invalid.
Jean-Philippe Lang [Wed, 12 Mar 2008 23:09:11 +0000 (23:09 +0000)]
Prevent unexpected nil error in GitAdapter#info if the repository path is invalid.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1239 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoSCM AbstractAdapter use shell_quote to more properly escape path (closes #838 by...
Jean-Philippe Lang [Wed, 12 Mar 2008 23:00:11 +0000 (23:00 +0000)]
SCM AbstractAdapter use shell_quote to more properly escape path (closes #838 by John Goerzen).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1238 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoFixes #820: invalid project id causes a NoMethodError in SearchController (Angel...
Jean-Philippe Lang [Wed, 12 Mar 2008 20:50:48 +0000 (20:50 +0000)]
Fixes #820: invalid project id causes a NoMethodError in SearchController (Angel Dobbs-Sciortino).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1237 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoMerged Git support branch (r1200 to r1226).
Jean-Philippe Lang [Wed, 12 Mar 2008 20:28:49 +0000 (20:28 +0000)]
Merged Git support branch (r1200 to r1226).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1236 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoAdds a setting for whether new projects should be public by default (closes #842...
Jean-Philippe Lang [Wed, 12 Mar 2008 19:58:19 +0000 (19:58 +0000)]
Adds a setting for whether new projects should be public by default (closes #842, #839).
Patch by Rocco Stanzione, slightly edited.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1235 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoPrevent LDAP authentication with empty password related problems.
Jean-Philippe Lang [Wed, 12 Mar 2008 17:56:19 +0000 (17:56 +0000)]
Prevent LDAP authentication with empty password related problems.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1231 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoQuotes Mercurial entries command depending on the OS.
Jean-Philippe Lang [Tue, 11 Mar 2008 20:15:05 +0000 (20:15 +0000)]
Quotes Mercurial entries command depending on the OS.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1229 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoFixes Mercurial browsing under unix-like os and for directory depth > 2 and (patch...
Jean-Philippe Lang [Tue, 11 Mar 2008 20:06:25 +0000 (20:06 +0000)]
Fixes Mercurial browsing under unix-like os and for directory depth > 2 and (patch #826 by Frederic Moulins, slightly edited to preserve win32 compatibility).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1228 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoActivity enhancements:
Jean-Philippe Lang [Tue, 11 Mar 2008 19:33:38 +0000 (19:33 +0000)]
Activity enhancements:
* overall activity view and feed added, link is available on the project list (#423, #494)
* switch added on the project activity view to include subprojects (closes #530)

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1227 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoRemoves the Redmine version from the footer (closes #794). It can still be viewed...
Jean-Philippe Lang [Sun, 9 Mar 2008 22:24:38 +0000 (22:24 +0000)]
Removes the Redmine version from the footer (closes #794). It can still be viewed on admin -> info.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1225 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoAdds atom feed link on boards index.
Jean-Philippe Lang [Sun, 9 Mar 2008 20:16:48 +0000 (20:16 +0000)]
Adds atom feed link on boards index.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1224 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoReplaces del tags by a css style (a.issue.closed) for closed issue links.
Jean-Philippe Lang [Sun, 9 Mar 2008 18:27:55 +0000 (18:27 +0000)]
Replaces del tags by a css style (a.issue.closed) for closed issue links.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1223 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoFixes migrations that change string limits for sqlite.
Jean-Philippe Lang [Sun, 9 Mar 2008 18:25:37 +0000 (18:25 +0000)]
Fixes migrations that change string limits for sqlite.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1222 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoTrac and Mantis importers: check that default configuration is loaded before processing.
Jean-Philippe Lang [Sun, 9 Mar 2008 17:23:22 +0000 (17:23 +0000)]
Trac and Mantis importers: check that default configuration is loaded before processing.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1221 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoAllow longer version names (#711, closes #712).
Jean-Philippe Lang [Sun, 9 Mar 2008 15:36:47 +0000 (15:36 +0000)]
Allow longer version names (#711, closes #712).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1220 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoShow replies as well when choosing to display messages in the activity.
Jean-Philippe Lang [Sun, 9 Mar 2008 12:15:27 +0000 (12:15 +0000)]
Show replies as well when choosing to display messages in the activity.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1217 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoTextile formatting:
Jean-Philippe Lang [Sun, 9 Mar 2008 11:47:36 +0000 (11:47 +0000)]
Textile formatting:
* escape html tags, except pre tags (#807, #795)
* try to avoid unwanted quick phrase modifiers

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1216 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoDisplay date/time instead of date on files list (#817).
Jean-Philippe Lang [Sun, 9 Mar 2008 11:39:00 +0000 (11:39 +0000)]
Display date/time instead of date on files list (#817).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1215 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoStrip out email address from authors in repository screens (#814).
Jean-Philippe Lang [Sat, 8 Mar 2008 13:46:07 +0000 (13:46 +0000)]
Strip out email address from authors in repository screens (#814).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1208 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoVersion details view changes:
Jean-Philippe Lang [Sat, 8 Mar 2008 11:17:03 +0000 (11:17 +0000)]
Version details view changes:
* display related issues on the version detail view
* display total estimated and spent hours on the version detail view
* fixed wiki headings size (same as r1168)

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1207 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoChanges 'Fixed version' label to 'Target version' (closes #723, #808).
Jean-Philippe Lang [Sat, 8 Mar 2008 09:06:16 +0000 (09:06 +0000)]
Changes 'Fixed version' label to 'Target version' (closes #723, #808).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1206 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoAdded preview for forum messages.
Jean-Philippe Lang [Fri, 7 Mar 2008 17:49:44 +0000 (17:49 +0000)]
Added preview for forum messages.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1205 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoTranslations (closes #789, #790, #798, #803, #809):
Jean-Philippe Lang [Fri, 7 Mar 2008 17:15:50 +0000 (17:15 +0000)]
Translations (closes #789, #790, #798, #803, #809):
* Danish added (Mads Vestergaard)
* Polish updated (Mariusz Olejnik)
* Finnish updated (Antti Perkiömäki)
* Simplified Chinese updated (chaoqun zou)
* Traditional Chinese updated (shortie lo)

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1204 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoFixes module names localization on projects/add (closes #797).
Jean-Philippe Lang [Fri, 7 Mar 2008 17:04:16 +0000 (17:04 +0000)]
Fixes module names localization on projects/add (closes #797).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1203 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoFix LDAP authentication (#714, broken by r1194).
Jean-Philippe Lang [Thu, 6 Mar 2008 17:22:21 +0000 (17:22 +0000)]
Fix LDAP authentication (#714, broken by r1194).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1199 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoAdds an application setting to choose whether or not subprojects issues should be...
Jean-Philippe Lang [Thu, 6 Mar 2008 08:32:56 +0000 (08:32 +0000)]
Adds an application setting to choose whether or not subprojects issues should be displayed by default on the issue list, calendar and gantt (r1178). Default is true.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1198 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoAdd a user preference to choose how comments/replies are displayed: in chronological...
Jean-Philippe Lang [Wed, 5 Mar 2008 15:41:54 +0000 (15:41 +0000)]
Add a user preference to choose how comments/replies are displayed: in chronological or reverse chronological order (#589, #776).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1197 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoDisplay the last 30 days on the activity view rather than the current month.
Jean-Philippe Lang [Wed, 5 Mar 2008 13:44:08 +0000 (13:44 +0000)]
Display the last 30 days on the activity view rather than the current month.
Number of days can be configured in the application settings.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1196 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoTrac importer: support database schema for Trac migration (#757 by John Goerzen).
Jean-Philippe Lang [Wed, 5 Mar 2008 12:54:20 +0000 (12:54 +0000)]
Trac importer: support database schema for Trac migration (#757 by John Goerzen).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1195 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoFixed "LdapError: invalid binding information" when no username/password are set...
Jean-Philippe Lang [Wed, 5 Mar 2008 12:43:14 +0000 (12:43 +0000)]
Fixed "LdapError: invalid binding information" when no username/password are set on the LDAP account (#764).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1194 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoFixes #773: Changeset block is smashing the update frame on issues/show.
Jean-Philippe Lang [Wed, 5 Mar 2008 11:59:56 +0000 (11:59 +0000)]
Fixes #773: Changeset block is smashing the update frame on issues/show.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1193 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoReversed versions ordering on files list (closes #763).
Jean-Philippe Lang [Wed, 5 Mar 2008 11:54:54 +0000 (11:54 +0000)]
Reversed versions ordering on files list (closes #763).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1192 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoAdded jsp mime type.
Jean-Philippe Lang [Wed, 5 Mar 2008 11:42:59 +0000 (11:42 +0000)]
Added jsp mime type.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1191 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoDisplay wiki syntax quick ref link within the jstoolbar (closes #629, #767).
Jean-Philippe Lang [Wed, 5 Mar 2008 11:14:35 +0000 (11:14 +0000)]
Display wiki syntax quick ref link within the jstoolbar (closes #629, #767).
Added named links syntax on quick ref (closes #766, #778).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1190 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoFixes migration 87 error when running MySQL with STRICT_TRANS_TABLES on (#771).
Jean-Philippe Lang [Wed, 5 Mar 2008 09:16:19 +0000 (09:16 +0000)]
Fixes migration 87 error when running MySQL with STRICT_TRANS_TABLES on (#771).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1189 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoFixes #765: Date pickers don't work on issues' bulk edit view.
Jean-Philippe Lang [Wed, 5 Mar 2008 09:06:00 +0000 (09:06 +0000)]
Fixes #765: Date pickers don't work on issues' bulk edit view.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1188 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoFixes #780: Redmine fails to start with a const_missing error on Redmine::MenuManager...
Jean-Philippe Lang [Wed, 5 Mar 2008 09:01:37 +0000 (09:01 +0000)]
Fixes #780: Redmine fails to start with a const_missing error on Redmine::MenuManager::MenuItem::GLoc (occurs when a Redmine plugin is loaded before GLoc).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1187 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoTranslations updates:
Jean-Philippe Lang [Wed, 5 Mar 2008 08:54:26 +0000 (08:54 +0000)]
Translations updates:
* Finnish (Antti Perkiömäki)
* Russian (Michael Pirogov)
* Chinese Traditional (shortie lo)
* Japanese (Satoru Kurashiki)
* Korean (Jongyoon Choi)
* Simplified Chinese (chaoqun zou)
* German (Thomas Löber)

Fixed zh and zh-tw encoding in PDF (chaoqun zou).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1186 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoDisplay links to Atom feeds (closes #496, #750).
Jean-Philippe Lang [Wed, 5 Mar 2008 08:25:22 +0000 (08:25 +0000)]
Display links to Atom feeds (closes #496, #750).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1185 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoFixed #759: Can not view a project without View time entries permission (broken by...
Jean-Philippe Lang [Sat, 1 Mar 2008 20:09:57 +0000 (20:09 +0000)]
Fixed #759: Can not view a project without View time entries permission (broken by r1176).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1184 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoFixed: fetch_changesets fails on commit comments that close 2 duplicates issues.
Jean-Philippe Lang [Sat, 1 Mar 2008 09:00:02 +0000 (09:00 +0000)]
Fixed: fetch_changesets fails on commit comments that close 2 duplicates issues.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1183 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoLet the user choose when deleting issues with reported hours (closes #734, #71):
Jean-Philippe Lang [Fri, 29 Feb 2008 22:54:07 +0000 (22:54 +0000)]
Let the user choose when deleting issues with reported hours (closes #734, #71):
* to delete the hours
* to assign the hours to the project
* to reassign the hours to another issue

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1182 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoLogin field name changed to username (#755).
Jean-Philippe Lang [Fri, 29 Feb 2008 21:18:35 +0000 (21:18 +0000)]
Login field name changed to username (#755).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1181 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoAdds an optional description to attachments.
Jean-Philippe Lang [Fri, 29 Feb 2008 19:46:58 +0000 (19:46 +0000)]
Adds an optional description to attachments.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1180 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoFixed: Multiple "new" statuses in filing new ticket (closes #751).
Jean-Philippe Lang [Thu, 28 Feb 2008 22:00:56 +0000 (22:00 +0000)]
Fixed: Multiple "new" statuses in filing new ticket (closes #751).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1179 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoInclude subprojects on the issue list, calendar and gantt by default.
Jean-Philippe Lang [Thu, 28 Feb 2008 21:57:03 +0000 (21:57 +0000)]
Include subprojects on the issue list, calendar and gantt by default.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1178 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoFixed JournalControllerTest.
Jean-Philippe Lang [Wed, 27 Feb 2008 23:01:35 +0000 (23:01 +0000)]
Fixed JournalControllerTest.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1177 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoPropagates time tracking to the parent project (closes #433). Time report enhancements.
Jean-Philippe Lang [Wed, 27 Feb 2008 20:50:19 +0000 (20:50 +0000)]
Propagates time tracking to the parent project (closes #433). Time report enhancements.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1176 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoTrac importer fix:
Jean-Philippe Lang [Tue, 26 Feb 2008 19:47:29 +0000 (19:47 +0000)]
Trac importer fix:
* error when trying to convert too long ticket ids (closes #719)

Enhancements (#619):
* Trac guide wiki pages skipped
* wiki attachments migration added

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1175 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoDo not send an email with no recipient, cc or bcc (closes #743).
Jean-Philippe Lang [Tue, 26 Feb 2008 18:30:24 +0000 (18:30 +0000)]
Do not send an email with no recipient, cc or bcc (closes #743).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1174 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoAdds date range filter and pagination on time entries detail view (closes #434).
Jean-Philippe Lang [Tue, 26 Feb 2008 18:15:58 +0000 (18:15 +0000)]
Adds date range filter and pagination on time entries detail view (closes #434).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1173 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoMenus items:
Jean-Philippe Lang [Fri, 22 Feb 2008 18:19:00 +0000 (18:19 +0000)]
Menus items:
* fixed broken translation when a plugin is installed (closes #649)
* small fix to the plugin API: options parameter added to Redmine::Plugin#menu

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1172 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoFixed: Issue custom fields "required" flag not stored (broken by r1090). Closes ...
Jean-Philippe Lang [Fri, 22 Feb 2008 17:48:37 +0000 (17:48 +0000)]
Fixed: Issue custom fields "required" flag not stored (broken by r1090). Closes #715.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1171 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoFixed: LDAP authentication without password may be possible (#714).
Jean-Philippe Lang [Fri, 22 Feb 2008 17:26:53 +0000 (17:26 +0000)]
Fixed: LDAP authentication without password may be possible (#714).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1169 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoRoadmap enhancements (closes #697, #698):
Jean-Philippe Lang [Thu, 21 Feb 2008 19:49:47 +0000 (19:49 +0000)]
Roadmap enhancements (closes #697, #698):
* separate related issues from wiki contents
* leading h1 in version wiki pages is hidden (done using css, won't work with IE6)
* smaller wiki headings
* xhtml validation

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1168 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoFixed: "undefined method 'textilizable'" error on email notification when running...
Jean-Philippe Lang [Thu, 21 Feb 2008 19:30:27 +0000 (19:30 +0000)]
Fixed: "undefined method 'textilizable'" error on email notification when running Repository#fetch_changesets from the console.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1167 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoAdded 'estimated time' in the csv export of the issue list.
Jean-Philippe Lang [Thu, 21 Feb 2008 17:57:00 +0000 (17:57 +0000)]
Added 'estimated time' in the csv export of the issue list.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1166 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoFixed: Adding time when Updating a ticket is gone (closes #701).
Jean-Philippe Lang [Thu, 21 Feb 2008 17:50:33 +0000 (17:50 +0000)]
Fixed: Adding time when Updating a ticket is gone (closes #701).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1165 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoDo not clear issue relations when moving an issue to another project if cross-project...
Jean-Philippe Lang [Thu, 21 Feb 2008 17:45:49 +0000 (17:45 +0000)]
Do not clear issue relations when moving an issue to another project if cross-project issue relations are allowed (closes #696).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1164 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoOrder issues by id on the roadmap.
Jean-Philippe Lang [Mon, 18 Feb 2008 18:28:37 +0000 (18:28 +0000)]
Order issues by id on the roadmap.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1163 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoFixed: auto closing of duplicates doesn't work.
Jean-Philippe Lang [Sun, 17 Feb 2008 15:02:54 +0000 (15:02 +0000)]
Fixed: auto closing of duplicates doesn't work.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1162 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoFixes:
Jean-Philippe Lang [Sun, 17 Feb 2008 14:17:20 +0000 (14:17 +0000)]
Fixes:
* email notifications: host name is missing in generated links (#639, #201)
* email notifications: referenced changesets, wiki pages, attachments... are not turned into links (only ticket ids are)
* attachment links and inline images don't work in issue notes

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1161 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoFixes for wiki_syntax.html (#678) by Thomas Löber.
Jean-Philippe Lang [Sat, 16 Feb 2008 21:24:12 +0000 (21:24 +0000)]
Fixes for wiki_syntax.html (#678) by Thomas Löber.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1160 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoRescue and display an error message when trying to delete a role that is in use.
Jean-Philippe Lang [Sat, 16 Feb 2008 21:05:10 +0000 (21:05 +0000)]
Rescue and display an error message when trying to delete a role that is in use.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1159 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoMantis importer: do not duplicate Mantis username in firstname and lastname if realna...
Jean-Philippe Lang [Sat, 16 Feb 2008 19:28:24 +0000 (19:28 +0000)]
Mantis importer: do not duplicate Mantis username in firstname and lastname if realname is blank.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1158 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoRemoved fragment caching on gantt and calendar.
Jean-Philippe Lang [Sat, 16 Feb 2008 18:28:46 +0000 (18:28 +0000)]
Removed fragment caching on gantt and calendar.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1157 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoFixed: CVS repository doesn't work if port is used in the url (#653).
Jean-Philippe Lang [Sat, 16 Feb 2008 18:09:26 +0000 (18:09 +0000)]
Fixed: CVS repository doesn't work if port is used in the url (#653).
Added functional tests for CVS adapter.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1156 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoAdded a simple rake task to fetch changesets from the repositories:
Jean-Philippe Lang [Sat, 16 Feb 2008 16:25:58 +0000 (16:25 +0000)]
Added a simple rake task to fetch changesets from the repositories:

  rake redmine:fetch_changesets

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1155 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoAtom feeds:
Jean-Philippe Lang [Sat, 16 Feb 2008 16:20:35 +0000 (16:20 +0000)]
Atom feeds:
* prevent duplicate entry ids for issue changes
* prevent empty email in author element

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1154 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoAdded:
Jean-Philippe Lang [Sat, 16 Feb 2008 15:34:17 +0000 (15:34 +0000)]
Added:
* the 'include' macro to include a wiki page
* macro escaping support (with exclamation mark)

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1153 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoAdded the following permissions (#527, #585, #627):
Jean-Philippe Lang [Sat, 16 Feb 2008 13:19:33 +0000 (13:19 +0000)]
Added the following permissions (#527, #585, #627):
* edit_issue_notes: let user edit any notes
* edit_own_issue_notes: let user edit his own notes only

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1152 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoAdded translation support for project modules names and a few other strings.
Jean-Philippe Lang [Sat, 16 Feb 2008 10:15:19 +0000 (10:15 +0000)]
Added translation support for project modules names and a few other strings.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1151 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoFix grammar error in e-mail footer (closes #673).
Jean-Philippe Lang [Sat, 16 Feb 2008 09:14:59 +0000 (09:14 +0000)]
Fix grammar error in e-mail footer (closes #673).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1150 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoAdded Ukrainan translation (Natalia Konovka & Mykhaylo Sorochan).
Jean-Philippe Lang [Fri, 15 Feb 2008 17:47:19 +0000 (17:47 +0000)]
Added Ukrainan translation (Natalia Konovka & Mykhaylo Sorochan).
Translation updates:
* Lithuanian (Sergej Jegorov)
* Russian (Michael Pirogov)
* Traditional Chinese (Shortie Lo)
* Finnish (Antti Perkiömäki)

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1149 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoFix applied to ruby-net-ldap (#608).
Jean-Philippe Lang [Fri, 15 Feb 2008 17:22:21 +0000 (17:22 +0000)]
Fix applied to ruby-net-ldap (#608).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1148 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoSlight changes to calendar and activity h2 titles.
Jean-Philippe Lang [Fri, 15 Feb 2008 17:04:27 +0000 (17:04 +0000)]
Slight changes to calendar and activity h2 titles.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1147 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoMake Mantis importer preserve bug ids.
Jean-Philippe Lang [Fri, 15 Feb 2008 16:41:44 +0000 (16:41 +0000)]
Make Mantis importer preserve bug ids.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1146 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoEscape titles in activity view.
Jean-Philippe Lang [Thu, 14 Feb 2008 21:17:28 +0000 (21:17 +0000)]
Escape titles in activity view.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1145 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoFixed a bug in localization introduced by r1131 (anonymous users inherit the language...
Jean-Philippe Lang [Wed, 13 Feb 2008 20:47:27 +0000 (20:47 +0000)]
Fixed a bug in localization introduced by r1131 (anonymous users inherit the language of the first anonymous user).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1144 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoTranslation for various hard-coded strings (#577).
Jean-Philippe Lang [Tue, 12 Feb 2008 22:43:37 +0000 (22:43 +0000)]
Translation for various hard-coded strings (#577).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1143 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoAdded issue subject to the time entries view and subject + tracker to the csv export...
Jean-Philippe Lang [Tue, 12 Feb 2008 21:43:54 +0000 (21:43 +0000)]
Added issue subject to the time entries view and subject + tracker to the csv export (#616). Default order on date column set to desc.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1142 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoFixed: not null constraints not removed with Postgresql.
Jean-Philippe Lang [Tue, 12 Feb 2008 21:11:16 +0000 (21:11 +0000)]
Fixed: not null constraints not removed with Postgresql.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1140 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoFixed: empty status list shouldn't be displayed when the user can not change the...
Jean-Philippe Lang [Tue, 12 Feb 2008 18:33:38 +0000 (18:33 +0000)]
Fixed: empty status list shouldn't be displayed when the user can not change the status.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1139 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoFixed: wiki and changeset links not displayed when previewing issue description or...
Jean-Philippe Lang [Tue, 12 Feb 2008 18:31:15 +0000 (18:31 +0000)]
Fixed: wiki and changeset links not displayed when previewing issue description or notes.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1138 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoThe following menus can now be extended by plugins: top_menu, account_menu, applicati...
Jean-Philippe Lang [Tue, 12 Feb 2008 17:58:46 +0000 (17:58 +0000)]
The following menus can now be extended by plugins: top_menu, account_menu, application_menu (empty by default).
Sligth layout change: links in the top menu are now li elements.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1137 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoReplaced window.hash= by Element.scrollTo()
Jean-Philippe Lang [Mon, 11 Feb 2008 20:45:46 +0000 (20:45 +0000)]
Replaced window.hash= by Element.scrollTo()

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1136 e93f8b46-1217-0410-a6f0-8f06a7374b81