summaryrefslogtreecommitdiffstats
path: root/app/controllers
Commit message (Expand)AuthorAgeFilesLines
* Enable tracker update on issue edit form (#2405).Jean-Philippe Lang2009-11-291-3/+12
* Adds an action to SysController to fetch changesets of one or all projects (#...Jean-Philippe Lang2009-11-281-0/+17
* Adds dynamic columns selection on the issue list (#4272).Jean-Philippe Lang2009-11-281-2/+3
* Rescue invalid query statement error with an error message.Jean-Philippe Lang2009-11-281-0/+10
* Move issues, journals, versions queries from IssuesController to Query model.Jean-Philippe Lang2009-11-281-40/+24
* Reverts r3072 (#4302: error raised when sorting on an association not include...Jean-Philippe Lang2009-11-271-1/+1
* Show last update datetime (last attachment added) on document list (#4232).Jean-Philippe Lang2009-11-261-1/+1
* Display an error when authenticity token is invalid.Jean-Philippe Lang2009-11-251-0/+6
* Remove broken cookies after upgrade from 0.8.x to prevent an error from Rails...Jean-Philippe Lang2009-11-251-1/+12
* Reset session on login/logout (#4248).Jean-Philippe Lang2009-11-211-1/+1
* Optimize associations loading on the issue list.Jean-Philippe Lang2009-11-161-1/+1
* Allow issue grouping by custom field (#2679).Jean-Philippe Lang2009-11-161-2/+2
* Adds a setting for new projects default modules (#1797).Jean-Philippe Lang2009-11-151-1/+1
* Adds custom fields for versions (#4219).Jean-Philippe Lang2009-11-151-0/+2
* Adds a 'Move and follow' button on Move/Copy view to be redirected to the cre...Jean-Philippe Lang2009-11-151-2/+15
* Allow non admin users to add subprojects (#2963).Jean-Philippe Lang2009-11-151-3/+3
* Protect controllers from potential CSRF attacks. #4216Eric Davis2009-11-141-0/+1
* Fix 500 errors with a POST request that requires a login. #4216Eric Davis2009-11-141-1/+7
* Add view_issues permission (#3187).Jean-Philippe Lang2009-11-141-1/+1
* Fixed that "RE:" prefix is added to the subject each time the message is quot...Jean-Philippe Lang2009-11-131-1/+2
* Fixed: Quoting in forums does not take the subject from the message being quo...Jean-Philippe Lang2009-11-131-0/+2
* Redirect to the current page when using context menu on the issue list (#4184).Jean-Philippe Lang2009-11-111-1/+1
* Adds a link to automatically close completed versions in project settings (#1...Jean-Philippe Lang2009-11-091-3/+18
* Fixed: Pre-filled time tracking date ignores timezone (#4160).Jean-Philippe Lang2009-11-061-1/+1
* Fixed: first day of date range is not included in time report with SQLite (#3...Jean-Philippe Lang2009-11-041-1/+1
* Use FasterCSV or ruby1.9 CSV instead of ruby1.8 builtin CSV.Jean-Philippe Lang2009-11-042-3/+3
* Fixed: Feed content limit ignored on issues list.Jean-Philippe Lang2009-11-041-1/+1
* Fixed a test failure.Jean-Philippe Lang2009-10-291-2/+3
* Unified UsersController#list and #index.Jean-Philippe Lang2009-10-291-6/+1
* AccountController#show (/account/show/:id) moved to UsersController#show (/us...Jean-Philippe Lang2009-10-292-26/+25
* Do not show user profile if no visible project or activity (#4129, #3720).Jean-Philippe Lang2009-10-291-0/+4
* Add etag check on the activity view to avoid rendering when not modified.Jean-Philippe Lang2009-10-251-14/+16
* IssuesController#destroy accepts POST only (#4107).Jean-Philippe Lang2009-10-251-0/+4
* Add a permission to remove issue watchers (#2450).Jean-Philippe Lang2009-10-251-1/+13
* Display stats about objects that can be copied.Jean-Philippe Lang2009-10-251-4/+5
* Do not ignore parent project setting on project copy (#3386).Jean-Philippe Lang2009-10-251-0/+1
* Project copy: let the user choose what to copy from the source project (every...Jean-Philippe Lang2009-10-241-1/+1
* Add mail field to admin user search filter (#3882).Jean-Philippe Lang2009-10-241-1/+1
* Added all list and boolean custom data fields to the Time Report. #4077Eric Davis2009-10-211-1/+8
* When a specific TimeEntryActivity are change, associated TimeEntries will beEric Davis2009-10-211-4/+5
* Added a Activities tab to Project SettingsEric Davis2009-10-211-0/+18
* Enumerations can now have custom fields defined on them. #4077Eric Davis2009-10-211-0/+3
* Contextual quick search (#3263).Jean-Philippe Lang2009-10-218-0/+9
* Renamed Project#public named_scope so it will not override Ruby's public methodEric Davis2009-10-211-1/+1
* Fixed: RepositoriesController#revision may show wrong revision (#3779).Jean-Philippe Lang2009-09-201-1/+1
* Makes timelog report work at issue level (#2935).Jean-Philippe Lang2009-09-201-2/+10
* Upgraded to Rails 2.3.4 (#3597)Eric Davis2009-09-132-7/+2
* Fixed: issue attachments are saved even if the issue has been updated by anot...Jean-Philippe Lang2009-09-121-0/+2
* User groups branch merged.Jean-Philippe Lang2009-09-123-13/+180
* SCM:Jean-Philippe Lang2009-09-011-3/+1