summaryrefslogtreecommitdiffstats
path: root/app/controllers
Commit message (Expand)AuthorAgeFilesLines
* Fixed that relations may not be refreshed when adding a follows relation (#13...Jean-Philippe Lang2013-02-241-1/+1
* Option to generate a random password on user creation/update.Jean-Philippe Lang2013-02-231-4/+6
* Adds helpers for query columns selection.Jean-Philippe Lang2013-02-231-0/+2
* Rename issues CSV and PDF exports.Jean-Philippe Lang2013-02-231-2/+2
* Refactor: #issues_to_csv and #entries_to_csv merged into QueriesHelper#query_...Jean-Philippe Lang2013-02-232-2/+2
* Fixed that requesting a message from an invalid forum should respond with 404...Jean-Philippe Lang2013-02-201-1/+2
* Makes all time entry columns available in the CSV export.Jean-Philippe Lang2013-02-191-1/+2
* Use #per_page instead of #items_per_page.Jean-Philippe Lang2013-02-175-5/+5
* Fixed that messages are not sorted by last reply (#12243).Jean-Philippe Lang2013-02-171-2/+3
* replace tabs to spaces at app/controllers/boards_controller.rbToshi MARUYAMA2013-02-171-1/+1
* remove trailing tabs from app/controllers/users_controller.rbToshi MARUYAMA2013-02-171-1/+1
* remove trailing tabs from app/controllers/projects_controller.rbToshi MARUYAMA2013-02-171-1/+1
* remove trailing tabs from app/controllers/admin_controller.rbToshi MARUYAMA2013-02-171-2/+2
* remove trailing tab and white-spaces from app/controllers/issue_statuses_cont...Toshi MARUYAMA2013-02-171-1/+1
* Fixed that updating the issue form was broken by r4011 when user is not allow...Jean-Philippe Lang2013-02-161-3/+7
* Remove default for when changing custom field format.Jean-Philippe Lang2013-02-151-0/+2
* Adds token finder methods.Jean-Philippe Lang2013-02-141-2/+2
* Bulk watch/unwatch issues from the context menu (#7159).Jean-Philippe Lang2013-02-101-14/+22
* Use database LOWER instead of #downcase.Jean-Philippe Lang2013-01-311-3/+3
* Add/remove issue watchers via the REST API (#6727).Jean-Philippe Lang2013-01-301-6/+12
* Use POST instead of GET for logging out (#13022).Jean-Philippe Lang2013-01-301-2/+7
* Adds "sorted" scope to Principal and User and sort users/groups properly.Jean-Philippe Lang2013-01-231-1/+1
* Respond with 404 when params[:ids] is missing (#12898).Jean-Philippe Lang2013-01-201-0/+3
* Fixed that adding a blank/invalid block to my page renders a blank page (#128...Jean-Philippe Lang2013-01-201-9/+10
* Test failure.Jean-Philippe Lang2013-01-201-3/+2
* Don't use && return.Jean-Philippe Lang2013-01-202-4/+5
* Don't use && return.Jean-Philippe Lang2013-01-201-3/+3
* Safer find_by_ call.Jean-Philippe Lang2013-01-201-2/+2
* Fix 500 error for requests to the settings path for non-configurable plugins ...Jean-Philippe Lang2013-01-201-0/+5
* Adds pagination to users list when adding project or group members (#9549).Jean-Philippe Lang2013-01-183-4/+7
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-1246-46/+46
* Deprecation warnings (#12774).Jean-Philippe Lang2013-01-0810-19/+19
* Login link unexpected logs you out (#12611).Jean-Philippe Lang2013-01-051-1/+3
* remove trailing white-space from app/controllers/wiki_controller.rbToshi MARUYAMA2013-01-041-1/+1
* A column has been specified more than once in the order by list (#12713).Jean-Philippe Lang2013-01-031-1/+1
* Log an error when trying to send an attachment that cannot be read.Jean-Philippe Lang2012-12-261-1/+6
* Auto-populate fields while creating a new user with LDAP (#10286).Jean-Philippe Lang2012-12-261-0/+14
* Renamed #_issues_path to #_project_issues_path.Jean-Philippe Lang2012-12-232-5/+5
* Moved routes helper methods to an helper.Jean-Philippe Lang2012-12-231-10/+2
* Display 25 items.Jean-Philippe Lang2012-12-172-2/+2
* Use scoped models for pagination.Jean-Philippe Lang2012-12-173-3/+3
* Replaces the classic_pagination plugin with a simple pagination module.Jean-Philippe Lang2012-12-171-0/+1
* Code cleanup in AuthSource controller and views.Jean-Philippe Lang2012-12-131-4/+10
* Code cleanup: implement Plugin#to_param for generating routes.Jean-Philippe Lang2012-12-131-1/+1
* Use browser language as default when registering.Jean-Philippe Lang2012-12-121-1/+1
* Code cleanup.Jean-Philippe Lang2012-12-112-2/+1
* Removed unused code.Jean-Philippe Lang2012-12-111-47/+0
* Code cleanup.Jean-Philippe Lang2012-12-111-6/+7
* Use named routes in controllers.Jean-Philippe Lang2012-12-1119-84/+113
* Use named routes in controllers.Jean-Philippe Lang2012-12-1111-37/+42