tjhunt committed 2 files to 'Moodle CVS' - 06/May/09 04:26 PM
moodle_page: MDL-12212 remove useless code as a preparitory step
|
|
|
tjhunt committed 1 file to 'Moodle CVS' - 06/May/09 04:27 PM
moodle_page: MDL-12212 deprecate page_import_types and clean up file
|
|
|
tjhunt committed 16 files to 'Moodle CVS' - 06/May/09 04:29 PM
moodle_page: MDL-12212 start of new moodle_page class
* has course and status fields
* $PAGE->status updated by print_header and footer
* $PAGE->set_course now replace course_setup function
* global $PAGE created in setup.php
* unit tests for functionality so far
* Moodle still seems to work after this commit!
|
|
|
tjhunt committed 2 files to 'Moodle CVS' - 06/May/09 04:30 PM
tjhunt committed 13 files to 'Moodle CVS' - 06/May/09 04:34 PM
tjhunt committed 4 files to 'Moodle CVS' - 06/May/09 04:35 PM
moodle_page: MDL-12212 remove code in legacy page types that stores a course record
|
|
|
tjhunt committed 1 file to 'Moodle CVS' - 06/May/09 04:36 PM
moodle_page: MDL-12212 eliminate two old methods that were never used
|
|
|
tjhunt committed 1 file to 'Moodle CVS' - 06/May/09 04:36 PM
moodle_page: MDL-12212 rewrite blocks_name_allowed_in_format to improve readability
|
|
|
tjhunt committed 19 files to 'Moodle CVS' - 06/May/09 04:38 PM
moodle_page: MDL-12212 kill $CFG->pagepath (use $PAGE->set_pagetype)
deprecate $PAGE->get_format_name (use $PAGE->pagetype)
deprecate page_id_and_class (use $PAGE->pagetype)
|
|
|
tjhunt committed 9 files to 'Moodle CVS' - 06/May/09 04:41 PM
moodle_page: MDL-12212 eliminate the two different interpretations of
pagetype
|
|
|
tjhunt committed 3 files to 'Moodle CVS' - 06/May/09 04:42 PM
moodle_page: MDL-12212 ->bodyclasses and initialise_standard_body_classes
|
|
|
tjhunt committed 12 files to 'Moodle CVS' - 06/May/09 04:43 PM
moodle_page: MDL-12212 more ->pagepaths to kill
|
|
|
tjhunt committed 4 files to 'Moodle CVS' - 06/May/09 04:44 PM
tjhunt committed 5 files to 'Moodle CVS' - 06/May/09 04:46 PM
moodle_page: MDL-12212 ->category and ->categories
|
|
|
tjhunt committed 4 files to 'Moodle CVS' - 06/May/09 04:46 PM
moodle_page: MDL-14306 (part of MDL-12212) class name on body with ->category
If ->allowcategorythemes is set, includes all parent categories too
|
|
|
tjhunt committed 6 files to 'Moodle CVS' - 06/May/09 04:48 PM
tjhunt committed 1 file to 'Moodle CVS' - 06/May/09 04:49 PM
moodle_url: MDL-12212 clean up moodle_url coding style
|
|
|
tjhunt committed 4 files to 'Moodle CVS' - 06/May/09 04:50 PM
moodle_page: MDL-12212 ->url and cleanup init of $FULLME, etc.
|
|
|
tjhunt committed 6 files to 'Moodle CVS' - 06/May/09 04:53 PM
moodle_page: MDL-12212 Eliminate legacy blocks_ methods
moving blocks will now be broken until the new bockslib is done
|
|
|
tjhunt committed 28 files to 'Moodle CVS' - 06/May/09 04:55 PM
moodle_page: MDL-12212 Kill legacy url_... and blocks_... methods
Start calling $PAGE->set_url in all the places it will be necessary
Start of a stub implementation of $PAGE->blocks to stop other things breaking
Remove some of the special case methods in admin_page
|
|
|
tjhunt committed 2 files to 'Moodle CVS' - 06/May/09 04:56 PM
moodle_page: MDL-12212 eliminate page::edit_always
|
|
|
tjhunt committed 23 files to 'Moodle CVS' - 06/May/09 04:59 PM
moodle_page: MDL-12212 reimplement user_is_editing, deprecate isediting
|
|
|
tjhunt committed 1 file to 'Moodle CVS' - 06/May/09 05:00 PM
moodle_page: MDL-12212 remove get_extra_header_string method from blog page
|
|
|
tjhunt committed 1 file to 'Moodle CVS' - 06/May/09 05:00 PM
moodle_page: MDL-12212 Unbreak home page when editing is on
|
|
|
tjhunt committed 2 files to 'Moodle CVS' - 06/May/09 05:01 PM
moodle_page: MDL-12212 new implementation of user_allowed_editing
|
|
|
tjhunt committed 11 files to 'Moodle CVS' - 06/May/09 05:02 PM
moodle_page: MDL-12212 kill legacy page_allows_editing implementations
|
|
|
tjhunt committed 1 file to 'Moodle CVS' - 06/May/09 05:03 PM
moodle_page: MDL-12212 deprecate more of the legacy page machinery, and avoid overwriting $PAGE ever
|
|
|
tjhunt committed 2 files to 'Moodle CVS' - 06/May/09 05:03 PM
moodle_page: MDL-12212 eliminate page_tag::print_footer
|
|
|
tjhunt committed 3 files to 'Moodle CVS' - 06/May/09 05:03 PM
moodle_page: MDL-12212 ->cm and ->activityrecord fields
|
|
|
tjhunt committed 2 files to 'Moodle CVS' - 06/May/09 05:03 PM
tjhunt committed 8 files to 'Moodle CVS' - 06/May/09 05:11 PM
moodle_page: MDL-12212 completely remove the old tag and admin page classes
|
|
|
tjhunt committed 1 file to 'Moodle CVS' - 06/May/09 05:13 PM
tjhunt committed 4 files to 'Moodle CVS' - 06/May/09 05:19 PM
moodle_page: MDL-12212 remove deprecated calls from course/view.php and page_course::print_header
|
|
|
tjhunt committed 4 files to 'Moodle CVS' - 06/May/09 05:23 PM
moodle_page: MDL-12212 eliminate page_my_moodle
|
|
|
tjhunt committed 5 files to 'Moodle CVS' - 06/May/09 05:24 PM
tjhunt committed 4 files to 'Moodle CVS' - 06/May/09 05:25 PM
tjhunt committed 3 files to 'Moodle CVS' - 06/May/09 05:26 PM
tjhunt committed 2 files to 'Moodle CVS' - 06/May/09 05:27 PM
moodle_page: MDL-12212 add a couple more useful classes to body
|
|
|
tjhunt committed 8 files to 'Moodle CVS' - 06/May/09 05:29 PM
moodle_page: MDL-12212 improve comments and add some work-in-progress warnings
|
|
|
tjhunt committed 5 files to 'Moodle CVS' - 06/May/09 05:31 PM
committed 1 file to 'Moodle CVS' - 18/May/09 01:07 AM
committed 4 files to 'Moodle CVS' - 18/May/09 01:10 AM
MDL-12212 implemented better merging of our string changes with tinymce upstream
|
|
|
committed 47 files to 'Lang CVS' - 18/May/09 01:16 AM
MDL-12212 implemented better merging of our string changes with tinymce upstream
|
|
|
committed 1 file to 'Moodle CVS' - 18/May/09 01:29 AM
committed 1 file to 'Moodle CVS' - 26/May/09 05:45 AM
MDL-12212 fixed missing course setup + tags incorrect $id parameter
|
|
|
committed 1 file to 'Moodle CVS' - 15/Jul/09 02:11 PM
tjhunt committed 1 file to 'Moodle CVS' - 21/Jul/09 03:02 PM
pagelib: MDL-12212 require_login should set $PAGE->cm, if appicable.
|
|
|