skodak
c304d58106
MDL-19668 renaming textbox and select elements
2009-06-30 15:23:33 +00:00
skodak
0c079f1912
MDL-19668 PHPDocs improvements and minor cleanup
2009-06-30 15:19:12 +00:00
tjhunt
b2104e9799
Fix typo
2009-06-30 12:29:14 +00:00
wildgirl
5e198b013d
database help file: MDL-14132 note re. using with auto-linking filter
2009-06-30 09:28:32 +00:00
dongsheng
93e9aa2792
"MDL-18520, file system, supported choose a subdirectory"
2009-06-30 09:10:42 +00:00
samhemelryk
a1b53dcf3f
messages MDL-19664 Clean up the messages javascript code
...
I have cleaned up the message Javascript code, implementing the new PAGE methods
and at the same time implemented the new OUTPUT methods
2009-06-30 08:33:29 +00:00
samhemelryk
17a6649b95
output MDL-19077 Implemented periodic refresh to meta refresh by delay
...
Also created layout-popup.php for standardwhite theme to provide a simpler template
2009-06-30 07:57:41 +00:00
moodler
cadf365256
mod/assignment/type/online MDL-14045 Just tidying up code and removing inappropriate styles
2009-06-30 07:40:08 +00:00
tjhunt
210dcb69ee
XHTML strict
2009-06-30 06:00:12 +00:00
nicolasconnault
2ad4090ed7
MDL-19467 Fixed one of Tim's typos and added a language string for URL
2009-06-30 05:49:58 +00:00
tjhunt
7544d13c28
MDL-19077 - re-fix the problem of exceptions being thrown in $OUTPUT->header
...
Also, fix lines theme.
2009-06-30 05:34:50 +00:00
samhemelryk
b7337ab7ec
outputlib MDL-19077 Fixed a typo I made in the has_started method
2009-06-30 02:58:09 +00:00
jerome
72c6b04ae7
report MDL-19660 fix PHP Fatal error when display report (wrong field order into get_users_by_capability) - bug only in 2.0
2009-06-30 02:42:56 +00:00
dongsheng
390baf4664
"MDL-13766, update image path, see http://moodle.org/mod/forum/discuss.php?d=126887 "
2009-06-30 02:12:16 +00:00
tjhunt
42fafd4b57
debug / lang string: MDL-19467 Debugging option to show where each lang string came from.
...
New option on Administration -> Server -> Debugging called
'Show origin of languages strings' ($CFG->debugstringids).
If this is set, get_string will add the name of the lang file and the id of the string
to each string it gets, so instead of returning 'No', it will return '{No admin/checkboxno}'.
2009-06-30 01:59:48 +00:00
samhemelryk
c892b53108
course-reports MDL-16438 Fixed broken reports, changed plugin list type to coursereport
2009-06-30 01:41:28 +00:00
samhemelryk
c2a1db4576
message MDL-16706 Replaced inline JS with new PAGE methods and created message.js
2009-06-30 01:28:32 +00:00
moodlerobot
ab3a235be4
Updated the HEAD build version to 20090630
2009-06-30 00:38:22 +00:00
stronk7
fcae2e3ba3
Fixed typo that was breaking badly custom_corner deprecated uses.
2009-06-29 17:11:34 +00:00
dongsheng
4deb544fbe
"MDL-19654, implement draft files browsing and management"
2009-06-29 14:03:23 +00:00
tjhunt
48adf91aaf
MDL-19077 - fix a $CFG->pixpath problem.
2009-06-29 09:19:53 +00:00
tjhunt
f580b270f3
Eliminate commented out code.
2009-06-29 09:16:48 +00:00
tjhunt
a5cb8d6987
MDL-19077 - Finish eliminating customcorners-specific code in core.
...
The custom-corners-specific code now in theme/customcornser/renderers.php
and lib/deprecatedlib.php.
Also, $CFG->pixpath is now causing more problems than ever. If it is
giving your problems, please call $OUTPUT->initialise_deprecated_cfg_pixpath()
as a temporary fix. As you can imagine, we are thinking about a better
long-term fix, which is why that method as a silly, and easy to grep name.
2009-06-29 08:17:31 +00:00
samhemelryk
82afb58797
filter-mediaplugin MDL-16706 Replaced inline JS with new PAGE methods and created mediaplugin.js
2009-06-29 08:05:21 +00:00
samhemelryk
e877532055
lib MDL-19077 Created output redirect method and implemented against weblib redirect method
...
This resolves the meta bug that was used when redirecting with a delay
Thanks Tim for the help with this one
2009-06-29 07:19:05 +00:00
tjhunt
c84a2dbea2
MDL-19077 - change how $OUTPUT is initialised.
...
Please read the comment at the top of bootstrap_renderer in setuplib.php
2009-06-29 05:00:45 +00:00
dongsheng
a4103e65fa
"MDL-13766, fixed image path"
2009-06-29 03:41:02 +00:00
dongsheng
129deb0273
"MDL-19180, convert relative url to absolute url in url plugin"
2009-06-29 03:32:38 +00:00
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