]>
git.mjollnir.org Git - moodle.git/log
skodak [Sat, 13 Jun 2009 17:35:10 +0000 (17:35 +0000)]
MDL-18293 removed obsoleted checking of return values from insert and update_record + unused strings cleanup
skodak [Sat, 13 Jun 2009 17:17:10 +0000 (17:17 +0000)]
MDL-18293 removed obsoleted checking of return values from insert and update_record + unused strings cleanup
skodak [Sat, 13 Jun 2009 16:47:05 +0000 (16:47 +0000)]
MDL-18293 removed obsoleted checking of return values from insert and update_record
skodak [Sat, 13 Jun 2009 16:07:14 +0000 (16:07 +0000)]
MDL-14990 pritning of backtrace does not rely on $CFG any more and can be used from destructors
skodak [Sat, 13 Jun 2009 15:59:55 +0000 (15:59 +0000)]
MDL-14990 implemented query loggin in new native DML drivers
agrabs [Sat, 13 Jun 2009 14:17:00 +0000 (14:17 +0000)]
MDL-19497 - group selection is broken
skodak [Sat, 13 Jun 2009 10:16:29 +0000 (10:16 +0000)]
MDL-19470, MDL-14990 fixed db transactio nregression + towards query logging support
skodak [Sat, 13 Jun 2009 09:16:30 +0000 (09:16 +0000)]
MDL-14679 fixing old TODOs and adding more CLI support
skodak [Sat, 13 Jun 2009 09:11:54 +0000 (09:11 +0000)]
MDL-19474 adding TODO for removing of obsoleted adodb drivers before branching
skodak [Sat, 13 Jun 2009 09:09:30 +0000 (09:09 +0000)]
MDL-14679 fixing old TODOs
moodlerobot [Sat, 13 Jun 2009 00:39:12 +0000 (00:39 +0000)]
Updated the HEAD build version to
20090613
diml [Fri, 12 Jun 2009 16:18:37 +0000 (16:18 +0000)]
MDL-19477 - Issues on check_text access controllers
tjhunt [Fri, 12 Jun 2009 12:13:07 +0000 (12:13 +0000)]
ajaxlib/require_js: MDL-16693 $PAGE->requires->... deprecates require_js etc.
There is a new implementation of require_js in lib/deprecatedlib.php,
based on $PAGE->requires.
There were a few other recently introduced functions in lib/weblib.php,
namely print_js_call, print_delayed_js_call, print_js_config and
standard_js_config. These have been removed, since they were never in
a stable branch, and all the places that used them have been changed
to use the newer $PAGE->requires->... methods.
get_require_js_code is also gone, and the evil places that were calling
it, even though it is an internal function, have been fixed.
Also, I made some minor improvements to the code I committed yesterday
for MDL-16695.
All that remains is to update all the places in core code that are
still using require_js.
(This commit also fixes the problem where the admin tree would not
start with the right categories expanded.)
tjhunt [Fri, 12 Jun 2009 12:08:25 +0000 (12:08 +0000)]
Fix some fallout from the pagelib changes.
tjhunt [Fri, 12 Jun 2009 12:07:35 +0000 (12:07 +0000)]
Yes the, new, more efficient, variant of the select all checkboxes function.
tjhunt [Fri, 12 Jun 2009 12:01:16 +0000 (12:01 +0000)]
Fix whitespace, and a minor problem, in javascript-static.
Also, new, more efficient, variant of the select all checkboxes function,
for when they are all in a container with an id.
tjhunt [Fri, 12 Jun 2009 11:57:15 +0000 (11:57 +0000)]
Fix whitespace.
tjhunt [Fri, 12 Jun 2009 11:56:30 +0000 (11:56 +0000)]
Fix some fallout from the pagelib changes.
tjhunt [Fri, 12 Jun 2009 11:53:35 +0000 (11:53 +0000)]
Fix print_footer call, and some fallout from the pagelib changes.
skodak [Fri, 12 Jun 2009 10:59:28 +0000 (10:59 +0000)]
MDL-19470 detection of unfinished transactions and transactions interrupted by exceptions
tjhunt [Fri, 12 Jun 2009 10:13:01 +0000 (10:13 +0000)]
Fix syntax error.
tjhunt [Fri, 12 Jun 2009 10:05:16 +0000 (10:05 +0000)]
Kill use of deprecated parameter.
tjhunt [Fri, 12 Jun 2009 09:09:28 +0000 (09:09 +0000)]
Fix whitespace.
skodak [Fri, 12 Jun 2009 08:50:50 +0000 (08:50 +0000)]
MDL-14679 license header fixes
skodak [Fri, 12 Jun 2009 08:44:49 +0000 (08:44 +0000)]
MDL-14679 license header fixes
skodak [Fri, 12 Jun 2009 08:27:19 +0000 (08:27 +0000)]
MDL-19470 adding missing inline docs
skodak [Fri, 12 Jun 2009 08:15:53 +0000 (08:15 +0000)]
MDL-19470 adding missing inline docs
skodak [Fri, 12 Jun 2009 08:14:29 +0000 (08:14 +0000)]
MDL-19470 fixing DML license headers
skodak [Fri, 12 Jun 2009 07:55:44 +0000 (07:55 +0000)]
MDL-19470 detection of nested transactions, only one level allowed
tjhunt [Fri, 12 Jun 2009 07:30:07 +0000 (07:30 +0000)]
XHTML strict.
dongsheng [Fri, 12 Jun 2009 05:59:43 +0000 (05:59 +0000)]
"MDL-16596, remove inline css from filemanager"
dongsheng [Fri, 12 Jun 2009 05:57:25 +0000 (05:57 +0000)]
"MDL-19002, implement attachment files limit in file picker"
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.