Tim Hunt
d572f4497f
MDL-28654 fix path for TinyMCE in lib/thirdpartylibs.xml.
2011-08-08 16:39:58 +01:00
Petr Skoda
260cf4c2fd
Merge branch 'MDL-28620' of git://github.com/jbrisland/moodle
2011-08-08 15:32:29 +02:00
Sam Hemelryk
a3ff929807
Merge branch 'MDL-28406_block_duplicate' of git://github.com/andyjdavis/moodle
2011-08-08 11:18:14 +08:00
Sam Hemelryk
b1251c9008
Merge branch 'w31_MDL-27586_m22_browser' of git://github.com/skodak/moodle
2011-08-08 10:46:41 +08:00
Sam Hemelryk
cb09753feb
Merge branch 'w31_MDL-27685_m22_pglike' of git://github.com/skodak/moodle
2011-08-08 10:26:20 +08:00
Sam Hemelryk
3b8502658f
Merge branch 'w31_MDL-28450_m22_defgroup' of git://github.com/skodak/moodle
2011-08-08 10:09:31 +08:00
Sam Hemelryk
7d405fe7c8
Merge branch 'w31_MDL-28473_m22_blocksupgrade' of git://github.com/skodak/moodle
2011-08-08 09:59:42 +08:00
Sam Hemelryk
639ab4d5c5
Merge branch 'w31_MDL-28622_m22_userdel' of git://github.com/skodak/moodle
2011-08-08 09:57:11 +08:00
Petr Skoda
d5b3deecba
MDL-27685 fix pg LIKE escape trouble
2011-08-07 13:19:02 +02:00
Petr Skoda
c160da9cb8
MDL-28450 prefer member group for default
2011-08-07 13:06:45 +02:00
Petr Skoda
988fc20eef
MDL-28630 prevent session breakage caused by incorrect cookie settings
2011-08-06 22:22:52 +02:00
Dan Poltawski
a276778aea
MDL-28059 weblib - don't strip mailto: anchors
2011-08-06 21:14:01 +01:00
Petr Skoda
f6b07c4da5
MDL-27586 fix file_browser access control
2011-08-06 15:45:18 +02:00
Petr Skoda
79cfcd3f7d
MDL-28473 fix $instanceids troubles in blocks upgrade
...
Credit goes to Mateusz Wójcik.
2011-08-05 22:08:58 +02:00
Petr Skoda
bce595034c
verify where_clause() only in debug mode
2011-08-05 21:33:16 +02:00
Petr Skoda
618a7f91ec
MDL-27597 fix invalid results of get_categories when shallow is false
2011-08-05 20:13:12 +02:00
Petr Skoda
f9fd10e0be
MDL-17477 improve session purging when deleting users
2011-08-05 19:47:54 +02:00
James Brisland
a8b2690bff
MDL-28620 - Removed admin/generator.php include as it causes issues if this script is included from any other script that is running in the command line
2011-08-05 16:09:30 +01:00
Andrew Davis (andyjdavis)
8d0845d30a
MDL-28406 blocks: added JS to prevent the addition of duplicate blocks
2011-08-04 12:01:52 +08:00
Sam Hemelryk
984915afe5
Revert "MDL-28284 don't load filepicker module for every page"
...
This reverts commit 9b0843c121
.
2011-08-03 18:20:01 +08:00
Petr Skoda
6179c38af5
Merge branch 'wip-MDL-23626-master' of git://github.com/samhemelryk/moodle
2011-08-02 15:48:20 +02:00
Sam Hemelryk
ad4700977a
MDL-26477 Added a setting to display course sections as links within the navigation
2011-08-02 15:24:59 +02:00
Petr Skoda
4a47631fb4
Merge branch 'wip-mdl-27658' of git://github.com/rajeshtaneja/moodle
2011-08-02 15:11:42 +02:00
Sam Hemelryk
fef0f0e793
Merge branch 'wip-MDL-19907-master' of git://github.com/marinaglancy/moodle
2011-08-02 16:46:39 +08:00
Sam Hemelryk
8a5d0e95b3
Merge branch 'wip-MDL-27122-master' of git://github.com/marinaglancy/moodle
2011-08-02 16:19:08 +08:00
Sam Hemelryk
223b96e0fd
Merge branch 's11_MDL-28284_filepicker_module_master' of git://github.com/dongsheng/moodle
2011-08-02 13:42:44 +08:00
Rajesh Taneja
4d99adbb32
MDL-27658 javascript: Typo fixed for toUpperCase
2011-08-01 12:50:11 +08:00
Marina Glancy
28e63a9d8c
MDL-27122 Allow admin to change CFG->undeletableblocktypes on 'Manage blocks' settings page. Instances of protected block types will be undeletable only from site context
2011-07-29 13:51:40 +08:00
Marina Glancy
7b5702b681
MDL-19907 rewrote validation for required fields in forms, including support for editor field. Added parameter to use strict (no spaces) required fields validation
2011-07-29 13:51:26 +08:00
Sam Hemelryk
b3da2877a7
MDL-28503 comment-caps Slight improvement to allow frontpage and guest users to view comments by default
2011-07-29 09:32:48 +08:00
Sam Hemelryk
e96bc3f9e5
MDL-23626 Fixed bug causing course and general user activity reports to be marked active at the same time
2011-07-27 10:16:48 +08:00
Tim Hunt
048f3d32d6
MDL-28218 allow testclient.php to find the necessary form for services defined in plugins.
2011-07-25 20:04:19 +02:00
Petr Skoda
e58d77a259
Merge branch 'wip-MDL-28421-master' of https://github.com/Beedell/moodle
2011-07-25 16:51:04 +02:00
John Beedell
51f2d42f4f
MDL-28421 Improve admin config class
...
admin_settings_configmultiselect_modules to include default value
2011-07-25 10:02:04 +01:00
Sam Hemelryk
9e4d53c7e8
Merge branch 'w29_MDL-28441_m22_scromreport' of git://github.com/skodak/moodle
2011-07-25 15:37:05 +08:00
Dan Poltawski
831b73773e
MDL-28228 pagelib - incorrect DEBUG constant used
2011-07-25 13:04:46 +08:00
Michael Aherne
50e3c7d8ef
MDL-27538 Added deprecation details to functions now in $DB
2011-07-25 11:30:21 +08:00
Sam Hemelryk
6c193bff68
Merge branch 'w29_MDL-22584_m22_monsterpaths' of git://github.com/skodak/moodle
2011-07-25 11:18:21 +08:00
Sam Hemelryk
00d8d33cdc
Merge branch 'w29_MDL-25699_m22_installcss' of git://github.com/skodak/moodle
2011-07-25 11:08:26 +08:00
Sam Hemelryk
9192b4537c
Merge branch 'w29_MDL-27464_m22_continue' of git://github.com/skodak/moodle
2011-07-25 11:03:34 +08:00
Sam Hemelryk
7fe0effd00
Merge branch 'w29_MDL-27653_m22_usercasting' of git://github.com/skodak/moodle
2011-07-25 10:59:08 +08:00
Sam Hemelryk
b039eeb82b
Merge branch 'w29_MDL-27796_m22_httphost' of git://github.com/skodak/moodle
2011-07-25 10:54:25 +08:00
Sam Hemelryk
0e7f782eb4
Merge branch 'w29_MDL-27994_m22_creatorcaps' of git://github.com/skodak/moodle
2011-07-25 10:45:20 +08:00
Sam Hemelryk
e826ef51b2
Merge branch 'w29_MDL-28182_m22_userdel' of git://github.com/skodak/moodle
2011-07-25 10:36:36 +08:00
Sam Hemelryk
1f70ee662e
Merge branch 'w29_MDL-28384_m22_nullurl' of git://github.com/skodak/moodle
2011-07-25 10:14:29 +08:00
Sam Hemelryk
94ffa4a183
Merge branch 'w29_MDL-28392_m22_capnames' of git://github.com/skodak/moodle
2011-07-25 10:02:16 +08:00
Petr Skoda
2b55aca7b7
MDL-27653 fix incorrect int | object detection
2011-07-24 15:04:17 +02:00
Petr Skoda
88d823c1f4
MDL-27994 course creator role is for creating courses only!
...
The course creator role is designed to be used to create courses, nothing else - that is create new course, create new course from backup + view hidden courses and categories.
2011-07-24 14:18:13 +02:00
Petr Skoda
43b9db45da
MDL-28384 convert empty log urls to ''
...
The problem is that the log table does not allow nulls, credit goes to Troy Williams.
2011-07-24 14:07:30 +02:00
Petr Skoda
c8d3345cd3
MDL-27464 continuation link sometimes links off-site
...
This code was manually merged from MOODLE_19_STABLE, credit goes to Matt Meisberger.
2011-07-23 13:28:43 +02:00