summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* User display format is now configurable in administration settings.Jean-Philippe Lang2008-01-2530-6/+65
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1103 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Translations updates:Jean-Philippe Lang2008-01-244-76/+79
| | | | | | | | | | * 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
* Prevent unexpected nil in custom value validation.Jean-Philippe Lang2008-01-242-14/+91
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1101 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Mantis importer:Jean-Philippe Lang2008-01-231-6/+1
| | | | | | | * 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
* Fixed: PostgreSQL issues_seq_id not updated when using Trac importer.Jean-Philippe Lang2008-01-231-1/+12
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1099 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: Incorrect filtering for unset values when using 'is not' filter.Jean-Philippe Lang2008-01-231-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1098 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Issue properties below the description textarea.Jean-Philippe Lang2008-01-233-10/+13
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1097 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added preview for issue notes.Jean-Philippe Lang2008-01-233-3/+14
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1096 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: can not lock a topic when creating it.Jean-Philippe Lang2008-01-231-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1095 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show explicit error message when the scm command failed (eg. when svn binary ↵Jean-Philippe Lang2008-01-2326-27/+90
| | | | | | is not available). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1094 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed migration 87 (mysql: TEXT column can't have a default value).Jean-Philippe Lang2008-01-221-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1093 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed search with all words (broken in r994).Jean-Philippe Lang2008-01-213-3/+34
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1092 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Missing migration for r1090.Jean-Philippe Lang2008-01-201-0/+9
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1091 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added default value for custom fields. Fixed javascript on custom field form ↵Jean-Philippe Lang2008-01-2029-12/+96
| | | | | | for project and user custom fields. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1090 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: custom fields empty on issue/edit (broken by r1086).Jean-Philippe Lang2008-01-201-3/+5
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1089 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Unlimited and optional project description. The project list will show ↵Jean-Philippe Lang2008-01-206-7/+26
| | | | | | truncated descriptions only (the first fews lines). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1088 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added tabindex property on wiki toolbar buttons and 'new category' link.Jean-Philippe Lang2008-01-202-1/+2
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1087 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Display custom fields in two columns on the issue form.Jean-Philippe Lang2008-01-203-4/+12
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1086 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added related changesets messages on issue details view.Jean-Philippe Lang2008-01-2026-8/+60
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1085 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Test environments cleanup.Jean-Philippe Lang2008-01-204-29/+6
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1084 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: custom field selection is not saved when unchecking them all on ↵Jean-Philippe Lang2008-01-203-3/+4
| | | | | | project settings git-svn-id: http://redmine.rubyforge.org/svn/trunk@1083 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: error when removing a project member (postgresql and sqlite only).Jean-Philippe Lang2008-01-201-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1082 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added a 'New issue' link in the main menu (accesskey 7).Jean-Philippe Lang2008-01-209-28/+45
| | | | | | 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
* ProjectsController#add_issue moved to IssuesController#new.Jean-Philippe Lang2008-01-2013-74/+128
| | | | | | 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
* Display the issue status in the email subject only if the status was ↵Jean-Philippe Lang2008-01-202-2/+10
| | | | | | actually changed. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1079 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: when changing the status of an issue, the email subject contains the ↵Jean-Philippe Lang2008-01-201-0/+1
| | | | | | previous status of the issue. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1078 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Wiki toolbar Russian and Czech translations (Michael Pirogov).Jean-Philippe Lang2008-01-192-28/+28
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1077 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Highlight the current item of the main menu.Jean-Philippe Lang2008-01-1914-21/+94
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1076 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: locked users should not receive email notifications.Jean-Philippe Lang2008-01-173-5/+5
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1075 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added i18n support to the jstoolbar (only english and french are actually ↵Jean-Philippe Lang2008-01-1724-7/+343
| | | | | | | | 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
* Prettier tabs for settings views.Jean-Philippe Lang2008-01-173-11/+25
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1073 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: typo in en.ymlJean-Philippe Lang2008-01-171-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1072 e93f8b46-1217-0410-a6f0-8f06a7374b81
* On the calendar, the gantt and in the Tracker filter on the issue list, only ↵Jean-Philippe Lang2008-01-168-13/+37
| | | | | | 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
* Added a couple of mime types so that corresponding files can be viewed in ↵Jean-Philippe Lang2008-01-163-1/+175
| | | | | | | | 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
* Fixed error on migration 85 with Oracle (index name can not be more than 30 ↵Jean-Philippe Lang2008-01-151-2/+2
| | | | | | characters long). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1069 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Lithuanian translation added (Sergej Jegorov).Jean-Philippe Lang2008-01-152-0/+691
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1068 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: issue queries can not use custom fields marked as 'for all projects' ↵Jean-Philippe Lang2008-01-151-1/+1
| | | | | | in a project context. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1067 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: Date custom fields not displayed as specified in application settings.Jean-Philippe Lang2008-01-151-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1066 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: issue filters may be lost when paginating after r1026.Jean-Philippe Lang2008-01-151-1/+6
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1065 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Redmine links can be used to link to documents, versions and attachments.Jean-Philippe Lang2008-01-156-44/+153
| | | | | | 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
* Wiki toolbar improvements (mainly for Firefox).Jean-Philippe Lang2008-01-138-54/+119
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1063 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Do not show sticky and locked checkboxes when replying to a message.Jean-Philippe Lang2008-01-132-2/+3
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1062 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added missing wiki div on news/index and news/show.Jean-Philippe Lang2008-01-122-0/+4
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1059 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: wrong url for wiki syntax pop-up when Redmine urls are prefixed.Jean-Philippe Lang2008-01-121-2/+2
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1058 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Non-ascii attachement filename fix for IE.Jean-Philippe Lang2008-01-104-3/+10
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1053 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added details by assignees on issue summary view (Hans Yoon).Jean-Philippe Lang2008-01-102-5/+31
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1052 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Translations:Jean-Philippe Lang2008-01-107-267/+962
| | | | | | | | | | | * 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
* Fixed: Themes are not applied with Rails 2.0Jean-Philippe Lang2008-01-071-0/+4
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1047 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Admin settings screen split to tabs.Jean-Philippe Lang2008-01-0632-146/+252
| | | | | | 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
* Fixed: crash when fetching Mercurial changesets if changeset[:files] is nil ↵Jean-Philippe Lang2008-01-061-1/+1
| | | | | | (same fix as r921). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1045 e93f8b46-1217-0410-a6f0-8f06a7374b81