-
- Downloads
Namespacing for FileList, FileActions and trashbin app
- FileList is now an instantiable class - FileActions is now in namespace - added App class for trashbin app - moved trashbin overrides into classes extending FileList - replaced many static calls with "this." or "self." to make the classes reusable/extendable - new URL parameter "view" to specify which view is shown, for example "files" or "trashbin" - added OC.Util.History utility class in core for handling history - moved URL handling/routing to OCA.Files.App - popstate will correctly update the current view and notify the view of the URL change so it can update the current dir - added JS unitt tests for the trashbin app - fixed public app to work with the new namespaces
Showing
- apps/files/appinfo/app.php 10 additions, 0 deletionsapps/files/appinfo/app.php
- apps/files/css/files.css 22 additions, 7 deletionsapps/files/css/files.css
- apps/files/index.php 11 additions, 35 deletionsapps/files/index.php
- apps/files/js/app.js 109 additions, 7 deletionsapps/files/js/app.js
- apps/files/js/breadcrumb.js 1 addition, 1 deletionapps/files/js/breadcrumb.js
- apps/files/js/file-upload.js 6 additions, 6 deletionsapps/files/js/file-upload.js
- apps/files/js/fileactions.js 222 additions, 211 deletionsapps/files/js/fileactions.js
- apps/files/js/filelist.js 1595 additions, 1504 deletionsapps/files/js/filelist.js
- apps/files/js/files.js 297 additions, 345 deletionsapps/files/js/files.js
- apps/files/js/filesummary.js 1 addition, 1 deletionapps/files/js/filesummary.js
- apps/files/js/navigation.js 32 additions, 6 deletionsapps/files/js/navigation.js
- apps/files/list.php 50 additions, 0 deletionsapps/files/list.php
- apps/files/templates/appnavigation.php 0 additions, 2 deletionsapps/files/templates/appnavigation.php
- apps/files/templates/index.php 0 additions, 111 deletionsapps/files/templates/index.php
- apps/files/templates/list.php 104 additions, 0 deletionsapps/files/templates/list.php
- apps/files/tests/js/appSpec.js 169 additions, 0 deletionsapps/files/tests/js/appSpec.js
- apps/files/tests/js/breadcrumbSpec.js 3 additions, 1 deletionapps/files/tests/js/breadcrumbSpec.js
- apps/files/tests/js/fileactionsSpec.js 13 additions, 10 deletionsapps/files/tests/js/fileactionsSpec.js
- apps/files/tests/js/filelistSpec.js 305 additions, 296 deletionsapps/files/tests/js/filelistSpec.js
- apps/files/tests/js/filesSpec.js 3 additions, 14 deletionsapps/files/tests/js/filesSpec.js
Loading
Please register or sign in to comment