summaryrefslogtreecommitdiffstats
path: root/app/controllers
Commit message (Expand)AuthorAgeFilesLines
* 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
* Display issue notes in the activity view (#1509).Jean-Philippe Lang2008-06-211-1/+2
* Track project and tracker changes in issue history.Jean-Philippe Lang2008-06-191-0/+1
* Adds atom feed on time entries details (#1479).Jean-Philippe Lang2008-06-171-0/+8
* Ability to remove enumerations (activities, priorities, document categories) ...Jean-Philippe Lang2008-06-171-6/+15
* RepositoriesController cleanup with rescue_from.Jean-Philippe Lang2008-06-151-16/+5
* Fixed: view file at given revision with CVS.Jean-Philippe Lang2008-06-151-3/+3
* Fixed: Logtime info lost when there's an error updating an issue (#1400).Jean-Philippe Lang2008-06-141-2/+2
* Log the user in after registration if account activation is not needed.Jean-Philippe Lang2008-06-091-1/+2
* File viewer for attached text files.Jean-Philippe Lang2008-06-091-4/+7
* Unified diff viewer for attached files with .patch or .diff extension (#1403).Jean-Philippe Lang2008-06-081-3/+10
* SCM browser: ability to download raw unified diffs.Jean-Philippe Lang2008-06-081-12/+22
* Move unified diff parser out of the scm abstract adapter so it can be reused ...Jean-Philippe Lang2008-06-081-1/+1
* Ability to disable unused SCM adapters in application settings.Jean-Philippe Lang2008-06-081-2/+2
* Fixed: Reply/Quote Function Newline Issue in Internet Explorer (#1362).Jean-Philippe Lang2008-06-071-3/+3
* Fixed: Link to PDF doesn't work after creating new issue (#1346).Jean-Philippe Lang2008-06-021-1/+1
* Fixed: browser's accept-language subcodes ignored (#1320).Jean-Philippe Lang2008-05-301-3/+3
* Adds a Reply link to each issue note (#739). Reply is pre-filled with the quo...Jean-Philippe Lang2008-05-301-1/+21
* Adds new projects atom feed (#1290).Jean-Philippe Lang2008-05-271-2/+10