summaryrefslogtreecommitdiffstats
path: root/lib/private/template
Commit message (Expand)AuthorAgeFilesLines
* update license headers and authorsMorris Jobke2015-06-251-0/+1
* Fix wrong path generationMorris Jobke2015-04-201-1/+1
* Update license headersJenkins for ownCloud2015-03-267-30/+144
* Log errors and create 404 in network list when a css or js is missingJoas Schilling2015-03-044-31/+121
* Revert "Updating license headers"Morris Jobke2015-02-266-126/+34
* Updating license headersJenkins for ownCloud2015-02-236-34/+126
* Deprecate Util::formatDate()Joas Schilling2014-12-101-26/+6
* Drop form_factor that is appended to JS, CSS and template filenamesMorris Jobke2014-11-124-32/+7
* second parameter in template shortcuts script() and style() is optionalMorris Jobke2014-11-061-2/+2
* Make second argument optionalLukas Reschke2014-11-061-2/+2
* fix shortcuts - underline instead of camelCaseMorris Jobke2014-11-041-2/+2
* ability to add bower resourcesMorris Jobke2014-11-031-0/+32
* Fix implementation of translation short cutThomas Müller2014-10-291-9/+2
* in case a translation javascript is not found we no longer bail outThomas Müller2014-10-291-0/+4
* Added OC.L10N namespace with translation functionsVincent Petry2014-10-291-0/+16
* adding cssmin and jssmin(minify)Thomas Müller2014-10-171-0/+2
* more sugar for including lists of templatesBernhard Posselt2014-09-091-7/+29
* append .html since componets always use html filesBernhard Posselt2014-09-081-1/+1
* add template functions for html importsBernhard Posselt2014-09-081-0/+10
* add shortcut functions for style and scriptBernhard Posselt2014-09-061-0/+18
* Use public api for getting l10nRobin Appelman2014-08-311-1/+1
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-193-13/+13
* Fix all PHPDoc types and variable names, in /libRobin McCorkell2014-05-132-8/+4
* Replace @returns with @return, in /libRobin McCorkell2014-05-131-1/+1
* p() and print_unescaped() also take arrays as parameterLukas Reschke2014-04-131-4/+5
* Merge branch 'master' into type-hintingBart Visscher2014-03-311-1/+1
|\
| * Fix some more docstringskondou2014-03-031-1/+1
* | Update PHPDoc for I10N, OC_Config, OC\Template\Base and OCP\IL10NBart Visscher2014-02-281-2/+2
|/
* Merge branch 'master' into no-css-js-delivery-via-phpThomas Müller2014-02-202-0/+5
|\
| * Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-192-0/+5
* | enable static delivery of css filesThomas Müller2014-02-201-1/+1
|/
* polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-064-3/+32
* Revert "use getAppWebPath() in here as well"Thomas Müller2014-01-201-1/+1
* use getAppWebPath() in here as wellThomas Müller2013-12-311-1/+1
* introduce OC_Helper::linkToDocs()Thomas Müller2013-10-211-2/+5
* introduce link_to_docs() and migrate linksThomas Müller2013-10-211-0/+5
* Fixed missing default valuesVincent Petry2013-10-031-2/+2
* Added unit tests for relative_modified_date, changed method signatureVincent Petry2013-10-031-7/+13
* Removed stray debug log writeVincent Petry2013-10-021-1/+0
* Added dateOnly argument to relative_modified_dateVincent Petry2013-10-021-8/+32
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-306-0/+468