tjhunt
c33db6e690
moodle_page: MDL-12212 clarify some comments
2009-05-06 09:13:40 +00:00
tjhunt
93d4a373f9
blocklib: MDL-19010 always include blocklib in setup.php, stip includes elsewhere
2009-05-06 09:13:16 +00:00
tjhunt
66b10689e2
blocklib: MDL-19010 upgrade database tables ready for now blocks system
2009-05-06 09:12:03 +00:00
tjhunt
f8b80dbd95
moodle_page: MDL-12212 completely remove the old tag and admin page classes
2009-05-06 09:11:07 +00:00
tjhunt
5ed70539f9
moodle_page: MDL-12212 ->subpage field
2009-05-06 09:03:49 +00:00
tjhunt
5ec434a9c2
moodle_page: MDL-12212 ->cm and ->activityrecord fields
2009-05-06 09:03:33 +00:00
tjhunt
397fff3870
moodle_page: MDL-12212 eliminate page_tag::print_footer
2009-05-06 09:03:16 +00:00
tjhunt
0d5890c45d
moodle_page: MDL-12212 deprecate more of the legacy page machinery, and avoid overwriting $PAGE ever
2009-05-06 09:03:03 +00:00
tjhunt
cfcfb9f3d0
moodle_page: MDL-12212 kill legacy page_allows_editing implementations
2009-05-06 09:02:48 +00:00
tjhunt
934524d70b
moodle_page: MDL-12212 new implementation of user_allowed_editing
2009-05-06 09:01:42 +00:00
tjhunt
60dfb02a02
moodle_page: MDL-12212 Unbreak home page when editing is on
2009-05-06 09:00:58 +00:00
tjhunt
b80e3a9c47
moodle_page: MDL-12212 remove get_extra_header_string method from blog page
2009-05-06 09:00:15 +00:00
tjhunt
830dd6e9cd
moodle_page: MDL-12212 reimplement user_is_editing, deprecate isediting
2009-05-06 08:59:29 +00:00
tjhunt
d7f688d46a
moodle_page: MDL-12212 eliminate page::edit_always
2009-05-06 08:56:44 +00:00
tjhunt
ad52c04f4c
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
2009-05-06 08:55:53 +00:00
tjhunt
4873f5f709
moodle_page: MDL-12212 Eliminate legacy blocks_ methods
...
moving blocks will now be broken until the new bockslib is done
2009-05-06 08:53:14 +00:00
tjhunt
4912752214
fix remove_params
2009-05-06 08:51:23 +00:00
tjhunt
75781f879c
moodle_page: MDL-12212 ->url and cleanup init of $FULLME, etc.
2009-05-06 08:50:32 +00:00
tjhunt
7ceb61d8ed
moodle_url: MDL-12212 clean up moodle_url coding style
2009-05-06 08:49:12 +00:00
tjhunt
82611d8d33
moodle_page: MDL-12212 ->docspath
2009-05-06 08:48:13 +00:00
tjhunt
d7ab887938
moodle_page: MDL-14306 (part of MDL-12212) class name on body with ->category
...
If ->allowcategorythemes is set, includes all parent categories too
2009-05-06 08:46:48 +00:00
tjhunt
948203a5e8
moodle_page: MDL-12212 ->category and ->categories
2009-05-06 08:46:05 +00:00
tjhunt
89fbdca300
moodle_page: MDL-14305 (and MDL-12212) class on body based on ->wwwroot
2009-05-06 08:44:58 +00:00
tjhunt
ad5d5997ed
moodle_page: MDL-12212 more ->pagepaths to kill
2009-05-06 08:43:51 +00:00
tjhunt
753debd2ab
moodle_page: MDL-12212 ->bodyclasses and initialise_standard_body_classes
2009-05-06 08:42:13 +00:00
tjhunt
e88462a055
moodle_page: MDL-12212 eliminate the two different interpretations of
...
pagetype
2009-05-06 08:41:02 +00:00
tjhunt
d529807a65
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)
2009-05-06 08:38:55 +00:00
tjhunt
cd2bc3c98a
moodle_page: MDL-12212 rewrite blocks_name_allowed_in_format to improve readability
2009-05-06 08:36:50 +00:00
tjhunt
f73102864a
moodle_page: MDL-12212 eliminate two old methods that were never used
2009-05-06 08:36:18 +00:00
tjhunt
31940ba622
moodle_page: MDL-12212 remove code in legacy page types that stores a course record
2009-05-06 08:35:39 +00:00
tjhunt
f230ce19ea
moodle_page: MDL-12212 implement ->pagetype
2009-05-06 08:34:32 +00:00
tjhunt
e3e40b4333
filters: MDL-7336 use $PAGE->context now that it exists
2009-05-06 08:31:30 +00:00
tjhunt
2afe21eea3
moodle_page: MDL-12212 implement ->context
2009-05-06 08:30:25 +00:00
tjhunt
c13a5e71cc
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!
2009-05-06 08:29:22 +00:00
tjhunt
de60de044c
moodle_page: MDL-12212 deprecate page_import_types and clean up file
2009-05-06 08:27:12 +00:00
tjhunt
c4740390b5
moodle_page: MDL-12212 remove useless code as a preparitory step
2009-05-06 08:26:19 +00:00
moodlerobot
7e285632fc
Updated the HEAD build version to 20090506
2009-05-06 00:37:25 +00:00
moodlerobot
a030f7fecc
Automatic installer.php lang files by installer_builder (20090506)
2009-05-06 00:27:27 +00:00
skodak
bdfe0ef8c6
MDL-19029 added missing CDATA; merged from MOODLE_19_STABLE
2009-05-05 11:53:20 +00:00
skodak
eeeb388f28
MDL-19029 removed bogus feedback end span; merged from MOODLE_19_STABLE
2009-05-05 11:43:13 +00:00
stronk7
0287b9a649
MDL-18799 backup of file.php links - now using unicode modifiers if allowed in the server ; merged from 19_STABLE
2009-05-05 09:26:47 +00:00
dongsheng
6588e77e0b
"MDL-14651, remove a useless capability from chat module"
2009-05-05 09:19:47 +00:00
skodak
e143a79705
MDL-19067 removed obsoleted string (never used in any STABLE branch)
2009-05-05 09:15:59 +00:00
skodak
008f396924
MDL-19067 removed obsoleted string (never used in any STABLE branch)
2009-05-05 09:14:30 +00:00
skodak
da765e69b4
MDL-19067 removed obsoleted string (never used in any STABLE branch)
2009-05-05 09:12:35 +00:00
skodak
bd36925a97
MDL-19067 removed obsoleted string (never used in any STABLE branch)
2009-05-05 09:10:53 +00:00
skodak
5d97b59653
MDL-19067 removed obsoleted string (never used in any STABLE branch)
2009-05-05 09:10:52 +00:00
skodak
8915da3eee
MDL-19067 removed obsoleted string (never used in any STABLE branch)
2009-05-05 09:07:21 +00:00
skodak
6d40f12e5b
MDL-19067 removed obsoleted string (never used in any STABLE branch)
2009-05-05 09:05:27 +00:00
skodak
739ee4e679
MDL-19067 removed obsoleted string (never used in any STABLE branch)
2009-05-05 09:05:27 +00:00