- 29 Aug, 2012 5 commits
-
-
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
-
Marina Glancy authored
make sure that repository function get_file_source_info receives as argument the source of the file, and get_file receives a reference; reference is a value of DB field files_reference.reference and result of get_file_reference(source). Fix dropbox as the only repository that have different values in those fields; also added information about user in dropbox reference and original
-
Marina Glancy authored
we want to allow repositories to perform quick synchronisation, without downloading the file. In this case they return only filesize, without the contenthash
-
Marina Glancy authored
-
Marina Glancy authored
- When several records in {files} have the same record in {files_reference} and the synchronisation is performed, we need to update all records in {files} so all files know if source is changed and that sync was performed; - also when local moodle file content is changed we immediately update all files referencing to it (therefore sync of references to the local files is unnecessary);
-
- 28 Aug, 2012 1 commit
-
-
Marina Glancy authored
-
- 24 Aug, 2012 2 commits
-
-
Eloy Lafuente authored
-
-
- 23 Aug, 2012 1 commit
-
-
Eloy Lafuente authored
-
- 22 Aug, 2012 29 commits
-
-
-
Jean-Michel Vedrine authored
-
Don't worry, i'm going on holiday, so i'll be away from this git repo for a while to prevent any more mess.
-
Instead we just show the availability info in the index page, this makes the navigation etc much simpler.
-
Turns out this change was just wrong, we shouldn't be allowing linking to unaavilable sections. Just show the availability information on the 'index page' This reverts commit 87a31bb5.
-
This is what happens when you dont use the navigation api
-
When available, rather than a capability error.
-
-
Dan Poltawski authored
-
Dan Poltawski authored
-
-
Eloy Lafuente authored
(originally w34_MDL-34853_m24_durationsetting @ git://github.com/skodak/moodle.git)
-
Eloy Lafuente authored
-
-
-
-
-
-
-
-
-
-
-
-
Eloy Lafuente authored
-
-
-
-
Tim Hunt authored
Fix the stupid error that caused this. Also, make all the other require_once calls in the file consistent.
-
- 21 Aug, 2012 2 commits
-
-
Tim Hunt authored
This fix a small API change in mod_quiz_renderer::finish_review_link. At least the required change is an improvement, since it gives the renderer more flexibility.
-
-