Commit graph

73 commits

Author SHA1 Message Date
Doug Bell
0a32122643 Merge branch 'carousel'
Conflicts:
	lib/WebGUI/Asset/RichEdit.pm
2010-12-07 17:23:10 -06:00
Paul Driver
b219324fc1 fixed #11978: Pasting links into TinyMCE 2010-11-29 15:54:07 -05:00
Colin Kuskie
3d79e59db2 Refactor the RichEditor/HTMLArea so that JS and CSS scripts can be placed in the header block. 2010-09-21 14:23:30 -07:00
Doug Bell
bd0911ac97 fix carousel editor panel 2010-09-02 09:21:53 -05:00
Colin Kuskie
beb1337373 Make the RichEditor obey the new session overrides for language settings. Fixes bug #11443. 2010-03-02 07:39:55 -08:00
Colin Kuskie
5a9f9f486e Make "ask user about using rich edit" work on IE6. Fixes #10808 (I hope). 2009-08-24 22:03:22 +00:00
Colin Kuskie
223a5125bf Use setting API to determine if the setting exists in the db. 2009-08-23 19:09:37 +00:00
Colin Kuskie
0175abdfc5 Forward porting TinyMCE ask user fix for FF browsers on Windows. 2009-08-07 20:42:58 +00:00
Colin Kuskie
0aded7df1f Add missing POD to bring RichEdit up to 100% POD. 2009-04-01 04:39:35 +00:00
Graham Knop
24da723629 updating copyright year 2009-02-20 23:47:30 +00:00
Graham Knop
bf9bd2f0d2 use proper JSON encoding/decoding 2009-02-10 21:41:36 +00:00
Graham Knop
072ccd2cc6 fixed #9130: fixed: Rich editor creates root <p> tag even when set to use <br /> 2008-11-24 04:03:04 +00:00
JT Smith
ef120fb06b Added isVisitor, isAdmin, and isRegistered methods to User object instead
of hard coding checks everywhere with group ids. And updated the code base 
   to match.
2008-09-16 22:32:36 +00:00
Colin Kuskie
2927c30f63 use a different copy label 2008-09-16 20:20:15 +00:00
Graham Knop
2b8d9a7b48 fixed: Server side spellchecker doesn't work 2008-08-01 20:38:20 +00:00
Doug Bell
0d4e1cbdb9 fixed: Reverted change that made IE6 stop showing pages with RichEditors in them 2008-06-27 16:48:48 +00:00
Doug Bell
d3a7ef6e01 fixed: Rich editor no longer makes other form controls show up as code in Safari 3 2008-06-20 18:16:21 +00:00
Doug Bell
5c2b9351fd fixed: Cannot add youtube videos in IE6/7. Fixed by adding an "allow media" switch to the rich editor 2008-06-19 17:28:55 +00:00
Graham Knop
53b81b36d0 possible fix for attachments control in safari 2008-04-15 22:37:50 +00:00
Graham Knop
99d96a6a82 fixed: gateway macro not usable in links in rich editor 2008-04-10 22:14:56 +00:00
Graham Knop
4acbd1f847 use minified tinymce 2008-03-27 22:22:53 +00:00
Graham Knop
cc75819ca9 upgrading to TinyMCE 3 2008-03-27 22:12:33 +00:00
JT Smith
93b5ca16e4 updating copyright year 2008-02-07 23:28:18 +00:00
JT Smith
fa09c41598 replaced return; with return undef; 2008-01-24 21:58:15 +00:00
Colin Kuskie
96178fd70c first round of Perl::Critic cleanups. Do not use return undef, use a bare return instead 2007-12-05 00:30:43 +00:00
JT Smith
6ce94b078d - Safari 3 and above now fully supported in admin interface. 2007-07-07 21:55:20 +00:00
JT Smith
a7dde82421 updated copyright 2007-07-01 16:09:42 +00:00
Colin Kuskie
8b7bafe1ae fix for editing interfaces to Assets that still display an edit button even if the Asset is edit locked. 2007-04-29 03:16:13 +00:00
JT Smith
ff03aebfd3 Tiny MCE--> Relative Absolute URL for Images IE and Firefox different 2007-02-27 18:41:01 +00:00
Colin Kuskie
93288c8332 Huge amount of ISA work for Assets (as opposed to Wobjects).
Bug fix for toolbar button rows that do not go away when all buttons
are deselected.
2006-12-23 23:58:51 +00:00
Drake
f5832ee280 Make Rich Edit assets drop blank toolbar rows, shifting subsequent rows up. 2006-11-07 22:25:47 +00:00
Drake
d5be2abcf3 Make Text::Aspell optional. This is mostly to unblock development on HEAD
for those of us who can't get Text::Aspell to work, with no UI components
added to show that the spell checker is disabled.
2006-10-20 20:56:13 +00:00
Martin Kamerbeek
9f232b4049 Adding spellchecker 2006-10-19 15:25:50 +00:00
Wouter van Oijen
2d9565775f POD fixes and removing debug output 2006-07-11 09:05:22 +00:00
JT Smith
2f24cd3f3c [ 1475220 ] some 6.99 templates have double slashes 2006-04-28 16:59:32 +00:00
JT Smith
722a214f80 added resizable textareas 2006-04-19 19:08:56 +00:00
JT Smith
11d19f8d91 disable rich editor for safari 2006-04-15 20:32:44 +00:00
Colin Kuskie
587b03b51c Proper naming for upgrade script (v2)
Forward port of generating a list of Rich Editors with correct version status.
2006-02-24 23:50:30 +00:00
Colin Kuskie
ac39689ddb Add an option to disable a given rich editor Asset site wide.
Added new column in table(default 0), label, hoverHelp and help field entry.
2006-02-14 23:43:32 +00:00
JT Smith
46fa7e78e7 began adding streaming support for view method 2006-01-30 21:26:22 +00:00
Matthew Wilson
4a3121960f removal of dumpSession. 2006-01-26 05:39:16 +00:00
JT Smith
fd3fb924f3 added search indexer 2006-01-20 21:18:09 +00:00
Colin Kuskie
2e5f5c6038 more missing session variables in form calls 2006-01-17 05:20:26 +00:00
Matthew Wilson
09483e18c5 a ton of $session fixes (thanks to Colin), and a new $session checker, that supposedly, shouldn't be needed now. It can be backed out, however, easily. 2006-01-16 22:45:21 +00:00
Colin Kuskie
07aeb090d9 def sub conversion for session 2006-01-13 02:46:48 +00:00
JT Smith
a3adaee3a0 removing unnecessary use lines 2006-01-12 22:27:20 +00:00
Colin Kuskie
01d95a265e new i18n api requiring $session 2006-01-12 17:49:20 +00:00
JT Smith
a194408513 changing copyright year 2006-01-09 23:51:04 +00:00
JT Smith
d470a7cdd4 more session related changes 2006-01-09 20:43:02 +00:00
JT Smith
2866a2c873 converting assets to new session system 2006-01-02 03:12:54 +00:00