Petr Skoda
05d531a5fb
MDL-32569 drop old functional DB tests
2012-04-21 16:32:14 +02:00
Petr Skoda
f59f03ad2d
MDL-32569 drop more core simpletests that were already migrated
2012-04-21 16:27:30 +02:00
Petr Skoda
b38d2ce7f8
MDL-32569 move other test related files to new tests directory
2012-04-21 16:11:36 +02:00
Petr Skoda
6e9f0fd15d
MDL-32569 improve SimpleTest emulation
2012-04-20 22:20:43 +02:00
Dan Poltawski
f0ab3a05e3
Merge branch 'w16_MDL-32377_m23_strcache' of git://github.com/skodak/moodle
2012-04-18 18:30:03 +08:00
Eloy Lafuente (stronk7)
80695b2d51
MDL-32448 import YUI 3.5.0: update readme
2012-04-17 18:15:16 +02:00
Eloy Lafuente (stronk7)
2a1f43a1db
Merge branch 'w16_MDL-32448_m23_yui350' of git://github.com/skodak/moodle
2012-04-17 00:29:35 +02:00
Petr Skoda
d7b44d5e95
MDL-32377 do not rewrite on-disk string cache when double checking if string really does not exist in get_string()
...
This should help with performance on production sites and may indirectly resolve race condition problems in MDL-31904.
2012-04-16 23:58:50 +02:00
Petr Skoda
ea7d4b0972
MDL-32377 do not store incomplete component strings without local packs in on-disk string cache
2012-04-16 23:55:35 +02:00
Petr Skoda
36902e062e
MDL-32448 import YUI 3.5.0
2012-04-16 11:59:43 +02:00
Dan Poltawski
54e4d1b3a1
Merge branch 'w16_MDL-32400_m23_phpunit4' of git://github.com/skodak/moodle
2012-04-16 16:12:35 +08:00
Dan Poltawski
71504afc99
Merge branch 'w16_MDL-32392_m23_minversion' of git://github.com/skodak/moodle
2012-04-16 13:52:50 +08:00
Dan Poltawski
04b16edb6d
Merge branch 'w16_MDL-32434_m23_droptemp' of git://github.com/skodak/moodle
2012-04-16 13:40:32 +08:00
Dan Poltawski
2e70e457bd
Merge branch 'w16_MDL-32423_m23_flowplayer' of git://github.com/skodak/moodle
2012-04-16 13:32:40 +08:00
Sam Hemelryk
a02e2eafa4
Merge branch 'w16_MDL-32405_m23_estrict4' of git://github.com/skodak/moodle
2012-04-16 17:31:45 +12:00
Dan Poltawski
788c5164aa
Merge branch 'wip-MDL-32393-m23' of git://github.com/samhemelryk/moodle
2012-04-16 13:29:04 +08:00
Sam Hemelryk
9f31cf9f33
Merge branch 'w16_MDL-32447_m23_tcpdf' of git://github.com/skodak/moodle
2012-04-16 17:25:27 +12:00
Sam Hemelryk
0064f3cfbb
MDL-32393 navigation: Fixed up issue when rendering action_link instances for the navigation
2012-04-16 17:12:48 +12:00
Sam Hemelryk
e3d34313ab
Merge branch 'MDL-26099-workshop-phase-switch' of git://github.com/mudrd8mz/moodle
2012-04-16 15:00:20 +12:00
Dan Poltawski
85b0540605
Merge branch 'wip-MDL-32395-m23' of git://github.com/samhemelryk/moodle
2012-04-16 10:32:09 +08:00
Sam Hemelryk
2a535174c0
MDL-32426 phpunit: Fixed up phpdocs for generator changes
2012-04-16 11:52:56 +12:00
Sam Hemelryk
e3a660a2e7
Merge branch 'MDL-32426-master-1' of git://git.luns.net.uk/moodle
2012-04-16 11:52:12 +12:00
Sam Hemelryk
68c7673088
Merge branch 'MDL-27547' of git://github.com/mouneyrac/moodle
2012-04-16 10:48:15 +12:00
Petr Skoda
54c5b1ad35
MDL32392 delete unused is_min_version() in some DB drivers
2012-04-15 19:40:07 +02:00
Petr Skoda
66b3302dec
MDL-32405 workaround for non-static PEAR::raise_error() and fixed -1 debug support
2012-04-15 17:02:26 +02:00
Petr Skoda
585ae3d949
MDL-32447 import latest tcpdf and point cache to tcpdf subdirectory of moodle cache dir
2012-04-15 16:08:46 +02:00
Petr Skoda
afd1c47c10
MDL32423 import latest flowplayer
2012-04-15 15:59:07 +02:00
Petr Skoda
6b04fdc0b6
MDL-32400 improve module generators
...
Module generators are using standard *_add_instance() methods which helps with testing, it also updates grades and calendar events if used.
2012-04-15 14:16:59 +02:00
Petr Skoda
322cf28415
MDL-32400 fix PHPUnit configuration file paths on windows
2012-04-15 12:23:42 +02:00
Petr Skoda
0684ea9972
MDL-32400 do not silence diagnostic PHPUnit includes
2012-04-15 12:23:42 +02:00
Petr Skoda
0d8e51a65f
MDL-32400 rework phpunit exit codes, use only php based init
2012-04-15 12:23:42 +02:00
Petr Skoda
589376d385
MDL-32400 ignore outdated config settings in future upgrades
2012-04-15 12:23:41 +02:00
Petr Skoda
e2b8630b5c
MDL-32400 store version hash also in database
...
This prevents problems when switching databases in config.php and keeping the same test dataroot.
2012-04-15 12:23:41 +02:00
Petr Skoda
4059b64510
MDL-32400 convert completion tests
2012-04-15 12:23:41 +02:00
Petr Skoda
a66b2ae4f4
MDL-32434 deprecate drop_temp_table() in favour of drop_table()
2012-04-15 12:23:15 +02:00
Petr Skoda
9b3323b8be
MDL-32434 allow database_manager->drop_table() for temporary tables
2012-04-13 16:58:17 +02:00
David Mudrak
9862128087
MDL-32235 introducing new workshop scheduled allocation plugin
...
The idea is to build a plugin that will internally call the random
allocator when the submissions deadline is reached. The teacher is able
to pre-define the configuration for the random allocator.
2012-04-13 04:49:45 +02:00
Andrew Robert Nicols
f15d451549
MDL-32426 Add unit test generators for groups and groupings
2012-04-12 15:32:19 +01:00
Eloy Lafuente (stronk7)
7823af0994
MDL-32323 tests: check both deletion with truncate and with delete
2012-04-12 00:13:38 +02:00
Petr Skoda
5a798e7eac
MDL-32323 improve SQL Server test reset performance
2012-04-11 23:21:05 +02:00
Petr Skoda
bd42a2657e
MDL-32323 do try to fetch all other grade objects with existing test fields
2012-04-11 22:56:27 +02:00
Petr Skoda
15db9f7d66
MDL-32323 do try to fetch grades with existing test fields
2012-04-11 22:41:37 +02:00
Petr Skoda
8eaa21e195
MDL-32323 fix issues breaking phpunit tests for sqlsrv driver
2012-04-11 22:14:18 +02:00
Jerome Mouneyrac
bc81eadb19
MDL-27547 When deleting a local plugin containing a built-in service, the built-in service is not deleted
2012-04-11 14:49:14 +08:00
Sam Hemelryk
3211569a6a
Revert "MDL-30843 and MDL-30842 - accessibility compliance: Add <label> for form input text and select tag"
...
This reverts commit f9f281b8fee75c2416d71bae7583fd026b9ccabb.
2012-04-11 17:18:58 +12:00
Dan Poltawski
7a1ed64587
Merge branch 'w15_MDL-32323_m23_phpunit3' of git://github.com/skodak/moodle
2012-04-11 09:32:58 +08:00
Sam Hemelryk
9315a5fb59
MDL-32395 dml: Minor phpdoc fixes
2012-04-11 09:47:50 +12:00
Sam Hemelryk
e19dc11e51
MDL-30843 editor: Fixed up out of place if
2012-04-11 09:22:14 +12:00
Eloy Lafuente (stronk7)
97d00c9f51
MDL-32368 pgsql: bytea_output only available in 9.0 and upwards
2012-04-10 21:32:56 +02:00
Eloy Lafuente (stronk7)
7b74fb7071
MDL-32392 cleanup: adding @todo about unused is_min_version() method
2012-04-10 21:26:00 +02:00