Sam Hemelryk
615a5aa6f1
Merge branch 'MDL-39280-master-int' of git://github.com/FMCorz/moodle
2013-06-24 14:19:20 +12:00
Sam Hemelryk
80b3780a53
Revert "MDL-38555 forms: Prevent same data submission multiple times."
...
This reverts commit 761670208a97c0ed7e1ff7c2e6a7ec5494eb93d3.
2013-06-19 13:45:46 +12:00
Sam Hemelryk
d35d831190
Merge branch 'MDL-38555-master' of https://github.com/lucisgit/moodle
2013-06-18 11:38:05 +12:00
Ruslan Kabalin
761670208a
MDL-38555 forms: Prevent same data submission multiple times.
...
This disables Submit button when the form has been submitted to
prevent consequent submissions before the page has been loaded.
2013-06-12 15:19:47 +01:00
Sam Hemelryk
c601027d8f
Revert "MDL-38555 forms: Prevent same data submission multiple times."
...
This reverts commit 9f2f313e9f7c88eab154450de394c2451f530f58.
2013-06-12 14:22:01 +12:00
Sam Hemelryk
44df0d9aaa
Merge branch 'MDL-38555-master' of https://github.com/lucisgit/moodle
2013-06-12 11:36:40 +12:00
Sam Hemelryk
bd7004d51c
Merge branch 'wip-mdl-34508' of git://github.com/rajeshtaneja/moodle
2013-06-11 10:29:11 +12:00
Dan Poltawski
f4c824c009
Merge branch 'wip-mdl-39639' of git://github.com/rajeshtaneja/moodle
2013-06-10 15:28:17 +08:00
Mark Nelson
85c402a89d
MDL-40008 forms: fixed ordering of the calendar icon and enable checkbox for the date selector element
2013-06-04 11:55:48 +08:00
Rajesh Taneja
75fd791d87
MDL-39639 Formslib: Hide calendar for datetime element on disable event
2013-05-14 11:59:05 +08:00
Mark Nelson
edc4670b4c
MDL-39581 forms: prevent calendar popup from changing multiple date elements
2013-05-10 11:22:07 +08:00
Frederic Massart
58f3865fce
MDL-39280 form: Multiple select support disabledIf with multiple values
2013-05-10 09:33:46 +08:00
Mark Nelson
e019dcccdf
MDL-39463 forms: use the date selectors 'optional' parameter rather than creating additional logic
2013-05-08 16:36:54 +08:00
Eloy Lafuente (stronk7)
4ce97aed0d
Merge branch 'wip-mdl-39332' of git://github.com/rajeshtaneja/moodle
2013-05-08 00:28:15 +02:00
Mark Nelson
34f9862edf
MDL-39187 forms: fixed issue where calendar pop-up did not display when a date selector form element was added to a group
2013-05-03 13:01:58 +08:00
Rajesh Taneja
5e0ab6704a
MDL-39332 Formslib: remove z-index from calendar panel
...
calendar panel.render() sets zIndex to 0, when calendar is used next to filepicker, it overlaps
zIndex should be set by css and not JS, and previously used removeAttr on panel breaks JS on ie8.
So solution is to render panel and then remove z-index from dom
2013-05-03 10:59:46 +08:00
Damyon Wiese
ea03f1149e
Merge branch 'MDL-30940-master' of git://github.com/FMCorz/moodle
2013-04-29 14:03:34 +08:00
Frederic Massart
e62e473d44
MDL-30940 form: Mutiple select work correctly without any selection
2013-04-19 11:04:34 +08:00
Rajesh Taneja
afec254467
MDL-34508 Formslib: Removed deprecated setHelpButton() from editor.php and hidden.php
2013-04-17 14:21:07 +08:00
Damyon Wiese
6a508eaccf
Merge branch 'w15_MDL-34674_m25_spell' of git://github.com/skodak/moodle
2013-04-16 15:56:10 +08:00
Dan Poltawski
34ddaf7146
Merge branch 'MDL-39047_master' of https://github.com/markn86/moodle
2013-04-15 12:15:24 +01:00
Mark Nelson
12cb45f199
MDL-39047 forms: set the z-index of the calendar pop-up so that it renders above the filemanager
2013-04-15 17:37:41 +08:00
Frederic Massart
87c1c82286
MDL-38716 accessibility: ARIA attributes and roles defined on form actions
2013-04-15 11:46:05 +08:00
Petr Škoda
0ac97084fa
MDL-34674 use browser built-in spell checking in all browsers except < IE10
2013-04-12 11:33:23 +02:00
Mark Nelson
1711361042
MDL-26649 forms: ensure that both necessary variables are set before altering calendar image
2013-04-10 12:48:13 +08:00
Eloy Lafuente (stronk7)
668aaeb8f3
MDL-26649 forms: temp disable problematic call
...
The new version of the dateselector is causing JS to stop
working completely in a lot of forms, so I've disabled
temporarily the ofending call to allow other stuff to be
integrated and tested.
2013-04-09 19:37:08 +02:00
Mark Nelson
f40df210ab
MDL-26649 forms: added a calendar icon that will display the calendar pop-up when clicked rather than the select boxes triggering the event
2013-04-09 14:52:57 +08:00
Eloy Lafuente (stronk7)
33871fbf3e
Merge branch 'MDL-38751-master' of git://github.com/FMCorz/moodle
2013-04-04 01:07:23 +02:00
Dan Poltawski
5cc929bc12
Merge branch 'MDL-38691-master-int' of git://github.com/FMCorz/moodle
2013-04-03 16:27:16 +08:00
Frederic Massart
5581c618fc
MDL-38751 usability: Different style for cancel button
2013-03-28 11:14:24 +08:00
Frederic Massart
a4b076d51b
MDL-38681 form: Changed collapse/expand button to a link
2013-03-28 10:18:58 +08:00
Frederic Massart
c55cd6ac64
MDL-38691 form: Styling for show more/less toggle
2013-03-26 17:20:58 +08:00
Damyon Wiese
d0fd9726d1
Merge branch 'MDL-30438_b' of git://github.com/rwijaya/moodle
2013-03-26 14:29:57 +08:00
Damyon Wiese
37e50e9316
Merge branch 'MDL-38598-master-int' of git://github.com/FMCorz/moodle
2013-03-26 13:28:57 +08:00
Rossiani Wijaya
41e2a9591f
MDL-30438 Lesson Module: improve password field to disabled when password protect is set to no.
2013-03-25 11:26:50 +08:00
Frederic Massart
619fe67e32
MDL-38598 form: Prevent flickering due to advanced fields
2013-03-25 08:28:32 +08:00
Frederic Massart
f2c0aba81d
MDL-38044 form: Added collapse/expand all buttons
2013-03-22 16:25:48 +08:00
Ruslan Kabalin
9f2f313e9f
MDL-38555 forms: Prevent same data submission multiple times.
...
This disables Submit button when the form has been submitted to
prevent consequent submissions before the page has been loaded.
2013-03-19 15:25:27 +00:00
Damyon Wiese
dcc5f0fe1e
Merge branch 'MDL-38049-master' of git://github.com/FMCorz/moodle
2013-03-19 11:52:51 +08:00
Frederic Massart
0b8bb3fe5f
MDL-38049 form: Collapsed sections are hidden on page load
2013-03-13 10:28:37 +08:00
Frederic Massart
04cbea2cd6
MDL-36900 files: D&D upload uses new file name increment function
2013-03-08 10:21:01 +08:00
Frederic Massart
8158fe0542
MDL-36900 repository: File Manager new folder UI improvements
2013-03-08 10:21:01 +08:00
Frederic Massart
954b354511
MDL-37507 repositories: improved formatting of external resources
2013-03-04 13:28:41 +13:00
Eloy Lafuente (stronk7)
1e171d4d37
Merge branch 'MDL-38090-m' of git://github.com/andrewnicols/moodle
2013-02-26 00:33:32 +01:00
Andrew Robert Nicols
e691028ab6
MDL-38090 JavaScript Make forms JS more resilient
...
This issue also corrects the way in which Y.one is called. Previously it
was called as constructor rather than as a static method so it always
returned a Y.Node, regardless of whether a node was found.
Additionally, this adds a config setting to the YUI configuration such that
debug messages are not shown in the JS console when debugging is disabled.
2013-02-22 17:11:34 +00:00
Frederic Massart
d7d69396b0
MDL-37641 files: Improve file name suggestion and performance
2013-02-20 08:50:40 +08:00
Damyon Wiese
2262c52122
Merge branch 'MDL-37012-master' of git://github.com/mouneyrac/moodle
2013-02-12 14:39:20 +08:00
Damyon Wiese
8dcca4aacb
MDL-30637 Formslib - Cleanup for shortforms implementation (mostly comments)
...
Also added deprecated functions for the functions that were removed from MoodleQuickForm.
2013-02-11 10:37:13 +08:00
Damyon Wiese
40f1c065b4
Merge branch 'MDL-30637-master' of git://github.com/lucisgit/moodle
2013-02-11 10:37:03 +08:00
Ruslan Kabalin
ac5e6ca4d1
MDL-30637 Refactor Advanced fileds functionality
...
The displaying of advanced items has been refactored. The changes are:
* The Advanced button is replaced by the Show Less/More link
* The Show less/more link controls advanced elements only within the section
it is located at
* The Show less/more state of sections is preserved between form submissions
* When javascript is off, all advanced elements will be displayed by default,
no show/hide controls will exists on the page
2013-02-07 14:38:37 +00:00