summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix query management broken by r1027.Jean-Philippe Lang2007-12-311-1/+1
* Moved login and logout links to ApplicationHelper methods for easier customiz...Jean-Philippe Lang2007-12-302-2/+10
* Moved current user management to a dedicated method for modularity.Jean-Philippe Lang2007-12-301-5/+10
* TabularFormBuilder moved out of application_helper.rbJean-Philippe Lang2007-12-301-35/+0
* Do not store query object in session but id or filters only. This allows to u...Jean-Philippe Lang2007-12-301-4/+5
* New setting added to specify how many objects should be displayed on most pag...Jean-Philippe Lang2007-12-2922-34/+63
* Fixed 'export to' links positioning on wiki page.Jean-Philippe Lang2007-12-221-6/+7
* Set doctype to transitional. Fixed a few non matching tags in views.Jean-Philippe Lang2007-12-213-6/+6
* Added wiki annotate view. It's accessible for each version from the page hist...Jean-Philippe Lang2007-12-205-0/+92
* Add email notification to IssuesController#edit.Jean-Philippe Lang2007-12-191-1/+2