]>
git.mjollnir.org Git - moodle.git/log
tjhunt [Wed, 6 May 2009 09:02:48 +0000 (09:02 +0000)]
moodle_page: MDL-12212 kill legacy page_allows_editing implementations
tjhunt [Wed, 6 May 2009 09:01:42 +0000 (09:01 +0000)]
moodle_page: MDL-12212 new implementation of user_allowed_editing
tjhunt [Wed, 6 May 2009 09:00:58 +0000 (09:00 +0000)]
moodle_page: MDL-12212 Unbreak home page when editing is on
tjhunt [Wed, 6 May 2009 09:00:15 +0000 (09:00 +0000)]
moodle_page: MDL-12212 remove get_extra_header_string method from blog page
tjhunt [Wed, 6 May 2009 08:59:29 +0000 (08:59 +0000)]
moodle_page: MDL-12212 reimplement user_is_editing, deprecate isediting
tjhunt [Wed, 6 May 2009 08:56:44 +0000 (08:56 +0000)]
moodle_page: MDL-12212 eliminate page::edit_always
tjhunt [Wed, 6 May 2009 08:55:53 +0000 (08:55 +0000)]
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 [Wed, 6 May 2009 08:53:14 +0000 (08:53 +0000)]
moodle_page: MDL-12212 Eliminate legacy blocks_ methods
moving blocks will now be broken until the new bockslib is done
tjhunt [Wed, 6 May 2009 08:51:23 +0000 (08:51 +0000)]
fix remove_params
tjhunt [Wed, 6 May 2009 08:50:32 +0000 (08:50 +0000)]
moodle_page: MDL-12212 ->url and cleanup init of $FULLME, etc.
tjhunt [Wed, 6 May 2009 08:49:12 +0000 (08:49 +0000)]
moodle_url: MDL-12212 clean up moodle_url coding style
tjhunt [Wed, 6 May 2009 08:48:13 +0000 (08:48 +0000)]
moodle_page: MDL-12212 ->docspath
tjhunt [Wed, 6 May 2009 08:46:48 +0000 (08:46 +0000)]
moodle_page: MDL-14306 (part of MDL-12212) class name on body with ->category
If ->allowcategorythemes is set, includes all parent categories too
tjhunt [Wed, 6 May 2009 08:46:05 +0000 (08:46 +0000)]
moodle_page: MDL-12212 ->category and ->categories
tjhunt [Wed, 6 May 2009 08:44:58 +0000 (08:44 +0000)]
moodle_page: MDL-14305 (and MDL-12212) class on body based on ->wwwroot
tjhunt [Wed, 6 May 2009 08:43:51 +0000 (08:43 +0000)]
moodle_page: MDL-12212 more ->pagepaths to kill
tjhunt [Wed, 6 May 2009 08:42:13 +0000 (08:42 +0000)]
moodle_page: MDL-12212 ->bodyclasses and initialise_standard_body_classes
tjhunt [Wed, 6 May 2009 08:41:02 +0000 (08:41 +0000)]
moodle_page: MDL-12212 eliminate the two different interpretations of
pagetype
tjhunt [Wed, 6 May 2009 08:38:55 +0000 (08:38 +0000)]
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 [Wed, 6 May 2009 08:36:50 +0000 (08:36 +0000)]
moodle_page: MDL-12212 rewrite blocks_name_allowed_in_format to improve readability
tjhunt [Wed, 6 May 2009 08:36:18 +0000 (08:36 +0000)]
moodle_page: MDL-12212 eliminate two old methods that were never used
tjhunt [Wed, 6 May 2009 08:35:39 +0000 (08:35 +0000)]
moodle_page: MDL-12212 remove code in legacy page types that stores a course record
tjhunt [Wed, 6 May 2009 08:34:32 +0000 (08:34 +0000)]
moodle_page: MDL-12212 implement ->pagetype
tjhunt [Wed, 6 May 2009 08:31:30 +0000 (08:31 +0000)]
filters: MDL-7336 use $PAGE->context now that it exists
tjhunt [Wed, 6 May 2009 08:30:25 +0000 (08:30 +0000)]
moodle_page: MDL-12212 implement ->context
tjhunt [Wed, 6 May 2009 08:29:22 +0000 (08:29 +0000)]
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 [Wed, 6 May 2009 08:27:12 +0000 (08:27 +0000)]
moodle_page: MDL-12212 deprecate page_import_types and clean up file
tjhunt [Wed, 6 May 2009 08:26:19 +0000 (08:26 +0000)]
moodle_page: MDL-12212 remove useless code as a preparitory step
moodlerobot [Wed, 6 May 2009 00:37:25 +0000 (00:37 +0000)]
Updated the HEAD build version to
20090506
moodlerobot [Wed, 6 May 2009 00:27:27 +0000 (00:27 +0000)]
Automatic installer.php lang files by installer_builder (
20090506 )
skodak [Tue, 5 May 2009 11:53:20 +0000 (11:53 +0000)]
MDL-19029 added missing CDATA; merged from MOODLE_19_STABLE
skodak [Tue, 5 May 2009 11:43:13 +0000 (11:43 +0000)]
MDL-19029 removed bogus feedback end span; merged from MOODLE_19_STABLE
stronk7 [Tue, 5 May 2009 09:26:47 +0000 (09:26 +0000)]
MDL-18799 backup of file.php links - now using unicode modifiers if allowed in the server ; merged from 19_STABLE
dongsheng [Tue, 5 May 2009 09:19:47 +0000 (09:19 +0000)]
"MDL-14651, remove a useless capability from chat module"
skodak [Tue, 5 May 2009 09:15:59 +0000 (09:15 +0000)]
MDL-19067 removed obsoleted string (never used in any STABLE branch)
skodak [Tue, 5 May 2009 09:14:30 +0000 (09:14 +0000)]
MDL-19067 removed obsoleted string (never used in any STABLE branch)
skodak [Tue, 5 May 2009 09:12:35 +0000 (09:12 +0000)]
MDL-19067 removed obsoleted string (never used in any STABLE branch)
skodak [Tue, 5 May 2009 09:10:53 +0000 (09:10 +0000)]
MDL-19067 removed obsoleted string (never used in any STABLE branch)
skodak [Tue, 5 May 2009 09:10:52 +0000 (09:10 +0000)]
MDL-19067 removed obsoleted string (never used in any STABLE branch)
skodak [Tue, 5 May 2009 09:07:21 +0000 (09:07 +0000)]
MDL-19067 removed obsoleted string (never used in any STABLE branch)
skodak [Tue, 5 May 2009 09:05:27 +0000 (09:05 +0000)]
MDL-19067 removed obsoleted string (never used in any STABLE branch)
skodak [Tue, 5 May 2009 09:05:27 +0000 (09:05 +0000)]
MDL-19067 removed obsoleted string (never used in any STABLE branch)
skodak [Tue, 5 May 2009 09:00:24 +0000 (09:00 +0000)]
MDL-19067 removed obsoleted string (never used in any STABLE branch)
skodak [Tue, 5 May 2009 08:57:12 +0000 (08:57 +0000)]
MDL-16692 converted glossary comments to new editor + file API fixes
moodlerobot [Tue, 5 May 2009 00:37:25 +0000 (00:37 +0000)]
Updated the HEAD build version to
20090505
skodak [Mon, 4 May 2009 20:23:20 +0000 (20:23 +0000)]
MDL-19009 cleanup - there is no CONTEXT_GROUP and pinned block context
skodak [Mon, 4 May 2009 19:56:32 +0000 (19:56 +0000)]
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
stronk7 [Mon, 4 May 2009 14:33:01 +0000 (14:33 +0000)]
2.0 has lowercase xmldb objects.
skodak [Mon, 4 May 2009 13:15:00 +0000 (13:15 +0000)]
MDL-19052 separate group mode improvements and fixes; merged from MOODLE_19_STABLE
skodak [Mon, 4 May 2009 13:13:49 +0000 (13:13 +0000)]
MDL-19052 fixed separate group mode access on grader report; merged from MOODLE_19_STABLE
skodak [Mon, 4 May 2009 12:55:20 +0000 (12:55 +0000)]
MDL-19052 separate group mode improvements and fixes; merged from MOODLE_19_STABLE
nicolasconnault [Mon, 4 May 2009 12:30:03 +0000 (12:30 +0000)]
MDL-12444 Removed aggregationview preference from grader report. Merged from MOODLE_19_STABLE
dongsheng [Mon, 4 May 2009 09:25:14 +0000 (09:25 +0000)]
"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"
dongsheng [Mon, 4 May 2009 09:12:55 +0000 (09:12 +0000)]
"MDL-18520, remove empty path element from file listing"
dongsheng [Mon, 4 May 2009 08:59:01 +0000 (08:59 +0000)]
"MDL-13766, improve file picker pagination"
stronk7 [Mon, 4 May 2009 08:44:51 +0000 (08:44 +0000)]
MDL-18227 forum ratings - clean wrong records; merged from 19_STABLE
jerome [Mon, 4 May 2009 06:36:43 +0000 (06:36 +0000)]
webservice MDL-12886 clean SOAP client
jerome [Mon, 4 May 2009 05:27:39 +0000 (05:27 +0000)]
webservice MDL-12886 SOAP server: register moodle_exception (fix for "unknown exception" )
jerome [Mon, 4 May 2009 05:26:02 +0000 (05:26 +0000)]
webservice MDL-12886 SOAP server: register moodle_exception (fix for "unknown exception" )
moodlerobot [Mon, 4 May 2009 00:38:37 +0000 (00:38 +0000)]
Updated the HEAD build version to
20090504
stronk7 [Sun, 3 May 2009 23:46:40 +0000 (23:46 +0000)]
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
stronk7 [Sun, 3 May 2009 23:15:44 +0000 (23:15 +0000)]
MDL-19055 two missed XHTML fixes forgotten in previous commit.
stronk7 [Sun, 3 May 2009 22:33:18 +0000 (22:33 +0000)]
MDL-19055 Upgrade to AdoDB 5.08 + local patches reapplied
stronk7 [Sun, 3 May 2009 17:19:40 +0000 (17:19 +0000)]
MDL-14679 - PG get_indexes() fix - minor problem retrieving indexes with columns quoted
stronk7 [Sun, 3 May 2009 16:06:14 +0000 (16:06 +0000)]
MDL-18577 drop enums support - added 2 more basic xmldb tests
moodlerobot [Sun, 3 May 2009 00:38:47 +0000 (00:38 +0000)]
Updated the HEAD build version to
20090503
mjollnir_ [Sat, 2 May 2009 13:23:22 +0000 (13:23 +0000)]
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.
moodlerobot [Sat, 2 May 2009 00:37:50 +0000 (00:37 +0000)]
Updated the HEAD build version to
20090502
stronk7 [Sat, 2 May 2009 00:22:20 +0000 (00:22 +0000)]
MDL-18577 drop enums support - step3: deprecate old change_field_enum() use
by new drop_enum_from_field() available in 2.0
stronk7 [Sat, 2 May 2009 00:17:31 +0000 (00:17 +0000)]
using new DB syntax
stronk7 [Fri, 1 May 2009 23:53:14 +0000 (23:53 +0000)]
MDL-18577 drop enums support - step3: Fix XMLDB own tests + new tests for dropping enums
stronk7 [Fri, 1 May 2009 23:49:31 +0000 (23:49 +0000)]
MDL-18577 drop enums support - step3: Drop enums from generator classes. Only code used to drop enums remains until Moodle 2.1
stronk7 [Fri, 1 May 2009 23:35:36 +0000 (23:35 +0000)]
MDL-18577 drop enums support - step3: Missing return
stronk7 [Fri, 1 May 2009 23:35:01 +0000 (23:35 +0000)]
MDL-18577 drop enums support - step3: Fix oci8 adodb set_field_select() without select
stronk7 [Fri, 1 May 2009 23:33:24 +0000 (23:33 +0000)]
MDL-18577 drop enums support - step3: fix native pgsql set_field_select() handling of BLOBs
stronk7 [Fri, 1 May 2009 14:07:43 +0000 (14:07 +0000)]
MDL-18577 drop enums support - step2: enums out from install.xml files
tjhunt [Fri, 1 May 2009 10:32:12 +0000 (10:32 +0000)]
adminlib: MDL-19038 lazy-load the list of users in admin_setting_users_with_capability
jerome [Fri, 1 May 2009 06:55:10 +0000 (06:55 +0000)]
repository MDL-15404 display instance number into the administration
dongsheng [Fri, 1 May 2009 03:04:10 +0000 (03:04 +0000)]
"MDL-19037, use getremoteaddr to get remote ip address"
moodler [Fri, 1 May 2009 02:26:47 +0000 (02:26 +0000)]
filter/mediaplugin MDL-19006 Better variable check to avoid notices
stronk7 [Fri, 1 May 2009 01:19:16 +0000 (01:19 +0000)]
MDL-18577 drop enums support - step2: enums out from editor, dbmanager and all upgrade scripts.
moodlerobot [Fri, 1 May 2009 00:38:25 +0000 (00:38 +0000)]
Updated the HEAD build version to
20090501
skodak [Thu, 30 Apr 2009 20:09:23 +0000 (20:09 +0000)]
MDL-15801 fixed incorrect use of get complete user data function; merged from MOODLE_19_STABLE
skodak [Thu, 30 Apr 2009 19:57:41 +0000 (19:57 +0000)]
MDL-14561 fixed https issue in IE
skodak [Thu, 30 Apr 2009 10:35:31 +0000 (10:35 +0000)]
MDL-19029 fixed incorrect closing of divs on grader report; merged from MOODLE_19_STABLE
skodak [Thu, 30 Apr 2009 10:16:34 +0000 (10:16 +0000)]
MDL-19029 xhtml strict; merged from MOODLE_19_STABLE
skodak [Thu, 30 Apr 2009 10:09:13 +0000 (10:09 +0000)]
MDL-19030 even uglier hack - do not try to add id to labels of static element - they do not have it; merged from MOODLE_19_STABLE
skodak [Thu, 30 Apr 2009 10:06:11 +0000 (10:06 +0000)]
MDL-19030 very ugly hack - do not try to add id to labels of element group - they do not have it; merged from MOODLE_19_STABLE
skodak [Thu, 30 Apr 2009 09:50:02 +0000 (09:50 +0000)]
MDL-19030 fixed xhtml strictness when label attached to frozen element; merged from MOODLE_19_STABLE
dongsheng [Thu, 30 Apr 2009 09:42:24 +0000 (09:42 +0000)]
"MDL-18486, 1. hide toolbar, pagination when doing global searching, 2. display empty directory in local pluign"
skodak [Thu, 30 Apr 2009 09:17:36 +0000 (09:17 +0000)]
MDL-18951 standardised group support in grader report - forgotten string
skodak [Thu, 30 Apr 2009 09:14:55 +0000 (09:14 +0000)]
MDL-19016 xhtml strict fix
skodak [Thu, 30 Apr 2009 09:00:43 +0000 (09:00 +0000)]
MDL-18951 standardised group support in grader report
nicolasconnault [Thu, 30 Apr 2009 08:40:22 +0000 (08:40 +0000)]
MDL-19028 Hiding hidden category from student report instead of grade items. See code diff for better explanation. Merged from MOODLE_19_STABLE
jerome [Thu, 30 Apr 2009 08:11:29 +0000 (08:11 +0000)]
repository MDL-15404 change text description for allowing teacher/user to add repository
skodak [Thu, 30 Apr 2009 08:07:43 +0000 (08:07 +0000)]
MDL-18951 standardised group support in grader report (not complete yet)
nicolasconnault [Thu, 30 Apr 2009 07:12:00 +0000 (07:12 +0000)]
MDL-19027 Added <th> for controls row in edit mode with screenreader and editing on. Merged from MOODLE_19_STABLE
dongsheng [Thu, 30 Apr 2009 06:30:05 +0000 (06:30 +0000)]
"MDL-18486, compressed file picker js code"
dongsheng [Thu, 30 Apr 2009 06:11:45 +0000 (06:11 +0000)]
"MDL-18486, enable federated search for new file picker"
tjhunt [Thu, 30 Apr 2009 04:16:35 +0000 (04:16 +0000)]
completion: avoid API call for performance reasons