summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Set wiki class to issue notes.Jean-Philippe Lang2008-02-031-1/+1
* Fixed: error when uploading a file with no content-type specified by the brow...Jean-Philippe Lang2008-02-031-1/+1
* Fixed #208: Issue list does not scroll up when you click nextJean-Philippe Lang2008-02-031-3/+9
* Slight style changes on issue associated changesets list.Jean-Philippe Lang2008-02-031-6/+6
* ProjectsController#add_news moved to NewsController#new.Jean-Philippe Lang2008-02-037-26/+70
* Add 'Author' to the available columns for the issue list.Jean-Philippe Lang2008-02-031-0/+1
* Do not authorize project identifier with numbers only (would be interpreted a...Jean-Philippe Lang2008-02-021-0/+1
* Fixed an error on issue feeds.Jean-Philippe Lang2008-02-021-1/+1
* Administrators can edit issue notes.Jean-Philippe Lang2008-02-028-1/+96
* Fixed RepositoriesController: undefined local variable or method `show_error'...Jean-Philippe Lang2008-01-251-7/+7
* User display format is now configurable in administration settings.Jean-Philippe Lang2008-01-256-6/+32
* Prevent unexpected nil in custom value validation.Jean-Philippe Lang2008-01-241-13/+18
* Fixed: Incorrect filtering for unset values when using 'is not' filter.Jean-Philippe Lang2008-01-231-1/+1
* Issue properties below the description textarea.Jean-Philippe Lang2008-01-233-10/+13
* Added preview for issue notes.Jean-Philippe Lang2008-01-233-3/+14
* Fixed: can not lock a topic when creating it.Jean-Philippe Lang2008-01-231-1/+1
* Show explicit error message when the scm command failed (eg. when svn binary ...Jean-Philippe Lang2008-01-232-3/+25
* Added default value for custom fields. Fixed javascript on custom field form ...Jean-Philippe Lang2008-01-203-5/+28
* 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-205-7/+18
* Added tabindex property on wiki toolbar buttons and 'new category' link.Jean-Philippe Lang2008-01-201-1/+1
* 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-203-8/+33
* Fixed: custom field selection is not saved when unchecking them all on projec...Jean-Philippe Lang2008-01-202-2/+2
* 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-205-25/+3
* ProjectsController#add_issue moved to IssuesController#new.Jean-Philippe Lang2008-01-209-51/+74
* 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
* Highlight the current item of the main menu.Jean-Philippe Lang2008-01-1911-8/+20
* Fixed: locked users should not receive email notifications.Jean-Philippe Lang2008-01-172-4/+4
* Added i18n support to the jstoolbar (only english and french are actually tra...Jean-Philippe Lang2008-01-171-1/+3
* On the calendar, the gantt and in the Tracker filter on the issue list, only ...Jean-Philippe Lang2008-01-164-3/+16
* 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-151-35/+83
* 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
* Admin settings screen split to tabs.Jean-Philippe Lang2008-01-0610-133/+158
* wrapper div added to the layout.Jean-Philippe Lang2008-01-061-0/+2
* Merged IssuesController change_status and add_note actions.Jean-Philippe Lang2008-01-0610-112/+109
* 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-053-1/+26
* 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
* Slight improvements to the browser views.Jean-Philippe Lang2008-01-0248-68/+77