Juan Leyva
af5f6b7300
MDL-48294 settings: enablemobilewebservice appears twice
2015-02-04 10:26:49 +01:00
Tim Hunt
16ebf7a574
MDL-47143 questions: fix default for question_preview/marks setting.
2014-09-07 12:58:30 +01:00
Petr Škoda
50f5c84359
MDL-41115 add option to allow login via email
2014-03-14 11:25:09 +08:00
Eloy Lafuente (stronk7)
7d4c752e31
Merge branch 'w02_MDL-43524_m27_textcaching' of https://github.com/skodak/moodle
2014-01-14 22:08:46 +01:00
Petr Škoda
62c8032509
MDL-34347 remove all problematic global text caching
...
Instead we will create new MUC caches inside each filter plugin.
Please note that all cache filters should work with local caches
without the need of strict cache invalidation.
2014-01-14 10:49:23 +08:00
Sam Hemelryk
e5e0d397f4
MDL-35597 admin-plugins: are now sorted alphabetically
2014-01-13 08:12:42 +13:00
Sam Hemelryk
4f13423663
Merge branch 'wip-mdl-40079' of git://github.com/rajeshtaneja/moodle
2013-12-04 09:49:29 +13:00
Rajesh Taneja
c1b3ac4358
MDL-40079 repositories: Replaced const with configs
2013-12-02 09:41:41 +08:00
Adrian Greeve
b404b1f41c
MDL-43008 calendar: Allow calendar plugins to display setting pages.
2013-11-26 15:44:57 +08:00
Sam Hemelryk
571781fbf6
Merge branch 'MDL-41940' of https://github.com/merrill-oakland/moodle
2013-10-09 12:41:36 +13:00
Petr Škoda
6cf2091571
MDL-16073 add test for connection to external database for authentication and enrolments
2013-10-08 21:53:51 +02:00
Petr Škoda
e87214bda7
MDL-42078 multiple uninstall improvements and cleanup
...
Includes:
* update checker refactored to \core\update\ namespace
* plugininfo classes refactored to \core\plugininfo\ namespace
* plugin_manager renamed to core_plugin_manager
* redirect back to original page after plugin uninstall
* fixed assign subplugin uninstall
* move assign subplugins under the assignment in admin tree
* fixed plugininfo for all question related plugin types
* auth uninstall support
* added missing block dependencies
* added theme uninstall
* subplugin types are following the plugin on plugin overview page
* several performance improvements in plugin manager
* new warnigns when plugininfo are outdated or missing
* multiple fixes and other improvements
2013-10-07 13:10:36 +02:00
Eric Merrill
cc0bb815ad
MDL-41940 files Option to limit legacy course files
...
Adding an option that prevents users from adding new files
or directories to legacy course files. Helps with weaning
users from them.
2013-10-04 13:56:57 -04:00
Petr Škoda
394372b7da
MDL-41437 fix plugin install issues
...
This patch prevents inclusion of settings from plugin that or not yet installed or upgraded,
this matches the original logic where we were using the modules table.
2013-09-24 22:43:46 +02:00
Petr Škoda
bd3b3bba9f
MDL-40220 use new core_component::get_plugin_list()
2013-07-16 22:36:11 +02:00
Petr Škoda
b961cc4c59
MDL-40549 remove last traces of oacleanup
...
Thanks Marina!
2013-07-16 09:00:46 +02:00
Frederic Massart
0a94e4a928
MDL-38563 navigation: Removed extra parameters when calling add()
2013-03-22 14:40:12 +08:00
David Mudrák
56aee7c2f6
MDL-38497 Fix invalid $ADMIN->add() calls
...
As the admin_category::add() method now checks for the third parameter,
couple of typos were detected in the code. Additional parameters passed
to the add() method were probably a mistake, a relict or a typo.
Note that the typo in admin/tool/unsuproles/settings.php had actually
significant impact on the functionality as the array with required
capabilities was not actually passed to the admin_externalpage
constructor as intended.
2013-03-15 01:00:29 +01:00
Tim Hunt
4125ded139
MDL-35793 question preview: config for the display options.
...
The settings control the display options used when a user
first previews a question in the question bank. Once a
user has previewed some questions, these are stored as user
preferences.
It may not seem worth making this configurable, but acutally
it is important when training new users to get them started
off using the right opitions.
2012-12-22 17:38:37 +00:00
Marina Glancy
e75324a53e
MDL-36369 Question types and behaviour settings should not require moodle/site:config
2012-11-13 15:14:03 +00:00
Marina Glancy
3776335ce2
MDL-35260 Course formats may have settings, be enabled, disabled and uninstalled
2012-11-10 15:34:29 +08:00
Dan Poltawski
1cfff7bcff
Revert "MDL-36369 Non-admin managers could not access list of plugins"
...
This reverts commit 22fae2a0dd .
2012-11-08 18:24:36 +08:00
Dan Poltawski
5c6d2b1480
Merge branch 'wip-MDL-36369-master' of git://github.com/marinaglancy/moodle
2012-11-07 14:34:37 +08:00
Marina Glancy
22fae2a0dd
MDL-36369 Non-admin managers could not access list of plugins
2012-11-05 12:31:19 +08:00
Jerome Mouneyrac
489987af77
MDL-35998 move mobile under web services + leave enable mobile under manage web service too
2012-10-31 17:10:42 +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
Dan Poltawski
6bea7da1ab
Merge branch 'wip-MDL-35661-master' of git://github.com/marinaglancy/moodle
2012-10-15 13:31:10 +08:00
Marina Glancy
2567584d5e
MDL-35661 Loading of plugin settings for webservices plugins (plugininfo_webservice)
...
- webservicesettings must be only created if user has site:config capability, otherwise the nodes are added to non-existing parent
2012-10-09 09:58:00 +08:00
Marina Glancy
c517dd68f7
MDL-35661 Loading of plugin settings for repositories plugins (plugininfo_repository)
2012-10-09 09:57:59 +08:00
Marina Glancy
eb30df1e5f
MDL-35661 Removed function plugininfo_local::get_settings_url() introduced in MDL-35442
...
Local plugins do not create settings node with particular name, there is no standard way to
return the settings url
2012-10-09 09:57:59 +08:00
Marina Glancy
e8d169320b
MDL-35661 Loading of plugin settings for message processors (plugininfo_message)
2012-10-09 09:57:59 +08:00
Marina Glancy
d98305bdda
MDL-35661 Loading of plugin settings for plagiarism plugins (plugininfo_plagiarism)
2012-10-09 09:57:58 +08:00
Marina Glancy
66f3684a38
MDL-35661 Loading of plugin settings for qtype plugins (plugininfo_qtype)
2012-10-09 09:57:58 +08:00
Marina Glancy
1de1a6665c
MDL-35661 Loading of plugin settings for filters plugins (plugininfo_filter)
2012-10-09 09:57:58 +08:00
Marina Glancy
087001ee42
MDL-35661 Loading of plugin settings for editor plugins (plugininfo_editor)
2012-10-09 09:57:57 +08:00
Marina Glancy
79c5c3fa96
MDL-35661 Loading of plugin settings for enrol plugins (plugininfo_enrol)
2012-10-09 09:57:57 +08:00
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
Dan Marsden
760007a274
MDL-32002 Plagiarism plugins - add support for deleting plugins
2012-08-01 09:56:19 +12:00
Rajesh Taneja
1e12c1203b
MDL-30651 libraries: Replaced deprecated PARAM_INTEGER with PARAM_INT
2012-07-19 15:37:46 +08:00
Vadim Dvorovenko
5e963820a5
MDL-29836 webservices: use individual string
...
To allow accurate transalation
2012-05-25 10:33:02 +08:00
Dongsheng Cai
7992b93686
MDL-33154 added missing sesskey to navgation nodes
2012-05-22 12:14:59 +08:00
Jenny Gray
b33e6d8e8b
MDL-31911 admin tools: moved loop after tools admin category created
2012-03-15 00:29:15 +01:00
Sam Hemelryk
e106013f34
MDL-26155 admin: Converted admin settings to use new lang_string
2012-01-03 09:09:40 +13:00
Petr Skoda
4f6bba205d
MDL-29030 add report management UI
2011-11-06 12:51:48 +01:00
Petr Skoda
bb1377744c
MDL-29030 fix broken report settings support
2011-11-06 12:22:49 +01:00