David Monllao
f5ceb6c233
MDL-37656 behat: Adding hooks
...
At suite, scenario and step levels
2013-01-29 12:57:03 +08:00
David Monllao
603c95dc10
MDL-37046 behat: User interface
2013-01-29 08:40:36 +08:00
David Monllao
e87d603dca
MDL-37046 behat: Moving feature file to lib/tests/behat
2013-01-29 08:40:36 +08:00
Frederic Massart
31a783303e
MDL-29749 phpunit: Windows dir uses backslashes
2013-01-22 16:24:35 +01:00
Eloy Lafuente (stronk7)
37027f431b
Merge branch 'MDL-29749-master-4th' of git://github.com/FMCorz/moodle
2013-01-21 23:26:35 +01:00
Dan Poltawski
be576cb0e8
Merge branch 'wip-mdl-36674' of git://github.com/rajeshtaneja/moodle
2013-01-21 10:15:16 +08:00
Frederic Massart
caf16a57e5
MDL-29749 files: Improved params PARAM_PATH and PARAM_FILE
...
The logic change here allows for multiple dots to be part
of a file name or folder name. Most Unit Tests have not
been altered and reflect the exact logic as it was before.
2013-01-17 11:32:59 +08:00
Sam Hemelryk
e17dbeeb1a
MDL-34398 groups: implemented caching of group information.
2013-01-17 09:24:58 +13:00
Eloy Lafuente (stronk7)
a91350609e
Merge branch 'wip-MDL-34344-m25' of git://github.com/samhemelryk/moodle
...
Conflicts:
lib/db/caches.php
2013-01-16 01:08:26 +01:00
Dan Poltawski
0efd8de527
Merge branch 'w02_MDL-36898_m25_ccontact' of git://github.com/skodak/moodle
2013-01-15 13:57:39 +08:00
Dan Poltawski
cc1521f57b
Merge branch 'MDL-37355-master' of git://github.com/mouneyrac/moodle
2013-01-15 13:11:46 +08:00
Rajesh Taneja
72b181ba59
MDL-36674 Administration: out_as_local_url will check for both http and https url's
...
out_as_local_url will first check if url passed in wwwroot, if it's not then it will check
if loginhttps is enabled and url is httpswwwroot
2013-01-14 15:59:06 +08:00
Petr Škoda
4fa7fdeada
MDL-37286 improve coding style in unit tests
2013-01-12 15:28:57 +01:00
Petr Škoda
e7259ec998
MDL-37286 add new combined_progress_trace
...
This type of trace should be useful when multiple trace outputs requested.
2013-01-12 15:16:39 +01:00
Petr Škoda
837e304260
MDL-37286 add progres_trace buffer and unit tests
2013-01-12 15:16:38 +01:00
Eloy Lafuente (stronk7)
ac4c7aed68
Merge branch 'w51_MDL-35356_m25_excel' of git://github.com/skodak/moodle
...
Conflicts:
lib/odslib.class.php
2013-01-08 23:11:54 +01:00
Sam Hemelryk
f44e7d0a77
Merge branch 'MDL-36357' of git://github.com/danpoltawski/moodle
...
Conflicts:
user/view.php
2013-01-09 09:34:22 +13:00
Sam Hemelryk
70601b9433
Merge branch 'w51_MDL-21342_m25_lockout' of git://github.com/skodak/moodle
2013-01-08 10:56:39 +13:00
Sam Hemelryk
7f30a6449b
MDL-34344 config: added unit tests for get_config
2013-01-08 09:52:19 +13:00
Jerome Mouneyrac
9a4c2f50c9
MDL-37355 object are automatically cast into object by the return value
2013-01-07 11:12:32 +08:00
Sam Hemelryk
dd89f61e68
Merge branch 'w51_MDL-29996_m25_oldfilters' of git://github.com/skodak/moodle
2013-01-07 15:22:37 +13:00
Petr Škoda
8e7591654a
MDL-35356 improve worksheet exports
...
This patch removes deprecated PEAR excel export lib in favour of newer PHPExcel,
the ODS exporter implementation is finished and a test script is included.
The default Excel format is now 2007, file extension is changed automatically
to match excel format.
2013-01-06 18:15:20 +01:00
Petr Škoda
b28247fe90
MDL-21342 add user login lockout
2013-01-04 15:12:31 +01:00
Petr Škoda
0662bd677c
MDL-29996 remove deprecated stuff from filter code
2012-12-30 17:02:18 +01:00
Petr Škoda
7539894649
MDL-36212 rework html entity conversions
...
This should resolve all html entity conversion problems in different PHP versions.
2012-12-20 22:47:16 +01:00
Petr Škoda
49ee37d3ac
MDL-36898 use only enrolled users as course contacts
2012-12-20 22:38:50 +01:00
Dan Poltawski
b93e0af3fe
Revert "MDL-36704: wrap pending conditions in span tags"
...
This reverts commit 5e9fd83df8f2c175681fa5a81d36df5ee313cb1e.
2012-12-20 08:45:04 +08:00
Eloy Lafuente (stronk7)
917169221f
Merge branch 'w50_MDL-36245_m25_convert' of git://github.com/skodak/moodle
2012-12-18 23:41:48 +01:00
Dan Poltawski
86575fa709
Merge branch 'MDL-36704-master' of git://github.com/sammarshallou/moodle
2012-12-18 14:57:43 +08:00
Petr Škoda
04463c0ea6
MDL-36245 add tests for the buggy utf-8 to utf-8 conversion
2012-12-15 11:50:17 +01:00
Jerome Mouneyrac
8158ce79f9
MDL-36773 timezone inconsistency => some number support decimal other don\'t - Original patch author: Nathan Mares
2012-11-30 10:11:55 +08:00
Jay Knight
5e9fd83df8
MDL-36704: wrap pending conditions in span tags
2012-11-22 10:42:10 +00:00
Aparup Banerjee
020e338dee
Merge branch 'w47_MDL-36701_m24_composer' of git://github.com/skodak/moodle
2012-11-22 16:23:20 +08:00
Petr Škoda
3a7bc16ad7
MDL-36701 support for PHPUnit installation via Composer packaging system
...
See http://getcomposer.org/doc/00-intro.md
2012-11-20 11:27:35 +01:00
Dan Poltawski
430f5aaac0
Merge branch 'MDL-36646' of git://github.com/timhunt/moodle
2012-11-20 15:06:21 +08:00
Petr Škoda
f28af1dd13
MDL-36229 whitelist more search engines and add tests
2012-11-17 10:37:51 +01:00
Frederic Massart
716330444a
MDL-36471 phpunit: Fixed failure because SVG support was dropped for Opera
2012-11-16 12:12:54 +08:00
Tim Hunt
e70b050838
MDL-36646 unit tests should not assume number of contexts.
2012-11-15 14:41:00 +00:00
Dan Poltawski
491391873e
Merge branch 'MDL-36061_userid' of git://github.com/andyjdavis/moodle
2012-11-15 14:32:51 +08:00
Aparup Banerjee
244e907235
Merge branch 'MDL-30643_master-log-speed' of git://github.com/tbannister/moodle
...
Conflicts:
lib/tests/statslib_test.php
2012-11-15 11:15:00 +08:00
Andrew Davis
69bcca5e9c
MDL-36061 core_grade: added some unit tests related to refresh_grades()
2012-11-15 11:14:21 +08:00
Dan Poltawski
0e35ba6ffc
MDL-36357 cleanup - remove double semicolons
2012-11-15 09:51:26 +08:00
Tyler Bannister
12ccfc123a
MDL-30643 - Improved error reporting for daily stats tests.
2012-11-13 10:37:25 -05:00
Tyler Bannister
dcb28e6e7f
MDL-30643 - Fixed timezone problems in test cases.
...
resolved integration time changes conflict.
Conflicts:
lib/tests/statslib_test.php
2012-11-13 13:58:31 +08:00
Dan Poltawski
b0ba493cd0
Merge branch 'MDL-30545' of git://github.com/timhunt/moodle
2012-11-13 13:21:50 +08:00
Tyler Bannister
67690cfa92
MDL-30643 - Fixed timezone problems in test cases.
2012-11-12 22:47:09 -05:00
Aparup Banerjee
9540a7d0b8
MDL-30643 statslib test - remove using $CFG->timezone=99 for unit test as it clashes with test data in other tz
2012-11-13 00:49:21 +08:00
Aparup Banerjee
6b1a2e4a0d
MDL-30643 fixed statslib test start timestamp
2012-11-12 14:46:23 +08:00
Aparup Banerjee
79fc5f5294
Merge branch 'MDL-30643_master-log-speed' of git://github.com/tbannister/moodle
2012-11-12 14:29:45 +08:00
Tyler Bannister
c0f00c5fba
MDL-30643 - Added statslib test file.
...
- Tests daily stats and daily stats related functions.
2012-11-09 16:27:25 -05:00