Rossiani Wijaya
534cf7b730
MDL-43861: Atto Plugins: create new plugin for font and background colors
2014-03-26 09:59:36 +08:00
Damyon Wiese
0012a94601
MDL-44003 Atto: Set type="button" on atto toolbar buttons.
...
To prevent them accidentally becoming the default submit buttons for the form.
2014-03-26 09:59:36 +08:00
Frederic Massart
d19cf39edb
MDL-44003 editor_atto: Identify the submit buttons in plugins
2014-03-26 09:59:36 +08:00
Frederic Massart
6e3220c053
MDL-43862 atto_managefiles: New plugin to manage files
...
AMOS BEGIN
CPY [hasmissingfiles,tinymce_managefiles],[hasmissingfiles,atto_managefiles]
CPY [deleteselected,tinymce_managefiles],[deleteselected,atto_managefiles]
CPY [unusedfilesdesc,tinymce_managefiles],[unusedfilesdesc,atto_managefiles]
CPY [unusedfilesheader,tinymce_managefiles],[unusedfilesheader,atto_managefiles]
AMOS END
2014-03-26 09:59:35 +08:00
Frederic Massart
224a9a51ad
MDL-43859 atto_smiley: New plugin to insert smileys
2014-03-26 09:59:35 +08:00
Damyon Wiese
0ec6a46ad1
MDL-43869 Atto: Fix broken repositories.
...
The previous change on this issue accidentally fixed a selector,
so the repository API was recieving a valid node instead of null.
This means that it calls it's undocumented and dodgy callbacks on the node,
which are really calls directly to the TinyMCE API (just well buried).
But - by not setting the editor_target property, the api will not do
the secret handshakes.
2014-03-26 09:59:35 +08:00
Frederic Massart
c7829b26e1
MDL-43858 atto_charmap: New plugin to insert special characters
2014-03-26 09:59:35 +08:00
Damyon Wiese
48bdf86f31
MDL-43869 Atto: Add functions to get the nodes from the elementids.
...
If plugins try and do this themselves with Y.one, they will fall foul of the
qtype essay page bug which uses : in the id for form elements.
This is an alternative solution, to escaping the ids, which seemed unreliable for older
version of ie.
2014-03-26 09:59:35 +08:00
Frederic Massart
45698f7714
MDL-43950 editor_atto: Add arguments to plugin callback params_for_js
2014-03-26 09:59:35 +08:00
Damyon Wiese
d088a835d1
MDL-43857: Auto clean tag bloat from word/openoffice/googledocs
...
The cleanup rules are pulled from both testing of live docs, and the
jquery clean plugin. I tested with googledocs, libreoffice, word 2003
and word 2013.
2014-03-26 09:59:35 +08:00
Damyon Wiese
b269f635f6
MDL-43869 Atto: id escaping so Atto works with when there is : in the id.
...
(Quiz)
Also includes fixes for Atto when the repositories should not be displayed.
2014-03-26 09:59:34 +08:00
Damyon Wiese
55c0403c6c
MDL-43853 Atto: Performance. Turbocharge the loader.
...
Rewrite the atto plugin loader so that:
A) We have a real settings.php page and can edit the toolbar.
B) All plugins are loaded at the same time (not serially)
C) All plugins share the YUI sandbox (more performance boost).
I had to change the loading API for this - but there are not non-core uses yet,
this is the best time to break it.
2014-03-26 09:59:34 +08:00
Damyon Wiese
f1e6953b36
MDL-43842 Atto: Remove licence and README.txt
2014-03-26 09:59:34 +08:00
Damyon Wiese
3df7cfc59a
MDL-43842 Atto: Move pix-icons into core pix folder.
2014-03-26 09:59:34 +08:00
Damyon Wiese
adca7326d8
MDL-43842: Import atto back into core
2014-03-26 09:59:34 +08:00
David Monllao
759b323e0e
MDL-43236 behat: Updating references to deprecated methods
2014-03-07 16:05:21 +08:00
Dan Poltawski
7de1b42f55
Merge branch 'wip-MDL-43606-master' of git://github.com/marinaglancy/moodle
2014-01-08 14:32:57 +08:00
Marina Glancy
c6cd067f14
MDL-43606 tinymce_managefiles: bump version
...
to allow smooth upgrade from contributed plugin in 2.5
2014-01-08 13:58:41 +08:00
Petr Škoda
f540cfe99e
MDL-43196 do not load file management for guests and when not managing files
2013-12-27 11:11:55 +08:00
Eloy Lafuente (stronk7)
ebc77165a4
Merge branch 'MDL-42625_master' of git://github.com/dmonllao/moodle
2013-12-10 23:29:06 +01:00
Damyon Wiese
519449c528
MDL-42625 TinyMCE: Hook into API to track the progress of the init script
2013-12-06 13:10:24 +08:00
David Monllao
d1e55a47be
MDL-42625 behat: Step definitions + related changes in features
...
In general aiming for compatibility with multiple browsers,
firefox, chrome and phantomjs to be more specific.
* Removing hardcoded waits
* Adding @_alert, @_switch_window and @_switch_frame tags,
to label actions that different drivers have problems with.
* Adding missing @_files_upload and @_only_local tags to features that
uploads files.
* Fixing a few wait for page ready what specified miliseconds.
* New methods to ensure elements (usual selectors), sections and editors
are ready to interact with
* Changing the select an option implementation to deal with the different
drivers implementations when listening to JS events.
2013-12-06 13:10:24 +08:00
Marina Glancy
f1d7254954
MDL-43150 tinymce_managefiles: fixed unattractive background
2013-12-02 12:01:27 +11:00
Damyon Wiese
18962add08
Merge branch 'wip-MDL-40850-master' of git://github.com/marinaglancy/moodle
2013-11-26 09:29:44 +08:00
Marina Glancy
1f897a72f3
MDL-40850 editor: Manage files popup correctly sets the course/cm context
2013-11-21 11:55:20 +11:00
Damyon Wiese
b170380a8e
MDL-42930 Release upgrade line: Fix ordering for tinymce
2013-11-20 11:47:35 +08:00
Damyon Wiese
47578dbff4
MDL-42930 Add 2.6.0 upgrade line
2013-11-18 11:47:17 +08:00
Damyon Wiese
d8383b247e
MDL-42887 Forms: Collapse all field elements below their labels on screens less than 1180px
...
Includes css fixes to make the question type edit screens look OK with this change.
2013-11-15 13:40:27 +08:00
Jason Fowler
0b11609944
MDL-42684 TinyMCE: Correct widths on screens with narrow fieldsets
2013-11-12 14:10:01 +08:00
Jason Fowler
d37ec4b6a7
MDL-42684 TinyMCE: Including details of patch in moodle-readme.txt
2013-11-08 12:57:46 +08:00
Jason Fowler
762a29690e
MDL-42684 TinyMCE: make tinymce start at full width
2013-11-08 12:57:46 +08:00
Jason Fowler
46f763ed4a
MDL-42660 TinyMCE: Ensure upgrade is only performed when possible
...
Conflicts:
lib/editor/tinymce/db/upgrade.php
2013-11-08 09:49:02 +08:00
Jason Fowler
2106d4b351
MDL-42660 TinyMCE: Shuffle icons in default toolbar layout
2013-11-07 12:15:11 +08:00
Jason Fowler
525d094a47
MDL-42660 Filepicker: Fix padding etc on filepicker/manager toolbars
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-11-07 12:15:11 +08:00
Jason Fowler
f897dbcb24
MDL-42660 TinyMCE: Fix padding etc to make TinyMCE work better on small screens
2013-11-07 12:15:11 +08:00
Eloy Lafuente (stronk7)
f39c82ebed
MDL-42701 Bump all versions near 2.6 release
2013-11-05 02:36:00 +01:00
Damyon Wiese
a123eb58b1
MDL-42102 TinyMCE: Toolbar wrapping < 480px.
...
Prevent wrap plugin from wrapping toolbars shorter than 5 buttons.
2013-11-01 10:08:52 +08:00
Marina Glancy
bbb430bf5e
Merge branch 'MDL-41624' of git://github.com/jmvedrine/moodle
2013-11-01 08:59:31 +08:00
Dan Poltawski
b674a3f6f2
MDL-42102 ie9 SVG fixes
2013-11-01 08:59:31 +08:00
Dan Poltawski
e394484179
Merge branch 'MDL-42102-master' of git://github.com/andrewnicols/moodle
...
Conflicts:
lib/editor/tinymce/tiny_mce/3.5.8/themes/advanced/skins/moodle/ui.css
2013-11-01 08:59:27 +08:00
Barbara Ramiro
ca4e42cfa3
MDL-42102 TinyMCE: Update icons
2013-11-01 08:57:41 +08:00
Andrew Nicols
6492c72ac4
MDL-42012 TinyMCE: Remove black background on foreground color picker
2013-11-01 08:57:40 +08:00
Jason Fowler
4c86dd513a
MDL-42102 TinyMCE: Fixing dropdown positioning
2013-11-01 08:57:39 +08:00
Barbara Ramiro
6ce5fd3556
MDL-42102 TinyMCE: Correct additional icons
2013-11-01 08:55:30 +08:00
Barbara Ramiro
dee6073da2
MDL-42102 tinymce: improved icons
2013-11-01 08:55:29 +08:00
Damyon Wiese
575d38d099
ie9 svg compatibility fixes
2013-11-01 08:55:29 +08:00
Jean-Michel Vedrine
6713708261
MDL-41624 DragMath crashes Firefox
2013-10-30 17:55:34 +01:00
Jason Fowler
90792eff8b
MDL-42102 TinyMCE - Matching toolbar UI from other areas of Moodle
2013-10-29 16:54:13 +08:00
Barbara Ramiro
5bfa35589e
MDL-42102 tinymce: new icons
2013-10-29 16:54:05 +08:00
Dan Poltawski
576abe8f39
Merge branch 'MDL-42407-master' of git://github.com/phalacee/moodle
2013-10-29 15:08:13 +08:00