dongsheng
98978c2efa
"MDL-15470, create repository database table"
2008-06-30 11:00:42 +00:00
scyrma
38fb819028
MDL-11992: adding course tagging patch, by John Beedell. This feature is not
...
active by default at this time. Related help files are not included in this
commit, as they are being revised (see issue 15385) and will be sent in soon.
2008-06-30 09:04:07 +00:00
ikawhero
8231ba1932
MDL-13000 minor fix merged from MOODLE_19_STABLE
2008-06-30 06:08:57 +00:00
stronk7
a3bf516d75
Check for ints being inserted into text (clob) fieds to cast them to string.
...
Affects insert_record(), update_record() and set_field_xx(). MDL-15460
2008-06-28 21:09:10 +00:00
stronk7
dfc05efe0d
CEIL() uses fixed with new DML stuff. MDL-15336
2008-06-28 19:04:25 +00:00
stronk7
888375bc2c
Added sql_ceil() helper method. MDL-15336
2008-06-28 18:25:25 +00:00
scyrma
16e2b71a54
MDL-11113: Next moodle version requires PHP5: removing php4 compatibility code.
2008-06-27 03:00:29 +00:00
stronk7
98c00d7530
Statistics generation fixed in HEAD (from 19_STABLE) ; MDL-13861
2008-06-26 22:18:56 +00:00
stronk7
f3700f8cb3
Adding new sql_null_from_clause() helper function from 19_STABLE. MDL-13861
2008-06-26 18:27:22 +00:00
dongsheng
16aab58bd4
"MDL-13368, improve ufo.js to HEAD, backport to 1.9 later"
2008-06-26 06:21:32 +00:00
Francois Marier
6800d78e06
Drift between CVS and git
...
- large deletions
- lucene updates
- error() => print_error()
- NO_MOODLE_COOKIES define
- various other things
2008-06-25 17:31:23 +00:00
jerome
293076e9ce
MDL-14635 remove tags from glossary block help, merged from 19
2008-06-25 03:26:08 +00:00
skodak
6553ec3c80
MDL-15376 remove unchecked vars tests
2008-06-23 21:23:28 +00:00
skodak
82dd4f426d
removed < PHP 4.4.0 compatibility hack
2008-06-23 21:18:08 +00:00
skodak
04264aeda4
MDL-15343 mod upgrade savepoints implemented (the xmldb generator is not updated yet)
2008-06-22 23:35:52 +00:00
skodak
16a5642c69
MDL-14679 var_export now used instead of addsingleslashes in installer; refactored the database setting initialisation
2008-06-22 22:53:40 +00:00
skodak
98e1919368
MDL-15071 fixed typo
2008-06-22 22:32:16 +00:00
skodak
eccc4a07b3
MDL-15071 fixed problem introduced into submitted patch
2008-06-22 22:05:59 +00:00
skodak
55946ffda6
MDL-15071 new sqlite pdo driver by Andrei Bautu (with minor changes)
2008-06-22 21:35:07 +00:00
skodak
17deeebc8f
MDL-15071 sqlite compatibility fix - by Andrei Bautu
2008-06-22 20:42:19 +00:00
skodak
eee5d9bb85
MDL-14956 DDL exceptions
2008-06-22 16:51:55 +00:00
skodak
eb099f327b
MDL-14956 removed some tests from create table method - no need to check if something exists in table if table itself does not exist yet
2008-06-22 12:35:15 +00:00
skodak
57f7b7cebe
MDL-14992 ugly workaround for http://bugs.php.net/bug.php?id=39449
2008-06-22 11:56:01 +00:00
skodak
4dd3bf0584
MDL-15320 fixed $cfg->library typo - thanks Andrei Bautu
2008-06-20 20:30:29 +00:00
nicolasconnault
50a12c87ce
MDL-14905 Finished all basic tests. It should now be easy to extend these tests with more boundary conditions
2008-06-20 09:40:03 +00:00
scyrma
c020cec265
MDL-14741: use the value of the main killswitch, and add back missing functions
2008-06-20 09:31:19 +00:00
jamiesensei
7cdd8b2258
MDL-14191 "Add db folder for db installation / upgrade" and MDL-14193 "Automatic processing of access.php for adding / upgrading report capabilities" New plug in capabilities for quiz reports.
2008-06-20 09:11:08 +00:00
skodak
6566118c51
MDL-15320 support for other database driver types
2008-06-20 07:05:46 +00:00
tjhunt
c44889c088
MDL-15321 - Add a class to the last column and row of the table in print_table to help theming
2008-06-19 18:38:27 +00:00
nicolasconnault
0088bd3167
MDL-14905 Added more unit tests, plus stubs for all methods to be tested. Also fixed a bug in moodle_database:get_recordset_list(), which was using " AND " between values instead of " OR "
2008-06-18 14:53:01 +00:00
nicolasconnault
b579f0dbde
MDL-14905 Removed table creation and data insertion from setUp() method, and put simple versions of these in each test method needing them.
2008-06-18 11:12:19 +00:00
skodak
ec22e38039
MDL-15273 basic read/write perf counter in moodle_database
2008-06-18 08:26:41 +00:00
skodak
edef70c9d0
MDL-15273 basic read/write perf counter in moodle_database
2008-06-18 08:26:40 +00:00
jerome
e79fe53d98
MDL-15152 reverse MDL-14439 fix for dropdown menu for Opera+Linux, merged from 19
2008-06-18 05:58:06 +00:00
nicolasconnault
845fe812a8
MDL-15100 fixed typo ('param' instead of 'array')
2008-06-17 07:05:44 +00:00
skodak
ab130a0b5f
MDL-15273 basic read/write perf counter in moodle_database
2008-06-16 21:01:54 +00:00
skodak
eb203ee412
MDL-14898 upgraded html purifier to 3.1.0 in HEAD
2008-06-16 16:39:09 +00:00
nicolasconnault
7f9f11b5d4
MDL-14905 Added subclass of moodle_database for testing, plus some unit tests.
2008-06-16 15:41:23 +00:00
skodak
38a4e1d664
MDL-8246 new typo3 lib imported
2008-06-16 15:31:21 +00:00
skodak
0cbe81112a
MDL-14580 rewritten course sorting algorithms
2008-06-16 14:25:53 +00:00
sam_marshall
977b3d3145
MDL-15263 Fixed numeric entities remaining after html_to_text
2008-06-16 14:07:47 +00:00
jamiesensei
455c3efa13
MDL-14204 "Content for Quiz Statistics report table - Random_guess_score" oops ought to give that function name a 'question_' prefix
2008-06-16 13:59:30 +00:00
jamiesensei
6f51ed72be
MDL-14204 "Content for Quiz Statistics report table - Random_guess_score" added method random_guess_score to question type objects and a new function in questionlib that calls the question type method.
2008-06-16 13:29:00 +00:00
skodak
058c7d9021
MDL-15094 fixed print_box() regression
2008-06-16 11:39:21 +00:00
skodak
4787c6eb24
MDL-15241 fixed plugin test
2008-06-16 11:34:19 +00:00
skodak
74a28ec471
fixed some funny unicode space
2008-06-16 08:33:00 +00:00
scyrma
737e8469b6
MDL-15254: move dragmath plugin to a common folder, out of tinymce hierarchy
2008-06-16 06:58:39 +00:00
scyrma
e401c0a100
MDL-15254: move dragmath plugin to a common folder, out of tinymce hierarchy
2008-06-16 06:53:16 +00:00
scyrma
3abecc408b
MDL-15254: move dragmath plugin to a common folder, out of tinymce hierarchy
2008-06-16 06:48:06 +00:00
scyrma
112b04c7ce
MDL-15254: move dragmath plugin to a common folder, out of tinymce hierarchy
2008-06-16 06:37:26 +00:00