Dan Poltawski
5082d87c03
Merge branch 'wip-mdl-32940' of git://github.com/rajeshtaneja/moodle
2012-07-24 13:39:59 +08:00
Aparup Banerjee
acb88dbed3
Merge branch 'wip-mdl-32942' of git://github.com/rajeshtaneja/moodle
2012-07-24 12:14:17 +08:00
Sam Hemelryk
b016e23594
Merge branch 'MDL-34352-master-2' of git://git.luns.net.uk/moodle
2012-07-24 11:21:16 +12:00
Petr Škoda
434f54044e
MDL-34475 add default value to xmldb_field hash calculation
2012-07-23 21:34:44 +02:00
Andrew Robert Nicols
0a2fb91003
MDL-34352 Convert chooserdialogue IDs to classes
2012-07-23 15:35:42 +01:00
Tim Hunt
564fcb3bee
MDL-34484 unit tests: stop phpunit using testcase names as class names
2012-07-23 11:08:37 +01:00
Aparup Banerjee
f36b0ba502
Merge branch 'wip-MDL-34285-m24' of git://github.com/samhemelryk/moodle
2012-07-23 17:22:14 +08:00
Rajesh Taneja
61cca0b7fc
MDL-32940 libraries: Replaced deprecated PARAM_NUMBER with PARAM_FLOAT
2012-07-23 17:21:05 +08:00
Aparup Banerjee
88b907fdac
MDL-34449 phpdoc typo correction
2012-07-23 16:39:25 +08:00
Aparup Banerjee
ad1097c2d6
Merge branch 'w30_MDL-34449_m24_layoutmaddness' of git://github.com/skodak/moodle
2012-07-23 16:27:15 +08:00
Aparup Banerjee
249996281a
Merge branch 'MDL-34400-master' of git://github.com/FMCorz/moodle
2012-07-23 15:32:32 +08:00
Dan Poltawski
147dc9dafd
Merge branch 'wip-MDL-34286-m24' of git://github.com/samhemelryk/moodle
2012-07-23 15:00:26 +08:00
Dan Poltawski
a5c8e33122
Merge branch 'wip-mdl-32945' of git://github.com/rajeshtaneja/moodle
2012-07-23 13:35:24 +08:00
Dan Poltawski
db68bd4435
Merge branch 'wip-MDL-34404-m24' of git://github.com/samhemelryk/moodle
2012-07-23 13:25:26 +08:00
Dan Poltawski
89061ad4c0
Merge branch 'wip-mdl-31031' of git://github.com/rajeshtaneja/moodle
2012-07-23 13:21:37 +08:00
Dan Poltawski
6c2be9039b
MDL-31023 upgrade.txt: Note to upgrade.txt about pagelib removals
2012-07-23 13:18:06 +08:00
Dan Poltawski
7067a161a3
Merge branch 'wip-mdl-31023' of git://github.com/rajeshtaneja/moodle
2012-07-23 13:13:47 +08:00
Rajesh Taneja
f55cf492eb
MDL-31031 messages: deprecated message_get_my_providers function to be removed in 2.5
2012-07-23 13:06:07 +08:00
Dan Poltawski
db9d24a1cd
Merge branch 'w30_MDL-34396_m24_loginhttpsspell' of git://github.com/skodak/moodle
2012-07-23 12:19:56 +08:00
Frederic Massart
67e3dd2c95
MDL-27083 Questions: Orphaned questions are adopted on upgrade
2012-07-23 11:37:09 +08:00
Dan Poltawski
ed25f64642
Merge branch 'wip-mdl-30651' of git://github.com/rajeshtaneja/moodle
2012-07-23 11:22:06 +08:00
Sam Hemelryk
395b805f97
Merge branch 'MDL-34225' of git://github.com/nebgor/moodle
2012-07-23 14:04:09 +12:00
Sam Hemelryk
9e50c8d1e7
Merge branch 'w30_MDL-33180_m24_simpletest' of git://github.com/skodak/moodle
...
Conflicts:
version.php
2012-07-23 13:39:11 +12:00
Sam Hemelryk
18989c7a24
Merge branch 'MDL-34205-master' of git://github.com/micaherne/moodle
2012-07-23 12:52:35 +12:00
Sam Hemelryk
a7b2d08727
Merge branch 'MDL-33560-master' of git://github.com/FMCorz/moodle
2012-07-23 12:25:31 +12:00
Sam Hemelryk
fc994304a2
Merge branch 'wip-MDL-34221-master' of git://github.com/marinaglancy/moodle
2012-07-23 12:08:15 +12:00
Sam Hemelryk
87608b34f4
Merge branch 'MDL-33927_enforce_max_attachments' of git://github.com/davosmith/moodle
2012-07-23 12:00:30 +12:00
Sam Hemelryk
8afee51adb
Merge branch 'MDL-34243' of git://github.com/srynot4sale/moodle
2012-07-23 09:37:29 +12:00
Petr Škoda
a197c413c5
MDL-34441 prevent mysqli::close() notice after failed mysql driver connect
2012-07-22 15:38:03 +02:00
Petr Škoda
ba9703d14f
MDL-34441 always use proper charset in htmlspecialchars() calls
2012-07-22 15:38:02 +02:00
Petr Škoda
5a773597de
MDL-34441 cleanup dtl related phpdocs and minor style improvements
2012-07-22 15:38:02 +02:00
Petr Škoda
e9324a2274
MDL-34449 lazy load theme layout otpions
...
This should allow us to switch page layout on admin pages and elsewhere before $OUTPUT->header() call.
2012-07-22 15:33:30 +02:00
Luke Tucker
8bc4a6528f
MDL-34396 Ensure TinyMCE editor spell checking works on pages with $PAGE->https_required()
2012-07-21 20:29:20 +02:00
Petr Škoda
13725b3797
MDL-34299 remove xmlstrictheaders setting and switch to html5 doctype by default
...
This fixes WCAG 2.0 compliance because we were already using HTML5 markup.
The strict XML headers setting never worked for production servers, developers
used browser validators for compliance testing. XHTML 5 option is relatively
similar to this obsolete option, but still it can not be used on production servers.
XHTML Strict 1.x was a standardised dead end, HTML5 is the new de-facto-standard
supported by all major browsers including latest versions of IE.
Please note nothing changes in our coding style because HTML5 is a superset of
several previous standards, it is recommended to use only features that are
already implemented in all our supported browsers.
2012-07-21 19:23:44 +02:00
Petr Škoda
c8b3346cfd
MDL-33180 delete the last traces of SimpleTest - ciao and thanks
2012-07-21 10:11:50 +02:00
Marina Glancy
c81f332876
MDL-34221 disabledIf support for filemanager and filepicker elements
2012-07-20 10:49:30 +08:00
Davo Smith
b1c669a711
MDL-34221 Filepicker - disableIf now prevents drag and drop upload
2012-07-20 10:49:30 +08:00
Frederic Massart
6aa3aabe95
MDL-33560 Enrol: Enrol password can be unmasked
2012-07-20 09:00:39 +08:00
Sam Hemelryk
dd51b3b2e0
MDL-33448 javascript: Added caching for the YUI instance used for debug in get_string
2012-07-19 20:22:41 +12:00
Sam Hemelryk
2ede466e5f
MDL-34286 conditionlib: Fixed up loading of user profile data for custom field conditions
2012-07-19 20:10:04 +12:00
Rajesh Taneja
fc9ae8d164
MDL-31294 Forms Library: Removed deprecated file and format form element
2012-07-19 16:06:21 +08:00
Rajesh Taneja
11ad98ff0c
MDL-31023 Libraries: removed legacypageobject usage
2012-07-19 15:48:45 +08:00
Rajesh Taneja
afb92f1b9e
MDL-31023 libraries: removed deprecated function and classes from pagelib.php
2012-07-19 15:48:45 +08:00
Rajesh Taneja
405aca3532
MDL-32942 libraries: Replaced deprecated PARAM_ACTION and PARAM_FORMAT with PARAM_ALPHANUMEXT
2012-07-19 15:46:10 +08:00
Rajesh Taneja
071e68f93e
MDL-32945 libraries: Replaced deprecated PARAM_MULTILANG with PARAM_TEXT
2012-07-19 15:44:40 +08:00
Rajesh Taneja
1e12c1203b
MDL-30651 libraries: Replaced deprecated PARAM_INTEGER with PARAM_INT
2012-07-19 15:37:46 +08:00
Sam Hemelryk
1c8d09338e
MDL-34285 condition: Fixed up missing operator
2012-07-19 19:29:47 +12:00
Sam Hemelryk
21a4e24cab
MDL-34285 condition: Added is not empty option for user profile conditions and moved strings.
...
As part of this change I added a new condition for user fields: is not equal.
I also copied the strings being used from the filters lang file to the condition
lang file and changed the uses in code.
AMOS BEGIN
CPY [contains,filters],[contains,condition]
CPY [doesnotcontain,filters],[doesnotcontain,condition]
CPY [isequalto,filters],[isequalto,condition]
CPY [startswith,filters],[startswith,condition]
CPY [endswith,filters],[endswith,condition]
CPY [isempty,filters],[isempty,condition]
AMOS END
2012-07-19 19:27:00 +12:00
Frederic Massart
ce9e687701
MDL-34400 Alfresco: Altering the API for integration into Moodle
2012-07-19 13:29:42 +08:00
Frederic Massart
1258391a50
MDL-34400 Alfresco: Updated PHP SDK to v0.1
2012-07-19 13:29:10 +08:00