tjhunt
d6c5e269b5
Fix deprecated function calls.
2009-06-29 03:10:06 +00:00
samhemelryk
f3665549b8
mod-scorm MDL-16706 Replaced inline JS with new PAGE methods and created player.js
2009-06-29 02:38:22 +00:00
samhemelryk
fc4f5796cc
formslib MDL-19626 Changed JS string handling to new $PAGE methods, Thanks Dan
2009-06-29 02:10:49 +00:00
samhemelryk
9262d2d30f
formslib MDL-19626 Fixed broken show/hide advanced button
...
Updated formslib showadvanced inline JS to use new $PAGE methods
and replaced inline noscript with css handled display
2009-06-29 01:58:11 +00:00
moodlerobot
a36a2bc8e5
Updated the HEAD build version to 20090629
2009-06-29 00:38:23 +00:00
tjhunt
fd1a792e13
themes: MDL-19640 / MDL-19077 remove other references to _print_normal_error
2009-06-29 00:34:49 +00:00
stronk7
86ffb13965
MDL-19057 ddl tests - complete a bit ddl table tests (and partially drop enum fields)
2009-06-28 22:12:20 +00:00
dongsheng
46517c4774
"MDL-13766, fixed print_msg function and fixed upload form, update compressed js"
2009-06-28 10:06:04 +00:00
dongsheng
4dbb2b0507
"MDL-19180, repository url plugin, if users provide a url of webpage, this plugin could list all images in this page"
2009-06-28 09:38:32 +00:00
moodlerobot
53b26f474c
Updated the HEAD build version to 20090628
2009-06-28 00:38:01 +00:00
poltawski
6a2a58f773
Sorry managed to commit sql_bitxor twice
2009-06-27 21:26:08 +00:00
poltawski
9f300b3afa
dml/sqllite MDL-19644 - add sql_bitxor compatibility
...
fixes one unit test
2009-06-27 21:23:49 +00:00
poltawski
e9c734ba5c
dml/sqllite MDL-19643 Throw exceptions to make things more robust
...
Various functions were catching the pdo error and returning
false, but this isn't enough. I have modified the functions to
throw a dml exception like other drivers do.
2009-06-27 21:22:50 +00:00
poltawski
fa648098b2
dml/sqllite MDL-19642 - Make connections more robust
...
- Include 'pdo' as an extension to be checked for
- Bail out of a connect and throw an exception if the required
extensions aren't loaded
- Don't ignore pdo exceptions on connect error - throw our
own exception
2009-06-27 21:22:27 +00:00
poltawski
0661894ccf
dml/sqllite MDL-19644 - add sql_bitxor compatibility
...
fixes one unit test
2009-06-27 21:22:03 +00:00
poltawski
88931a0e41
Whoops, didn't mean to remove Andrei's copyright.
2009-06-27 14:48:18 +00:00
poltawski
d5377019e4
dmllib/pdo MDL-19641 - Fixup PDO (SQLlite) support
...
By changing the behaviour of the recordset to match
the native recordset we fix the major compatbility problems
Before: Can't get a working install to run tests
After: 353 passes, 10 fails and 0 exceptions.
(and moodle can install on my iphone)
2009-06-27 14:46:44 +00:00
moodlerobot
de93c5b70f
Updated the HEAD build version to 20090627
2009-06-27 00:38:13 +00:00
stronk7
81d18ad5c4
MDL-19579 code coverage - finished adding initial $includecoverage attributes
2009-06-26 18:25:46 +00:00
ptrkmkl
583011c1f2
MDL-19547: Added CSS selector for .tag_cloud .s0 to styles_fonts.css
2009-06-26 18:14:43 +00:00
stronk7
ce40c8ff2b
MDL-19579 code coverage - add more initial $includecoverage attributes
2009-06-26 18:12:05 +00:00
stronk7
081a63a9eb
MDL-19579 code coverage - add more initial $includecoverage attributes
2009-06-26 17:49:15 +00:00
stronk7
d47cf63dec
MDL-19579 code coverage - add initial $includecoverage attributes
2009-06-26 17:21:36 +00:00
stronk7
e5d06af22e
MDL-19579 code coverage - show link to latest complete report
2009-06-26 17:07:33 +00:00
stronk7
f40184265a
MDL-19579 code coverage - add lang strings and open complete report in new window
2009-06-26 15:51:12 +00:00
stronk7
70013fdcf9
XHTML Strict
2009-06-26 15:46:25 +00:00
tjhunt
6e37fa50cb
themes: MDL-19077 make a comment clearer.
2009-06-26 11:22:41 +00:00
tjhunt
f5bb6e2dfb
remove some print_simple_boxes.
2009-06-26 10:29:56 +00:00
tjhunt
82bba20e55
themes: MDL-19077 fix unit test regression
2009-06-26 10:26:31 +00:00
stronk7
2e10368ab1
MDL-19579 code coverage - fix error when reporting number of lines in summary 2nd try :-(
2009-06-26 10:05:49 +00:00
stronk7
dc77a7a831
MDL-19579 code coverage - fix error when reporting number of lines in summary
2009-06-26 10:03:44 +00:00
stronk7
021a4a5ed9
Fix coverage summary OUTPUT
2009-06-26 09:58:09 +00:00
stronk7
5d902b5da5
Fix unit|db tests OUTPUT
2009-06-26 09:50:06 +00:00
tjhunt
e29380f3c4
themes: MDL-19077 fix install regression
2009-06-26 09:38:14 +00:00
stronk7
e2074b8b43
MDL-19579 code coverage - initial frontend for both unit and db tests
2009-06-26 09:10:01 +00:00
stronk7
e1fe1b24fd
MDL-19579 code coverage - summary reporting
2009-06-26 09:07:58 +00:00
tjhunt
34a2777ccb
themes: MDL-19077 new $OUTPUT->header/footer to replace print_header/footer.
...
Also, part of the change from weblib.php functions to $OUTPUT-> methods.
This is part of http://docs.moodle.org/en/Development:Theme_engines_for_Moodle%3F
This is a big change, and the result is not perfect yet. Expect some debugging output
on some pages.
The main part of these changes are that $OUTPUT->header now looks for a file
in the theme called layout.php, rather than header.html and footer.html. Also
you can have special templates for certain pages like layout-home.php. There is
fallback code for Moodle 1.9 themes, so they still work.
A few of the old arguments to print_header are no longer supported. (You get an
exception if you try to use them.) Sam H will be cleaning those up.
All the weblib functions that have been replaced with $OUTPUT-> have version in
deprecatedlib, so existing code will go on working for the foreseeable future.
2009-06-26 09:06:16 +00:00
skodak
520cea9216
MDL-16438 standardized component names
2009-06-26 09:02:05 +00:00
samhemelryk
f7813100a5
user MDL-16706 This was not the solution, removing YUI call here
2009-06-26 08:12:50 +00:00
samhemelryk
002575adeb
mod-forum MDL-16706 Removed inline JS and replaced with new PAGE methods
2009-06-26 07:49:37 +00:00
samhemelryk
a39fe289b0
mod-feedback MDL-16706 Removed inline JS and replaced with new PAGE methods
2009-06-26 07:32:52 +00:00
samhemelryk
0763ab2c65
mod-chat MDL-16706 Removed inline JS and replaced with new PAGE methods
2009-06-26 06:53:23 +00:00
samhemelryk
bd257031a9
mod-scorm MDL-16706 Removed inline JS and replaced with new PAGE methods
2009-06-26 06:31:26 +00:00
samhemelryk
8ab94a36fe
mod-chat MDL-16706 Removed inline JS and replaced with new PAGE methods
2009-06-26 05:55:55 +00:00
samhemelryk
30972c2bac
mod-chat MDL-16706 Removed inline JS and replaced with new PAGE methods
...
Removed print_header $meta at same time as no longer used
2009-06-26 05:49:33 +00:00
samhemelryk
cafe98f394
mod-resource-file MDL-16706 Removed inline JS and replaced with new PAGE methods
2009-06-26 05:12:43 +00:00
samhemelryk
1d6b319b11
mod-resource MDL-16706 Removed inline JS and replaced with new PAGE methods
2009-06-26 04:04:31 +00:00
samhemelryk
c6620f3a4a
user-adduser MDL-16706 Included YUI event using requires yui_lib
2009-06-26 04:00:51 +00:00
tjhunt
52eab6669b
MDL-19631 replace deprecated function usage.
2009-06-26 02:23:19 +00:00
ptrkmkl
a0c7dbcaa0
Cornflower theme: MDL-19607 Removed float from sideblock commands.
2009-06-26 01:59:32 +00:00