Petr Skoda
a4478cd677
MDL-29917 prevent form autocompletion in most Moodle forms
...
The password autocompletion in case of Moodle makes sense only on the login page, the form autocompletion in general is most probably useful only on the user signup page.
This patch is compatible with html 5, unfortunately we have to ignore strict warnings in legacy xhtml 1.0 standard.
2012-01-03 11:08:28 +01:00
Tim Hunt
96cd18c261
MDL-30660 javascript-static: another yui3/ticket/2531561 work-around.
2011-12-09 12:41:57 +01:00
Sam Hemelryk
c4a91d0670
Merge branch 'MDL-30660' of git://github.com/timhunt/moodle
2011-12-09 11:49:48 +13:00
Tim Hunt
784a6f3132
MDL-30660 javascript-static: M.util.show_confirm_dialog fixes
2011-12-08 17:52:40 +00:00
Petr Skoda
a944c3dc97
MDL-29980 fix rules typo
...
Credit goes to Paul Nicholls.
2011-10-28 15:36:32 +02:00
Andrew Davis (andyjdavis)
0683e9c5be
MDL-28406 blocks: added JS to prevent the addition of duplicate blocks
2011-08-05 11:36:58 +08:00
Rajesh Taneja
dcb368720a
MDL-27658 javascript: Typo fixed for toUpperCase
2011-08-01 12:55:01 +08:00
Petr Skoda
fcd2cbaf1f
MDL-26697 multiple media filtering fixes and improvements
...
Bug fixes:
* fixed broken flash resizing via URL
* upgraded Flowplayer
* fixed invalid context in format_text()
* all media related CSS moved from themes to filter and resources
* fixed automatic pdf resizing in resources
Changes:
* reworked filter_mediaplugin system settings - grouped by player type instead of individual extensions, added more information
* improved regex url matching
* removed old unused players, Eolas fix and UFO embedding
* image embedding moved to filter_urltolink
* new Flowplayer embedding API
* accessibility and compatibility tweaks in Flowplayer
* SWF embedding now works only in trusted texts, it is now enabled by default (works everywhere if "Allow EMBED and OBJECT tags" enabled)
* new default video width and height
New features:
* automatic Flash video resizing using information from video metadata
* Flash HD video support (*.f4v)
* Flash video embedding with HTML5 fallback - compatible with iOS and other mobile devices
* Vimeo embedding
* no-cookie YouTube site supported
* HTML 5 audio and video with multiple source URLs and QuickTime fallback
* more video and audio extensions in filelib.php
* MP3 player colours customisable via CSS in themes
* nomediaplugin class in a tag prevents media embedding
2011-03-12 17:42:52 +01:00
Tim Hunt
8711360225
MDL-26337 Improve close_window. Fix bug when $reloadopener is false, and better usability when it is true.
2011-02-09 19:02:31 +00:00
Tim Hunt
1db6b9b886
javascript MDL-26098 close_window and close_window_reloading_opener were both broken.
2011-01-29 13:55:47 +00:00
Eloy Lafuente (stronk7)
ff14fd71fd
Merge branch 'MDL-24521' of git://github.com/samhemelryk/moodle
2011-01-10 23:20:30 +01:00
jeromemoodle
1ede3cb37f
javascript lib MDL-23224 dropdown onclick event is not trigger in Chrome
2011-01-05 16:12:52 +08:00
Sam Hemelryk
712b55e1ba
javascript MDL-24521 Fixed confirm dialog bug. Kudos to John Anderson for his work on the patch and James Brisland for help testing.
2011-01-05 14:02:42 +08:00
Sam Hemelryk
c8ffba95b0
course MDL-24595 Fixed expand all collapse all links on front page.
2010-11-22 05:35:39 +00:00
Petr Skoda
dfd9f745b1
MDL-21963 rewritten progress bar internals, hopefully working now properly
2010-11-11 07:56:49 +00:00
Tim Hunt
29946ad595
quiz 'secure' mode MDL-21085 remove popup-blocker check.
...
It was unnecessary on modern browsers, since they let thought a pop-up if you just clicked on a link, so this check was just causing an annoying and misleading alert.
Since the popupchecker was only used here, and since it was implemented in a way that does not work on all browsers, I just deleted the function. If anyone ever finds that they acutally need this functionality, they can re-implement it in a way that works.
2010-11-02 19:49:09 +00:00
David Mudrak
b532be2d53
MDL-25015 get_string() logic implementation in javascript
...
The new function allows to substitute {$a} placeholders on client side.
Version bump needed to clear javascript caches.
2010-11-02 14:24:19 +00:00
David Mudrak
1809723881
MDL-24777 get_emoticons_list_for_help_file() is now deprecated
2010-10-23 18:41:21 +00:00
Petr Skoda
f6fa64f07a
MDL-23617 improved YUI resizing
2010-10-15 08:55:24 +00:00
Petr Skoda
147fee876e
MDL-22338 fixed regression - the embedded resources are being resized again
2010-10-06 16:23:37 +00:00
Sam Hemelryk
4461a18e73
course-combolist MDL-24315 Fixed issue with collapsible regions triggering on anchor elements
2010-09-21 10:04:23 +00:00
Petr Skoda
667c0ae175
fixed unterminated JS statements
2010-09-18 11:04:02 +00:00
Rossiani Wijaya
3a42ad126c
MDL-23870: Replace flash and mp3 multimedia filter with flowplayer.
2010-09-09 11:30:06 +00:00
Sam Hemelryk
c7e3e61c70
javascript MDL-23850 Moved mforms specific JavaScript to a separate file
2010-08-19 05:43:06 +00:00
Sam Hemelryk
cbb54cce78
blocks MDL-23836 Converted the block_hider code to make use of YUI3
2010-08-17 08:31:20 +00:00
Sam Hemelryk
e5473854a0
form-dateselector MDL-23096 Converted the date selector to a YUI-Moodle module
2010-08-04 09:13:27 +00:00
Andrew Davis
aa28106896
glossary MDL-23369 made glossary item autolink filter popups the right size
2010-07-22 05:51:40 +00:00
Sam Hemelryk
3c3a3c3ced
admin MDL-23049 Added support for multiple selectors: fixed regression
2010-07-02 07:19:35 +00:00
Sam Hemelryk
bb9e93626b
admin MDL-23049 Added support for multiple selectors
2010-07-02 07:12:12 +00:00
Sam Hemelryk
233b6ff95f
admin MDL-22806 Added a colourpicker admin setting + supporting JavaScript
2010-06-16 08:36:06 +00:00
Sam Hemelryk
2a102b901e
block-community MDL-19314 Fixed gallery lightbox implementation and added proper support for yui3 gallery modules
2010-06-04 01:49:53 +00:00
Sam Hemelryk
24e27ac0c1
course MDL-8369 Front page combo list is now restructured and exandable by JavaScript
...
This patch also implements a course renderer.
2010-05-27 01:40:11 +00:00
Sam Hemelryk
c7bbb86fa1
javascript MDL-22517 Fix for IE bug with single selects
2010-05-20 05:22:33 +00:00
Sam Hemelryk
882e66febb
navigation MDL-14632 Fixed minor JS bug
2010-05-19 05:56:13 +00:00
Sam Hemelryk
32690ac23c
forms MDL-22487 Fixed resizing bug in smart select
2010-05-18 08:11:12 +00:00
Sam Hemelryk
572dd8ec69
forms MDL-22487 Implemented a JavaScript enhancement that converts an nbps indented form into a tree structure to mask the select.
2010-05-18 07:58:45 +00:00
Sam Hemelryk
242b78f73b
javascript MDL-22398 Fixed issue if custommenu was init but not shown
2010-05-11 07:16:23 +00:00
Sam Hemelryk
d7bd9acd9c
navigation MDL-22398 Fixed module declaration for custom menu that was reincluding javascript-static
2010-05-10 09:41:32 +00:00
Sam Hemelryk
d29b8f0f6b
NOBUG javascript-static minor correction in syntax
2010-05-10 09:38:04 +00:00
Sam Hemelryk
d2dbd0c0d0
navigation MDL-22398 Added custom menu to Moodle core. Will document in theme's forum
2010-05-10 05:24:00 +00:00
Rossiani Wijaya
61ddb95355
MDL-22067 - add key event action to close the help popup window.
2010-05-07 06:40:19 +00:00
Sam Hemelryk
6605ff8cda
themes MDL-22358 Renamed sideblock class to block
2010-05-06 06:16:07 +00:00
Sam Hemelryk
f855a5d2d2
javascript MDL-22067 Fixed error where help icon id wasn't always in the page
2010-05-04 09:43:29 +00:00
Sam Hemelryk
2cf81209ff
javascript MDL-22067 Fixed errors with JavaScript openpopup and help icon popups
2010-05-04 08:29:05 +00:00
Rossiani Wijaya
36282d8545
MDL-22067 - modify help popup functionality to use overlay.
2010-05-03 08:44:34 +00:00
Petr Skoda
259c165d7a
MDL-21695 new help api
2010-04-13 21:51:49 +00:00
Sam Hemelryk
46de77b6b7
navigation MDL-21543 Moved block docking icons next to the show-hide block icon
2010-02-24 08:12:17 +00:00
Petr Skoda
b4430cd698
MDL-21535 adding missing M.util.in_array
2010-02-15 16:26:26 +00:00
Petr Skoda
4aea3cc7cd
MDL-20204 the ultimate fix for our frames (theyare not accessbile, but anyway); instead of adding the target to each element when creating html we use yui to set the target from page footer via JS - this fixes the links and forms in all elements in pages with frametop layout
2010-02-11 13:27:02 +00:00
Petr Skoda
edc28287b2
MDL-21577 converting select auto submit code
2010-02-10 16:20:28 +00:00