Sam Hemelryk
859a181627
Merge branch 'wip-mdl-32270' of git://github.com/rajeshtaneja/moodle
2012-04-10 10:53:34 +12:00
Sam Hemelryk
aef4aafa0b
Merge branch 'w15_MDL-32263_m23_enroladmin' of git://github.com/skodak/moodle
2012-04-10 10:48:34 +12:00
Sam Hemelryk
93068559b7
Merge branch 'w15_MDL-32293_m23_timeout' of git://github.com/skodak/moodle
2012-04-10 10:43:08 +12:00
Sam Hemelryk
756d5f7610
Merge branch 'w15_MDL-32308_m23_sharing' of git://github.com/skodak/moodle
2012-04-10 10:37:45 +12:00
Petr Skoda
bcb368d988
MDL-32263 remove broken admin test in enrol_check_plugins()
2012-04-09 19:59:19 +02:00
Hugh Davenport
5b244e2bb0
MDL-32308 Fix error when testing id of guest user
2012-04-09 19:03:45 +02:00
Petr Skoda
0c5406ca93
MDL-32293 move the upgrade_set_timeout() function to lib/upgradelib.php
...
Credit goes to Eloy Lafuente.
2012-04-09 18:14:27 +02:00
sam marshall
ebb98bf53c
MDL-32349 Installing can time out with large number of plugins
2012-04-05 18:29:00 +01:00
Eric Merrill
f930cf6b41
MDL-32143 output lib: Add ability have override core icons in dataroot
...
Searches dataroot/pix/ and dataroot/pix_plugins/type/plugin for icons
to override base install
2012-04-05 08:50:16 -04:00
Aparup Banerjee
5ea892f8c9
fix permissions
2012-04-05 16:36:10 +08:00
Dan Poltawski
8411c24ec1
MDL-20438 pluginlib: Don't run update checker on install
...
This is unlikely to be the long term solution and so MDL-32329 has been
created to address that
2012-04-04 21:02:07 +08:00
Aparup Banerjee
5661f7b454
Merge branch 'wip-MDL-31631-m23' of git://github.com/samhemelryk/moodle
2012-04-04 13:40:58 +08:00
Dan Poltawski
660c4d4643
MDL-20438 pluginlib: Fix trivial whitespace issues issues
...
Also fixed a comment typo I spotted whilst reviewing
2012-04-04 11:18:09 +08:00
Dan Poltawski
a973d320f1
Merge branch 'MDL-20438-update-notification' of git://github.com/mudrd8mz/moodle
2012-04-04 11:17:43 +08:00
Sam Hemelryk
b8f452165a
MDL-32009 reverting changes as they break installation
2012-04-04 14:37:37 +12:00
Sam Hemelryk
e96b10b121
MDL-32009 message: Small changes before integration
2012-04-04 14:20:07 +12:00
Sam Hemelryk
f1b06f6d54
Merge branch 'MDL-32009-master-1' of git://git.luns.net.uk/moodle
2012-04-04 14:19:32 +12:00
Eloy Lafuente (stronk7)
97e84c80b0
MDL-32149 remove some now breaking expectError() uses.
...
I've tested that unit with debug developer, debug notices and
debug none and it passes always. So, as far as I cannot find
any reason to have those expectError() there... they are out now.
2012-04-04 03:44:10 +02:00
Eloy Lafuente (stronk7)
2000cd85da
Merge branch 'w14_MDL-32149_m23_phpunit2' of git://github.com/skodak/moodle
2012-04-04 01:32:15 +02:00
Petr Skoda
d78e33488a
MDL-32149 adding test changes from MDL-32081
2012-04-04 01:31:43 +02:00
Eloy Lafuente (stronk7)
959a709ebe
Merge branch 'MDL-32240' of git://github.com/timhunt/moodle
2012-04-04 00:10:37 +02:00
Eloy Lafuente (stronk7)
eeb3295fd8
Merge branch 'wip-MDL-32265-m23' of git://github.com/samhemelryk/moodle
2012-04-03 23:59:07 +02:00
Eloy Lafuente (stronk7)
6643e10f39
Merge branch 'wip-MDL-29678-m23' of git://github.com/samhemelryk/moodle
2012-04-03 23:52:10 +02:00
Petr Skoda
6761e62d6d
MDL-32149 link wiki docs and tracker from phpunit readme file
2012-04-03 23:08:25 +02:00
Petr Skoda
ce80640051
MDL-32149 final readme cleanup for stage 2 of PHPUnit integration
2012-04-03 22:50:45 +02:00
Petr Skoda
0348088621
MDL-32149 tests for conditional activities
2012-04-03 22:31:03 +02:00
Petr Skoda
b60d21747f
MDL-32149 remove empty tests and outdated/disabled portfolio tests
2012-04-03 22:31:02 +02:00
Petr Skoda
7fe8aac1a7
MDL-32149 add quiz unit tests
2012-04-03 22:31:02 +02:00
Petr Skoda
e72ea4a5e4
MDL-32149 add basic file picker test and new way to set current user via int
...
Please note that testing of individual plugins should not be done in repositorylib_test.php.
2012-04-03 22:31:01 +02:00
Petr Skoda
f4fd0a13d1
MDL-32149 navigation tests
2012-04-03 22:31:01 +02:00
Petr Skoda
b0e980d77f
MDL-32149 prevent accidental overriding of testcase constructors, use setUpBeforeClass() instead
2012-04-03 22:31:01 +02:00
Petr Skoda
4c6062ea65
MDL-32149 scale generator and workshop tests
2012-04-03 22:31:00 +02:00
Petr Skoda
03c2d04d0a
MDL-32149 make complete PHPUnit test time 2s faster
2012-04-03 22:31:00 +02:00
Petr Skoda
7514f9c243
MDL-32149 allow defining of PHPUNIT_LONGTEST from /config.php and improve acceslib tests
2012-04-03 22:30:59 +02:00
Petr Skoda
354b214c9f
MDL-32149 courselib tests and support for generation of course sections
2012-04-03 22:30:57 +02:00
Petr Skoda
4b02743182
MDL-32149 improve testcase naming and list in config file
2012-04-03 22:30:57 +02:00
Petr Skoda
7ddef99455
MDL-32149 some more cleanup and testing of PHPUnit asserts
2012-04-03 22:30:56 +02:00
Petr Skoda
1cbf2a20ca
MDL-32149 setUp() and tearDown() are supposed to be 'protected', add missing blog testcase
2012-04-03 22:30:56 +02:00
Petr Skoda
4ac88d6d10
MDL-32149 remaining phpunit tests for backup/restore
2012-04-03 22:30:55 +02:00
Petr Skoda
728eadac78
MDL-32149 significantly faster database reset, "util.php --drop" can now be interrupted at any time
2012-04-03 22:30:54 +02:00
Petr Skoda
dbf5a44798
MDL-32149 add backup tests and dropping of extra tables
2012-04-03 22:30:54 +02:00
Petr Skoda
458b33866d
MDL-32149 reset all globals in PHPUnit tests, fix setting of $USER
2012-04-03 22:30:54 +02:00
Petr Skoda
a3d5830a0a
MDL-32149 PHPUnit test support - part 2
...
Includes:
* constants refactoring
* reworked db table init
* support for $CFG->debug = -1
* functional DB tests
* fixed $DB->get_indexes() to not throw exceptions when table does not exist
* fix handling of user passwords in test db
* add debug info to exception messages
* removed unnecessary PHP debug errors from mathslib
* fixed @error suppression in get_string
* fixed PHPUnit error handler setup
* added timezone info to default install
2012-04-03 22:30:53 +02:00
Eloy Lafuente (stronk7)
46ed2f8b7f
Merge branch 'w14_MDL-32251_m23_strict3' of git://github.com/skodak/moodle
2012-04-03 21:17:58 +02:00
Aparup Banerjee
c82745d016
Merge branch 'wip-MDL-30784-master' of git://github.com/phalacee/moodle
2012-04-03 17:00:47 +08:00
Aparup Banerjee
82d5042a73
Merge branch 'wip-MDL-31789-master' of git://github.com/marinaglancy/moodle
2012-04-03 16:31:53 +08:00
Aparup Banerjee
9cafd9c6e0
Merge branch 'wip-MDL-32081-m23' of git://github.com/samhemelryk/moodle
2012-04-03 16:08:18 +08:00
Petr Skoda
4218d813bf
MDL-32251 add missing spikephpcoverage modification info, improve coding style in competionlib
2012-04-03 07:59:39 +02:00
Aparup Banerjee
bc706271c8
Merge branch 'wip-MDL-32171-master' of git://github.com/marinaglancy/moodle
2012-04-03 11:42:58 +08:00
Rajesh Taneja
ab6ec58a2e
MDL-32270 Library: ->defaulthomepage is checked before used
2012-04-03 11:28:07 +08:00