OSDN Git Service

redminele/redmine.git
16 years agoFixed: migrate_from_trac doesn't import timestamps of wiki and tickets (patch #882...
Jean-Philippe Lang [Sat, 29 Mar 2008 10:54:24 +0000 (10:54 +0000)]
Fixed: migrate_from_trac doesn't import timestamps of wiki and tickets (patch #882 by Andreas Neuhaus slightly edited).

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

16 years agoFixed: https urls in the wiki are not displayed as external (closes #943).
Jean-Philippe Lang [Sat, 29 Mar 2008 09:24:09 +0000 (09:24 +0000)]
Fixed: https urls in the wiki are not displayed as external (closes #943).

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

16 years agoTranslation updates: (closes #915, #927, #929, #923, #914, #919)
Jean-Philippe Lang [Thu, 27 Mar 2008 19:27:40 +0000 (19:27 +0000)]
Translation updates: (closes #915, #927, #929, #923, #914, #919)
* Japanese (Satoru Kurashiki)
* Simplified Chinese (chaoqun zou)
* Danish (kim madsen)
* Norwegian (Kai Olav Fredriksen)
* Traditional Chinese (shortie lo)
* German (Sven Schuchmann)

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

16 years agoAdd breadcrumb nav for the forums (#892).
Jean-Philippe Lang [Thu, 27 Mar 2008 18:41:42 +0000 (18:41 +0000)]
Add breadcrumb nav for the forums (#892).

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

16 years agoIf 'Display subprojects issues on main projects' is set to false:
Jean-Philippe Lang [Thu, 27 Mar 2008 18:22:12 +0000 (18:22 +0000)]
If 'Display subprojects issues on main projects' is set to false:
* do not include subprojects in the issue count of the parent project overview (#939)
* do not include subproject timelogs on the parent project (#848)

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

16 years agoTrac importer: exclude more Trac wiki pages (#933).
Jean-Philippe Lang [Wed, 26 Mar 2008 23:22:33 +0000 (23:22 +0000)]
Trac importer: exclude more Trac wiki pages (#933).

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

16 years agoMake the versions with the same date sorted by name (#864).
Jean-Philippe Lang [Wed, 26 Mar 2008 22:56:30 +0000 (22:56 +0000)]
Make the versions with the same date sorted by name (#864).

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

16 years agoBigger wiki h3 headings.
Jean-Philippe Lang [Wed, 26 Mar 2008 22:46:18 +0000 (22:46 +0000)]
Bigger wiki h3 headings.

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

16 years agoFixed: when bulk editing, setting "Assigned to" to "nobody" causes an sql error with...
Jean-Philippe Lang [Wed, 26 Mar 2008 22:22:45 +0000 (22:22 +0000)]
Fixed: when bulk editing, setting "Assigned to" to "nobody" causes an sql error with Postgresql (#935).

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

16 years agoDo not use javascript to hide tabs content on page loading and make tabs work with...
Jean-Philippe Lang [Wed, 26 Mar 2008 18:49:12 +0000 (18:49 +0000)]
Do not use javascript to hide tabs content on page loading and make tabs work with javascript disabled.

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

16 years agoAdd the description field to the issue csv export (#753).
Jean-Philippe Lang [Wed, 26 Mar 2008 18:08:24 +0000 (18:08 +0000)]
Add the description field to the issue csv export (#753).

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

16 years agoFixed: 'This week' condition in filter consider monday as the first day of the week...
Jean-Philippe Lang [Sun, 23 Mar 2008 16:16:55 +0000 (16:16 +0000)]
Fixed: 'This week' condition in filter consider monday as the first day of the week even if language sets otherwise (closes #913).

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

16 years agoMake 'Planning' string translatable (closes #890).
Jean-Philippe Lang [Sun, 23 Mar 2008 09:04:21 +0000 (09:04 +0000)]
Make 'Planning' string translatable (closes #890).

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

16 years agoTranslations (closes #875, #876, #889, #891, #909):
Jean-Philippe Lang [Sun, 23 Mar 2008 08:34:13 +0000 (08:34 +0000)]
Translations (closes #875, #876, #889, #891, #909):
* Norwegian added (Kai Olav Fredriksen)
* Finnish updated (Antti Perkiömäki)
* Czech updated (Maxim Krušina)
* Russian updated (Michael Pirogov)
* Polish updated (Mariusz Olejnik)

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

16 years agoFixed: revision is ignored in MercurialAdapter#cat.
Jean-Philippe Lang [Fri, 21 Mar 2008 22:19:37 +0000 (22:19 +0000)]
Fixed: revision is ignored in MercurialAdapter#cat.

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

16 years agoAdded links to repository files in wiki syntax help.
Jean-Philippe Lang [Fri, 21 Mar 2008 22:05:23 +0000 (22:05 +0000)]
Added links to repository files in wiki syntax help.
Styles added and small fixes to the detailed wiki syntax help.

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

16 years agoTrac importer: prevent validation failure due to the default value when saving the...
Jean-Philippe Lang [Fri, 21 Mar 2008 21:37:40 +0000 (21:37 +0000)]
Trac importer: prevent validation failure due to the default value when saving the Resolution custom field if it already exists (#869).

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

16 years agoFix IE6 display bug on the issue list.
Jean-Philippe Lang [Fri, 21 Mar 2008 21:08:00 +0000 (21:08 +0000)]
Fix IE6 display bug on the issue list.

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

16 years agoDoc update before 0.7-rc1 release.
Jean-Philippe Lang [Fri, 21 Mar 2008 20:24:10 +0000 (20:24 +0000)]
Doc update before 0.7-rc1 release.

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

16 years agoAdd unloadable to the sample plugin controller (http://dev.rubyonrails.org/ticket...
Jean-Philippe Lang [Fri, 21 Mar 2008 20:17:09 +0000 (20:17 +0000)]
Add unloadable to the sample plugin controller (dev.rubyonrails.org/ticket/6001).

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

16 years agoAdd unloadable to the sample plugin controller (http://dev.rubyonrails.org/ticket...
Jean-Philippe Lang [Fri, 21 Mar 2008 20:02:41 +0000 (20:02 +0000)]
Add unloadable to the sample plugin controller (dev.rubyonrails.org/ticket/6001).

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

16 years agoLoad Engines plugin if available (closes #180).
Jean-Philippe Lang [Fri, 21 Mar 2008 19:59:43 +0000 (19:59 +0000)]
Load Engines plugin if available (closes #180).

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

16 years agoWiki links:
Jean-Philippe Lang [Fri, 21 Mar 2008 17:39:02 +0000 (17:39 +0000)]
Wiki links:
* fixes wiki links with pipe in table (closes #893, #870, #894)
* prevent wiki link matching on multiple lines

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

16 years agoAdd done_ratio to the right-click context menu.
Jean-Philippe Lang [Fri, 21 Mar 2008 17:32:15 +0000 (17:32 +0000)]
Add done_ratio to the right-click context menu.
Closes #904 (back_to variable used in patch #641 and in r1277 is no longer defined).

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

16 years agoRevert "Make an issue's done_ratio field adjustable from the right-click"
John Goerzen [Thu, 20 Mar 2008 19:25:18 +0000 (19:25 +0000)]
Revert "Make an issue's done_ratio field adjustable from the right-click"

Reverts commit r1277
fixes #904
refs #641

This had been working for me in testing for some time, but received
issue #904 saying it broke the context menu.  I was able to make it do
so on a new project as well.  Will revert and comment in #641 about this.

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

16 years agoMake an issue's done_ratio field adjustable from the right-click
John Goerzen [Thu, 20 Mar 2008 17:41:03 +0000 (17:41 +0000)]
Make an issue's done_ratio field adjustable from the right-click
context menu.

Uses patch from, and fixes #641.  Patch by Dov Murik.

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

16 years agoChange the tick image and replace the issue selection pencil with a small tick.
Jean-Philippe Lang [Wed, 19 Mar 2008 21:39:21 +0000 (21:39 +0000)]
Change the tick image and replace the issue selection pencil with a small tick.

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

16 years agoDefault theme: smaller font in top menu and new style for main menu.
Jean-Philippe Lang [Wed, 19 Mar 2008 18:22:16 +0000 (18:22 +0000)]
Default theme: smaller font in top menu and new style for main menu.

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

16 years agoAlways show 'View' and 'Annotate' links on repository files (download will be forced...
Jean-Philippe Lang [Wed, 19 Mar 2008 17:51:13 +0000 (17:51 +0000)]
Always show 'View' and 'Annotate' links on repository files (download will be forced when clicking 'View' if the file is binary).

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

16 years agoAdded line under tracker name to make clear what is going on here
John Goerzen [Tue, 18 Mar 2008 18:50:52 +0000 (18:50 +0000)]
Added line under tracker name to make clear what is going on here

Partially implements the patch given in r730

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

16 years agoAdd a simple java scanner.
Jean-Philippe Lang [Tue, 18 Mar 2008 17:39:12 +0000 (17:39 +0000)]
Add a simple java scanner.

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

16 years agoFixes #880: code tags not formatted correctly in the wiki (broken by r1216).
Jean-Philippe Lang [Mon, 17 Mar 2008 23:01:35 +0000 (23:01 +0000)]
Fixes #880: code tags not formatted correctly in the wiki (broken by r1216).

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

16 years agoAdd NewsController and TimelogController tests.
Jean-Philippe Lang [Mon, 17 Mar 2008 20:48:22 +0000 (20:48 +0000)]
Add NewsController and TimelogController tests.

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

16 years agoAdd some tests on RolesController.
Jean-Philippe Lang [Mon, 17 Mar 2008 20:02:51 +0000 (20:02 +0000)]
Add some tests on RolesController.

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

16 years agoSmall fix to the Redmine links regexp.
Jean-Philippe Lang [Mon, 17 Mar 2008 18:01:26 +0000 (18:01 +0000)]
Small fix to the Redmine links regexp.

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

16 years agoAdd Redmine links for repository files using source: and export: keyworkds (#867).
Jean-Philippe Lang [Mon, 17 Mar 2008 17:45:01 +0000 (17:45 +0000)]
Add Redmine links for repository files using source: and export: keyworkds (#867).

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

16 years agoPrevent page reloading if something goes wrong in the 'add more file' javascript.
Jean-Philippe Lang [Sun, 16 Mar 2008 21:41:36 +0000 (21:41 +0000)]
Prevent page reloading if something goes wrong in the 'add more file' javascript.

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

16 years agoAdd the following headers to email notifications (#830, #247):
Jean-Philippe Lang [Sun, 16 Mar 2008 16:52:49 +0000 (16:52 +0000)]
Add the following headers to email notifications (#830, #247):
* X-Redmine-Host: host name defined in application settings
* X-Redmine-Site: application title defined in settings
* X-Redmine-Project: identifier of the project that the notification is related to, if any
* X-Redmine-Issue-Id, -Author, -Assignee: ticket related info
* X-Redmine-Topic-Id: identifies the thread a message belongs to

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

16 years agoAllow issue list to be sorted by target version (#832).
Jean-Philippe Lang [Sun, 16 Mar 2008 15:04:33 +0000 (15:04 +0000)]
Allow issue list to be sorted by target version (#832).

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

16 years agoTrac importer:
Jean-Philippe Lang [Sun, 16 Mar 2008 14:54:36 +0000 (14:54 +0000)]
Trac importer:
* prevent duplication of associated trackers when the target project already exists (closes #829)
* warn user if the target project already exists

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

16 years agoMove the filters buttons inside the filters fieldset on the issue list (closes #614).
Jean-Philippe Lang [Sun, 16 Mar 2008 14:31:17 +0000 (14:31 +0000)]
Move the filters buttons inside the filters fieldset on the issue list (closes #614).

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

16 years agoAdds a title attribute to the next/previous links on the activity view, containing...
Jean-Philippe Lang [Sun, 16 Mar 2008 14:18:36 +0000 (14:18 +0000)]
Adds a title attribute to the next/previous links on the activity view, containing the corresponding date range (#837).

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

16 years agoAdd a time tracking block for 'My page' (#615).
Jean-Philippe Lang [Sun, 16 Mar 2008 12:21:54 +0000 (12:21 +0000)]
Add a time tracking block for 'My page' (#615).
It lists current user's time entries for the last 7 days across all projects, grouped by day with subtotals for each day, and a grand total.

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

16 years agoAdd a margin to the bottom of wiki tables (#843).
Jean-Philippe Lang [Sun, 16 Mar 2008 10:09:35 +0000 (10:09 +0000)]
Add a margin to the bottom of wiki tables (#843).

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

16 years agoFurther refine WikiCaps processing for Trac to eliminate problems in
John Goerzen [Sat, 15 Mar 2008 13:24:08 +0000 (13:24 +0000)]
Further refine WikiCaps processing for Trac to eliminate problems in
some corner cases

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

16 years agoFix tests broken by r1243 (Redirect to issue page after creating a new issue).
Jean-Philippe Lang [Sat, 15 Mar 2008 11:27:46 +0000 (11:27 +0000)]
Fix tests broken by r1243 (Redirect to issue page after creating a new issue).

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

16 years agoAdd "--encoding utf8" option to the Mercurial "hg log" command in order to get utf8...
Jean-Philippe Lang [Sat, 15 Mar 2008 11:05:22 +0000 (11:05 +0000)]
Add "--encoding utf8" option to the Mercurial "hg log" command in order to get utf8 encoded commit logs (#834).

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

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