summaryrefslogtreecommitdiffstats
path: root/app/views/layouts
Commit message (Expand)AuthorAgeFilesLines
...
* Send the CSRF token with Ajax requests (#7843).Jean-Philippe Lang2011-03-141-0/+1
* Fixed: Login page should not show projects link and search box if authenticat...Jean-Philippe Lang2011-03-041-1/+3
* Escapes body css classes.Jean-Philippe Lang2011-02-281-1/+1
* Warning on leaving a page with unsaved content in textarea (#2910).Jean-Philippe Lang2011-02-211-1/+1
* Load csshover.htc for IE6 only as later versions support hover on non-link el...Jean-Philippe Lang2011-01-161-1/+1
* Updated footer to 2011.Jean-Philippe Lang2011-01-021-1/+1
* Support for Javascript in Themes (#2803).Jean-Philippe Lang2010-12-221-0/+1
* Add a Email Header setting. Useful for adding delimiters to every email.Eric Davis2010-11-022-0/+2
* Real RTL-theme support in locales (#6012)Azamat Hackimov2010-08-191-0/+1
* Added css classes to the HTML body based on the theme, controller, and action...Eric Davis2010-08-041-1/+1
* Add a favicon link with support for suburi. #3301Eric Davis2010-07-291-0/+1
* Hide the main menu div if there isn't any items for it. #3259Eric Davis2010-03-041-0/+2
* Adds a few divs to the base layout (#871).Jean-Philippe Lang2010-02-141-0/+4
* Copyright updated (#4542).Jean-Philippe Lang2010-01-091-1/+1
* Adds an admin layout that displays the admin menu in the sidebar.Jean-Philippe Lang2009-12-171-0/+8
* Moved charset meta tag before title (#4320).Jean-Philippe Lang2009-12-131-1/+1
* Contextual quick search (#3263).Jean-Philippe Lang2009-10-211-0/+1
* Upgraded to Rails 2.3.4 (#3597)Eric Davis2009-09-132-0/+35
* Fixes content vertical overflow (#3053).Jean-Philippe Lang2009-03-281-0/+1
* Adds (a maximum of 3) links to project ancestors in the page title (#2788).Jean-Philippe Lang2009-02-201-1/+1
* Added two new plugin hooks:Eric Davis2009-02-101-0/+2
* Updates footer year.Jean-Philippe Lang2009-01-311-1/+1
* Merged nested projects branch. Removes limit on subproject nesting (#594).Jean-Philippe Lang2009-01-242-13/+1
* Project jump box fix.Jean-Philippe Lang2009-01-171-2/+2
* Moves flash messages rendering to a helper method.Jean-Philippe Lang2009-01-031-2/+1
* Jump to the current tab when using the project quick-jump combo (#2364).Jean-Philippe Lang2008-12-301-2/+2
* Makes logged-in username in topbar linking to (#2291).Jean-Philippe Lang2008-12-071-1/+1
* Makes wiki text formatter pluggable.Jean-Philippe Lang2008-10-271-1/+1
* Adds :view_layouts_base_body_bottom hookEric Davis2008-09-301-0/+1
* Reverting commit r1748 again. r1786 pulled in in againEric Davis2008-09-101-1/+1
* Merged hooks branch @ r1785 into trunk.Jean-Philippe Lang2008-09-051-3/+4
* Reverting commit r1748. Some environments are not allowing the cached file toEric Davis2008-08-281-1/+1
* Javascripts are now cached into a single file for downloads in production mode.Eric Davis2008-08-201-1/+1
* Fixed: page has no title when adding a project (#1436).Jean-Philippe Lang2008-06-141-1/+1
* Removes the Redmine version from the footer (closes #794). It can still be vi...Jean-Philippe Lang2008-03-091-1/+1
* The following menus can now be extended by plugins: top_menu, account_menu, a...Jean-Philippe Lang2008-02-121-13/+3
* Footer update.Jean-Philippe Lang2008-02-111-1/+1
* Highlight the current item of the main menu.Jean-Philippe Lang2008-01-191-7/+1
* wrapper div added to the layout.Jean-Philippe Lang2008-01-061-0/+2
* Moved login and logout links to ApplicationHelper methods for easier customiz...Jean-Philippe Lang2007-12-301-2/+2
* Set doctype to transitional. Fixed a few non matching tags in views.Jean-Philippe Lang2007-12-212-4/+4
* Project name format limitation removed (name can now contain any character).Jean-Philippe Lang2007-12-031-2/+2
* Themes:Jean-Philippe Lang2007-11-221-9/+9
* Fixed flashes style for IE6.Jean-Philippe Lang2007-10-211-4/+2
* Removed inconsistent user manual stuff (html/docbook content and controller)....Jean-Philippe Lang2007-10-131-0/+1
* Added some accesskeys:Jean-Philippe Lang2007-10-051-1/+2
* Moved media print specific styles to application.css (print.css removed).Jean-Philippe Lang2007-10-011-2/+1
* Slight changes to the stylesheet and footer.Jean-Philippe Lang2007-09-251-1/+1
* Added a named route for the home page.Jean-Philippe Lang2007-09-241-1/+1
* Application layout refactored.Jean-Philippe Lang2007-09-223-88/+67