summaryrefslogtreecommitdiffstats
path: root/app/controllers/admin_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Reuse ProjectQuery filters on the admin project list (#33422).Marius Balteanu2022-04-011-7/+11
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Show warning in admin/info when there are pending migrations (#35562).Go MAEDA2021-07-301-0/+1
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* Replace RMagick with MiniMagick (#30492).Go MAEDA2019-08-141-1/+1
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Don't rescue Exception class (#31387).Go MAEDA2019-05-251-2/+2
* Render PDF thumbnail using ImageMagick/GhostScript (#22481).Go MAEDA2019-05-121-1/+2
* Enable frozen_string_literal for some files under app and lib directory (#265...Go MAEDA2019-03-161-1/+1
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Send emails asynchronously (#26791).Jean-Philippe Lang2018-10-101-5/+1
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Removes unneeded inclusions of sort_helper.Jean-Philippe Lang2017-03-131-2/+0
* Remove instance variable which is unused after r9603 (#24832).Jean-Philippe Lang2017-01-151-1/+0
* Use the main menu for project related actions that support cross-project disp...Jean-Philippe Lang2016-11-191-0/+1
* Adds pagination to admin project list.Jean-Philippe Lang2016-08-301-1/+4
* Use .before_action instead of .before_filter.Jean-Philippe Lang2016-07-141-1/+1
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Escape flash messages (#19117).Jean-Philippe Lang2015-02-171-3/+3
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Adds a 'sorted' scope to Project.Jean-Philippe Lang2014-11-021-1/+1
* Adds path to plugin_assets directory in admin/info (#8817).Jean-Philippe Lang2014-10-221-1/+1
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-1/+1
* prevent "can't modify frozen String" exception when mail sending error (#17235)Toshi MARUYAMA2014-07-011-1/+1
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Add an indication to admin/info whether or not ImageMagick convert is availab...Jean-Philippe Lang2013-11-151-1/+2
* Exception message may not be UTF-8 encoded.Jean-Philippe Lang2013-07-121-1/+1
* remove trailing tabs from app/controllers/admin_controller.rbToshi MARUYAMA2013-02-171-2/+2
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Use named routes in controllers.Jean-Philippe Lang2012-12-111-2/+2
* Replaces find(:first/:all) calls.Jean-Philippe Lang2012-12-031-3/+2
* replace Mailer deliver syntax to Rails3 styleToshi MARUYAMA2012-05-051-1/+1
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Fixed that "Default administrator account changed" is always true (#10622).Jean-Philippe Lang2012-04-091-3/+1
* Renamed Mailer#test to Mailer#test_email.Jean-Philippe Lang2012-03-041-1/+1
* Adds Redmine::Plugin.public_directory to be used instead of Engines.public_di...Jean-Philippe Lang2012-03-041-1/+1
* Fixes admin menu display.Jean-Philippe Lang2012-01-201-0/+4
* Adds named scopes for projects index.Jean-Philippe Lang2011-12-041-8/+6
* remove trailing white-spaces from app/controllers/admin_controller.rb.Toshi MARUYAMA2011-08-271-4/+4
* code clean up AdminController.Toshi MARUYAMA2011-04-251-12/+10
* Admin info cleanup.Jean-Philippe Lang2009-12-191-6/+6
* Adds an admin layout that displays the admin menu in the sidebar.Jean-Philippe Lang2009-12-171-0/+2
* Merged nested projects branch. Removes limit on subproject nesting (#594).Jean-Philippe Lang2009-01-241-11/+2
* Admin Info Screen: Display if plugin assets directory is writable (#2425).Jean-Philippe Lang2008-12-311-0/+1
* Validates sort_key and sort_order params (#2378).Jean-Philippe Lang2008-12-241-1/+1
* Adds .find and .all Plugin class methods.Jean-Philippe Lang2008-11-161-1/+1
* Adds plugin id attribute.Jean-Philippe Lang2008-11-161-1/+1
* Moves plugin list to its own administration menu item.Jean-Philippe Lang2008-11-161-1/+4
* Adds the ability to search for a project name or identifier on the administra...Jean-Philippe Lang2008-10-241-5/+9