summaryrefslogtreecommitdiffstats
path: root/lib/private/template
Commit message (Collapse)AuthorAgeFilesLines
* Move \OC\Template to PSR-4Roeland Jago Douma2016-05-136-558/+0
|
* Move functions.php to legacyRoeland Jago Douma2016-05-131-265/+0
| | | | This file should really be properly namespaced etc!
* Remove unneeded private wrapper methodsMorris Jobke2016-05-021-4/+2
|
* Merge pull request #23991 from owncloud/handle-exceptions-in-templatesThomas Müller2016-04-141-2/+7
|\ | | | | Properly handle exception within templates
| * Properly handle exception within templatesMorris Jobke2016-04-141-2/+7
| | | | | | | | * fixes partial printed templates when exception is thrown in between
* | Scrutinizer Auto-Fixes (#23959)Scrutinizer Auto-Fixer2016-04-141-2/+2
|/ | | | | | | | * Scrutinizer Auto-Fixes This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com * revert append() change
* Add unit testing capabilities for templates (#23708)Thomas Müller2016-04-121-24/+34
| | | | Add unit testing capabilities for templates
* Remove Scrutinizer Auto FixerLukas Reschke2016-03-011-1/+0
|
* Update author informationLukas Reschke2016-03-011-0/+1
| | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :)
* Allow to overwrite a single language string via the theme folderJoas Schilling2016-02-261-2/+19
|
* Merge pull request #21894 from owncloud/refactor-csrfThomas Müller2016-01-261-2/+3
|\ | | | | Add new CSRF manager for unit testing purposes
| * Add new CSRF manager for unit testing purposesLukas Reschke2016-01-251-2/+3
| | | | | | | | This adds a new CSRF manager for unit testing purposes, it's interface is based upon https://github.com/symfony/security-csrf. Due to some of our required custom changes it is however not possible to use the Symfony component directly.
* | Remove OC_Helper::imagePath and use the proper public interfaceMorris Jobke2016-01-241-5/+5
|/
* Happy new year!Thomas Müller2016-01-127-9/+10
|
* Removed deprecated OC_Helper::mimeTypeIcon functionRoeland Jago Douma2015-12-181-3/+1
|
* OC_Helper::linkTo is deprecatedRoeland Jago Douma2015-12-171-1/+1
| | | | Replaced with suggested (and calling body of)
* Use \OCP\Util::sanitizeHTML instead of \OC_Util::sanitizeHTMLLukas Reschke2015-12-081-2/+2
|
* Untangle the linkToDocs method in OC_HelperMorris Jobke2015-11-261-1/+1
| | | | | * now uses the proper URLGenerator interface * add comment about DI problems
* p() supports string as argumentMorris Jobke2015-11-231-1/+1
|
* update license headers and authorsMorris Jobke2015-06-251-0/+1
|
* Fix wrong path generationMorris Jobke2015-04-201-1/+1
| | | | * fixes #15742
* 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
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-236-34/+126
|
* Deprecate Util::formatDate()Joas Schilling2014-12-101-26/+6
| | | | Make DateTimeFormatter a service and adjust tests that have been inaccurate
* 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
| | | | Equivalent to addVendorScript und addScript from OC_Util
* fix shortcuts - underline instead of camelCaseMorris Jobke2014-11-041-2/+2
|
* ability to add bower resourcesMorris Jobke2014-11-031-0/+32
| | | | | | * add addVendorScript & addVendorStyle * refactoring of addScript and addStyle * add shortcuts vendorScript and vendorStyle
* 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
| | | | remove translation.php
* Added OC.L10N namespace with translation functionsVincent Petry2014-10-291-0/+16
| | | | | | | | | | | Added addTranslations and fixed de.js file Fixed de.js to use OC.L10N.register() and use to correct expected format. Added JS unit tests for OC.L10N class Include translations JS script for all apps
* adding cssmin and jssmin(minify)Thomas Müller2014-10-171-0/+2
| | | | | | adding argument deleteSelf to rmdirr() - if false the directory itself will not be deleted only it's content adding repair step to clean the asset cache after upgrade + coding style adjustments
* 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
| | | | * test case added to avoid adding them later
* 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
| | | This fixes some scrutinizer issues.
* Merge branch 'master' into type-hintingBart Visscher2014-03-311-1/+1
|\ | | | | | | | | | | | | | | | | Conflicts: lib/private/image.php lib/private/l10n.php lib/private/request.php lib/private/share/mailnotifications.php lib/private/template/base.php
| * 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
| | | | | | | | | | | | | | | | | | | | | | This patch was automatically generated as part of the following inspection: https://scrutinizer-ci.com/g/owncloud/core/inspections/cdfecc4e-a37e-4233-8025-f0d7252a8720 Enabled analysis tools: - PHP Analyzer - JSHint - PHP Copy/Paste Detector - PHP PDepend
* | enable static delivery of css filesThomas Müller2014-02-201-1/+1
|/