Adrian Greeve
4d83abd052
MDL-42089 - Administration: Update to sql to include alternate name fields.
2013-10-03 10:34:07 +08:00
Damyon Wiese
3d27180e94
MDL-40493 User preference: Allow users to set their preferred text editor.
...
This changes the setting htmleditor in the user table from a 0 or 1 column
to a user preference for the name of their preferred html editor.
2013-10-02 12:49:30 +08:00
Petr Škoda
5f8012d499
MDL-41437 fix some more forgotten module.version's
2013-09-25 10:50:00 +02:00
Petr Škoda
effff2a466
MDL-41437 refactor and cleanup module uninstall support
2013-09-25 10:27:09 +02:00
Petr Škoda
74762da37f
MDL-41437 implement new block, enrol and course format pluginfo uninstall methods
2013-09-25 10:12:11 +02:00
Petr Škoda
a707a0b461
MDL-41437 fix non-functional message processor uninstall
2013-09-25 09:39:36 +02:00
Petr Škoda
a31e0b40c9
MDL-41437 fix and cleanup filter uninstall
2013-09-25 08:41:33 +02: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
bde002b81a
MDL-41437 rework plugin_manager caching and version info in blocks and modules
...
This patch includes:
* version column removed from modules table, now using standard config, this allows decimal version for modules
* version column removed from block table, now using standard config, this allows decimal version for blocks
* module version.php can safely use $plugins instead of module
* new plugin_manager bulk caching, this should help with MUC performance when logged in as admin
* all missing plugins are now in plugin overview (previously only blocks and modules)
* simplified code and improved coding style
* reworked plugin_manager unit tests - now using real plugins instead of mocks
* unit tests now fail if any plugin does not contain proper version.php file
* allow uninstall of deleted filters
2013-09-22 21:25:26 +02:00
Marina Glancy
4a3fb71c4f
MDL-41436 Removing references to fields course.modinfo, sectioncache
...
Also add the field cacherev to the lists of default fields in course retrieval functions
2013-09-10 14:11:51 +10:00
Petr Škoda
82b1cf00b0
MDL-41245 fix multiple install, upgrade and uninstallation issues
...
Includes rework of cache parameter detection on admin/index.php.
Another problem is that uninstall does not leave system in consistent state,
we need to force users to go through upgrade after any type of uninstall.
This fixes also add-on installation redirect and other issues.
2013-08-24 16:08:11 +02:00
Sam Hemelryk
487caf6b65
Revert "MDL-39876 update_course_record function to update global COURSE"
...
This reverts commit c290ac5510
.
Conflicts:
course/lib.php
2013-08-21 15:21:06 +12:00
Sam Hemelryk
6eee89bc8f
Merge branch 'MDL-39876-master' of git://github.com/sammarshallou/moodle
...
Conflicts:
course/lib.php
2013-08-21 12:08:46 +12:00
sam marshall
c290ac5510
MDL-39876 update_course_record function to update global COURSE
2013-08-15 11:31:21 +01:00
Petr Škoda
96f81ea385
MDL-39474 introduce $CFG->debugdeveloper and cleanup $CFG init
2013-08-12 13:01:47 +02:00
Petr Škoda
2f1e464a88
MDL-40438 migrate all collatorlib:: and textlib:: uses
2013-08-06 21:04:35 +02:00
Petr Škoda
eb459f7192
MDL-40642 set more restrictive umask and use proper permission for new dirs and files
2013-07-19 09:18:44 +02:00
Petr Škoda
56da374e1e
MDL-40220 use new core_component::normalize_component()
2013-07-16 22:41:00 +02:00
Petr Škoda
1c74b26090
MDL-40220 use new core_component::get_plugin_directory()
2013-07-16 22:38:38 +02:00
Petr Škoda
bd3b3bba9f
MDL-40220 use new core_component::get_plugin_list()
2013-07-16 22:36:11 +02:00
Petr Škoda
46f6f7f224
MDL-40220 use new core_component::get_plugin_types()
2013-07-16 22:31:48 +02:00
Damyon Wiese
d981272e64
Merge branch 'wip-mdl-40428' of git://github.com/rajeshtaneja/moodle
2013-07-16 13:33:27 +08:00
Petr Škoda
bf8c71b7fd
MDL-40571 work around block editing hacks on admin page
2013-07-12 14:58:57 +02:00
Rajesh Taneja
c592eea2d3
MDL-40428 Libraries: Deprecated delete_context
2013-07-11 12:18:55 +08:00
Ankit Agarwal
0601e0eef6
MDL-40402 libraries: Replace get_system_context() with context_system::instance() in core
2013-07-04 15:41:06 +08:00
Petr Škoda
3601c5f09c
MDL-26943 implement subplugin support for local plugins
2013-06-30 09:18:35 +02:00
Petr Škoda
dd24dd37ee
MDL-39088 use word "Uninstall" consistently in plugin administration UI
2013-06-27 22:20:36 +02:00
Petr Škoda
5643f932e9
MDL-39088 migrate enrol uninstallation to plugin_manager
2013-06-27 22:20:35 +02:00
Petr Škoda
b07526e8de
MDL-39088 migrate editor uninstallation to plugin_manager
2013-06-27 22:20:35 +02:00
Petr Škoda
8a953d629f
MDL-39088 migrate course format uninstallation to plugin_manager
2013-06-27 22:20:35 +02:00
Petr Škoda
2f87bb0315
MDL-39088 add new general uninstall url support to plugin manager
2013-06-27 22:20:34 +02:00
Petr Škoda
aaf823a64d
MDL-40233 add proper cache invalidation on frontpage setting save
2013-06-22 22:18:16 +02:00
Damyon Wiese
7e815a6eac
MDL-37459 admin: Set the default setting flags on a new install.
...
Make sure the default flags for all settings are saved on a new install.
2013-06-13 15:20:52 +10:00
Damyon Wiese
c7cd8d9c84
MDL-37621 assign: Improvements to default settings.
...
Added a new adminsetting_configempty type so that module settings
which can have no sensible defaults can still be configured as advanced.
2013-06-12 14:20:02 +08:00
Damyon Wiese
459e3c88ca
MDL-37459 admin: Default styles for flags for admin settings
2013-06-12 10:06:06 +08:00
Sam Hemelryk
aae402010b
Merge branch 'MDL-35666-master' of git://github.com/mouneyrac/moodle
2013-06-12 10:14:14 +12:00
Sam Hemelryk
5d24aff39f
Merge branch 'master_MDL-38019' of git://github.com/andyjdavis/moodle
2013-06-12 09:34:06 +12:00
Damyon Wiese
3c88a67821
MDL-37459 admin: Admin settings flags
...
Make "Advanced" and "Lockable" flags for any admin setting.
2013-06-11 12:54:57 +08:00
Andrew Davis
b8b50d04fe
MDL-38019 added add_to_config_log() to lib/datalib.php
2013-05-13 08:57:41 +08:00
Damyon Wiese
a04e97ef0c
MDL-39412 Prevent developer warnings on upgrade from 24 to master
2013-05-09 11:26:25 +08:00
Tim Hunt
cbdb09a9ef
MDL-39412 disabling manual graded behaviour refinements
...
1. Change behaviour admin settings so you can only select enabled
behaviours.
2. During the upgrade, change admin settings that might be currently set
to manual graded, so that instead they are set to deferredfeedback (if
that is available. If not, we just take the first alphabetically.)
2013-05-09 11:24:43 +08:00
Damyon Wiese
35aba51758
Merge branch 'MDL-31193-master' of git://github.com/mouneyrac/moodle
2013-05-08 15:21:47 +08:00
Dan Poltawski
577f21ec24
Merge branch 'MDL-39496-m' of git://github.com/andrewnicols/moodle
2013-05-07 12:15:38 +01:00
Hugh Davenport
9a2b5e0b4f
MDL-35852 Add config option to prevent changes to configexecutable settings
2013-05-07 11:17:05 +12:00
Andrew Nicols
42b53d4650
MDL-39496 Admin: Reduce excessive is_array tests in admin_category
...
admin_category::category_cache is a protected value which is only ever
treated as an array. We shouldn't need to test that it's an array each time
we use it.
2013-05-03 14:31:28 +01:00
Jerome Mouneyrac
2af34ab005
MDL-31193 display the correct and translated token valid until date
2013-05-03 14:09:34 +08:00
Jerome Mouneyrac
3f308ae916
MDL-35666 remove uninstall protocol option
2013-04-22 12:02:39 +08:00
Dan Poltawski
c6101ef441
Merge branch 'MDL-39087-plugins-uninstall' of git://github.com/mudrd8mz/moodle
2013-04-17 12:09:20 +01:00
Damyon Wiese
5073388e74
Merge branch 'wip-MDL-38592-master' of git://github.com/marinaglancy/moodle
...
Conflicts:
lib/db/upgrade.php
version.php
2013-04-16 16:03:33 +08:00
Damyon Wiese
6a508eaccf
Merge branch 'w15_MDL-34674_m25_spell' of git://github.com/skodak/moodle
2013-04-16 15:56:10 +08:00