Sam Hemelryk
6869060218
Merge branch 'wip-MDL-34074-master' of git://github.com/abgreeve/moodle
2012-08-06 13:36:44 +12:00
Dan Poltawski
3539c2f2bf
MDL-28486 - tests: fix broken youtube tests
2012-08-06 09:25:24 +08:00
Sam Hemelryk
b84be095b7
Merge branch 'MDL-34708' of git://github.com/nebgor/moodle
2012-08-06 12:05:21 +12:00
Sam Hemelryk
71761f8aa8
Merge branch 'MDL-28486-master-2' of git://git.luns.net.uk/moodle
2012-08-06 11:59:07 +12:00
Aparup Banerjee
f597dcc008
MDL-34708 Forms library : Fixed incorrect calendar day displayed across timezones. Credit to Matthew Davidson and team at rose-hulman.edu.
2012-08-05 23:27:31 +08:00
Petr Škoda
890e1aacc3
MDL-34701 remove root from yui MODULE pattern definition
...
The problem was that the root was breaking internal group handling in YUI loader for some reason. Without the root pattern property everything seems to work fine again.
2012-08-02 17:40:50 +02:00
Petr Škoda
af7879701b
MDL-34701 import latest YUI 3.6.0
2012-08-02 16:49:19 +02:00
Adrian Greeve
9a5abd1b70
MDL-34074 - lib - Creation of a csv upload class which is FRC 4180 compliant and the alteration of various files around Moodle to use this class.
2012-08-02 13:18:57 +08:00
Aparup Banerjee
de7a570cd5
MDL-34650 typo correction
2012-07-31 13:24:00 +08:00
Aparup Banerjee
87c12fec13
Merge branch 'MDL-34650' of git://github.com/rwijaya/moodle
2012-07-31 13:19:47 +08:00
Sam Hemelryk
ac88177985
Merge branch 'MDL-32827-master' of git://github.com/ankitagarwal/moodle
2012-07-31 16:16:14 +12:00
Rossiani Wijaya
ecc5cc31ae
MDL-34650 - accessibility compliance: Add <label> for form input text and select tag
2012-07-31 12:07:16 +08:00
Dan Poltawski
7cd1c5251a
Merge branch 'w31_MDL-17830_m24_zipresult' of git://github.com/skodak/moodle
2012-07-31 11:22:07 +08:00
Ankit Agarwal
f14f9842d5
MDL-32827 calendar: update eventtype of broken event in bulk instead of doing it one by one
2012-07-31 10:28:32 +08:00
Sam Hemelryk
7d5f2ac2e6
Merge branch 'MDL-29007-master-3' of git://git.luns.net.uk/moodle
2012-07-31 12:05:38 +12:00
Dan Poltawski
87dd647f04
Merge branch 'wip-MDL-34465-master' of git://github.com/abgreeve/moodle
2012-07-30 15:23:27 +08:00
Dan Poltawski
f129427fa9
Merge branch 'w31_MDL-34616_m24_tinymceresize' of git://github.com/skodak/moodle
2012-07-30 13:14:53 +08:00
Dan Poltawski
a38514ac3f
Merge branch 'w31_MDL-34538_m24_validatefloats' of git://github.com/skodak/moodle
2012-07-30 12:35:05 +08:00
Dan Poltawski
098eccf1b8
Merge branch 'MDL-34433-master-1' of git://git.luns.net.uk/moodle
2012-07-30 12:09:20 +08:00
Petr Škoda
f6b49abf9b
MDL-17830 fix zip_packer return status add debugging for invalid files and dirs
2012-07-29 16:09:18 +02:00
Petr Škoda
4b8d031a4e
MDL-34616 fix editor resizing regression
2012-07-29 14:48:23 +02:00
Petr Škoda
fea52c11cb
MDL-34538 fix PARAM_FLOAT validation
2012-07-27 18:44:41 +02:00
Petr Škoda
9a97fa5a65
MDL-34538 add float validation tests
2012-07-27 18:44:27 +02:00
Adrian Greeve
b0c6dc1cac
MDL-34465 - lib - Replacing get_context_instance with context_XXXX::instance (group 8)
2012-07-27 10:10:46 +08:00
Ankit Agarwal
3713514b08
MDL-32827 calendar: Fixining calender entries with no eventtype
2012-07-27 10:06:37 +08:00
Andrew Robert Nicols
feddb588ec
MDL-28486 Force use of SSL for all youtube and vimeo embeds
...
If a page is served over SSL (https), then any content loaded from non-SSL
sources (e.g. http://youtube.com/ ) will cause errors to show in the
browser. To prevent this, it's best to use the SSL equivelants where they
exist (e.g. https://youtube.com/ ).
Unfortunately, it isn't possible to accurately determine whether the
current page is loaded over an SSL connection or not in Moodle.
Since including content from an external SSL site on a non-SSL moodle page
does not lead to browser warnings, but non-SSL external content on an SSL
moodle page does, we always use SSL where available.
Note: This does not lead to any additional processing requirements for the
moodle site.
2012-07-26 09:18:19 +01:00
Andrew Robert Nicols
d2a27ab01b
MDL-29007 Rename moodle-enrol-notification to moodle-core-notification
2012-07-25 16:22:18 +01:00
Rajesh Taneja
42b60b2755
MDl-31294 Forms Library: updated php docs pointing to addHelpButton
2012-07-25 14:18:53 +08:00
Dan Poltawski
5d6cdf95f4
Merge branch 'MDL-13629_droplow' of git://github.com/andyjdavis/moodle
2012-07-25 12:29:05 +08:00
Dan Poltawski
d574571540
Merge branch 'w30_MDL-34441_m24_dbtransfer' of git://github.com/skodak/moodle
2012-07-25 10:26:01 +08:00
Andrew Davis
fb80cb2aa4
MDL-13629 grade: added some unit tests to clarify the handling of droplow and improved apply_limit_rules()
2012-07-25 09:35:28 +08:00
Sam Hemelryk
3e23eb6838
Merge branch 'w30_MDL-34475_m24_saveondefault' of git://github.com/skodak/moodle
2012-07-25 11:13:28 +12:00
Sam Hemelryk
61e93a4c08
Merge branch 'MDL-27083-master' of git://github.com/FMCorz/moodle
...
Conflicts:
lib/db/upgrade.php
version.php
2012-07-25 09:20:44 +12:00
Andrew Robert Nicols
10f2c0fb49
MDL-34433 Check for existence of e and e.target in set_form_changed
...
This is required for cases when code directly calls set_form_changed as
happens with the filepicker.
2012-07-24 14:28:14 +01:00
Aparup Banerjee
821fbfe4f5
Merge branch 'wip-mdl-31294' of git://github.com/rajeshtaneja/moodle
2012-07-24 16:57:58 +08:00
Dan Poltawski
226c5493ac
Merge branch 'MDL-34484' of git://github.com/timhunt/moodle
2012-07-24 15:40:18 +08:00
Rajesh Taneja
c277b502ab
MDL-31294 Forms Library: Removed deprecated functions from forms library
2012-07-24 15:09:39 +08:00
Dan Poltawski
b7db7803bc
Merge branch 'w30_MDL-34299_m24_html5' of git://github.com/skodak/moodle
...
Conflicts:
lib/db/upgrade.php
version.php
2012-07-24 14:07:26 +08:00
Dan Poltawski
5082d87c03
Merge branch 'wip-mdl-32940' of git://github.com/rajeshtaneja/moodle
2012-07-24 13:39:59 +08:00
Aparup Banerjee
acb88dbed3
Merge branch 'wip-mdl-32942' of git://github.com/rajeshtaneja/moodle
2012-07-24 12:14:17 +08:00
Sam Hemelryk
b016e23594
Merge branch 'MDL-34352-master-2' of git://git.luns.net.uk/moodle
2012-07-24 11:21:16 +12:00
Petr Škoda
434f54044e
MDL-34475 add default value to xmldb_field hash calculation
2012-07-23 21:34:44 +02:00
Andrew Robert Nicols
0a2fb91003
MDL-34352 Convert chooserdialogue IDs to classes
2012-07-23 15:35:42 +01:00
Tim Hunt
564fcb3bee
MDL-34484 unit tests: stop phpunit using testcase names as class names
2012-07-23 11:08:37 +01:00
Aparup Banerjee
f36b0ba502
Merge branch 'wip-MDL-34285-m24' of git://github.com/samhemelryk/moodle
2012-07-23 17:22:14 +08:00
Rajesh Taneja
61cca0b7fc
MDL-32940 libraries: Replaced deprecated PARAM_NUMBER with PARAM_FLOAT
2012-07-23 17:21:05 +08:00
Aparup Banerjee
88b907fdac
MDL-34449 phpdoc typo correction
2012-07-23 16:39:25 +08:00
Aparup Banerjee
ad1097c2d6
Merge branch 'w30_MDL-34449_m24_layoutmaddness' of git://github.com/skodak/moodle
2012-07-23 16:27:15 +08:00
Aparup Banerjee
249996281a
Merge branch 'MDL-34400-master' of git://github.com/FMCorz/moodle
2012-07-23 15:32:32 +08:00
Dan Poltawski
147dc9dafd
Merge branch 'wip-MDL-34286-m24' of git://github.com/samhemelryk/moodle
2012-07-23 15:00:26 +08:00