Petr Škoda
689096bc26
MDL-38654 do not test $CFG->gdversion
...
GD PHP extension is now required. Add-ons need to remove $CFG->gdversion tests. The worst case regression is that add-on will think GD is not available.
2013-03-22 16:57:55 +01:00
Eloy Lafuente (stronk7)
40b5cb2d71
MDL-37033 environment: add 2.5 brach details
2013-03-22 16:41:15 +01:00
Rajesh Taneja
9a51c3d95c
MDL-36395: Converted hard-coded MAX_USER_PER_PAGE to config setting
...
course, cohort, enrol, role, groups and forum used to use hard-coded
MAX_USERS_PER_PAGE=100 for rendering user list. This has been converted
to $CFG->maxusersperpage.
2013-03-12 17:14:53 +08:00
Eloy Lafuente (stronk7)
641577eb32
Merge branch 'MDL-38352-en_fix' of git://github.com/mudrd8mz/moodle
2013-03-06 17:26:37 +01:00
Helen Foster
ca084ef149
MDL-38352 Merge English strings from the en_fix language pack
2013-03-06 16:44:39 +01:00
Sam Hemelryk
f87ce4e9a0
MDL-32975 navigation: Added option to select how my courses are sorted
2013-03-05 09:46:11 +13:00
Frederic Massart
dd1c2f5a02
MDL-31983 navigation: Renaming the Settings block to Administration
...
AMOS BEGIN
CPY [administration,core],[pluginname,block_settings]
AMOS END
2013-02-18 15:48:12 +08:00
Eloy Lafuente (stronk7)
f97db01978
Merge branch 'wip-MDL-37644-m25' of git://github.com/samhemelryk/moodle
2013-01-30 10:27:11 +01:00
Petr Škoda
48e114a517
MDL-37596 optionally enable CLI maintenance later
2013-01-28 14:23:21 +01:00
Sam Hemelryk
d20337f180
MDL-37644 navigation: new option to display course full names
2013-01-28 10:42:44 +13:00
Sam Hemelryk
36546841f1
Merge branch 'MDL-36621-master' of git://github.com/ankitagarwal/moodle
...
Conflicts:
calendar/lib.php
lib/db/caches.php
version.php
2013-01-22 16:35:03 +13:00
Ankit Agarwal
e73b527c82
MDL-36621 calendar: cache calendar subscriptions and showicalsource setting
...
Now MUC is used to cache subscription information when the constructor for an event is called, which is child of a ical subscription.
A new setting calendar_showicalsource is introduced which controls if the ical source should be displayed along with events in the calendar
Also minor changes has been done in places to make sure subscription id is always associated with ical events
2013-01-17 13:40:06 +08:00
Dan Poltawski
97f236e747
Merge branch 'MDL-32341-master' of git://github.com/ankitagarwal/moodle
2013-01-15 12:38:22 +08:00
Eloy Lafuente (stronk7)
fe25b31d44
Merge branch 'MDL-37456' of git://github.com/danpoltawski/moodle
2013-01-14 23:32:39 +01:00
Ankit Agarwal
af5d990b59
MDL-32341 calendar: calendar custom date range export
...
Adding support to export calendar events for a custom date range based on admin settings
2013-01-14 10:15:09 +08:00
Dan Poltawski
2008facf40
MDL-37456 - lang: remove unused zip strings
2013-01-10 15:55:54 +08:00
Sam Hemelryk
be5a3168df
MDL-21342 auth: tidy up pre-integration
2013-01-08 13:41:22 +13:00
Petr Škoda
b28247fe90
MDL-21342 add user login lockout
2013-01-04 15:12:31 +01:00
Petr Škoda
0b37fe466a
MDL-36682 remove old unused shared memory caching support
2012-11-18 14:46:31 +01:00
Marina Glancy
3776335ce2
MDL-35260 Course formats may have settings, be enabled, disabled and uninstalled
2012-11-10 15:34:29 +08:00
David Mudrák
d80f80f386
MDL-35238 Do not check for write permissions when enabling the auto-deploy feature
...
It seems to be better to check for required permission later, when the
button to install the update is actually being displayed. Credit goes to
Dan Poltawski for suggesting this.
2012-11-08 22:46:48 +01:00
David Mudrák
7683e550ac
MDL-35238 Introduce available_update_deployer class
...
This class represents the communication bridge from Moodle UI to the
(standalone) mdeploy.php utility. It consists of various helper methods
useful when dealing with user interface, update confirmation etc.
The class is implemented as a singleton. This allows us easily
transfer required data from top level scripts (like /admin/index.php)
into the rendering methods deep in the stack without the need to change
the API of many methods on the way.
2012-11-08 22:33:06 +01:00
David Mudrák
02fd7f47a9
MDL-35238 Add a new admin setting to enable updates deployment
2012-11-08 22:33:06 +01:00
David Mudrák
966bd7852e
MDL-34099 Report available updates for plugins at admin/index.php
...
The Notifications (admin/index.php) page has now information about
available updates for core and eventually plugins, too. Note that the
structure of the available updates array changed. This breaks backward
compatibility for eventual 3rd renderers out there (not expected
though).
2012-11-08 22:33:05 +01:00
Dan Poltawski
cdf9b0c86f
Merge branch 'MDL-36266-notification-subject' of git://github.com/mudrd8mz/moodle
2012-11-06 11:59:24 +08:00
Sam Hemelryk
5252ec82a2
Merge branch 'MDL-35998' of git://github.com/mouneyrac/moodle
...
Conflicts:
version.php
2012-11-06 11:00:16 +13:00
Dan Poltawski
918085d048
Revert "MDL-35260 Course formats may have settings, be enabled, disabled and uninstalled"
...
This reverts commit 45f93db912
.
This reverts commit 3f798d4a3d
.
2012-11-05 15:20:22 +08:00
Marina Glancy
45f93db912
MDL-35260 Course formats may have settings, be enabled, disabled and uninstalled
2012-11-05 11:46:34 +08:00
Jerome Mouneyrac
33af788210
MDL-35998 New mobile menu: with CSS url + existing enable mobile web services
2012-10-31 14:25:30 +08:00
David Mudrák
2399585f7f
MDL-36266 Improve update notification message subject
2012-10-30 12:00:03 +01:00
Dan Poltawski
0caa0c869b
Merge branch 'MDL-4655-master' of git://github.com/FMCorz/moodle
2012-10-30 11:58:34 +08:00
Dan Poltawski
b01783f086
Merge branch 'MDL-35964' of git://github.com/timhunt/moodle
2012-10-29 13:48:44 +08:00
Frederic Massart
3b7bfbb5b8
MDL-4655 course: Number of courses with summaries to display is configurable
2012-10-18 11:07:17 +08:00
Aparup Banerjee
8cbd15a761
Merge branch 'MDL-28965-master' of git://github.com/ankitagarwal/moodle
2012-10-15 15:17:44 +08:00
Tim Hunt
1c76fc96d1
MDL-35964 blocks: prevent undeletable blocks being deleted!
...
This commit simplifies the logic, so that $CFG->undeletableblocks
applies to all blocks, not just ones on certain page types in the
system context.
It also makes the setting apply to adding blocks, so you cannot
accidentally add a block that you cannot delete.
2012-10-12 20:36:02 +01:00
Ankit Agarwal
89eee2f36d
MDL-28965 administration: Updating description string for the setting navshowallcourses
2012-10-11 14:22:34 +08:00
Sam Hemelryk
d6a1f63bdd
MDL-25290 cache: Cache API integration with core
2012-10-08 09:53:50 +13:00
Michael Aherne
f127b1a538
MDL-35669 gravatar Provide default image URL to Gravatar
2012-10-01 14:17:11 +01:00
Itamar Tzadok
110831ceaa
MDL-35216 My Moodle - Admin setting for controlling guest access to my moodle
2012-09-18 15:04:45 +08:00
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