summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added default value for custom fields. Fixed javascript on custom field form ...Jean-Philippe Lang2008-01-2029-12/+96
* Fixed: custom fields empty on issue/edit (broken by r1086).Jean-Philippe Lang2008-01-201-3/+5
* Unlimited and optional project description. The project list will show trunca...Jean-Philippe Lang2008-01-206-7/+26
* Added tabindex property on wiki toolbar buttons and 'new category' link.Jean-Philippe Lang2008-01-202-1/+2
* Display custom fields in two columns on the issue form.Jean-Philippe Lang2008-01-203-4/+12
* Added related changesets messages on issue details view.Jean-Philippe Lang2008-01-2026-8/+60
* Test environments cleanup.Jean-Philippe Lang2008-01-204-29/+6
* Fixed: custom field selection is not saved when unchecking them all on projec...Jean-Philippe Lang2008-01-203-3/+4
* Fixed: error when removing a project member (postgresql and sqlite only).Jean-Philippe Lang2008-01-201-1/+1
* Added a 'New issue' link in the main menu (accesskey 7).Jean-Philippe Lang2008-01-209-28/+45
* ProjectsController#add_issue moved to IssuesController#new.Jean-Philippe Lang2008-01-2013-74/+128
* Display the issue status in the email subject only if the status was actually...Jean-Philippe Lang2008-01-202-2/+10
* Fixed: when changing the status of an issue, the email subject contains the p...Jean-Philippe Lang2008-01-201-0/+1
* Wiki toolbar Russian and Czech translations (Michael Pirogov).Jean-Philippe Lang2008-01-192-28/+28
* Highlight the current item of the main menu.Jean-Philippe Lang2008-01-1914-21/+94
* Fixed: locked users should not receive email notifications.Jean-Philippe Lang2008-01-173-5/+5
* Added i18n support to the jstoolbar (only english and french are actually tra...Jean-Philippe Lang2008-01-1724-7/+343
* Prettier tabs for settings views.Jean-Philippe Lang2008-01-173-11/+25
* Fixed: typo in en.ymlJean-Philippe Lang2008-01-171-1/+1
* On the calendar, the gantt and in the Tracker filter on the issue list, only ...Jean-Philippe Lang2008-01-168-13/+37
* Added a couple of mime types so that corresponding files can be viewed in the...Jean-Philippe Lang2008-01-163-1/+175
* Fixed error on migration 85 with Oracle (index name can not be more than 30 c...Jean-Philippe Lang2008-01-151-2/+2
* Lithuanian translation added (Sergej Jegorov).Jean-Philippe Lang2008-01-152-0/+691
* Fixed: issue queries can not use custom fields marked as 'for all projects' i...Jean-Philippe Lang2008-01-151-1/+1
* Fixed: Date custom fields not displayed as specified in application settings.Jean-Philippe Lang2008-01-151-1/+1
* Fixed: issue filters may be lost when paginating after r1026.Jean-Philippe Lang2008-01-151-1/+6
* Redmine links can be used to link to documents, versions and attachments.Jean-Philippe Lang2008-01-156-44/+153
* Wiki toolbar improvements (mainly for Firefox).Jean-Philippe Lang2008-01-138-54/+119
* Do not show sticky and locked checkboxes when replying to a message.Jean-Philippe Lang2008-01-132-2/+3
* Added missing wiki div on news/index and news/show.Jean-Philippe Lang2008-01-122-0/+4
* Fixed: wrong url for wiki syntax pop-up when Redmine urls are prefixed.Jean-Philippe Lang2008-01-121-2/+2
* Non-ascii attachement filename fix for IE.Jean-Philippe Lang2008-01-104-3/+10
* Added details by assignees on issue summary view (Hans Yoon).Jean-Philippe Lang2008-01-102-5/+31
* Translations:Jean-Philippe Lang2008-01-107-267/+962
* Fixed: Themes are not applied with Rails 2.0Jean-Philippe Lang2008-01-071-0/+4
* Admin settings screen split to tabs.Jean-Philippe Lang2008-01-0632-146/+252
* Fixed: crash when fetching Mercurial changesets if changeset[:files] is nil (...Jean-Philippe Lang2008-01-061-1/+1
* wrapper div added to the layout.Jean-Philippe Lang2008-01-062-0/+4
* Merged IssuesController change_status and add_note actions.Jean-Philippe Lang2008-01-0639-133/+326
* Prevent 'has already been taken' error messages for user login and email if t...Jean-Philippe Lang2008-01-061-1/+2
* Default configuration data can now be loaded from the administration screen.Jean-Philippe Lang2008-01-0526-120/+248
* Fixed Serbian lang file.Jean-Philippe Lang2008-01-041-1/+1
* Updated Serbian translation (Dragan Matic).Jean-Philippe Lang2008-01-041-31/+31
* Moved redmine:load_default_data code to a module so that it can be called fro...Jean-Philippe Lang2008-01-042-162/+194
* Fixed: private projects name are displayed on account/show even if the curren...Jean-Philippe Lang2008-01-041-1/+1
* Fixed: table of content not rendered properly when used in an issue or docume...Jean-Philippe Lang2008-01-042-0/+4
* Fixed: undefined local variable or method 'log' in CvsAdapter when a cvs comm...Jean-Philippe Lang2008-01-031-1/+1
* Updated Spanish translation (Gumer Coronel PĂ©rez).Jean-Philippe Lang2008-01-031-29/+29
* Slight improvements to the browser views.Jean-Philippe Lang2008-01-0269-68/+107
* Fix query management broken by r1027.Jean-Philippe Lang2007-12-311-1/+1