Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 1 | -2/+3 |
| | |||||
* | 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 | Jenkins for ownCloud | 2015-03-26 | 1 | -4/+26 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -26/+9 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -9/+26 |
| | |||||
* | Deprecate Util::formatDate() | Joas Schilling | 2014-12-10 | 1 | -26/+6 |
| | | | | Make DateTimeFormatter a service and adjust tests that have been inaccurate | ||||
* | 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 |
| | |||||
* | 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 | ||||
* | 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 | 1 | -7/+7 |
| | | | | * test case added to avoid adding them later | ||||
* | Fix all PHPDoc types and variable names, in /lib | Robin McCorkell | 2014-05-13 | 1 | -1/+1 |
| | |||||
* | 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. | ||||
* | polish documentation based on scrutinizer patches | Jörn Friedrich Dreyer | 2014-02-06 | 1 | -1/+4 |
| | |||||
* | introduce OC_Helper::linkToDocs() | Thomas Müller | 2013-10-21 | 1 | -2/+5 |
| | |||||
* | introduce link_to_docs() and migrate links | Thomas Müller | 2013-10-21 | 1 | -0/+5 |
| | |||||
* | Fixed missing default values | Vincent Petry | 2013-10-03 | 1 | -2/+2 |
| | | | | | Added default value for $fromTime to prevent missing argument errors and keep backward compatible. | ||||
* | Added unit tests for relative_modified_date, changed method signature | Vincent Petry | 2013-10-03 | 1 | -7/+13 |
| | | | | | | | | Changed method signature of relative_modified_date template method to make it possible to add a fromTime to compare with, mostly to make it possible to test it. Added unit test for date and time cases. | ||||
* | Removed stray debug log write | Vincent Petry | 2013-10-02 | 1 | -1/+0 |
| | |||||
* | Added dateOnly argument to relative_modified_date | Vincent Petry | 2013-10-02 | 1 | -8/+32 |
| | | | | | | Improved the template function relative_modified_date by adding an optional dateOnly argument which will output "today" or "yesterday" or "x days ago". | ||||
* | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 1 | -0/+134 |
Conflicts: lib/private/vcategories.php |