Mads Rasmussen
08150c05e9
Merge pull request #1971 from Bitmapped/U4-9977
...
Fix U4-9977
2017-08-09 13:28:04 +02:00
Bitmapped
7db1055a0d
Remove JSON files, which appear to be unnecessary.
2017-08-08 13:54:36 -04:00
Claus
01ccf8a6a6
Merge branch 'U4-8664' of https://github.com/DoctaJonez/Umbraco-CMS into temp-U4-8664
2017-06-20 12:59:28 +02:00
Sebastiaan Janssen
c27ca1fb0d
U4-9724 Tiny MCE error when adding a link "Cannot read property 'href' of undefined"
2017-06-20 10:16:00 +02:00
Brian Powell
70a0bbbe61
Change font references: icomoon -> tinymce
2017-06-03 12:49:42 -04:00
Brian Powell
24d9c60bdf
Update fonts and stylesheet to include table icons missing per U4-9977
2017-06-01 21:59:31 -04:00
Mads Rasmussen
809a3f952e
fixes: U4-9578 Increase default font-size for RTE
2017-04-05 12:09:10 +02:00
Shannon
8e03a1ffca
Updates tha a and img tags in the rte to use a data-udi attribute when udi's are used
2017-03-22 18:17:59 +11:00
mikkelhm
3f3db006e7
When selecting a local link, also update the data-id to be the udi
2017-03-21 14:43:54 +01:00
mikkelhm
504aac0350
Fixes variable names when selecting a local link in the rich text editor
2017-03-20 14:32:43 +01:00
Shannon
9a57f463ce
Updates LocalLinks to be UDI, this will support both INT and UDI as LocalLink but when a new LocalLink is picked, it will use the UDI so eventually the INT will be gone
2017-03-14 15:31:30 +11:00
Matthew Jones
662bf16a4f
Fixed issue: U4-8664 TnyMCE RTE is not in the scope of UI localization.
...
The rich text editor previously had no knowledge of the current localisation region.
The complexity arrived from the $locale regions not having a direct mapping to TinyMce regions. $locale regions are in the format of "de-de", "ru-ru", "en-gb", "en-us", etc. The TinyMce locales are in the format of "de", "ru" and "en". I've added some code in rte.controller.js to map from the former to the latter, but a fallback to "en" will need to be added if the current locale isn't supported by TinyMce, otherwise a runtime crash will occur.
The same is true of the codemirror plugin for TinyMce. Language files don't exist for the plugin, but they are expected when different locales are provided. I have therefore created placeholders that are equivalent to the TinyMce language files, but all are currently copied from english.
2016-11-03 16:13:03 +00:00
Jeremy Pyne
0995b2cb5a
Fix for missing doc.setLine() function breaking code mirror editor.
2016-03-09 14:55:15 -05:00
Shannon
84cac6ac90
Fixes: U4-5741 [7.2] CodeMirror in RTE has issues in IE11 & U4-5781 Update to latest codemirror
2015-06-24 19:06:42 +02:00
Shannon
40c35e5851
Fixes: U4-6582 RTE "Link To File" missing rel="nodeId" attribute
2015-06-23 10:53:56 +02:00
Shannon
be84db097a
Fixes: U4-6599 TinyMCE autoresize plugin has a bug and needs to be updated, U4-5689 update to latest TinyMCE 4.x version
2015-06-17 15:06:34 +02:00
kgiszewski
f06a468fb4
Fix for U4-6395, U4-6117
2015-03-13 11:40:04 -04:00
Shannon
2834ccdc2b
Fixes: U4-6344 TinyMCE RTE style_formats configuration changes
2015-03-09 17:31:29 +11:00
Shannon
2d9bd394ae
Updates the codemirror plugin for tinymce so that it uses it's own alias: codemirror, so the code and codemirror plugins can be enabled individually.
2014-11-18 14:06:43 +11:00
Shannon
26059ebad0
updated some of the table styling, updated the path to be relative and updated the release config.
2014-10-16 17:38:36 +10:00
Jeremy Pyne
3d0e74522d
Fix for dialog size logic.
...
Fix for css not associated with legend.
2014-09-05 15:32:39 -04:00
Jeremy Pyne
fba6d8ec66
Added codemirror plugin to tinymce v4 used in Umbraco7.
...
This is a tinymce plugin to seamlessly use the already existing code mirror package in umbraco as the source editor.
The tinymceconfig.config is updated to seamlessly replace the code plugin with the new codemirror plugin. (And the user can switch back to code here if they need to for some reason.)
2014-09-05 15:00:54 -04:00
user
d6833c9b86
Updated the Umbraco TinyMCE skin to use the templates icon for visual blocks,
...
Visual blocks had no icon in the css
2014-08-01 11:58:33 -05:00
Jackie Nagel
4890e97168
Added removal of isMedia whenever a contentnode is selected
2014-04-15 19:59:31 +02:00
Jackie Nagel
e4f63c0576
Now inserting mediaId in the link picker and setting the isMedia flag so that you can get mediaId's from the linkPicker dialogservice
2014-04-15 18:07:40 +02:00
perploug
ebaa46b2fc
Fixes: U4-4212 Insert Image in RTE not resizing image
2014-04-03 09:31:32 +02:00
perploug
0c82f78c43
Upgrades tinymce lib to support IE11
2013-12-12 12:27:49 +01:00
perploug
c531c36cab
adds target to RTE link picker
2013-12-11 13:09:25 +01:00
mvanhelmont
0b2428e9a3
fix /{localLink:ID}
...
ensures it set the href to /{localLink:ID} instead of /umbraco/{localLink:ID}
2013-12-04 21:01:10 +01:00
Per Ploug Krogslund
7440855c72
merge
2013-11-07 17:16:22 +01:00
perploug
228230d46b
removes unneeded files
2013-10-28 20:22:40 +01:00
perploug
24858dfdfc
tinymce button color
2013-10-21 14:28:32 +02:00
perploug
4b942dcc32
Working link picker and TinyMCE plugin
2013-10-07 15:15:02 +02:00
perploug
21d6209793
Removing unussed libraries, moving legacy tinymce plugins
2013-10-03 20:58:47 +02:00
Shannon
972d33ccec
Got macro content loading in editor async updated more of the macro plugin to ensure the macro contents cannot be edited.
2013-09-24 13:34:29 +10:00
Shannon
61654a370a
Got TinyMCE insert macro button/dialog inserting into the rich text editor - now need to ensure it is written out correctly and then parsed on the server properly so that it works!
2013-09-23 12:15:15 +10:00
perploug
b8ae98ab13
Updates TinyMCE to 4.0.6
2013-09-17 13:43:19 +02:00
perploug
e825c08901
Added events.Service and xmlhelper.service
2013-08-12 15:17:34 +02:00
Per Ploug Krogslund
47f1dcf4e5
Missing client files, excluding node_modules
2013-06-10 10:44:40 -02:00