summaryrefslogtreecommitdiffstats
path: root/app/views/admin
Commit message (Expand)AuthorAgeFilesLines
* replace tabs to spaces at app/views/admin/index.html.erbToshi MARUYAMA2011-09-171-2/+2
* replace tabs to spaces at app/views/admin/projects.html.erbToshi MARUYAMA2011-09-171-6/+6
* replace tabs to spaces at app/views/admin/plugins.html.erbToshi MARUYAMA2011-09-171-2/+2
* rename .rhtml to .html.erb of app/views/admin/info.rhtml.Toshi MARUYAMA2011-08-241-0/+0
* rename .rhtml to .html.erb of app/views/admin/index.rhtml.Toshi MARUYAMA2011-08-241-0/+0
* rename .rhtml to .html.erb of app/views/admin/plugins.rhtml.Toshi MARUYAMA2011-08-241-0/+0
* rename .rhtml to .html.erb of app/views/admin/_no_data.rhtml.Toshi MARUYAMA2011-08-241-0/+0
* rename .rhtml to .html.erb of app/views/admin/projects.rhtml.Toshi MARUYAMA2011-08-241-0/+0
* rename .rhtml to .html.erb of app/views/admin/_menu.rhtml.Toshi MARUYAMA2011-08-241-0/+0
* code clean up app/views/admin/info.rhtml.Toshi MARUYAMA2011-04-281-4/+5
* Adds links to reset filters on users and projects list.Jean-Philippe Lang2011-03-161-0/+1
* Fixes display of archived child projects on the admin project list.Jean-Philippe Lang2010-10-221-1/+1
* Removes description column from the admin project list to get a better lookin...Jean-Philippe Lang2010-10-221-3/+1
* Refactor: move method to Project#css_classesEric Davis2010-09-101-1/+1
* Refactor: convert the Projects routes to resources.Eric Davis2010-09-091-1/+1
* Refactor: rename method ProjectsController#add to ProjectsController#newEric Davis2010-09-071-1/+1
* Refactor: added link_to_project helper to handle links to projectsJean-Baptiste Barth2010-08-081-1/+1
* Use the MenuManager for the Administration menu. #6008Eric Davis2010-08-041-18/+3
* Moves LDAP entry in admin menu.Jean-Philippe Lang2010-07-251-1/+1
* Added icon for the LDAP authentication menu item. #5775Eric Davis2010-07-201-1/+1
* Refactor AuthSourcesController to support non-LDAP sources. #1131Eric Davis2010-05-231-0/+1
* Applies the same style to the admin project tree than issues.Jean-Philippe Lang2010-03-281-2/+2
* Adds an helper for displaying the 'checked' image.Jean-Philippe Lang2010-03-171-1/+1
* Do not query the database for project level on projects list.Jean-Philippe Lang2010-03-171-2/+2
* Removes overflow:auto on #content which broke the fix in r2118 (#4724).Jean-Philippe Lang2010-02-061-0/+2
* Admin info cleanup.Jean-Philippe Lang2009-12-191-4/+6
* Adds an admin layout that displays the admin menu in the sidebar.Jean-Philippe Lang2009-12-172-76/+22
* Fixes broken admin menu extension (#4351).Jean-Philippe Lang2009-12-071-3/+3
* Fixes css classes in table in admin/info (#4261).Jean-Philippe Lang2009-11-231-2/+2
* User groups branch merged.Jean-Philippe Lang2009-09-121-0/+5
* Keep status filter on the projects list when un/archiving a project (#3530).Jean-Philippe Lang2009-07-041-2/+2
* Cleaning projects administration list.Jean-Philippe Lang2009-05-101-11/+3
* Added the ability to copy a project in the Project Administration panel.Eric Davis2009-05-031-0/+4
* Merged nested projects branch. Removes limit on subproject nesting (#594).Jean-Philippe Lang2009-01-241-12/+8
* Admin Info Screen: Display if plugin assets directory is writable (#2425).Jean-Philippe Lang2008-12-311-1/+2
* Adds url and author_url plugin attributes (#2162).Jean-Philippe Lang2008-11-161-6/+8
* Adds plugin id attribute.Jean-Philippe Lang2008-11-161-6/+6
* Moves plugin list to its own administration menu item.Jean-Philippe Lang2008-11-163-16/+21
* Pluggable admin menu (patch #2031 by Yuki Sonoda with slight changes).Jean-Philippe Lang2008-11-111-0/+6
* Adds the ability to search for a project name or identifier on the administra...Jean-Philippe Lang2008-10-241-2/+4
* Adds a workflow overview screen.Jean-Philippe Lang2008-09-281-1/+1
* Added translation support for project modules names and a few other strings.Jean-Philippe Lang2008-02-161-6/+6
* More appropriate default sort order on sortable columns.Jean-Philippe Lang2008-02-051-3/+3
* Unlimited and optional project description. The project list will show trunca...Jean-Philippe Lang2008-01-201-1/+1
* Admin settings screen split to tabs.Jean-Philippe Lang2008-01-062-41/+0
* Default configuration data can now be loaded from the administration screen.Jean-Philippe Lang2008-01-052-0/+10
* Slight improvements to the browser views.Jean-Philippe Lang2008-01-024-4/+4
* New setting added to specify how many objects should be displayed on most pag...Jean-Philippe Lang2007-12-291-2/+1
* More detailed html title on several views.Jean-Philippe Lang2007-12-074-1/+9
* Project name format limitation removed (name can now contain any character).Jean-Philippe Lang2007-12-031-1/+1