]> git.mjollnir.org Git - moodle.git/shortlog
moodle.git
2007-09-19 martinlanghoffaccesslib: replace join() and sql_intarray_to_in()...
2007-09-19 martinlanghofftextlib: Don't require_once() class.t3lib_div.php which...
2007-09-19 martinlanghoffmoodlelib: moodle_request_shutdown() prints included...
2007-09-19 martinlanghoffblocks/admin_tree: Show the block if some admin privs...
2007-09-19 martinlanghoffaccesslib upgrade: admin/upgradesettings may need to...
2007-09-19 martinlanghoffaccesslib 1.9 upgrade: homepage check to see if we...
2007-09-19 martinlanghoffaccesslib rework: Upgrade block to populate context...
2007-09-19 martinlanghoffaccesslib: Introducing is_siteadmin() to reliably check...
2007-09-19 martinlanghoffadmin/index: Populate the context path JIT for the...
2007-09-19 martinlanghoffaccesslib: get_user_courses_bycap() fix to deal with...
2007-09-19 martinlanghoffaccesslib: remove references to deprecated context_rel...
2007-09-19 martinlanghoffadmin/cron: move accesslib stuff to occasional cleanups...
2007-09-19 martinlanghoffaccesslib: build_context_path() is now much much cheaper
2007-09-19 martinlanghoffbackup/restore_form.html: tiny XHTML compliance fix
2007-09-19 martinlanghoffdatalib: get_categories() - remove PostgreSQL-ism
2007-09-19 martinlanghoffaccesslib: Use sql_compat() to remove unportable Postgr...
2007-09-19 martinlanghoffaccesslib: get_assignable_roles() reworked to be consta...
2007-09-19 martinlanghoffcourse/index: minor context-related fixes
2007-09-19 martinlanghoffdatalib: get_categories() returns context, supports...
2007-09-19 martinlanghoffdatalib: fix_course_sortorder() - minor optimisation
2007-09-19 martinlanghoffcourse/lib: print_courses() and print_course() rework
2007-09-19 martinlanghoffdatalib: Introducing get_courses_wmanagers() for print_...
2007-09-19 martinlanghoffcourse/lib: print_course() bugfix when $rusers is empty
2007-09-19 martinlanghoffaccesslib: get_parent_contexts() bugfix
2007-09-19 martinlanghoffaccesslib: has_capability() now loads sub-course access...
2007-09-19 martinlanghoffmoodlelib: require_login() rework
2007-09-19 martinlanghoffaccesslib: Fix dirty paths checks on PHPv4
2007-09-19 martinlanghoffaccesslib: phpdoc update get_child_contexts()
2007-09-19 martinlanghoffaccesslib: rm get_role_context_capability() and update...
2007-09-19 martinlanghoffaccesslib: remove role_add_lastaccess_entries(),role_re...
2007-09-19 martinlanghoffaccesslib: require_capability() phpdoc notes
2007-09-19 martinlanghoffaccesslib: get_parent_cats() goes away too...
2007-09-19 martinlanghoffaccesslib: remove get_role_caps() merge_role_caps()
2007-09-19 martinlanghoffaccesslib: remove validate_context()
2007-09-19 martinlanghoffaccesslib: get_context_instance() - ignore clearcache
2007-09-19 martinlanghoffaccesslib: get_parent_contexts() reworked to use contex...
2007-09-19 martinlanghoffaccesslib: remove insert_context_rel(), build_context_r...
2007-09-19 martinlanghoffaccesslib: mark_context_dirty() - fix race condition
2007-09-19 martinlanghoffaccesslib: mark_context_dirty() don't mark it there...
2007-09-19 martinlanghoffdatalib: add_to_log() fix a bug and better error handling
2007-09-19 martinlanghoffblocks/admin_tree: exit early for non-admins
2007-09-19 martinlanghoffaccesslib: get_user_access_sitewide() fix invalid SQL...
2007-09-19 martinlanghoffdatalib: get_admin() - cache in a static var
2007-09-19 martinlanghoffuser/view: show user courses that are hidden, with...
2007-09-19 martinlanghoffdatalib: get_my_courses() now returns invisible courses...
2007-09-19 martinlanghoffaccesslib: has_capability() - fix warnings about FULLME...
2007-09-19 martinlanghoffmod/chat: chat_update_chat_times() smarter
2007-09-19 martinlanghoffmod/chat: reduce number of queries in cron.
2007-09-19 martinlanghoffaccesslib: has_capability() now supports fake $USER...
2007-09-19 martinlanghoffuser/index: make use of the smarter print_user_picture() -
2007-09-19 martinlanghoffcourse/participants: fix sort order when last access...
2007-09-19 martinlanghoffweblib: print_user()/print_user_picture() optimisations
2007-09-19 martinlanghoffmoodlelib: require_login() - rework course/category...
2007-09-19 martinlanghoffdatalib:course_parent_visible() rework, remove category...
2007-09-19 martinlanghoffdatalib: get_my_courses() - add course visibility checks
2007-09-19 martinlanghoffaccesslib: get_user_courses_bycap() also returns catego...
2007-09-19 martinlanghoffaccesslib: has_cap_fad() - merge switchrole with defaul...
2007-09-19 martinlanghoffaccesslib: remove unused static var
2007-09-19 martinlanghoffaccesslib: remove deprecated load_defaultuser_role()
2007-09-19 martinlanghoffmoodlelib:remove_course_contents() does not need to...
2007-09-19 martinlanghoffaccesslib: delete_context() now appropriately marks...
2007-09-19 martinlanghoffInteractive enrolment/unenrolments: make sure we unset...
2007-09-19 martinlanghoffaccesslib: load_all_capabilities() must clear USER...
2007-09-19 martinlanghoffaccesslib: drop rdef mangling part two
2007-09-19 martinlanghoffmoodlelib: require_login() - assign tempguest role...
2007-09-19 martinlanghoffaccesslib: intro load_temp_role() for temporary guest...
2007-09-19 martinlanghoffaccesslib: drop rdef mangling for default role - check...
2007-09-19 martinlanghoffaccesslib:load_all_capabilities() - fix guest user...
2007-09-19 martinlanghoffaccesslib/moodlelib: check $USER->access[rsw] for roles...
2007-09-19 martinlanghoffcourse/unenrol: check $USER->access[rsw] for role switches
2007-09-19 martinlanghoffaccesslib: Document accessdata, public api, stale acces...
2007-09-19 martinlanghoffaccesslib: rename "sess" and "accessinfo" to accessdata
2007-09-19 martinlanghoffaccesslib:require_capability() revamp to check for...
2007-09-19 martinlanghoffaccesslib:context_moved() remove debugging msgs
2007-09-19 martinlanghoffcourse/index: Move categories around using move_category()
2007-09-19 martinlanghoffcourse/lib: move_courses() calls content_moved(), intro...
2007-09-19 martinlanghoffaccesslib:content_moved() fix bug in depth handling
2007-09-19 martinlanghoffcourse: Changing a course cat from course/edit calls...
2007-09-19 martinlanghoffaccesslib: create_context() fix to also populate the...
2007-09-19 martinlanghoffaccesslib: Introducing context_moved() - call after...
2007-09-19 martinlanghoffcourse/edit: mark the course contextpath as dirty to...
2007-09-19 martinlanghoffaccesslib: create_context() now populates the path...
2007-09-19 martinlanghoffaccesslib: simplify and speedup create_context()
2007-09-19 martinlanghoffcourse/unenrol codepaths mark the context dirty - bugfix
2007-09-19 martinlanghoffaccesslib:reload_all_capabilities() - force a reload...
2007-09-19 martinlanghoffenrol/paypal: mark the contextpath as dirty on unenrolment
2007-09-19 martinlanghoffenrol/mnet: mark context as dirty after unenrol
2007-09-19 martinlanghoffdeprecatedlib: Legacy interactive enrol/unenrol codepat...
2007-09-19 martinlanghoffAll interactive enrol/unenrol codepaths mark the contex...
2007-09-19 martinlanghoffcron: call cleanup_dirty_contexts()
2007-09-19 martinlanghoffaccesslib: Introduce (and use) reload_all_capabilities()
2007-09-19 martinlanghoffaccesslib: get_user_courses_bycap() fix bug introduced...
2007-09-19 martinlanghoffadmin/roles: context-specific role changes mark the...
2007-09-19 martinlanghoffadmin/roles: sitewide role changes mark site context...
2007-09-19 martinlanghoffaccesslib: Introduce $DIRTYCONTEXTS, $USER->access...
2007-09-19 martinlanghoffaccesslib: Introduce functions to deal with dirty contexts
2007-09-19 martinlanghoffget_role_users() callers rework to use the new $gethidden
2007-09-19 martinlanghoffgroup/assign: fixed performance of assigning users...
2007-09-19 martinlanghoffcourse/lib:print_course() smarter calling of get_role_u...
2007-09-19 martinlanghoffaccesslib:get_role_users() revamp
next