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
Dongsheng Cai
af140288c4
MDL-8224, minor changes to tweak ui
2010-05-20 06:26:40 +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
Sam Hemelryk
3406acdef9
navigation MDL-22044 Major navigation structure changes.
...
Navigation has now been re-ordered in accordance with http://docs.moodle.org/en/Development:Navigation_2.0_structure .
This has led to several changes in the way in which navigation is generated included API changes, most notably using the
navigation_nodes add method now returns the newly added node rather than the key.
At the same time the global_navigation_tree block has been renamed to navigation and settings_navigation_tree to settings.
2010-04-19 06:30:30 +00:00
Petr Skoda
ae58632885
MDL-22053 removing relative paths from get_plugin|component_directory() because we can be only sure that the absolute paths exists such as in case of $CFG->themedir outside of dirroot; commeting out some simpletes_ stuff which does not seem to be used any more
2010-04-10 23:21:18 +00:00
Dongsheng Cai
535b4a51c1
MDL-21941, change language strings for comments api
2010-04-08 01:53:48 +00:00
Dongsheng Cai
4b201bc6f5
MDL-19118, comments api improvement
2010-04-07 06:42:17 +00:00
Petr Skoda
88623be168
MDL-22015 more advances in frankenstyle usage needed for new amos_string_manager
2010-04-01 20:54:27 +00:00
Petr Skoda
3dcdf440d7
MDL-21657 frankenstyle fix for incorrect rating plurals
2010-04-01 20:33:15 +00:00
Dongsheng Cai
34e20eb422
"MDL-19118, improve comments management"
2010-03-31 09:53:05 +00:00
Dongsheng Cai
1dce6261b7
"MDL-21146, adding file license support to repository api, first commit"
2010-03-29 03:39:08 +00:00
Andrew Davis
a09aeee47b
rating MDL-21657 first commit for rating library
2010-03-16 05:57:51 +00:00
Dongsheng Cai
0dc303382f
"MDL-21240, added yui3 lib requirment"
2010-03-08 04:13:55 +00:00
Dongsheng Cai
7b3f23e4b1
"MDL-21240, added missing yui2 lib"
2010-03-05 02:33:28 +00:00