Frederic Massart
59b9a14063
MDL-8307 Course: Course requests can suggest a category
2012-09-07 11:22:08 +08:00
Frederic Massart
e2aebdc928
MDL-33812 Backup: Respect of backup_auto_keep
2012-09-03 14:12:28 +08:00
Eloy Lafuente (stronk7)
2672817478
Merge branch 'w34_MDL-34960_m24_gmapsv2drop' of git://github.com/skodak/moodle
2012-08-20 20:34:13 +02:00
Eloy Lafuente (stronk7)
5bed363980
Merge branch 'w34_MDL-34959_m24_gmapsv3' of git://github.com/skodak/moodle
2012-08-20 20:28:59 +02:00
Eloy Lafuente (stronk7)
fae6f7cad0
Merge branch 'w34_MDL-34868_m24_gmapsv2' of git://github.com/skodak/moodle
2012-08-20 20:17:27 +02:00
Dan Poltawski
9522185b3c
Merge branch 'MDL-34779-master' of git://github.com/ankitagarwal/moodle
2012-08-20 15:58:22 +08:00
Michael de Raadt
6e56d9dcb7
MDL-34779 settings: Updating lang string corrposnding to the fullnamedisplay setting
2012-08-20 15:46:54 +08:00
Petr Škoda
704533fca7
MDL-34960 drop deprecated Google Maps API V2
2012-08-19 20:07:27 +02:00
Petr Škoda
cec7d43591
MDL-34959 add Google Maps API V3 support
2012-08-19 19:52:35 +02:00
Petr Škoda
b32ec7a3b9
MDL-34868 update deprecated Google maps API V2 key info
2012-08-19 18:20:59 +02:00
Eloy Lafuente (stronk7)
76b97631b0
Merge branch 'MDL-25012' of git://github.com/danpoltawski/moodle
...
Conflicts:
lib/db/upgrade.php
version.php
2012-08-15 00:41:04 +02:00
Dan Poltawski
850d2db82a
MDL-25012 - blogs: introduce a specific 'enabled' config setting
...
Rather than overloading the $CFG->bloglevel setting which had a
confusing UI in the appearance subsystem.
In order to achieve this we modify take the defaults from the existing
bloglevel setting and set that for $CFG->enableblogs. Note that in order
to prevent a bad default settings from being set we also set
$CFG->bloglevel to a valid 'enabled' setting.
2012-08-06 11:25:22 +08:00
Tim Hunt
157583b862
MDL-34704 couse, accesslib: improve $CFG->courselistshortnames
...
1. get_context_name should respect the $CFG->courselistshortnames
setting.
2. When $CFG->courselistshortnames is on, what to display should use a
language string, rather than string concatenation. This makes it
possible for people to configure the display. For example, they might
want 'My first course [M101]' instead of 'M101 My first course'.
2012-08-03 13:01:05 +01: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
Sam Hemelryk
18989c7a24
Merge branch 'MDL-34205-master' of git://github.com/micaherne/moodle
2012-07-23 12:52:35 +12:00
Petr Škoda
13725b3797
MDL-34299 remove xmlstrictheaders setting and switch to html5 doctype by default
...
This fixes WCAG 2.0 compliance because we were already using HTML5 markup.
The strict XML headers setting never worked for production servers, developers
used browser validators for compliance testing. XHTML 5 option is relatively
similar to this obsolete option, but still it can not be used on production servers.
XHTML Strict 1.x was a standardised dead end, HTML5 is the new de-facto-standard
supported by all major browsers including latest versions of IE.
Please note nothing changes in our coding style because HTML5 is a superset of
several previous standards, it is recommended to use only features that are
already implemented in all our supported browsers.
2012-07-21 19:23:44 +02:00
Michael Aherne
945a81a943
MDL-34205 Activity chooser default setting
2012-07-06 15:29:08 +01:00
Petr Škoda
774c42a8d3
MDL-34046 improve mixed files upgrade error
...
Credit goes to Gordon Bateson.
2012-07-06 08:00:53 +02:00
Sam Hemelryk
b5c4f3042b
Merge branch 'MDL-34014' of git://github.com/danpoltawski/moodle
2012-07-03 10:32:37 +12:00
Dan Poltawski
3b0ba40ac5
MDL-34033 lang - ammend configenableajax
...
Now better reflects its functionality.
2012-06-27 11:00:09 +08:00
Dan Poltawski
42e4100b62
MDL-34014 lang - fix CSS optimiser spelling errors
2012-06-26 11:17:36 +08:00
Dan Poltawski
8e9e62fd8e
Merge branch 'MDL-29103' of git://github.com/mouneyrac/moodle
2012-06-05 12:42:30 +08:00
Helen Foster
3c97ce2461
MDL-31803 lang - make the mooch registration message more descriptive
2012-06-05 09:09:52 +08:00
Dan Poltawski
b3245b758c
Merge branch 'MD-31803' of git://github.com/mouneyrac/moodle
...
Conflicts:
admin/index.php
admin/renderer.php
version.php
2012-06-04 19:25:58 +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
Koen Roggemans
61935d8ed0
MDL-29103 web service strings improvement
2012-06-01 11:36:37 +08:00
Aparup Banerjee
1adb060a87
Merge branch 'MDL-32329-all-plugins-ok' of git://github.com/mudrd8mz/moodle
2012-05-30 16:48:23 +08:00
David Mudrak
39f15cc712
MDL-32329 check for plugin dependencies during the pre-install checking
...
This follows the same path as we have in CLI installers. Plugin
dependencies are checked right after the environment checks and the
install can't continue unless all dependencies are fixed.
2012-05-30 10:35:28 +02:00
David Mudrak
f1753a5b10
MDL-32329 CLI install and upgrade scripts display plugins with unsatisfied dependencies
2012-05-30 10:35:28 +02:00
David Mudrak
2da7fbc0c2
MDL-33382 CLI install and upgrade scripts display hint on --allow-unstable in non-interactive mode
2012-05-28 10:59:22 +02:00
Davo Smith
1ddc3d1f4c
MDL-22504 Course drag and drop upload - experimental setting is now a checkbox
2012-05-21 10:03:55 +01:00
Davo Smith
f684250bda
MDL-22504 Course drag and drop upload - removed browser specific content hacks, made 'text and link' dragging an experimental feature
2012-05-21 08:34:50 +01:00
Sam Hemelryk
2bdafb867a
Merge branch 'MDL-32337-uptodate' of git://github.com/mudrd8mz/moodle
2012-05-17 14:55:21 +12:00
David Mudrak
cb1c329186
MDL-32337 admin notifications page checks for the recent updates fetch timestamp
...
Now the message 'Your Moodle code is up-to-date!' is displayed only if
the fetch was done within the last hour. Otherwise, just the button
'Check for available updates' is displayed.
2012-05-15 16:59:45 +02:00
Dan Poltawski
225097f75a
Merge branch 'MDL-31719_master' of git://github.com/lazydaisy/moodle
2012-05-14 15:53:19 +08:00
Mary Evans
b87ac3867e
MDL-31719 lang/en/admin.php: changed text in $string['configallowthemechangeonurl'] to make less ambiguous
2012-05-13 14:40:30 +01:00
Dan Poltawski
b9bcdb54da
MDL-32505 course: drop course_display table and settings
2012-05-04 10:52:56 +08:00
Dan Poltawski
e5214ea13b
Merge branch 'w19_MDL-32793_m23_iplookup' of git://github.com/skodak/moodle
2012-05-09 10:17:50 +08:00
Petr Skoda
8c6136a879
MDL-32793 use geoLookup for IP address lookup by default
2012-05-08 23:45:28 +02:00
Sam Hemelryk
bbb0a6eb02
Merge branch 'MDL-32509' of git://github.com/danpoltawski/moodle
2012-05-08 18:12:28 +12:00
Sam Hemelryk
8e8de15f6c
MDL-28967 navigation: Several navigation fixes
...
* Fixed implementation of navigation settings navshowcategories, navshowallcourses, and navcourselimit
* Improved performance associated with loading all, or a collection of courses
* Fixed duplicate calls to loading functions when we had the information required to know it had already occurred
2012-05-07 12:42:24 +12:00
Dan Poltawski
7aaed66901
MDL-32509 course: remove enablecourseajax setting
...
We just have the single enableajax setting
2012-05-05 10:56:06 +08:00
Aparup Banerjee
648baa788c
Merge branch 'MDL-28657-master' of https://github.com/mackensen/moodle
2012-05-02 13:55:39 +08:00
Petr Skoda
6c0e5cd193
MDL-19071 test PCRE compatibility with unicode characters
2012-04-27 13:37:54 +02:00
Petr Skoda
4ca04fb58b
MDL-32569 remove remaining references to simpletest and improve events test
2012-04-21 17:08:30 +02:00
Charles Fulton
66150286b5
MDL-28657 backup: make automated backup filenames site admin-configurable
2012-04-20 08:52:56 -07:00
David Mudrak
5344ddd116
MDL-20438 warn the admin that we are just showing available updates
...
This warning is displayed so that folks do not expect any sort of
auto-update ala Wordpress (yet).
2012-03-30 11:05:42 +02:00
David Mudrak
18e55c294d
MDL-20438 removing the word 'extension'
...
It was suggested not to use this term as in moodleverse, non-standard
plugins have always been referred to as 'contributed plugins'.
2012-03-30 11:05:42 +02:00
David Mudrak
a77141a7dc
MDL-20438 send notifications via messaging API
2012-03-30 11:05:42 +02:00
David Mudrak
2f5904d920
MDL-20438 new administration settings for the update notifications machinery
2012-03-30 11:05:41 +02:00