moodle/theme/base
Marina Glancy e709ddd29c MDL-31901: Allow FileManager to re-use FilePicker JS code for view modes:
- when loading core_filepicker we extend the Node element with functions necessary to display files list in different view modes;
- repository/filepicker.js is changed to use those functions;
- FileManager now has three different view modes (icon view, tree view and table view), JS code is re-used from FilePicker;
- files in FileManager no longer have context menu, they have one popup Widget with different actions instead;
- Added more templates for JS code to FileManager, use similar CSS class names as FilePicker;
- lib/filelib.php : fixed double slashes in path, return more data about files;
- lib/form/filemanager.php : pass information to FileManager about available licenses and default author;
- repository/draftfiles_ajax.php : return information about directory tree for file moving UI in FileManager, return formatted information;
- repository/lib.php : function repository::prepare_listing() now can work also with draftarea files listing;
2012-05-21 11:57:52 +08:00
..
lang/en theme/base MDL-21862 some docs and a default screenshot (also used for base unfortunately) 2010-04-20 16:46:49 +00:00
layout MDL-31169 theme_base: adds clearfix to page layouts so body height is not zero 2012-03-10 22:05:04 +00:00
pix MDL-26979 custommenu Improved the custom menu CSS in base and all other core themes 2011-08-12 11:10:06 +08:00
style MDL-31901: Allow FileManager to re-use FilePicker JS code for view modes: 2012-05-21 11:57:52 +08:00
config.php MDL-31901: Introducing renderers for filepicker: 2012-05-21 11:57:51 +08:00
version.php MDL-28929 add version.php with requirements and copyrights 2011-08-24 10:50:22 +02:00