Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|/ | |||||
* | polish documentation based on scrutinizer patches | Jörn Friedrich Dreyer | 2014-02-06 | 4 | -3/+32 |
| | |||||
* | Revert "use getAppWebPath() in here as well" | Thomas Müller | 2014-01-20 | 1 | -1/+1 |
| | | | | This reverts commit 6254f0a403e315461f8e20ebccf71cb91e9313a3. | ||||
* | use getAppWebPath() in here as well | Thomas Müller | 2013-12-31 | 1 | -1/+1 |
| | |||||
* | 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 | 6 | -0/+468 |
Conflicts: lib/private/vcategories.php |