tjhunt
bcfc87f5de
javascript: MDL-19475 replace require_js calls with $PAGE->requires->js.
2009-06-15 07:00:08 +00:00
fmarier
3e83641fdc
MDL-2794 testweblib: adapt the unit tests to the output of new html2text library
2009-06-15 06:08:42 +00:00
tjhunt
c28bf5c9f8
javascript: MDL-19475 replace require_js calls with $PAGE->requires->js.
...
Also, some related JavaScript cleanup.
More to follow.
2009-06-15 05:37:57 +00:00
dongsheng
424362f3b5
"MDL-16695, fixed yui js files path"
2009-06-15 05:06:34 +00:00
tjhunt
5c5418fe9d
Further fixes to PHPdoc comments.
2009-06-15 04:03:59 +00:00
tjhunt
2c144fc308
Further fixes to PHPdoc comments.
2009-06-15 03:54:00 +00:00
tjhunt
9ca1395054
Try to improve formatting of PHPdoc.
2009-06-15 02:48:40 +00:00
tjhunt
0287fe7e23
Fix package name.
2009-06-15 02:45:26 +00:00
moodlerobot
b9b8205dd5
Updated the HEAD build version to 20090615
2009-06-15 00:39:07 +00:00
skodak
13a220cfb8
MDL-19500 improved editor embedding
2009-06-14 21:35:07 +00:00
stronk7
cab8690d4b
MDL-19331 Changes is table name/comments now flag xmldb as changed
2009-06-14 16:34:34 +00:00
skodak
fe54764e04
MDL-19498 importing tinymce 3.2.4.1
2009-06-14 16:19:28 +00:00
skodak
95fa2e7e4b
MDL-19498 testing keyword expansion changes in exported libs
2009-06-14 16:14:45 +00:00
moodlerobot
2082c1ff38
Updated the HEAD build version to 20090614
2009-06-14 00:39:29 +00:00
mudrd8mz
488275fc71
Fixed missing ";" - spotted during upgrade
2009-06-13 20:56:14 +00:00
skodak
fc29e51b2d
MDL-18293 removed obsoleted checking of return values from insert and update_record + unused strings cleanup
2009-06-13 18:34:43 +00:00
skodak
a8f3a651c0
MDL-18293 removed obsoleted checking of return values from insert and update_record + unused strings cleanup
2009-06-13 18:16:08 +00:00
skodak
979425b584
MDL-18293 removed obsoleted checking of return values from insert and update_record + unused strings cleanup
2009-06-13 18:04:21 +00:00
skodak
0bcf8b6f0d
MDL-18293 removed obsoleted checking of return values from insert and update_record + unused strings cleanup
2009-06-13 17:55:51 +00:00
skodak
a8c31db2a3
MDL-18293 removed obsoleted checking of return values from insert and update_record + unused strings cleanup
2009-06-13 17:47:18 +00:00
skodak
9d7493399d
MDL-18293 removed obsoleted checking of return values from insert and update_record + unused strings cleanup
2009-06-13 17:35:10 +00:00
skodak
bb4b6010f3
MDL-18293 removed obsoleted checking of return values from insert and update_record + unused strings cleanup
2009-06-13 17:17:10 +00:00
skodak
b8ac7ecec8
MDL-18293 removed obsoleted checking of return values from insert and update_record
2009-06-13 16:47:05 +00:00
skodak
44f27e4123
MDL-14990 pritning of backtrace does not rely on $CFG any more and can be used from destructors
2009-06-13 16:07:14 +00:00
skodak
b4154c2d64
MDL-14990 implemented query loggin in new native DML drivers
2009-06-13 15:59:55 +00:00
agrabs
b68bff82c9
MDL-19497 - group selection is broken
2009-06-13 14:17:00 +00:00
skodak
54d51f604e
MDL-19470, MDL-14990 fixed db transactio nregression + towards query logging support
2009-06-13 10:16:29 +00:00
skodak
7900a54c30
MDL-14679 fixing old TODOs and adding more CLI support
2009-06-13 09:16:30 +00:00
skodak
eda26314d6
MDL-19474 adding TODO for removing of obsoleted adodb drivers before branching
2009-06-13 09:11:54 +00:00
skodak
bba506164d
MDL-14679 fixing old TODOs
2009-06-13 09:09:30 +00:00
moodlerobot
b7e8443769
Updated the HEAD build version to 20090613
2009-06-13 00:39:12 +00:00
diml
e64bb85463
MDL-19477 - Issues on check_text access controllers
2009-06-12 16:18:37 +00:00
tjhunt
cf6155226c
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.)
2009-06-12 12:13:07 +00:00
tjhunt
151165e3d1
Fix some fallout from the pagelib changes.
2009-06-12 12:08:25 +00:00
tjhunt
3e38c3bf23
Yes the, new, more efficient, variant of the select all checkboxes function.
2009-06-12 12:07:35 +00:00
tjhunt
45caa363f0
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.
2009-06-12 12:01:16 +00:00
tjhunt
0eab1dc067
Fix whitespace.
2009-06-12 11:57:15 +00:00
tjhunt
c679c3582a
Fix some fallout from the pagelib changes.
2009-06-12 11:56:30 +00:00
tjhunt
30f6bd51a3
Fix print_footer call, and some fallout from the pagelib changes.
2009-06-12 11:53:35 +00:00
skodak
1fbdf76ddb
MDL-19470 detection of unfinished transactions and transactions interrupted by exceptions
2009-06-12 10:59:28 +00:00
tjhunt
18e8f3ab9e
Fix syntax error.
2009-06-12 10:13:01 +00:00
tjhunt
9a78a083f3
Kill use of deprecated parameter.
2009-06-12 10:05:16 +00:00
tjhunt
a836d6d375
Fix whitespace.
2009-06-12 09:09:28 +00:00
skodak
8cc35d2055
MDL-14679 license header fixes
2009-06-12 08:50:50 +00:00
skodak
94b6329544
MDL-14679 license header fixes
2009-06-12 08:44:49 +00:00
skodak
5da75074c4
MDL-19470 adding missing inline docs
2009-06-12 08:27:19 +00:00
skodak
4bddb84049
MDL-19470 adding missing inline docs
2009-06-12 08:15:53 +00:00
skodak
4992614541
MDL-19470 fixing DML license headers
2009-06-12 08:14:29 +00:00
skodak
a1dda107bd
MDL-19470 detection of nested transactions, only one level allowed
2009-06-12 07:55:44 +00:00
tjhunt
946a23bd03
XHTML strict.
2009-06-12 07:30:07 +00:00