summaryrefslogtreecommitdiffstats
path: root/app/controllers
Commit message (Expand)AuthorAgeFilesLines
* Activity enhancements:Jean-Philippe Lang2008-03-111-23/+57
* Show replies as well when choosing to display messages in the activity.Jean-Philippe Lang2008-03-091-1/+1
* Added preview for forum messages.Jean-Philippe Lang2008-03-071-3/+10
* Adds an application setting to choose whether or not subprojects issues shoul...Jean-Philippe Lang2008-03-061-2/+2
* Add a user preference to choose how comments/replies are displayed: in chrono...Jean-Philippe Lang2008-03-053-0/+6
* Display the last 30 days on the activity view rather than the current month.Jean-Philippe Lang2008-03-051-17/+6
* Reversed versions ordering on files list (closes #763).Jean-Philippe Lang2008-03-051-1/+1
* Display links to Atom feeds (closes #496, #750).Jean-Philippe Lang2008-03-051-2/+9
* Let the user choose when deleting issues with reported hours (closes #734, #71):Jean-Philippe Lang2008-02-291-0/+20
* Login field name changed to username (#755).Jean-Philippe Lang2008-02-291-1/+1
* Adds an optional description to attachments.Jean-Philippe Lang2008-02-292-8/+14
* Fixed: Multiple "new" statuses in filing new ticket (closes #751).Jean-Philippe Lang2008-02-281-1/+1
* Include subprojects on the issue list, calendar and gantt by default.Jean-Philippe Lang2008-02-281-6/+13
* Propagates time tracking to the parent project (closes #433). Time report enh...Jean-Philippe Lang2008-02-272-37/+53
* Adds date range filter and pagination on time entries detail view (closes #434).Jean-Philippe Lang2008-02-261-39/+77
* Rescue and display an error message when trying to delete a role that is in use.Jean-Philippe Lang2008-02-161-5/+4
* Removed fragment caching on gantt and calendar.Jean-Philippe Lang2008-02-163-7/+0
* Added the following permissions (#527, #585, #627):Jean-Philippe Lang2008-02-161-1/+1
* Fixed a bug in localization introduced by r1131 (anonymous users inherit the ...Jean-Philippe Lang2008-02-131-0/+1
* Added issue subject to the time entries view and subject + tracker to the csv...Jean-Philippe Lang2008-02-121-2/+6
* Fixed: wiki and changeset links not displayed when previewing issue descripti...Jean-Philippe Lang2008-02-122-2/+3
* Fixed: Anonymous users may not see the issue list headers in the correct lang...Jean-Philippe Lang2008-02-101-1/+1
* Issue list now supports bulk edit/move/delete (#563, #607). For now, issues f...Jean-Philippe Lang2008-02-102-100/+121
* Merged IssuesController #edit and #update into a single actions.Jean-Philippe Lang2008-02-091-39/+26
* Slight changes on users list view and hide Anonymous user.Jean-Philippe Lang2008-02-031-2/+2
* ProjectsController#add_news moved to NewsController#new.Jean-Philippe Lang2008-02-032-15/+27
* Fixed an error on issue feeds.Jean-Philippe Lang2008-02-021-1/+1
* Administrators can edit issue notes.Jean-Philippe Lang2008-02-022-0/+41
* 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-251-0/+3
* Added preview for issue notes.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
* Fixed: custom field selection is not saved when unchecking them all on projec...Jean-Philippe Lang2008-01-201-1/+0
* Added a 'New issue' link in the main menu (accesskey 7).Jean-Philippe Lang2008-01-201-0/+2
* ProjectsController#add_issue moved to IssuesController#new.Jean-Philippe Lang2008-01-202-44/+62
* Highlight the current item of the main menu.Jean-Philippe Lang2008-01-1910-1/+19
* On the calendar, the gantt and in the Tracker filter on the issue list, only ...Jean-Philippe Lang2008-01-161-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-101-1/+24
* Admin settings screen split to tabs.Jean-Philippe Lang2008-01-062-15/+11
* Merged IssuesController change_status and add_note actions.Jean-Philippe Lang2008-01-062-44/+38
* Default configuration data can now be loaded from the administration screen.Jean-Philippe Lang2008-01-051-1/+16
* Fixed: private projects name are displayed on account/show even if the curren...Jean-Philippe Lang2008-01-041-1/+1
* Moved current user management to a dedicated method for modularity.Jean-Philippe Lang2007-12-301-5/+10
* 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-297-6/+21
* Added wiki annotate view. It's accessible for each version from the page hist...Jean-Philippe Lang2007-12-201-0/+5
* Add email notification to IssuesController#edit.Jean-Philippe Lang2007-12-191-1/+2
* Ported r1009 from 0.6-stable branch.Jean-Philippe Lang2007-12-181-1/+1
* Moved ProjectsController#list_documents and add_document to DocumentsControll...Jean-Philippe Lang2007-12-182-32/+38