aboutsummaryrefslogtreecommitdiffstats
path: root/lib/templatelayout.php
Commit message (Expand)AuthorAgeFilesLines
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-114/+0
* Bring another enable_avatars to $_ and fix $thus->$thiskondou2013-09-111-0/+1
* Clean up \OC\Utilkondou2013-08-151-2/+2
* Split locating JS and CSS files to their own classBart Visscher2013-07-211-104/+10
* Get config from templateLukas Reschke2013-05-121-1/+1
* Merge pull request #3114 from owncloud/update-notificationRaghu Nayyar2013-04-261-0/+14
|\
| * Add an update notification on every page for admin usersLukas Reschke2013-04-241-0/+14
* | Simplify app js locating for layout pagesBart Visscher2013-04-261-11/+8
* | Simplify app css locating for layout pagesBart Visscher2013-04-261-31/+9
|/
* check if there is a default/ folder in the theme directory if no theme existsBernhard Posselt2013-04-241-2/+2
* Test if we want a 3rdparty style/script before checking the 3rdparty rootBart Visscher2013-04-191-2/+4
* Add a name to the version parameterLukas Reschke2013-04-051-1/+1
* Add hashed version parameter to js and css. Ref #1520 and many more ;)Thomas Tanghus2013-03-191-4/+5
* Avoid to display empty DisplayNames for menu and titleBrice Maron2013-03-021-0/+1
* [core] From echo to pLukas Reschke2013-02-271-5/+5
* Don't use routes when displaying error pageBart Visscher2013-02-221-2/+2
* Style-fix: Breakup long linesBart Visscher2013-02-141-2/+4
* Merge pull request #1514 from owncloud/fix-setupLukas Reschke2013-02-071-0/+3
|\
| * Move loading of js_config to templatelayoutBart Visscher2013-02-071-0/+3
* | Fix warning with displayname in user layout templateBart Visscher2013-02-071-0/+3
|/
* Fix undefined variableLukas Reschke2013-01-261-5/+0
* Move template parameters around so database error page is properly renderedMichael Gapczynski2013-01-071-12/+5
* Fix some of "Closing brace must be on a line by itself"Bart Visscher2012-12-151-4/+16
* Fix "Line indented incorrectly"Bart Visscher2012-12-151-5/+5
* Checkstyle fixes: NoSpaceAfterCommaFelix Moeller2012-11-041-3/+3
* NoSpaceAfterComma IIFelix Moeller2012-10-231-1/+1
* Checkstyle: NoSpaceAfterCommaFelix Moeller2012-10-231-2/+2
* core.js and core.css don't need to be absoluteBart Visscher2012-10-171-2/+2
* Remove unused search codeBart Visscher2012-10-101-1/+0
* No need to use array_searchBart Visscher2012-10-101-1/+1
* don't set values with oc_appconfig when oc is not installed yet, allows to re...Jörn Friedrich Dreyer2012-09-111-1/+1
* Move handling of core remotes to OC_TemplateLayoutBart Visscher2012-09-071-1/+11
* adding space between) and {Thomas Mueller2012-09-071-9/+9
* Fix password authentication for links and fix template problems for links by ...Michael Gapczynski2012-08-291-4/+6
* fix unused variablesRobin Appelman2012-07-201-1/+1
* some path fixes for multi-dir appThomas Mueller2012-06-221-2/+2
* Correct inclusion pathsBrice Maron2012-06-211-17/+42
* Prepare template js and css functions for use in the js and css minimizersBart Visscher2012-06-181-32/+32
* Move page layout handling to its own classBart Visscher2012-06-181-0/+170