summaryrefslogtreecommitdiffstats
path: root/lib/public/template.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix all PHPDoc types and variable names, in /libRobin McCorkell2014-05-131-11/+11
|
* Fix PHPdoc in lib/publicBart Visscher2014-04-151-1/+1
| | | | using scrutinizer patch
* Fix more documentation failesJoas Schilling2014-02-081-7/+6
| | | | Issue #7111
* polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-7/+8
|
* unify license headers for public API filesMorris Jobke2013-11-031-19/+19
|
* Public API documentation fixesMorris Jobke2013-10-171-30/+30
| | | | | | | | | | | | | | | | refs #4883 * http/response.php * config.php * response.php * files.php * idbconnection.php * app.php * user.php * template.php * share.php * db.php * icache.php & il10n.php
* Removed $fromTime argument from public template APIVincent Petry2013-10-041-2/+2
|
* Fixed missing default valuesVincent Petry2013-10-031-1/+1
| | | | | 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-2/+2
| | | | | | | | 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.
* Added dateOnly argument to relative_modified_dateVincent Petry2013-10-021-2/+2
| | | | | | Improved the template function relative_modified_date by adding an optional dateOnly argument which will output "today" or "yesterday" or "x days ago".
* Merge branch 'master' into oc_previewThomas Müller2013-07-301-2/+3
|\ | | | | | | | | | | Conflicts: 3rdparty lib/template.php
| * add proper deprecated tagMorris Jobke2013-07-211-0/+1
| |
| * add back public API function, but mark as deprecatedJan-Christoph Borchardt2013-07-201-0/+10
| |
| * finally remove the file size obfuscation as it had more disadvantages. I was ↵Jan-Christoph Borchardt2013-07-181-10/+0
| | | | | | | | wrong, sorry.
* | implement use of previews in sharing appGeorg Ehrke2013-07-111-0/+10
| |
* | implement server side use of previewsGeorg Ehrke2013-06-261-0/+9
|/
* Style-fix: Breakup long linesBart Visscher2013-02-141-1/+2
|
* adding space between) and {Thomas Mueller2012-09-071-3/+3
|
* Whitespace fixes in libBart Visscher2012-08-291-5/+5
|
* remove superfluous ?> at the end of .php files (left out apps/*/templates)Jörn Friedrich Dreyer2012-07-091-3/+0
|
* update copyrightFrank Karlitschek2012-05-261-1/+1
|
* document the public classes a bit moreFrank Karlitschek2012-05-191-1/+1
|
* fix bug in public apiGeorg Ehrke2012-05-091-1/+1
|
* some more docu fixesFrank Karlitschek2012-05-071-7/+16
|
* ported the oc_template classFrank Karlitschek2012-05-061-2/+46
|
* porting the hooks and starting with the templatesFrank Karlitschek2012-05-051-0/+56