Commit graph

335 commits

Author SHA1 Message Date
dongsheng
90dc80b3e6 "MDL-16911, display video name for youtube link" 2009-04-29 05:02:57 +00:00
dongsheng
e189ec00f0 "MDL-18486, remove php varible from file picker code, all javascript code goes into a static file" 2009-04-20 08:53:21 +00:00
fmarier
316914bf6e MDL-17037 ran all GIF images through gifsicle and PNG through optipng 2009-04-05 23:33:00 +00:00
skodak
a4081abfde MDL-17840 moodle_readme.txt -> readme_moodle.txt 2009-01-10 11:22:26 +00:00
dongsheng
fc11edbfa0 "MDL-17391, enable repository filter in html editor" 2008-12-08 06:53:58 +00:00
dongsheng
9442670781 TINYMCE, YOUTUBE/MDL-16650 2008-12-05 05:21:24 +00:00
dongsheng
b318bb6db2 REPOSITORY/MDL-13766
pass mimetype and return value type to file picker to filter repository instances
2008-11-26 03:26:33 +00:00
dongsheng
942995292e HTML_EDITOR, REPOSITORY/MDL-16650
media type should be returned.
2008-11-25 12:20:13 +00:00
dongsheng
f536910483 HTML_EDITOR, REPOSITORY/MDL-16650
Modify tinymce to return a youtube link instead a object tag.
When media filter enabled, this link will be translated to proper youtube video.
2008-11-25 10:44:04 +00:00
fmarier
6a77823cb6 MDL-17037 Lossless optimization of all PNG and JPEG images 2008-10-28 01:50:10 +00:00
scyrma
a6c1407820 MDL-15688: Keep local modifications in language files - only import new strings. This also fix a few display bug and prevent use
from the web.
2008-09-26 01:56:12 +00:00
scyrma
edc1b8bd88 MDL-14739: New file added in version 3.2.0.1, missing in initial update 2008-09-25 02:11:43 +00:00
skodak
4b39c2d877 MDL-16629 removed legacy unfinished multiple editors code 2008-09-23 20:31:37 +00:00
skodak
306a52882b MDL-16629 removing unfinished multiple editors code 2008-09-23 20:28:50 +00:00
skodak
2dbc9c102c MDL-16627 removing obsoleted HTMLArea 2008-09-23 20:27:37 +00:00
skodak
65ddc75009 MDL-16642 tinymce library import must be primarily maintained in cvs, not wiki 2008-09-23 19:03:54 +00:00
skodak
53b20fe35a MDL-16637 removing obsoleted spellchecker support 2008-09-23 15:12:07 +00:00
skodak
09af05ba19 MDL-16629 removed legacy unfinished multiple editors code 2008-09-23 14:34:58 +00:00
skodak
6bebbe4503 MDL-16627 removing obsoleted HTMLArea 2008-09-23 14:16:31 +00:00
scyrma
4bbe9e9cd3 MDL-14739: Instructions files pointing to Moodle documentation wiki. 2008-09-23 06:16:35 +00:00
scyrma
070b42ffb6 MDL-14739: patch to use moodle strings in tinymce 2008-09-23 05:38:56 +00:00
scyrma
c0d551f05f MDL-14739: upgrade tinymce from 3.0.9 to 3.2.0.1. This fixes numerous bugs in TinyMCE. Also removed some cruft, removed in previous
versions of the editor.
2008-09-23 04:10:39 +00:00
scyrma
de9601889d MDL-14741: removing standardmenu loading - doubles with contextmenu. 2008-09-23 04:02:12 +00:00
dongsheng
911e0eb050 MDL-13766
1. change css className
2. add comments
2008-09-10 07:11:47 +00:00
scyrma
86a246e929 MDL-16319: set a css sheet for the content of the editor - fixing the issue
with the default font size. This commit also reactivates the media plugin.
2008-09-09 05:29:07 +00:00
scyrma
f729b1997c MDL-14741: fix previous fix.. 2008-09-03 04:13:24 +00:00
scyrma
4895521165 MDL-14741: fix onsubmit function - works for forms without previous onsubmit function too. 2008-09-03 04:07:01 +00:00
scyrma
7d380f791e MDL-14741:
* Remove media plugin (which causes javascript error) until next upgrade from upstream
 * Fix onsubmit function to make it work - hopefully for good
 * Remove unused courseid parameter (which will make caching more effective)
2008-08-28 04:08:37 +00:00
dongsheng
d373f63f9b MDL-13766
1. Use treeview display files in repository
2. Dymanicly loading file support
3. Upload file in local repository plugin
4. Move file picker to the top level of DOM
5. get original photo format from flickr web service
2008-08-20 02:52:29 +00:00
dongsheng
765943edc6 MDL-13766, mulit-filepicker in htmleditor worked. 2008-08-05 08:12:21 +00:00
dongsheng
4b844d63ef MDL-13766, more changes to mulit-filepicker in one page. 2008-08-05 05:49:33 +00:00
dongsheng
c2762f06b7 MDL-13766
1. Make mulit-filepicker in one page possible
2. fix lang strings
3. use itemid specify a draft file
TODO
itemid should use a better value.
2008-08-05 05:12:30 +00:00
scyrma
2953d1b68f MDL-15688: Fix to make it work with IE (it was already doing fine in Firefox, Safari and Opera). 2008-08-04 06:26:19 +00:00
dongsheng
d8eb6e180c "MDL-13766, use file api to move files" 2008-08-04 05:53:53 +00:00
scyrma
e57fc0418b MDL-15893: Adding caching to the TinyMCE config file 2008-08-01 09:37:21 +00:00
scyrma
66d68c083d MDL-15688: Modified version of TinyMCE that uses Moodle translation system. Includes a new compressed version of TinyMCE (this one compressed using YUI
compressor)
2008-08-01 09:08:48 +00:00
dongsheng
3e515a9f73 MDL-13766, tell server side where file picker opened. 2008-08-01 04:10:31 +00:00
skodak
172dd12c63 MDL-14589 initial file storage implementation, temporary file manager, migration of course files; blog conversion MDL-15905; assignment conversion MDL-15904; fromslib related file improvements MDL-15906 2008-07-31 22:15:30 +00:00
skodak
dfc5838ea1 MDL-15893 tinymce integration does not use session anymore, there is still problem with CSS (editor changes text size outside of it) 2008-07-31 09:41:12 +00:00
scyrma
fca55624d1 MDL-15688: Script that build TinyMCE's language files 2008-07-31 08:52:54 +00:00
scyrma
0cc0561ba1 MDL-15688: Import only languages translated in Moodle, and import at the right place. 2008-07-31 08:49:40 +00:00
scyrma
ba44f12571 MDL-14741: Removing the old moodleimage plugin - the TinyMCE builtin plugin does the same. 2008-07-31 03:18:40 +00:00
scyrma
df9b1b6629 MDL-14741: following the commits in MDL-13766, we can remove the old filemanager code. 2008-07-31 03:08:12 +00:00
dongsheng
c5704ec65a MDL-13766
1. Filepicker component for moodleform
2. Integrate TinyMCE and FilePicker
3. Fix show/hide bug in filepicker
4. Rewrite print_login function for ajax
2008-07-31 02:51:28 +00:00
scyrma
7c56e8623b MDL-15688: readability improvement to the script 2008-07-30 10:19:35 +00:00
scyrma
00bc5ef3a1 MDL-15688: script to import TinyMCE's langstrings into Moodle translation system. 2008-07-30 10:17:31 +00:00
scyrma
5ce4295fff MDL-14741: changing link prevention plugin information 2008-07-30 08:14:53 +00:00
scyrma
d5ef313659 MDL-14741: use better names for tinymce-specific javascript functions, add function to trigger the save event of tinymce on form save. 2008-07-30 06:26:26 +00:00
scyrma
09f295fde8 MDL-14741: better default layout for buttons and added new moodlenolink plugin 2008-07-24 07:47:44 +00:00
scyrma
59860b90d6 MDL-14741: created a 'nolink' plugin for tinymce. 2008-07-24 07:46:28 +00:00