gbateson
1087d15324
add hotpot_encode_content_links() and hotpot_decode_content_links() to HotPot's backuplib.php and restorelib.php respectively
2009-08-25 01:14:36 +00:00
mjollnir_
65eebc1dc1
MDL-19142 assignment/restore small fix to pass $info to subtypes relative to current assignment rather than the full array
2009-08-15 07:58:36 +00:00
mjollnir_
8b6405ce85
MDL-19142 assignment/backup&restore: support backing up and restoring third party subtypes if they need it.
2009-08-13 09:35:40 +00:00
mjollnir_
894909f8bc
MDL-19142 assignment/backup: reverting earlier patch while I figure out a better way to deal with course_modules during restore
2009-08-11 13:48:23 +00:00
mjollnir_
c1816feb13
MDL-19142: assignment/backup add support for third party subtypes
...
Now third party assignment type subplugin authors can implement backup/restore
This adds four hooks, backup_one_mod, backup_one_submission, restore_one_mod, restore_one_submission,
all of which are implemented in the assignment_base parent class and documented there.
2009-08-11 12:16:53 +00:00
stronk7
0990ae9330
MDL-19460 wiki - disable by default undocumented interwiki links. Can be ebabled with $CFG->wiki_allow_interwiki = true;
2009-06-15 15:09:28 +00:00
samhemelryk
a7fa132804
cssclasses MDL-17525 Added next and previous classes to quiz pagination links
2009-06-10 08:35:15 +00:00
samhemelryk
aa9c8b7f8e
quizheader MDL-18896 Coding style guide change
2009-06-09 08:23:33 +00:00
samhemelryk
593aa35503
quizheader MDL-18896 Hides quiz closes and feedback if no quizzes use them
...
Note: Feedback will be shown if there are any possible feedbacks that may one day be used
2009-06-09 08:19:22 +00:00
samhemelryk
a9fcd45d83
resource MDL-18691 Implemented resource_get_name in one more place for dropdowns
2009-06-09 05:12:02 +00:00
stronk7
f1bf386c43
MDL-19403 glossary settings - add support to pixpath. Credit goes to Red Morris
2009-06-05 23:54:17 +00:00
tjhunt
dbbb455677
quiz editing: MDL-19199 since Moodle 1.9 DB can only store integer question max grades, we should be cleaning input with PARAM_INT!
2009-06-05 09:18:35 +00:00
tjhunt
a8c9711106
quiz reports: MDL-19205 Improved tooltips on individual question grades.
2009-06-05 06:54:34 +00:00
stronk7
a41ae1f4c7
MDL-17327 data module - improve adv. search by avoiding all the extra joins when getting max number of records
2009-06-04 09:53:20 +00:00
skodak
64a8d691e3
MDL-18293 fixing missing error string
2009-06-03 19:59:16 +00:00
gbateson
40bb96dbec
fixes for XHTML strict: add <fieldset> arround hidden form fields, use "id" instead of "name" to locate forms, use HTML entities in button captions <= and =>
2009-05-24 10:22:41 +00:00
stronk7
4ba39c2626
MDL-19246 restore - cleanup of "restoreto" options. Some more extra uses updated.
2009-05-22 10:24:45 +00:00
nicolasconnault
abf58c0272
MDL-7028 global $QTYPES is only available if lib/questionlib.php is included.
2009-05-11 06:31:58 +00:00
stronk7
61ac3a70dd
MDL-15534 wiki special pages heading title. Apply ewiki_t() to get translated heading names
2009-05-10 15:27:34 +00:00
gbateson
6f806335e0
when searhcing for urls of next quiz, remove requirement for navigation buttons to have class="NavButton"
2009-05-07 23:01:37 +00:00
stronk7
80fbfbb3f6
MDL-13826 link/file resource - check maximum length
2009-05-07 20:39:46 +00:00
ericmerrill
1c077f6ad0
MDL-19092 Fixed the user login view, which was incomplete and broken on some browsers
2009-05-07 12:13:10 +00:00
skodak
69785be47a
MDL-16915 fixed warnings caused by empty arrays in forum ratings
2009-05-06 18:13:29 +00:00
stronk7
7738dd48c5
MDL-14463 search/order - make it cross-db + delete unused column from query
2009-05-06 17:24:29 +00:00
skodak
9a71308057
MDL-18670 adding proper permissions for mkdir()
2009-05-06 16:10:14 +00:00
stronk7
8d73532067
MDL-18059 database rates - secured
2009-05-06 10:16:54 +00:00
stronk7
696018df63
MDL-18058 glossary rates - secured
2009-05-06 09:15:46 +00:00
stronk7
95444f7b1d
MDL-18227 forum ratings - clean wrong records
2009-05-04 08:11:15 +00:00
dongsheng
551d425a88
"MDL-19037, use getremoteaddr to get remote ip address, backported from 2.0"
2009-05-01 08:06:08 +00:00
skodak
8074fe4f8c
MDL-18523 Only display the 'Synchronise legacy grades' button when necessary
2009-04-22 21:29:23 +00:00
stronk7
05105cbe47
MDLSITE-545 MDL-18024 - reaplying incorrectly reverted fix
2009-04-21 14:13:15 +00:00
gbateson
903c830041
MDL-18880: only insert media players for swf URLs if $CFG->filter_mediaplugin_enable_swf is set
2009-04-19 23:53:47 +00:00
tjhunt
d1a83777f9
quiz editing: MDL-18871 logic was backwards for deciding whether to show the 'This quiz is not graded, so you cannot set overall feedback that differs by grade' warning introduced in MDL-18583.
2009-04-16 03:12:20 +00:00
skodak
dec816756a
MDL-18820 add module_is_moddata_trusted() callback to file.php (improved anti XSS protection for contrib modules); HEAD already has this feature - fixed silly typo
2009-04-09 11:19:50 +00:00
skodak
676e4d4569
MDL-18820 add module_is_moddata_trusted() callback to file.php (improved anti XSS protection for contrib modules); HEAD already has this feature
2009-04-09 09:30:31 +00:00
sam_marshall
786eed65f9
MDL-18768: Limited size of context and modinfo caches to avoid memory problems with code that loops through many courses, also changed forum role_assign to use recordset for all-courses loops
2009-04-06 09:49:40 +00:00
arborrow
fd13e4f162
typo - reponse instead of response
2009-04-06 03:44:13 +00:00
skodak
814783b478
MDL-18771 fixed db quoting
2009-04-05 20:26:21 +00:00
arborrow
e04abdba8b
typo - missinf instead of missing
2009-04-05 05:16:08 +00:00
gbateson
cd0de43baf
when search for media players, remove requirment for <object> tag to contain a space, and make closing </A> tag lowercase
2009-03-30 07:02:23 +00:00
fmarier
19a9e4f2fa
mod/resource: MDL-18691 allow custom resource types to specify their name in their own lang directory
...
Before this change, the full name of the resource type had to be stored in the "resource" namespace (for example in /mod/resource/lang/en_utf8/resource.php).
Now it can be put in the "resource_foo" namespace:
e.g. in /mod/resource/type/foo/lang/en_utf8/resource_foo.php:
<?php
$string['resourcetypefoo'] = 'Link to a Foo Bar document';
?>
2009-03-27 03:20:13 +00:00
danmarsden
abe16888de
SCORM MDL-18626 - fix SCORM navigation breadcrumbs merged from HEAD
2009-03-27 01:48:14 +00:00
danmarsden
067b054260
Choice MDL-18600 fix sort to be sorted by surname,firstname - thanks to Mihai Sucan for the fix merged from HEAD
2009-03-26 21:24:07 +00:00
danmarsden
d9c0d727d7
AICC MDL-18702 Completion Logic incorrect - thanks to Martin Holden for the fix! merged from HEAD
2009-03-26 20:23:43 +00:00
dongsheng
da9429c8e6
"DATA/MDL-18136, change to moodle coding style"
2009-03-25 01:46:58 +00:00
thepurpleblob
e5dbb5ea88
MDL-18542
...
Finally committing one line patch for bug. Sigh :-)
2009-03-24 10:38:59 +00:00
thepurpleblob
0326d0e6f7
MDL-18542:
...
Replacing another (intermediate) fix.
2009-03-24 10:33:54 +00:00
thepurpleblob
0f899b0cc3
Whoops... missed Tim's edit.
2009-03-23 21:46:38 +00:00
thepurpleblob
0471947593
Reverting changes in MDL-18542
2009-03-23 21:34:31 +00:00
thepurpleblob
0791d2fbb5
Reverting changes in MDL-18542 (some more to do in fields, but this should
...
un-break it). Checkbox error still extant.
2009-03-23 21:22:52 +00:00