]> git.mjollnir.org Git - moodle.git/shortlog
moodle.git
2006-09-24 skodakfixes for recent incorrect index updates
2006-09-24 stronk7Now Oracle generator is able to change the precision...
2006-09-24 jamiesenseiThis is a demo of the experimental formslib. It is...
2006-09-24 jamiesenseiThis is a first cut of a new formslib.php a library...
2006-09-24 moodlerWhen getting users by capability then exclude those...
2006-09-24 stronk7MSSQL alter field is exactly the standard one but with...
2006-09-24 stronk7XMLDB generators can return empty arrays if there is...
2006-09-24 stronk7Minor change to test to exclusively test the change...
2006-09-24 vyshaneMerged fix for MDL-6615.
2006-09-24 stronk7Add skip parameters to one getFieldSQL call requiring...
2006-09-24 stronk7Finally PostgreSQL seems to be working now.... I've...
2006-09-24 vyshaneRemoved isteacher from function print_recent_activity_n...
2006-09-24 moodlerMore tidy-ups
2006-09-24 moodlerGiving the capabilities a bit more room on smaller...
2006-09-24 moodlerRemaining capability strings
2006-09-24 moodlerAdd header classes to headers
2006-09-24 vyshaneUpdated comment
2006-09-24 vyshaneChanged <module>_print_recent_activity() functions...
2006-09-24 vyshaneRemoved the following module configurations (converted...
2006-09-24 moodlerBetter use of mod/quiz:view to hide quiz information...
2006-09-24 moodlerVarious new strings, mostly capability names
2006-09-24 skodakone more sanity check for role overrides
2006-09-24 moodlerAdd some more checking of input and permissions
2006-09-24 moodlerExtend the require_login in require_capability a bit
2006-09-24 skodakuser upload cap renamed to moodle/site:uploadusers
2006-09-24 skodakuploading of users has new capability 'moodle/user...
2006-09-24 moodlerFixed a notice
2006-09-24 moodlerCorrected accidental language-changing because of lang...
2006-09-24 moodlerSimplified a bit and removed a notice
2006-09-24 skodakdo not display guest when browsing users
2006-09-24 skodakroles fixed in user browsing page; admin section now...
2006-09-24 moodlerHandle site-level block names in capability settings too
2006-09-24 moodlerFunction stub, as suggestion towards MDL-6678
2006-09-24 moodlerAdded some strings describing risks
2006-09-24 stronk7Changed one LIMIT to a cross-db WHERE clause
2006-09-24 moodlerAdded styles to the role editing/viewing list, as well...
2006-09-24 stronk7Prevent Unique Keys generation. Instead use unique...
2006-09-24 moodlerWhen not editing, then let's disable the radio buttons
2006-09-24 stronk7Given one xmldb_field, finds its name in DB
2006-09-24 skodakfixed warning in hotpot lib when running cron from...
2006-09-24 skodakadded trustbitmask column to user table
2006-09-24 mjollnir_fixes to activity stats processing for dailies
2006-09-24 mjollnir_more work on stats reports ...
2006-09-24 moodlerMake sure buttons don't wrap
2006-09-24 moodlerRemoved the "then" string, no need for it
2006-09-24 moodlerFixed notice() so that you can pass a course if you...
2006-09-24 moodlerRemoved some possible notices
2006-09-24 moodlerBetter errors
2006-09-24 moodlerTidied up error reporting in course overview
2006-09-24 mjollnir_more fixing on reports
2006-09-24 stronk7Typo
2006-09-24 stronk7Change slighty the tests...
2006-09-24 stronk7Now Oracle supports the first part of alter table alter...
2006-09-24 stronk7Inserted two more test
2006-09-23 mjollnir_accidently left in debugging stuff in stats reports
2006-09-23 stronk7adding some more tests
2006-09-23 stronk7adding support for some more options
2006-09-23 stronk7mark rename table as not implemented
2006-09-23 stronk7adding support for alter columns
2006-09-23 stronk7mysql alter table alter column is "modify column"
2006-09-23 stronk7mssql doesn't support default clause in alter table...
2006-09-23 mark-nielsenFix for MDL-6628: the lesson object was not being clone...
2006-09-23 mark-nielsenMoved endofbranch redirect up to avoid double printing...
2006-09-23 mark-nielsenFixed alignment issue in IE
2006-09-23 mark-nielsenFixed branch table buttons to work with JavaScript...
2006-09-23 moodlerPutting the files back to plain JS files
2006-09-23 moodlerUse AJAX for weekly formats too. HOWEVER, there are...
2006-09-23 moodlerJust tidying up the code
2006-09-23 moodlerFurther centralising of course AJAX and cleanup of...
2006-09-23 moodlerNow using the generic course/rest.php instead of the...
2006-09-23 moodlerMoved the REST interface for course modification from
2006-09-23 moodlerbe a bit more forgiving of lang parameter
2006-09-23 moodlerStrip all tags from role names before use
2006-09-23 skodakrole sortorder column now has unique index; new functio...
2006-09-23 moodlerWhen getting lists of roles, put role names through...
2006-09-23 mjollnir_fixes to the stats processing. Credit: Geoff Cant ...
2006-09-23 mjollnir_fixing reports
2006-09-23 mjollnir_more work on stats - reports this time
2006-09-23 skodaktowards unique role sortorder - fixes for create_role...
2006-09-23 mjollnir_follow correct naming convention when fetching legacy...
2006-09-23 skodakdebugging and error reporting level fixes and improveme...
2006-09-23 stronk7Moving a bunch of database module fields to NULLable
2006-09-23 mjollnir_fixing typo in stats upgrade I just made
2006-09-23 mjollnir_lots of fixes to stats, more to come
2006-09-23 moodlerRewrote much of this to add
2006-09-23 moodlerFurther fixes for MDL-6601 ... that should be complete...
2006-09-23 moodlerAutomatic installer.php lang files by installer_builder...
2006-09-23 mark-nielsenFixed a label
2006-09-22 skodakfixed error in fetch_context_capabilities() when no...
2006-09-22 skodakrole ui minor cleanup
2006-09-22 skodakrole assign and override code fixes + other minor changes
2006-09-22 stronk7Now using ADOdb standard transactions. Some day, we...
2006-09-22 skodakPartially reversed patch for http://tracker.moodle...
2006-09-22 moodlerFirst pass at a fix for MDL-6601 (delete contexts...
2006-09-22 moodlerFixing MDL-6636, reference to file that is now gone...
2006-09-22 stronk7Detect Oracle Database Encoding in order to set CFG...
2006-09-22 moodlerReplacing some old strings I should not have deleted...
2006-09-22 ethemSome cleanup for cron.
2006-09-22 moodlerFixes to user new Roles
2006-09-22 stronk7Minor fix to be able to drop tables without prefix...
next