summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Merged IssuesController #edit and #update into a single actions.Jean-Philippe Lang2008-02-0910-126/+88
* Create a journal and send an email when an issue is closed by commit (#609).Jean-Philippe Lang2008-02-061-1/+15
* Slight change to the issue added/updated email templates.Jean-Philippe Lang2008-02-054-8/+11
* More appropriate default sort order on sortable columns.Jean-Philippe Lang2008-02-056-18/+24
* Slight changes to the activity view.Jean-Philippe Lang2008-02-042-9/+18
* Slight changes on users list view and hide Anonymous user.Jean-Philippe Lang2008-02-033-31/+25
* 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