Ingo Schommer
|
4c0a0f95b0
|
BUGFIX Inlining TinyMCE HTML popup (fixes #7451)
Doesn't include base TinyMCE logic when used externally,
most likely a TinyMCE bug since the source_editor.html file is unmodified.
|
2012-06-13 14:39:50 +02:00 |
|
Simon Welsh
|
bb29ff3611
|
FEATURE: Allow adding media to the CMS using oEmbed
|
2012-05-24 17:00:21 +12:00 |
|
Hamish Friedlander
|
94f50f554e
|
API CHANGE: Changes to make Director rules set through the new config system. Includes the addition of a new AdminRootController to take over handling of routing /admin/* routes to the correct LeftAndMain panel.
|
2012-05-19 14:37:32 +12:00 |
|
Sean Harvey
|
de08c05027
|
BUGFIX Fixing reference to moved editor_plugin_src.js in HtmlEditorConfig settings
|
2012-04-17 11:56:59 +12:00 |
|
Simon Welsh
|
3a6341a251
|
API-CHANGE sapphire folder can now be renamed.
|
2012-04-15 10:50:19 +12:00 |
|
Ingo Schommer
|
4fc3aaf939
|
Revert "ENHANCEMENT Using 'autoresize' TinyMCE plugin in HTMLEditorField default config, in order to save space when no content is entered into the field" - causes artificial loading delay, and doesn't detect height correctly due to floated images in paragraphs. These paragraphs can't be clearfix'ed because they'd become contenteditable (resizeable) elements in IE because of this.
This reverts commit 69a8659a3d .
|
2012-03-12 16:03:13 +01:00 |
|
Ingo Schommer
|
69a8659a3d
|
ENHANCEMENT Using 'autoresize' TinyMCE plugin in HTMLEditorField default config, in order to save space when no content is entered into the field
|
2012-03-07 13:32:42 +01:00 |
|
Ingo Schommer
|
02e728fa08
|
BUGFIX Fixed visibility of admin/myprofile for non-admins by moving it to a new CMSProfileController class and overloaded canView()
|
2012-03-02 20:46:22 +01:00 |
|
Ingo Schommer
|
5220a46fd0
|
ENHANCEMENT Inserting image via new dialog with ajax field retrieval and GridField file selection. Rewritten to jQuery.entwine and using the new HTML editor abstraction layer.
|
2012-02-14 13:53:35 +01:00 |
|
Ingo Schommer
|
a96429cba6
|
MINOR Removed unused "nullConverter" callback in TinyMCE CMS integration
|
2012-02-14 13:53:34 +01:00 |
|
Ingo Schommer
|
5bf79f8146
|
BUGFIX Removed tinymce-advcode plugin which breaks with new TinyMCE and newer browsers. Both the plugin and the underlying 'codepress' engine are unmaintained. Fall back to standard (non-highlighted) TinyMCE <textarea> editing (fixes #6779)
|
2012-02-11 01:08:04 +01:00 |
|
Ingo Schommer
|
f2ec8b0d54
|
BUGFIX Enforcing TinyMCE textarea call on window.load in addition to entwine/DOMReady to ensure TinyMCE.init() has been called and all plugins are loaded.
|
2011-12-15 00:48:29 +01:00 |
|
Ingo Schommer
|
ce8e72cf0e
|
MINOR Removing executable flag from all files (thanks miiihi)
|
2011-09-18 22:04:02 +02:00 |
|
Will Rossiter
|
6956275d2e
|
MINOR: css styles and formatting for left hand side menu bar. Altered the stylesheet structure to allow future admin scss theme files to be included easier
|
2011-05-20 11:29:40 +12:00 |
|
Ingo Schommer
|
c142442e83
|
MINOR Removed CMSMain routing
|
2011-03-29 18:08:33 +13:00 |
|
Ingo Schommer
|
a1fb071b2b
|
MINOR Moved LeftAndMain, SecurityAdmin, ModelAdmin and related functionality from 'cms' module to sapphire/admin
|
2011-03-29 18:07:59 +13:00 |
|