- 03 Jul, 2017 1 commit
-
-
Simey Lameze authored
This commit also add a new string logintoaccount to make the login button more clear.
-
- 03 Apr, 2017 2 commits
-
-
Damyon Wiese authored
This introduces a new "controlled link" file type where the file is not stored in Moodle - but Moodle will control the access permissions on the file. Plugins can "freeze" a filearea which means Moodle will take ownership of all the remote files of this type. When accessing a file, if the "filebrowser" infomation indicates the current user can write to the file, they will be granted temporary write access. Part of MDL-58220
-
Damyon Wiese authored
When linking - add the moodle account to the file and organise it on the moodle side. Also allow read access with link, but don't make any other changes to the perm/ownership. Part of MDL-58220
-
- 26 Jul, 2016 1 commit
-
-
jun authored
-
- 11 Feb, 2016 1 commit
-
-
Andrew Nicols authored
-
- 26 Aug, 2015 1 commit
-
-
Andrew Davis authored
-
- 18 May, 2015 1 commit
-
-
Ankit Agarwal authored
-
- 10 Apr, 2015 2 commits
-
-
Part of MDL-45774
-
Part of MDL-45774
-
- 24 Feb, 2015 1 commit
-
-
- 16 Dec, 2014 1 commit
-
-
Brian Barnes authored
-
- 22 Nov, 2014 1 commit
-
-
Sam Hemelryk authored
-
- 12 Sep, 2014 1 commit
-
-
Marina Glancy authored
Strings are not used in the components where they are defined. If they are used in other components they should be defined in appropriate locations since the translation may depend on the subject that is being hidden.
-
- 05 Jul, 2014 1 commit
-
-
- 08 Apr, 2014 1 commit
-
-
Jason Fowler authored
-
- 25 Feb, 2014 1 commit
-
-
Jason Fowler authored
-
- 02 Dec, 2013 1 commit
-
-
Rajesh Taneja authored
-
- 27 Sep, 2013 1 commit
-
-
Marina Glancy authored
-
- 03 Sep, 2013 1 commit
-
-
- 17 May, 2013 2 commits
-
-
Marina Glancy authored
Created one function that handles file update to be used from both JS and nonJS filepicker
-
Marina Glancy authored
-
- 23 Apr, 2013 1 commit
-
-
Frederic Massart authored
-
- 02 Apr, 2013 1 commit
-
-
Marina Glancy authored
-
- 08 Mar, 2013 1 commit
-
-
Frederic Massart authored
-
- 06 Mar, 2013 1 commit
-
-
- 04 Mar, 2013 1 commit
-
-
- 14 Dec, 2012 1 commit
-
-
Frederic Massart authored
-
- 03 Dec, 2012 1 commit
-
-
Jason Fowler authored
-
- 05 Nov, 2012 1 commit
-
-
Rossiani Wijaya authored
-
- 29 Aug, 2012 1 commit
-
-
Marina Glancy authored
- get_file should have a request timeout and throw an exception with the details (i.e. timeout reached) if download can not be completed - corrected phpdocs
-
- 18 Jun, 2012 1 commit
-
-
Davo Smith authored
MDL-33136 Dndupload filemanager - user asked to rename/overwrite file when droping file with existing name
-
- 13 Jun, 2012 1 commit
-
-
Marina Glancy authored
- do not die with fatal error if source file in moodle internal repository is missing; - moved code duplication for moodle repositories into class repository (functions send_file, get_reference_details, get_file_by_reference, get_file_reference); - update file status after repository::sync_external_file so we know that it is missing (or not missing anymore). Do not run this function more than once for file within one request; - display readable name for Private Files and Server files with the new format; - display broken icon in filemanager if we know that source is missing, display information (for admin) where it was located before: see repository::get_reference_details() and extending classes; - removed unnecessary queries in stored_file::sync_external_file(); - syncronize files before displaying it's size in mod_resource, do not query directly
-
- 30 May, 2012 1 commit
-
-
Barbara Ramiro authored
-
- 21 May, 2012 7 commits
-
-
Marina Glancy authored
-
Marina Glancy authored
- Files that are references to external resources have special shortcut icon in filemanager - When user selects a REF file in filemanager, he can see the 'Original' of the file in the way that original repository wants to show it, it is loaded dynamically via AJAX request - Files that are themselves the source of references of other files in the system have 'link' icon in filemanager. When user tries to remove/rename/overwrite SRC file he is warned that all ## existing references will be updated/converted to copies. - Changed confirmation messages for deleting, moving/renaming of the folders - confirmation dialog in filemanager is using YUI3 now
-
Marina Glancy authored
- fixed displaying and dragging of dialog popups; - fixed error when repository results are filtered; - added string for image dimensions
-
Marina Glancy authored
-
Marina Glancy authored
-
Marina Glancy authored
- 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)
-
Marina Glancy authored
- Filepicker window is now resizable and draggable; - filepicker&renderer: removed id substitution from renderer, replaced it with classes (better readability); - filepicker: allowed tree and table view for search results; - filepicker: fixed small bug with displaying external link checkbox - filepicker: display additional information about file in select window, repository returns more formatted information
-