aboutsummaryrefslogtreecommitdiffstats
path: root/lib/files/cache/legacy.php
Commit message (Collapse)AuthorAgeFilesLines
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-136/+0
| | | | | Conflicts: lib/private/vcategories.php
* use executeAudited in files cacheJörn Friedrich Dreyer2013-06-121-8/+7
|
* convert LIMIT to parameterJörn Friedrich Dreyer2013-06-101-1/+1
|
* Make FileCache upgrade more robust, fixes #2650Arthur Schiwon2013-04-151-5/+17
|
* PostreSQL compatibility, fixes #2666Arthur Schiwon2013-04-031-1/+1
|
* Only prepare an SQL statement once.Arthur Schiwon2013-03-271-1/+4
|
* Add PHPDocArthur Schiwon2013-03-271-0/+6
|
* Cache: fix property path for getting legacy etagRobin Appelman2013-03-271-1/+1
|
* Port Icewind's fix IRobin Appelman2013-03-271-2/+22
|
* Improve phpdoc for the filecacheRobin Appelman2013-03-241-0/+9
|
* Whitespace fixesBart Visscher2013-02-221-3/+3
|
* Update lib/files/cache/legacy.phpirgsmirx2013-02-111-0/+6
| | | | | Fixing a bug that occurs when trying to update a non-existent 'fscache' table in the database - if unfixed upgrading does not succeed. Unfortunately I could not get a call to PEAR::isError working. That is why I check for the existence of a property present in class MDB2_Error.
* Cache: more efficient upgradingRobin Appelman2013-01-151-1/+9
|
* Cache: show upgrade progressRobin Appelman2013-01-151-0/+73