JCE
1.1.1
06 June 2007
Ryan Demmer
ryandemmer@gmail.com
http://www.cellardoor.za.net/
GPL
Ryan Demmer 2006/2007
Changelog from 1.1.0
- Fixed: Toolbar buttons.
- Fixed: Language Installer writeable folder list.
- Added: Layer plugin install.
- Removed: XHTMLxtras plugin elements list.
Changelog (from 1.1.0 beta 2)
- Image Manager and AdvLink are now core plugins.
- Removed Layout and XHTML Attributes install.
Changelog (from 1.1.0 beta)
- Fixed CSS error with 5th row of layout.
- Added Image and Link commands to install.
- Added check for install version (only 1.1.0 plugins can now be installed).
Changelog (from 1.0.4)
- Removed use of getimagesize to retrieve plugin icon dimensions which was causing loading problems on some systems.
- Replaced $mosConfig_aboslute_path and $mosConfig_live_site with $mainframe->getCfg equivalents.
- Added 5th row for button layout.
Changelog (from 1.0.3)
- Added check for Editor Mambot when accessing Plugin Manager, Layout Manager, Language Manager.
Changelog (from 1.0.2)
- Fixed advlink_favourites table uninstall error.
- Added underscore to space conversion in jce.php for popup support.
Changelog (from 1.0.1)
- Removed favourites db install
- Added Format Select Command
- Added new popup image code to support changes to Image Manager popups.
- Reorganised Language Manager buttons.
- Removed unused Apply button in Plugin Manager.
]]>
jce.php
index.html
DROP TABLE IF EXISTS `#__jce_langs`
CREATE TABLE `#__jce_langs` (
`id` int(11) NOT NULL auto_increment,
`Name` varchar(100) NOT NULL default '',
`lang` varchar(100) NOT NULL default '',
`published` tinyint(3) NOT NULL default '0',
PRIMARY KEY (`id`) )
TYPE=MyISAM
DROP TABLE IF EXISTS `#__jce_plugins`
CREATE TABLE `#__jce_plugins` (
`id` int(11) NOT NULL auto_increment,
`name` varchar(100) NOT NULL default '',
`plugin` varchar(100) NOT NULL default '',
`type` varchar(100) NOT NULL default 'plugin',
`icon` varchar(255) NOT NULL default '',
`layout_icon` varchar(255) NOT NULL default '',
`access` tinyint(3) unsigned NOT NULL default '18',
`row` int(11) NOT NULL default '0',
`ordering` int(11) NOT NULL default '0',
`published` tinyint(3) NOT NULL default '0',
`editable` tinyint(3) NOT NULL default '0',
`elements` varchar(255) NOT NULL default '',
`iscore` tinyint(3) NOT NULL default '0',
`client_id` tinyint(3) NOT NULL default '0',
`checked_out` int(11) unsigned NOT NULL default '0',
`checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
`params` text NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `plugin` (`plugin`) )
TYPE=MyISAM
DELETE FROM `#__jce_langs`
DROP TABLE `#__jce_langs`
DELETE FROM `#__jce_plugins`
DROP TABLE `#__jce_plugins`
jce.install.php
admin.jce.html.php
admin.jce.php
index.html
jce.install.php
toolbar.jce.html.php
toolbar.jce.php
layout.php
layout.html.php
css/layout.css
css/index.html
installer/index.html
installer/installer.php
installer/installer.class.php
installer/installer.html.php
installer/plugins/plugins.class.php
installer/plugins/plugins.html.php
installer/plugins/plugins.php
installer/plugins/index.html
installer/language/index.html
installer/language/language.php
installer/language/language.class.php
jscripts/builder.js
jscripts/controls.js
jscripts/dragdrop.js
jscripts/effects.js
jscripts/prototype.js
jscripts/scriptaculous.js
jscripts/index.html
language/en.php
language/en.xml
language/index.html
languages/languages.php
languages/languages.class.php
languages/languages.html.php
languages/index.html
plugins/plugins.php
plugins/plugins.class.php
plugins/plugins.html.php
plugins/index.html