]> git.mjollnir.org Git - moodle.git/shortlog
moodle.git
2007-01-25 moodlerPrettied up RSS pages a bit
2007-01-25 moodlerFixed "can't add RSS feed" bug MDL-8180
2007-01-25 ikawheroUsing new function to print out custom categories and...
2007-01-25 ikawheroPlaced the work behind printing out the categories...
2007-01-25 moodlerAdded some documentation and renamed thngs for clarity
2007-01-25 moodlerFixes to styles and new images to finalise new tabs...
2007-01-25 moodlerImproved classes for new tabs MDL-7782
2007-01-25 vyshaneMerged from 1.7.
2007-01-25 skodakMDL-8096 - fixed footer
2007-01-25 skodakMDL-8096 - user edit form splitting, refactoring, clean...
2007-01-24 donal72Mnet: We haven't been updating the last_connect_time...
2007-01-24 donal72Mnet: Minor: Fix a comment
2007-01-24 martinlanghoffmnet: $CFG->mnet_dispatcher_mode - ensure we set it...
2007-01-24 bobopinnaAdded conditional rename/add for field external
2007-01-24 stronk7Modified a bit the child iterator that wasn't working...
2007-01-24 stronk7Prevent rename_field() to be executed if no full specs of
2007-01-24 stronk7Add full specs for current field in rename_field() PHP
2007-01-24 bobopinnaChanged drop and add with rename
2007-01-24 jamiesenseifixed some small typos I introduced.
2007-01-24 moodlerNew IE-only css
2007-01-24 moodlerNew pix from Urs
2007-01-24 moodlerA small bug in rename_field means that you need to...
2007-01-24 bobopinnarenamed external to updatefreq
2007-01-24 bobopinnarenamed field external changed it to updatefreq
2007-01-24 moodlerAdded some new settings to theme config.php so that...
2007-01-24 csantossaenzAdded code to the scorm_view_display function to update...
2007-01-24 csantossaenzAdded code to the scorm_cron function to update the...
2007-01-24 moodlerAdded some docs from MDL-6798
2007-01-24 vyshaneMerged from 1.7
2007-01-24 martinlanghoffmnet: auth/mnet cron() now clears out stale sessions...
2007-01-24 martinlanghoffmnet: fix SSO breakage if the same user was using multi...
2007-01-24 vyshaneUI now selects the relevant grouping and/or group when...
2007-01-23 donal72Mnet: Bugfix for rev 1.10: Update user's enrolment...
2007-01-23 donal72Mnet: Restore query to check that an outgoing RPC...
2007-01-23 donal72Mnet: Users mnethostid now defaults to the admin user...
2007-01-23 donal72Auth: Typo fix: exprire -> expire MDL-8151
2007-01-23 donal72Mnet: Rename field: access to accessctrl for Oracle...
2007-01-23 martinlanghoffmnet: as reported by Eloy - login failures should be...
2007-01-23 nfreearFixes incorrect group function documentation (MDL-7380)
2007-01-23 nfreearFixes bug MDL-8234, "New groups code & AS keyword"...
2007-01-23 nfreearFixes bug MDL-8234, "New groups code & AS keyword"
2007-01-23 stronk7$form is an object (from data_submitted).
2007-01-23 stronk7Changing some more incorrect uses of get_records and...
2007-01-23 stronk7WHERE '1' is not cross-db. MDL-8280
2007-01-23 skodakMDL-8096 two submit buttons not needed anymore now...
2007-01-23 skodakMDL-8096 fixed country selection
2007-01-23 moodlerSet some sizes on the selects for group management...
2007-01-23 moodlerAdded a summary to layout tables "layout tables" for...
2007-01-23 vyshaneFixed some JS issues for IE. MDL-8183.
2007-01-23 vyshaneFix for MDL-6966.
2007-01-23 moodlerAdded styles to support recent changes to MDL-8101
2007-01-23 moodlerFixed up styles for simple boxes see MDL-8101
2007-01-23 vyshanePEAR Services_JSON.
2007-01-23 moodlerFIxed site identifier
2007-01-23 moodlerLittle fix for typo (see MDL-8061)
2007-01-23 moodlerAutomatic installer.php lang files by installer_builder...
2007-01-23 donal72Mnet: Update user's enrolment information on jump...
2007-01-23 moodlerFIxed extra debugging info
2007-01-23 moodlerFixed a typo
2007-01-22 stronk7Changing some stripslashes() to stripslashes_safe(...
2007-01-22 skodakMDL-8250 moved version include before main install...
2007-01-22 skodak(MDL-8250) install/upgrade autopilot
2007-01-22 skodakMDL-8262 fixed require_course_login and $COURSE logic
2007-01-22 skodakMDL-7861 fixed regression caused by one of previous...
2007-01-22 stronk7Adding FK + Unique Indexes to the groups module. MDL...
2007-01-22 stronk7Fix XMLDBEditor for groups. Wasn't being intanciated...
2007-01-22 skodakremoved xhtml strict todo comment - already fixed
2007-01-22 csantossaenzCorrected a warning related to a variable which could...
2007-01-22 moodlerMade is_mnet_remote_user() a bit more robust ...
2007-01-22 vyshaneFixed MDL-8183.
2007-01-22 vyshaneFixed loader image removal. MDL-8183.
2007-01-22 martinlanghoffmnet: update_enrolments() WIP
2007-01-22 martinlanghoffmnet: remove extra paranoid check in the mnet xmlrpc...
2007-01-22 martinlanghoffmnet: send user enrolment information from SP to IDP...
2007-01-22 moodlerWhoops, forgot to set the cache :-) MDL-8149
2007-01-22 moodlerA little bit of caching for get_my_courses, related...
2007-01-22 martinlanghoffmnet: print_remote_host() must be xhtml strrrrikt!
2007-01-22 martinlanghoffdebugging() - tell us who/where/when called us, like...
2007-01-22 martinlanghoffmnet: remove debugging statements
2007-01-21 stronk7Convert DB lang fields to 30cc. Part of MDL-7157
2007-01-21 stronk7Convert DB lang fields to 30cc. Part of MDL-7157
2007-01-21 skodakfixed perfdebug warning during install
2007-01-21 stronk7Some old PG sites have user->firstname and user->lastname
2007-01-21 skodakMDL-8198 Modules whose names are substrings of other...
2007-01-21 jamiesenseiimportant security fix previous use of ['type'] in...
2007-01-21 skodakminimal footer in redirect()
2007-01-21 jamiesenseisome small changes
2007-01-21 jamiesenseifixed focus method which was tring to focus on hidden...
2007-01-21 jamiesenseicomment got detached from function - fixed.
2007-01-21 jamiesenseifixes to wiki form checkboxes value saving
2007-01-20 stronk7Changing resource->alltext to medium. MDL-6872
2007-01-20 stronk7Now group->description and groups_groupings->descriptio...
2007-01-20 stronk7Now resource->summary is nullable. MDL-7355
2007-01-20 stronk7Generators can use ddllib.php stuff
2007-01-20 stronk7Bad news. "external" is one reserved word for mssql...
2007-01-20 skodakMDL-7586 added opendocument mimetype icons, created...
2007-01-20 skodakcode cleanup - added proper object and array initialization
2007-01-20 skodakcosmetic fix - added missing global $SESSION in require...
2007-01-20 skodakcosmetic fix in format text FORMAT_HTML now used after...
2007-01-20 skodakmoved obsoleted functions from weblib.php to deprecated...
next