Eloy Lafuente (stronk7)
a182f88f7f
MDL-39723 prevent update_courses() bad habits.
...
All the external functions end calling require_login() that is
always in charge of setting the $COURSE global. This is not a
problem, but in the case of core_course_external::update_courses()
testing, where we are, in the same "request", both setting and getting
the $COURSE information and it's clearly outdated, so the test fails.
Alternative solution would be to modify the external function to ensure
that, after updating a course, $COURSE is also updated with the changes
but it does not seem to be necessary for "normal" usage (both UI/WS POVs).
2013-06-04 21:45:15 +02:00
Eloy Lafuente (stronk7)
79452da1c8
Merge branch 'MDL-39723-master' of git://github.com/sammarshallou/moodle
2013-06-04 17:47:45 +02:00
Mark Nelson
ec16252734
MDL-40010 notes: passing an object rather than an id to avoid debugging message
2013-06-04 18:19:30 +08:00
Gareth J Barnard
321e7cb52d
MDL-39820 theme_bootstrapbase: Fix form button alignment for badges.
2013-06-04 11:12:37 +01:00
Mark Nelson
35a391d3ab
MDL-40009 notes: corrected the form element names passed to setType
2013-06-04 17:59:24 +08:00
Dan Poltawski
dd03ed1051
Merge branch 'MDL-39945' of git://github.com/timhunt/moodle
2013-06-04 15:53:56 +08:00
Dan Poltawski
20fe8676ea
Merge branch 'MDL-39835_M26' of github.com:lazydaisy/moodle
2013-06-04 14:44:35 +08:00
Dan Poltawski
93ab081025
Merge branch 'wip-MDL-39819_master' of git://github.com/gjb2048/moodle
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-06-04 14:37:55 +08:00
Dan Poltawski
e404e040d3
Merge branch 'wip-MDL-39870-master' of git://github.com/marinaglancy/moodle
2013-06-04 14:14:18 +08:00
Dan Poltawski
31e9ffe0ac
MDL-39931 less: recompile with whitespace removed
2013-06-04 14:08:28 +08:00
Dan Poltawski
42d00d3638
Merge branch 'MDL-39931' of github.com:lazydaisy/moodle
2013-06-04 13:31:34 +08:00
Dan Poltawski
7f639dd352
Merge branch 'MDL-39536-master' of git://github.com/FMCorz/moodle
2013-06-04 13:18:49 +08:00
Frederic Massart
1530fe2192
MDL-39536 completion: Unit tests for get_activities and has_activities
2013-06-04 12:57:13 +08:00
Frederic Massart
8ca0c12370
MDL-39536 completion: Prevent DB call when fetching activities
2013-06-04 12:57:10 +08:00
Dan Poltawski
984dc35457
Merge branch 'MDL-39939-scorm-basic-report-name' of git://github.com/mudrd8mz/moodle
2013-06-04 12:27:30 +08:00
Mark Nelson
85c402a89d
MDL-40008 forms: fixed ordering of the calendar icon and enable checkbox for the date selector element
2013-06-04 11:55:48 +08:00
Dan Poltawski
4dfadbc99b
Merge branch 'wip-mdl-39827' of git://github.com/rajeshtaneja/moodle
2013-06-04 11:29:38 +08:00
Dan Poltawski
ea746c0166
Merge branch 'MDL-39317-master' of git://github.com/damyon/moodle
2013-06-04 11:26:28 +08:00
Dan Poltawski
0d9121a1c4
Merge branch 'MDL-39743-master' of git://github.com/damyon/moodle
2013-06-04 11:03:39 +08:00
Dan Poltawski
820b66be58
Merge branch 'wip_master_mdl-34085' of https://github.com/iarenaza/moodle
2013-06-04 10:42:45 +08:00
AMOS bot
d7d235e025
Automatically generated installer lang files
2013-06-04 00:46:34 +00:00
Eloy Lafuente (stronk7)
b50ddbdbd5
Merge branch 'wip-MDL-39801-master' of git://github.com/marinaglancy/moodle
2013-06-04 01:51:10 +02:00
Eloy Lafuente (stronk7)
aed9401e14
MDL-39764 style: phpdoc changed to inline comments
2013-06-04 01:41:58 +02:00
Eloy Lafuente (stronk7)
00169e862e
Merge branch 'wip-MDL-39764_master_3' of git://github.com/gjb2048/moodle
2013-06-04 01:36:16 +02:00
Eloy Lafuente (stronk7)
fd4c01566e
Merge branch 'w23_MDL-39882_m26_behatconfig' of git://github.com/skodak/moodle
2013-06-04 01:31:54 +02:00
Eloy Lafuente (stronk7)
422595e282
Merge branch 'MDL-39821-master' of git://github.com/damyon/moodle
2013-06-04 01:14:09 +02:00
Eloy Lafuente (stronk7)
d13d3f2d31
MDL-39465 Show env. info instead of part twice.
2013-06-04 00:50:15 +02:00
Gareth J Barnard
86f590b45f
MDL-39764 course_format: Allow courses to have numsections > maxsections.
2013-06-03 23:36:32 +01:00
Eloy Lafuente (stronk7)
5431fda180
Merge branch 'MDL-39936-master' of git://github.com/danpoltawski/moodle
2013-06-04 00:04:12 +02:00
Eloy Lafuente (stronk7)
a346c3826b
Merge branch 'w23_MDL-39465_m26_environment' of git://github.com/skodak/moodle
2013-06-03 23:59:12 +02:00
Eloy Lafuente (stronk7)
0288c5ffe1
Merge branch 'MDL-39166-m25' of https://github.com/jfilip/moodle
2013-06-03 23:51:22 +02:00
Eloy Lafuente (stronk7)
9e3b5a47f6
Merge branch 'wip-MDL-39710-master' of git://github.com/marinaglancy/moodle
2013-06-03 23:18:55 +02:00
Eloy Lafuente (stronk7)
71b2d24a9b
Merge branch 'MDL-39932_master' of git://github.com/grabs/moodle
2013-06-03 19:10:00 +02:00
Eloy Lafuente (stronk7)
6cffc66647
Merge branch 'MDL-39487_master' of https://github.com/IOC/moodle
2013-06-03 19:03:15 +02:00
Eloy Lafuente (stronk7)
c557f6b324
Merge branch 'MDL-39987_master' of git://github.com/lazydaisy/moodle
2013-06-03 16:20:41 +02:00
Mary Evans
c14964cacb
MDL-39987 theme_bootstrapbase: Fixed menunode text in renderers/core_renderer.php.
2013-06-02 23:04:17 +01:00
Petr Škoda
102e0c71cc
MDL-39416 do not try to get detailed perflog info before PAGE int
2013-06-02 13:35:08 +02:00
Petr Škoda
8ac7cbddfc
MDL-39588 require MOODLELIB Oracle package
...
Previously it was kind of optional, but it is now required. We also attempt to install it automatically now.
2013-06-02 11:14:43 +02:00
Mary Evans
5f831ca077
MDL-39835 theme_sky_high: Fix for footer to display correctly in higher resolutions.
2013-06-01 21:36:58 +01:00
Mary Evans
58183f9b01
MDL-39977 theme_bootstrapbase: Changes the way Clean theme's login takes its navbar styles from Bootstrapbase.
2013-06-01 18:42:09 +01:00
Gareth J Barnard
873dfb3608
MDL-39819 theme_bootstrapbase: Fix icon alignment in filepicker.
2013-05-31 22:30:26 +01:00
Petr Škoda
7dc1feaa99
MDL-39465 detect environment problems in tests
...
This should help explain why something else fails.
2013-05-31 22:02:34 +02:00
Tim Hunt
ea07b2d622
MDL-39978 Essays with files break each attempt builds on last
2013-05-31 20:47:26 +01:00
Petr Škoda
0448818b49
MDL-39503 tell robots to not index login and signup page
...
This should partially prevent people from googling moodle sites that allow signup. Please note you can not use login block if because it would still disclose the signup link.
2013-05-31 21:25:27 +02:00
Tim Hunt
2ed7833790
MDL-39971 each attempt builds on last broken for previews.
2013-05-31 20:24:50 +01:00
Petr Škoda
f8cb3e62ff
MDL-39882 add required behat settings to config-dist
2013-05-31 21:09:52 +02:00
Dan Poltawski
e807dadb55
MDL-39968 bootstrapbase: uses non-standard browser sniffing
...
Also theme_clean does the same sniffing, but is not necessary as its
included by bootstrapbase
2013-05-31 15:55:47 +08:00
Dan Poltawski
1bd756b337
MDL-39967 cron: eliminate browser sniffing.
...
This was an old hack to workaround a bug in IE6, no longer necessary
2013-05-31 15:09:22 +08:00
Dan Poltawski
8ef3a22260
MDL-39964 deprecate can_use_rotated_text()
...
This probably should never have landed in moodlelib anyway, as it was
only used in the completion report
2013-05-31 14:43:00 +08:00
Dan Poltawski
26c4242c68
MDL-39964 report_progress: don't browser sniff for SVG support
...
Use feature detection, its more robust and better practice.
2013-05-31 14:43:00 +08:00