Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix all PHPDoc types and variable names, in /lib | Robin McCorkell | 2014-05-13 | 1 | -11/+11 |
| | |||||
* | Fix PHPdoc in lib/public | Bart Visscher | 2014-04-15 | 1 | -1/+1 |
| | | | | using scrutinizer patch | ||||
* | Fix more documentation failes | Joas Schilling | 2014-02-08 | 1 | -7/+6 |
| | | | | Issue #7111 | ||||
* | polish documentation based on scrutinizer patches | Jörn Friedrich Dreyer | 2014-02-06 | 1 | -7/+8 |
| | |||||
* | unify license headers for public API files | Morris Jobke | 2013-11-03 | 1 | -19/+19 |
| | |||||
* | Public API documentation fixes | Morris Jobke | 2013-10-17 | 1 | -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 API | Vincent Petry | 2013-10-04 | 1 | -2/+2 |
| | |||||
* | Fixed missing default values | Vincent Petry | 2013-10-03 | 1 | -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 signature | Vincent Petry | 2013-10-03 | 1 | -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_date | Vincent Petry | 2013-10-02 | 1 | -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_preview | Thomas Müller | 2013-07-30 | 1 | -2/+3 |
|\ | | | | | | | | | | | Conflicts: 3rdparty lib/template.php | ||||
| * | add proper deprecated tag | Morris Jobke | 2013-07-21 | 1 | -0/+1 |
| | | |||||
| * | add back public API function, but mark as deprecated | Jan-Christoph Borchardt | 2013-07-20 | 1 | -0/+10 |
| | | |||||
| * | finally remove the file size obfuscation as it had more disadvantages. I was ↵ | Jan-Christoph Borchardt | 2013-07-18 | 1 | -10/+0 |
| | | | | | | | | wrong, sorry. | ||||
* | | implement use of previews in sharing app | Georg Ehrke | 2013-07-11 | 1 | -0/+10 |
| | | |||||
* | | implement server side use of previews | Georg Ehrke | 2013-06-26 | 1 | -0/+9 |
|/ | |||||
* | Style-fix: Breakup long lines | Bart Visscher | 2013-02-14 | 1 | -1/+2 |
| | |||||
* | adding space between) and { | Thomas Mueller | 2012-09-07 | 1 | -3/+3 |
| | |||||
* | Whitespace fixes in lib | Bart Visscher | 2012-08-29 | 1 | -5/+5 |
| | |||||
* | remove superfluous ?> at the end of .php files (left out apps/*/templates) | Jörn Friedrich Dreyer | 2012-07-09 | 1 | -3/+0 |
| | |||||
* | update copyright | Frank Karlitschek | 2012-05-26 | 1 | -1/+1 |
| | |||||
* | document the public classes a bit more | Frank Karlitschek | 2012-05-19 | 1 | -1/+1 |
| | |||||
* | fix bug in public api | Georg Ehrke | 2012-05-09 | 1 | -1/+1 |
| | |||||
* | some more docu fixes | Frank Karlitschek | 2012-05-07 | 1 | -7/+16 |
| | |||||
* | ported the oc_template class | Frank Karlitschek | 2012-05-06 | 1 | -2/+46 |
| | |||||
* | porting the hooks and starting with the templates | Frank Karlitschek | 2012-05-05 | 1 | -0/+56 |