]> git.mjollnir.org Git - moodle.git/shortlog
moodle.git
2007-10-08 stronk7ANSI join ON clauses should contain only the join condi...
2007-10-08 skodakMDL-11653 undefined rcache in /lib/dmllib.php during...
2007-10-08 stronk7Bump. MDL-11605
2007-10-08 stronk7Adding one new index to cache_text table. User to make...
2007-10-08 nfreearFixes MDL-11648, "Required" is inappropriate text for...
2007-10-08 nicolasconnaultCreating course grade_category and course grade_item...
2007-10-08 nicolasconnaultMaking the overview report viewable by student role...
2007-10-08 toyomoyodropping context_rel table
2007-10-08 ikawheroOnly include data from field types that are "small"
2007-10-08 moodlerSome fixes to make preferences work correctly (if not...
2007-10-08 ikawheroInclude custom profile fields when setting up a user...
2007-10-08 ikawheroNew function to return a partial user object with the...
2007-10-08 moodlerCleaner saving of grader report prefs
2007-10-08 ikawheroCheck to ensure custom profile fields do not have same...
2007-10-08 moodlerRe-ordered some preferences to be a bit more logical
2007-10-08 toyomoyoMDL-11633, changing import to use $mform->getdata(...
2007-10-08 gbatesonadded escaping of quotes in TimesUp message, so that...
2007-10-08 moodlerFixed typo from MDL-11642, thanks Gary
2007-10-08 toyomoyoMDL-11616, adding activity link back for hidden grade...
2007-10-08 toyomoyousing correct capability for displaying activity report...
2007-10-07 dimlfixes a bug in resource_get_physical_file(...) when...
2007-10-07 dimladd an override for system limits (execution time ...
2007-10-07 dimlchanging access resolution for buttons labels
2007-10-07 dimlunconsistent file
2007-10-07 dimlstring nl translations for search block
2007-10-07 dimlstring fr translations for search block
2007-10-07 dimlstring en translations for search block
2007-10-07 dimladding dutch translation for search engine
2007-10-07 dimlfix access check function for documents bug $context...
2007-10-07 skodakMDL-11618 removed the inherit override from decimals...
2007-10-07 stronk7Adding some traces here and there
2007-10-07 moodlerMore passing around of context information to speed...
2007-10-07 moodlerAdded some hooks to increase debugging in admin/cron.php
2007-10-07 skodakMDL-11448 FirstClass Authentication does not hold setti...
2007-10-07 skodakfixed defaults and hardcoded lang strings in performanc...
2007-10-07 skodakMDL-11568 prevent warning from $USER->mnehostid when...
2007-10-07 skodakMDL-11304 remerging fixes
2007-10-07 moodlerRemoved some blank lines MDL-11632
2007-10-07 skodakMDL-9636 grade import fixes - allow null grades, no...
2007-10-07 skodakMDL-11611 reimplemented displaytype and decimals disabl...
2007-10-07 skodakMDL-11622, MDL-11623 xml import/export now uses user...
2007-10-07 moodlerMerged blog theme/lang fixes from MDL-10833
2007-10-06 pichetpchecking that there remain $oldwrappedids before deleti...
2007-10-06 pichetpmissing global $CFG ; line 577
2007-10-05 stronk7ORPHAN_USER_LASTACCESS_PROBLEM . MDL-11604
2007-10-05 skodakMDL-11621 removed recursion from create_contexts()
2007-10-05 skodakMDL-11621 new create_contexts() function that makes...
2007-10-05 skodakMDL-11521 fixed problems when creating contexts and...
2007-10-05 skodakfixed whitespace
2007-10-05 moodlerSome SQL fixes to avoid putting 'quotes' around integer...
2007-10-05 skodakMDL-11576 grader report - if user can not see hidden...
2007-10-05 moodlerPass $modcontext down through the functions so that...
2007-10-05 moodlerGet imagealt during outer loops so that print_user_pict...
2007-10-05 moodlerEfficiency improvements to bring some SQL statements...
2007-10-05 moodlerSmall efficiency improvement for print_user_picture...
2007-10-05 toyomoyoMDL-11549, print_user() should also check user context...
2007-10-05 nicolasconnaultMDL-11500 Catching empty $coursemod when viewhiddensect...
2007-10-05 nicolasconnaultMDL-11519 Commented out the Ajax option
2007-10-05 nicolasconnaultMDL-11525 When courseid is not present in the log entry...
2007-10-05 toyomoyomerged fix for MDL-10353, calendar export not handing...
2007-10-04 skodakMDL-11580 support for hidden state modification in...
2007-10-04 wildgirlMDL-11492 help file re-write
2007-10-04 stronk7Reset possible changes by blocks to time_limit. MDL...
2007-10-04 stronk7Reset possible changes by modules to time_limit. MDL...
2007-10-04 skodakMDL-11599 missing return statement
2007-10-04 tjhuntMDL-11580 - refinement to Yu's checkin, including remov...
2007-10-04 moodlerAdded some default roles that should have moodle/grade...
2007-10-04 nicolasconnaultRe-enabling inherit options for range and average rows...
2007-10-04 nicolasconnaultRe-enabling inherit options for range and average rows...
2007-10-04 moodlerJust a little tidying up in the user report (padding)
2007-10-04 skodakMDL-11582 switch category item only if it is really...
2007-10-04 skodakmoving the class instantiation a bit earlier so that...
2007-10-04 skodakMDL-11582 switch category item only if it is really...
2007-10-04 toyomoyoMDL-11580, hide quiz grades when user has no grade...
2007-10-04 nicolasconnaultMDL-11576 Added the groupsql clause to has_hidden_grades
2007-10-04 nicolasconnaultMDL-11576 New grade_item method has_hidden_grades(...
2007-10-04 nicolasconnaultInstantiating a full $grade_item object, otherwise...
2007-10-04 toyomoyoMDL-11544, tags migrate script postgres db problem
2007-10-04 nicolasconnaultMDL-11581 Implemented gradedisplaytype in user reports
2007-10-04 moodlerLatest tags file
2007-10-04 moodlerFIxed a string name which changed
2007-10-04 gbatesonuse target="$CFG->framename" instead of $CFG->frametarg...
2007-10-04 toyomoyomerged fix for MDL-10353, after setting preferences...
2007-10-04 moodlerAutomatic installer.php lang files by installer_builder...
2007-10-03 skodakprevent returning of invalid array from get_course_mana...
2007-10-03 skodakMDL-11587 new grade_seq class similar to grade_tree...
2007-10-03 skodakMDL-11583 fixed use of capability moodle/grade:managele...
2007-10-03 skodakMDL-11585 false is not allowed default in admin_setting...
2007-10-03 stronk7Moving some uses of deprecated functions to recordsets
2007-10-03 mudrd8mzMDL-11344 Reverting commit 1.145 and keeping deprecated...
2007-10-03 stronk7Moving 3 functions from datalib to deprecatedlib. Only...
2007-10-03 skodakMDL-11143 fixed defaultfrongpageroleid typo and fixed...
2007-10-03 skodakfixed context parameter in has_capability() call
2007-10-03 skodakfixed incorrect use of forum contexts in search/documents/*
2007-10-03 exe-cutorAdapted README due to attribute requirement change
2007-10-03 moodlerFixed longtimenosee unenrolments. user_lastaccess...
2007-10-03 nicolasconnaultMDL-11482 Resolved the sum icon issue (added a new...
2007-10-03 moodlerDon't use the 100 limit for debugging in anything lower...
2007-10-03 skodakMDL-11566 site summary now optional
2007-10-03 moodlerFixed some notices but this needs review from Petr...
next