Petr Skoda
0958759dc2
MDL-28554 workaround for http://yuilibrary.com/projects/yui3/ticket/2530999
...
Do not load io-xdr and io-upload-iframe on the same page.
2011-08-25 11:38:34 +02:00
Petr Skoda
7339273895
Merge branch 'w33_MDL-28554_m22_yui' of github.com:skodak/moodle
2011-08-24 15:01:50 +02:00
Petr Skoda
9d753c38d7
MDL-28554 fix problematic loading of io-upload-frame
...
This is a bit of a mystery, somehow 'io' module dependency is not enough to load everything, this might be caused by a regression in yui.
2011-08-24 15:00:10 +02:00
Eloy Lafuente (stronk7)
8d30b1a97e
Merge branch 'MDL-28957' of git://github.com/colchambers/moodle
2011-08-23 18:00:51 +02:00
Petr Skoda
ef7329dce0
MDL-28544 workaround for missing YUI 3.4.0 loader info
2011-08-19 10:21:30 +02:00
Colin Chambers
9ec3e43867
#MDL-28957 outputrequirementslib reduced excessive js console logging
2011-08-17 15:00:44 +01:00
Sam Hemelryk
984915afe5
Revert "MDL-28284 don't load filepicker module for every page"
...
This reverts commit 9b0843c121
.
2011-08-03 18:20:01 +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
Petr Skoda
1a7cb87e46
MDL-28440 add missing semicolon causing JS issues
...
Credit goes to Mark Nielsen.
2011-07-23 11:48:53 +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
cdbd37126d
MDL-28279 remove flash client version blocking
...
Everybody is responsible for upgrades of Flash, there is no excuse any more.
2011-07-10 11:03:02 +02:00
Ruslan Kabalin
1d72e9d441
MDL-27171 messages: add default message outputs management interface
...
This introduces the new page where admin may change the permissions and
defaults for particular combination of message processors and providers.
Signed-off-by: Ruslan Kabalin <ruslan.kabalin@luns.net.uk>
2011-05-27 13:49:28 +01:00
Dongsheng Cai
f392caba15
MDL-26388, pop up a dialog when attaching a file already being used in draft area.
2011-05-02 10:11:19 +08:00
David Mudrak
b9934a173a
MDL-26784 Improved plugins check screen and the new plugins management screen
...
This patch introduces new lib/pluginlib.php library that provides
unified access meta-information about all present plugin types. The
library defines plugin_manager singleton that in turn gathers
information about all present plugins and their status. The list of
plugins can be rendered either as plugins check table or plugins control
panel.
This makes print_plugins_table() function obsolete and because it is not
expected to be called by any contrib plugin, the function is removed.
CSS for the legacy table generated by print_plugins_table() is cleaned
up.
2011-03-31 13:59:05 +02:00
Eloy Lafuente (stronk7)
e5e64a4886
Merge branch 'w11_MDL-26697_20_media' of git://github.com/skodak/moodle
...
Conflicts:
theme/formal_white/config.php
2011-03-15 15:21:02 +01: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
Dongsheng Cai
a6b53a7cbe
FILEPICKER MDL-26583 filepicker should use core language string not string from modules
2011-03-09 17:00:01 +08:00
Petr Skoda
3b073254bc
MDL-26314 fix phpdocs typo
2011-02-13 17:44:01 +01:00
Petr Skoda
621df74e00
MDL-25474 do not try to use caching for dynamic JS - it can not work
2010-12-02 05:46:09 +00:00
Sam Hemelryk
d067fc474c
javascript MDL-25013 YUI modules are now recursively loaded and a stacktrace stored when this occurs
2010-11-12 05:26:47 +00:00
David Mudrak
7f91ba532b
MDL-25015 documenting the usage of M.util.get_string()
2010-11-02 14:59:32 +00:00
Tim Hunt
157434a522
quiz/question javascript MDL-24170 Enter in a shortanswer question preview should not flag the question.
...
That bit of JavaScript from mod/quiz/attempt.php is needed in question preview too, so refactor a bit.
I was disappointed to find that the
$PAGE->requires->js_module('core_question_engine');
line was needed in quiz_get_js_module, but it seems to be.
Also change non-Moodle-y string "End test..." to "Finish attempt..."
2010-11-01 17:44:59 +00:00
Sam Hemelryk
87b4981b4a
enrolments MDL-24317 Permission filter now remembers what you type into it.
2010-09-21 06:09:14 +00:00
Petr Skoda
6e6e3881fe
fixed cosmetic problem, the global variable was doing nothing there but anyway
2010-09-17 08:04:01 +00:00
Dongsheng Cai
f312e8783a
MDL-13766, improve filepicker ui
2010-09-06 06:07:47 +00:00
Sam Hemelryk
77387297f8
javascript MDL-23430 YUI moodle modules are no longer cached if CFG->cachejs is off
2010-08-05 04:05:28 +00:00
Tim Hunt
44fab7fa46
NOBUG fix typo in exception message.
2010-08-03 14:32:28 +00:00
Dongsheng Cai
1c309299a2
"REPOSITORY MDL-23581, filepicker name should be localisable"
2010-07-30 08:02:10 +00:00
Petr Skoda
78bfb562a0
MDL-21249 improved php docs and adding direct access prevention in core libs
2010-07-25 13:35:05 +00:00
Dongsheng Cai
ed5f6c0f66
"MDL-23506, added language string"
2010-07-24 18:15:45 +00:00
Sam Hemelryk
f4136193b7
mod-assignment MDL-22686 Implemented solution for overflow hidden of submission table
2010-07-20 05:19:22 +00:00
Sam Hemelryk
33e48a1a20
calendar MDL-23084 Fixed calendar overlay bug preventing events from being clicked on and rewrote as YUI3 module
2010-07-09 04:22:26 +00:00
Sam Hemelryk
692e9fa501
lib MDL-22826 Fixed stylessheet inclusion bug with YUI 3.1.1 and Internet Explorer
2010-07-08 02:12:49 +00:00
Sam Hemelryk
a6338a134b
themes MDL-22826 Some minor changes to improve the IE user experience
2010-07-07 09:10:10 +00:00
Petr Skoda
ec32e626be
fixed wrong != that was breaking js caching
2010-07-06 09:42:44 +00:00
Sam Hemelryk
2b722f8707
javascript MDL-22920 Added functionality to allow inclusion of Moodle-YUI JS modules easily
2010-07-01 02:26:21 +00:00
Dongsheng Cai
7588604202
MDL-22734, fixed language typos
2010-06-22 07:44:02 +00:00
Dongsheng Cai
f00340e2ca
MDL-22734, added text to prompt empty repositories list, and added shorttitle for long filename
2010-06-22 03:55:45 +00:00
Petr Skoda
df997f841f
MDL-21782 reworked enrolment framework, the core infrastructure is in place, the basic plugins are all implemented; see the tracker issue for list of unfinished bits, expect more changes and improvements during the next week
...
AMOS START
MOV [sendcoursewelcomemessage,core_admin],[sendcoursewelcomemessage,enrol_self]
MOV [configsendcoursewelcomemessage,core_admin],[sendcoursewelcomemessage_desc,enrol_self]
MOV [enrolstartdate,core],[enrolstartdate,enrol_self]
MOV [enrolenddate,core],[enrolenddate,enrol_self]
CPY [welcometocourse,core],[welcometocourse,enrol_self]
CPY [welcometocoursetext,core],[welcometocoursetext,enrol_self]
MOV [notenrollable,core],[notenrollable,core_enrol]
MOV [enrolenddaterror,core],[enrolenddaterror,enrol_self]
MOV [enrolmentkeyhint,core],[passwordinvalidhint,enrol_self]
MOV [coursemanager,core_admin],[coursecontact,core_admin]
MOV [configcoursemanager,core_admin],[coursecontact_desc,core_admin]
MOV [enrolledincourserole,core],[enrolledincourserole,enrol_manual]
MOV [enrolme,core],[enrolme,core_enrol]
MOV [unenrol,core],[unenrol,core_enrol]
MOV [unenrolme,core],[unenrolme,core_enrol]
MOV [enrolmentnew,core],[enrolmentnew,core_enrol]
MOV [enrolmentnewuser,core],[enrolmentnewuser,core_enrol]
MOV [enrolments,core],[enrolments,core_enrol]
MOV [enrolperiod,core],[enrolperiod,core_enrol]
MOV [unenrolroleusers,core],[unenrolroleusers,core_enrol]
AMOS END
2010-06-21 15:30:49 +00:00
Dongsheng Cai
fb2fb46e5b
MDL-22805, new renderer component moodle_file_tree_viewer, remove file_tree_viewer to area_file_tree_viewer, the legecy files/index.php has be replaced with the moodle_file_tree_viewer, it is readonly
2010-06-16 08:07:42 +00:00
Sam Hemelryk
e8a2d78842
lib yui MDL-22705 Fixed issue with YUI gallery css inclusion
2010-06-08 10:10:50 +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
Petr Skoda
86c2da1782
fixed comment typo
2010-05-31 12:22:21 +00:00
Sam Hemelryk
7e4617f7a6
navigation-dock MDL-22560 Major changes to he way the dock works
...
* Themes can now check if a region is completely docked
* Dock now delegates events to improve performance
* Dock now completely YUI3
* No longer uses YUI overlay instead has custom control
2010-05-31 03:33:34 +00:00
Dongsheng Cai
0e77c30462
MDL-13766, added yui cookie component requirement.
2010-05-26 09:45:13 +00:00
Sam Hemelryk
b496e6345c
navigation MDL-22373 Reorientated title of docked blocks and moved a little bit of the standard theme's navigation into the core docks library
2010-05-24 04:03:31 +00:00
Petr Skoda
09c48cea8b
MDL-21435 sending JS cache to cache/js instead of temp; adding purging of JS caches
2010-05-22 20:04:06 +00:00
Petr Skoda
173ba4f1ca
more and more commit typos
2010-05-22 19:34:17 +00:00
Dongsheng Cai
879b4f9ae1
MDL-13766, improve file picker UI
2010-05-21 08:13:08 +00:00
Dongsheng Cai
573e7e3396
revert some changes, my cvs client (smartcvs) goes wrong, commited all my local changes, MDL-8224
2010-05-20 06:35:41 +00:00