Marina Glancy
cbe9f609f8
MDL-35661 Loading of plugin settings for auth plugins (plugininfo_auth)
2012-10-09 09:57:53 +08:00
Marina Glancy
870d42809a
MDL-35661 Loading of plugin settings for blocks (plugininfo_block)
2012-10-09 09:56:46 +08:00
Marina Glancy
fde6f79fae
MDL-35661 Loading of plugin settings for modules (plugininfo_mod)
2012-10-09 09:56:42 +08:00
Marina Glancy
5cdb1893a9
MDL-35661 Add functionality to plugininfo_base to load settings and check the settings url
...
- added plugin_manager and plugininfo_base::load_settings(), get_settings_section_name()
2012-10-09 09:44:59 +08:00
Sam Hemelryk
6fec18203b
MDL-25290 cache: Renamed plugin from cache => cachestore
2012-10-08 09:53:51 +13:00
Sam Hemelryk
f23fbfd849
MDL-25290 cache: Fixed up redirect loop with admin settings for cache stores
2012-10-08 09:53:51 +13:00
Sam Hemelryk
d6a1f63bdd
MDL-25290 cache: Cache API integration with core
2012-10-08 09:53:50 +13:00
Jean-Philippe Gaudreau
914442ae29
MDL-32148 Backup: Adding config settings for skipping courses in automated backups
2012-10-05 10:10:36 -04: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
Sam Hemelryk
fd9a54c2e3
Merge branch 'wip-mdl-30667' of git://github.com/rajeshtaneja/moodle
2012-09-13 11:19:30 +12:00
Frederic Massart
59b9a14063
MDL-8307 Course: Course requests can suggest a category
2012-09-07 11:22:08 +08:00
Rajesh Taneja
732c25ade9
MDl-30667 Course: Maxbytes list will show current value, if it's lower then maxbytes
2012-09-03 14:43:33 +08:00
Eloy Lafuente (stronk7)
479fa62207
MDL-34866 whitespace fix
2012-08-22 01:48:45 +02:00
Eloy Lafuente (stronk7)
1f0f592cea
Merge branch 'MDL-34866' of git://github.com/rlorenzo/moodle
2012-08-22 01:47:20 +02: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
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
Rex Lorenzo
1f09018af7
MDL-34866 - Make "course display" default a site configurable option
...
* Moved COURSE_DISPLAY_SINGLEPAGE and COURSE_DISPLAY_MULTIPAGE constants from courselib to moodlelib.php
* Using course display constants in course default admin setting page
2012-08-14 12:12:14 -07:00
Rex Lorenzo
79e250dbdc
MDL-34866 - Make "course display" default a site configurable option
2012-08-13 16:24:12 -07:00
Sam Hemelryk
60312b3189
Merge branch 'master_MDL-32002' of git://github.com/danmarsden/moodle
2012-08-08 09:43:44 +12:00
Dan Poltawski
6a2a055edc
MDL-25012 - blogs: only show the settings page when blogs enabled
2012-08-06 11:25:22 +08: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
Petr Škoda
8b8e949cd2
MDL-34630 fix invalid grade export setting default breaking install
2012-08-02 09:41:29 +02:00
Dan Marsden
760007a274
MDL-32002 Plagiarism plugins - add support for deleting plugins
2012-08-01 09:56:19 +12:00
Dan Poltawski
0cbeea2b96
Merge branch 'MDL-34455-master-integration' of git://github.com/FMCorz/moodle
2012-07-24 16:01:00 +08: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
Frederic Massart
bf006d2c15
MDL-34455 Libraries: Replaced deprecated get_context_instance()
2012-07-23 14:33:02 +08:00
Dan Poltawski
ed25f64642
Merge branch 'wip-mdl-30651' of git://github.com/rajeshtaneja/moodle
2012-07-23 11:22:06 +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
Rajesh Taneja
1e12c1203b
MDL-30651 libraries: Replaced deprecated PARAM_INTEGER with PARAM_INT
2012-07-19 15:37:46 +08:00
Frederic Massart
61c8e0d75f
MDL-21572 Gradebook: Do not export fields when missing permissions
2012-07-18 12:56:57 +08:00
Charles Fulton
293f42b67a
MDL-21572 grade: make user profile fields configurable
2012-07-13 09:00:12 +08:00
Dan Poltawski
e1980f8bb9
Merge branch 'w28_MDL-8249_m24_roletranslations' of git://github.com/skodak/moodle
...
Conflicts:
lib/db/upgrade.php
version.php
2012-07-10 09:43:23 +08:00
Sam Hemelryk
1ef3f066ee
Merge branch 'w28_MDL-34175_m24_admin' of git://github.com/skodak/moodle
2012-07-10 12:43:48 +12:00
Michael Aherne
945a81a943
MDL-34205 Activity chooser default setting
2012-07-06 15:29:08 +01:00
Petr Skoda
c52551dc3c
MDL-8249 localise standard role names and descriptions if empty
2012-07-06 08:22:34 +02:00
Petr Škoda
d6fc8d94e2
MDL-34175 a few more renamed admin fixes
2012-07-06 07:53:44 +02:00
Charles Fulton
5eeb7c53d9
MDL-27800 admin: make front page restore link consistent
2012-06-29 11:13:51 -04:00
Sam Hemelryk
514d31c805
MDL-33715 css_optimiser: enablecssoptimiser setting now triggers theme_reset_all_caches when changed
2012-06-19 10:10:20 +12:00
Sam Hemelryk
8f856cd041
MDL-33597 css_optimiser: Moved the Enable CSS optimiser setting from advanced to experimental settings
2012-06-12 14:23:20 +12: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
Vadim Dvorovenko
5e963820a5
MDL-29836 webservices: use individual string
...
To allow accurate transalation
2012-05-25 10:33:02 +08:00
Dan Poltawski
afe23ae76a
Merge branch 'dev_MDL-33154_sesskey_error' of git://github.com/dongsheng/moodle
2012-05-22 13:57:51 +08:00
Dongsheng Cai
7992b93686
MDL-33154 added missing sesskey to navgation nodes
2012-05-22 12:14:59 +08: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
David Mudrak
4fb3a06821
MDL-32610 site administration > server > update notifications section can be hidden
2012-05-15 11:39:04 +02:00
Aparup Banerjee
e1e3fa217f
Merge branch 'MDL-29624-master' of git://github.com/sammarshallou/moodle
2012-05-10 10:52:32 +08:00