]>
git.mjollnir.org Git - moodle.git/log
tjhunt [Fri, 12 Jun 2009 03:13:29 +0000 (03:13 +0000)]
ajaxlib: MDL-16695 New page_requirements_manager class. Soon to replace require_js.
This new class does the work that require_js used to do, and more.
It can track a number of different things that may be required to
be output somewhere on the page, including:
* Links to JS files
* Links to CSS files
* Links to YUI libraries (this class knows about the dependancies between the different libs).
* Skip links that go from the top of <body> to various places in the content.
* Calls to JavaScript functions (for example to initialise things)
* Bits of data from PHP that need to be available to JavaScript
* As a special case of that, an easy way to pass language strings to JS.
The new API looks like
$PAGE->requires->css('mod/mymod/styles.css');
$PAGE->requires->js('mod/mymod/script.js');
$PAGE->requires->js('mod/mymod/small_but_urgent.js')->in_head();
$PAGE->requires->js_function_call('init_mymod', array($data))->on_dom_ready();
$PAGE->requires is the canonical instances of this new class.
The commit also includes unit tests, and hopefully the PHP doc comments are
clear enough that it is easy to understand.
moodlerobot [Fri, 12 Jun 2009 00:38:59 +0000 (00:38 +0000)]
Updated the HEAD build version to
20090612
moodlerobot [Fri, 12 Jun 2009 00:28:54 +0000 (00:28 +0000)]
Automatic installer.php lang files by installer_builder (
20090612 )
skodak [Thu, 11 Jun 2009 19:20:03 +0000 (19:20 +0000)]
MDL-19471 fixed PHP 5.3 compatibility
pichetp [Thu, 11 Jun 2009 17:04:18 +0000 (17:04 +0000)]
MDL-17366 cleaning code ( space, indentation etc.)
dongsheng [Thu, 11 Jun 2009 08:08:33 +0000 (08:08 +0000)]
"MDL-17316, improve non-js file manager interface"
jerome [Thu, 11 Jun 2009 03:34:46 +0000 (03:34 +0000)]
authentication MDL-19182 split auth.php lang file into multiple files separate for each plugin
dongsheng [Thu, 11 Jun 2009 02:54:33 +0000 (02:54 +0000)]
"MDL-17316, non-js file manager, support externel authentication"
dongsheng [Thu, 11 Jun 2009 02:43:06 +0000 (02:43 +0000)]
"MDL-17316, improve interface in non-js browser"
moodlerobot [Thu, 11 Jun 2009 00:39:15 +0000 (00:39 +0000)]
Updated the HEAD build version to
20090611
dongsheng [Wed, 10 Jun 2009 08:46:31 +0000 (08:46 +0000)]
"MDL-13766, shouldn't check login in repository base class, because developer may define a session name later"
samhemelryk [Wed, 10 Jun 2009 08:35:45 +0000 (08:35 +0000)]
cssclasses MDL-17525 Added next and previous classes to quiz pagination links
tjhunt [Wed, 10 Jun 2009 03:54:22 +0000 (03:54 +0000)]
XHTML strict!
moodlerobot [Wed, 10 Jun 2009 00:38:19 +0000 (00:38 +0000)]
Updated the HEAD build version to
20090610
mjollnir_ [Tue, 9 Jun 2009 19:58:16 +0000 (19:58 +0000)]
portfolio/mahara: php-doc for a confusing private method i didn't understand anymore
mjollnir_ [Tue, 9 Jun 2009 19:54:22 +0000 (19:54 +0000)]
portfolio: removing suplerfluous error_log i forgot to remove earlier.
samhemelryk [Tue, 9 Jun 2009 08:31:18 +0000 (08:31 +0000)]
quizheader MDL-18896 Hides quiz closes and feedback if no quizzes use them
Note: Feedback will be shown if there are any possible feedbacks that may one day be used
dongsheng [Tue, 9 Jun 2009 06:43:38 +0000 (06:43 +0000)]
"MDL-17316, display attached files in non-js file manager"
samhemelryk [Tue, 9 Jun 2009 06:31:20 +0000 (06:31 +0000)]
breadcrumb MDL-14133 One function missed during fix, got it this time
samhemelryk [Tue, 9 Jun 2009 05:13:48 +0000 (05:13 +0000)]
resource MDL-18691 Implemented resource_get_name in one more place for dropdowns
moodlerobot [Tue, 9 Jun 2009 00:38:30 +0000 (00:38 +0000)]
Updated the HEAD build version to
20090609
sam_marshall [Mon, 8 Jun 2009 12:42:24 +0000 (12:42 +0000)]
MDL-19428: mform - Fixed the 'includenograde' option in modgrade type
dongsheng [Mon, 8 Jun 2009 06:36:38 +0000 (06:36 +0000)]
"MDL-16384, add text to descripe what is alfresco API url is"
dongsheng [Mon, 8 Jun 2009 06:25:53 +0000 (06:25 +0000)]
"MDL-17316, non-js file picker added"
samhemelryk [Mon, 8 Jun 2009 05:54:18 +0000 (05:54 +0000)]
Groups MDL-19425 Added require_once that was missing
samhemelryk [Mon, 8 Jun 2009 03:23:24 +0000 (03:23 +0000)]
question bank MDL-18822 Corrected merge error in HEAD, thanks Oleg for spotting
moodlerobot [Mon, 8 Jun 2009 00:39:53 +0000 (00:39 +0000)]
Updated the HEAD build version to
20090608
moodlerobot [Mon, 8 Jun 2009 00:29:40 +0000 (00:29 +0000)]
Automatic installer.php lang files by installer_builder (
20090608 )
skodak [Sun, 7 Jun 2009 09:43:27 +0000 (09:43 +0000)]
MDL-19416 fixed PHP 5.3 compatiblity issue - fixes weird use of constructors in quickforms
skodak [Sun, 7 Jun 2009 09:40:27 +0000 (09:40 +0000)]
MDL-17458 fixing installation regressions - can not edit new admin properly
skodak [Sun, 7 Jun 2009 08:46:13 +0000 (08:46 +0000)]
MDL-17458 fixing installation regressions - no output and timeout
moodlerobot [Sun, 7 Jun 2009 00:38:10 +0000 (00:38 +0000)]
Updated the HEAD build version to
20090607
moodlerobot [Sun, 7 Jun 2009 00:28:19 +0000 (00:28 +0000)]
Automatic installer.php lang files by installer_builder (
20090607 )
moodlerobot [Sat, 6 Jun 2009 00:37:28 +0000 (00:37 +0000)]
Updated the HEAD build version to
20090606
stronk7 [Fri, 5 Jun 2009 23:55:19 +0000 (23:55 +0000)]
MDL-19403 glossary settings - add support to pixpath. Credit goes to Red Morris ; merged from 19_STABLE
mjollnir_ [Fri, 5 Jun 2009 14:20:56 +0000 (14:20 +0000)]
MDL-19355 - portfolio - fix the formatting in the portfolio manage admin page
samhemelryk [Fri, 5 Jun 2009 09:40:54 +0000 (09:40 +0000)]
grader_report MDL-19007 Resolved alignment issue - Thanks Neil for the patch
tjhunt [Fri, 5 Jun 2009 09:25:34 +0000 (09:25 +0000)]
quiz editing: MDL-19199 merged from HEAD. 2.0 can store decimals here, but we should still be cleaning input.
tjhunt [Fri, 5 Jun 2009 08:30:53 +0000 (08:30 +0000)]
question bank: MDL-18822 Highlight the last question you edited in the list
Helpful if you need to edit a lot of questions - saves you from losing your place.
Idea and patch by Oleg Sychev.
tjhunt [Fri, 5 Jun 2009 08:28:45 +0000 (08:28 +0000)]
blocklib: MDL-19010 fix some minor problems with existing blocks.
dongsheng [Fri, 5 Jun 2009 08:14:57 +0000 (08:14 +0000)]
"MDL-16384, alfresco plugin, deal with session expired issue"
dongsheng [Fri, 5 Jun 2009 07:18:42 +0000 (07:18 +0000)]
"MDL-16597, fixed delete existing draft files button"
dongsheng [Fri, 5 Jun 2009 06:55:07 +0000 (06:55 +0000)]
"MDL-16384, upgrade alfresco php library, fixed bugs in offical php sdk"
tjhunt [Fri, 5 Jun 2009 06:54:42 +0000 (06:54 +0000)]
quiz reports: MDL-19205 Improved tooltips on individual question grades.
moodlerobot [Fri, 5 Jun 2009 00:37:52 +0000 (00:37 +0000)]
Updated the HEAD build version to
20090605
iarenaza [Thu, 4 Jun 2009 22:24:13 +0000 (22:24 +0000)]
ntlmsso login hook: MDL-18596 We need to call httpsrequired() before using httpswwwroot
Merged from MOODLE_19_STABLE
stronk7 [Thu, 4 Jun 2009 10:31:12 +0000 (10:31 +0000)]
MDL-17327 data module - improve adv. search by avoiding all the extra joins when getting max number of records ; merged from 19_STABLE
dongsheng [Thu, 4 Jun 2009 09:33:25 +0000 (09:33 +0000)]
"MDL-13766, ->pixpath doesn't work in web service, use ->httpswwwroot instead"
tjhunt [Thu, 4 Jun 2009 07:39:52 +0000 (07:39 +0000)]
xmldb editior: XHTML strict
dongsheng [Thu, 4 Jun 2009 06:40:35 +0000 (06:40 +0000)]
"MDL-13766, repository api, fixed typeid value"
tjhunt [Thu, 4 Jun 2009 05:19:36 +0000 (05:19 +0000)]
grader preport: XHTML strict
moodlerobot [Thu, 4 Jun 2009 00:39:03 +0000 (00:39 +0000)]
Updated the HEAD build version to
20090604
moodlerobot [Thu, 4 Jun 2009 00:29:00 +0000 (00:29 +0000)]
Automatic installer.php lang files by installer_builder (
20090604 )
skodak [Wed, 3 Jun 2009 21:15:47 +0000 (21:15 +0000)]
MDL-18976 simplexml ext now marked as required, credit goes to Dan Poltawski
skodak [Wed, 3 Jun 2009 20:55:00 +0000 (20:55 +0000)]
MDL-17491 ora 10 min required, no need for legacy hacks anymore
skodak [Wed, 3 Jun 2009 20:53:19 +0000 (20:53 +0000)]
MDL-17020 pg 8.3 required, no need for legacy hacks anymore :-D
skodak [Wed, 3 Jun 2009 20:37:28 +0000 (20:37 +0000)]
MDL-18293 $DB->something is using exceptions, no need for ifs there, removing useless strings
skodak [Wed, 3 Jun 2009 20:25:27 +0000 (20:25 +0000)]
MDL-18293 $DB->something is using exceptions, no need for ifs there, removing useless strings
skodak [Wed, 3 Jun 2009 20:16:20 +0000 (20:16 +0000)]
MDL-18293 $DB->somethiong is using exceptions, no need for ifs there, removing useless strings
skodak [Wed, 3 Jun 2009 20:00:08 +0000 (20:00 +0000)]
MDL-18293 $DB->somethiong is using exceptions, no need for ifs tehre, removing useless strings
stronk7 [Wed, 3 Jun 2009 17:31:09 +0000 (17:31 +0000)]
MDL-19350 upgrade blocks - tiding up minor bits in repo plugins
stronk7 [Wed, 3 Jun 2009 17:27:07 +0000 (17:27 +0000)]
MDL-19350 upgrade blocks - adding missing savepoints to question types
stronk7 [Wed, 3 Jun 2009 17:16:01 +0000 (17:16 +0000)]
MDL-19350 upgrade blocks - adding missing savepoints to mod/quiz/reports
stronk7 [Wed, 3 Jun 2009 17:01:51 +0000 (17:01 +0000)]
MDL-19350 upgrade blocks - fixing minor bits in modules
skodak [Wed, 3 Jun 2009 16:53:14 +0000 (16:53 +0000)]
MDL-19388 removing mysql bypass from 1.8-2.0 - we require UTF8, no bypass possible any more
stronk7 [Wed, 3 Jun 2009 16:50:25 +0000 (16:50 +0000)]
MDL-19350 upgrade blocks - adding missing savepoints to message/output
skodak [Wed, 3 Jun 2009 16:24:00 +0000 (16:24 +0000)]
MDL-15249 support for environment test in cli scripts
stronk7 [Wed, 3 Jun 2009 15:18:53 +0000 (15:18 +0000)]
MDL-19350 upgrade review - adding missing savepoints to main upgrade.
stronk7 [Wed, 3 Jun 2009 15:09:23 +0000 (15:09 +0000)]
MDL-19350 upgrade review - savepoints added to enrol plugins
stronk7 [Wed, 3 Jun 2009 14:49:57 +0000 (14:49 +0000)]
MDL-19350 upgrade review - adding missing savepoints to blocks
stronk7 [Wed, 3 Jun 2009 14:38:25 +0000 (14:38 +0000)]
towards 2.0 DML
iarenaza [Wed, 3 Jun 2009 14:23:14 +0000 (14:23 +0000)]
Password expired change url: MDL-18719 If auth plugin doesn't provide a url, use the standard one.
Merged from MOODLE_18_STABLE
skodak [Wed, 3 Jun 2009 08:57:01 +0000 (08:57 +0000)]
MDL-19364 Create new category in tree doesn't check for advanced grade_item fields, thanks Daniel Neis
skodak [Wed, 3 Jun 2009 08:52:53 +0000 (08:52 +0000)]
MDL-19378 fixed incorrect weight in category form; backported from STABLE
dongsheng [Wed, 3 Jun 2009 08:38:52 +0000 (08:38 +0000)]
"MDL-15351, fixed undefined path variable"
skodak [Wed, 3 Jun 2009 08:23:05 +0000 (08:23 +0000)]
MDL-19352 maintenance mode reimplemented - now using$CFG + cli script
skodak [Wed, 3 Jun 2009 08:10:21 +0000 (08:10 +0000)]
MDL-16231 reimplemented deleting of files + cron cleanup
samhemelryk [Wed, 3 Jun 2009 04:09:33 +0000 (04:09 +0000)]
gradelib MDL-19376 Fixed full view link
pichetp [Wed, 3 Jun 2009 03:05:45 +0000 (03:05 +0000)]
MDL-17366 modifying lang strings
pichetp [Wed, 3 Jun 2009 03:04:04 +0000 (03:04 +0000)]
MDL-17366 define CALCULATEDSIMPLE , used in xml/format.php
pichetp [Wed, 3 Jun 2009 03:01:37 +0000 (03:01 +0000)]
MDL-17366 detecting real number of data items in database and modifying lang strings
moodlerobot [Wed, 3 Jun 2009 00:38:31 +0000 (00:38 +0000)]
Updated the HEAD build version to
20090603
moodlerobot [Wed, 3 Jun 2009 00:28:52 +0000 (00:28 +0000)]
Automatic installer.php lang files by installer_builder (
20090603 )
mits [Tue, 2 Jun 2009 19:26:28 +0000 (19:26 +0000)]
MDL-19374 fixed a typo.
pichetp [Tue, 2 Jun 2009 17:12:27 +0000 (17:12 +0000)]
MDL-17366 allow calculatedsimple question type XML import and export
mjollnir_ [Tue, 2 Jun 2009 10:39:21 +0000 (10:39 +0000)]
MDL-18405 formslib: split is_validated into two separate functions for more flexibility for callers to override the default behaviour. Merged from MOODLE_19_STABLE
tjhunt [Tue, 2 Jun 2009 08:33:35 +0000 (08:33 +0000)]
tags formslib element: MDL-19264 array_combine barfs on empty arrays.
dongsheng [Tue, 2 Jun 2009 05:24:24 +0000 (05:24 +0000)]
"MDL-14651, fixed yui javascript path (since latest yui upgrade), setup in update script in order to get format_text worked"
tjhunt [Tue, 2 Jun 2009 04:13:05 +0000 (04:13 +0000)]
local lang string: MDL-13001 fix docs to reflect how it really works.
moodlerobot [Tue, 2 Jun 2009 00:37:59 +0000 (00:37 +0000)]
Updated the HEAD build version to
20090602
pichetp [Mon, 1 Jun 2009 20:11:13 +0000 (20:11 +0000)]
MDL-17366 a new "temporary" icon image
mjollnir_ [Mon, 1 Jun 2009 18:53:54 +0000 (18:53 +0000)]
portfolio: MDL-19358 added $cm to require_login check. this will have to change as soon as we implement portfolio exporting for something other than a course module (eg, a blog, blog post, etc)
mjollnir_ [Mon, 1 Jun 2009 17:06:28 +0000 (17:06 +0000)]
portfolio: MDL-19358 and MDL-19354 added sesskey() protection when first initating a portfolio export; verify callback class is part of the portfolio_caller_base hierarchy; re-check permissions in the caller when waking up the portfolio exporter object (between requests)
pichetp [Mon, 1 Jun 2009 03:33:04 +0000 (03:33 +0000)]
MDL-17366 adding the calculatedsimple questiontype
pichetp [Mon, 1 Jun 2009 03:14:51 +0000 (03:14 +0000)]
MDL-17366 removing echo debugging lines.
pichetp [Mon, 1 Jun 2009 03:12:29 +0000 (03:12 +0000)]
MDL-17366 adding control of number of values displayed and validation improvments.
moodlerobot [Mon, 1 Jun 2009 00:37:45 +0000 (00:37 +0000)]
Updated the HEAD build version to
20090601
moodlerobot [Mon, 1 Jun 2009 00:27:52 +0000 (00:27 +0000)]
Automatic installer.php lang files by installer_builder (
20090601 )
skodak [Sun, 31 May 2009 17:38:18 +0000 (17:38 +0000)]
MDL-17458 moving lib/db/upgradelib.php to upgrade.php in order to maḱe it the the same for all plugins
wildgirl [Sun, 31 May 2009 17:33:45 +0000 (17:33 +0000)]
small fix: MDL-19268 thanks to Emanuel Delgado