Ankit Agarwal
83e9b8f9de
MDL-30845 formslib: Freeze should always be with persistantfreeze set to false since Frozen text fields are now rendered as input fields
2012-10-15 14:01:46 +08:00
Ankit Agarwal
3ec55b9e0a
MDL-30845 accessibility: changing the way input fields are rendered when they are not-editable
2012-10-15 14:01:46 +08:00
Dan Poltawski
957a5fa7a4
MDL-34853 tests - fix broken phpunit test
2012-08-22 10:13:52 +08:00
Eloy Lafuente (stronk7)
b6b34345ac
Merge branch 'MDL-34853' of local stronk7 repo.
...
(originally w34_MDL-34853_m24_durationsetting @ git://github.com/skodak/moodle.git)
2012-08-22 03:41:14 +02:00
Eloy Lafuente (stronk7)
444af7c65f
MDL-34853 code style fixes
2012-08-22 03:25:40 +02:00
Petr Škoda
090b173437
MDL-34853 add weeks unit to forms element duration
2012-08-22 03:00:11 +02:00
Frederic Massart
7b05e14659
MDL-28531 Unit Tests: Fixed tests to work with core update
2012-08-17 15:00:10 +08:00
Dan Poltawski
06c548c783
Merge branch 'w33_MDL-34741_m24_yui2in3' of git://github.com/skodak/moodle
2012-08-14 15:33:10 +08:00
Tim Hunt
bef9ab0ad5
MDL-34728 forms: woy for other JS to trigger disableIf update.
...
This was discovered while working on MDL-32705. If some JavaScript (for
example a select all/none link) changes the state of some form fields,
then the disabledIf state of other form elements does not automatically
update.
The existing form JS was so well encapsulated that this was impossible.
This change pokes a hole in the encapsulation, and provides an API
M.form.updateFormState(formid);
that other bits of JS code can call when necessary.
2012-08-13 11:13:06 +01:00
Petr Škoda
1a59e7151a
MDL-34741 use 2in3 in forms
2012-08-11 20:40:07 +02:00
Petr Škoda
6adabe48eb
MDL-34741 use 2in3 in date selector form element
2012-08-11 20:40:04 +02:00
Kirill Astashov
a8d259553d
MDL-34669: Fix editor filepicker context bt trying to use page context
2012-08-06 16:50:59 +08:00
Aparup Banerjee
87c12fec13
Merge branch 'MDL-34650' of git://github.com/rwijaya/moodle
2012-07-31 13:19:47 +08:00
Rossiani Wijaya
ecc5cc31ae
MDL-34650 - accessibility compliance: Add <label> for form input text and select tag
2012-07-31 12:07:16 +08:00
Adrian Greeve
b0c6dc1cac
MDL-34465 - lib - Replacing get_context_instance with context_XXXX::instance (group 8)
2012-07-27 10:10:46 +08:00
Rajesh Taneja
42b60b2755
MDl-31294 Forms Library: updated php docs pointing to addHelpButton
2012-07-25 14:18:53 +08:00
Aparup Banerjee
821fbfe4f5
Merge branch 'wip-mdl-31294' of git://github.com/rajeshtaneja/moodle
2012-07-24 16:57:58 +08:00
Rajesh Taneja
c277b502ab
MDL-31294 Forms Library: Removed deprecated functions from forms library
2012-07-24 15:09:39 +08:00
Dan Poltawski
b7db7803bc
Merge branch 'w30_MDL-34299_m24_html5' of git://github.com/skodak/moodle
...
Conflicts:
lib/db/upgrade.php
version.php
2012-07-24 14:07:26 +08:00
Dan Poltawski
5082d87c03
Merge branch 'wip-mdl-32940' of git://github.com/rajeshtaneja/moodle
2012-07-24 13:39:59 +08:00
Rajesh Taneja
61cca0b7fc
MDL-32940 libraries: Replaced deprecated PARAM_NUMBER with PARAM_FLOAT
2012-07-23 17:21:05 +08:00
Sam Hemelryk
a7b2d08727
Merge branch 'MDL-33560-master' of git://github.com/FMCorz/moodle
2012-07-23 12:25:31 +12: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
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
Rajesh Taneja
fc9ae8d164
MDL-31294 Forms Library: Removed deprecated file and format form element
2012-07-19 16:06:21 +08:00
Frederic Massart
a0658f00ca
MDL-31622 Forms: Date selector supports i18n
2012-07-13 08:57:13 +08:00
Dan Poltawski
2c0c3379fc
Merge branch 'MDL-30844-master' of https://github.com/FMCorz/moodle
2012-07-10 14:47:35 +08:00
Sam Hemelryk
77c3ccccd2
Merge branch 'wip-MDL-34139-master' of git://github.com/marinaglancy/moodle
2012-07-10 12:22:19 +12:00
Sam Hemelryk
3aed38eb7d
Merge branch 'MDL-32297-master' of git://github.com/FMCorz/moodle
2012-07-10 12:03:00 +12:00
Marina Glancy
eb45e641b6
MDL-34139 filemanager select-file dialogue should update file on Enter
2012-07-06 09:44:16 +08:00
Eloy Lafuente (stronk7)
ecad7393e3
Revert "MDL-33303 Filepicker: resized to match HTML editor and made resizable"
...
This reverts commit c947ea3e3fee2e0ecf6b4cd386e04a768a18e662.
2012-07-05 23:21:34 +02:00
Eloy Lafuente (stronk7)
20ef104713
Merge branch 'wip-MDL-33303-m24' of git://github.com/samhemelryk/moodle
2012-07-03 16:17:36 +02:00
Marina Glancy
b2dbfa90cc
MDL-34117 Correctly pass accepted_types to dnduploader
2012-07-02 14:12:31 +08:00
Frederic Massart
c947ea3e3f
MDL-33303 Filepicker: resized to match HTML editor and made resizable
2012-07-02 11:34:34 +12:00
Frederic Massart
7b38412d49
MDL-32297 Forms: Date Picker JS popup is not constraint to parent form
2012-06-29 14:17:56 +08:00
Frederic Massart
95114b18e5
MDL-30844 Accessibility: orphan label in form action buttons
2012-06-25 10:18:42 +08:00
Dan Poltawski
73ec069e3b
Merge branch 'wip-MDL-33832-master' of git://github.com/marinaglancy/moodle
2012-06-20 16:55:29 +08:00
Dan Poltawski
e3c7845314
Merge branch 'MDL-27156_part2' of git://github.com/andyjdavis/moodle
2012-06-20 16:38:13 +08:00
Andrew Davis
703ffaea05
MDL-27156 repositories: altered a check as the !empty() test on $PAGE->course was always failing for some reason
2012-06-20 15:17:12 +07:00
Marina Glancy
83d2700ec9
MDL-33832 Fixed filling of files.source field
...
- also supress the error on unserialise (because people already may have broken files.source field)
- also display details about unparseable JSON error
- make source field look the same across repositories
2012-06-20 16:09:37 +08:00
Andrew Davis
bc8da017b5
MDL-27156 repositories: altered filepicker.php so that users with the ability to ignore course file size restrictions are not incorrectly restricted
2012-06-20 11:27:31 +07:00
Dan Poltawski
f14651b6b1
Merge branch 'MDL-27156_part2' of git://github.com/andyjdavis/moodle
2012-06-20 11:17:01 +08:00
Dan Poltawski
f189c540b9
Merge branch 'MDL-33842_antivirus_message' of git://github.com/davosmith/moodle
2012-06-19 21:52:27 +08:00
Davo Smith
78b4da1963
MDL-33842 Filemanager dndupload - now displays error messages (including antivirus)
2012-06-19 14:27:12 +01:00
Dan Poltawski
139d3639c8
Merge branch 'MDL-33582-master-integration' of git://github.com/FMCorz/moodle
2012-06-19 15:39:03 +08:00
Dan Poltawski
6855fec7fd
Merge branch 'MDL-33136_dndfilemanager_replace_file' of git://github.com/davosmith/moodle
2012-06-18 17:36:03 +08:00
Aparup Banerjee
44b836d629
Merge branch 'MDL-33175' of git://github.com/danpoltawski/moodle
2012-06-18 17:14:11 +08:00
Davo Smith
d0b2d44528
MDL-33136 Dndupload filemanager - user asked to rename/overwrite file when droping file with existing name
2012-06-18 08:55:41 +01:00