Petr Skoda
e618cdf3f6
MDL-29894 forbid objects in DML parameters
...
Objects with __toString we never fully supported as parameters in DML layer, this finally brings consistent behaviour.
2012-03-17 18:44:12 +01:00
Petr Skoda
37d729777c
MDL-32050 import Minify 2.1.5
2012-03-16 20:03:03 +01:00
Andrew Robert Nicols
cac06a034d
MDL-31914 Ensure that completion criteria are deleted when removing a course module
2012-03-16 16:07:05 +00:00
Petr Skoda
2e15b12b81
MDL-32045 allow unenrolment of users without role via course reset
2012-03-16 10:55:30 +01:00
Petr Skoda
a2a4344910
MDL-32071 fix fatal problems in experimental forum_usetextsearches
2012-03-16 10:29:19 +01:00
Sam Hemelryk
e141bc8109
MDL-31528 navigation: Replaced calls to deprecated context_instance_preload
2012-03-16 10:36:00 +13:00
Sam Hemelryk
6a16e1367a
MDL-31528 navigation: Fixed up generation for category contexts
2012-03-16 10:36:00 +13:00
Tim Hunt
9665ecd275
MDL-19125 module restrictions: use a capability
...
1. This used to use a complex legacy system which was buggy.
2. It now relies on a new mod/...:addinstance capability for each module.
3. All the legacy code has been stripped out.
4. Old restriction data is upgraded by creating the necessary permission
overrides. Similarly, when old backups are restored, the old settings
are converted to be overrides.
5. The required addinstance capabilities will be added as a separate
commit.
6. There is a developer debug warning about modules that are missing the
addinstance capability, unless they are MOD_ARCHETYPE_SYSTEM mods.
2012-03-15 17:11:27 +00:00
Petr Skoda
d860f1ad28
MDL-32043 add support for built-in PHP Development Server
2012-03-15 12:26:10 +01:00
Aparup Banerjee
78e05ba53e
MDL-32028 Documentation : removed legacy 1.x documentation
2012-03-15 15:19:32 +08:00
Jason Fowler
ec21eaba2e
MDL-27064 - Blog - Changing the link text for different levels of blog entries
2012-03-15 08:46:38 +08:00
Eloy Lafuente (stronk7)
7142a75563
MDL-30995 completion: switch one type & name for correctness
2012-03-14 18:14:36 +01:00
Eloy Lafuente (stronk7)
f7acd639a5
MDL-28972 formslib: whitespace fixes
2012-03-14 18:10:24 +01:00
Eloy Lafuente (stronk7)
956d55e638
Merge branch 'MDL-30995' of git://github.com/ankitagarwal/moodle
2012-03-14 18:07:21 +01:00
Ankit Agarwal
f55ff38a1b
MDL-30995 completion: updating PHPdocs as suggested by little smurfs
2012-03-14 14:39:36 +08:00
Sam Hemelryk
4dd2af1270
MDL-28972 formslib: Fixed up variable naming
2012-03-14 14:40:12 +13:00
Sam Hemelryk
00efe93759
Merge branch 'wip-mdl-28972' of git://github.com/rajeshtaneja/moodle
2012-03-14 14:40:07 +13:00
Aparup Banerjee
12b8995749
Merge branch 'MDL-31853_admin_externalpage_setup' of git://github.com/davosmith/moodle
2012-03-14 09:16:27 +08:00
Sam Hemelryk
652d49ab35
Merge branch 'MDL-29147_insertElementBefore_warning' of git://github.com/davosmith/moodle
2012-03-14 11:52:38 +13:00
Eloy Lafuente (stronk7)
4c31dfd14a
Merge branch 'wip-MDL-31929-master' of git://github.com/marinaglancy/moodle
2012-03-13 23:01:11 +01:00
Eloy Lafuente (stronk7)
f02702760a
Merge branch 'wip-MDL-27405-m23' of git://github.com/samhemelryk/moodle
2012-03-13 22:35:04 +01:00
Sam Hemelryk
bc40124bfe
MDL-27405 navigation: Fixed up buggy array_merge call
2012-03-14 10:16:34 +13:00
Eloy Lafuente (stronk7)
b39877ef10
Merge branch 'w11_MDL-31790_m23_resetunenrol' of git://github.com/skodak/moodle
2012-03-13 18:13:52 +01:00
Eloy Lafuente (stronk7)
7ca5dd85dc
MDL-31718 add a few more tests to check that lens and tags are properly handled
2012-03-13 13:13:31 +01:00
Eloy Lafuente (stronk7)
45c41bdc06
Merge branch 'w11_MDL-31718_m23_shortentext' of git://github.com/skodak/moodle
2012-03-13 12:51:41 +01:00
Petr Skoda
5b8a9d1329
MDL-31790 prevent removing of protected role assignments from subcontexts
2012-03-13 12:30:13 +01:00
Sam Hemelryk
a28c6b40fe
Merge branch 'scorm_graph_report' of git://github.com/ankitagarwal/moodle
2012-03-13 16:35:15 +13:00
Eloy Lafuente (stronk7)
b20bb8454a
Merge branch 'w11_MDL-31985_m23_lobsizes' of git://github.com/skodak/moodle
2012-03-13 00:15:59 +01:00
Eloy Lafuente (stronk7)
403ff1b8ff
Merge branch 'w11_MDL-31899_m23_mysqlcolumns' of git://github.com/skodak/moodle
2012-03-12 23:16:27 +01:00
Sam Hemelryk
3108b6412c
Merge branch 'MDL-31362_unused_constant' of git://github.com/andyjdavis/moodle
2012-03-13 10:10:36 +13:00
Eloy Lafuente (stronk7)
649fd88d8f
MDL-31805 html2text - change tests acordingly with the new version
...
With the new version in place, both <th> and <a> contents are
being handled by the conversion. Accomodate existing tests to
that change.
2012-03-12 21:17:22 +01:00
Eloy Lafuente (stronk7)
89a47fcc4e
Merge branch 'w11_MDL-31805_m23_html2text' of git://github.com/skodak/moodle
2012-03-12 18:04:55 +01:00
Eloy Lafuente (stronk7)
f0131f57d9
Merge branch 'w11_MDL-31595_m23_enrolme' of git://github.com/skodak/moodle
2012-03-12 18:00:23 +01:00
Ruslan Kabalin
0210ce1007
MDL-32009 messaging: Add message processor uninstall functionality
2012-03-12 16:39:51 +00:00
Ruslan Kabalin
6f4f0b5228
MDL-32009 messaging: Add is_enabled method to plugintype_message
2012-03-12 16:39:35 +00:00
Ruslan Kabalin
26d859e0ec
MDL-32009 messaging: Refator get_settings_url plugintype method
...
No need to duplicate checks since we have them in one place.
2012-03-12 16:39:04 +00:00
Petr Skoda
b226ef619f
MDL-31805 migrate html2text tests from web lib to new location
...
Note: the handling of <p> seems to have changed, it does double newlines only between paragraphs now (this makes sense to me).
2012-03-12 17:18:55 +01:00
Petr Skoda
39ec18db5b
MDL-31595 improve enrol link comments
2012-03-12 16:47:28 +01:00
Eloy Lafuente (stronk7)
c9a16202d7
Merge branch 'w11_MDL-31815_m23_confirmemail' of git://github.com/skodak/moodle
2012-03-12 16:33:27 +01:00
Eloy Lafuente (stronk7)
05386929de
Merge branch 'w11_MDL-29514_m23_enum' of git://github.com/skodak/moodle
2012-03-12 12:47:56 +01:00
Ankit Agarwal
95dd54eea3
MDL-30995 Completion Fixedup some more PHP DOC issues
2012-03-12 16:13:35 +08:00
Sam Hemelryk
836375ec8a
MDL-30995 completion: Fixed up PHPdocs for activity completion
2012-03-12 15:27:21 +08:00
Ankit Kumar Agarwal
e61a71379c
MDL-29745 SCORM Introducing new Graphs report for scorm module
2012-03-12 15:02:26 +08:00
Marina Glancy
20ee508499
MDL-31929: Repositories wikimedia and youtube lack paging
...
repositories wikimedia and youtube:
- save last search in
- process parameter 'page'
- remove buttons 'Refresh', 'Search' and 'Logout' since they don't have meaning
filepicker:
- allow unknown number of pages (['pages'] = -1), show one 'Next' page after the current (both JS and non-JS modes)
repository wikimedia:
- add non-AJAX search form to make it work with JS disabled
2012-03-12 11:35:50 +08:00
Rajesh Taneja
7f850b23d7
MDL-28972 formslib: orignalvalue is considered and checkboxes are updated depending on orignalvalue of controller
2012-03-12 10:25:21 +08:00
Rajesh Taneja
c14584f206
MDL-28972 formslib: Checkbox controller will use yui to select and unselect checkboxes
2012-03-12 10:25:21 +08:00
Sam Hemelryk
6bf6e113bb
Merge branch 'MDL-31877-master-1' of git://git.luns.net.uk/moodle
2012-03-12 14:57:11 +13:00
Sam Hemelryk
aad30b6a39
MDL-27405 navigation: Improved checking when fetching all parent categories
2012-03-12 09:42:41 +13:00
Sam Hemelryk
b0712163e6
MDL-27405 navigation: My courses branch now shows categories if navshowcategories is enabled
2012-03-12 09:42:41 +13:00
Petr Skoda
e235f2a36e
MDL-31718 utf-8 support in shorten_text()
2012-03-11 21:31:33 +01:00