46920 Commits

Author SHA1 Message Date
Petr Skoda
3c5b312b8d Merge branch 'MDL-25991_actionnav' of github.com:skodak/moodle 2011-02-14 08:57:58 +01:00
Dan Marsden
71550f6fa1 MDL-26212 - fix scorm player size on resize of browser window - bump scorm version as JS is changed. Kudos to Piers for patch 2011-02-14 14:50:43 +13:00
Eloy Lafuente (stronk7)
478d281815 Merge branch 'w07_MDL-26153_20_yuicombo' of git://github.com/skodak/moodle 2011-02-14 02:10:11 +01:00
Eloy Lafuente (stronk7)
102cb3c1a6 Merge branch 'w07_MDL-26294_20_byteserving' of git://github.com/skodak/moodle 2011-02-14 02:08:06 +01:00
Eloy Lafuente (stronk7)
0e9fe664b6 Merge branch 'w07_MDL-26307_20_dbport' of git://github.com/skodak/moodle 2011-02-14 02:00:19 +01:00
Eloy Lafuente (stronk7)
64c74b8f7b Merge branch 'w07_MDL-25626_20_completionerror' of git://github.com/skodak/moodle 2011-02-14 01:53:45 +01:00
Eloy Lafuente (stronk7)
264184625d Merge branch 'w07_MDL-26355_20_installsize' of git://github.com/skodak/moodle 2011-02-14 01:50:55 +01:00
Eloy Lafuente (stronk7)
378906a273 Merge branch 'MDL-26274_rating_delete' of git://github.com/andyjdavis/moodle 2011-02-14 01:48:03 +01:00
Eloy Lafuente (stronk7)
2e6bd88f3b Merge branch 'w07_MDL-26376_20_shib' of git://github.com/skodak/moodle 2011-02-14 01:44:08 +01:00
Eloy Lafuente (stronk7)
42bdecde6d Merge branch 'w07_MDL-26380_20_mediafilterperf' of git://github.com/skodak/moodle 2011-02-14 01:41:19 +01:00
Eloy Lafuente (stronk7)
64ff7d5c14 Merge branch 'w07_MDL-26351_20_instquotes' of git://github.com/skodak/moodle 2011-02-14 01:25:44 +01:00
Eloy Lafuente (stronk7)
345f4176dc Merge branch 'w07_MDL-26030_20_mediafilter' of git://github.com/skodak/moodle 2011-02-14 01:09:07 +01:00
Eloy Lafuente (stronk7)
c87a7e44e8 Merge branch 'w07_MDL-26379_20_minify' of git://github.com/skodak/moodle 2011-02-14 00:56:02 +01:00
Eloy Lafuente (stronk7)
c0d0dd4a5a Merge branch 'w07_MDL-26352_20_metacourse' of git://github.com/skodak/moodle 2011-02-14 00:52:09 +01:00
Eloy Lafuente (stronk7)
798e6fcba2 Merge branch 'w07_MDL-26271_20_forumsearch' of git://github.com/skodak/moodle 2011-02-14 00:38:21 +01:00
Eloy Lafuente (stronk7)
b60f77ca29 Merge branch 'w07_MDL-26322_20_wantsurl' of git://github.com/skodak/moodle 2011-02-14 00:19:08 +01:00
Eloy Lafuente (stronk7)
a537e50725 MDL-24898 external blogs - strip html and truncate subject 2011-02-13 23:03:55 +01:00
Petr Skoda
28765cfcb5 MDL-25575 fix broken block support in get_courseid_from_context() 2011-02-13 18:59:53 +01:00
Petr Skoda
9c14c1c55b MDL-26223 prevent getting content of hidden blocks in edit mode 2011-02-13 18:14:55 +01:00
Petr Skoda
3b073254bc MDL-26314 fix phpdocs typo 2011-02-13 17:44:01 +01:00
Petr Skoda
44303ca67a MDL-25974 fix access to activities when role switched in hidden course and some coding style strict comparison fixes
The problem with strict comparison of numerical values fails badly if one is int and the other is string, moodle core apis do not guarantee return types much.
2011-02-13 16:17:47 +01:00
Petr Skoda
d07f2def92 MDL-25998 fix default manual enrol role 2011-02-13 13:58:18 +01:00
Petr Skoda
ad9ab4dfe5 MDL-26131 fix several collapsible_region issues
1/ the $default was not passed from print_collapsible_region()
2/ incorrect php docs describing $userpref
3/ missing empty() check on $userpref
2011-02-13 11:52:09 +01:00
Petr Skoda
743fff98dc MDL-26142 fix immediately spelling in strings, comments and code 2011-02-13 11:36:46 +01:00
Petr Skoda
ae3a794781 MDL-26355 increase size of installer forms fields 2011-02-13 10:52:28 +01:00
Petr Skoda
b3929ae981 MDL-26383 add missing bloglevelupgrade admin section 2011-02-13 10:22:19 +01:00
Tim Hunt
adaad5f224 MDL-20636 Fix install 2011-02-13 07:34:32 +00:00
Petr Skoda
4f97de7624 MDL-23939 do not load groups and profile for guest user because they can not have both 2011-02-12 23:22:22 +01:00
Petr Skoda
cc10c0b979 MDL-23939 minor course_display coding style improvements and inline docs 2011-02-12 23:06:11 +01:00
Aparup Banerjee
13801a49a2 MDL-23939 lazy load course_display with new course_get_display()
This change speeds up user login and makes the session smaller.
2011-02-12 22:45:17 +01:00
Petr Skoda
6e6034e550 MDL-26153 fix yui combo loading for images with numbers in file name 2011-02-12 21:56:03 +01:00
Petr Skoda
dd3b7e7dfc MDL-26294 fix byteserving regression
Credit goes to James Mitchell.
2011-02-12 20:39:53 +01:00
Eloy Lafuente (stronk7)
3612c3be4a MDL-25612 sql - make rss_client block cross-db 2011-02-12 20:38:03 +01:00
Petr Skoda
9e9543e54b MDL-26307 fix dbport and dbsocket support when creating mysql database 2011-02-12 20:08:49 +01:00
Petr Skoda
a2ee26bf3e MDL-26030 more mediaplugin fixes
Improved youtube id parsing, fixed url quoting and fixed unittests.
2011-02-12 19:47:52 +01:00
Petr Skoda
b69f9a08d9 MDL-25626 fix incorrect cm id in completion report
credit goes to Aaron Barnes
2011-02-12 17:35:41 +01:00
Eloy Lafuente (stronk7)
e07c51c481 MDL-26371 sql - avoid distinct + text in lesson essay & report 2011-02-12 17:34:03 +01:00
Eloy Lafuente (stronk7)
b37d06c2ed MDL-26371 sql - avoid distinct + text in glossary search 2011-02-12 17:05:32 +01:00
Petr Skoda
cd138b26f1 MDL-26376 fix incorrect Shibboleth string and undefined property during first config saving 2011-02-12 17:00:36 +01:00
Petr Skoda
e68789c559 MDL-26380 improve perf of mediaplugin filter if no links found in text 2011-02-12 16:48:32 +01:00
Petr Skoda
a2d242bc09 MDL-26351 add support for postgresql running with standard_conforming_strings 2011-02-12 16:16:52 +01:00
Eloy Lafuente (stronk7)
f320cb76c3 MDL-26371 sql - avoid distinct + text in db enrol 2011-02-12 15:46:44 +01:00
Rossiani Wijaya
3f5192c088 MDL-26030 update filter regex and create unittest for filter mediaplugin 2011-02-12 12:23:04 +01:00
Petr Skoda
ed7f5ee27c MDL-26379 remove unused readme 2011-02-12 11:11:44 +01:00
Petr Skoda
1d29fc9e5d MDL-26379 disable Minify URI builder and allow only execution of Minify from Moodle codebase 2011-02-12 11:11:22 +01:00
Petr Skoda
d21feffdd7 MDL-26352 ignore invalid course_meta entries during upgrade
This fixes upgrade problems when course_meta points to deleted course or somebody hacked the table contents manually.
2011-02-12 10:27:43 +01:00
Petr Skoda
b1d5d0155b MDL-26271 fix borked sql parameters in forum_search_posts and add missing modinfo field
This is the perfect example why there must not be duplicate parameter names in SQL queries.
2011-02-12 10:11:27 +01:00
Petr Skoda
9337cf32ca MDL-26329 fix incorrect draft url rewriting when slasharguments off
tinymce editor encodes '/' in the ?file= parameter, we have to decode %2F before doing our standard @@PLUGINFILE@@ processing.
2011-02-12 09:43:14 +01:00
Eloy Lafuente (stronk7)
bd9e662953 MDL-25553 lesson restore - add missing jumpto remapping. Credit goes to Mike Churchward 2011-02-12 04:02:10 +01:00
Eloy Lafuente (stronk7)
7cff4927be MDL-26229 backup & restore - fix quiz & lesson conflicts 2011-02-12 03:03:26 +01:00