]> git.mjollnir.org Git - moodle.git/shortlog
moodle.git
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...
2006-09-22 moodlerSOme changes for Roles
2006-09-22 moodlerRemoved some old debugging
2006-09-22 stronk7mini-bump
2006-09-22 stronk7Now cache_text->formattedtext is a longtext again.
2006-09-22 ethemisguest() to has_capability('moodle/legacy:guest',...
2006-09-22 urs_hunkler'merged from 1.6 - reduced the distance above the foote...
2006-09-22 nfreearFixes bug MDL-6548 "blog_menu block should use lists"
2006-09-22 ethemSome cleanup.
2006-09-22 ethemLast commit for enrol_student().
2006-09-22 ethem+ Changed deprecated enrol_student() function to enrol_...
2006-09-22 moodlerMerged fixes from 1.6
2006-09-22 moodlerFixed a typo for enrol_into_course(), thanks Ethem
2006-09-22 ethemNo need get_student_courses() and get_teacher_courses...
2006-09-22 ethemChanged deprecated enrol_student() function to enrol_in...
2006-09-22 mjollnir_fixing stats_get_course_users. my brain hurts
2006-09-22 dwoolheadPrevent 'Warning: Invalid argument supplied for foreach...
2006-09-22 mjollnir_set config statsupgraded during install so we don't...
2006-09-22 sam_marshallOoops. The following-HTTP-standard absolute-path redire...
2006-09-22 mjollnir_added missing indexes in stats upgrade, fixed discrepen...
2006-09-22 mjollnir_fixing up the stats table enums
2006-09-22 stronk7Fixed bug about all chars being created with length...
next