Eloy Lafuente (stronk7)
e815aa8e04
Merge branch 'w36_MDL-35145_m23_guestdelete' of git://github.com/skodak/moodle into MOODLE_23_STABLE
2012-09-03 16:18:15 +02:00
Sam Hemelryk
8169e2f46b
Merge branch 'MDL-35109-available-updates_23' of git://github.com/mudrd8mz/moodle into MOODLE_23_STABLE
2012-09-03 12:28:18 +12:00
Petr Škoda
45f9c2db5f
MDL-35145 add basic unit tests for delete_user()
2012-09-01 14:15:36 +02:00
David Mudrák
b0e5b3b63b
MDL-35109 Improve unittests for cron based fetching of available updates
...
The expected behaviour is as follows:
* If the recently fetched data is older than 48 hours, it is considered
as outdated and the new fetch is executed
* else, if the recently fetched data is younger than 24 hours, it is
considered as fresh enough and no fetch is executed
* else, if the current time is after 01:00 AM plus a certain offset
(which is randomly generated for each site), the fetch is
executed.
2012-08-28 22:52:31 +02:00
Eloy Lafuente (stronk7)
473285edde
Merge branch 'MDL-35055_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2012-08-27 16:16:46 +02:00
Aaron Barnes
aac67f6384
MDL-32386 completion: Fix incorrect method parameters
2012-08-27 11:19:26 +12:00
Tim Hunt
4d0a7e2b1f
MDL-35055 question import: slight error with the Match grades option.
...
Even in the 'Error if grade not listed case', it was applying a small
tolerance. In the case of a fuzzy match, it was returning the inexact
grade from the import file, rather than the precise grade that Moodle
was expecting.
That causes problems when the editing form is displayed, because the
value from the database does not match any of the available options, so
the grade is changed to 0%.
2012-08-24 15:37:38 +01:00
Frederic Massart
70746c433c
MDL-34756 Unit Tests: Move backup helper tests
2012-08-20 10:26:16 +08:00
Frederic Massart
d190fcd9d9
MDL-28531 Unit Tests: Fixed tests to work with core update
2012-08-17 14:45:03 +08:00
Frederic Massart
68576ef61d
MDL-28531 Backup: Automated backups run when they are scheduled
2012-08-17 14:45:03 +08:00
Aparup Banerjee
e83629096b
Revert "Merge branch 'MDL-28531-23' of git://github.com/FMCorz/moodle into MOODLE_23_STABLE"
...
This reverts commit 162510801f , reversing
changes made to 5af69f5282 .
2012-08-07 14:27:55 +08:00
Aparup Banerjee
162510801f
Merge branch 'MDL-28531-23' of git://github.com/FMCorz/moodle into MOODLE_23_STABLE
2012-08-07 13:58:15 +08:00
Dan Poltawski
d939a4dec8
MDL-28486 - tests: fix broken youtube tests
2012-08-06 09:27:55 +08:00
Frederic Massart
e9ec895d92
MDL-28531 Backup: Automated backups run when they are scheduled
2012-08-03 09:30:27 +08:00
Petr Škoda
f2fd3f3138
MDL-34538 add float validation tests
2012-07-27 18:45:43 +02:00
Petr Škoda
c8b7088463
MDL-33887 delay string fetching in PAGE->requires->string_for_js() till page footer
...
This should resolve problems with language switching such as when forcing course language.
2012-07-10 15:08:26 +12:00
Sam Hemelryk
bd75b67885
Merge branch 'MDL-29470-23' of git://github.com/FMCorz/moodle into MOODLE_23_STABLE
2012-07-10 12:09:26 +12:00
Frederic Massart
684806305e
MDL-29470 Backup: unit tests for next automated backup date
2012-07-05 09:37:21 +08:00
Tim Hunt
b86a48c5b9
MDL-34035 help links: allow other types of URL for plugins.
...
For third-parth plugins, in can be helpful if the 'More help' links in
help pop-ups (the ones that come from $string['..._link'] string in the
language file) can go to other places.
This change support two other sorts of URL in addition to the standard
'course/editing' type of link that goes to MoodelDocs.
You can use absolute URLs, starting http:// or https:///
You can use a link starting %%WWWROOT%%, and that token is replaced by
$CFG->wwwroot to make the link.
2012-07-04 10:39:42 +08:00
Sam Hemelryk
0afd953daf
Merge branch 'w27_MDL-34115_m23_arrayofarrayssort' of git://github.com/skodak/moodle into MOODLE_23_STABLE
2012-07-03 15:15:18 +12:00
Andrew Robert Nicols
770cee9696
MDL-33916 Add unit tests to ensure that is_enrolled returns correctly
2012-07-02 17:36:55 +08:00
Petr Škoda
b273b20a7c
MDL-34115 fix sorting in blocks admin UI
...
Comparison of arrays is not locale aware.
2012-06-30 08:34:02 +02:00
Dan Poltawski
2a67e6f28b
MDL-33911 mathslib: add unit test to demonstrate problem
2012-06-21 16:00:45 +08:00
Sam Hemelryk
2395a7510f
MDL-33825 css_optimiser: Fixed bug where !important was being lost for advanced background styles
2012-06-19 12:32:56 +12:00
Dan Poltawski
74ef0474fc
Merge branch 'wip-MDL-33468-m23' of git://github.com/samhemelryk/moodle
2012-06-15 12:14:49 +08:00
Sam Hemelryk
1875b6fb89
MDL-33468 css_optimiser: Coding style clean up and renamed cssslib_test => csslib_test
2012-06-14 17:28:26 +12:00
Sam Hemelryk
de3a460e17
MDL-33468 css_optimiser: Fixed aggressive optimisation so that it only combines siblings and doesn't reorder
2012-06-14 17:25:19 +12:00
Petr Skoda
bc53b4e9d7
MDL-33635 improve collatorlib::ksort() coding style and perf
...
Thanks Eloy Lafuente for spotting my sloppy coding style!
2012-06-13 16:37:56 +02:00
Petr Skoda
b71d0b43fc
MDL-33635 add collatorlib::ksort() support
2012-06-12 10:57:24 +02:00
Petr Skoda
212826853b
MDL-33635 improve collatorlib
...
1/ the sort flag can not use Intl extension constants because they may not be available
2/ add sort flag to all methods
3/ use private constructor instead of abstract - more Java like API to match the textlib
4/ add natural sorting support
5/ consistent bool return type
6/ better non-intl fallback
7/ more tests
2012-06-12 10:57:24 +02:00
Sam Hemelryk
d2830cdd93
MDL-33468 css_optimiser: pre-integration clean up
2012-06-12 14:22:56 +12:00
Sam Hemelryk
ecad5058a0
MDL-33504 css_optimiser: Added support for common media-queiries
2012-06-12 14:22:56 +12:00
Sam Hemelryk
3daafb9295
MDL-33468 css_optimiser: Fixed handling of !important in shorthand notations
2012-06-12 14:22:56 +12:00
Sam Hemelryk
e3036985b2
MDL-33468 css_optimiser: Added support for multiple values for a single attribute
2012-06-12 14:22:55 +12:00
Sam Hemelryk
6a519fdcf1
MDL-33468 css_optimiser: Improved consolidation of background styles and fixed ordering issue
2012-06-12 14:22:55 +12:00
Sam Hemelryk
0663b5353c
MDL-33468 css_optimiser: Added support for prioritising reset rules
2012-06-12 14:22:55 +12:00
Sam Hemelryk
1121f79b91
MDL-33468 css_optimiser: Added support for @keyframes to the CSS optimiser
2012-06-12 14:22:55 +12:00
Sam Hemelryk
f2e8d3798c
MDL-33468 css_optimiser: Numerous fixes to the CSS optimiser and its tests
2012-06-12 14:22:55 +12:00
Eloy Lafuente (stronk7)
a301675101
Merge branch 'w23_MDL-33007_m23_buggyiconv' of git://github.com/skodak/moodle
2012-06-04 11:33:47 +02:00
Petr Skoda
03f0cd1039
MDL-33007 fix incorrect min_fix_utf8() tests
...
Credit goest to Eloy Lafuente.
2012-06-04 10:45:44 +02:00
Dan Poltawski
1cbaf803d0
MDL-29173 - fix whitespace error
2012-06-04 16:32:25 +08:00
Dan Poltawski
6f337ea935
Merge branch 'MDL-29173_calc' of git://github.com/andyjdavis/moodle
2012-06-04 15:55:54 +08:00
Petr Skoda
0aff15c2c9
MDL-33007 add workaround for broken iconv //IGNORE
...
This patch adds mbstring utf-8 cleanup fallback and admin warning if no utf-8 cleanup possible in user submitted data.
2012-06-01 12:23:09 +02:00
Petr Skoda
3681e78429
MDL-33007 add buggy iconv workaround to configonlylib, add tests and fix minor issues
2012-06-01 12:23:09 +02:00
Andrew Davis
eb9f06f9c1
MDL-29173 grade: altered the definiton of round() in /lib/evalmath/evalmath.class.php
2012-05-29 16:38:42 +07:00
sam marshall
540f89d7d4
MDL-33212 Course page: Eye icon should override other conditions
2012-05-28 16:17:39 +01:00
Dan Poltawski
10a9d27d74
Merge branch 'w21_MDL-33034_m23_roletests' of git://github.com/skodak/moodle
2012-05-25 10:37:48 +08:00
Dan Poltawski
ac29403e39
MDL-33172 - filestorage: Add unit test for breaking oracle functions
2012-05-25 11:17:56 +12:00
Dan Poltawski
37eba7d5d6
Merge branch 'dev_MDL-33149_stored_file_access' of git://github.com/dongsheng/moodle
2012-05-22 16:51:33 +08:00
Dongsheng Cai
291a3d1fb6
MDL-33149 stored_file::repository should be private
2012-05-22 15:00:49 +08:00