Sam Hemelryk [Sun, 9 Dec 2012 23:13:32 +0000 (12:13 +1300)]
Merge branch 'MDL-36433-master' of git://github.com/itamart/moodle
Sam Hemelryk [Sun, 9 Dec 2012 22:54:01 +0000 (11:54 +1300)]
Merge branch 'MDL-36764' of git://github.com/danpoltawski/moodle
Sam Hemelryk [Sun, 9 Dec 2012 22:51:38 +0000 (11:51 +1300)]
Merge branch 'MDL-36778' of git://github.com/danpoltawski/moodle
Sam Hemelryk [Sun, 9 Dec 2012 22:48:22 +0000 (11:48 +1300)]
Merge branch 'MDL-36887' of git://github.com/danpoltawski/moodle
Sam Hemelryk [Sun, 9 Dec 2012 22:42:57 +0000 (11:42 +1300)]
Merge branch 'MDL-36640-master' of git://git.luns.net.uk/moodle
Andrew Robert Nicols [Mon, 3 Dec 2012 12:18:21 +0000 (12:18 +0000)]
MDL-36918 Decode HTML entities on ajax update title
Sam Hemelryk [Sun, 9 Dec 2012 22:00:17 +0000 (11:00 +1300)]
Merge branch 'message_nav' of git://github.com/andyjdavis/moodle
Sam Hemelryk [Sun, 9 Dec 2012 21:54:32 +0000 (10:54 +1300)]
Merge branch 'MDL-36761_loop' of git://github.com/andyjdavis/moodle
Sam Hemelryk [Sun, 9 Dec 2012 21:49:21 +0000 (10:49 +1300)]
Merge branch 'MDL-34591_master' of git://github.com/grabs/moodle
Sam Hemelryk [Sun, 9 Dec 2012 21:41:35 +0000 (10:41 +1300)]
Merge branch 'wip-MDL-35221-master' of git://github.com/kwiliarty/moodle
Sam Hemelryk [Sun, 9 Dec 2012 21:33:48 +0000 (10:33 +1300)]
Merge branch 'wip-MDL-36906-master' of git://github.com/abgreeve/moodle
Sam Hemelryk [Sun, 9 Dec 2012 21:27:25 +0000 (10:27 +1300)]
Merge branch 'wip-MDL-36915-master' of git://github.com/abgreeve/moodle
Sam Hemelryk [Sun, 9 Dec 2012 21:23:55 +0000 (10:23 +1300)]
Merge branch 'wip-MDL-37026-master' of git://github.com/abgreeve/moodle
Sam Hemelryk [Sun, 9 Dec 2012 21:19:32 +0000 (10:19 +1300)]
Merge branch 'MDL-33125' of git://github.com/aolley/moodle
Andreas Grabs [Wed, 5 Dec 2012 11:24:21 +0000 (12:24 +0100)]
MDL-34591 - paypal does not allow unenrol
Eloy Lafuente (stronk7) [Sat, 8 Dec 2012 01:58:07 +0000 (02:58 +0100)]
weekly on-sync release 2.5dev
Amy Groshek [Wed, 5 Dec 2012 00:07:25 +0000 (18:07 -0600)]
MDL-36960 - fix broken horizontal positioning of titles for docked blocks
David Mudrák [Thu, 6 Dec 2012 01:37:22 +0000 (02:37 +0100)]
MDL-36963 Do not attempt to remove the root folder of a plugin during the update deployment
There is no need to move the root folder of a plugin during the update
deployment. We just need to operate with its contents. So the web server
process can have the write access for the plugin folder only.
David Mudrák [Thu, 6 Dec 2012 01:42:48 +0000 (02:42 +0100)]
MDL-36963 Add unit tests for directory operations in mdeploy.php
David Mudrák [Thu, 6 Dec 2012 01:31:36 +0000 (02:31 +0100)]
MDL-36963 Improve mdeploy worker::remove_directory() method
The additional parameter allows to use this method without actual
removing the root of the path. That is, it is now possible to remove
the content of a folder only.
David Mudrák [Thu, 6 Dec 2012 01:31:36 +0000 (02:31 +0100)]
MDL-36963 Improve mdeploy worker::move_directory() method
The additional parameter allows to use this method without actual
removing the root of the source location. That is, it is now possible to
move the content of a folder only.
Also, a small refactoring happened here as we will need a variant of
this method that does not throw exception if the target already exists.
Adrian Greeve [Thu, 6 Dec 2012 02:52:09 +0000 (10:52 +0800)]
MDL-37026 - lib: The function user_can_assign() returns true for admins.
Eloy Lafuente (stronk7) [Thu, 6 Dec 2012 01:24:47 +0000 (02:24 +0100)]
Merge branch 'wip-MDL-36341-m24' of git://github.com/samhemelryk/moodle
David Mudrák [Wed, 5 Dec 2012 23:03:25 +0000 (00:03 +0100)]
MDL-37003 Fix repeated line in update notification email
There was a problem experienced after 2.4.0 release because the version
of the 2.4.0 release was the same as 2.5dev release. So the version
value matched twice in the loop and the line was repeated in the email.
David Mudrák [Wed, 5 Dec 2012 22:47:54 +0000 (23:47 +0100)]
MDL-36943 Do not notify about already installed updates
Before this patch, the available_update_checker::cron_notifications()
method accessed the availableupdates property. But for plugins, that property
basically contains the most recent version available. So we were missing
the check against the actual version installed.
The fix was simple - obtain available updates via the available_updates()
method that performs the check.
Marina Glancy [Wed, 5 Dec 2012 02:28:12 +0000 (10:28 +0800)]
MDL-36840 Set course.format to 'site' for site-course
Eloy Lafuente (stronk7) [Mon, 3 Dec 2012 20:11:33 +0000 (21:11 +0100)]
NOBUG: Bump backup relese for 2.5dev
Eloy Lafuente (stronk7) [Mon, 3 Dec 2012 19:05:30 +0000 (20:05 +0100)]
weekly release 2.5dev
Eloy Lafuente (stronk7) [Mon, 3 Dec 2012 19:01:33 +0000 (20:01 +0100)]
Moodle release 2.4
Eloy Lafuente (stronk7) [Mon, 3 Dec 2012 18:53:36 +0000 (19:53 +0100)]
ie9 svg compatibility fixes
Eloy Lafuente (stronk7) [Mon, 3 Dec 2012 18:51:37 +0000 (19:51 +0100)]
Merge branch 'install_master' of git://git.moodle.cz/moodle-install
Eloy Lafuente (stronk7) [Mon, 3 Dec 2012 08:48:13 +0000 (09:48 +0100)]
Merge branch 'MDL-36934-master' of git://git.luns.net.uk/moodle
Aparup Banerjee [Mon, 3 Dec 2012 07:54:52 +0000 (15:54 +0800)]
Merge branch 'MDL-36912-master' of git://github.com/FMCorz/moodle
Dan Poltawski [Mon, 3 Dec 2012 07:47:35 +0000 (15:47 +0800)]
MDL-36950 pluginlib - add MDL to comment
Dan Poltawski [Mon, 3 Dec 2012 07:21:25 +0000 (15:21 +0800)]
Merge branch 'MDL-36950-updates-proxy' of git://github.com/mudrd8mz/moodle
Aparup Banerjee [Mon, 3 Dec 2012 06:59:15 +0000 (14:59 +0800)]
Merge branch 'MDL-36777-master' of git://github.com/FMCorz/moodle
Dan Poltawski [Mon, 3 Dec 2012 06:45:04 +0000 (14:45 +0800)]
Merge branch 'MDL-36914-master' of git://github.com/damyon/moodle
Frederic Massart [Mon, 3 Dec 2012 06:17:40 +0000 (14:17 +0800)]
MDL-36860 theme: Readme for MyMobile hack
Dan Poltawski [Mon, 3 Dec 2012 06:08:25 +0000 (14:08 +0800)]
Merge branch 'MDL-36883-master' of git://github.com/FMCorz/moodle
Dan Poltawski [Mon, 3 Dec 2012 05:56:21 +0000 (13:56 +0800)]
Merge branch 'MDL-36860-master' of git://github.com/FMCorz/moodle
Dan Poltawski [Mon, 3 Dec 2012 05:41:02 +0000 (13:41 +0800)]
Merge branch 'MDL-36944-master' of git://github.com/FMCorz/moodle
Dan Poltawski [Mon, 3 Dec 2012 05:28:12 +0000 (13:28 +0800)]
Merge branch 'MDL-36949-master' of git://github.com/FMCorz/moodle
Dan Poltawski [Mon, 3 Dec 2012 05:23:21 +0000 (13:23 +0800)]
Merge branch 'MDL-36884-master' of git://github.com/FMCorz/moodle
Dan Poltawski [Mon, 3 Dec 2012 04:55:42 +0000 (12:55 +0800)]
Merge branch 'wip-MDL-36888-m24' of git://github.com/samhemelryk/moodle
Dan Poltawski [Mon, 3 Dec 2012 03:59:01 +0000 (11:59 +0800)]
Merge branch 'MDL-36948-master' of git://github.com/FMCorz/moodle
Dan Poltawski [Mon, 3 Dec 2012 02:36:16 +0000 (10:36 +0800)]
Merge branch 'MDL-36618-master' of git://github.com/FMCorz/moodle
Sam Hemelryk [Tue, 20 Nov 2012 00:31:31 +0000 (13:31 +1300)]
MDL-36341 calendar: fixed JS bug with popup node setter
Sam Hemelryk [Wed, 28 Nov 2012 05:15:54 +0000 (18:15 +1300)]
MDL-36888 theme: allow the use of SVG in CSS background images.
AMOS bot [Sun, 2 Dec 2012 00:40:59 +0000 (00:40 +0000)]
Automatically generated installer lang files
Andrew Robert Nicols [Fri, 30 Nov 2012 09:54:37 +0000 (09:54 +0000)]
MDL-36934 Only set the autosubmit class on selects when required
The url_select class can optionally show a button (much like the non-JS
fallback). In this case, the autosubmit nature of the form shouldn't be
enforced and it should only submit on the button.
AMOS bot [Sat, 1 Dec 2012 00:43:06 +0000 (00:43 +0000)]
Automatically generated installer lang files
David Mudrák [Fri, 30 Nov 2012 15:12:34 +0000 (16:12 +0100)]
MDL-36950 Pass the Moodle proxy setting to the mdeploy.php utility
David Mudrák [Fri, 30 Nov 2012 15:11:52 +0000 (16:11 +0100)]
MDL-36950 Make mdeploy.php accept proxy related settings
David Mudrák [Fri, 30 Nov 2012 12:16:01 +0000 (13:16 +0100)]
MDL-36903 Add a link to Moodle documentation from mdeploy error pages
David Mudrák [Fri, 30 Nov 2012 12:15:00 +0000 (13:15 +0100)]
MDL-36903 Make mdeploy.php use the custom CA certificate if it exists
David Mudrák [Fri, 30 Nov 2012 12:12:29 +0000 (13:12 +0100)]
MDL-36903 Pre-check the ZIP download before executing the mdeploy.php utility
This patch makes Moodle call HTTP HEAD method via cURL to see if the ZIP
is expected to be downloadable by mdeploy.php. This is mainly intended
for SSL certificates check.
David Mudrák [Fri, 30 Nov 2012 10:46:19 +0000 (11:46 +0100)]
MDL-36903 Verify the SSL certificate of available updates provider
From now on, Moodle verifies the available updates provider server. To
make it work, either there must be a valid CA certificate available in
the operating system, or the administrator has to upload the valid CA
certificate to moodledata/moodleorgca.crt (PEM format) file manually.
Frederic Massart [Fri, 30 Nov 2012 12:24:20 +0000 (20:24 +0800)]
MDL-36949 usability: Use new icons for unused icons
Eloy Lafuente (stronk7) [Fri, 30 Nov 2012 12:26:57 +0000 (13:26 +0100)]
on-demand release 2.4rc1
Eloy Lafuente (stronk7) [Fri, 30 Nov 2012 12:19:44 +0000 (13:19 +0100)]
ie9 svg compatibility fixes
Frederic Massart [Fri, 30 Nov 2012 12:19:16 +0000 (20:19 +0800)]
MDL-36948 usability: Styling for new reload icon
Barbara Ramiro [Fri, 30 Nov 2012 12:18:58 +0000 (20:18 +0800)]
MDL-36948 usability: New reload icon
Eloy Lafuente (stronk7) [Fri, 30 Nov 2012 11:48:01 +0000 (12:48 +0100)]
Merge branch 'install_master' of git://git.moodle.cz/moodle-install
Frederic Massart [Fri, 30 Nov 2012 10:55:32 +0000 (18:55 +0800)]
MDL-36884 usability: Deprecated icons fallback on most corresponding new icons
Frederic Massart [Fri, 30 Nov 2012 11:28:19 +0000 (19:28 +0800)]
MDL-36944 usability: New version of switchrole icon
Frederic Massart [Fri, 30 Nov 2012 06:26:31 +0000 (14:26 +0800)]
MDL-36912 usability: CSS adaptations for assignment
Barbara Ramiro [Fri, 30 Nov 2012 06:05:11 +0000 (14:05 +0800)]
MDL-36912 usability: New icons for assignment module
Barbara Ramiro [Fri, 30 Nov 2012 11:07:47 +0000 (19:07 +0800)]
MDL-36618 usability: New icons for permissions risks
Frederic Massart [Thu, 29 Nov 2012 06:08:43 +0000 (14:08 +0800)]
MDL-36777 usability: Theming fixes on backup steps
Barbara Ramiro [Fri, 30 Nov 2012 06:32:46 +0000 (14:32 +0800)]
MDL-36777 usability: New icons for backup
Frederic Massart [Mon, 26 Nov 2012 06:02:44 +0000 (14:02 +0800)]
MDL-36830 usability: Glossary and database small design improvements
Aparup Banerjee [Fri, 30 Nov 2012 07:44:50 +0000 (15:44 +0800)]
Merge branch 'MDL-36632-master' of git://github.com/FMCorz/moodle
Frederic Massart [Wed, 28 Nov 2012 08:57:16 +0000 (16:57 +0800)]
MDL-36632 usability: Grading methods icons and CSS
Aparup Banerjee [Fri, 30 Nov 2012 07:32:15 +0000 (15:32 +0800)]
Merge branch 'MDL-36774-master' of git://github.com/FMCorz/moodle
Aparup Banerjee [Fri, 30 Nov 2012 07:21:05 +0000 (15:21 +0800)]
Merge branch 'MDL-36765-master' of git://github.com/FMCorz/moodle
Aparup Banerjee [Fri, 30 Nov 2012 07:05:41 +0000 (15:05 +0800)]
Merge branch 'MDL-36869-master' of git://github.com/FMCorz/moodle
Frederic Massart [Fri, 30 Nov 2012 05:19:21 +0000 (13:19 +0800)]
MDL-36860 theme: Fix MyMobile theme CSS
Frederic Massart [Fri, 30 Nov 2012 05:18:44 +0000 (13:18 +0800)]
MDL-36860 theme: MyMobile jQuery Mobile hack
Dan Poltawski [Fri, 30 Nov 2012 04:15:51 +0000 (12:15 +0800)]
MDL-36778 course - prevent undefined index warnings
When logged in as a guest the mform didn't set userid.
Dan Poltawski [Fri, 30 Nov 2012 03:41:01 +0000 (11:41 +0800)]
MDL-36887 quiz: reorder upgrade.txt's
Andrew Davis [Tue, 27 Nov 2012 02:04:59 +0000 (10:04 +0800)]
MDL-36761 core_grade:shifted a call to count() out of a loop
Eloy Lafuente (stronk7) [Fri, 30 Nov 2012 02:28:29 +0000 (03:28 +0100)]
MDL-36933 Bump everything to
2012112900
(versions, requires and dependencies)
Eloy Lafuente (stronk7) [Fri, 30 Nov 2012 02:15:31 +0000 (03:15 +0100)]
MDL-36933 Prepare main version and backup branch
Adrian Greeve [Fri, 30 Nov 2012 01:57:45 +0000 (09:57 +0800)]
MDL-36915 - mod/data: A database with no entries no longer displays the export to portfolio button.
Dan Poltawski [Fri, 30 Nov 2012 01:48:36 +0000 (09:48 +0800)]
Merge branch 'wip-MDL-36937-m24' of git://github.com/samhemelryk/moodle
Sam Hemelryk [Fri, 30 Nov 2012 01:29:58 +0000 (14:29 +1300)]
MDL-36937 cache: Fixed up typo
Dan Poltawski [Fri, 30 Nov 2012 01:23:17 +0000 (09:23 +0800)]
Revert "MDL-36838 moodle->mahara mnet SSO failure in FF17"
Firefox have now decided to reverse their UA change (since integration)
and this patch has some minor drawbacks.
This reverts commit
1c65f683dc0a52e47fdf68e952c832d7c63e03a0.
Kevin Wiliarty [Tue, 4 Sep 2012 05:50:07 +0000 (01:50 -0400)]
MDL-35221 mod_feedback: replace checkbox with advcheckbox for all requirable feedback question types
Barbara Ramiro [Thu, 29 Nov 2012 08:15:15 +0000 (16:15 +0800)]
MDL-36869 usability: Revised icons enrolusers and assignroles
Damyon Wiese [Thu, 29 Nov 2012 08:07:20 +0000 (16:07 +0800)]
MDL-36914: Assignment upgrade. Clean up patch to include outcomes in the upgrade
Thanks to Nathan Mares for reporting this issue.
Nathan Mares [Tue, 27 Nov 2012 23:21:32 +0000 (10:21 +1100)]
MDL-36914: Re-associate all grade_item records when upgrading assignments to prevent data loss
Dan Poltawski [Thu, 29 Nov 2012 07:06:19 +0000 (15:06 +0800)]
Merge branch 'MDL-36783-master' of git://github.com/FMCorz/moodle
Dan Poltawski [Thu, 29 Nov 2012 06:53:11 +0000 (14:53 +0800)]
Merge branch 'MDL-36638-master' of git://github.com/FMCorz/moodle
Dan Poltawski [Thu, 29 Nov 2012 06:43:50 +0000 (14:43 +0800)]
Merge branch 'MDL-36839-master' of git://github.com/FMCorz/moodle
Adrian Greeve [Thu, 29 Nov 2012 05:38:01 +0000 (13:38 +0800)]
MDL-36906 - mod_data: Latitude and Logitude error fix.
Thanks to Marcus Boon for providing a patch for this issue.
mod/data/field/latlong/kml.php was missing a context variable.
This was causing an error when trying to download a kml file for
google earth. This variable has now been included.
Aparup Banerjee [Thu, 29 Nov 2012 04:53:25 +0000 (12:53 +0800)]
Merge branch 'master_MDL-36858' of git://github.com/danmarsden/moodle
Dan Poltawski [Thu, 29 Nov 2012 04:51:00 +0000 (12:51 +0800)]
Merge branch 'MDL-36718-master' of git://github.com/FMCorz/moodle
Frederic Massart [Tue, 27 Nov 2012 08:52:13 +0000 (16:52 +0800)]
MDL-36638 usability: Core changes for new quiz/question icons
Barbara Ramiro [Wed, 28 Nov 2012 07:23:13 +0000 (15:23 +0800)]
MDL-36638 usability: New quiz/question related icons
Frederic Massart [Mon, 26 Nov 2012 07:42:35 +0000 (15:42 +0800)]
MDL-36837 theme: Help icons aligned on the left are well positioned