OSDN Git Service

redminele/redmine.git
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

16 years agoFooter update.
Jean-Philippe Lang [Mon, 11 Feb 2008 18:08:36 +0000 (18:08 +0000)]
Footer update.

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

16 years agoFixed: 404 error when selecting an other project on issues/move.
Jean-Philippe Lang [Mon, 11 Feb 2008 18:06:38 +0000 (18:06 +0000)]
Fixed: 404 error when selecting an other project on issues/move.

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

16 years agoFixed: context menu not available if the initial issue list is empty.
Jean-Philippe Lang [Mon, 11 Feb 2008 17:59:41 +0000 (17:59 +0000)]
Fixed: context menu not available if the initial issue list is empty.

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

16 years agoTranslation updates:
Jean-Philippe Lang [Sun, 10 Feb 2008 14:24:51 +0000 (14:24 +0000)]
Translation updates:
* Finnish (Antti Perkiömäki, #612)
* Russian (Michael Pirogov, #622)

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

16 years agoFixed: Anonymous users may not see the issue list headers in the correct language.
Jean-Philippe Lang [Sun, 10 Feb 2008 14:14:18 +0000 (14:14 +0000)]
Fixed: Anonymous users may not see the issue list headers in the correct language.

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

16 years agoIssue list now supports bulk edit/move/delete (#563, #607). For now, issues from...
Jean-Philippe Lang [Sun, 10 Feb 2008 13:17:41 +0000 (13:17 +0000)]
Issue list now supports bulk edit/move/delete (#563, #607). For now, issues from different projects can not be bulk edited/moved/deleted at once.

There are 2 ways to select a set of issues on the issue list:
* by using checkbox and/or the little pencil that will select/unselect all issues (#567)
* by clicking on the rows (but not on the links), Ctrl and Shift keys can be used to select multiple issues

Context menu was disabled on links so that the default context menu of the browser is displayed when right-clicking on a link (#545).
All this was tested with Firefox 2, IE 6/7, Opera 8 (use Alt+Click instead of Right-click) and Safari 2/3.

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

16 years agoMerged IssuesController #edit and #update into a single actions.
Jean-Philippe Lang [Sat, 9 Feb 2008 16:11:18 +0000 (16:11 +0000)]
Merged IssuesController #edit and #update into a single actions.
Users with 'edit issues' permission can now update any property including custom fields when adding a note or changing the status (#519, #581, #587).

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

16 years agoAdded a few extensions/mimetypes.
Jean-Philippe Lang [Thu, 7 Feb 2008 18:06:35 +0000 (18:06 +0000)]
Added a few extensions/mimetypes.

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

16 years agoMantis importer: few fixes in user mapping.
Jean-Philippe Lang [Wed, 6 Feb 2008 20:43:31 +0000 (20:43 +0000)]
Mantis importer: few fixes in user mapping.

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

16 years agoCreate a journal and send an email when an issue is closed by commit (#609).
Jean-Philippe Lang [Wed, 6 Feb 2008 20:02:30 +0000 (20:02 +0000)]
Create a journal and send an email when an issue is closed by commit (#609).
The redmine user is found using the committer username or email. Otherwise, the journal is created with anonymous user.

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

16 years agoTrac importer: handle nil usernames.
Jean-Philippe Lang [Wed, 6 Feb 2008 19:05:42 +0000 (19:05 +0000)]
Trac importer: handle nil usernames.

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

16 years agoFixed settings.yml syntax (yaml parsing fails with JRuby 1.0.3: #606).
Jean-Philippe Lang [Wed, 6 Feb 2008 18:56:52 +0000 (18:56 +0000)]
Fixed settings.yml syntax (yaml parsing fails with JRuby 1.0.3: #606).

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

16 years agoActivity test fix (r1120).
Jean-Philippe Lang [Tue, 5 Feb 2008 18:50:21 +0000 (18:50 +0000)]
Activity test fix (r1120).

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

16 years agoSlight change to the issue added/updated email templates.
Jean-Philippe Lang [Tue, 5 Feb 2008 18:38:05 +0000 (18:38 +0000)]
Slight change to the issue added/updated email templates.

Translations updates:
* Simplified Chinese (Liang Jin)
* Bulgarian (Nikolay Solakov)
* Lithuanian (Sergej Jegorov)
* Traditional Chinese (Shortie Lo)

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

16 years agoMore appropriate default sort order on sortable columns.
Jean-Philippe Lang [Tue, 5 Feb 2008 17:28:02 +0000 (17:28 +0000)]
More appropriate default sort order on sortable columns.
Sortable column added on issue subject (#580).

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

16 years agoSlight changes to the activity view.
Jean-Philippe Lang [Mon, 4 Feb 2008 19:37:23 +0000 (19:37 +0000)]
Slight changes to the activity view.

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

16 years agoUse Postgresql's reset_pk_sequence in Trac importer to reset issue id sequence (...
Jean-Philippe Lang [Mon, 4 Feb 2008 18:01:38 +0000 (18:01 +0000)]
Use Postgresql's reset_pk_sequence in Trac importer to reset issue id sequence (#595).

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

16 years agoSlight changes on users list view and hide Anonymous user.
Jean-Philippe Lang [Sun, 3 Feb 2008 19:53:52 +0000 (19:53 +0000)]
Slight changes on users list view and hide Anonymous user.

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

16 years agoNew icons for the wiki toolbar (from http://www.famfamfam.com/lab/icons/silk/).
Jean-Philippe Lang [Sun, 3 Feb 2008 18:05:26 +0000 (18:05 +0000)]
New icons for the wiki toolbar (from famfamfam.com/lab/icons/silk/).

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

16 years agoSet wiki class to issue notes.
Jean-Philippe Lang [Sun, 3 Feb 2008 17:34:31 +0000 (17:34 +0000)]
Set wiki class to issue notes.

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

16 years agoFixed: error when uploading a file with no content-type specified by the browser.
Jean-Philippe Lang [Sun, 3 Feb 2008 17:24:58 +0000 (17:24 +0000)]
Fixed: error when uploading a file with no content-type specified by the browser.

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

16 years agoFixed #208: Issue list does not scroll up when you click next
Jean-Philippe Lang [Sun, 3 Feb 2008 16:21:51 +0000 (16:21 +0000)]
Fixed #208: Issue list does not scroll up when you click next

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

16 years agoDo not use RedCloth's glyphs (#210).
Jean-Philippe Lang [Sun, 3 Feb 2008 15:34:58 +0000 (15:34 +0000)]
Do not use RedCloth's glyphs (#210).

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

16 years agoSlight style changes on issue associated changesets list.
Jean-Philippe Lang [Sun, 3 Feb 2008 15:15:52 +0000 (15:15 +0000)]
Slight style changes on issue associated changesets list.

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

16 years agoProjectsController#add_news moved to NewsController#new.
Jean-Philippe Lang [Sun, 3 Feb 2008 14:38:04 +0000 (14:38 +0000)]
ProjectsController#add_news moved to NewsController#new.
Preview added when adding/editing a news (#590).

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

16 years agoAdd 'Author' to the available columns for the issue list.
Jean-Philippe Lang [Sun, 3 Feb 2008 14:02:23 +0000 (14:02 +0000)]
Add 'Author' to the available columns for the issue list.

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

16 years agoTranslations updates (#254, #255, #260):
Jean-Philippe Lang [Sun, 3 Feb 2008 13:54:59 +0000 (13:54 +0000)]
Translations updates (#254, #255, #260):
* Traditional Chinese (Shortie Lo)
* German (Thomas Löber)
* Russian (Michael Pirogov)

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

16 years agoDo not authorize project identifier with numbers only (would be interpreted as the...
Jean-Philippe Lang [Sat, 2 Feb 2008 15:51:48 +0000 (15:51 +0000)]
Do not authorize project identifier with numbers only (would be interpreted as the project id in urls).

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

16 years agoDo not show Roadmap menu item if the project doesn't define any versions.
Jean-Philippe Lang [Sat, 2 Feb 2008 11:08:04 +0000 (11:08 +0000)]
Do not show Roadmap menu item if the project doesn't define any versions.

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

16 years agoFixed an error on issue feeds.
Jean-Philippe Lang [Sat, 2 Feb 2008 10:54:31 +0000 (10:54 +0000)]
Fixed an error on issue feeds.

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

16 years agoAdministrators can edit issue notes.
Jean-Philippe Lang [Sat, 2 Feb 2008 10:50:31 +0000 (10:50 +0000)]
Administrators can edit issue notes.

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

16 years agoFixed RepositoriesController: undefined local variable or method `show_error' (broken...
Jean-Philippe Lang [Fri, 25 Jan 2008 10:55:16 +0000 (10:55 +0000)]
Fixed RepositoriesController: undefined local variable or method `show_error' (broken by r1094).

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

16 years agoUser display format is now configurable in administration settings.
Jean-Philippe Lang [Fri, 25 Jan 2008 10:31:06 +0000 (10:31 +0000)]
User display format is now configurable in administration settings.

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

16 years agoTranslations updates:
Jean-Philippe Lang [Thu, 24 Jan 2008 18:31:02 +0000 (18:31 +0000)]
Translations updates:
* Russian (Michael Pirogov)
* Finnish (Antti Perkiömäki)
* Traditional Chinese wiki toolbar (Shortie Lo)
* German wiki toolbar (Thomas Löber)

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

16 years agoPrevent unexpected nil in custom value validation.
Jean-Philippe Lang [Thu, 24 Jan 2008 18:15:38 +0000 (18:15 +0000)]
Prevent unexpected nil in custom value validation.

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

16 years agoMantis importer:
Jean-Philippe Lang [Wed, 23 Jan 2008 22:31:26 +0000 (22:31 +0000)]
Mantis importer:
* do not truncate projects descriptions
* encode attachment filenames to utf8

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

16 years agoFixed: PostgreSQL issues_seq_id not updated when using Trac importer.
Jean-Philippe Lang [Wed, 23 Jan 2008 22:19:24 +0000 (22:19 +0000)]
Fixed: PostgreSQL issues_seq_id not updated when using Trac importer.

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

16 years agoFixed: Incorrect filtering for unset values when using 'is not' filter.
Jean-Philippe Lang [Wed, 23 Jan 2008 20:07:17 +0000 (20:07 +0000)]
Fixed: Incorrect filtering for unset values when using 'is not' filter.

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

16 years agoIssue properties below the description textarea.
Jean-Philippe Lang [Wed, 23 Jan 2008 19:58:11 +0000 (19:58 +0000)]
Issue properties below the description textarea.

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

16 years agoAdded preview for issue notes.
Jean-Philippe Lang [Wed, 23 Jan 2008 18:21:42 +0000 (18:21 +0000)]
Added preview for issue notes.

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

16 years agoFixed: can not lock a topic when creating it.
Jean-Philippe Lang [Wed, 23 Jan 2008 17:48:48 +0000 (17:48 +0000)]
Fixed: can not lock a topic when creating it.

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

16 years agoShow explicit error message when the scm command failed (eg. when svn binary is not...
Jean-Philippe Lang [Wed, 23 Jan 2008 17:25:11 +0000 (17:25 +0000)]
Show explicit error message when the scm command failed (eg. when svn binary is not available).

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

16 years agoFixed migration 87 (mysql: TEXT column can't have a default value).
Jean-Philippe Lang [Tue, 22 Jan 2008 17:17:52 +0000 (17:17 +0000)]
Fixed migration 87 (mysql: TEXT column can't have a default value).

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

16 years agoFixed search with all words (broken in r994).
Jean-Philippe Lang [Mon, 21 Jan 2008 18:52:45 +0000 (18:52 +0000)]
Fixed search with all words (broken in r994).

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

16 years agoMissing migration for r1090.
Jean-Philippe Lang [Sun, 20 Jan 2008 23:38:55 +0000 (23:38 +0000)]
Missing migration for r1090.

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

16 years agoAdded default value for custom fields. Fixed javascript on custom field form for...
Jean-Philippe Lang [Sun, 20 Jan 2008 21:29:51 +0000 (21:29 +0000)]
Added default value for custom fields. Fixed javascript on custom field form for project and user custom fields.

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

16 years agoFixed: custom fields empty on issue/edit (broken by r1086).
Jean-Philippe Lang [Sun, 20 Jan 2008 19:45:08 +0000 (19:45 +0000)]
Fixed: custom fields empty on issue/edit (broken by r1086).

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

16 years agoUnlimited and optional project description. The project list will show truncated...
Jean-Philippe Lang [Sun, 20 Jan 2008 18:37:51 +0000 (18:37 +0000)]
Unlimited and optional project description. The project list will show truncated descriptions only (the first fews lines).

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

16 years agoAdded tabindex property on wiki toolbar buttons and 'new category' link.
Jean-Philippe Lang [Sun, 20 Jan 2008 17:36:01 +0000 (17:36 +0000)]
Added tabindex property on wiki toolbar buttons and 'new category' link.

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

16 years agoDisplay custom fields in two columns on the issue form.
Jean-Philippe Lang [Sun, 20 Jan 2008 17:20:34 +0000 (17:20 +0000)]
Display custom fields in two columns on the issue form.

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

16 years agoAdded related changesets messages on issue details view.
Jean-Philippe Lang [Sun, 20 Jan 2008 15:38:11 +0000 (15:38 +0000)]
Added related changesets messages on issue details view.

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

16 years agoTest environments cleanup.
Jean-Philippe Lang [Sun, 20 Jan 2008 14:24:19 +0000 (14:24 +0000)]
Test environments cleanup.

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

16 years agoFixed: custom field selection is not saved when unchecking them all on project settings
Jean-Philippe Lang [Sun, 20 Jan 2008 14:01:02 +0000 (14:01 +0000)]
Fixed: custom field selection is not saved when unchecking them all on project settings

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

16 years agoFixed: error when removing a project member (postgresql and sqlite only).
Jean-Philippe Lang [Sun, 20 Jan 2008 13:53:45 +0000 (13:53 +0000)]
Fixed: error when removing a project member (postgresql and sqlite only).

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

16 years agoAdded a 'New issue' link in the main menu (accesskey 7).
Jean-Philippe Lang [Sun, 20 Jan 2008 13:07:19 +0000 (13:07 +0000)]
Added a 'New issue' link in the main menu (accesskey 7).
The drop-down lists to add an issue on the project overview and the issue list are removed.

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

16 years agoProjectsController#add_issue moved to IssuesController#new.
Jean-Philippe Lang [Sun, 20 Jan 2008 11:30:57 +0000 (11:30 +0000)]
ProjectsController#add_issue moved to IssuesController#new.
Tracker can now be changed/selected on the new issue form. This action can be invoked without the tracker_id parameter (the first enabled tracker will be used by default).

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

16 years agoDisplay the issue status in the email subject only if the status was actually changed.
Jean-Philippe Lang [Sun, 20 Jan 2008 10:42:16 +0000 (10:42 +0000)]
Display the issue status in the email subject only if the status was actually changed.

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

16 years agoFixed: when changing the status of an issue, the email subject contains the previous...
Jean-Philippe Lang [Sun, 20 Jan 2008 09:49:25 +0000 (09:49 +0000)]
Fixed: when changing the status of an issue, the email subject contains the previous status of the issue.

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

16 years agoWiki toolbar Russian and Czech translations (Michael Pirogov).
Jean-Philippe Lang [Sat, 19 Jan 2008 12:29:41 +0000 (12:29 +0000)]
Wiki toolbar Russian and Czech translations (Michael Pirogov).

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

16 years agoHighlight the current item of the main menu.
Jean-Philippe Lang [Sat, 19 Jan 2008 11:53:43 +0000 (11:53 +0000)]
Highlight the current item of the main menu.

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

16 years agoFixed: locked users should not receive email notifications.
Jean-Philippe Lang [Thu, 17 Jan 2008 19:58:03 +0000 (19:58 +0000)]
Fixed: locked users should not receive email notifications.

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

16 years agoAdded i18n support to the jstoolbar (only english and french are actually translated).
Jean-Philippe Lang [Thu, 17 Jan 2008 18:39:17 +0000 (18:39 +0000)]
Added i18n support to the jstoolbar (only english and french are actually translated).
Translations can be found in public/javascripts/jstoolbar/lang/

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

16 years agoPrettier tabs for settings views.
Jean-Philippe Lang [Thu, 17 Jan 2008 17:43:54 +0000 (17:43 +0000)]
Prettier tabs for settings views.

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

16 years agoFixed: typo in en.yml
Jean-Philippe Lang [Thu, 17 Jan 2008 17:40:45 +0000 (17:40 +0000)]
Fixed: typo in en.yml

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

16 years agoOn the calendar, the gantt and in the Tracker filter on the issue list, only active...
Jean-Philippe Lang [Wed, 16 Jan 2008 21:27:48 +0000 (21:27 +0000)]
On the calendar, the gantt and in the Tracker filter on the issue list, only active trackers of the project (and its sub projects) can be selected.

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

16 years agoAdded a couple of mime types so that corresponding files can be viewed in the browser.
Jean-Philippe Lang [Wed, 16 Jan 2008 20:45:13 +0000 (20:45 +0000)]
Added a couple of mime types so that corresponding files can be viewed in the browser.
Added a simple (and not perfect) CodeRay scanner for php.

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

16 years agoFixed error on migration 85 with Oracle (index name can not be more than 30 character...
Jean-Philippe Lang [Tue, 15 Jan 2008 20:40:59 +0000 (20:40 +0000)]
Fixed error on migration 85 with Oracle (index name can not be more than 30 characters long).

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

16 years agoLithuanian translation added (Sergej Jegorov).
Jean-Philippe Lang [Tue, 15 Jan 2008 19:03:17 +0000 (19:03 +0000)]
Lithuanian translation added (Sergej Jegorov).

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

16 years agoFixed: issue queries can not use custom fields marked as 'for all projects' in a...
Jean-Philippe Lang [Tue, 15 Jan 2008 18:31:45 +0000 (18:31 +0000)]
Fixed: issue queries can not use custom fields marked as 'for all projects' in a project context.

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

16 years agoFixed: Date custom fields not displayed as specified in application settings.
Jean-Philippe Lang [Tue, 15 Jan 2008 18:30:21 +0000 (18:30 +0000)]
Fixed: Date custom fields not displayed as specified in application settings.

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

16 years agoFixed: issue filters may be lost when paginating after r1026.
Jean-Philippe Lang [Tue, 15 Jan 2008 18:18:49 +0000 (18:18 +0000)]
Fixed: issue filters may be lost when paginating after r1026.

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

16 years agoRedmine links can be used to link to documents, versions and attachments.
Jean-Philippe Lang [Tue, 15 Jan 2008 18:12:12 +0000 (18:12 +0000)]
Redmine links can be used to link to documents, versions and attachments.
For now, attachments of the current object can be referenced only (if you're on an issue, it's possible reference attachments of this issue only).

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

16 years agoWiki toolbar improvements (mainly for Firefox).
Jean-Philippe Lang [Sun, 13 Jan 2008 18:39:37 +0000 (18:39 +0000)]
Wiki toolbar improvements (mainly for Firefox).

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

16 years agoDo not show sticky and locked checkboxes when replying to a message.
Jean-Philippe Lang [Sun, 13 Jan 2008 18:33:55 +0000 (18:33 +0000)]
Do not show sticky and locked checkboxes when replying to a message.

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

16 years agoAdded missing wiki div on news/index and news/show.
Jean-Philippe Lang [Sat, 12 Jan 2008 16:26:37 +0000 (16:26 +0000)]
Added missing wiki div on news/index and news/show.

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

16 years agoFixed: wrong url for wiki syntax pop-up when Redmine urls are prefixed.
Jean-Philippe Lang [Sat, 12 Jan 2008 14:54:26 +0000 (14:54 +0000)]
Fixed: wrong url for wiki syntax pop-up when Redmine urls are prefixed.

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

16 years agoNon-ascii attachement filename fix for IE.
Jean-Philippe Lang [Thu, 10 Jan 2008 22:42:41 +0000 (22:42 +0000)]
Non-ascii attachement filename fix for IE.

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

16 years agoAdded details by assignees on issue summary view (Hans Yoon).
Jean-Philippe Lang [Thu, 10 Jan 2008 19:20:36 +0000 (19:20 +0000)]
Added details by assignees on issue summary view (Hans Yoon).

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

16 years agoTranslations:
Jean-Philippe Lang [Thu, 10 Jan 2008 18:34:14 +0000 (18:34 +0000)]
Translations:

* Finnish added (Antti Perkiömäki)
* Traditional Chinese updated (Shortie Lo)
* Russian updated
* Polish updated (Mariusz Olejnik)
* Korean updated (Hans Yoon)
* Japanese calendar fix (Nobuhiro Imai)

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

16 years agoFixed: Themes are not applied with Rails 2.0
Jean-Philippe Lang [Mon, 7 Jan 2008 20:14:50 +0000 (20:14 +0000)]
Fixed: Themes are not applied with Rails 2.0

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

16 years agoAdmin settings screen split to tabs.
Jean-Philippe Lang [Sun, 6 Jan 2008 20:24:26 +0000 (20:24 +0000)]
Admin settings screen split to tabs.
Email notification options moved to this view as a tab and LDAP list is accessible from the 'Authentication' tab.

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

16 years agoFixed: crash when fetching Mercurial changesets if changeset[:files] is nil (same...
Jean-Philippe Lang [Sun, 6 Jan 2008 17:33:41 +0000 (17:33 +0000)]
Fixed: crash when fetching Mercurial changesets if changeset[:files] is nil (same fix as r921).

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

16 years agowrapper div added to the layout.
Jean-Philippe Lang [Sun, 6 Jan 2008 17:28:20 +0000 (17:28 +0000)]
wrapper div added to the layout.

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

16 years agoMerged IssuesController change_status and add_note actions.
Jean-Philippe Lang [Sun, 6 Jan 2008 17:06:14 +0000 (17:06 +0000)]
Merged IssuesController change_status and add_note actions.
The 'Change status' specific form removed and now accessible from issue/show view with no additional request (click on 'Update' to show the form).
The 'Change issue status' permission is removed. To change the status, the user just needs to have either 'Edit' or 'Add note' permissions and some workflow transitions allowed.

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

16 years agoPrevent 'has already been taken' error messages for user login and email if these...
Jean-Philippe Lang [Sun, 6 Jan 2008 13:09:23 +0000 (13:09 +0000)]
Prevent 'has already been taken' error messages for user login and email if these fields are left empty.

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

16 years agoDefault configuration data can now be loaded from the administration screen.
Jean-Philippe Lang [Sat, 5 Jan 2008 11:33:49 +0000 (11:33 +0000)]
Default configuration data can now be loaded from the administration screen.
A message is automatically displayed on this screen if roles, trackers,... have not been configured yet.
The rake task is still available and the data loading code is wrapped in a transaction.

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

16 years agoFixed Serbian lang file.
Jean-Philippe Lang [Fri, 4 Jan 2008 20:03:31 +0000 (20:03 +0000)]
Fixed Serbian lang file.

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

16 years agoUpdated Serbian translation (Dragan Matic).
Jean-Philippe Lang [Fri, 4 Jan 2008 19:07:16 +0000 (19:07 +0000)]
Updated Serbian translation (Dragan Matic).

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

16 years agoMoved redmine:load_default_data code to a module so that it can be called from the...
Jean-Philippe Lang [Fri, 4 Jan 2008 18:27:05 +0000 (18:27 +0000)]
Moved redmine:load_default_data code to a module so that it can be called from the application.

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

16 years agoFixed: private projects name are displayed on account/show even if the current user...
Jean-Philippe Lang [Fri, 4 Jan 2008 18:02:34 +0000 (18:02 +0000)]
Fixed: private projects name are displayed on account/show even if the current user doesn't have access to these private projects.

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