Commit graph

408 commits

Author SHA1 Message Date
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
scyrma
801f475409 MDL-14741: remove unnecessary link to missing stylesheet 2008-07-24 03:43:40 +00:00
scyrma
d602f3b5a6 MDL-14741: Use a more neutral default skin. 2008-07-23 08:32:57 +00:00
scyrma
4644313b7c MDL-14741: Make tinymce loading simpler, and makes it work on pages with multiple instances. 2008-07-18 04:24:53 +00:00
scyrma
a33fa3ad83 MDL-14741: make tinymce toggle editor icon work as it should 2008-07-15 09:00:23 +00:00
scyrma
b0374a1692 MDL-14279: Fixes for regressions created by the get_file_url massive change (merge from 1.9) 2008-07-11 02:31:19 +00:00
scyrma
5a254a2938 MDL-14279: use get_file_url instead of checking $CFG->slashargument manually (merge from 1.9) 2008-07-10 09:55:11 +00:00
scyrma
ec885ec6f8 MDL-14999 & MDL-10657: Fix for a few problems in HTMLArea. (Patch by Nicklas Lindgren) (merge from 1.8/1.9) 2008-07-10 04:13:28 +00:00
scyrma
a4d220dc17 Temporary fix to prevent PHP notice - this will be removed when the correct configuration
items get committed.
2008-07-04 08:47:26 +00:00
scyrma
b31b9907b0 Prevent a php notice 2008-07-04 02:17:18 +00:00
scyrma
f4da8f157b MDL-14741: re-activate the contextmenu plugin 2008-07-03 07:12:36 +00:00
scyrma
f8c9bb6bee MDL-14741:
* use a better name for a variable
* remove extra browse button and simplify code. Fix by Mauno K.
2008-07-03 07:12:03 +00:00
scyrma
d074c20e49 MDL-14741: Using a better way to include javascript files (removed use of
output buffering) and corrected parameters so that the file manager is
linked to the right course again.
2008-07-03 05:32:34 +00:00
scyrma
07f8fecad5 MDL-14739: some minor modifications to allow per-editor customization, and changing ("dos2unix") the format of some files. 2008-07-02 06:11:55 +00:00
scyrma
16e2b71a54 MDL-11113: Next moodle version requires PHP5: removing php4 compatibility code. 2008-06-27 03:00:29 +00:00
scyrma
c020cec265 MDL-14741: use the value of the main killswitch, and add back missing functions 2008-06-20 09:31:19 +00:00
scyrma
737e8469b6 MDL-15254: move dragmath plugin to a common folder, out of tinymce hierarchy 2008-06-16 06:58:39 +00:00
scyrma
e401c0a100 MDL-15254: move dragmath plugin to a common folder, out of tinymce hierarchy 2008-06-16 06:53:16 +00:00
scyrma
3abecc408b MDL-15254: move dragmath plugin to a common folder, out of tinymce hierarchy 2008-06-16 06:48:06 +00:00
scyrma
112b04c7ce MDL-15254: move dragmath plugin to a common folder, out of tinymce hierarchy 2008-06-16 06:37:26 +00:00
scyrma
a4258842d3 MDL-15254: move dragmath plugin to a common folder, out of tinymce hierarchy 2008-06-16 06:27:44 +00:00
scyrma
3cf53bcad7 MDL-14741 - update to dragmath plugin in tinymce, files sent by Mauno. 2008-06-16 03:26:19 +00:00
scyrma
6786cffae4 MDL-14795: a better configuration for the buttons (now left-aligned) 2008-06-11 09:21:29 +00:00
scyrma
bd526cb377 MDL-14741
* enables the full xhtml ruleset by default
 * creates two distinct configuration sets (simple and advanced)
 * makes the editor work on IE and Safari
 * the administrator-specified buttons have been disabled (will be re-enabled later)
2008-06-11 08:32:46 +00:00
scyrma
4336179cd6 MDL-14741: Fix to prevent problems when using the htmledit on a https-enabled site 2008-06-11 08:27:13 +00:00
scyrma
af74df79ce MDL-14741: Sent by Mauno K. - Fix one typo in Dragmath plugin for TinyMCE 2008-06-11 08:26:16 +00:00
scyrma
8cf3f60a45 MDL-14739: Upgrade TinyMCE from 3.0.5 to 3.0.9 2008-06-10 10:03:58 +00:00
skodak
294ce9870f MDL-15189 magic quotes finally removed 2008-06-09 16:53:30 +00:00