David Mudrák
d2713eff38
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.
2012-12-06 01:50:42 +01:00
Marina Glancy
e28d5db2ee
MDL-36840 Set course.format to 'site' for site-course
2012-12-05 10:31:24 +08:00
Jerome Mouneyrac
e9e567f33c
MDL-29805 add REQUIRE_CORRECT_ACCESS define + return error code when AJAX_SCRIPT fails
2012-12-04 11:47:19 +08:00
Eloy Lafuente (stronk7)
e9dab879b6
Merge branch 'MDL-36934-master' of git://git.luns.net.uk/moodle
2012-12-03 09:48:13 +01:00
Dan Poltawski
0dcae7cd14
MDL-36950 pluginlib - add MDL to comment
2012-12-03 15:47:35 +08:00
Dan Poltawski
bb608148a9
Merge branch 'MDL-36950-updates-proxy' of git://github.com/mudrd8mz/moodle
2012-12-03 15:21:25 +08:00
Dan Poltawski
c62c77c0e8
Merge branch 'wip-MDL-36888-m24' of git://github.com/samhemelryk/moodle
2012-12-03 12:55:42 +08:00
Sam Hemelryk
383b89a1e2
MDL-36888 theme: allow the use of SVG in CSS background images.
2012-12-03 09:20:06 +13:00
Andrew Robert Nicols
50d6ad844a
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.
2012-12-01 09:48:42 +00:00
Tim Hunt
bf4045599c
MDL-36845 excel export: don't output invalid sheet names.
...
We should clean any proposed worksheet name, to remove the characters
that Excel does not allow.
2012-11-30 15:58:36 +00:00
David Mudrák
63def597a6
MDL-36950 Pass the Moodle proxy setting to the mdeploy.php utility
2012-11-30 16:12:34 +01:00
David Mudrák
30e2682756
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.
2012-11-30 16:09:58 +01:00
David Mudrák
4785c45dd8
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.
2012-11-30 16:09:58 +01:00
Michael Aherne
2211f50422
MDL-36946 theme Use server default theme before standard
2012-11-30 12:11:07 +00:00
Andrew Davis
aee968da79
MDL-36761 core_grade:shifted a call to count() out of a loop
2012-11-30 11:05:44 +08:00
Eloy Lafuente (stronk7)
663dbbc2e6
MDL-36933 Bump everything to 2012112900
...
(versions, requires and dependencies)
2012-11-30 03:30:09 +01:00
Jerome Mouneyrac
8158ce79f9
MDL-36773 timezone inconsistency => some number support decimal other don\'t - Original patch author: Nathan Mares
2012-11-30 10:11:55 +08:00
Dan Poltawski
e4d7ec6b3b
Merge branch 'MDL-36783-master' of git://github.com/FMCorz/moodle
2012-11-29 15:06:19 +08:00
Frederic Massart
c22fbd3868
MDL-36837 theme: Help icons aligned on the left are well positioned
2012-11-29 12:34:18 +08:00
Frederic Massart
fc5e08440a
MDL-36783 usability: Portfolio CSS for new icons
2012-11-28 14:07:43 +08:00
Dan Poltawski
bd80fcc357
Merge branch 'wip-MDL-36859-m24' of git://github.com/samhemelryk/moodle
2012-11-28 09:56:59 +08:00
Dan Poltawski
1d762c8aba
Merge branch 'MDL-36752-master-2' of git://git.luns.net.uk/moodle
2012-11-28 09:40:24 +08:00
Sam Hemelryk
fd6ab92b1d
Merge branch 'MDL-35997-wip1' of git://github.com/mouneyrac/moodle
...
Conflicts:
version.php
2012-11-28 10:57:09 +13:00
Sam Hemelryk
73321216a1
MDL-36859 cache: removed unused config definition
2012-11-28 10:34:33 +13:00
Andrew Robert Nicols
c44a8dfed5
MDL-36752 Be more specific about tooltip selectors
2012-11-27 14:45:47 +00:00
Aparup Banerjee
e002d5e435
Merge branch 'MDL-36865_master' of git://github.com/markn86/moodle
2012-11-27 16:20:26 +08:00
Mark Nelson
08a6a19d4b
MDL-36865 filepicker: ensuring the dnd arrow displays in the center of the filepicker for all supported browsers
2012-11-27 15:59:43 +08:00
Aparup Banerjee
a58be8a9f1
Merge branch 'MDL-36841_master' of git://github.com/markn86/moodle
2012-11-27 14:56:03 +08:00
David Monllao
67cf74b269
MDL-30899 moodle-core-notification Adding ARIA attributes
2012-11-27 14:41:42 +08:00
David Monllao
4bcbdb3e88
MDL-30899 moodle-core-notification Adding close button title for accessibility
2012-11-27 14:41:42 +08:00
David Monllao
f068cac195
MDL-30899 moodle-core-notification Adding focus to non modal windows
2012-11-27 14:40:10 +08:00
David Monllao
729c115195
MDL-30899 moodle-core-notification Adding H1 to notifications headers
2012-11-27 14:40:10 +08:00
David Monllao
7b67e0c5eb
MDL-30899 modchooser Changing from overlay to panel references
2012-11-27 14:40:09 +08:00
David Monllao
7cd301d191
MDL-30899 moodle-core-notification Replacing Y.Overlay for Y.Panel
...
References to lightbox are still there to maintain the same
external API but are converted to a modal attribute internally,
same with closeButton, now it uses the Y.Panel close button
2012-11-27 14:40:09 +08:00
Mark Nelson
04123f6d85
MDL-36841 portfolio: ensure variables in parent function match those of childs to prevent strict standard error
2012-11-27 14:12:25 +08:00
Dan Poltawski
4554660c28
Merge branch 'wip-MDL-36466-m24' of git://github.com/samhemelryk/moodle
2012-11-27 13:38:53 +08:00
Dan Poltawski
e0c9b42ff7
Merge branch 'MDL-36752-master' of git://git.luns.net.uk/moodle
2012-11-27 13:32:34 +08:00
Dan Poltawski
513c64c303
Merge branch 'MDL-36806' of git://github.com/timhunt/moodle
2012-11-27 13:26:38 +08:00
Frederic Massart
58f46a0e66
MDL-36470 usability: Course legacy files uses the folder icon
2012-11-27 12:11:19 +08:00
Dan Poltawski
8204e57309
Merge branch 'MDL-36559-master-int' of git://github.com/FMCorz/moodle
2012-11-27 10:50:31 +08:00
Dan Poltawski
2c59d2ca8c
Merge branch 'MDL-36550-master' of git://github.com/FMCorz/moodle
2012-11-27 10:36:59 +08:00
Sam Hemelryk
a28e3a6007
Merge branch 'wip-MDL-36795-master' of git://github.com/abgreeve/moodle
2012-11-27 11:22:08 +13:00
Sam Hemelryk
75ca9964a5
Merge branch 'MDL-36760' of git://github.com/timhunt/moodle
2012-11-27 10:41:41 +13:00
Frederic Massart
e40bd74620
MDL-36550 usability: CSS updates on course page
2012-11-26 17:00:29 +08:00
Dan Poltawski
ae8530e854
MDL-35717|NOBUG - fix trailing whitespace problems
2012-11-26 15:01:31 +08:00
Adrian Greeve
341bfedf90
MDL-36795 - lib / administration: maxsections now limits the default setting for numsections.
...
In the default course settings, setting the maximum number topics / weeks to 0 would not
change the default number of sections on the same page as any other number would.
A more appropriate check has been put in place.
This also incorporates a fix for MDL-28584. The course edit screen now also checks to see
if maxsections is set or numeric. If it is not set or numeric then it defaults to 52.
2012-11-26 14:41:50 +08:00
Sam Hemelryk
8a423efda9
Merge branch 'MDL-36609_master' of git://github.com/markn86/moodle
2012-11-26 14:58:13 +13:00
Sam Hemelryk
4d9e8469e1
Merge branch 'MDL-35569-master' of git://git.luns.net.uk/moodle
2012-11-26 14:46:25 +13:00
Sam Hemelryk
94ef67cf5f
MDL-36466 cache: tidy up after review
2012-11-26 08:12:00 +13:00
Sam Hemelryk
c9f40e77b7
MDL-36466 cache: renamed define NO_CACHE_STORES to CACHE_DISABLE_STORES
2012-11-26 08:12:00 +13:00