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
/
views
/
admin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace uses of image_tag() with CSS (#21256).
Jean-Philippe Lang
2016-01-20
2
-4
/
+3
*
Use named routes.
Jean-Philippe Lang
2015-02-25
1
-5
/
+5
*
Removed unneeded #h calls in views.
Jean-Philippe Lang
2015-02-23
1
-4
/
+4
*
Check plugins updates using https (#17722).
Jean-Philippe Lang
2015-02-15
1
-1
/
+1
*
Adds path to plugin_assets directory in admin/info (#8817).
Jean-Philippe Lang
2014-10-22
1
-1
/
+1
*
Missing closing tag (#3177).
Jean-Philippe Lang
2014-04-06
1
-1
/
+1
*
Adds strings to locales (#3177).
Jean-Philippe Lang
2014-04-05
1
-1
/
+1
*
Adds strings to locales (#3177).
Jean-Philippe Lang
2014-04-05
1
-2
/
+2
*
Adds "Check for updates" for installed plugins (#3177).
Jean-Philippe Lang
2014-04-05
1
-1
/
+45
*
Removed deprecated align and width html attributes (#15307).
Jean-Philippe Lang
2013-11-11
3
-5
/
+5
*
Adds missing html titles (#14517).
Jean-Philippe Lang
2013-07-28
2
-4
/
+2
*
Use route helper in #link_to_project.
Jean-Philippe Lang
2013-01-14
1
-1
/
+1
*
Code cleanup: implement Plugin#to_param for generating routes.
Jean-Philippe Lang
2012-12-13
1
-2
/
+2
*
Duplicate ul tags.
Jean-Philippe Lang
2012-07-29
1
-3
/
+1
*
Deprecated :confirm => 'Text' option.
Jean-Philippe Lang
2012-07-07
1
-1
/
+1
*
Ability to close projects (read-only) (#3640).
Jean-Philippe Lang
2012-06-25
1
-3
/
+3
*
Adds environment information display to /admin/info.
Jean-Philippe Lang
2012-05-01
1
-1
/
+5
*
Merged rails-3.2 branch.
Jean-Philippe Lang
2012-04-25
2
-2
/
+2
*
Changed ProjectsController#destroy to DELETE only.
Jean-Philippe Lang
2011-12-10
1
-1
/
+1
*
[#9489] link label to element
Toshi MARUYAMA
2011-10-29
1
-2
/
+2
*
replace tabs to spaces at app/views/admin/index.html.erb
Toshi MARUYAMA
2011-09-17
1
-2
/
+2
*
replace tabs to spaces at app/views/admin/projects.html.erb
Toshi MARUYAMA
2011-09-17
1
-6
/
+6
*
replace tabs to spaces at app/views/admin/plugins.html.erb
Toshi MARUYAMA
2011-09-17
1
-2
/
+2
*
rename .rhtml to .html.erb of app/views/admin/info.rhtml.
Toshi MARUYAMA
2011-08-24
1
-0
/
+0
*
rename .rhtml to .html.erb of app/views/admin/index.rhtml.
Toshi MARUYAMA
2011-08-24
1
-0
/
+0
*
rename .rhtml to .html.erb of app/views/admin/plugins.rhtml.
Toshi MARUYAMA
2011-08-24
1
-0
/
+0
*
rename .rhtml to .html.erb of app/views/admin/_no_data.rhtml.
Toshi MARUYAMA
2011-08-24
1
-0
/
+0
*
rename .rhtml to .html.erb of app/views/admin/projects.rhtml.
Toshi MARUYAMA
2011-08-24
1
-0
/
+0
*
rename .rhtml to .html.erb of app/views/admin/_menu.rhtml.
Toshi MARUYAMA
2011-08-24
1
-0
/
+0
*
code clean up app/views/admin/info.rhtml.
Toshi MARUYAMA
2011-04-28
1
-4
/
+5
*
Adds links to reset filters on users and projects list.
Jean-Philippe Lang
2011-03-16
1
-0
/
+1
*
Fixes display of archived child projects on the admin project list.
Jean-Philippe Lang
2010-10-22
1
-1
/
+1
*
Removes description column from the admin project list to get a better lookin...
Jean-Philippe Lang
2010-10-22
1
-3
/
+1
*
Refactor: move method to Project#css_classes
Eric Davis
2010-09-10
1
-1
/
+1
*
Refactor: convert the Projects routes to resources.
Eric Davis
2010-09-09
1
-1
/
+1
*
Refactor: rename method ProjectsController#add to ProjectsController#new
Eric Davis
2010-09-07
1
-1
/
+1
*
Refactor: added link_to_project helper to handle links to projects
Jean-Baptiste Barth
2010-08-08
1
-1
/
+1
*
Use the MenuManager for the Administration menu. #6008
Eric Davis
2010-08-04
1
-18
/
+3
*
Moves LDAP entry in admin menu.
Jean-Philippe Lang
2010-07-25
1
-1
/
+1
*
Added icon for the LDAP authentication menu item. #5775
Eric Davis
2010-07-20
1
-1
/
+1
*
Refactor AuthSourcesController to support non-LDAP sources. #1131
Eric Davis
2010-05-23
1
-0
/
+1
*
Applies the same style to the admin project tree than issues.
Jean-Philippe Lang
2010-03-28
1
-2
/
+2
*
Adds an helper for displaying the 'checked' image.
Jean-Philippe Lang
2010-03-17
1
-1
/
+1
*
Do not query the database for project level on projects list.
Jean-Philippe Lang
2010-03-17
1
-2
/
+2
*
Removes overflow:auto on #content which broke the fix in r2118 (#4724).
Jean-Philippe Lang
2010-02-06
1
-0
/
+2
*
Admin info cleanup.
Jean-Philippe Lang
2009-12-19
1
-4
/
+6
*
Adds an admin layout that displays the admin menu in the sidebar.
Jean-Philippe Lang
2009-12-17
2
-76
/
+22
*
Fixes broken admin menu extension (#4351).
Jean-Philippe Lang
2009-12-07
1
-3
/
+3
*
Fixes css classes in table in admin/info (#4261).
Jean-Philippe Lang
2009-11-23
1
-2
/
+2
*
User groups branch merged.
Jean-Philippe Lang
2009-09-12
1
-0
/
+5
[next]