tjhunt
c72e019be4
moodlelib iprange checks: MDL-16986 If the user makes a mistake and types something like 172.16.1.143/148, with something greater than 32 after the slash, treat it as /32.
2008-10-24 02:53:40 +00:00
tjhunt
50a8e2b90c
MDL-15655 - address_in_subnet does not work on 64 bit architectures. Also, we found some other issues with this funtion while diagnosing the problem.
2008-09-01 04:18:03 +00:00
tjhunt
aac7fcb6fe
Unit tests for MDL-9295 - clean_param with PARAM_URL/PARAM_LOCALURL.
2007-10-30 10:46:01 +00:00
nicolasconnault
3d6d2b8153
MDL-8605 New user directories implemented
2007-10-11 13:19:53 +00:00
Martin Langhoff
9084681497
cvsimport fixups
2007-07-07 14:09:13 +12:00
nicolasconnault
02c9b15942
*** empty log message ***
2007-03-14 00:45:10 +00:00
nicolasconnault
96ef423773
MDL-8792 - Simply added help icon to explain the options available regarding embedding media files in the site.
2007-03-12 05:27:43 +00:00
nicolasconnault
e699a73bf4
Stub for a web-based integration test
2007-03-06 05:08:28 +00:00
nicolasconnault
be19968cb3
Upgraded weblib::format_string() so it accepts unicode htmlentities. Also added more unit tests, including a stub for an integration web-based test.
2007-03-06 05:01:24 +00:00
nicolasconnault
0b2db6dca0
MDL-8691 - Finally found the source of the error and fixed it. Add to apply s(format_string($week_summary)) on the optgroup's label.
2007-03-06 02:54:21 +00:00
nicolasconnault
052fdabdbd
Issue 8417:
...
Added support for array of tested browsers to be passed to ajaxenabled()
2007-03-01 02:04:44 +00:00
nicolasconnault
b336fbda27
Safari 2.0 and Opera 9.0 are now detected and supported for YUI. However, preliminary tests show that drag&drop behaviour is very slow on Opera and user-unfriendly on both browsers. A YUI debug window also pops up on Safari.
...
I added a unit test for ajaxlib.php
Issue MDL-8417
2007-03-01 01:16:48 +00:00
moodler
4089c20bd1
Just added an ID tag
2007-02-28 07:58:01 +00:00
nicolasconnault
cbc2417b31
Added tests for moodlelib::check_browser_version (MDL-8417)
...
Need to add more User Agent strings for testing.
2007-02-28 07:40:39 +00:00
nicolasconnault
7c08ef3653
Fixed MDL-8582
...
Not sure if the hotpot module is converting ampersands correctly. $heading and $title are set up differently than in other modules: instead of outputting $course->title, a temporary $title variable is created and assigned that value. That made it difficult for me to decide whether it was already formatted elsewhere or not.
Also I didn't format_string() any of the variables included in $navigation rings, because I assume these strings get processed by print_navigation(), which includes format_string().
2007-02-28 05:36:13 +00:00
tjhunt
7c9d46c96e
Related to MDL-6249 - unit tests for address_in_subnet. Merged from MOODLE_17_STABLE.
2006-10-16 13:40:26 +00:00
tjhunt
3830553d47
Avoid reserved words in dmllib unit tests.
...
(Except that TEXT is not a reserved word after all, although some things like TINYTEXT are. Wheird!)
2006-08-24 16:56:59 +00:00
tjhunt
707b5c9953
Renamed unit tests to match Eloy's work.
2006-08-19 07:47:41 +00:00
tjhunt
5553c2ec47
New function record_exists_select with unit tests for all the record_exists_* functions.
2006-08-18 11:28:30 +00:00
tjhunt
cfa27f4472
Fix bug in new function get_field_select(), and this time add a unittest to see if the new function works!
2006-08-17 16:28:29 +00:00
tjhunt
9a1e5f0a5f
Clarified unit test failure message.
2006-07-27 10:43:14 +00:00
tjhunt
3ef8c9362d
Bug #5979 - Check in the OU's unit testing framework. Docs at http://docs.moodle.org/en/Unit_tests
2006-06-30 14:59:05 +00:00