]> git.mjollnir.org Git - moodle.git/shortlog
moodle.git
2006-09-02 stronk7New function execute_sql_arr() to execute arrays of
2006-09-02 stronk7Skeleton of the view_php helper.
2006-09-02 stronk7Only launch the old upgrade if it exists. It doesn...
2006-09-02 stronk7Don't asume that table and column exist in the migratio...
2006-09-02 stronk7course_sections->summary and course_sections->sequence...
2006-09-02 skodakadded prune() to admin tree class to prevent errors...
2006-09-02 skodakfixed frontpagesettings, install is not useing admin...
2006-09-02 skodakfixed site defaults, reorganized administartion tree...
2006-09-02 ethemRemove +}
2006-09-02 ethemLink to CVV help
2006-09-02 ethemCVV
2006-09-02 ethemLink to ABA help
2006-09-02 ethemABA help
2006-09-02 ethemABA help
2006-09-02 ethemDon't show "Notice: Undefined property: paymentmethod"
2006-09-02 skodakfixed missing }
2006-09-02 skodakdeglobalization of $ADMIN; merged admin/adminlib.php...
2006-09-02 ethemSubmit buttons (ccsubmit, echecksubmit) are no longer...
2006-09-02 ethemBetter handling of forms and configs.
2006-09-02 ethemMoved all static functions in authorize class to localf...
2006-09-02 skodakreplace all uses of isset($USER->id) with empty() to...
2006-09-02 skodakmore install time fixes for new admin code
2006-09-02 skodakfixed defaults for backups during installation
2006-09-02 stronk7Now, not null fields are respected by the UTF-8 migrati...
2006-09-02 skodakfixed admin defaults, some warnings during install...
2006-09-02 moodlerAutomatic installer.php lang files by installer_builder...
2006-09-01 gbatesonimprove detection of PostgreSQL version number
2006-09-01 stronk7Only mysql and postgresql show the UTF-8 migration...
2006-09-01 stronk7Now record_exists_sql() uses the cross-db limit impleme...
2006-09-01 stronk7mssql doesn't support aliases nor position numbers...
2006-09-01 stronk7Introduced one function to calculate the proper "AS"
2006-09-01 ethemEchecks can not be cancelled.
2006-09-01 ethemNew string: paymentmethod
2006-09-01 stronk7New md5key fields and associated indexes.
2006-09-01 ethemFFFFFFFFAAAAAANNNNNNTTTTTAAAAASSSSTTTTTIIIIICCCCC
2006-09-01 ethem+ Don't show AVS message if not applicable.
2006-09-01 moodlerNew installer lang files.
2006-09-01 bobopinnaAdded multi-attemps support
2006-09-01 toyomoyoutf8 migrate support for site with roles active, resolv...
2006-09-01 ethem* New strings for Authorize.net eCheck.
2006-09-01 gbatesonfix bug MDL_6419
2006-09-01 moodlerforum subscriptions use capabilities
2006-09-01 moodlerif role_assign is called by the current user on themsel...
2006-09-01 moodlerMore flexible role_unassign() that allows setting of...
2006-09-01 gbatesoncorrect the detection of HotPot 2.0 backups (from Moodl...
2006-09-01 gbatesonadd md5key field to end of hotpot_questions and hotpot_...
2006-09-01 gbatesonfixed typo on line 2
2006-09-01 gbatesonreplace MySQL-only indexes on text fields (hotpot_quest...
2006-08-31 stronk7user->description can be NULLable (experimenting....)
2006-08-31 stronk7user->description can be NULLable (experimenting....)
2006-08-31 stronk7course_categories->description can be NULLable (experim...
2006-08-31 stronk7course_categories->description can be NULLable (experim...
2006-08-31 stronk7This condition was preventing new installs sometimes
2006-08-31 stronk7This condition was preventing new installs sometimes.
2006-08-31 skodakfixed problem with applying of default settings during...
2006-08-31 skodakfixed default values in apply_default_exception_setting...
2006-08-31 skodak'prefix' can only be defined in config.php, it can...
2006-08-31 rtcn2missing comma inserted line 752, removed comma from...
2006-08-31 stronk7course->modinfo nullable and no default
2006-08-31 stronk7modinfo nullable and without default.
2006-08-31 ethem+ New ENUM field: paymentmethod(cc,echeck);
2006-08-31 tjhuntGive a bit more information to the subclasses.
2006-08-31 stronk7course->modinfo can be NULLable (experimenting....)
2006-08-31 tjhuntMDL-6418 - Grading of multiple choice questions broken
2006-08-31 tjhuntNew function choose_from_menu_yesno
2006-08-31 skodakfixed riskbitmask problems, sorry :-(
2006-08-31 ethemIf the method is AN_METHOD_CC submit cclastfour, don...
2006-08-31 ethemFixed fixo.
2006-08-31 tjhuntClarified comment.
2006-08-31 bobopinnaFixed a typo
2006-08-31 bobopinnaFixed context selection
2006-08-31 skodakremoving trustbitmask for now and comment from riskbitmask
2006-08-31 thepurpleblobFixed syntax error.
2006-08-31 toyomoyoadding capabilities
2006-08-31 skodakcapability riskbitmasks and user trustbitmask patch...
2006-08-31 bobopinnaAdded capability support
2006-08-31 moodlerClean up for role_assign()
2006-08-31 ethemIf the merchant does not accept ACH (echeck) method...
2006-08-31 moodlerAdded "enrol" parameter to role_assign which records...
2006-08-31 skodakredirect() now always respects delay 0 if specified...
2006-08-31 moodlerMore robustness fixes for accesslib
2006-08-31 ethemAdded Echeck UI validation.
2006-08-31 moodlerMore defensive get_parent_cats()
2006-08-31 moodlerSome robustness when loading capabilities
2006-08-31 moodlerRemoved tabs
2006-08-31 stronk7Minor modifications to oci8po generator (max 38 for...
2006-08-31 stronk7Block plugin tables can use the XMLDB install & upgrade
2006-08-30 stronk7Block core blocks tables can use the XMLDB install...
2006-08-30 stronk7Small rework of the main install/upgrade script. Everyt...
2006-08-30 cap2501Updated front-end display to accurately represent how...
2006-08-30 cap2501Switched over to using moodle commands instead of direc...
2006-08-30 stronk7Now backup tables can use the XMLDB install & upgrade
2006-08-30 stronk7Triple "l" were preventing new installations to be...
2006-08-30 stronk7Minor separations...
2006-08-30 stronk7Now plugins (qtypes and enrols) can use the XMLDB insta...
2006-08-30 ethemUser fields for ECHECK
2006-08-30 cap2501Added the 'delete' methods back nessicary to change...
2006-08-30 ethemSome UI stuff for ECHECK
2006-08-30 ethemAutoconfigure credit card types. This is not a Makefile...
2006-08-30 stronk7Just "normalizing" index names inside the XMLDBEditor...
next