]> git.mjollnir.org Git - moodle.git/shortlog
moodle.git
2006-09-27 moodlerAdd eu to allowed domains
2006-09-27 sam_marshallWiki: Improve page locking to make it more robust and...
2006-09-27 sam_marshallWiki: correct behaviour in Postgres with pages that...
2006-09-27 sam_marshallWiki: correct column type on Postgres update (fixes...
2006-09-27 sam_marshallWiki: Fix wiki-linking to not be case-sensitive.
2006-09-27 sam_marshallChanged wiki help to clarify that the wiki markup only...
2006-09-27 skodakfixed incorrectly quoted $LIKE in forum recent activity sql
2006-09-27 skodakfixed default proxyport value
2006-09-27 skodakfixed incorrect user id when updating in uploaduser.php
2006-09-27 moodlerFIxed up log headers etc MDL-6714
2006-09-27 toyomoyoadding support for roles in backups
2006-09-27 moodlerCHecking Enrique Castro's fix for MDL-6366, to help...
2006-09-27 moodlerFixed MDL-6334 by removing the group-setting popup
2006-09-27 moodlerSome more debugging in course/rest.php (to error log)
2006-09-27 moodlerFixed a possible notice
2006-09-27 moodlerSome extra changes from the duplicate work I did on...
2006-09-27 moodlerFixes for empty logs array MDL-6145
2006-09-27 vyshaneReverting first until we have a fix for converting...
2006-09-27 vyshaneCONTEXT_MODULE should really be CONTEXT_BLOCK
2006-09-27 bobopinnaAdded skipview field backup and restore
2006-09-26 stronk7Added support for add_index() and drop_index()
2006-09-26 stronk7XMLDBTable wrappers to create and drop indexes
2006-09-26 stronk7Now all the generators support creating and dropping...
2006-09-26 stronk7Adding test for create index and drop index.
2006-09-26 stronk7Fix one place where index->type was being used instead...
2006-09-26 skodakcoverted /admin/ to proper /$CFG->admin/ in paths
2006-09-26 skodakupgradesettings.php now using the same CSS as settings...
2006-09-26 skodakupgradesettings.php now using the same CSS as settings.php
2006-09-26 urs_hunkler'changed width of label from 40% to 30% to make the...
2006-09-26 urs_hunkler'added width and height to qfrow to make it render...
2006-09-26 skodakfixed legacy comment upgrade code in assignment and...
2006-09-26 stronk7Added support for PHP generation on create/drop/rename...
2006-09-26 stronk7Replaced XMLDB own implementation of the concat functio...
2006-09-26 stronk7One wrong use of onespace2empty() - an strange function...
2006-09-26 stronk7Don't CREATE OR REPLACE TRIGGER but just CREATE it
2006-09-26 mitsBrushed up theme oceanblue.
2006-09-26 stronk7Increasing log_display->field because sql_concat()...
2006-09-26 stronk7Ops, scorm->skipview default must be 1
2006-09-26 jamiesenseimodified api to create an htmleditor element
2006-09-26 stronk7copy/paste typo
2006-09-26 stronk7Adding scorm->skipview to PostgreSQL
2006-09-26 stronk7Adding scorm->skipview to XMLDB file!
2006-09-26 bobopinnaAdded the new features MDL-4482 and MDL-6534 (Course...
2006-09-26 bobopinnaFixed a bug in mode selection
2006-09-26 bobopinnaAdded skip view page feature
2006-09-26 jamiesenseiadding static element class to registry of Moodleform...
2006-09-26 urs_hunkler'added space before styles_form to correct CSS loading'
2006-09-26 jamiesenseifile describing a static form element for moodle with...
2006-09-26 moodlerChecked in Nick's patch from MDL-6699 to aid installati...
2006-09-26 moodlerAdded a PEAR extension that was missing, and permission...
2006-09-26 jamiesenseichanged some assignments to assignment by reference...
2006-09-26 bobopinnaFixed a problem with Firefox
2006-09-26 bobopinnaDowngraded a new feature to fix the module
2006-09-26 jamiesensei* added error message for setHelpButton method not...
2006-09-26 mitsBrushed up theme oceanblue.
2006-09-26 skodakadmin bookmark cleanup
2006-09-26 moodlerWe have permission for HTML_Quickform and HTML_Common
2006-09-26 toyomoyomore changes, restoring of role assignments now work...
2006-09-26 skodakfixed another missing global $CFG
2006-09-26 vyshaneFix for MDL-3975. Also added function in rsslib.php...
2006-09-26 bobopinnaMoved in datamodels directory
2006-09-26 bobopinnaNot used for now
2006-09-26 skodakbasic validation fix for text admin settings
2006-09-26 bobopinnaSplitted all the scorm/aicc library in type separeted...
2006-09-26 bobopinnaFixed a problem with reporting and multiattempts
2006-09-26 bobopinnaFixed some problems with reporting and multiattempts
2006-09-26 skodakfixed defaults
2006-09-26 moodlerUpdated README for MDL-6693
2006-09-26 skodakfixed autologinguests warning
2006-09-26 skodakfixed missing global $CFG
2006-09-26 skodakfile delete and rename warnings polished
2006-09-26 toyomoyocorrect xml parsing for mod level assignment and override
2006-09-26 martinlanghoffuser: remove deprecated sql_paging_limit(), use offset...
2006-09-26 martinlanghoffmod/lesson, mod/quiz: remove deprecated sql_paging_limi...
2006-09-26 martinlanghoffmod/quiz: remove deprecated sql_paging_limit(), use...
2006-09-26 martinlanghoffdmlib: set_field() now has the Oracle DIRTY HACK too!
2006-09-26 martinlanghoffdmlib: Add Oracle dirty hack cleanup to recordset_to_me...
2006-09-26 martinlanghoffsql_concat(): fixed param order thinko -- and now it...
2006-09-26 martinlanghoffsearch: removed dbtype-specific select - MySQL can...
2006-09-26 martinlanghoffsearch: fixed mysql-isms - tablenames without prefix...
2006-09-26 martinlanghoffsearchlib can use sql_ilike too!
2006-09-26 martinlanghoffdata, forum, glossary: use sql_ilike() for a portable...
2006-09-26 martinlanghoffsql_ilike() -- added notes on Oracle support or lack...
2006-09-26 martinlanghoffmessage/lib.php: use sql_ilike()
2006-09-26 martinlanghoffmod/glossary, mod/hotpot: use sql_concat() and sql_conc...
2006-09-26 martinlanghoffIntroducing sql_concat_join($sep, $array) helper
2006-09-26 martinlanghoffmessage_history_link() - replace use sql_concat() and...
2006-09-26 martinlanghoffmod/quiz: replace $db->Concat() with sql_concat()
2006-09-26 martinlanghoffcourse/lib.php: remove unused global
2006-09-26 martinlanghoffUse sql_concat() in course/lib.php
2006-09-26 martinlanghoffIntroducing sql_concat() - and use it in sql_fullname()
2006-09-26 mjollnir_recredited the sql_primary_role_subselect function...
2006-09-26 moodlerChanging error to notify so that it's not fatal (and...
2006-09-26 moodlerMoved Penny's funky sql function into dmllib.php
2006-09-26 toyomoyofixing a get_record bug (multiple instances)
2006-09-26 moodlerChanged CONTEXT_SITE to CONTEXT_SYSTEM MDL-6506
2006-09-26 mitsBrushed up theme oceanblue.
2006-09-26 moodlerAutomatic installer.php lang files by installer_builder...
2006-09-26 vyshaneFixed bug in forum_make_mail_post()
2006-09-26 toyomoyofixing missing $
next