summaryrefslogtreecommitdiffstats
path: root/apps/files_versions/history.php
Commit message (Collapse)AuthorAgeFilesLines
* l10n support enhanced in files_versionThomas Mueller2013-02-071-6/+13
|
* Change files_versions namespace to OCA\Files_VersionsBart Visscher2013-02-051-2/+2
|
* Merge branch 'master' into fixing-unused-and-undefined-in-masterThomas Mueller2013-01-141-4/+2
|\
| * some more clean-up, isVersioned() is no longer needed; rename hook fixed if ↵Björn Schießle2013-01-111-4/+2
| | | | | | | | a complete folder gets renamed
* | remove silly assignmentThomas Mueller2013-01-061-1/+0
|/
* Fix "Line indented incorrectly"Bart Visscher2012-12-151-2/+2
|
* Checkstyle fixes: NoSpaceAfterCommaFelix Moeller2012-11-041-1/+1
|
* Space before tab fixesBart Visscher2012-08-291-1/+1
|
* Whitespace fixes in appsBart Visscher2012-08-291-20/+20
|
* This is unnessecary because we already run htmlentities() over the template ↵Lukas Reschke2012-08-111-1/+1
| | | | engine
* use getStorage() to get versions locationBjoern Schiessle2012-07-111-1/+1
| | | | | | | | | update routine implemented version number of files_versions increased Conflicts: apps/files_versions/lib/hooks.php
* remove superfluous ?> at the end of .php files (left out apps/*/templates)Jörn Friedrich Dreyer2012-07-091-2/+0
|
* Moved hooks and versions.php into new lib directorySam Tuke2012-07-031-1/+2
| | | | | Part-ported filesystem operations to OC_FilesystemView Refactored Storage class to depend on an OC_FsV object and have fewer static classes
* Util::formatDate() expect $timestamp as doubleBjoern Schiessle2012-06-271-2/+2
|
* Merge branch 'unstable'Bart Visscher2012-06-041-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files_external/tests/config.php apps/files_versions/ajax/getVersions.php apps/files_versions/appinfo/app.php apps/files_versions/history.php apps/files_versions/js/versions.js apps/files_versions/templates/history.php apps/files_versions/versions.php lib/base.php
| * made initial testing version of expireAll for version control \ngave some ↵Sam Tuke2012-05-161-1/+1
| | | | | | | | old vars new camelcase names
| * added recognition of which version is 'current' - which is currently live ↵Sam Tuke2012-05-161-2/+2
| | | | | | | | and in use on history page
* | update copyrightFrank Karlitschek2012-05-261-1/+1
| |
* | fix versioning for movable appsRobin Appelman2012-05-171-1/+0
| |
* | removing executable bit - againThomas Mueller2012-05-151-0/+0
| |
* | improved url generation - made use of OC.linkTo() for linking to versions ↵Sam Tuke2012-05-111-2/+2
|/ | | | history page
* ported the oc_template classFrank Karlitschek2012-05-061-1/+1
|
* ported checkLoggedIn and checkAdminFrank Karlitschek2012-05-011-1/+1
|
* some more portingFrank Karlitschek2012-05-011-2/+2
|
* port to use the new public apiFrank Karlitschek2012-05-011-1/+1
|
* added revert attempt outcome messages, removed contextual ajax revert button ↵Sam Tuke2012-04-271-12/+21
| | | | for now as it's not functional, improved readaibility of scripts
* started implementing ajax file rollbackSam Tuke2012-04-261-2/+7
|
* added available version names to files dropdown menu via new ajax scriptSam Tuke2012-04-261-1/+1
|
* improved styling, called css file in history.phpSam Tuke2012-04-261-0/+1
|
* added dropdown js menu for file versions, improved readability of history.phpSam Tuke2012-04-251-1/+1
|
* made code a little more readableSam Tuke2012-04-251-19/+19
|
* wrote a new versioning app over the weekend. Basic functionality to far but ↵Frank Karlitschek2012-04-231-0/+60
it works (TM) and has all the needed features (TM) for ownCloud 4. Userinterface integration and small improvements still missing.