summaryrefslogtreecommitdiffstats
path: root/lib/private/template.php
Commit message (Collapse)AuthorAgeFilesLines
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-11/+11
| | | | * test case added to avoid adding them later
* Now settings CSS class with appid in content DIVVincent Petry2014-05-151-1/+3
|
* Some more PHPDoc fixesLukas Reschke2014-04-211-2/+2
|
* Fix indentationLukas Reschke2014-04-131-1/+2
|
* Move security headers to base.phpLukas Reschke2014-04-131-25/+1
| | | | | Some headers were currently only added to the templates but not to other components (e.g. SabreDAV / JSON / etc...) The migration to base.php ensures that the headers are served to all requests passing base.php
* polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-2/+5
|
* Do not use L10n when logging exceptionsVincent Petry2013-12-161-2/+1
| | | | | | | | | In some specific situations, the L10N bundle isn't loadable yet (for example when there is an issue with the app_config table). In such case, we still want to be able to log the real exception. This fixes errors that say "OC_L10N_String::__toString must not throw exceptions"
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-0/+311
Conflicts: lib/private/vcategories.php