summaryrefslogtreecommitdiffstats
path: root/app/controllers
Commit message (Expand)AuthorAgeFilesLines
* Always show 'View' and 'Annotate' links on repository files (download will be...Jean-Philippe Lang2008-03-191-1/+1
* Add Redmine links for repository files using source: and export: keyworkds (#...Jean-Philippe Lang2008-03-171-1/+2
* Add a time tracking block for 'My page' (#615).Jean-Philippe Lang2008-03-162-1/+4
* Workflow copy:Jean-Philippe Lang2008-03-152-6/+7
* Adds 2 permissions (closes #859):Jean-Philippe Lang2008-03-141-2/+14
* Redirect to issue page after creating a new issueJohn Goerzen2008-03-131-1/+1
* Fixes #820: invalid project id causes a NoMethodError in SearchController (An...Jean-Philippe Lang2008-03-122-10/+13
* Merged Git support branch (r1200 to r1226).Jean-Philippe Lang2008-03-121-2/+2
* Adds a setting for whether new projects should be public by default (closes #...Jean-Philippe Lang2008-03-121-1/+2
* 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