summaryrefslogtreecommitdiffstats
path: root/lib/private/template
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | This reverts commit 6254f0a403e315461f8e20ebccf71cb91e9313a3.
* 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 default value for $fromTime to prevent missing argument errors and keep backward compatible.
* Added unit tests for relative_modified_date, changed method signatureVincent Petry2013-10-031-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 writeVincent Petry2013-10-021-1/+0
|
* Added dateOnly argument to relative_modified_dateVincent Petry2013-10-021-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/publicThomas Müller2013-09-306-0/+468
Conflicts: lib/private/vcategories.php