Petr Skoda
c81f657b4a
MDL-22449 bumping major version to lang invalidate caches and fix phpdocs
2010-12-27 13:48:10 +01:00
Petr Skoda
c03b6176a6
Merge branch 'm20_MDL-22449_wiki_help_buttons' of git://github.com/dongsheng/moodle
2010-12-27 13:44:54 +01:00
Petr Skoda
1310964bb3
Merge branch 'MDL-24860_messaging_providers' of git://github.com/andyjdavis/moodle
...
Conflicts:
mod/lesson/version.php
2010-12-27 13:39:20 +01:00
Petr Skoda
1af9fd3879
Merge branch 'MDL-25761_data_portfolio' of git://github.com/mudrd8mz/moodle
2010-12-27 12:29:15 +01:00
andyjdavis
54672f15b4
lesson MDL-24860 added mod/lesson/db/messages.php
2010-12-22 12:12:35 +08:00
andyjdavis
d8f1412819
message MDL-24860 fixed messaging code in mod_lesson and marked spots that are directly sending email
2010-12-22 12:05:49 +08:00
David Mudrak
ee314f4019
MDL-25761 Database module: missing portfolio library inclusion
...
Portfolios are not officially supported in Database module yet. But this
missing library inclusion is a coding error because the class defined in
the library is already used in the code.
2010-12-21 10:40:19 +01:00
Eloy Lafuente (stronk7)
dde5bfbcf7
MDL-25178 glossary - add completionentries rule
2010-12-20 20:02:04 +01:00
Petr Skoda
ab6e79718c
Merge branch 'MDL-25632' of git://github.com/samhemelryk/moodle
2010-12-20 19:21:20 +01:00
Eloy Lafuente (stronk7)
6fe79e7fba
MDL-25656 glossary filter - make alias links to work
2010-12-20 18:25:50 +01:00
Tim Hunt
d9c26e2174
blocklib MDL-25654 fix API inconsistency be renaming add_pretend_block to add_fake_block.
...
I added a deprecated method add_pretend_block that forwards to add_fake_block, so old code should be break. However, I aslo updated all the callers in core code.
2010-12-20 18:22:37 +01:00
Dongsheng Cai
cc26cb3b33
MDL-10783, added span class and tag title
2010-12-20 17:00:34 +01:00
Dongsheng Cai
7b8b366218
Linking wiki pages to other moodle stuff by tag, and remove an unused function in wiki
2010-12-20 17:00:34 +01:00
Petr Skoda
c35ae13691
MDL-25674 forum must send full user record when setting up different session user in cron
2010-12-20 14:41:17 +01:00
Dongsheng Cai
b83f54f895
MDL-23930 fixed javascript insert into tinymce
2010-12-20 18:07:15 +08:00
Sam Hemelryk
86d99db3a0
mod-lesson MDL-25632 Fixed incorrect comment in matching question code.
2010-12-15 13:12:33 +08:00
Sam Hemelryk
26063f4b55
mod-lesson MDL-25632 Fixed bug where the number of attempts on a question for the current lesson attempt was being wrongly calculated.
2010-12-15 13:12:33 +08:00
Sam Hemelryk
981debb706
mod-lesson MDL-25632 Fixed bug whereby excess answers were being created when creating a page and then when updating it
2010-12-15 13:12:33 +08:00
Sam Hemelryk
1c510e2ee1
mod-lesson MDL-25632 Added support for displaying and progressing through a question page with no answers
2010-12-15 13:12:33 +08:00
Sam Hemelryk
36a60f0ff6
mod-lesson MDL-25632 Added upgrade code to correct page jumps for matching questions after Moodle 1.9 upgrade.
2010-12-15 13:12:33 +08:00
Sam Hemelryk
9170dea7d6
mod-lesson MDL-25632 Set a default jump to display when a question has no answers (after 1.9 upgrade)
2010-12-15 13:12:33 +08:00
Sam Hemelryk
2a03a824c4
mod-lesson MDL-25632 Fixed undefined var notice for responseformat in the lesson report.
2010-12-15 13:12:33 +08:00
Dongsheng Cai
d92b5e7f01
mod-wiki MDL-22449 wiki module needs more help text
2010-12-14 02:43:17 +08:00
Eloy Lafuente
20d3bf6100
MDL-25418 glossary - fix incorrect LOWER() call also present in glossary import & entry export functionalities
2010-12-09 22:50:23 +00:00
David Mudrak
7e514cd768
MDL-25619 portfolio: exported HTML output can not be cleaned
2010-12-08 23:20:04 +00:00
Helen Foster
f085c3eccb
MDL-21250 capital letters removal
2010-12-08 19:47:46 +00:00
David Mudrak
d1571da6c8
MDL-25068 forum: fixed error string usage
...
The string [cannotsubscribe,mod_forum] is supposed to be used for group
membership check only. I have fixed the two other usages of the string.
Note that the condition if (forum_subscribe()) was useless as the
function return true values only now after $DB conversion.
2010-12-07 12:34:35 +00:00
David Mudrak
9a3adb2032
NOMDL forum: fixed the string wording to match the current code condition
...
Previous string was used together with the legacy:guest capability.
However, the current code checks is_enrolled() instead. This led to a
weird situation when non-enrolled admin or manager could not subscribe
to a forum and the error message was completely confusing for them.
2010-12-07 12:34:11 +00:00
David Mudrak
99eb51d9e4
MDL-22114 forum: fixed PAGE url param set
...
I am pretty sure Sam overlooked this is in the commit afef965e
2010-12-07 12:33:24 +00:00
David Mudrak
95d28f044e
MDL-25524 workshop: fixed random allocator removing current allocations
...
The bug was in filter_current_assessments() being applied before get_unkept_assessments()
so actually no current assessment records could be detected.
2010-12-07 11:39:50 +00:00
Dongsheng Cai
a9f19d81b9
"DATA MODULE MDL-25564 fixed $PAGE->url, credits to Davo Smith"
2010-12-05 18:36:44 +00:00
Helen Foster
f705b4347a
MDL-21250 capital letters removal
2010-12-02 18:22:19 +00:00
David Mudrak
d774e8171a
MDL-25316 quiz_get_extra_capabilities() does not need to fetch subcapabilities explicitly
2010-12-02 16:51:52 +00:00
Helen Foster
e6f6fa179b
MDL-21250 capital letters removal
2010-12-02 16:48:22 +00:00
Helen Foster
ae1790109d
MDL-21250 capital letters removal
2010-12-02 16:18:41 +00:00
Helen Foster
7a35fe4ffd
MDL-21250 capital letters removal
2010-12-02 15:42:24 +00:00
Petr Skoda
6d5b79c51d
MDL-25474 do not use html editor for css and js editing
2010-12-02 05:35:26 +00:00
Eloy Lafuente
3e7d386625
MDL-25418 glossary - fixed and improved duplicate entries buggy queries
2010-12-01 09:23:18 +00:00
Helen Foster
9936e3b00f
MDL-21250 capital letters removal
2010-11-29 16:23:19 +00:00
Helen Foster
af842c4309
MDL-21250 capital letters removal
2010-11-29 16:03:59 +00:00
Helen Foster
5735fefc93
MDL-21250 capital letters removal
2010-11-29 15:49:58 +00:00
Helen Foster
2a1a268136
MDL-25426 typo fix
2010-11-29 15:39:10 +00:00
David Mudrak
0b5549de93
Workshop index page cleanup
2010-11-29 12:24:16 +00:00
David Mudrak
32a979e9a8
MDL-25436 workshop: fixed deprecated function call
...
Credit goes to Paul Ortman for the patch.
2010-11-29 12:23:42 +00:00
Dongsheng Cai
d2d1db7a84
"MDL-25406 WIKI, use swid instead of wid, gid, uid"
2010-11-29 08:30:15 +00:00
Dongsheng Cai
33ea845ab2
"MDL-25406 WIKI, fixed wid parameter"
2010-11-29 08:25:03 +00:00
Sam Hemelryk
c89fa3fe4c
mod-forum MDL-25386 Fixed up the navigation for the forum.
2010-11-29 06:27:22 +00:00
Andrew Davis
ae27608564
rating MDL-22412 removed references to legacy ratings tables
2010-11-25 06:40:27 +00:00
Dan Marsden
a7ab614d3a
SCORM MDL-25298 escape html vars correctly - thanks to Xavier Paz for report/fix
2010-11-25 01:32:03 +00:00
Piers Harding
ef297a213d
MDL-24738 - fix up height and width calculations for scorm player
2010-11-24 22:57:38 +00:00