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
skodak
b78267b641
MDL-19067 removed obsoleted string (never used in any STABLE branch)
2009-05-05 09:00:24 +00:00
skodak
989c16eeb9
MDL-16692 converted glossary comments to new editor + file API fixes
2009-05-05 08:57:12 +00:00
moodlerobot
32a9397820
Updated the HEAD build version to 20090505
2009-05-05 00:37:25 +00:00
skodak
8ead7b5983
MDL-19009 cleanup - there is no CONTEXT_GROUP and pinned block context
2009-05-04 20:23:20 +00:00
skodak
8b449a3958
MDL-18124 course creators can not delete any courses in their category any more, only those they created at most one day ago; merged from MOODLE_19_STABLE
2009-05-04 19:56:32 +00:00
stronk7
382123a06e
2.0 has lowercase xmldb objects.
2009-05-04 14:33:01 +00:00
skodak
666979d32b
MDL-19052 separate group mode improvements and fixes; merged from MOODLE_19_STABLE
2009-05-04 13:15:00 +00:00
skodak
7a9ba4b4e2
MDL-19052 fixed separate group mode access on grader report; merged from MOODLE_19_STABLE
2009-05-04 13:13:49 +00:00
skodak
48a4c84986
MDL-19052 separate group mode improvements and fixes; merged from MOODLE_19_STABLE
2009-05-04 12:55:20 +00:00
nicolasconnault
bd129497f7
MDL-12444 Removed aggregationview preference from grader report. Merged from MOODLE_19_STABLE
2009-05-04 12:30:03 +00:00
dongsheng
a06878d3c1
"MDL-13766, if moodle is working on HTTPS, then we are not allowed to access parent window, we need to warn users what is going on, and tell them to refresh repository manually"
2009-05-04 09:25:14 +00:00
dongsheng
4a9aff7987
"MDL-18520, remove empty path element from file listing"
2009-05-04 09:12:55 +00:00
dongsheng
5183f7586f
"MDL-13766, improve file picker pagination"
2009-05-04 08:59:01 +00:00
stronk7
9b66b300c6
MDL-18227 forum ratings - clean wrong records; merged from 19_STABLE
2009-05-04 08:44:51 +00:00
jerome
3265eb1ab3
webservice MDL-12886 clean SOAP client
2009-05-04 06:36:43 +00:00
jerome
677d7d9e89
webservice MDL-12886 SOAP server: register moodle_exception (fix for "unknown exception" )
2009-05-04 05:27:39 +00:00
jerome
fdae69373e
webservice MDL-12886 SOAP server: register moodle_exception (fix for "unknown exception" )
2009-05-04 05:26:02 +00:00
moodlerobot
cbe40df778
Updated the HEAD build version to 20090504
2009-05-04 00:38:37 +00:00
stronk7
f9ecb1716d
MDL-18577 drop enums support - fixed dml/ddl tests to be runnable once enums are out. Some
...
are failing but will be fixed/completed soon by MDL-19057
2009-05-03 23:46:40 +00:00
stronk7
d14fc380c9
MDL-19055 two missed XHTML fixes forgotten in previous commit.
2009-05-03 23:15:44 +00:00
stronk7
2f326cef12
MDL-19055 Upgrade to AdoDB 5.08 + local patches reapplied
2009-05-03 22:33:18 +00:00
stronk7
d64514aab0
MDL-14679 - PG get_indexes() fix - minor problem retrieving indexes with columns quoted
2009-05-03 17:19:40 +00:00
stronk7
08f4df55cb
MDL-18577 drop enums support - added 2 more basic xmldb tests
2009-05-03 16:06:14 +00:00
moodlerobot
125393d599
Updated the HEAD build version to 20090503
2009-05-03 00:38:47 +00:00
mjollnir_
4c7a4ef9df
MDL-18734 - documentation and coding style in portfolio/*
...
Added much needed documentation to the portfolio "scripts" (the libs are all
fine), and moved all parameter fetching from the body of the file to the top.
2009-05-02 13:23:22 +00:00
moodlerobot
49ce3c29b3
Updated the HEAD build version to 20090502
2009-05-02 00:37:50 +00:00