Dan Poltawski [Tue, 20 Nov 2012 07:31:27 +0000 (15:31 +0800)]
Merge branch 'MDL-30731-master' of git://github.com/FMCorz/moodle
Dan Poltawski [Tue, 20 Nov 2012 07:25:20 +0000 (15:25 +0800)]
Merge branch 'MDL-36679-master' of github.com:damyon/moodle
Dan Poltawski [Tue, 20 Nov 2012 07:15:43 +0000 (15:15 +0800)]
Merge branch 'wip-MDL-35678-master' of git://github.com/abgreeve/moodle
Dan Poltawski [Tue, 20 Nov 2012 07:06:21 +0000 (15:06 +0800)]
Merge branch 'MDL-36646' of git://github.com/timhunt/moodle
Dan Poltawski [Tue, 20 Nov 2012 07:03:39 +0000 (15:03 +0800)]
Merge branch 'MDL-36613-master' of git://github.com/FMCorz/moodle
Dan Poltawski [Tue, 20 Nov 2012 06:59:34 +0000 (14:59 +0800)]
Merge branch 'MDL-36571' of git://github.com/timhunt/moodle
Frederic Massart [Fri, 2 Nov 2012 05:08:07 +0000 (13:08 +0800)]
MDL-30731 calendar: Fixed display of images in event descriptions
Dan Poltawski [Tue, 20 Nov 2012 06:46:54 +0000 (14:46 +0800)]
Merge branch 'MDL-36564-master-int' of git://github.com/FMCorz/moodle
Dan Poltawski [Tue, 20 Nov 2012 06:44:35 +0000 (14:44 +0800)]
Merge branch 'MDL-36548_master' of git://github.com/pauln/moodle
Dan Poltawski [Tue, 20 Nov 2012 06:36:53 +0000 (14:36 +0800)]
Merge branch 'wip-MDL-36544-m24' of github.com:amygroshek/moodle
Dan Poltawski [Tue, 20 Nov 2012 06:31:53 +0000 (14:31 +0800)]
Merge branch 'wip-MDL-36453-master' of git://github.com/abgreeve/moodle
Frederic Massart [Mon, 19 Nov 2012 10:32:37 +0000 (18:32 +0800)]
MDL-36613 usability: Dock icons are correct in RTL mode
Dan Poltawski [Tue, 20 Nov 2012 04:48:22 +0000 (12:48 +0800)]
Merge branch 'w47_MDL-36229_m24_crawl' of git://github.com/skodak/moodle
Dan Poltawski [Tue, 20 Nov 2012 04:45:08 +0000 (12:45 +0800)]
Merge branch 'MDL-36204_master' of git://github.com/pauln/moodle
Dan Poltawski [Tue, 20 Nov 2012 04:38:23 +0000 (12:38 +0800)]
Merge branch 'master_MDL-36168' of git://github.com/danmarsden/moodle
Dan Poltawski [Tue, 20 Nov 2012 04:28:49 +0000 (12:28 +0800)]
Merge branch 'MDL-35158-master' of git://github.com/grabs/moodle
Damyon Wiese [Tue, 20 Nov 2012 04:23:45 +0000 (12:23 +0800)]
MDL-36679: Assignment revert to draft should user the selected user id, not the logged in user id.
Dan Poltawski [Tue, 20 Nov 2012 04:05:36 +0000 (12:05 +0800)]
Merge branch 'MDL-32865' of git://github.com/jmvedrine/moodle
Dan Poltawski [Tue, 20 Nov 2012 03:53:36 +0000 (11:53 +0800)]
Merge branch 'MDL-32806_master' of git://github.com/lazydaisy/moodle
Dan Poltawski [Tue, 20 Nov 2012 03:50:11 +0000 (11:50 +0800)]
Merge branch 'MDL-31847_master' of git://github.com/lazydaisy/moodle
Dan Poltawski [Tue, 20 Nov 2012 03:47:17 +0000 (11:47 +0800)]
Merge branch 'MDL-30871-master' of git://github.com/FMCorz/moodle
Sam Hemelryk [Tue, 20 Nov 2012 03:42:52 +0000 (16:42 +1300)]
Merge branch 'MDL-36592-master' of git://github.com/ankitagarwal/moodle
Ankit Agarwal [Tue, 20 Nov 2012 03:33:29 +0000 (11:33 +0800)]
MDL-36592 calendar: Parse all line endings
Conflicts:
lib/bennu/iCalendar_components.php
Dan Poltawski [Tue, 20 Nov 2012 03:20:43 +0000 (11:20 +0800)]
Merge branch 'MDL-26439_message_search' of git://github.com/andyjdavis/moodle
Eloy Lafuente (stronk7) [Tue, 20 Nov 2012 00:33:39 +0000 (01:33 +0100)]
Merge branch 'MDL-36683' of git://github.com/timhunt/moodle
Sam Hemelryk [Mon, 19 Nov 2012 22:55:12 +0000 (11:55 +1300)]
Merge branch 'wip-mdl-36352' of git://github.com/rajeshtaneja/moodle
Sam Hemelryk [Mon, 19 Nov 2012 22:51:13 +0000 (11:51 +1300)]
Merge branch 'wip-mdl-36351' of git://github.com/rajeshtaneja/moodle
Sam Hemelryk [Mon, 19 Nov 2012 21:25:04 +0000 (10:25 +1300)]
Merge branch 'MDL-36615-master' of git://github.com/ankitagarwal/moodle
Tim Hunt [Mon, 19 Nov 2012 17:46:25 +0000 (17:46 +0000)]
MDL-36683 qtype match restore: better subq indentification.
This is very similar to what MDL-30018 did for question_answers.
Tim Hunt [Mon, 19 Nov 2012 17:21:00 +0000 (17:21 +0000)]
MDL-36571 qtype multichoice: don't corrupt unicode characters.
It seems that \s includes non-breaking space, and the typical one-byte
representation of that is the same as some parts of multibyte unicode
characters. Therefore, you need to include the u modifer on the regular
expressions.
Also, remove any number of <br /> at the end of the answer.
Thanks to Joseph Rézeau and Jean-Michel Vedrine for working out what the
problem was, and how to fix it.
Paul Verrall [Mon, 19 Nov 2012 15:08:11 +0000 (15:08 +0000)]
MDL-36696 - filepicker: remove superfluous comma
It causes problems with older versions of IE.
Dan Poltawski [Mon, 19 Nov 2012 07:01:48 +0000 (15:01 +0800)]
Merge branch 'MDL-36655' of git://github.com/netspotau/moodle-mod_assign
Dan Poltawski [Mon, 19 Nov 2012 06:50:48 +0000 (14:50 +0800)]
Merge branch 'w47_MDL-36682_m24_mcache' of git://github.com/skodak/moodle
Ankit Agarwal [Fri, 16 Nov 2012 03:40:34 +0000 (11:40 +0800)]
MDL-36615 calendar: The type of event should be named site not global for consistencies
Dan Poltawski [Mon, 19 Nov 2012 02:51:54 +0000 (10:51 +0800)]
Merge branch 'MDL-36415-master-int' of git://github.com/FMCorz/moodle
Conflicts:
theme/upgrade.txt
Dan Poltawski [Mon, 19 Nov 2012 02:33:25 +0000 (10:33 +0800)]
Merge branch 'MDL-34204' of git://github.com/timhunt/moodle
Dan Poltawski [Mon, 19 Nov 2012 02:20:00 +0000 (10:20 +0800)]
Merge branch 'm24_MDL-36512_Purging_file_cachestore_does_not_purge_anything' of https://github.com/scara/moodle
Barbara Ramiro [Thu, 15 Nov 2012 01:46:21 +0000 (09:46 +0800)]
MDL-36564 usability: New icon docs
Frederic Massart [Wed, 14 Nov 2012 09:41:15 +0000 (17:41 +0800)]
MDL-36564 usability: Repositioned help/info icon
Sam Hemelryk [Mon, 19 Nov 2012 01:58:48 +0000 (14:58 +1300)]
Merge branch 'MDL-36589' of git://github.com/rwijaya/moodle
Andrew Davis [Fri, 26 Oct 2012 01:42:51 +0000 (09:42 +0800)]
MDL-26439 core_message: switched the message search over to displaying smallmessage instead of fullmessage which contains boilerplate we dont want
Petr Škoda [Sun, 18 Nov 2012 13:46:31 +0000 (14:46 +0100)]
MDL-36682 remove old unused shared memory caching support
Jean-Michel Vedrine [Thu, 1 Nov 2012 10:16:01 +0000 (11:16 +0100)]
MDL-32865 Backwards compatibility, deal with the old image tag
Jean-Michel Vedrine [Thu, 1 Nov 2012 07:50:30 +0000 (08:50 +0100)]
MDL-32865 CLOZE Questions imported from another course end up with broken image links
Andreas Grabs [Tue, 6 Nov 2012 21:33:07 +0000 (22:33 +0100)]
MDL-35158 - Random Glossary block returns an error when you delete the linked glossary
Petr Škoda [Sat, 10 Nov 2012 18:07:08 +0000 (19:07 +0100)]
MDL-36229 whitelist more search engines and add tests
Matteo Scaramuccia [Wed, 14 Nov 2012 15:12:13 +0000 (16:12 +0100)]
MDL-36512 purge_by_*() must initialise the cache implementing a store.
Indeed, given the current stores implementation, purge will not take effect in case of a file store.
Matteo Scaramuccia [Wed, 14 Nov 2012 09:39:28 +0000 (10:39 +0100)]
MDL-36512 Purging a file store actually purges nothing
Dan Poltawski [Fri, 16 Nov 2012 08:27:08 +0000 (16:27 +0800)]
on demand release 2.4beta+
Dan Poltawski [Fri, 16 Nov 2012 08:25:59 +0000 (16:25 +0800)]
Merge branch 'install_master' of git://git.moodle.cz/moodle-install
Dan Poltawski [Fri, 16 Nov 2012 08:22:30 +0000 (16:22 +0800)]
on demand release 2.4beta+
Rajesh Taneja [Fri, 16 Nov 2012 07:57:21 +0000 (15:57 +0800)]
MDl-36352 Calendar: Moved poll interval next to url field for accessibility
Rajesh Taneja [Fri, 16 Nov 2012 07:55:45 +0000 (15:55 +0800)]
MDl-36352 Calendar: Poll interval will be disabled for calendar file import
Rajesh Taneja [Fri, 16 Nov 2012 07:43:46 +0000 (15:43 +0800)]
MDL-36351 Calendar: Poll interval for existing subscriptions will update
Pollinterval option value was not set, which was returning string, expected is int.
Added int as pollinterval option value.
Dan Poltawski [Fri, 16 Nov 2012 07:24:24 +0000 (15:24 +0800)]
Merge branch 'm24_MDL-36364_Improve_the_deletion_logic' of https://github.com/scara/moodle
Conflicts:
cache/stores/file/lib.php
Dan Poltawski [Fri, 16 Nov 2012 07:04:17 +0000 (15:04 +0800)]
Merge branch 'wip-MDL-36407-m24' of git://github.com/samhemelryk/moodle
Dan Poltawski [Fri, 16 Nov 2012 06:52:09 +0000 (14:52 +0800)]
Merge branch 'wip-MDL-36276-m24' of git://github.com/samhemelryk/moodle
Dan Poltawski [Fri, 16 Nov 2012 06:49:44 +0000 (14:49 +0800)]
Merge branch 'MDL-36525-master' of git://github.com/ankitagarwal/moodle
Frederic Massart [Thu, 15 Nov 2012 03:44:18 +0000 (11:44 +0800)]
MDL-36415 usability: Use new up/down and ordering icons
Barbara Ramiro [Thu, 15 Nov 2012 06:41:00 +0000 (14:41 +0800)]
MDL-36415 usability: New icons for sorting asc and desc
Barbara Ramiro [Thu, 15 Nov 2012 03:21:38 +0000 (11:21 +0800)]
MDL-36415 usability: Revert resize of arrow up/down
Dan Poltawski [Fri, 16 Nov 2012 04:16:31 +0000 (12:16 +0800)]
Merge branch 'MDL-36471-master-int' of git://github.com/FMCorz/moodle
Frederic Massart [Fri, 16 Nov 2012 03:34:20 +0000 (11:34 +0800)]
MDL-26660 libraries: Improved XML validation before parsing
Frederic Massart [Fri, 16 Nov 2012 04:12:54 +0000 (12:12 +0800)]
MDL-36471 phpunit: Fixed failure because SVG support was dropped for Opera
Dan Poltawski [Fri, 16 Nov 2012 04:06:41 +0000 (12:06 +0800)]
MDL-36526 - calendar: trim urls for copy/pasting
Damyon Wiese [Fri, 16 Nov 2012 03:00:05 +0000 (11:00 +0800)]
MDL-36655: Assignment - do not add empty group to grading form when there is only one student
Dan Poltawski [Fri, 16 Nov 2012 03:03:45 +0000 (11:03 +0800)]
Merge branch 'MDL-36612-master-int' of git://github.com/FMCorz/moodle
Dan Poltawski [Fri, 16 Nov 2012 03:01:53 +0000 (11:01 +0800)]
Merge branch 'MDL-36471-master-int' of git://github.com/FMCorz/moodle
Dan Poltawski [Fri, 16 Nov 2012 02:57:16 +0000 (10:57 +0800)]
Merge branch 'MDL-36622-master' of git://github.com/FMCorz/moodle
Dan Poltawski [Fri, 16 Nov 2012 02:52:07 +0000 (10:52 +0800)]
Merge branch 'MDL-36643-master' of git://github.com/FMCorz/moodle
AMOS bot [Thu, 15 Nov 2012 21:29:38 +0000 (21:29 +0000)]
Automatically generated installer lang files
Sam Hemelryk [Fri, 9 Nov 2012 03:45:55 +0000 (16:45 +1300)]
MDL-36407 cache: unit tests + checks + improved string cache
Tim Hunt [Thu, 15 Nov 2012 14:30:33 +0000 (14:30 +0000)]
MDL-36646 unit tests should not assume number of contexts.
Tim Hunt [Thu, 15 Nov 2012 13:42:32 +0000 (13:42 +0000)]
MDL-34204 grader report: static call to non-static method.
Frederic Massart [Thu, 15 Nov 2012 13:38:42 +0000 (21:38 +0800)]
MDL-36417 usability: Disable SVG support for Opera
Frederic Massart [Thu, 15 Nov 2012 11:30:16 +0000 (19:30 +0800)]
MDL-36622 usability: Adaptations following new icons
Barbara Ramiro [Thu, 15 Nov 2012 10:50:42 +0000 (18:50 +0800)]
MDL-36622 usability: New icons on course category page
Barbara Ramiro [Thu, 15 Nov 2012 11:32:08 +0000 (19:32 +0800)]
MDL-36643 usability: New RSS icon
Ankit Agarwal [Wed, 14 Nov 2012 06:13:31 +0000 (14:13 +0800)]
MDL-36525 calendar: Curl should allow urls with force downloads
Dan Poltawski [Thu, 15 Nov 2012 08:26:26 +0000 (16:26 +0800)]
Merge branch 'wip-MDL-35770-master' of git://github.com/marinaglancy/moodle
Marina Glancy [Thu, 15 Nov 2012 08:20:05 +0000 (16:20 +0800)]
MDL-36594 reset cache inside course format when course marker is changed
Dan Poltawski [Thu, 15 Nov 2012 03:17:07 +0000 (11:17 +0800)]
MDL-36526 calendar: Convert webcal:// to http://
Curl doesn't understand webcal, so needs to use http. Also fixed some
php warnings spotted during testing.
Frederic Massart [Thu, 15 Nov 2012 06:50:59 +0000 (14:50 +0800)]
MDL-36612 upgrade: Force courses cache to be rebuilt
Dan Poltawski [Thu, 15 Nov 2012 06:40:42 +0000 (14:40 +0800)]
Merge branch 'MDL-36331_redirect' of git://github.com/andyjdavis/moodle
Dan Poltawski [Thu, 15 Nov 2012 06:32:51 +0000 (14:32 +0800)]
Merge branch 'MDL-36061_userid' of git://github.com/andyjdavis/moodle
Dan Poltawski [Thu, 15 Nov 2012 05:51:07 +0000 (13:51 +0800)]
Merge branch 'wip-MDL-35770-master' of git://github.com/marinaglancy/moodle
Marina Glancy [Thu, 15 Nov 2012 05:25:51 +0000 (13:25 +0800)]
MDL-35770 Include file defining base class in order to work correctly in cron
Amy Groshek [Thu, 15 Nov 2012 04:53:31 +0000 (22:53 -0600)]
MDL-36544 - remove rounded corners from course summary block so that its appearance matches other blocks in standard theme
Dan Poltawski [Thu, 15 Nov 2012 03:20:12 +0000 (11:20 +0800)]
Merge branch 'w47_MDL-36524_m24_ieagain' of git://github.com/skodak/moodle
Aparup Banerjee [Thu, 15 Nov 2012 03:16:35 +0000 (11:16 +0800)]
MDL-30643 fixed whitespace
Aparup Banerjee [Thu, 15 Nov 2012 03:15:00 +0000 (11:15 +0800)]
Merge branch 'MDL-30643_master-log-speed' of git://github.com/tbannister/moodle
Conflicts:
lib/tests/statslib_test.php
Andrew Davis [Tue, 6 Nov 2012 03:02:18 +0000 (11:02 +0800)]
MDL-36061 core_grade: added some unit tests related to refresh_grades()
Dan Poltawski [Thu, 15 Nov 2012 02:59:17 +0000 (10:59 +0800)]
Merge branch 'wip-MDL-35770-master' of git://github.com/marinaglancy/moodle
Conflicts:
course/format/lib.php
Dan Poltawski [Thu, 15 Nov 2012 02:39:08 +0000 (10:39 +0800)]
Merge branch 'MDL-36417-master' of git://github.com/FMCorz/moodle
Dan Poltawski [Thu, 15 Nov 2012 02:06:00 +0000 (10:06 +0800)]
Merge branch 'MDL-36526-master' of git://github.com/ankitagarwal/moodle
Dan Poltawski [Thu, 15 Nov 2012 01:25:56 +0000 (09:25 +0800)]
MDL-36111 cache: remove double semicolons
Thanks to Matteo Scaramuccia!
Dan Poltawski [Thu, 15 Nov 2012 00:56:43 +0000 (08:56 +0800)]
Merge branch 'wip-MDL-36576-m24' of git://github.com/amygroshek/moodle
Adrian Greeve [Thu, 8 Nov 2012 09:38:57 +0000 (17:38 +0800)]
MDL-36453 - mod_data: Presets now load in a Windows environment.
Thanks to Michael de Raadt for this patch.
Paul Nicholls [Wed, 14 Nov 2012 21:50:16 +0000 (10:50 +1300)]
MDL-36204: moodle1 backup converter: add unit test to cover this issue
Paul Nicholls [Thu, 25 Oct 2012 03:13:10 +0000 (16:13 +1300)]
MDL-36204: moodle1 backup converter: urldecode filenames from links
If filenames are not run through urldecode(), those that contain spaces (or other url-encoded characters) will not be handled, as they can't be found in the backup file.