index
:
redmine.git
0.6-stable
0.7-stable
0.8-stable
0.9-stable
1.0-stable
1.1-stable
1.2-stable
1.3-stable
1.4-stable
2.0-stable
2.1-stable
2.2-stable
2.3-stable
2.4-stable
2.5-stable
2.6-stable
3.0-stable
3.1-stable
3.2-stable
3.3-stable
3.4-stable
4.0-stable
4.1-stable
4.2-stable
5.0-stable
5.1-stable
6.0-stable
integration-to-svn-stable-1.0
integration-to-svn-trunk
master
nbc
plugin-hooks
swistak
work
Mirror of redmine code source: https://github.com/redmine/redmine
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
app
/
controllers
/
admin_controller.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reuse ProjectQuery filters on the admin project list (#33422).
Marius Balteanu
2022-04-01
1
-7
/
+11
*
Update copyright year in source files to 2022 (#36379).
Go MAEDA
2022-01-02
1
-1
/
+1
*
Show warning in admin/info when there are pending migrations (#35562).
Go MAEDA
2021-07-30
1
-0
/
+1
*
Update copyright year in source files to 2021 (#33069).
Go MAEDA
2021-03-25
1
-1
/
+1
*
Update copyright year in source files to 2020 (#33069).
Go MAEDA
2020-03-03
1
-1
/
+1
*
Replace RMagick with MiniMagick (#30492).
Go MAEDA
2019-08-14
1
-1
/
+1
*
Update copyright year.
Go MAEDA
2019-05-25
1
-1
/
+1
*
Don't rescue Exception class (#31387).
Go MAEDA
2019-05-25
1
-2
/
+2
*
Render PDF thumbnail using ImageMagick/GhostScript (#22481).
Go MAEDA
2019-05-12
1
-1
/
+2
*
Enable frozen_string_literal for some files under app and lib directory (#265...
Go MAEDA
2019-03-16
1
-1
/
+1
*
Add "frozen_string_literal: false" for all files (#26561).
Go MAEDA
2019-03-15
1
-0
/
+2
*
Send emails asynchronously (#26791).
Jean-Philippe Lang
2018-10-10
1
-5
/
+1
*
Update copyright.
Jean-Philippe Lang
2017-06-25
1
-1
/
+1
*
Removes unneeded inclusions of sort_helper.
Jean-Philippe Lang
2017-03-13
1
-2
/
+0
*
Remove instance variable which is unused after r9603 (#24832).
Jean-Philippe Lang
2017-01-15
1
-1
/
+0
*
Use the main menu for project related actions that support cross-project disp...
Jean-Philippe Lang
2016-11-19
1
-0
/
+1
*
Adds pagination to admin project list.
Jean-Philippe Lang
2016-08-30
1
-1
/
+4
*
Use .before_action instead of .before_filter.
Jean-Philippe Lang
2016-07-14
1
-1
/
+1
*
Updates copyright for 2016.
Jean-Philippe Lang
2016-03-13
1
-1
/
+1
*
Escape flash messages (#19117).
Jean-Philippe Lang
2015-02-17
1
-3
/
+3
*
Copyright update.
Jean-Philippe Lang
2015-01-11
1
-1
/
+1
*
Adds a 'sorted' scope to Project.
Jean-Philippe Lang
2014-11-02
1
-1
/
+1
*
Adds path to plugin_assets directory in admin/info (#8817).
Jean-Philippe Lang
2014-10-22
1
-1
/
+1
*
Merged rails-4.1 branch (#14534).
Jean-Philippe Lang
2014-10-22
1
-1
/
+1
*
prevent "can't modify frozen String" exception when mail sending error (#17235)
Toshi MARUYAMA
2014-07-01
1
-1
/
+1
*
update copyright year (#15977)
Toshi MARUYAMA
2014-01-29
1
-1
/
+1
*
Add an indication to admin/info whether or not ImageMagick convert is availab...
Jean-Philippe Lang
2013-11-15
1
-1
/
+2
*
Exception message may not be UTF-8 encoded.
Jean-Philippe Lang
2013-07-12
1
-1
/
+1
*
remove trailing tabs from app/controllers/admin_controller.rb
Toshi MARUYAMA
2013-02-17
1
-2
/
+2
*
Copyright for 2013 (#12788).
Jean-Philippe Lang
2013-01-12
1
-1
/
+1
*
Use named routes in controllers.
Jean-Philippe Lang
2012-12-11
1
-2
/
+2
*
Replaces find(:first/:all) calls.
Jean-Philippe Lang
2012-12-03
1
-3
/
+2
*
replace Mailer deliver syntax to Rails3 style
Toshi MARUYAMA
2012-05-05
1
-1
/
+1
*
Copyright update.
Jean-Philippe Lang
2012-05-05
1
-1
/
+1
*
Fixed that "Default administrator account changed" is always true (#10622).
Jean-Philippe Lang
2012-04-09
1
-3
/
+1
*
Renamed Mailer#test to Mailer#test_email.
Jean-Philippe Lang
2012-03-04
1
-1
/
+1
*
Adds Redmine::Plugin.public_directory to be used instead of Engines.public_di...
Jean-Philippe Lang
2012-03-04
1
-1
/
+1
*
Fixes admin menu display.
Jean-Philippe Lang
2012-01-20
1
-0
/
+4
*
Adds named scopes for projects index.
Jean-Philippe Lang
2011-12-04
1
-8
/
+6
*
remove trailing white-spaces from app/controllers/admin_controller.rb.
Toshi MARUYAMA
2011-08-27
1
-4
/
+4
*
code clean up AdminController.
Toshi MARUYAMA
2011-04-25
1
-12
/
+10
*
Admin info cleanup.
Jean-Philippe Lang
2009-12-19
1
-6
/
+6
*
Adds an admin layout that displays the admin menu in the sidebar.
Jean-Philippe Lang
2009-12-17
1
-0
/
+2
*
Merged nested projects branch. Removes limit on subproject nesting (#594).
Jean-Philippe Lang
2009-01-24
1
-11
/
+2
*
Admin Info Screen: Display if plugin assets directory is writable (#2425).
Jean-Philippe Lang
2008-12-31
1
-0
/
+1
*
Validates sort_key and sort_order params (#2378).
Jean-Philippe Lang
2008-12-24
1
-1
/
+1
*
Adds .find and .all Plugin class methods.
Jean-Philippe Lang
2008-11-16
1
-1
/
+1
*
Adds plugin id attribute.
Jean-Philippe Lang
2008-11-16
1
-1
/
+1
*
Moves plugin list to its own administration menu item.
Jean-Philippe Lang
2008-11-16
1
-1
/
+4
*
Adds the ability to search for a project name or identifier on the administra...
Jean-Philippe Lang
2008-10-24
1
-5
/
+9
[next]