From owner-svn-ports-head@freebsd.org Fri May 27 15:42:09 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0850EB4C713; Fri, 27 May 2016 15:42:09 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A29561D74; Fri, 27 May 2016 15:42:08 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4RFg7cJ030847; Fri, 27 May 2016 15:42:07 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4RFg7Jq030844; Fri, 27 May 2016 15:42:07 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201605271542.u4RFg7Jq030844@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Fri, 27 May 2016 15:42:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415941 - head/www/impresscms X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 May 2016 15:42:09 -0000 Author: marino Date: Fri May 27 15:42:07 2016 New Revision: 415941 URL: https://svnweb.freebsd.org/changeset/ports/415941 Log: www/impresscms: regenerate pkg-plist, bump This ports appears to have been broken ever since it was provided stage support incorrectly. All the @dirrm entries were converted to @dir, and not all of those were even pointing at directories. This regenerates the plist with "makeplist" so that it passes build tests. Note: version 1.3.8 is out now in case somebody wants to upgrade this. Modified: head/www/impresscms/Makefile head/www/impresscms/pkg-plist Modified: head/www/impresscms/Makefile ============================================================================== --- head/www/impresscms/Makefile Fri May 27 15:10:37 2016 (r415940) +++ head/www/impresscms/Makefile Fri May 27 15:42:07 2016 (r415941) @@ -3,7 +3,7 @@ PORTNAME= impresscms PORTVERSION= 1.3.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/ImpressCMS%20Official%20Releases/ImpressCMS%201.3%20Branch/ImpressCMS%20${PORTVERSION} DISTNAME= ${PORTNAME}_${PORTVERSION}_final Modified: head/www/impresscms/pkg-plist ============================================================================== --- head/www/impresscms/pkg-plist Fri May 27 15:10:37 2016 (r415940) +++ head/www/impresscms/pkg-plist Fri May 27 15:42:07 2016 (r415941) @@ -12,13 +12,13 @@ %%WWWDIR%%/htdocs/admin.php %%WWWDIR%%/htdocs/banners.php %%WWWDIR%%/htdocs/cache/index.html +%%WWWDIR%%/htdocs/class/auth/auth.php %%WWWDIR%%/htdocs/class/auth/auth_ads.php -%%WWWDIR%%/htdocs/class/auth/authfactory.php %%WWWDIR%%/htdocs/class/auth/auth_ldap.php %%WWWDIR%%/htdocs/class/auth/auth_openid.php -%%WWWDIR%%/htdocs/class/auth/auth.php %%WWWDIR%%/htdocs/class/auth/auth_provisionning.php %%WWWDIR%%/htdocs/class/auth/auth_xoops.php +%%WWWDIR%%/htdocs/class/auth/authfactory.php %%WWWDIR%%/htdocs/class/auth/index.html %%WWWDIR%%/htdocs/class/captcha/captcha.php %%WWWDIR%%/htdocs/class/captcha/config.php @@ -31,8 +31,8 @@ %%WWWDIR%%/htdocs/class/class.zipfile.php %%WWWDIR%%/htdocs/class/commentrenderer.php %%WWWDIR%%/htdocs/class/criteria.php -%%WWWDIR%%/htdocs/class/database/databasefactory.php %%WWWDIR%%/htdocs/class/database/database.php +%%WWWDIR%%/htdocs/class/database/databasefactory.php %%WWWDIR%%/htdocs/class/database/databaseupdater.php %%WWWDIR%%/htdocs/class/database/drivers/index.html %%WWWDIR%%/htdocs/class/database/drivers/mysql/database.php @@ -50,8 +50,8 @@ %%WWWDIR%%/htdocs/class/icmsform/elements/icmsformautocompleteelement.php %%WWWDIR%%/htdocs/class/icmsform/elements/icmsformblockoptionselement.php %%WWWDIR%%/htdocs/class/icmsform/elements/icmsformcheckelement.php -%%WWWDIR%%/htdocs/class/icmsform/elements/icmsformdateelement.php %%WWWDIR%%/htdocs/class/icmsform/elements/icmsformdate_timeelement.php +%%WWWDIR%%/htdocs/class/icmsform/elements/icmsformdateelement.php %%WWWDIR%%/htdocs/class/icmsform/elements/icmsformfileelement.php %%WWWDIR%%/htdocs/class/icmsform/elements/icmsformfileuploadelement.php %%WWWDIR%%/htdocs/class/icmsform/elements/icmsformhidden.php @@ -62,18 +62,18 @@ %%WWWDIR%%/htdocs/class/icmsform/elements/icmsformparentcategoryelement.php %%WWWDIR%%/htdocs/class/icmsform/elements/icmsformradioelement.php %%WWWDIR%%/htdocs/class/icmsform/elements/icmsformrichfileelement.php -%%WWWDIR%%/htdocs/class/icmsform/elements/icmsformsectionclose.php %%WWWDIR%%/htdocs/class/icmsform/elements/icmsformsection.php -%%WWWDIR%%/htdocs/class/icmsform/elements/icmsformselectelement.php +%%WWWDIR%%/htdocs/class/icmsform/elements/icmsformsectionclose.php %%WWWDIR%%/htdocs/class/icmsform/elements/icmsformselect_multielement.php +%%WWWDIR%%/htdocs/class/icmsform/elements/icmsformselectelement.php %%WWWDIR%%/htdocs/class/icmsform/elements/icmsformset_passwordelement.php %%WWWDIR%%/htdocs/class/icmsform/elements/icmsformsourceeditor.php %%WWWDIR%%/htdocs/class/icmsform/elements/icmsformtextelement.php %%WWWDIR%%/htdocs/class/icmsform/elements/icmsformtimeelement.php %%WWWDIR%%/htdocs/class/icmsform/elements/icmsformuploadelement.php %%WWWDIR%%/htdocs/class/icmsform/elements/icmsformurllinkelement.php -%%WWWDIR%%/htdocs/class/icmsform/elements/icmsformuserelement.php %%WWWDIR%%/htdocs/class/icmsform/elements/icmsformuser_sigelement.php +%%WWWDIR%%/htdocs/class/icmsform/elements/icmsformuserelement.php %%WWWDIR%%/htdocs/class/icmsform/elements/icmsformyesnoelement.php %%WWWDIR%%/htdocs/class/icmsform/elements/index.html %%WWWDIR%%/htdocs/class/icmsform/icmsform.php @@ -95,15 +95,16 @@ %%WWWDIR%%/htdocs/class/plugins.php %%WWWDIR%%/htdocs/class/tardownloader.php %%WWWDIR%%/htdocs/class/template.php -%%WWWDIR%%/htdocs/class/theme_blocks.php %%WWWDIR%%/htdocs/class/theme.php +%%WWWDIR%%/htdocs/class/theme_blocks.php %%WWWDIR%%/htdocs/class/tree.php %%WWWDIR%%/htdocs/class/uploader.php %%WWWDIR%%/htdocs/class/xoopsblock.php %%WWWDIR%%/htdocs/class/xoopseditor.inc.php -%%WWWDIR%%/htdocs/class/xoopseditor/index.html %%WWWDIR%%/htdocs/class/xoopseditor.php +%%WWWDIR%%/htdocs/class/xoopseditor/index.html %%WWWDIR%%/htdocs/class/xoopseditor/xoopseditor.php +%%WWWDIR%%/htdocs/class/xoopsform/form.php %%WWWDIR%%/htdocs/class/xoopsform/formbutton.php %%WWWDIR%%/htdocs/class/xoopsform/formcaptcha.php %%WWWDIR%%/htdocs/class/xoopsform/formcheckbox.php @@ -116,31 +117,30 @@ %%WWWDIR%%/htdocs/class/xoopsform/formfile.php %%WWWDIR%%/htdocs/class/xoopsform/formhidden.php %%WWWDIR%%/htdocs/class/xoopsform/formhiddentoken.php -%%WWWDIR%%/htdocs/class/xoopsform/formimage_browse.php %%WWWDIR%%/htdocs/class/xoopsform/formimage.php +%%WWWDIR%%/htdocs/class/xoopsform/formimage_browse.php %%WWWDIR%%/htdocs/class/xoopsform/formlabel.php %%WWWDIR%%/htdocs/class/xoopsform/formpassword.php -%%WWWDIR%%/htdocs/class/xoopsform/form.php %%WWWDIR%%/htdocs/class/xoopsform/formradio.php %%WWWDIR%%/htdocs/class/xoopsform/formradioyn.php +%%WWWDIR%%/htdocs/class/xoopsform/formselect.php %%WWWDIR%%/htdocs/class/xoopsform/formselectcountry.php %%WWWDIR%%/htdocs/class/xoopsform/formselecteditor.php %%WWWDIR%%/htdocs/class/xoopsform/formselectgroup.php %%WWWDIR%%/htdocs/class/xoopsform/formselectlang.php %%WWWDIR%%/htdocs/class/xoopsform/formselectmatchoption.php -%%WWWDIR%%/htdocs/class/xoopsform/formselect.php %%WWWDIR%%/htdocs/class/xoopsform/formselecttheme.php %%WWWDIR%%/htdocs/class/xoopsform/formselecttimezone.php %%WWWDIR%%/htdocs/class/xoopsform/formselectuser.php +%%WWWDIR%%/htdocs/class/xoopsform/formtext.php %%WWWDIR%%/htdocs/class/xoopsform/formtextarea.php %%WWWDIR%%/htdocs/class/xoopsform/formtextdateselect.php -%%WWWDIR%%/htdocs/class/xoopsform/formtext.php %%WWWDIR%%/htdocs/class/xoopsform/grouppermform.php %%WWWDIR%%/htdocs/class/xoopsform/index.html -%%WWWDIR%%/htdocs/class/xoopsformloader.php %%WWWDIR%%/htdocs/class/xoopsform/simpleform.php %%WWWDIR%%/htdocs/class/xoopsform/tableform.php %%WWWDIR%%/htdocs/class/xoopsform/themeform.php +%%WWWDIR%%/htdocs/class/xoopsformloader.php %%WWWDIR%%/htdocs/class/xoopslists.php %%WWWDIR%%/htdocs/class/xoopsmailer.php %%WWWDIR%%/htdocs/class/xoopsmodule.php @@ -154,6 +154,118 @@ %%WWWDIR%%/htdocs/class/zipdownloader.php %%WWWDIR%%/htdocs/content.php %%WWWDIR%%/htdocs/editors/FCKeditor/_documentation.html +%%WWWDIR%%/htdocs/editors/FCKeditor/_upgrade.html +%%WWWDIR%%/htdocs/editors/FCKeditor/_whatsnew.html +%%WWWDIR%%/htdocs/editors/FCKeditor/_whatsnew_history.html +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckcontextmenu.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckdataprocessor.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckdocumentfragment_gecko.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckdocumentfragment_ie.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckdomrange.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckdomrange_gecko.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckdomrange_ie.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckdomrangeiterator.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckeditingarea.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckelementpath.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckenterkey.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckevents.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckhtmliterator.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckicon.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckiecleanup.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckimagepreloader.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckkeystrokehandler.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckmenublock.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckmenublockpanel.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckmenuitem.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckpanel.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckplugin.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckspecialcombo.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckstyle.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckstyledef.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckstyledef_gecko.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckstyledef_ie.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckstylesloader.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fcktoolbar.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fcktoolbarbreak_gecko.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fcktoolbarbreak_ie.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fcktoolbarbutton.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fcktoolbarbuttonui.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fcktoolbarfontformatcombo.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fcktoolbarfontscombo.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fcktoolbarfontsizecombo.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fcktoolbarpanelbutton.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fcktoolbarspecialcombo.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fcktoolbarstylecombo.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckw3crange.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckxml.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckxml_gecko.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckxml_ie.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/index.html +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fck_othercommands.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fckblockquotecommand.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fckcorestylecommand.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fckfitwindow.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fckindentcommands.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fckjustifycommands.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fcklistcommands.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fcknamedcommand.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fckpasteplaintextcommand.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fckpastewordcommand.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fckremoveformatcommand.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fckshowblocks.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fckspellcheckcommand_gecko.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fckspellcheckcommand_ie.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fckstylecommand.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fcktablecommand.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fcktextcolorcommand.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/index.html +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/fckconstants.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/fckeditorapi.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/fckjscoreextensions.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/fckscriptloader.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/index.html +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fck.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fck_contextmenu.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fck_gecko.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fck_ie.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckbrowserinfo.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckcodeformatter.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckcommands.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckconfig.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckdebug.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckdebug_empty.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckdialog.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckdialog_gecko.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckdialog_ie.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckdocumentprocessor.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckdomtools.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fcklanguagemanager.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fcklisthandler.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fcklistslib.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckplugins.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckregexlib.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckscayt.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckselection.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckselection_gecko.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckselection_ie.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckstyles.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fcktablehandler.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fcktablehandler_gecko.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fcktablehandler_ie.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fcktoolbaritems.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fcktoolbarset.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fcktools.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fcktools_gecko.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fcktools_ie.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckundo.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckundo_gecko.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckundo_ie.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckurlparams.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckxhtml.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckxhtml_gecko.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckxhtml_ie.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckxhtmlentities.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/index.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/css/behaviors/disablehandles.htc %%WWWDIR%%/htdocs/editors/FCKeditor/editor/css/behaviors/hiddenfield.gif %%WWWDIR%%/htdocs/editors/FCKeditor/editor/css/behaviors/hiddenfield.htc @@ -201,22 +313,22 @@ %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_checkbox.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_colorselector.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_div.html -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_docprops/fck_document_preview.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_docprops.html +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_docprops/fck_document_preview.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_docprops/index.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_find.html +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_flash.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_flash/fck_flash.js %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_flash/fck_flash_preview.html -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_flash.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_flash/index.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_form.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_hiddenfield.html +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_image.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_image/fck_image.js %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_image/fck_image_preview.html -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_image.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_image/index.html -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_link/fck_link.js %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_link.html +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_link/fck_link.js %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_link/index.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_listprop.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_paste.html @@ -224,8 +336,8 @@ %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_replace.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_scayt.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_scayt/scayt_dialog.css -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_select/fck_select.js %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_select.html +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_select/fck_select.js %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_select/index.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_smiley.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_source.html @@ -244,8 +356,8 @@ %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_spellerpages/spellerpages/spellchecker.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_spellerpages/spellerpages/spellerStyle.css %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_spellerpages/spellerpages/wordWindow.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_tablecell.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_table.html +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_tablecell.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_template.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_template/images/index.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_template/images/template1.gif @@ -254,12 +366,12 @@ %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_template/index.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_textarea.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_textfield.html +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_universalkey.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_universalkey/00.gif %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_universalkey/data.js %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_universalkey/diacritic.js %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_universalkey/dialogue.js %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_universalkey/fck_universalkey.css -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_universalkey.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_universalkey/index.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_universalkey/keyboard_layout.gif %%WWWDIR%%/htdocs/editors/FCKeditor/editor/dialog/fck_universalkey/multihexa.js @@ -282,11 +394,11 @@ %%WWWDIR%%/htdocs/editors/FCKeditor/editor/filemanager/browser/default/frmresourcetype.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/filemanager/browser/default/frmupload.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/filemanager/browser/default/images/ButtonArrow.gif +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/filemanager/browser/default/images/Folder.gif %%WWWDIR%%/htdocs/editors/FCKeditor/editor/filemanager/browser/default/images/Folder32.gif -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/filemanager/browser/default/images/FolderOpened32.gif %%WWWDIR%%/htdocs/editors/FCKeditor/editor/filemanager/browser/default/images/FolderOpened.gif +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/filemanager/browser/default/images/FolderOpened32.gif %%WWWDIR%%/htdocs/editors/FCKeditor/editor/filemanager/browser/default/images/FolderUp.gif -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/filemanager/browser/default/images/Folder.gif %%WWWDIR%%/htdocs/editors/FCKeditor/editor/filemanager/browser/default/images/icons/32/ai.gif %%WWWDIR%%/htdocs/editors/FCKeditor/editor/filemanager/browser/default/images/icons/32/avi.gif %%WWWDIR%%/htdocs/editors/FCKeditor/editor/filemanager/browser/default/images/icons/32/bmp.gif @@ -395,17 +507,17 @@ %%WWWDIR%%/htdocs/editors/FCKeditor/editor/js/fckeditorcode_gecko.js %%WWWDIR%%/htdocs/editors/FCKeditor/editor/js/fckeditorcode_ie.js %%WWWDIR%%/htdocs/editors/FCKeditor/editor/js/index.html -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/lang/en.js %%WWWDIR%%/htdocs/editors/FCKeditor/editor/lang/_getfontformat.html -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/lang/index.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/lang/_translationstatus.txt +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/lang/en.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/lang/index.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/plugins/autogrow/fckplugin.js %%WWWDIR%%/htdocs/editors/FCKeditor/editor/plugins/autogrow/index.html -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/plugins/bbcode/fckplugin.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/plugins/bbcode/index.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/plugins/bbcode/_sample/index.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/plugins/bbcode/_sample/sample.config.js %%WWWDIR%%/htdocs/editors/FCKeditor/editor/plugins/bbcode/_sample/sample.html +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/plugins/bbcode/fckplugin.js +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/plugins/bbcode/index.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/plugins/dragresizetable/fckplugin.js %%WWWDIR%%/htdocs/editors/FCKeditor/editor/plugins/dragresizetable/index.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/plugins/index.html @@ -419,7 +531,7 @@ %%WWWDIR%%/htdocs/editors/FCKeditor/editor/plugins/simplecommands/index.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/plugins/tablecommands/fckplugin.js %%WWWDIR%%/htdocs/editors/FCKeditor/editor/plugins/tablecommands/index.html -%%WWWDIR%%/htdocs/editors/FCKeditor/editor_registry.php +%%WWWDIR%%/htdocs/editors/FCKeditor/editor/skins/_fckviewstrips.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/skins/default/fck_dialog.css %%WWWDIR%%/htdocs/editors/FCKeditor/editor/skins/default/fck_dialog_ie6.js %%WWWDIR%%/htdocs/editors/FCKeditor/editor/skins/default/fck_editor.css @@ -436,7 +548,6 @@ %%WWWDIR%%/htdocs/editors/FCKeditor/editor/skins/default/images/toolbar.expand.gif %%WWWDIR%%/htdocs/editors/FCKeditor/editor/skins/default/images/toolbar.separator.gif %%WWWDIR%%/htdocs/editors/FCKeditor/editor/skins/default/images/toolbar.start.gif -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/skins/_fckviewstrips.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/skins/index.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/skins/office2003/fck_dialog.css %%WWWDIR%%/htdocs/editors/FCKeditor/editor/skins/office2003/fck_dialog_ie6.js @@ -476,119 +587,11 @@ %%WWWDIR%%/htdocs/editors/FCKeditor/editor/skins/silver/images/toolbar.separator.gif %%WWWDIR%%/htdocs/editors/FCKeditor/editor/skins/silver/images/toolbar.start.gif %%WWWDIR%%/htdocs/editors/FCKeditor/editor/skins/silver/index.html -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckcontextmenu.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckdataprocessor.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckdocumentfragment_gecko.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckdocumentfragment_ie.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckdomrange_gecko.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckdomrange_ie.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckdomrangeiterator.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckdomrange.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckeditingarea.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckelementpath.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckenterkey.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckevents.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckhtmliterator.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckicon.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckiecleanup.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckimagepreloader.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckkeystrokehandler.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckmenublock.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckmenublockpanel.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckmenuitem.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckpanel.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckplugin.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckspecialcombo.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckstyledef_gecko.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckstyledef_ie.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckstyledef.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckstyle.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckstylesloader.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fcktoolbarbreak_gecko.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fcktoolbarbreak_ie.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fcktoolbarbutton.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fcktoolbarbuttonui.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fcktoolbarfontformatcombo.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fcktoolbarfontscombo.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fcktoolbarfontsizecombo.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fcktoolbar.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fcktoolbarpanelbutton.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fcktoolbarspecialcombo.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fcktoolbarstylecombo.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckw3crange.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckxml_gecko.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckxml_ie.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/fckxml.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/classes/index.html -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fckblockquotecommand.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fckcorestylecommand.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fckfitwindow.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fckindentcommands.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fckjustifycommands.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fcklistcommands.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fcknamedcommand.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fck_othercommands.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fckpasteplaintextcommand.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fckpastewordcommand.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fckremoveformatcommand.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fckshowblocks.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fckspellcheckcommand_gecko.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fckspellcheckcommand_ie.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fckstylecommand.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fcktablecommand.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/fcktextcolorcommand.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/commandclasses/index.html -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/fckconstants.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/fckeditorapi.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/fckjscoreextensions.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/fckscriptloader.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/index.html -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckbrowserinfo.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckcodeformatter.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckcommands.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckconfig.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fck_contextmenu.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckdebug_empty.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckdebug.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckdialog_gecko.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckdialog_ie.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckdialog.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckdocumentprocessor.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckdomtools.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fck_gecko.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fck_ie.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fck.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fcklanguagemanager.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fcklisthandler.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fcklistslib.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckplugins.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckregexlib.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckscayt.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckselection_gecko.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckselection_ie.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckselection.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckstyles.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fcktablehandler_gecko.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fcktablehandler_ie.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fcktablehandler.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fcktoolbaritems.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fcktoolbarset.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fcktools_gecko.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fcktools_ie.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fcktools.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckundo_gecko.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckundo_ie.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckundo.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckurlparams.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckxhtmlentities.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckxhtml_gecko.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckxhtml_ie.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/fckxhtml.js -%%WWWDIR%%/htdocs/editors/FCKeditor/editor/_source/internals/index.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/wsc/ciframe.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/wsc/index.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/wsc/tmpFrameset.html %%WWWDIR%%/htdocs/editors/FCKeditor/editor/wsc/w.html +%%WWWDIR%%/htdocs/editors/FCKeditor/editor_registry.php %%WWWDIR%%/htdocs/editors/FCKeditor/fckconfig.js %%WWWDIR%%/htdocs/editors/FCKeditor/fckeditor.js %%WWWDIR%%/htdocs/editors/FCKeditor/fckeditor.php @@ -606,9 +609,6 @@ %%WWWDIR%%/htdocs/editors/FCKeditor/module/fckeditor.connector.php %%WWWDIR%%/htdocs/editors/FCKeditor/module/fckeditor.upload.php %%WWWDIR%%/htdocs/editors/FCKeditor/module/index.html -%%WWWDIR%%/htdocs/editors/FCKeditor/_upgrade.html -%%WWWDIR%%/htdocs/editors/FCKeditor/_whatsnew_history.html -%%WWWDIR%%/htdocs/editors/FCKeditor/_whatsnew.html %%WWWDIR%%/htdocs/editors/FCKeditor/xoops_version.php %%WWWDIR%%/htdocs/editors/dhtmltextarea/dhtmltextarea.php %%WWWDIR%%/htdocs/editors/dhtmltextarea/editor_registry.php @@ -702,8 +702,6 @@ %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/emotions/js/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/emotions/langs/en_dlg.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/emotions/langs/index.html -%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/example_dependency/editor_plugin.js -%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/example_dependency/editor_plugin_src.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/example/dialog.htm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/example/editor_plugin.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/example/editor_plugin_src.js @@ -712,9 +710,11 @@ %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/example/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/example/js/dialog.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/example/js/index.html -%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/example/langs/en_dlg.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/example/langs/en.js +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/example/langs/en_dlg.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/example/langs/index.html +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/example_dependency/editor_plugin.js +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/example_dependency/editor_plugin_src.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/fullpage/css/fullpage.css %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/fullpage/css/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/fullpage/editor_plugin.js @@ -736,8 +736,8 @@ %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/icmsmlcontent/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/icmsmlcontent/js/icmsmlcontent.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/icmsmlcontent/js/index.html -%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/icmsmlcontent/langs/en_dlg.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/icmsmlcontent/langs/en.js +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/icmsmlcontent/langs/en_dlg.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/icmsmlcontent/langs/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/icmsmlcontent/mlcontent.php %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/icmsmlcontent/readme.txt @@ -844,12 +844,14 @@ %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/searchreplace/langs/en_dlg.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/searchreplace/langs/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/searchreplace/searchreplace.htm +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/spellchecker/classes/utils %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/spellchecker/css/content.css %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/spellchecker/css/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/spellchecker/editor_plugin.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/spellchecker/editor_plugin_src.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/spellchecker/img/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/spellchecker/img/wline.gif +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/spellchecker/includes %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/spellchecker/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/style/css/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/style/css/props.css @@ -931,8 +933,8 @@ %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsemotions/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsemotions/js/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsemotions/js/xoopsemotions.js -%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsemotions/langs/en_dlg.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsemotions/langs/en.js +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsemotions/langs/en_dlg.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsemotions/langs/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsemotions/readme.txt %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsemotions/xoopsemotions.php @@ -947,8 +949,8 @@ %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsimagemanager/js/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsimagemanager/js/xoopsimagebrowser.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsimagemanager/js/xoopsimagemanager.js -%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsimagemanager/langs/en_dlg.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsimagemanager/langs/en.js +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsimagemanager/langs/en_dlg.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsimagemanager/langs/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsimagemanager/xoopsimagebrowser.php %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsimagemanager/xoopsimagemanager.php @@ -964,8 +966,8 @@ %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsquotecode/js/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsquotecode/js/xoopscode.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsquotecode/js/xoopsquote.js -%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsquotecode/langs/en_dlg.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsquotecode/langs/en.js +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsquotecode/langs/en_dlg.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsquotecode/langs/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsquotecode/readme.txt %%WWWDIR%%/htdocs/editors/tinymce/jscripts/plugins/xoopsquotecode/xoopscode.htm @@ -998,8 +1000,8 @@ %%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/advanced/js/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/advanced/js/link.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/advanced/js/source_editor.js -%%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/advanced/langs/en_dlg.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/advanced/langs/en.js +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/advanced/langs/en_dlg.js %%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/advanced/langs/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/advanced/link.htm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/advanced/shortcuts.htm @@ -1020,13 +1022,13 @@ %%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/advanced/skins/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/advanced/skins/o2k7/content.css %%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/advanced/skins/o2k7/dialog.css -%%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/advanced/skins/o2k7/img/button_bg_black.png %%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/advanced/skins/o2k7/img/button_bg.png +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/advanced/skins/o2k7/img/button_bg_black.png %%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/advanced/skins/o2k7/img/button_bg_silver.png %%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/advanced/skins/o2k7/img/index.html %%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/advanced/skins/o2k7/index.html -%%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/advanced/skins/o2k7/ui_black.css %%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/advanced/skins/o2k7/ui.css +%%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/advanced/skins/o2k7/ui_black.css %%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/advanced/skins/o2k7/ui_silver.css %%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/advanced/source_editor.htm %%WWWDIR%%/htdocs/editors/tinymce/jscripts/themes/index.html @@ -1069,13 +1071,13 @@ %%WWWDIR%%/htdocs/images/aligncenter.gif %%WWWDIR%%/htdocs/images/alignleft.gif %%WWWDIR%%/htdocs/images/alignright.gif -%%WWWDIR%%/htdocs/images/arrow1.gif %%WWWDIR%%/htdocs/images/arrow.gif +%%WWWDIR%%/htdocs/images/arrow1.gif %%WWWDIR%%/htdocs/images/await.gif %%WWWDIR%%/htdocs/images/banners/banner.swf +%%WWWDIR%%/htdocs/images/banners/impresscms_banner.gif %%WWWDIR%%/htdocs/images/banners/impresscms_banner_2.gif %%WWWDIR%%/htdocs/images/banners/impresscms_banner_3.gif -%%WWWDIR%%/htdocs/images/banners/impresscms_banner.gif %%WWWDIR%%/htdocs/images/banners/index.html %%WWWDIR%%/htdocs/images/bg.gif %%WWWDIR%%/htdocs/images/blank.gif @@ -1117,20 +1119,21 @@ %%WWWDIR%%/htdocs/images/hide.gif %%WWWDIR%%/htdocs/images/icon_big.png %%WWWDIR%%/htdocs/images/icon_options.png +%%WWWDIR%%/htdocs/images/icon_small.png %%WWWDIR%%/htdocs/images/icons/aim.gif -%%WWWDIR%%/htdocs/images/icons/delete_block.gif %%WWWDIR%%/htdocs/images/icons/delete.gif -%%WWWDIR%%/htdocs/images/icons/edit_block.gif +%%WWWDIR%%/htdocs/images/icons/delete_block.gif %%WWWDIR%%/htdocs/images/icons/edit.gif -%%WWWDIR%%/htdocs/images/icons/email.gif +%%WWWDIR%%/htdocs/images/icons/edit_block.gif %%WWWDIR%%/htdocs/images/icons/em_small.gif +%%WWWDIR%%/htdocs/images/icons/email.gif %%WWWDIR%%/htdocs/images/icons/english/aim.gif -%%WWWDIR%%/htdocs/images/icons/english/delete_block.gif %%WWWDIR%%/htdocs/images/icons/english/delete.gif -%%WWWDIR%%/htdocs/images/icons/english/edit_block.gif +%%WWWDIR%%/htdocs/images/icons/english/delete_block.gif %%WWWDIR%%/htdocs/images/icons/english/edit.gif -%%WWWDIR%%/htdocs/images/icons/english/email.gif +%%WWWDIR%%/htdocs/images/icons/english/edit_block.gif %%WWWDIR%%/htdocs/images/icons/english/em_small.gif +%%WWWDIR%%/htdocs/images/icons/english/email.gif %%WWWDIR%%/htdocs/images/icons/english/icq_add.gif %%WWWDIR%%/htdocs/images/icons/english/index.html %%WWWDIR%%/htdocs/images/icons/english/ip.gif @@ -1138,22 +1141,21 @@ %%WWWDIR%%/htdocs/images/icons/english/no_posticon.gif %%WWWDIR%%/htdocs/images/icons/english/pm.gif %%WWWDIR%%/htdocs/images/icons/english/pm_small.gif -%%WWWDIR%%/htdocs/images/icons/english/posticon2.gif %%WWWDIR%%/htdocs/images/icons/english/posticon.gif +%%WWWDIR%%/htdocs/images/icons/english/posticon2.gif %%WWWDIR%%/htdocs/images/icons/english/profile.gif %%WWWDIR%%/htdocs/images/icons/english/reply.gif -%%WWWDIR%%/htdocs/images/icons/english/www.gif +%%WWWDIR%%/htdocs/images/icons/english/%%WWWOWN%%.gif %%WWWDIR%%/htdocs/images/icons/english/yim.gif %%WWWDIR%%/htdocs/images/icons/icq_add.gif %%WWWDIR%%/htdocs/images/icons/index.html %%WWWDIR%%/htdocs/images/icons/ip.gif -%%WWWDIR%%/htdocs/images/icon_small.png %%WWWDIR%%/htdocs/images/icons/msnm.gif %%WWWDIR%%/htdocs/images/icons/no_posticon.gif %%WWWDIR%%/htdocs/images/icons/pm.gif %%WWWDIR%%/htdocs/images/icons/pm_small.gif -%%WWWDIR%%/htdocs/images/icons/posticon2.gif %%WWWDIR%%/htdocs/images/icons/posticon.gif +%%WWWDIR%%/htdocs/images/icons/posticon2.gif %%WWWDIR%%/htdocs/images/icons/profile.gif %%WWWDIR%%/htdocs/images/icons/reply.gif %%WWWDIR%%/htdocs/images/icons/social/ask.gif @@ -1189,7 +1191,7 @@ %%WWWDIR%%/htdocs/images/icons/social/wong.gif %%WWWDIR%%/htdocs/images/icons/social/yahoo.gif %%WWWDIR%%/htdocs/images/icons/social/yigg.gif -%%WWWDIR%%/htdocs/images/icons/www.gif +%%WWWDIR%%/htdocs/images/icons/%%WWWOWN%%.gif %%WWWDIR%%/htdocs/images/icons/yim.gif %%WWWDIR%%/htdocs/images/image.gif %%WWWDIR%%/htdocs/images/imgsrc.gif @@ -1202,11 +1204,11 @@ %%WWWDIR%%/htdocs/images/kfaenza/actions/acp_help.png %%WWWDIR%%/htdocs/images/kfaenza/actions/asc.png %%WWWDIR%%/htdocs/images/kfaenza/actions/attach.png +%%WWWDIR%%/htdocs/images/kfaenza/actions/back.png %%WWWDIR%%/htdocs/images/kfaenza/actions/back1.png %%WWWDIR%%/htdocs/images/kfaenza/actions/back2.png -%%WWWDIR%%/htdocs/images/kfaenza/actions/back.png -%%WWWDIR%%/htdocs/images/kfaenza/actions/bookmark_add.png %%WWWDIR%%/htdocs/images/kfaenza/actions/bookmark.png +%%WWWDIR%%/htdocs/images/kfaenza/actions/bookmark_add.png %%WWWDIR%%/htdocs/images/kfaenza/actions/button_cancel.png %%WWWDIR%%/htdocs/images/kfaenza/actions/button_ok.png %%WWWDIR%%/htdocs/images/kfaenza/actions/cd.png @@ -1218,32 +1220,32 @@ %%WWWDIR%%/htdocs/images/kfaenza/actions/decrypted.png %%WWWDIR%%/htdocs/images/kfaenza/actions/desc.png %%WWWDIR%%/htdocs/images/kfaenza/actions/down.png +%%WWWDIR%%/htdocs/images/kfaenza/actions/edit.png +%%WWWDIR%%/htdocs/images/kfaenza/actions/edit_picture.png %%WWWDIR%%/htdocs/images/kfaenza/actions/editcopy.png %%WWWDIR%%/htdocs/images/kfaenza/actions/editcut.png %%WWWDIR%%/htdocs/images/kfaenza/actions/editdelete.png %%WWWDIR%%/htdocs/images/kfaenza/actions/editpaste.png -%%WWWDIR%%/htdocs/images/kfaenza/actions/edit_picture.png -%%WWWDIR%%/htdocs/images/kfaenza/actions/edit.png %%WWWDIR%%/htdocs/images/kfaenza/actions/encrypted.png %%WWWDIR%%/htdocs/images/kfaenza/actions/exit.png +%%WWWDIR%%/htdocs/images/kfaenza/actions/file.png %%WWWDIR%%/htdocs/images/kfaenza/actions/fileclose.png %%WWWDIR%%/htdocs/images/kfaenza/actions/filefind.png -%%WWWDIR%%/htdocs/images/kfaenza/actions/filenew2.png %%WWWDIR%%/htdocs/images/kfaenza/actions/filenew.png +%%WWWDIR%%/htdocs/images/kfaenza/actions/filenew2.png %%WWWDIR%%/htdocs/images/kfaenza/actions/fileopen.png -%%WWWDIR%%/htdocs/images/kfaenza/actions/file.png %%WWWDIR%%/htdocs/images/kfaenza/actions/fileprint.png %%WWWDIR%%/htdocs/images/kfaenza/actions/filequickprint.png +%%WWWDIR%%/htdocs/images/kfaenza/actions/filesave.png %%WWWDIR%%/htdocs/images/kfaenza/actions/filesave2.png -%%WWWDIR%%/htdocs/images/kfaenza/actions/filesaveas2.png %%WWWDIR%%/htdocs/images/kfaenza/actions/filesaveas.png -%%WWWDIR%%/htdocs/images/kfaenza/actions/filesave.png +%%WWWDIR%%/htdocs/images/kfaenza/actions/filesaveas2.png %%WWWDIR%%/htdocs/images/kfaenza/actions/find.png -%%WWWDIR%%/htdocs/images/kfaenza/actions/folder_new.png %%WWWDIR%%/htdocs/images/kfaenza/actions/folder.png +%%WWWDIR%%/htdocs/images/kfaenza/actions/folder_new.png +%%WWWDIR%%/htdocs/images/kfaenza/actions/forward.png %%WWWDIR%%/htdocs/images/kfaenza/actions/forward1.png %%WWWDIR%%/htdocs/images/kfaenza/actions/forward2.png -%%WWWDIR%%/htdocs/images/kfaenza/actions/forward.png %%WWWDIR%%/htdocs/images/kfaenza/actions/frameprint.png %%WWWDIR%%/htdocs/images/kfaenza/actions/gohome.png %%WWWDIR%%/htdocs/images/kfaenza/actions/help.png @@ -1253,8 +1255,8 @@ %%WWWDIR%%/htdocs/images/kfaenza/actions/kdenlive-split-audio.png %%WWWDIR%%/htdocs/images/kfaenza/actions/kdenlive-zoom-large.png %%WWWDIR%%/htdocs/images/kfaenza/actions/kdenlive-zoom-small.png -%%WWWDIR%%/htdocs/images/kfaenza/actions/klipper_dock2.png %%WWWDIR%%/htdocs/images/kfaenza/actions/klipper_dock.png +%%WWWDIR%%/htdocs/images/kfaenza/actions/klipper_dock2.png %%WWWDIR%%/htdocs/images/kfaenza/actions/locationbar_erase.png %%WWWDIR%%/htdocs/images/kfaenza/actions/lock.png %%WWWDIR%%/htdocs/images/kfaenza/actions/lpi-translate.png @@ -1264,9 +1266,9 @@ %%WWWDIR%%/htdocs/images/kfaenza/actions/mail_generic.png %%WWWDIR%%/htdocs/images/kfaenza/actions/mail_get.png %%WWWDIR%%/htdocs/images/kfaenza/actions/mail_new.png +%%WWWDIR%%/htdocs/images/kfaenza/actions/mail_reply.png %%WWWDIR%%/htdocs/images/kfaenza/actions/mail_replyall.png %%WWWDIR%%/htdocs/images/kfaenza/actions/mail_replylist.png -%%WWWDIR%%/htdocs/images/kfaenza/actions/mail_reply.png %%WWWDIR%%/htdocs/images/kfaenza/actions/mail_send.png %%WWWDIR%%/htdocs/images/kfaenza/actions/make_kdevelop.png %%WWWDIR%%/htdocs/images/kfaenza/actions/media-playback-pause.png @@ -1296,9 +1298,9 @@ %%WWWDIR%%/htdocs/images/kfaenza/actions/queue.png %%WWWDIR%%/htdocs/images/kfaenza/actions/rebuild.png %%WWWDIR%%/htdocs/images/kfaenza/actions/redo.png +%%WWWDIR%%/htdocs/images/kfaenza/actions/reload.png %%WWWDIR%%/htdocs/images/kfaenza/actions/reload3.png %%WWWDIR%%/htdocs/images/kfaenza/actions/reload_page.png -%%WWWDIR%%/htdocs/images/kfaenza/actions/reload.png %%WWWDIR%%/htdocs/images/kfaenza/actions/run.png %%WWWDIR%%/htdocs/images/kfaenza/actions/signature.png %%WWWDIR%%/htdocs/images/kfaenza/actions/stop.png @@ -1308,14 +1310,14 @@ %%WWWDIR%%/htdocs/images/kfaenza/actions/toggle_log.png %%WWWDIR%%/htdocs/images/kfaenza/actions/undo.png %%WWWDIR%%/htdocs/images/kfaenza/actions/unlock.png -%%WWWDIR%%/htdocs/images/kfaenza/actions/up2.png %%WWWDIR%%/htdocs/images/kfaenza/actions/up.png +%%WWWDIR%%/htdocs/images/kfaenza/actions/up2.png %%WWWDIR%%/htdocs/images/kfaenza/actions/view_bottom.png %%WWWDIR%%/htdocs/images/kfaenza/actions/view_choose.png %%WWWDIR%%/htdocs/images/kfaenza/actions/view_detailed.png %%WWWDIR%%/htdocs/images/kfaenza/actions/view_icon.png -%%WWWDIR%%/htdocs/images/kfaenza/actions/viewmag.png %%WWWDIR%%/htdocs/images/kfaenza/actions/view_top.png +%%WWWDIR%%/htdocs/images/kfaenza/actions/viewmag.png %%WWWDIR%%/htdocs/images/kfaenza/actions/window_fullscreen.png %%WWWDIR%%/htdocs/images/kfaenza/actions/window_new.png %%WWWDIR%%/htdocs/images/kfaenza/actions/wizard.png @@ -1341,13 +1343,13 @@ %%WWWDIR%%/htdocs/images/read.gif %%WWWDIR%%/htdocs/images/red.png %%WWWDIR%%/htdocs/images/right_both.gif -%%WWWDIR%%/htdocs/images/search2.gif +%%WWWDIR%%/htdocs/images/s_poweredby.gif %%WWWDIR%%/htdocs/images/search/blue_view.png +%%WWWDIR%%/htdocs/images/search/body.left.gif +%%WWWDIR%%/htdocs/images/search/body.right.gif %%WWWDIR%%/htdocs/images/search/bodyHeader.background.gif %%WWWDIR%%/htdocs/images/search/bodyHeader.left.gif %%WWWDIR%%/htdocs/images/search/bodyHeader.right.gif -%%WWWDIR%%/htdocs/images/search/body.left.gif -%%WWWDIR%%/htdocs/images/search/body.right.gif %%WWWDIR%%/htdocs/images/search/footer.background.gif %%WWWDIR%%/htdocs/images/search/footer.left.gif %%WWWDIR%%/htdocs/images/search/footer.right.gif @@ -1361,7 +1363,7 @@ %%WWWDIR%%/htdocs/images/search/separate.background.gif %%WWWDIR%%/htdocs/images/search/separate.left.gif %%WWWDIR%%/htdocs/images/search/separate.right.gif -%%WWWDIR%%/htdocs/images/s_poweredby.gif +%%WWWDIR%%/htdocs/images/search2.gif %%WWWDIR%%/htdocs/images/subject/icon1.gif %%WWWDIR%%/htdocs/images/subject/icon2.gif %%WWWDIR%%/htdocs/images/subject/icon3.gif @@ -1384,12 +1386,12 @@ %%WWWDIR%%/htdocs/include/comment_constants.php %%WWWDIR%%/htdocs/include/comment_delete.php %%WWWDIR%%/htdocs/include/comment_edit.php -%%WWWDIR%%/htdocs/include/commentform.inc.php %%WWWDIR%%/htdocs/include/comment_form.php %%WWWDIR%%/htdocs/include/comment_new.php %%WWWDIR%%/htdocs/include/comment_post.php %%WWWDIR%%/htdocs/include/comment_reply.php %%WWWDIR%%/htdocs/include/comment_view.php +%%WWWDIR%%/htdocs/include/commentform.inc.php %%WWWDIR%%/htdocs/include/common.php %%WWWDIR%%/htdocs/include/constants.php %%WWWDIR%%/htdocs/include/cp_functions.php @@ -1415,8 +1417,8 @@ %%WWWDIR%%/htdocs/include/searchform.php %%WWWDIR%%/htdocs/include/site-closed.php %%WWWDIR%%/htdocs/include/version.php -%%WWWDIR%%/htdocs/include/xoopscodes.php %%WWWDIR%%/htdocs/include/xoops.js +%%WWWDIR%%/htdocs/include/xoopscodes.php %%WWWDIR%%/htdocs/index.php %%WWWDIR%%/htdocs/install/class/dbmanager.php %%WWWDIR%%/htdocs/install/class/index.html @@ -1432,16 +1434,16 @@ %%WWWDIR%%/htdocs/install/img/down.png %%WWWDIR%%/htdocs/install/img/foot_bg.jpg %%WWWDIR%%/htdocs/install/img/green.png -%%WWWDIR%%/htdocs/install/img/help2.png %%WWWDIR%%/htdocs/install/img/help.png +%%WWWDIR%%/htdocs/install/img/help2.png %%WWWDIR%%/htdocs/install/img/instl_01.png %%WWWDIR%%/htdocs/install/img/instl_02.png %%WWWDIR%%/htdocs/install/img/instl_03.png %%WWWDIR%%/htdocs/install/img/left-arr.png %%WWWDIR%%/htdocs/install/img/logo.png %%WWWDIR%%/htdocs/install/img/mySQLpath.png -%%WWWDIR%%/htdocs/install/img/no_big.png %%WWWDIR%%/htdocs/install/img/no.png +%%WWWDIR%%/htdocs/install/img/no_big.png %%WWWDIR%%/htdocs/install/img/page_bg2.jpg %%WWWDIR%%/htdocs/install/img/pagebot2.jpg %%WWWDIR%%/htdocs/install/img/pagetop2.jpg @@ -1453,9 +1455,9 @@ %%WWWDIR%%/htdocs/install/img/trustpath.png %%WWWDIR%%/htdocs/install/img/webpath.png %%WWWDIR%%/htdocs/install/img/yellow.png +%%WWWDIR%%/htdocs/install/img/yes.png %%WWWDIR%%/htdocs/install/img/yes2.png %%WWWDIR%%/htdocs/install/img/yes_big.png -%%WWWDIR%%/htdocs/install/img/yes.png %%WWWDIR%%/htdocs/install/include/functions.php %%WWWDIR%%/htdocs/install/include/index.html %%WWWDIR%%/htdocs/install/index.html @@ -1463,15 +1465,14 @@ %%WWWDIR%%/htdocs/install/install_tpl.php %%WWWDIR%%/htdocs/install/jquery.scrollTo.js %%WWWDIR%%/htdocs/install/language/english/finish.php -%%WWWDIR%%/htdocs/install/language/english/install2.php %%WWWDIR%%/htdocs/install/language/english/install.php +%%WWWDIR%%/htdocs/install/language/english/install2.php %%WWWDIR%%/htdocs/install/language/english/mysql.lang.data.sql -%%WWWDIR%%/htdocs/install/language/english/welcome_anonymous.tpl %%WWWDIR%%/htdocs/install/language/english/welcome.php +%%WWWDIR%%/htdocs/install/language/english/welcome_anonymous.tpl %%WWWDIR%%/htdocs/install/language/english/welcome_webmaster.tpl %%WWWDIR%%/htdocs/install/language/index.html %%WWWDIR%%/htdocs/install/makedata.php -%%WWWDIR%%/htdocs/install/modulesadmin.php %%WWWDIR%%/htdocs/install/modules/protector/root/modules/protector/admin/admin_menu.php %%WWWDIR%%/htdocs/install/modules/protector/root/modules/protector/admin/index.php %%WWWDIR%%/htdocs/install/modules/protector/root/modules/protector/blocks/blocks.php @@ -1485,6 +1486,7 @@ %%WWWDIR%%/htdocs/install/modules/protector/root/modules/protector/oninstall.php %%WWWDIR%%/htdocs/install/modules/protector/root/modules/protector/onuninstall.php %%WWWDIR%%/htdocs/install/modules/protector/root/modules/protector/onupdate.php +%%WWWDIR%%/htdocs/install/modules/protector/root/modules/protector/preload %%WWWDIR%%/htdocs/install/modules/protector/root/modules/protector/search.php %%WWWDIR%%/htdocs/install/modules/protector/root/modules/protector/xoops_version.php %%WWWDIR%%/htdocs/install/modules/protector/trust_path/.htaccess @@ -1495,12 +1497,13 @@ %%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/README %%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/README_PL.txt %%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/TODO +%%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/admin.php %%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/admin/advisory.php %%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/admin/index.php -%%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/admin_menu.php %%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/admin/mymenu.php -%%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/admin.php %%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/admin/prefix_manager.php +%%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/admin_menu.php +%%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/blocks %%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/blocks.php %%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/class/ProtectorFilter.php %%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/class/ProtectorMysqlDatabase.class.php @@ -1524,24 +1527,25 @@ %%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/filters_byconfig/precommon_bwlimit_message.php %%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/filters_byconfig/prepurge_exit_message.php %%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/filters_byconfig/spamcheck_overrun_message.php +%%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/filters_disabled %%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/filters_enabled/precommon_badip_message.php %%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/images/iconbig_icms.png %%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/images/iconsmall_icms.png -%%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/images/module_icon_icms.png %%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/images/module_icon.png +%%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/images/module_icon_icms.png %%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/images/module_icon_xcl.png %%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/include/install_extramodcheck.inc.php -%%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/include/postcheck_functions.php %%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/include/postcheck.inc.php -%%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/include/precheck_functions.php +%%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/include/postcheck_functions.php %%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/include/precheck.inc.php +%%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/include/precheck_functions.php %%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/include/version.txt %%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/language/english/admin.php %%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/language/english/index.html %%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/language/english/main.php %%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/language/english/modinfo.php -%%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/main/index.php %%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/main.php +%%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/main/index.php %%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/module_icon.php %%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/notification.php %%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/oninstall.php @@ -1557,6 +1561,7 @@ %%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/public_check.png %%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/sql/mysql.sql %%WWWDIR%%/htdocs/install/modules/protector/trust_path/modules/protector/xoops_version.php +%%WWWDIR%%/htdocs/install/modulesadmin.php %%WWWDIR%%/htdocs/install/page_configsave.php %%WWWDIR%%/htdocs/install/page_dbconnection.php %%WWWDIR%%/htdocs/install/page_dbsettings.php @@ -1577,9 +1582,9 @@ %%WWWDIR%%/htdocs/install/sql/mysql.data.sql %%WWWDIR%%/htdocs/install/sql/mysql.structure.sql %%WWWDIR%%/htdocs/install/style.css +%%WWWDIR%%/htdocs/install/style_rtl.css %%WWWDIR%%/htdocs/install/stylelight.css %%WWWDIR%%/htdocs/install/stylelight_rtl.css -%%WWWDIR%%/htdocs/install/style_rtl.css %%WWWDIR%%/htdocs/install/stylesheetToggle.js %%WWWDIR%%/htdocs/install/templates/index.html %%WWWDIR%%/htdocs/install/templates/mainfile.dist.php @@ -1589,12 +1594,12 @@ %%WWWDIR%%/htdocs/kernel/block.php %%WWWDIR%%/htdocs/kernel/blockposition.php %%WWWDIR%%/htdocs/kernel/comment.php +%%WWWDIR%%/htdocs/kernel/config.php %%WWWDIR%%/htdocs/kernel/configcategory.php %%WWWDIR%%/htdocs/kernel/configitem.php %%WWWDIR%%/htdocs/kernel/configoption.php -%%WWWDIR%%/htdocs/kernel/config.php -%%WWWDIR%%/htdocs/kernel/groupperm.php %%WWWDIR%%/htdocs/kernel/group.php +%%WWWDIR%%/htdocs/kernel/groupperm.php %%WWWDIR%%/htdocs/kernel/icmskernel.php %%WWWDIR%%/htdocs/kernel/icmsmetagen.php %%WWWDIR%%/htdocs/kernel/icmsmoduleabout.php @@ -1603,8 +1608,8 @@ %%WWWDIR%%/htdocs/kernel/icmspersistableexport.php %%WWWDIR%%/htdocs/kernel/icmspersistablehighlighter.php %%WWWDIR%%/htdocs/kernel/icmspersistablememberhandler.php -%%WWWDIR%%/htdocs/kernel/icmspersistableobjecthandler.php %%WWWDIR%%/htdocs/kernel/icmspersistableobject.php +%%WWWDIR%%/htdocs/kernel/icmspersistableobjecthandler.php %%WWWDIR%%/htdocs/kernel/icmspersistablepermission.php %%WWWDIR%%/htdocs/kernel/icmspersistableregistry.php %%WWWDIR%%/htdocs/kernel/icmspersistableseoobject.php @@ -1614,8 +1619,8 @@ %%WWWDIR%%/htdocs/kernel/icmspersistabletreetable.php %%WWWDIR%%/htdocs/kernel/icmspreloadhandler.php %%WWWDIR%%/htdocs/kernel/icmsstopspammer.php -%%WWWDIR%%/htdocs/kernel/imagecategory.php %%WWWDIR%%/htdocs/kernel/image.php +%%WWWDIR%%/htdocs/kernel/imagecategory.php %%WWWDIR%%/htdocs/kernel/imageset.php %%WWWDIR%%/htdocs/kernel/index.html %%WWWDIR%%/htdocs/kernel/member.php @@ -1683,14 +1688,15 @@ %%WWWDIR%%/htdocs/libraries/geshi/docs/geshi-doc.txt %%WWWDIR%%/htdocs/libraries/geshi/docs/index.html %%WWWDIR%%/htdocs/libraries/geshi/docs/phpdoc.ini +%%WWWDIR%%/htdocs/libraries/geshi/geshi.php %%WWWDIR%%/htdocs/libraries/geshi/geshi/4cs.php %%WWWDIR%%/htdocs/libraries/geshi/geshi/6502acme.php %%WWWDIR%%/htdocs/libraries/geshi/geshi/6502kickass.php %%WWWDIR%%/htdocs/libraries/geshi/geshi/6502tasm.php %%WWWDIR%%/htdocs/libraries/geshi/geshi/68000devpac.php %%WWWDIR%%/htdocs/libraries/geshi/geshi/abap.php -%%WWWDIR%%/htdocs/libraries/geshi/geshi/actionscript3.php %%WWWDIR%%/htdocs/libraries/geshi/geshi/actionscript.php +%%WWWDIR%%/htdocs/libraries/geshi/geshi/actionscript3.php %%WWWDIR%%/htdocs/libraries/geshi/geshi/ada.php %%WWWDIR%%/htdocs/libraries/geshi/geshi/algol68.php %%WWWDIR%%/htdocs/libraries/geshi/geshi/apache.php @@ -1711,36 +1717,36 @@ *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***