Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move \OC\Template to PSR-4 | Roeland Jago Douma | 2016-05-13 | 6 | -558/+0 |
| | |||||
* | Move functions.php to legacy | Roeland Jago Douma | 2016-05-13 | 1 | -265/+0 |
| | | | | This file should really be properly namespaced etc! | ||||
* | Remove unneeded private wrapper methods | Morris Jobke | 2016-05-02 | 1 | -4/+2 |
| | |||||
* | Merge pull request #23991 from owncloud/handle-exceptions-in-templates | Thomas Müller | 2016-04-14 | 1 | -2/+7 |
|\ | | | | | Properly handle exception within templates | ||||
| * | Properly handle exception within templates | Morris Jobke | 2016-04-14 | 1 | -2/+7 |
| | | | | | | | | * fixes partial printed templates when exception is thrown in between | ||||
* | | Scrutinizer Auto-Fixes (#23959) | Scrutinizer Auto-Fixer | 2016-04-14 | 1 | -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üller | 2016-04-12 | 1 | -24/+34 |
| | | | | Add unit testing capabilities for templates | ||||
* | Remove Scrutinizer Auto Fixer | Lukas Reschke | 2016-03-01 | 1 | -1/+0 |
| | |||||
* | Update author information | Lukas Reschke | 2016-03-01 | 1 | -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 folder | Joas Schilling | 2016-02-26 | 1 | -2/+19 |
| | |||||
* | Merge pull request #21894 from owncloud/refactor-csrf | Thomas Müller | 2016-01-26 | 1 | -2/+3 |
|\ | | | | | Add new CSRF manager for unit testing purposes | ||||
| * | Add new CSRF manager for unit testing purposes | Lukas Reschke | 2016-01-25 | 1 | -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 interface | Morris Jobke | 2016-01-24 | 1 | -5/+5 |
|/ | |||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 7 | -9/+10 |
| | |||||
* | Removed deprecated OC_Helper::mimeTypeIcon function | Roeland Jago Douma | 2015-12-18 | 1 | -3/+1 |
| | |||||
* | OC_Helper::linkTo is deprecated | Roeland Jago Douma | 2015-12-17 | 1 | -1/+1 |
| | | | | Replaced with suggested (and calling body of) | ||||
* | Use \OCP\Util::sanitizeHTML instead of \OC_Util::sanitizeHTML | Lukas Reschke | 2015-12-08 | 1 | -2/+2 |
| | |||||
* | Untangle the linkToDocs method in OC_Helper | Morris Jobke | 2015-11-26 | 1 | -1/+1 |
| | | | | | * now uses the proper URLGenerator interface * add comment about DI problems | ||||
* | p() supports string as argument | Morris Jobke | 2015-11-23 | 1 | -1/+1 |
| | |||||
* | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -0/+1 |
| | |||||
* | Fix wrong path generation | Morris Jobke | 2015-04-20 | 1 | -1/+1 |
| | | | | * fixes #15742 | ||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 7 | -30/+144 |
| | |||||
* | Log errors and create 404 in network list when a css or js is missing | Joas Schilling | 2015-03-04 | 4 | -31/+121 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 6 | -126/+34 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 6 | -34/+126 |
| | |||||
* | Deprecate Util::formatDate() | Joas Schilling | 2014-12-10 | 1 | -26/+6 |
| | | | | Make DateTimeFormatter a service and adjust tests that have been inaccurate | ||||
* | Drop form_factor that is appended to JS, CSS and template filenames | Morris Jobke | 2014-11-12 | 4 | -32/+7 |
| | |||||
* | second parameter in template shortcuts script() and style() is optional | Morris Jobke | 2014-11-06 | 1 | -2/+2 |
| | |||||
* | Make second argument optional | Lukas Reschke | 2014-11-06 | 1 | -2/+2 |
| | | | | Equivalent to addVendorScript und addScript from OC_Util | ||||
* | fix shortcuts - underline instead of camelCase | Morris Jobke | 2014-11-04 | 1 | -2/+2 |
| | |||||
* | ability to add bower resources | Morris Jobke | 2014-11-03 | 1 | -0/+32 |
| | | | | | | * add addVendorScript & addVendorStyle * refactoring of addScript and addStyle * add shortcuts vendorScript and vendorStyle | ||||
* | Fix implementation of translation short cut | Thomas Müller | 2014-10-29 | 1 | -9/+2 |
| | |||||
* | in case a translation javascript is not found we no longer bail out | Thomas Müller | 2014-10-29 | 1 | -0/+4 |
| | | | | remove translation.php | ||||
* | Added OC.L10N namespace with translation functions | Vincent Petry | 2014-10-29 | 1 | -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üller | 2014-10-17 | 1 | -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 templates | Bernhard Posselt | 2014-09-09 | 1 | -7/+29 |
| | |||||
* | append .html since componets always use html files | Bernhard Posselt | 2014-09-08 | 1 | -1/+1 |
| | |||||
* | add template functions for html imports | Bernhard Posselt | 2014-09-08 | 1 | -0/+10 |
| | |||||
* | add shortcut functions for style and script | Bernhard Posselt | 2014-09-06 | 1 | -0/+18 |
| | |||||
* | Use public api for getting l10n | Robin Appelman | 2014-08-31 | 1 | -1/+1 |
| | |||||
* | Remove all occurences of @brief and @returns from PHPDoc | Morris Jobke | 2014-05-19 | 3 | -13/+13 |
| | | | | * test case added to avoid adding them later | ||||
* | Fix all PHPDoc types and variable names, in /lib | Robin McCorkell | 2014-05-13 | 2 | -8/+4 |
| | |||||
* | Replace @returns with @return, in /lib | Robin McCorkell | 2014-05-13 | 1 | -1/+1 |
| | |||||
* | p() and print_unescaped() also take arrays as parameter | Lukas Reschke | 2014-04-13 | 1 | -4/+5 |
| | | | This fixes some scrutinizer issues. | ||||
* | Merge branch 'master' into type-hinting | Bart Visscher | 2014-03-31 | 1 | -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 docstrings | kondou | 2014-03-03 | 1 | -1/+1 |
| | | |||||
* | | Update PHPDoc for I10N, OC_Config, OC\Template\Base and OCP\IL10N | Bart Visscher | 2014-02-28 | 1 | -2/+2 |
|/ | |||||
* | Merge branch 'master' into no-css-js-delivery-via-php | Thomas Müller | 2014-02-20 | 2 | -0/+5 |
|\ | |||||
| * | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2014-02-19 | 2 | -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 files | Thomas Müller | 2014-02-20 | 1 | -1/+1 |
|/ |