summaryrefslogtreecommitdiffstats
path: root/app/views
Commit message (Expand)AuthorAgeFilesLines
* Merged IssuesController #edit and #update into a single actions.Jean-Philippe Lang2008-02-099-87/+62
* 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-053-8/+8
* Slight changes to the activity view.Jean-Philippe Lang2008-02-041-9/+14
* Slight changes on users list view and hide Anonymous user.Jean-Philippe Lang2008-02-031-28/+22
* 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-035-11/+43
* Administrators can edit issue notes.Jean-Philippe Lang2008-02-024-1/+14
* User display format is now configurable in administration settings.Jean-Philippe Lang2008-01-252-2/+5
* Issue properties below the description textarea.Jean-Philippe Lang2008-01-233-10/+13
* Added preview for issue notes.Jean-Philippe Lang2008-01-232-2/+13
* Added default value for custom fields. Fixed javascript on custom field form ...Jean-Philippe Lang2008-01-201-5/+17
* 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-204-5/+8
* 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-202-3/+11
* 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-201-1/+2
* Added a 'New issue' link in the main menu (accesskey 7).Jean-Philippe Lang2008-01-202-10/+0
* ProjectsController#add_issue moved to IssuesController#new.Jean-Philippe Lang2008-01-206-6/+11
* Highlight the current item of the main menu.Jean-Philippe Lang2008-01-191-7/+1
* 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
* Added details by assignees on issue summary view (Hans Yoon).Jean-Philippe Lang2008-01-101-4/+7
* Admin settings screen split to tabs.Jean-Philippe Lang2008-01-067-118/+139
* 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-066-68/+60
* Default configuration data can now be loaded from the administration screen.Jean-Philippe Lang2008-01-052-0/+10
* 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-0246-57/+65
* Moved login and logout links to ApplicationHelper methods for easier customiz...Jean-Philippe Lang2007-12-301-2/+2
* New setting added to specify how many objects should be displayed on most pag...Jean-Philippe Lang2007-12-2913-20/+15
* 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-202-0/+34
* Change status select box default to current status (Rocco Stanzione).Jean-Philippe Lang2007-12-191-1/+1
* Add autoscroll div for each file diff.Jean-Philippe Lang2007-12-191-2/+2
* Moved ProjectsController#list_documents and add_document to DocumentsControll...Jean-Philippe Lang2007-12-182-3/+3
* Search engine: issue custom fields can now be searched.Jean-Philippe Lang2007-12-141-4/+13
* Fixed: missing body closing tag in repository annotate and entry views.Jean-Philippe Lang2007-12-142-2/+2
* News comments are now textilized.Jean-Philippe Lang2007-12-121-3/+4
* Merged Rails 2.0 compatibility changes.Jean-Philippe Lang2007-12-104-4/+4
* More detailed html title on several views.Jean-Philippe Lang2007-12-0730-8/+68
* Fixed versions/show layout with IE.Jean-Philippe Lang2007-12-071-1/+1
* Fixed drop down lists overflow on My account.Jean-Philippe Lang2007-12-071-1/+4
* Performance improvement on workflow setup screen.Jean-Philippe Lang2007-12-071-8/+6
* Fixed a parenthesis warning in news/show.Jean-Philippe Lang2007-12-071-1/+1
* Added version details view accessible from the roadmap.Jean-Philippe Lang2007-12-075-43/+98
* Roadmap progress bars now differentiate the progress due to closed issues fro...Jean-Philippe Lang2007-12-051-1/+1