Marina Glancy
2d222a3243
MDL-34290 repository API: allow get_file_by_reference return only filesize
...
we want to allow repositories to perform quick synchronisation, without downloading the file. In this case they return
only filesize, without the contenthash
2012-08-29 11:56:07 +08:00
Marina Glancy
8d8a6009e8
MDL-34290 class oauth_helper, added API to pass options to curl (such as timeout)
2012-08-29 11:56:06 +08:00
Marina Glancy
14b7e50001
MDL-34290 update all references after the source is changed
...
- 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);
2012-08-29 11:56:00 +08:00
Eloy Lafuente (stronk7)
77a7da60db
MDL-31973 Groups: Bump version after changing versions in prev merge with conflicts.
2012-08-29 00:48:10 +02:00
Eloy Lafuente (stronk7)
238f7761af
Merge branch 'MDL-31973-master-6' of git://git.luns.net.uk/moodle
...
Conflicts:
lib/db/upgrade.php
2012-08-29 00:42:43 +02:00
Eloy Lafuente (stronk7)
71ff7c2c04
Merge branch 'MDL-29598_master' of git://github.com/dmonllao/moodle
2012-08-28 23:23:26 +02:00
David Mudrák
7092ea5da5
MDL-35109 Fix available_update_checker::cron_has_fresh_fetch()
...
For the purpose of cron based fetching, recently fetched data are valid
for 24 hours.
2012-08-28 22:59:33 +02:00
David Mudrák
720f7c12e8
MDL-35109 Improve unittests for cron based fetching of available updates
...
The expected behaviour is as follows:
* If the recently fetched data is older than 48 hours, it is considered
as outdated and the new fetch is executed
* else, if the recently fetched data is younger than 24 hours, it is
considered as fresh enough and no fetch is executed
* else, if the current time is after 01:00 AM plus a certain offset
(which is randomly generated for each site), the fetch is
executed.
2012-08-28 22:59:26 +02:00
Eloy Lafuente (stronk7)
af1e3f2828
Merge branch 'w35_MDL-35070_m24_selfcleanup' of git://github.com/skodak/moodle
...
Conflicts:
enrol/self/editenrolment.php
2012-08-28 21:05:26 +02:00
Eloy Lafuente (stronk7)
5298faed69
Merge branch 'w35_MDL-23875_m24_selfcohort' of git://github.com/skodak/moodle
2012-08-28 20:51:37 +02:00
Eloy Lafuente (stronk7)
928dfdee48
Merge branch 'MDL-34250' of github.com:stronk7/moodle
2012-08-28 20:44:09 +02:00
Eloy Lafuente (stronk7)
111938abd9
MDL-34250 navigation: Always look for correct parent context.
2012-08-28 20:37:46 +02:00
Eloy Lafuente (stronk7)
2ab9b983be
MDL-25492 bb6 import: bump version after big changes.
2012-08-28 20:16:54 +02:00
Eloy Lafuente (stronk7)
14941785d7
Merge branch 'MDL-25492' of git://github.com/jmvedrine/moodle
2012-08-28 20:02:02 +02:00
Petr Škoda
71c3b0479a
MDL-34955 fix use of uninitialised disabledsubplugins setting
...
Thanks Eloy Lafuente for spotting it!
2012-08-28 18:57:19 +02:00
Petr Škoda
5d605db1dc
MDL-35064 improve enrol test comments
...
Thanks Aparup Banerjee for the feedback.
2012-08-28 15:28:17 +02:00
Petr Škoda
45fd6edfa4
MDL-35064 improve enrol plugin uninstall confirmation
...
Credit goes to Helen Foster, thanks!
2012-08-28 15:26:23 +02:00
Eloy Lafuente (stronk7)
d970005273
Merge branch 'MDL-34192' of git://github.com/stronk7/moodle
2012-08-28 14:44:06 +02:00
Eloy Lafuente (stronk7)
dbd0529ae5
MDL-34192 mod_assign: prevent ambiguous column use for Oracle.
...
Credit goes to Raymond Antonio from NetSpot.
2012-08-28 14:16:15 +02:00
Aparup Banerjee
23d82edc91
Merge branch 'MDL-31837' of git://github.com/timhunt/moodle
2012-08-28 17:03:55 +08:00
Aparup Banerjee
a4290d5803
Merge branch 'MDL-32464' of git://github.com/timhunt/moodle
2012-08-28 16:53:41 +08:00
Petr Škoda
ddcea181af
MDL-34955 fix sloppy class typo and add MUC TODO info
...
Credit goes to Aparup Banerjee, thanks.
2012-08-28 16:17:43 +08:00
Adrian Greeve
ac31c38eed
MDL-34318 - blog - Removal of blog associations from the database on delete.
...
Thanks to Erik Lundberg for this patch.
2012-08-28 15:57:28 +08:00
Aparup Banerjee
55fa9f1fa0
Merge branch 'w35_MDL-34990_m24_tinymcebuttonsfix' of git://github.com/skodak/moodle
2012-08-28 15:43:19 +08:00
Aparup Banerjee
4655497005
Merge branch 'w35_MDL-34879_m24_tinymcedocs' of git://github.com/skodak/moodle
2012-08-28 15:39:42 +08:00
Aparup Banerjee
1dd73f963c
Merge branch 'w35_MDL-34955_m24_tinycefinal' of git://github.com/skodak/moodle
2012-08-28 15:10:35 +08:00
Aparup Banerjee
edcdd37525
Merge branch 'w35_MDL-34878_m24_tinymcebuttons' of git://github.com/skodak/moodle
2012-08-28 15:00:26 +08:00
Andrew Davis
f361678362
MDL-26504 blog: added upgrade code to remove orphan external blog posts
2012-08-28 14:55:33 +08:00
Petr Škoda
af29ef049e
MDL-23875 improve cohort only help
...
Credit goes to Helen Foster.
2012-08-28 08:32:23 +02:00
Aparup Banerjee
0c4ee46d77
Merge branch 'w35_MDL-34877_m24_tinymcesettings' of git://github.com/skodak/moodle
2012-08-28 13:56:15 +08:00
Aparup Banerjee
2cdd5d8571
MDL-34549 added IGNORE_MISSING to context call for bc
2012-08-28 12:29:17 +08:00
Aparup Banerjee
9455f48280
Merge branch 'MDL-34549-master' of git://github.com/ankitagarwal/moodle
2012-08-28 11:45:11 +08:00
Aparup Banerjee
6d04dc705c
Merge branch 'w35_MDL-35052_m24_disabledenrol' of git://github.com/skodak/moodle
2012-08-28 11:35:24 +08:00
Marina Glancy
a3c94686aa
MDL-34290 curl class: add functions to return error code and to download one file
2012-08-28 10:23:36 +08:00
Adrian Greeve
96729f6d2d
MDL-34075 - lib - Alteration to the csv import lib to include rfc-4180 compliance
2012-08-28 09:23:16 +08:00
David Monllao
12fc11e78f
MDL-34965 core_lib Redirect to the login page when session expires before autologin as guest
2012-08-28 08:58:59 +08:00
Eloy Lafuente (stronk7)
1a5367873d
Merge branch 'w35_MDL-35060_m24_sesstest' of git://github.com/skodak/moodle
2012-08-28 02:27:34 +02:00
Eloy Lafuente (stronk7)
2b64e24ebe
MDL-35089 conditionals: detected one place missing sectioncache
...
Thanks to MDL-34936 and unit tests this was discovered like 2 new
places calling to get_fast_modinfo() without the sectioncache
column contents. Potential performance problem, leading to
reseting and recalculation of caches all the time.
2012-08-28 01:38:09 +02:00
Aaron Barnes
2ea5b0bb87
MDL-30020 blocks/completion: Some criteria do not display complete
...
Also includes a spruce up of the code
2012-08-28 11:30:24 +12:00
Paul Charsley
4873a890df
Merge branch 'master' of https://github.com/moodle/moodle
2012-08-28 10:24:05 +12:00
Eloy Lafuente (stronk7)
a72ff024fb
Merge branch 'wip-MDL-34310-master' of git://github.com/marinaglancy/moodle
2012-08-27 20:12:18 +02:00
Eloy Lafuente (stronk7)
7b0c1bf02a
Merge branch 'MDL-34306' of git://github.com/timhunt/moodle
2012-08-27 20:06:19 +02:00
Eloy Lafuente (stronk7)
f599c81597
Merge branch 'MDL-34406_fullname' of git://github.com/andyjdavis/moodle
2012-08-27 20:03:01 +02:00
Eloy Lafuente (stronk7)
af08f5d0af
Merge branch 'MDL-34430' of git://github.com/timhunt/moodle
2012-08-27 18:50:29 +02:00
Eloy Lafuente (stronk7)
d683fcdf98
Merge branch 'MDL-34993' of git://github.com/timhunt/moodle
2012-08-27 18:35:23 +02:00
Eloy Lafuente (stronk7)
1edce590bd
Merge branch 'master_MDL-34994' of git://github.com/danmarsden/moodle
2012-08-27 18:17:55 +02:00
Eloy Lafuente (stronk7)
56f4e2a7a2
Merge branch 'w35_MDL-35072_m24_mancleanup' of git://github.com/skodak/moodle
2012-08-27 18:07:24 +02:00
Eloy Lafuente (stronk7)
4299f5f6a8
Merge branch 'MDL-35026' of git://github.com/timhunt/moodle
2012-08-27 17:53:59 +02:00
Eloy Lafuente (stronk7)
7f7cda07f2
Merge branch 'MDL-35003' of git://github.com/timhunt/moodle
2012-08-27 17:50:55 +02:00
Petr Škoda
eef59b1254
MDL-35070 fix incorrect enrol join
2012-08-27 17:20:47 +02:00