Fix file summary to use the whole file list
- moved the summary code into a new class FileSummary - FileSummary is calculated only once, then updated with add/remove - added new OC.Util namespace for JS utility functions
Showing
- apps/files/index.php 1 addition, 0 deletionsapps/files/index.php
- apps/files/js/filelist.js 24 additions, 112 deletionsapps/files/js/filelist.js
- apps/files/js/filesummary.js 176 additions, 0 deletionsapps/files/js/filesummary.js
- apps/files/templates/index.php 2 additions, 0 deletionsapps/files/templates/index.php
- apps/files/tests/js/filelistSpec.js 24 additions, 24 deletionsapps/files/tests/js/filelistSpec.js
- apps/files/tests/js/filesummarySpec.js 87 additions, 0 deletionsapps/files/tests/js/filesummarySpec.js
- apps/files_sharing/public.php 1 addition, 0 deletionsapps/files_sharing/public.php
- apps/files_trashbin/index.php 1 addition, 0 deletionsapps/files_trashbin/index.php
- apps/files_trashbin/js/trash.js 4 additions, 2 deletionsapps/files_trashbin/js/trash.js
- apps/files_trashbin/templates/index.php 2 additions, 0 deletionsapps/files_trashbin/templates/index.php
- core/js/js.js 3 additions, 0 deletionscore/js/js.js
- core/js/tests/specs/coreSpec.js 17 additions, 0 deletionscore/js/tests/specs/coreSpec.js
Loading
Please register or sign in to comment