Commit Graph

70 Commits

Author SHA1 Message Date
gbateson cb8e73e2c7 redo change for MDL-8675: remove superfluous double-quote 2007-02-28 05:05:42 +00:00
gbateson 104189c1f4 cogmitting merged changes for lib.php (MDL-8675) and mod.html(MDL-8062) 2007-02-28 04:41:46 +00:00
gbateson 083dad4922 corrected typo (superfluous double-quote) when inserting $CFG->frametarget (see MDL-8675) 2007-02-28 03:29:29 +00:00
gbateson 8e1e849480 removed invalid use of $CFG->frametarget, and restored the original $CFG->framename.(see MDL-8675) 2007-02-27 12:54:11 +00:00
gbateson 4e9e64230f fixed typo in SQL query when starting a new HotPot attempt 2007-01-13 11:46:33 +00:00
gbateson 923aefe7a1 removed db specific conditional clauses from SQL to get grades (see Moodle tracker - mdl-8169) 2007-01-13 02:39:04 +00:00
stronk7 38b7241934 Some more uses of $CFG->dbfamily. MDL-7061 2007-01-13 00:52:59 +00:00
skodak 0d905d9f34 MDL-7861 new class .icon and .iconsmall 2007-01-08 09:14:05 +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 f4ba7e1a54 Bend over for XHTML 1.0 Strict ... MDL-8049
Removed Javascript language attribute tags and added CDATA
2007-01-03 14:44:17 +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
gbateson 2398e835a8 renamed all $hp to $hotpot; added/update/delete calendar events when adding/updating/deleting hotpots; add functions required for participation report; 2006-10-06 05:56:53 +00:00
gbateson 172ab53650 add/delete calendar events when adding/updating/deleting hotpots 2006-10-01 06:36:50 +00:00
martinlanghoff d2715c70b6 mod/glossary, mod/hotpot: use sql_concat() and sql_concat_join()
Cleaned up several dbtype conditionals too.
2006-09-26 05:06:44 +00:00
vyshane 583b57b42d Changed <module>_print_recent_activity() functions so that they don't use $isteacher. However, I've left the $isteacher parameter in the functions, for backward compatibility so as not to break thrid party modules. Should we remove the parameter now? 2006-09-24 14:01:50 +00:00
skodak 189bb4a628 fixed warning in hotpot lib when running cron from commandline 2006-09-24 07:38:15 +00:00
gbateson 29f4a60ffe add get_coursemodule_from_id/instance functions for compatability with Moodles <1.7 2006-09-14 07:29:22 +00:00
gbateson 1897e3ef95 replace MySQL-only indexes on text fields (hotpot_question.name + hotpot_strings.string) with two new md5key fields (hotpot_question.md5key + hotpot_strings.md5key), which are the MD5 hash of the respective text fields. Microincrement version number to 2006083101 2006-09-01 02:08:39 +00:00
toyomoyo 81e956b964 added some capabilities 2006-08-30 08:43:17 +00:00
moodler dabfd0ed85 Removed tabs 2006-08-09 13:45:49 +00:00
gbateson 6075dd444f Give Up button modified to send results and set status to Abandoned. Microincrement release to 2006052200 (release = v2.1.20) 2006-05-22 00:10:23 +00:00
gbateson 2cea2a74b4 fixed handling of square brackets in JCloze on older PHP sites. Micro-increment version to 2006050200 (v2.1.19) 2006-05-02 05:18:01 +00:00
gbateson 1872962d5c corrected handling of tables within JCloze text (a lot of vertical space was being added) 2006-04-18 12:20:18 +00:00
gbateson 23efbfa15e improved readability of reg. exp. in adjust_media_urls function 2006-04-16 02:10:14 +00:00
gbateson 0e6e81a4a8 fix "Force Plugins" behavior to correctly detect media players in JavaScript 2006-04-15 08:17:30 +00:00
skodak 354d3295d4 removed outdated xxx_param() functions 2006-04-14 15:57:59 +00:00
gbateson a3d40ea8ae define PARAM_SAFEDIR (constant) and clean_param (function) if required for compatibility with Moodle 1.3 or earlier 2006-04-05 01:28:12 +00:00
gbateson c20b623804 make compatible with PHP 5.1.2 by removing variable assignments in calls to functions e.g. myfunction($a=1); Micro-incremented version number to 2.1.15 2006-03-30 03:17:51 +00:00
stronk7 107919b0d6 Only decode from utf8 if we aren't running under utf8.
Please, test it. Thanks!
2006-03-28 19:18:38 +00:00
stronk7 ef138cea77 Only convert to UTF8 if we aren't running under UTF8.
Please, test this is correct, thanks!
2006-03-28 18:53:16 +00:00
gbateson e7801d39dc improved handling of relative URLs for media files in jqz files 2006-02-24 09:57:25 +00:00
gbateson 4a2360ac71 improved conversion of relative URLs for some Flash players 2006-02-23 21:24:25 +00:00
gbateson e5be91b770 correctly handle HTML entities in readings 2006-02-16 10:17:48 +00:00
gbateson cfbaea0056 small change to get CSS background images displayed on site where PHP's server API is "CGI". Micro increment version number to 2.1.12 2006-02-08 02:47:22 +00:00
gbateson 2266fc893e fix typo: "get_user_preference" => "set_user_preference" 2006-01-21 06:48:23 +00:00
gbateson 05b88e80df addslashes to "name" and "summary" when they are set from the HP quiz file;
increment version to v2.1.10
2006-01-20 11:27:52 +00:00
gbateson 1a4969431c optimzed SQL query in hotpot_get_participants to return only user ids (not whole user record) 2006-01-14 04:04:57 +00:00
mjollnir_ be2ae09442 Replaced mysql specific comments with generic ones in hotpot sql 2006-01-12 23:28:20 +00:00
gbateson 3ebf4ea79e change relative URLs in stylsheets to absolute URLs 2006-01-10 04:06:38 +00:00
gbateson eab7bfe215 defined PARAM_CLEAN if necessary (for mobile template on Moodle<=1.4) 2006-01-08 05:34:31 +00:00
gbateson 0e143b3514 allow "penalties" to be returned from Rottmeier Find-It quizzes 2005-11-18 06:07:02 +00:00
gbateson 7867d9dbce fix error on line 700 when student displays hotpot/index.php 2005-11-10 09:00:17 +00:00
gbateson 29781718a6 changes to allow quizzes in tail of HotPot chains to be visible 2005-11-08 07:48:10 +00:00
defacer 3f754e638c Fixing a typo ("=" to "=>") which killed my Moodle after grabbing the latest CVS. 2005-10-31 01:58:42 +00:00
gbateson 1e2b831839 add PARAM_ALPHANUM for Moodle 1.4 and less 2005-10-30 23:32:07 +00:00
gbateson efc49e0f65 replace relative URLs in <embed> tags 2005-10-23 11:41:40 +00:00
gbateson 1ebc0e6238 allow non alphanumeric chars in filenames when searching for relative URLs, and added $HOTPOT_QUIZTYPE array to map numeric quiz type to text description 2005-10-12 07:07:30 +00:00
gbateson 4af510f604 detect mobile phone browsers and use mobile format if required and available 2005-10-07 05:31:11 +00:00