summaryrefslogtreecommitdiffstats
path: root/app/controllers
Commit message (Expand)AuthorAgeFilesLines
* Adds a workflow overview screen.Jean-Philippe Lang2008-09-282-21/+45
* Fixed: Status list on bulk edit form does not follow normal sequence (#1956).Jean-Philippe Lang2008-09-281-1/+1
* Fixes back_url in login filter (#1900).Jean-Philippe Lang2008-09-241-1/+1
* Unescape back_url param before calling redirect_to.Jean-Philippe Lang2008-09-212-2/+3
* Fixed: login filter providing incorrect back_url for Redmine installed in sub...Jean-Philippe Lang2008-09-211-1/+1
* Adds watch/unwatch functionality at forum topic level (#1912).Jean-Philippe Lang2008-09-191-1/+1
* Render the commit changes list as a tree (#1896).Jean-Philippe Lang2008-09-171-5/+0
* fixed #1216, thank Antti Perkiömäki for reportingwinterheart2008-09-141-1/+1
* Fixed: unable to revert to a previous wiki page version.Jean-Philippe Lang2008-09-131-1/+4
* Adds a permission 'view wiki edits' so that wiki history can be hidden to cer...Jean-Philippe Lang2008-09-131-0/+5
* Merged nbc branch @ r1812 (commit access permission and reposman improvements).Jean-Philippe Lang2008-09-131-5/+4
* Changes versions retrieval on gantt chart.Jean-Philippe Lang2008-09-111-5/+4
* Adds support for free ticket filtering and custom queries on Calendar.Jean-Philippe Lang2008-09-112-32/+31
* Adds support for free ticket filtering and custom queries on Gantt chart.Jean-Philippe Lang2008-09-102-64/+33
* Merged hooks branch @ r1785 into trunk.Jean-Philippe Lang2008-09-051-0/+1
* Adds cross-project time reports support (#994).Jean-Philippe Lang2008-08-312-12/+34
* Adds an option to generate sequential project identifiers.Jean-Philippe Lang2008-08-311-0/+1
* Adds posts quoting functionality (#1825).Jean-Philippe Lang2008-08-281-0/+16
* One-click bulk edition using the issue list context menu within the same proj...Jean-Philippe Lang2008-08-261-5/+7
* Fixes custom fields display order at several places (#1768).Jean-Philippe Lang2008-08-111-1/+1
* Moves @layout 'base'@ to ApplicationController.Jean-Philippe Lang2008-08-1033-35/+4
* Adds permissions for viewing the watcher list and adding new watchers on the ...Jean-Philippe Lang2008-08-031-17/+35
* Fixed: activity atom feed broken by r1701 (#1703).Jean-Philippe Lang2008-07-301-1/+1
* Activity refactoring.Jean-Philippe Lang2008-07-271-82/+10
* Adds child_pages macro for wiki pages (#528).Jean-Philippe Lang2008-07-261-1/+4
* Wiki page hierarchy (#528). Parent page can be assigned on Rename screen.Jean-Philippe Lang2008-07-261-0/+1
* Redirect user to the previous page after logging in (#1679).Jean-Philippe Lang2008-07-261-14/+11
* Fixes hard-coded table names in queries.Jean-Philippe Lang2008-07-221-2/+2
* Adds boolean and list custom fields for time entries as criteria on timelog r...Jean-Philippe Lang2008-07-221-0/+7
* Adds custom fields on time entries (#772).Jean-Philippe Lang2008-07-222-0/+3
* Appends the filename to the attachment url so that clients that ignore conten...Jean-Philippe Lang2008-07-221-0/+3
* Move VersionsController#download to AttachmentsController.Jean-Philippe Lang2008-07-223-22/+8
* Search engine: display total results count (#906) and count by result type.Jean-Philippe Lang2008-07-201-1/+6
* Improved on-the-fly account creation. If some attributes are missing (eg. not...Jean-Philippe Lang2008-07-191-25/+43
* Fixed: Wiki Linking Fails on News Item Preview (#1661).Jean-Philippe Lang2008-07-191-1/+1
* Fixes r1672.Jean-Philippe Lang2008-07-161-0/+1
* Fixed: Plugin's setting page is broken after upgrading to rails 2.1.0 (#1620).Jean-Philippe Lang2008-07-121-1/+1
* Better naming of activity feed if only one kind of event is displayed (#1323).Jean-Philippe Lang2008-07-061-1/+4
* Adds project name to issues feed title (#1323).Jean-Philippe Lang2008-07-061-1/+1
* Display svn properties in the browser, svn >= 1.5.0 only (#1581).Jean-Philippe Lang2008-07-051-1/+3
* Email delivery configuration moved to an unversioned YAML file (config/email....Jean-Philippe Lang2008-07-041-0/+1
* Merged Rails 2.1 compatibility branch.Jean-Philippe Lang2008-07-041-1/+1
* Fixed: issues always created with default tracker (#1553).Jean-Philippe Lang2008-06-301-1/+2
* Redirects back after clicking watch/unwatch links without javascript (#1337).Jean-Philippe Lang2008-06-291-2/+6
* Do not silently ignore timelog validation failure on issue edit.Jean-Philippe Lang2008-06-291-1/+1
* Addq "please select" to activity select box if no activity is set as default ...Jean-Philippe Lang2008-06-292-3/+1
* Wider SVG graphs in repository stats.Jean-Philippe Lang2008-06-291-3/+3
* Custom fields refactoring: most of code moved from controllers to models (usi...Jean-Philippe Lang2008-06-275-47/+9
* Fixed: timelog redirects inappropriately when :back_url is blank (#1524).Jean-Philippe Lang2008-06-261-1/+1
* Adds a simple API and a standalone script that can be used to forward emails ...Jean-Philippe Lang2008-06-251-0/+44