summaryrefslogtreecommitdiffstats
path: root/lib/private/Template/Base.php
Commit message (Collapse)AuthorAgeFilesLines
* Move OC_Defaults to OCP\DefaultsMorris Jobke2017-04-091-2/+4
| | | | | | | | | | | | | * currently there are two ways to access default values: OCP\Defaults or OC_Defaults (which is extended by OCA\Theming\ThemingDefaults) * our code used a mixture of both of them, which made it hard to work on theme values * this extended the public interface with the missing methods and uses them everywhere to only rely on the public interface Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix othersJoas Schilling2016-07-211-1/+2
|
* Update license headersLukas Reschke2016-05-261-2/+3
|
* Move \OC\Template to PSR-4Roeland Jago Douma2016-05-131-0/+184