Commit Graph

537 Commits

Author SHA1 Message Date
nicolasconnault 7c08ef3653 Fixed MDL-8582
Not sure if the hotpot module is converting ampersands correctly. $heading and $title are set up differently than in other modules: instead of outputting $course->title, a temporary $title variable is created and assigned that value. That made it difficult for me to decide whether it was already formatted elsewhere or not.

Also I didn't format_string() any of the variables included in $navigation rings, because I assume these strings get processed by print_navigation(), which includes format_string().
2007-02-28 05:36:13 +00:00
vyshane ae21a6519b Merged from 1.7. 2007-02-16 08:43:10 +00:00
vyshane 0985b11b80 Merged from 1.7. 2007-02-14 01:58:54 +00:00
vyshane 6155150c02 Merged from 1.7. 2007-02-13 02:28:26 +00:00
vyshane 6527b5c2e9 Merged from 1.7. 2007-02-09 01:33:24 +00:00
skodak 4e43dc39f5 MDL-8352 Fully separate CONTEXT_COURSE, SITEID from COURSE_SYSTEM - undoing my previous hack for MDL-7114 2007-01-29 21:36:57 +00:00
vyshane ebe82e08ec Merged from 1.7. 2007-01-29 07:36:55 +00:00
skodak 9152fc9938 MDL-8323 finished full conversion to proper $COURSE global - no more $CFG->coursetheme, $CFG->courselang - improved course_setup(), current_language() and current_theme(); and Chameleon theme fixes needed for global $COURSE
MDL-7962 chat seems to be completely broken in head (fixed wrong JS)
* reworked chat themes support
MDL-8338 Cron does not need cookies
MDL-8339 forum cron capabilities problems
* minor deprecated function current_encoding() cleanup
2007-01-28 21:18:08 +00:00
stronk7 a4bad45c2c Some more uses of $CFG->dbfamily. MDL-7061 2007-01-13 00:32:19 +00:00
moodler 42d06f50f4 Strict XHTML logic fixes for discussions in some circumstances MDL-7861 2007-01-08 12:13:35 +00:00
skodak 0d905d9f34 MDL-7861 new class .icon and .iconsmall 2007-01-08 09:14:05 +00:00
moodler 7f51199bd1 FIxes for Strrrrrict in forum ratings 2007-01-08 08:51:47 +00:00
moodler 0be4d8bf67 Removed more tables from forum display :-) Strrrrrict! 2007-01-08 06:56:15 +00:00
vyshane 8703f29af7 Added fieldset tag. MDL-7861. 2007-01-07 06:49:25 +00:00
moodler d69e9c1519 Changed fieldsets to use the new invisiblefieldset class 2007-01-05 02:01:45 +00:00
skodak b7dc225654 MDL-8062 1.3 Remove name attribute from <form> and fix focus everywhere - more changes ahead 2007-01-04 21:32:36 +00:00
skodak fa73873105 MDL-8050 1.2 Remove all target="_top" - refactoring of previous commit 2007-01-04 18:23:55 +00:00
moodler c7a049a3e2 More fixes for Strict MDL-7861 2007-01-04 15:31:05 +00:00
moodler 81d227745a XHTML Strict fixes for forum search MDL-7861 2007-01-04 15:23:45 +00:00
skodak e25cb71041 MDL-8050 1.2 Remove all target="_top" 2007-01-03 19:24:48 +00:00
skodak feaf5d06db MDL-8015 improved file uploading
- changed file upload api in formslib
- fixed blog attachments and related code in file.php
- fixed glossary attachments
- fixed embedded images in forum posts and blogs - only gif, png and jpeg; the problme was that svg were embedded using img tag which was wrong, the same applied to other picture formats unsupported by browsers (please note that student submitted svg should be never embedded in moodle page for security reasons)
- other minor fixes
2006-12-28 21:21:44 +00:00
stronk7 47c9c8f5dd Added one missing format_string() to post->subject
Merged from MOODLE_17_STABLE
2006-12-20 10:00:02 +00:00
toyomoyo 3f5abcb20a accessibility fixes 2006-12-14 07:48:40 +00:00
vyshane b725b819da Merged from 1.7. 2006-12-01 05:21:22 +00:00
skodak edebb94faa MDL-7434 all images that convey information should have alt text to convey that information - part 8 2006-11-26 19:30:39 +00:00
jamiesensei 6e372b2591 added commenting to addDependency method and used new functionality in forum\mod_form.php 2006-11-21 09:33:48 +00:00
vyshane a4ea3ef30a Merged from 1.7 2006-11-13 07:32:21 +00:00
vyshane 9fbccd3907 Merged from 1.7 2006-11-13 03:27:41 +00:00
jamiesensei 535e0ab6c3 migrated mod/forum/mod.html to new formslib 2006-11-10 03:04:34 +00:00
jamiesensei 2b63df96c3 migrated mod/forum/post.php to formslib and fixed a string in course/edit_form.php 2006-11-07 08:48:18 +00:00
toyomoyo 0b9873f2a5 merged fix for MDL_7112 select distinct on text fields 2006-11-02 02:10:53 +00:00
moodler 7f094149b3 Fixed SQL for Oracle (forum searching) MDL-7317 2006-11-01 06:29:52 +00:00
moodler 669f2499a7 Merged some performance improvements from stable 2006-10-29 07:23:57 +00:00
moodler f274fe073c Merged AS keyword fixes from stable MDL-7207 2006-10-25 09:04:25 +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 89c355e5cb Merged fix for letting guests see discussion post button from stable 2006-10-23 13:23:16 +00:00
moodler a321d42bcd Better handling for guest in forums MDL-7125 2006-10-23 04:55:20 +00:00
moodler 4c57e8e502 Merged XHTML fixes from stable 2006-10-22 08:14:20 +00:00
toyomoyo 80dfce19ae merged, fixed an infinite loop 2006-10-20 05:09:37 +00:00
moodler 5469bd9c2b Merged fix from stable (forum search form help button) 2006-10-20 03:35:29 +00:00
skodak d9bd99476c temporary patch for the forum trouble that is breaking installs MDL-7114 ; merged from MOODLE_17_STABLE 2006-10-19 22:44:00 +00:00
stronk7 211836549f Adding support for the new mssql_n driver
Merged from MOODLE_17_STABLE
2006-10-19 22:13:53 +00:00
skodak 4f93f5ba08 Notice when creating one forum... MDL-7063 ; merged from MOODLE_17_STABLE 2006-10-18 19:59:27 +00:00
skodak b9ecde8738 Fix forum reset - remove "DELETE .. USING ... " mysqlisms MDL-7053 ; merged from MOODLE_17_STABLE 2006-10-17 21:06:50 +00:00
toyomoyo ac52f2910b merged fix for MDL-6968 2006-10-17 05:18:52 +00:00
toyomoyo f0ef40c55f merged proper fix for MDL-6926 2006-10-17 04:46:34 +00:00
toyomoyo 8e3f0e3d41 merged fix for MDL-6926 2006-10-17 04:38:33 +00:00
moodler 2179989947 Merged bogon fix from stable 2006-10-10 07:43:19 +00:00
vyshane ee5cdf3466 Removed teacher forums from course reset. 2006-10-10 05:23:44 +00:00
vyshane 25b75c6053 Merged fix for MDL-6537 2006-10-10 05:20:43 +00:00