Commit graph

5894 commits

Author SHA1 Message Date
gbateson
97a313023d correct the setting the fixed flag in JMatch quizzes 2006-10-30 08:55:35 +00:00
toyomoyo
1d4d001cfd merged fix for MDL-7267, fixing keywords pivot 2006-10-30 03:38:13 +00:00
moodler
a2af00edf1 Merged fix for MDL-7248 from stable 2006-10-29 13:31:27 +00:00
jamiesensei
cd9f129f81 added help button for format drop down 2006-10-29 10:19:48 +00:00
moodler
669f2499a7 Merged some performance improvements from stable 2006-10-29 07:23:57 +00:00
skodak
eebc919280 MDL-6940 - I decided to rewrite the glossary comments UI, the original code (pre 1.8) was not nice at all, it is IMHO more readable now and the forms implementation could be greatly simplified; this can also serve as sample trusttext implementation outside of forms code 2006-10-28 21:55:19 +00:00
bobopinna
90e1b39acd Fixed a problem with TIMESPAN pattern matching 2006-10-27 08:04:15 +00:00
skodak
bdeae2b9b8 Comments in data print the "by" and then the date but no username MDL-7235; merged from MOODLE_17_STABLE 2006-10-27 07:50:28 +00:00
bobopinna
4c2095defe Added support to adl.nav (Sequencing is needed to complete) 2006-10-27 06:51:25 +00:00
gbateson
c81aa39f92 fix detection and display of fixed items in JMatch (jmt file) 2006-10-27 00:53:24 +00:00
stronk7
5d0fc5c33d Deprecating old "upgrade" files. MDL-7214
Merged from MOODLE_17_STABLE
2006-10-26 22:46:02 +00:00
stronk7
3aac1dc9a0 Deprecating old "upgrade" files. MDL-7214
Merged from MOODLE_17_STABLE
2006-10-26 22:39:10 +00:00
skodak
276916a4bc fixed whitespace merge 2006-10-26 20:08:52 +00:00
stronk7
b8a342d7ac New upgrade.php file added for this module. MDL-7214 2006-10-26 17:33:40 +00:00
sam_marshall
8bcf97e1f9 The 'Activity is currently hidden' check in mod/forum/post.php incorrectly used 'manageactivities' capability instead of 'viewhiddenactivities', fixing. 2006-10-26 14:15:46 +00:00
bobopinna
23fee00632 Added link in sco title for launch the sco in browse mode 2006-10-26 11:18:00 +00:00
bobopinna
2aaf134c02 Added Write Once Error reveal 2006-10-26 11:14:47 +00:00
jamiesensei
c3c5f0bd86 migrated comment.php over to using new formslib. 2006-10-26 07:59:22 +00:00
stronk7
ecfeb03a72 First model of new upgrade.php scripts and comments in old ones.
Need validation before extending them everywhere across core. MDL-7214

Merged from MOODLE_17_STABLE
2006-10-25 23:29:44 +00:00
moodler
f274fe073c Merged AS keyword fixes from stable MDL-7207 2006-10-25 09:04:25 +00:00
moodler
3d81c41e2e Merged fixes for AS keywords MDL-7207 2006-10-25 08:51:32 +00:00
stronk7
0217757b09 DeLIMITing Moodle core. Now the new $limitfrom,
$limitnum parameters are used instead. MDL-7168

Merged from MOODLE_17_STABLE
2006-10-24 22:00:29 +00:00
skodak
00e12c7332 fixed When unassigning a role, forum_role_unassign unsubscribes the user even if you have other roles there MDL-7120; merged from MOODLE_17_STABLE 2006-10-24 20:22:30 +00:00
moodler
bf553d9e85 Allow autologin as guest when viewing discussions (come in via link, say) 2006-10-24 15:58:34 +00:00
jamiesensei
9e471e1165 migrated to formslib 2006-10-24 12:19:34 +00:00
skodak
8e9eebe629 fixed risks associated with capabilitites in modules MDL-7174; merged from MOODLE_17_STABLE 2006-10-24 08:06:56 +00:00
bobopinna
d11b69ff27 Added CAM support to SCORM 2004 3rd Edition 2006-10-24 07:35:11 +00:00
toyomoyo
aad6c6c222 merged fixing capabilities 2006-10-24 04:26:46 +00:00
stronk7
422770d8cb Moving deprecated uses of sql_paging_limit() to the new $limitfrom,
$limitnum parameters in all the get_recordXXX() functions. MDL-7167

Merged from MOODLE_17_STABLE
2006-10-23 23:00:18 +00:00
skodak
ac15a2d5ff Assignment Reports incomplete MDL-6301 ; merged from MOODLE_17_STABLE 2006-10-23 21:02:57 +00:00
moodler
18894ee462 Fixed &nbsp characters MDL-7179 2006-10-23 13:42:23 +00:00
moodler
89c355e5cb Merged fix for letting guests see discussion post button from stable 2006-10-23 13:23:16 +00:00
moodler
523e1a21ff Merged choice fixes from stable 2006-10-23 07:01:18 +00:00
moodler
a321d42bcd Better handling for guest in forums MDL-7125 2006-10-23 04:55:20 +00:00
moodler
ebfc2f162c Merged capability name fix from stable 2006-10-23 03:29:54 +00:00
moodler
4e19d85bd9 Merged choice/guest fixes from stable MDL-7171 2006-10-23 03:00:30 +00:00
toyomoyo
6cb34d443d merged replacing studentcanpost with capability 2006-10-23 02:49:05 +00:00
toyomoyo
7f75d5fd2f merged, student_can_post should be done properly using capabilities 2006-10-23 02:25:32 +00:00
moodler
4067b96821 Merged missing </span> from stable 2006-10-22 08:25:51 +00:00
moodler
4c57e8e502 Merged XHTML fixes from stable 2006-10-22 08:14:20 +00:00
moodler
4f1d9d0383 Merged filter fix from stable 2006-10-22 08:13:03 +00:00
skodak
f8b922413a Seeing ####TRUSTTEXT#### in RSS feeds MDL-7147 - fixed RSS feeds in glossary; merged from MOODLE_17_STABLE 2006-10-21 21:15:26 +00:00
skodak
ec41cb3c52 Seeing ####TRUSTTEXT#### in RSS feeds MDL-7147 - fixed RSS discussion feed type too; merged from MOODLE_17_STABLE 2006-10-21 21:05:44 +00:00
skodak
e80ca6c658 fixed undefined modcontext in forum; merged from MOODLE_17_STABLE 2006-10-21 20:30:27 +00:00
stronk7
b4c7bb78fc Deleting some old oci8po files from CVS. 2006-10-21 18:28:28 +00:00
moodler
49e6751073 Make sure LAMS is off if we don't need it (merged from stable) 2006-10-21 16:14:27 +00:00
moodler
318f210074 Merged fix for notice from stable 2006-10-21 16:00:43 +00:00
moodler
bd4128e91f Merged enrolment-related fixes from stable 2006-10-20 17:53:50 +00:00
moodler
ffd8a1cdc5 Added Javascript, CSS etc on edit page for database. MDL-7100 2006-10-20 07:35:00 +00:00
toyomoyo
dc07b83298 merged fix for MDL-7106, glossary capability check 2006-10-20 07:01:51 +00:00