Petr Skoda
4c1c9175c5
MDL-20698 fixed comment typos
2009-11-01 09:44:11 +00:00
Petr Skoda
e6942a949a
MDL-20698 cleaning up old ugprade hacks in setup.php
2009-11-01 09:38:38 +00:00
Petr Skoda
df97c6ee57
MDL-14679 fixing old TODO, get_record now throws exception on error
2009-11-01 09:31:09 +00:00
Petr Skoda
2a250a0b2e
MDL-20697 removing duplicate error string cannotfindsite, fixing get_site() which is now using exceptions
2009-11-01 09:21:41 +00:00
Petr Skoda
3f77c1584c
MDL-20697 removing duplicate error string, fixing get_site() which is now using exceptions
2009-11-01 09:10:09 +00:00
Petr Skoda
7b51fb61d2
MDL-20697 get_site() now throws exception in case of any problems (except during installation) - the problem is we can not recover from this automatically
2009-11-01 09:05:59 +00:00
Petr Skoda
10729aaaf2
MDL-20695 set_field does not return false any more, instead throws exception
2009-10-31 22:53:27 +00:00
Petr Skoda
6e03bed71b
MDL-20696 noting zend libs are incomplete and are not guaranteed to be there in future
2009-10-31 22:37:16 +00:00
Petr Skoda
4dffc77519
MDL-20696 fixed coding style: lib/setup.php is the first file people start reading when hacking moodle, it has to use the best coding style possible ;-)
2009-10-31 22:35:06 +00:00
Petr Skoda
47c2811b95
MDL-20695 no need to log prefetch attempts, we can not prevent them
2009-10-31 22:22:08 +00:00
Petr Skoda
ccda6d6866
MDL-20695 can not use trigger_error() for informing users about problems in config.php, no need to log these
2009-10-31 22:11:16 +00:00
Petr Skoda
2e9b772fb8
MDL-20693 new NO_DEBUG_DISPLAY define
2009-10-31 22:02:05 +00:00
Petr Skoda
3c1ea58b46
MDL-20691 "Fatal error: Exception thrown without a stack frame in Unknown on line 0" workaround in $OUTPUT->print_error()
2009-10-31 15:01:25 +00:00
Petr Skoda
30fa50d0b7
MDL-20676 whitespeace and other minor cleanup+fixes
2009-10-31 14:17:44 +00:00
Petr Skoda
6f8f4d839c
MDL-20577 fixed print error did not work outside of developer mode, output buffer content not discarded any more (significant debugging regression fix)
2009-10-31 14:12:16 +00:00
Petr Skoda
c19bc39c00
MDL-20676 refactoring and cleanup in default exception handler
2009-10-31 13:52:39 +00:00
Petr Skoda
cbf05caaac
MDL-20677 print_error() now throws exception + adding support for debug info parameter
2009-10-31 13:23:29 +00:00
Petr Skoda
6d92adcb2b
MDL-20676, MDL-20678 error page fixes
2009-10-31 13:20:18 +00:00
Eloy Lafuente
a380f30158
MDL-20288 add_to_log() - No need for any check in 2.0 as far as
...
insert_record_raw() already hadles that for Oracle on binding.
Merged from 19_STABLE
2009-10-30 17:07:21 +00:00
Petr Skoda
50764d3790
MDL-20676 improved output buffer workaround when printing fatal errors
2009-10-30 13:44:07 +00:00
Petr Skoda
89bef76c12
MDL-20676 removed duplicated debug info in uncaught exceptions
2009-10-30 13:31:15 +00:00
Petr Skoda
dfe73ba8e1
MDL-20677 simplified debugging of deprecated use of error()
2009-10-30 13:29:14 +00:00
Petr Skoda
83267ec08a
MDL-20677 simplified debugging of deprecated use of error()
2009-10-30 13:29:14 +00:00
Petr Skoda
a8ab8de959
MDL-20677 exception used in error() instead of print&die - this helps a lot when you need custom default exception handlers; it also reduces duplication in code
2009-10-30 13:12:45 +00:00
Petr Skoda
85309744d6
MDL-20676 improved protocol specification in fatal error headers - credit goes to Martin Langhoff
2009-10-30 12:46:16 +00:00
Petr Skoda
afda07d5eb
MDL-20676 removed strange attempt to eliminate good old temporary error message
2009-10-30 12:29:32 +00:00
Rossiani Wijaya
b1b4c2d75f
course/view MDL-10142 AJAX move functionality on section content
2009-10-30 08:02:16 +00:00
Nicolas Connault
05de723b1b
MDL-20328 New capabilities for blog
2009-10-30 07:26:11 +00:00
Nicolas Connault
1c7b8b934b
MDL-19676 MDL-14408 MDL-8776 Blog improvements
2009-10-30 07:25:50 +00:00
Nicolas Connault
cc82aef6fa
MDL-19754 New tables for blog, and upgrade script if needed
2009-10-30 07:24:34 +00:00
Sam Hemelryk
26f0525fa5
NOBUG: Testing CVS mailout for Jordan
2009-10-30 06:31:17 +00:00
Sam Hemelryk
13b0b27172
moodle_url MDL-20674 Added a method to allow the dev to set the anchor attribute of a moodle_url
2009-10-30 06:20:59 +00:00
Sam Hemelryk
5f8bce506f
javascript MDL-20662 Commited patch to fix old_onload_focus, thanks Nigel for the patch :)
2009-10-29 07:48:55 +00:00
Dan Poltawski
8ee8780ebf
lib/dml - 'complicated sql' unit test MDL-19645
...
I have just added one specific example SQL syntax which was breaking on
earlier versions of sqlite. We need to add more variations used throughout
moodle so different engines can be properly tested for compatibility.
2009-10-27 23:25:07 +00:00
Martin Dougiamas
7fde45a7e6
accesslib - Remove some notices when user is not logged in
2009-10-27 09:31:46 +00:00
Petr Skoda
2cb1ee78e4
MDL-12886 refactoring: improved test client forms support; fixing external group functions
2009-10-27 09:27:34 +00:00
Petr Skoda
0f4e72dee7
MDL-12886 untested external groups API
2009-10-26 23:05:11 +00:00
Petr Skoda
4f0c6ad110
MDL-12886 inproved hadnling of bool ws params and return values
2009-10-26 22:39:08 +00:00
David Mudrak
0524b1d98e
MDL-20623 formslib: fixed multiple forms freezing
...
The singleton MoodleQuickForm_Renderer's property $this->_formTemplate
was set during the first frozen form display at a page and
such a frozen template remained for all other forms, too. This fix
returns the default form template for non-frozen forms.
2009-10-26 21:16:55 +00:00
Petr Skoda
b8affd4c8a
MDL-12886 support for ws cap names in core
2009-10-26 19:41:06 +00:00
Petr Skoda
1942103f8b
MDL-17135 external token access support
2009-10-26 19:10:20 +00:00
Sam Hemelryk
3d97797bdb
navigation MDL-20543 Fixed remove_child and simpletests
2009-10-26 06:08:47 +00:00
Petr Skoda
76b3838adb
MDL-20632 crippling the Zend framework, only stuff needed for our /webservice/* kept :-(
2009-10-25 17:58:57 +00:00
Petr Skoda
1e18b6fe65
MDL-20632 import notes
2009-10-25 09:57:22 +00:00
Petr Skoda
63b1164049
MDL-20632 latest zend framework lib import
2009-10-24 19:49:26 +00:00
Petr Skoda
2b271c7bc3
MDL-20632 latest zend framework lib import
2009-10-24 19:48:22 +00:00
David Mudrak
8302aae15e
Fixed passing 'itemid' param in case of no item
2009-10-24 09:45:25 +00:00
Tim Hunt
02f64f9790
outputlib: MDL-20631 link_to_popup throws an exception if $link->text is empty, but you have passed an $image.
2009-10-23 18:49:00 +00:00
Sam Hemelryk
2561c4e99c
NOBUG: Fixed spelling mistake in comments to test something for Jordan
2009-10-23 04:23:57 +00:00
nicolasconnault
012cdce483
MDL-19118 Fixed a couple of XHTML errors in comment form definition
2009-10-23 02:02:13 +00:00