]> git.mjollnir.org Git - moodle.git/shortlog
moodle.git
2006-08-24 tjhuntDuring the conversion datalib -> ddllib, Eloy removed...
2006-08-24 tjhuntMDL-4816 Fix silly error in my commit for this bug.
2006-08-24 tjhuntFix Eclipse warnings.
2006-08-24 tjhuntFix PHP syntax error. I wish more developers used Eclipse.
2006-08-24 tjhuntMDL-5969 Let multiple choice questions have feedback...
2006-08-24 tjhuntFixed syntax error in a PHPdoc comments.
2006-08-24 tjhuntFixed syntax error in a PHPdoc comment.
2006-08-24 vinkmarAdded support for phpMyAdmin plugin.
2006-08-24 moodlerFIxed roles button on blocks
2006-08-24 moodlerFormatting fixes
2006-08-24 moodlerFIxed some notices
2006-08-24 moodlerEd Coyne's AJAX course format, with some cleanups done.
2006-08-24 moodlerFIxing Ed's mistaken checkin
2006-08-24 danmarsdenMDL-4493 issue with 405 pages for IIS users - must...
2006-08-23 tjhuntMDL-4816 Short answer question type considers '100...
2006-08-23 tjhuntClarified comment.
2006-08-23 tjhuntMDL-6338 - Short answer questions with ' in the answer...
2006-08-23 tjhuntFix getting the context. It did not work during questio...
2006-08-23 tjhuntGet the contexts without referring to undefined variables.
2006-08-23 stronk7Adding one PHP close tag that has been missing (but...
2006-08-23 tjhuntGet the contexts without referring to undefined variables.
2006-08-23 thepurpleblobMerged from STABLE
2006-08-23 tjhuntImproved one language string. Thank Mitshiro Yoshida.
2006-08-23 moodlerAdding a copyright notice, and mentioning MDL-3717...
2006-08-23 toyomoyochanging default override values
2006-08-23 toyomoyorenamed variable so that it doens't get recycled
2006-08-23 vyshaneRemoved forum_get_course_forum for forum type teacher.
2006-08-23 vyshaneFixed notice
2006-08-23 toyomoyovarious changes - loading capabilities for questions...
2006-08-23 toyomoyofixing a typo
2006-08-23 toyomoyofix for MDL-6326, add support for quiz_feedaback table
2006-08-23 moodlerFixed context caching (wasn't using globals)
2006-08-22 skodakdebug off level is now 5 instead of 7 to prevent E_WARN...
2006-08-22 skodakreverting wrong commit, sorry :-(
2006-08-22 skodakdebug off level is now 5 instead of 7 to prevent E_WARN...
2006-08-22 skodakfixed trailing whitespace in last commit :-(; merged...
2006-08-22 stronk7Normalizing a bit all the float/double generators.
2006-08-22 skodakRewritten help.php by Tim Hunt with minor fixes - SC...
2006-08-22 stronk7quiz_feedback added to XMLDB
2006-08-22 stronk7Small typo. ;-)
2006-08-22 tjhuntSC 299. Merged from MOODLE_16_STABLE.
2006-08-22 stronk7Change rule to tzrule (reserved word)
2006-08-22 stronk7Updated using tzdata2006j
2006-08-22 stronk7Change rule to tzrule (reserved word)
2006-08-22 tjhuntFix an obvious typo in the roles and permissions code.
2006-08-22 tjhuntFix Eclipse warnings.
2006-08-22 tjhuntFix Eclipse warnings.
2006-08-22 tjhuntWork round Eclipse warning.
2006-08-22 tjhuntFix Eclipse warnings.
2006-08-22 tjhuntMDL-5270 - give students a feeback comment for their...
2006-08-22 stronk7One trick to allow pseudo-null Oracle insertions. Let...
2006-08-22 tjhuntUnbreak roles and permission on Postgres yet again.
2006-08-22 stronk7Standard naming now user FOUR char for tables (to avoid
2006-08-22 tjhuntReverting toyomoyo's conversion of mod/quiz/view.php...
2006-08-22 tjhuntFix toyomoyo's syntax errors.
2006-08-22 toyomoyosome quiz capabilities
2006-08-22 vyshaneRemoved deprecated teacher forum type
2006-08-22 vyshaneRemoved deprecated forum type teacher.
2006-08-22 vyshaneAdded prevent for mod/prevent:createattachment for...
2006-08-22 vyshaneUpgrade now works. Needs more testing.
2006-08-22 vyshaneFixes:
2006-08-22 vyshaneBug fixes:
2006-08-22 vyshaneRemoved forum->open config since roles will take over...
2006-08-22 vyshaneNeed to pass the module id and not the object to add_co...
2006-08-21 skodakfixed some notices in scheduled backup; merged from...
2006-08-21 stronk7Solved hh (horrible-hidden) bug in backup_scheduled...
2006-08-21 stronk7Changed level (reserved word) to aggregatelevel.
2006-08-21 stronk7Reducing the list of MSSQL reserved words to the efectively
2006-08-21 stronk7Reducing the list of PG reserved words to the efectively
2006-08-21 vyshaneFixed bug - empty teacher forums (deleted) should not...
2006-08-21 toyomoyosome capabilities for quiz and questions, need to load...
2006-08-21 vyshaneRemoved $forum->open, $forum->assesspublic from code...
2006-08-21 skodakimport of ADODB v4.91 and general cleanup, removed...
2006-08-21 cap2501Semi-final version
2006-08-21 cap2501Main JS file for topic - ajax course format (still...
2006-08-21 cap2501Restful interface for AJAX course format
2006-08-21 toyomoyofix for bug #6307, reserved word 'level' changed to...
2006-08-21 vinkmarchanges made to ensure compatibility with core admin...
2006-08-21 vinkmarchanges made to ensure compatibilty with core admin...
2006-08-21 vinkmarfixed tabs, fixed potential notices for undefined varia...
2006-08-21 toyomoyofix for 6294
2006-08-21 mchampanComments, update logic improved, rest of module add...
2006-08-20 stronk7$statement_end for Oracle changed to "/" because standard ;
2006-08-20 tjhuntBug #6305 - Quiz settings form field order could be...
2006-08-20 stronk7Setting some ADOdb variables properly and calling to...
2006-08-20 stronk7Added the configure_dbconnection() function to be executed
2006-08-20 stronk7Since PostgreSQL 7.4 the precision given for float...
2006-08-20 stronk7MySQL doesn't like any name on its primary keys (neithe...
2006-08-20 stronk7Although difficult, now all the key/index/sequence...
2006-08-20 stronk7Added the install_from_xmldb_file() function that
2006-08-20 tjhuntBug #6303 - True / False applies penalty factor wrongly...
2006-08-20 tjhuntFix Eclipse warnings.
2006-08-20 stronk7Core tables XMLDB installation is now working. Disabled...
2006-08-20 stronk7First commit for the progressive adoption of ADODB...
2006-08-20 vinkmarMore PHP4 compatibility issues fixed.
2006-08-19 skodakfixed short php tag and end tag in comment
2006-08-19 moodlerFixing some strings
2006-08-19 moodlerFixed up get_user_roles to remove notices
2006-08-19 tjhuntRenamed unit tests to match Eloy's work.
2006-08-19 vinkmarAdded paramtypes (mandatory) to all text field objects.
next