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
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
Eloy Lafuente (stronk7)
945962a45d
MDL-26229 restore - prevent tag-conflicting structures to be created
2011-02-12 02:40:38 +01:00
Eloy Lafuente (stronk7)
5539e69862
MDL-26229 restore - parser improvements (repetitions and skipped tags)
2011-02-12 02:19:02 +01:00
David Mudrak
dd8ab1fb4a
MDL-26353 Database activity module: display help icon with the new help strings
...
This commit makes the new strings added by Helen used at the Import
entries page. Note that the syntax of the strings had to be fixed as
there must not be leading whitespace before the asterisk in Markdown format.
Also as requested by Helen, the wording or export/import links is
improved now.
As a bonus for free, the patch fixes incorrect API usage of get_record()
and friends.
2011-02-12 00:02:20 +01:00
Helen Foster
76179aac08
MDL-26353 Database activity module new help string
2011-02-11 23:09:02 +01:00
Tim Hunt
2e5ce83f11
MDL-26369 fix notice caused by the fix for MDL-26098.
2011-02-11 14:15:43 +00:00
Petr Skoda
b792a64ab2
MDL-26322 always allow https in login local redirection test
...
This fixes problems for sites that use loginhtts where the redirection after login did not work for pages that require https such as the forgotten passowrds page.
2011-02-11 11:24:30 +01:00
Tim Hunt
5ec3e4a8eb
MDL-26365 New GIFT unit test.
2011-02-11 10:15:26 +00:00
Petr Skoda
d480b970b7
MDL-25991 add icon when action_link used in navigation
...
Alos removing old TODO.
2011-02-11 10:01:06 +01:00
Sam Hemelryk
625943586b
navigation MDL-25991 Fixed reference to output in core_renderer
2011-02-11 16:26:20 +08:00