Dan Poltawski
f186ad1f90
Merge branch 'wip-MDL-35339-master' of git://github.com/marinaglancy/moodle
2012-10-15 17:19:44 +08:00
Marina Glancy
38b19bbca1
MDL-35339 call rebuild_course_cache() always (and only) after changing course modules or sections
2012-10-15 14:08:14 +08:00
Marina Glancy
722e6ba947
MDL-35339 Deprecate add_mod_to_section(), create new function course_add_cm_to_section()
...
Function add_mod_to_section() has very confusing arguments when object looks like record from
table course_modules but field ->section refers to relative section number (course_sections.section).
In table course_modules the field section refers to course_sections.id.
Also add_mod_to_section() does not update table course_modules and does not call rebuild_course_cache()
which developer can forget to do afterwards.
- Added function course_add_cm_to_section()
- In the core code add_mod_to_section() is replaced with course_add_cm_to_section()
- Function add_mod_to_section() is deprecated
2012-10-15 14:08:13 +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
Eloy Lafuente (stronk7)
990853afbe
Merge branch 'wip-MDL-25290-m24-compact' of git://github.com/samhemelryk/moodle
2012-10-14 23:32:40 +02:00
Eloy Lafuente (stronk7)
dbaf9d448d
Merge branch 'wip-MDL-22955-m24' of git://github.com/samhemelryk/moodle
2012-10-10 00:35:11 +02: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
Eloy Lafuente (stronk7)
da6675d633
Merge branch 'wip-MDL-26348-m24' of git://github.com/samhemelryk/moodle
2012-10-09 01:38:01 +02:00
Eloy Lafuente (stronk7)
65095dad88
Merge branch 'wip-mdl-35397' of git://github.com/rajeshtaneja/moodle
2012-10-09 00:39:05 +02:00
Eloy Lafuente (stronk7)
930ce3f3cd
Merge branch 'wip-mdl-35047' of git://github.com/rajeshtaneja/moodle
2012-10-08 23:56:53 +02:00
Eloy Lafuente (stronk7)
f374702e75
Merge branch 'w41_MDL-35691_m24_intsizes' of git://github.com/skodak/moodle
2012-10-08 23:51:26 +02: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
Sam Hemelryk
6a3b5e896d
MDL-26348 tool_customlang: Fixed up SQL causing issues in Oracle
2012-10-08 09:22:34 +13:00
Sam Hemelryk
436dbeecda
MDL-22955 theme: Added ability to use SVG format for icons
2012-10-08 09:16:14 +13:00
Petr Škoda
960b65290a
MDL-35739 show langs on separate lines in CLI installer
...
This fixes column width issues and compatibility with RTL languages.
2012-10-07 21:03:44 +02:00
Petr Škoda
2b7fa4c175
MDL-35691 use bigint checker for all integers
2012-10-06 10:07:49 +02:00
Petr Škoda
3c17c85ae6
MDL-35691 fix max length calculation in pg, mysql and our bigint checker
2012-10-06 10:07:48 +02:00
Tim Hunt
d0577078fa
MDL-34657 system admins: main admin mis-identified in the UI.
2012-10-04 11:44:50 +01:00
Rajesh Taneja
e71696e012
MDL-35047 tool_xmldb: Added missing strings for xmldb
2012-10-02 14:19:09 +08:00
Rajesh Taneja
956082f18d
MDL-35397 Administration: changed link for 'many other contributors'
...
Previously 'many other contributors' was pointing to http://docs.moodle.org/dev/Credits
now, it will point to http://moodle.org/dev .
2012-10-02 13:41:13 +08:00
Eloy Lafuente (stronk7)
1203b6ea05
Merge branch 'MDL-35669-master-2' of git://github.com/micaherne/moodle
2012-10-01 23:44:07 +02:00
Michael Aherne
f127b1a538
MDL-35669 gravatar Provide default image URL to Gravatar
2012-10-01 14:17:11 +01:00
Tim Hunt
a957e97f2f
MDL-34657 user sorting: minor niggles found while testing.
2012-09-27 17:44:38 +01:00
Tim Hunt
6dde374acf
MDL-34657 admin user selector: options were lost for ajax searches.
...
The subclass constructor must pass through the pass through any name or
options.
2012-09-27 16:32:54 +01:00
Tim Hunt
9695ff811b
MDL-34657 user sorting: consistent sorting everywhere.
...
This commit coverts everything in the codebase to use the new
users_order_by_sql function when sorting lists of users. More details in
the bug.
Note that this does not change places where users are displayed in a
sortable table, and the sort order comes from the table.
2012-09-27 12:41:42 +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
Petr Škoda
949f3db40b
MDL-34097 keep current requirements for Moodle 2.4
2012-09-02 11:52:58 +02:00
David Monllao
386a24d794
MDL-35119 tool_assignmentupgrade Changing onsubmit form for onclick button
2012-08-29 16:18:45 +08:00
Aparup Banerjee
8be5407bc1
Merge branch 'w35_MDL-35064_m24_delenrol' of git://github.com/skodak/moodle
...
Conflicts:
enrol/manual/locallib.php
2012-08-29 13:46:04 +08:00
Aparup Banerjee
9455f48280
Merge branch 'MDL-34549-master' of git://github.com/ankitagarwal/moodle
2012-08-28 11:45:11 +08:00
Petr Škoda
84bc3773cc
MDL-35064 add option to keep enrolments when uninstalling plugin
2012-08-26 12:17:11 +02:00
Raymond Wijaya
77b3e35105
MDL-34907: Add a missing string that triggers Javascript error in assignment upgrade tool
2012-08-24 13:30:55 +08:00
Ankit Agarwal
d197ea4300
MDL-34549 libraries: Replace get_context_instance_by_id() by context::instance_by_id()
2012-08-24 11:30:10 +08:00