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
Petr Skoda
99e8656170
MDL-28441 add scormreport_basic to the list of standard plugins
2011-07-23 13:04:23 +02:00
Petr Skoda
1a7cb87e46
MDL-28440 add missing semicolon causing JS issues
...
Credit goes to Mark Nielsen.
2011-07-23 11:48:53 +02:00
Petr Skoda
980a952c34
MDL-22584 deal with oversized dir and file names during upgrade
2011-07-23 11:34:30 +02:00
Petr Skoda
e5d2c5779f
MDL-25699 decode URLs in installer CSS
2011-07-23 00:45:17 +02:00
Petr Skoda
b7d7aafada
MDL-28392 validate capability names
2011-07-23 00:09:08 +02:00
Petr Skoda
e0f2718fb2
MDL-27796 ignore missing HTTP_HOST header
2011-07-22 23:17:09 +02:00
Petr Skoda
f91f3f63a7
MDL-28182 always use full user object when deleting users
2011-07-22 22:46:32 +02:00
Dongsheng Cai
9b0843c121
MDL-28284 don't load filepicker module for every page
2011-07-21 17:26:38 +08:00
Petr Skoda
51c3e855d0
MDL-27696 do not use placeholders in GROUP BY because pg does no like that
2011-07-19 10:53:20 +02:00
Petr Skoda
696ddfe671
Merge branch 'wip-MDL-28040-master' of git://github.com/samhemelryk/moodle
2011-07-18 15:33:42 +02:00
Petr Skoda
fa9264b55b
Merge branch 'wip-MDL-28184-master' of git://github.com/samhemelryk/moodle
2011-07-18 15:28:16 +02:00
Petr Skoda
6857b0db47
Merge branch 'wip-MDL-28137-master' of git://github.com/samhemelryk/moodle
2011-07-18 15:22:29 +02:00
Petr Skoda
a1d27703fe
Merge branch 'wip-MDL-27696-master' of git://github.com/samhemelryk/moodle
2011-07-18 15:17:05 +02:00
Sam Hemelryk
0704038e41
Merge branch 'w28_MDL-28345_m22_utf8' of git://github.com/skodak/moodle
2011-07-18 21:16:43 +10:00
Sam Hemelryk
cc4db9d3c1
Merge branch 'wip-mdl-27837' of git://github.com/rajeshtaneja/moodle
2011-07-18 21:03:22 +10:00
Sam Hemelryk
c5fe313c06
Merge branch 'w28_MDL-23344_m22_loginfocus2' of git://github.com/skodak/moodle
2011-07-18 20:25:43 +10:00
Sam Hemelryk
b96fa1c265
Merge branch 'w28_MDL-28253_m22_managerupgrade' of git://github.com/skodak/moodle
2011-07-18 20:08:36 +10:00
Petr Skoda
78fcdb5fdb
MDL-28345 make sure input parameters do not contain invalid utf-8 chars
2011-07-15 15:00:49 +02:00
Petr Skoda
5c754932e7
MDL-28344 new option to prevent clickjacking via frame embedding
2011-07-14 22:01:23 +02:00
Petr Skoda
b9b639b30e
MDL-28344 remove unused CFG->framename
2011-07-14 22:00:41 +02:00