Dongsheng Cai
7051415cca
MDL-28666 Files API and db changes
...
1. Fix db regression
2. Unit tests for is_external_file() and rename exception
3. Searching reference method exclude draft files
2012-05-21 11:57:54 +08:00
Marina Glancy
6dd299befa
MDL-31901, MDL-28666 merged files API changes
2012-05-21 11:57:53 +08:00
Marina Glancy
b7725e30c2
MDL-32914 fixed function get_imageinfo() to get rid of notice messages
2012-05-21 11:57:53 +08:00
Marina Glancy
c092681b4b
MDL-31901: Updating/moving files in FileManager
...
- added new functions to the backend (repository/draftfiles_ajax.php) to allow changing of file name, location, license and author in one request
- enabled changing file properties using JS UI (lib/form/filemanager.js)
2012-05-21 11:57:52 +08:00
Dongsheng Cai
6723372514
MDL-28666 Extends repository to support references
...
1. Allow repository to create references to external contents
2. Extends files API to handle file references
3. Generic file caching
4. Backup/restore file references
5. Download external contents if repository uninstalled
6. Allow filepicker to display iframe
7. PHPUnit test suits
2012-05-21 11:57:51 +08:00
Dongsheng Cai
d2b7803e5a
MDL-30973 Files API, check and update DocBlock
2012-02-15 12:48:57 +08:00
Petr Skoda
31cd5fe8ef
MDL-29867 fix invalid file author
2011-10-22 20:18:11 +02:00
Tim Hunt
d610cb8980
MDL-27915 improved debuginfo for some file exceptions.
2011-06-17 19:46:09 +01:00
Petr Skoda
693ef3a8af
MDL-24283 improved stored_file encapsulation, this should allow us to hack with stored_file/file_storage internals in the future without breaking BC
2010-09-19 15:50:18 +00:00
Petr Skoda
d0b6f92a23
MDL-23885 flattening filepool directory structure - hopefully this will lower the number of directories but still keep a reasonable number of files in each directory on large installs; see tracker for more details
2010-08-25 21:45:34 +00:00
Petr Skoda
64f93798d4
MDL-22950 adding new component column to the files table, unfortunately this change requires changes in all 2.0dev code, please review all custom code that was already upgraded to 2.0; fixing multiple problems and regressions in mod/assignment
2010-07-03 13:37:13 +00:00