pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/geeklog Update Geeklog 1.5.2sr5 by adding patches ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/832a994eeccb
branches:  trunk
changeset: 399078:832a994eeccb
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Sep 13 01:15:10 2009 +0000

description:
Update Geeklog 1.5.2sr5 by adding patches since 1.5.2sr5 isn't provided
as full release.

And add updated fckeditor for Geeklog.

These updates should fix known security problems, Secunia SA36372.



Jul 30, 2009 (1.5.2sr5)
------------

This release addresses the following security issues:
- Gerendi Sandor Attila reported an XSS in the forms to email a user and to
  email a story to a friend.
- The "Mail Story to a Friend" function didn't check story permissions, so that
  it was possible to email a story even if you didn't have the permissions to
  view it on the site.

diffstat:

 www/geeklog/Makefile         |  13 +++++-
 www/geeklog/PLIST            |  83 +++++++++++++++++++++++--------------------
 www/geeklog/distinfo         |  15 ++++++-
 www/geeklog/patches/patch-aa |   4 +-
 www/geeklog/patches/patch-aj |  55 ++++++++++++++++++++++++++++-
 www/geeklog/patches/patch-ak |  14 +++++++
 www/geeklog/patches/patch-al |  14 +++++++
 www/geeklog/patches/patch-ba |  26 +++++++++++++
 www/geeklog/patches/patch-bb |  24 ++++++++++++
 www/geeklog/patches/patch-bc |  54 ++++++++++++++++++++++++++++
 www/geeklog/patches/patch-bd |  17 +++++++++
 11 files changed, 272 insertions(+), 47 deletions(-)

diffs (truncated from 623 to 300 lines):

diff -r a96b12777506 -r 832a994eeccb www/geeklog/Makefile
--- a/www/geeklog/Makefile      Sun Sep 13 01:01:05 2009 +0000
+++ b/www/geeklog/Makefile      Sun Sep 13 01:15:10 2009 +0000
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.22 2009/05/26 14:19:29 taca Exp $
+# $NetBSD: Makefile,v 1.23 2009/09/13 01:15:10 taca Exp $
 #
 
 DISTNAME=      geeklog-${VER}
-PKGNAME=       geeklog-${VER:C/(sr|-)/./g}
+PKGNAME=       geeklog-${VER:C/(sr|-)4/.5/g}
 CATEGORIES=    www
 MASTER_SITES=  http://www.geeklog.net/filemgmt/upload_dir/
+DISTFILES=     ${DEFAULT_DISTFILES} ${FCKEDITOR_UPDATE}
 
 MAINTAINER=    taca%NetBSD.org@localhost
 HOMEPAGE=      http://www.geeklog.net/
@@ -13,6 +14,8 @@
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 PRIVILEGED_STAGES+=    clean
+EXTRACT_ONLY=          ${DEFAULT_DISTFILES}
+FCKEDITOR_UPDATE=      fckeditor-2.6.4.1-updated.tar.gz
 
 DEPENDS+=      ${APACHE_PKG_PREFIX}-${PHP_PKG_PREFIX}>=4.3.3:../../www/ap-php
 DEPENDS+=      ${PHP_PKG_PREFIX}-mysql>=4.3.0:../../databases/php-mysql
@@ -91,10 +94,14 @@
                        share/examples/geeklog ${GL_DOC} ${GL_EG}
 
 post-extract:
+       ${RUN} extract_file=${_DISTDIR:Q}/${FCKEDITOR_UPDATE:Q}; \
+       export extract_file; cd ${WRKSRC}/public_html && ${EXTRACT_CMD}
+       cd ${WRKSRC}/public_html && ${RM} -f README.txt \
+               fckeditor/editor/filemanager/browser/default/images/icons/default.icon.gif0000644
        ${CP} ${FILESDIR}/README ${FILESDIR}/geeklog.conf ${WRKDIR}
 
 pre-install:
-       ${FIND} ${WRKSRC:Q} -type f -name "*.orig" -exec ${RM} -f {} \;
+       ${FIND} ${WRKSRC} -type f -name "*.orig" -exec ${RM} -f {} \;
        cd ${WRKSRC}/public_html; \
                ${FIND} ${GL_TMPL_SUB} -type f -exec ${CHMOD} -x {} \;
        ${CHMOD} 0664 ${WRKSRC}/public_html/backend/geeklog.rss
diff -r a96b12777506 -r 832a994eeccb www/geeklog/PLIST
--- a/www/geeklog/PLIST Sun Sep 13 01:01:05 2009 +0000
+++ b/www/geeklog/PLIST Sun Sep 13 01:15:10 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2009/06/14 22:00:22 joerg Exp $
+@comment $NetBSD: PLIST,v 1.10 2009/09/13 01:15:10 taca Exp $
 ${GEEKLOG_BASE}/emailgeeklogstories
 ${GEEKLOG_BASE}/language/afrikaans.php
 ${GEEKLOG_BASE}/language/afrikaans_utf-8.php
@@ -404,30 +404,32 @@
 ${GEEKLOG_BASE}/system/memberdetail.thtml
 ${GEEKLOG_BASE}/system/pear/Archive/Tar.php
 ${GEEKLOG_BASE}/system/pear/Archive/Zip.php
+${GEEKLOG_BASE}/system/pear/Auth/SASL.php
 ${GEEKLOG_BASE}/system/pear/Auth/SASL/Anonymous.php
 ${GEEKLOG_BASE}/system/pear/Auth/SASL/Common.php
 ${GEEKLOG_BASE}/system/pear/Auth/SASL/CramMD5.php
 ${GEEKLOG_BASE}/system/pear/Auth/SASL/DigestMD5.php
 ${GEEKLOG_BASE}/system/pear/Auth/SASL/Login.php
 ${GEEKLOG_BASE}/system/pear/Auth/SASL/Plain.php
-${GEEKLOG_BASE}/system/pear/Auth/SASL.php
 ${GEEKLOG_BASE}/system/pear/Console/Getopt.php
+${GEEKLOG_BASE}/system/pear/Date.php
 ${GEEKLOG_BASE}/system/pear/Date/Calc.php
 ${GEEKLOG_BASE}/system/pear/Date/Human.php
 ${GEEKLOG_BASE}/system/pear/Date/Span.php
 ${GEEKLOG_BASE}/system/pear/Date/TimeZone.php
-${GEEKLOG_BASE}/system/pear/Date.php
+${GEEKLOG_BASE}/system/pear/HTTP/Request.php
 ${GEEKLOG_BASE}/system/pear/HTTP/Request/Listener.php
-${GEEKLOG_BASE}/system/pear/HTTP/Request.php
+${GEEKLOG_BASE}/system/pear/Mail.php
 ${GEEKLOG_BASE}/system/pear/Mail/RFC822.php
 ${GEEKLOG_BASE}/system/pear/Mail/mail.php
 ${GEEKLOG_BASE}/system/pear/Mail/null.php
 ${GEEKLOG_BASE}/system/pear/Mail/sendmail.php
 ${GEEKLOG_BASE}/system/pear/Mail/smtp.php
-${GEEKLOG_BASE}/system/pear/Mail.php
+${GEEKLOG_BASE}/system/pear/Net/DNS.php
 ${GEEKLOG_BASE}/system/pear/Net/DNS/Header.php
 ${GEEKLOG_BASE}/system/pear/Net/DNS/Packet.php
 ${GEEKLOG_BASE}/system/pear/Net/DNS/Question.php
+${GEEKLOG_BASE}/system/pear/Net/DNS/RR.php
 ${GEEKLOG_BASE}/system/pear/Net/DNS/RR/A.php
 ${GEEKLOG_BASE}/system/pear/Net/DNS/RR/AAAA.php
 ${GEEKLOG_BASE}/system/pear/Net/DNS/RR/CNAME.php
@@ -440,17 +442,17 @@
 ${GEEKLOG_BASE}/system/pear/Net/DNS/RR/SRV.php
 ${GEEKLOG_BASE}/system/pear/Net/DNS/RR/TSIG.php
 ${GEEKLOG_BASE}/system/pear/Net/DNS/RR/TXT.php
-${GEEKLOG_BASE}/system/pear/Net/DNS/RR.php
 ${GEEKLOG_BASE}/system/pear/Net/DNS/Resolver.php
-${GEEKLOG_BASE}/system/pear/Net/DNS.php
 ${GEEKLOG_BASE}/system/pear/Net/SMTP.php
 ${GEEKLOG_BASE}/system/pear/Net/Socket.php
 ${GEEKLOG_BASE}/system/pear/Net/URL.php
 ${GEEKLOG_BASE}/system/pear/OS/Guess.php
+${GEEKLOG_BASE}/system/pear/PEAR.php
 ${GEEKLOG_BASE}/system/pear/PEAR/Autoloader.php
 ${GEEKLOG_BASE}/system/pear/PEAR/Builder.php
+${GEEKLOG_BASE}/system/pear/PEAR/ChannelFile.php
 ${GEEKLOG_BASE}/system/pear/PEAR/ChannelFile/Parser.php
-${GEEKLOG_BASE}/system/pear/PEAR/ChannelFile.php
+${GEEKLOG_BASE}/system/pear/PEAR/Command.php
 ${GEEKLOG_BASE}/system/pear/PEAR/Command/Auth.php
 ${GEEKLOG_BASE}/system/pear/PEAR/Command/Auth.xml
 ${GEEKLOG_BASE}/system/pear/PEAR/Command/Build.php
@@ -474,19 +476,20 @@
 ${GEEKLOG_BASE}/system/pear/PEAR/Command/Remote.xml
 ${GEEKLOG_BASE}/system/pear/PEAR/Command/Test.php
 ${GEEKLOG_BASE}/system/pear/PEAR/Command/Test.xml
-${GEEKLOG_BASE}/system/pear/PEAR/Command.php
 ${GEEKLOG_BASE}/system/pear/PEAR/Common.php
 ${GEEKLOG_BASE}/system/pear/PEAR/Config.php
 ${GEEKLOG_BASE}/system/pear/PEAR/Dependency.php
 ${GEEKLOG_BASE}/system/pear/PEAR/Dependency2.php
 ${GEEKLOG_BASE}/system/pear/PEAR/DependencyDB.php
+${GEEKLOG_BASE}/system/pear/PEAR/Downloader.php
 ${GEEKLOG_BASE}/system/pear/PEAR/Downloader/Package.php
-${GEEKLOG_BASE}/system/pear/PEAR/Downloader.php
 ${GEEKLOG_BASE}/system/pear/PEAR/ErrorStack.php
 ${GEEKLOG_BASE}/system/pear/PEAR/Exception.php
 ${GEEKLOG_BASE}/system/pear/PEAR/FixPHP5PEARWarnings.php
+${GEEKLOG_BASE}/system/pear/PEAR/Frontend.php
 ${GEEKLOG_BASE}/system/pear/PEAR/Frontend/CLI.php
-${GEEKLOG_BASE}/system/pear/PEAR/Frontend.php
+${GEEKLOG_BASE}/system/pear/PEAR/Installer.php
+${GEEKLOG_BASE}/system/pear/PEAR/Installer/Role.php
 ${GEEKLOG_BASE}/system/pear/PEAR/Installer/Role/Cfg.php
 ${GEEKLOG_BASE}/system/pear/PEAR/Installer/Role/Cfg.xml
 ${GEEKLOG_BASE}/system/pear/PEAR/Installer/Role/Common.php
@@ -506,41 +509,40 @@
 ${GEEKLOG_BASE}/system/pear/PEAR/Installer/Role/Test.xml
 ${GEEKLOG_BASE}/system/pear/PEAR/Installer/Role/Www.php
 ${GEEKLOG_BASE}/system/pear/PEAR/Installer/Role/Www.xml
-${GEEKLOG_BASE}/system/pear/PEAR/Installer/Role.php
-${GEEKLOG_BASE}/system/pear/PEAR/Installer.php
+${GEEKLOG_BASE}/system/pear/PEAR/PackageFile.php
 ${GEEKLOG_BASE}/system/pear/PEAR/PackageFile/Generator/v1.php
 ${GEEKLOG_BASE}/system/pear/PEAR/PackageFile/Generator/v2.php
 ${GEEKLOG_BASE}/system/pear/PEAR/PackageFile/Parser/v1.php
 ${GEEKLOG_BASE}/system/pear/PEAR/PackageFile/Parser/v2.php
 ${GEEKLOG_BASE}/system/pear/PEAR/PackageFile/v1.php
+${GEEKLOG_BASE}/system/pear/PEAR/PackageFile/v2.php
 ${GEEKLOG_BASE}/system/pear/PEAR/PackageFile/v2/Validator.php
 ${GEEKLOG_BASE}/system/pear/PEAR/PackageFile/v2/rw.php
-${GEEKLOG_BASE}/system/pear/PEAR/PackageFile/v2.php
-${GEEKLOG_BASE}/system/pear/PEAR/PackageFile.php
 ${GEEKLOG_BASE}/system/pear/PEAR/Packager.php
+${GEEKLOG_BASE}/system/pear/PEAR/REST.php
 ${GEEKLOG_BASE}/system/pear/PEAR/REST/10.php
 ${GEEKLOG_BASE}/system/pear/PEAR/REST/11.php
 ${GEEKLOG_BASE}/system/pear/PEAR/REST/13.php
-${GEEKLOG_BASE}/system/pear/PEAR/REST.php
 ${GEEKLOG_BASE}/system/pear/PEAR/Registry.php
 ${GEEKLOG_BASE}/system/pear/PEAR/Remote.php
 ${GEEKLOG_BASE}/system/pear/PEAR/RunTest.php
 ${GEEKLOG_BASE}/system/pear/PEAR/Task/Common.php
+${GEEKLOG_BASE}/system/pear/PEAR/Task/Postinstallscript.php
 ${GEEKLOG_BASE}/system/pear/PEAR/Task/Postinstallscript/rw.php
-${GEEKLOG_BASE}/system/pear/PEAR/Task/Postinstallscript.php
-${GEEKLOG_BASE}/system/pear/PEAR/Task/Replace/rw.php
 ${GEEKLOG_BASE}/system/pear/PEAR/Task/Replace.php
-${GEEKLOG_BASE}/system/pear/PEAR/Task/Unixeol/rw.php
+${GEEKLOG_BASE}/system/pear/PEAR/Task/Replace/rw.php
 ${GEEKLOG_BASE}/system/pear/PEAR/Task/Unixeol.php
+${GEEKLOG_BASE}/system/pear/PEAR/Task/Unixeol/rw.php
+${GEEKLOG_BASE}/system/pear/PEAR/Task/Windowseol.php
 ${GEEKLOG_BASE}/system/pear/PEAR/Task/Windowseol/rw.php
-${GEEKLOG_BASE}/system/pear/PEAR/Task/Windowseol.php
 ${GEEKLOG_BASE}/system/pear/PEAR/Validate.php
 ${GEEKLOG_BASE}/system/pear/PEAR/Validator/PECL.php
 ${GEEKLOG_BASE}/system/pear/PEAR/XMLParser.php
-${GEEKLOG_BASE}/system/pear/PEAR.php
 ${GEEKLOG_BASE}/system/pear/README
 ${GEEKLOG_BASE}/system/pear/System.php
+${GEEKLOG_BASE}/system/pear/Text/Wiki.php
 ${GEEKLOG_BASE}/system/pear/Text/Wiki/Default.php
+${GEEKLOG_BASE}/system/pear/Text/Wiki/Parse.php
 ${GEEKLOG_BASE}/system/pear/Text/Wiki/Parse/Default/Anchor.php
 ${GEEKLOG_BASE}/system/pear/Text/Wiki/Parse/Default/Blockquote.php
 ${GEEKLOG_BASE}/system/pear/Text/Wiki/Parse/Default/Bold.php
@@ -579,7 +581,8 @@
 ${GEEKLOG_BASE}/system/pear/Text/Wiki/Parse/Default/Underline.php
 ${GEEKLOG_BASE}/system/pear/Text/Wiki/Parse/Default/Url.php
 ${GEEKLOG_BASE}/system/pear/Text/Wiki/Parse/Default/Wikilink.php
-${GEEKLOG_BASE}/system/pear/Text/Wiki/Parse.php
+${GEEKLOG_BASE}/system/pear/Text/Wiki/Render.php
+${GEEKLOG_BASE}/system/pear/Text/Wiki/Render/Latex.php
 ${GEEKLOG_BASE}/system/pear/Text/Wiki/Render/Latex/Anchor.php
 ${GEEKLOG_BASE}/system/pear/Text/Wiki/Render/Latex/Blockquote.php
 ${GEEKLOG_BASE}/system/pear/Text/Wiki/Render/Latex/Bold.php
@@ -625,7 +628,7 @@
 ${GEEKLOG_BASE}/system/pear/Text/Wiki/Render/Latex/Underline.php
 ${GEEKLOG_BASE}/system/pear/Text/Wiki/Render/Latex/Url.php
 ${GEEKLOG_BASE}/system/pear/Text/Wiki/Render/Latex/Wikilink.php
-${GEEKLOG_BASE}/system/pear/Text/Wiki/Render/Latex.php
+${GEEKLOG_BASE}/system/pear/Text/Wiki/Render/Plain.php
 ${GEEKLOG_BASE}/system/pear/Text/Wiki/Render/Plain/Anchor.php
 ${GEEKLOG_BASE}/system/pear/Text/Wiki/Render/Plain/Blockquote.php
 ${GEEKLOG_BASE}/system/pear/Text/Wiki/Render/Plain/Bold.php
@@ -671,7 +674,7 @@
 ${GEEKLOG_BASE}/system/pear/Text/Wiki/Render/Plain/Underline.php
 ${GEEKLOG_BASE}/system/pear/Text/Wiki/Render/Plain/Url.php
 ${GEEKLOG_BASE}/system/pear/Text/Wiki/Render/Plain/Wikilink.php
-${GEEKLOG_BASE}/system/pear/Text/Wiki/Render/Plain.php
+${GEEKLOG_BASE}/system/pear/Text/Wiki/Render/Xhtml.php
 ${GEEKLOG_BASE}/system/pear/Text/Wiki/Render/Xhtml/Address.php
 ${GEEKLOG_BASE}/system/pear/Text/Wiki/Render/Xhtml/Anchor.php
 ${GEEKLOG_BASE}/system/pear/Text/Wiki/Render/Xhtml/Blockquote.php
@@ -718,12 +721,9 @@
 ${GEEKLOG_BASE}/system/pear/Text/Wiki/Render/Xhtml/Underline.php
 ${GEEKLOG_BASE}/system/pear/Text/Wiki/Render/Xhtml/Url.php
 ${GEEKLOG_BASE}/system/pear/Text/Wiki/Render/Xhtml/Wikilink.php
-${GEEKLOG_BASE}/system/pear/Text/Wiki/Render/Xhtml.php
-${GEEKLOG_BASE}/system/pear/Text/Wiki/Render.php
-${GEEKLOG_BASE}/system/pear/Text/Wiki.php
+${GEEKLOG_BASE}/system/pear/XML/RPC.php
 ${GEEKLOG_BASE}/system/pear/XML/RPC/Dump.php
 ${GEEKLOG_BASE}/system/pear/XML/RPC/Server.php
-${GEEKLOG_BASE}/system/pear/XML/RPC.php
 ${GEEKLOG_BASE}/system/pear/scripts/pear.bat
 ${GEEKLOG_BASE}/system/pear/scripts/pear.sh
 ${GEEKLOG_BASE}/system/pear/scripts/pearcmd.php
@@ -771,6 +771,7 @@
 ${GL_TMPL}/images/topics/topic_news.gif
 ${GL_TMPL}/images/userphotos/index.html
 ${GEEKLOG_PUB}/404.php
+${GEEKLOG_PUB}/article.php
 ${GL_ADMIN}/auth.inc.php
 ${GL_ADMIN}/block.php
 ${GL_ADMIN}/configuration.php
@@ -797,6 +798,7 @@
 ${GL_ADMIN}/install/toinnodb.php
 ${GL_ADMIN}/mail.php
 ${GL_ADMIN}/moderation.php
+${GL_ADMIN}/plugins.php
 ${GL_ADMIN}/plugins/calendar/index.php
 ${GL_ADMIN}/plugins/calendar/install.php
 ${GL_ADMIN}/plugins/links/category.php
@@ -809,14 +811,12 @@
 ${GL_ADMIN}/plugins/spamx/install.php
 ${GL_ADMIN}/plugins/staticpages/index.php
 ${GL_ADMIN}/plugins/staticpages/install.php
-${GL_ADMIN}/plugins.php
 ${GL_ADMIN}/sectest.php
 ${GL_ADMIN}/story.php
 ${GL_ADMIN}/syndication.php
 ${GL_ADMIN}/topic.php
 ${GL_ADMIN}/trackback.php
 ${GL_ADMIN}/user.php
-${GEEKLOG_PUB}/article.php
 ${GEEKLOG_PUB}/calendar/event.php
 ${GEEKLOG_PUB}/calendar/images/calendar.png
 ${GEEKLOG_PUB}/calendar/images/delete_event.gif
@@ -921,6 +921,7 @@
 ${GEEKLOG_PUB}/fckeditor/editor/_source/internals/fckcommands.js
 ${GEEKLOG_PUB}/fckeditor/editor/_source/internals/fckconfig.js
 ${GEEKLOG_PUB}/fckeditor/editor/_source/internals/fckdebug.js
+${GEEKLOG_PUB}/fckeditor/editor/_source/internals/fckdebug_empty.js
 ${GEEKLOG_PUB}/fckeditor/editor/_source/internals/fckdialog.js
 ${GEEKLOG_PUB}/fckeditor/editor/_source/internals/fckdocumentprocessor.js
 ${GEEKLOG_PUB}/fckeditor/editor/_source/internals/fckdomtools.js
@@ -973,35 +974,37 @@
 ${GEEKLOG_PUB}/fckeditor/editor/dialog/common/images/locked.gif
 ${GEEKLOG_PUB}/fckeditor/editor/dialog/common/images/reset.gif
 ${GEEKLOG_PUB}/fckeditor/editor/dialog/common/images/unlocked.gif
+${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_about.html
 ${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_about/logo_fckeditor.gif
 ${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_about/logo_fredck.gif
 ${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_about/sponsors/spellchecker_net.gif
-${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_about.html
 ${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_anchor.html
 ${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_button.html
 ${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_checkbox.html
 ${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_colorselector.html
+${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_div.html
+${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_docprops.html
 ${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_docprops/fck_document_preview.html
-${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_docprops.html
+${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_flash.html
 ${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_flash/fck_flash.js
 ${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_flash/fck_flash_preview.html
-${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_flash.html
 ${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_form.html
 ${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_hiddenfield.html
+${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_image.html
 ${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_image/fck_image.js
 ${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_image/fck_image_preview.html
-${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_image.html
+${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_link.html
 ${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_link/fck_link.js
-${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_link.html
 ${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_listprop.html
 ${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_paste.html
 ${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_radiobutton.html
 ${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_replace.html
+${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_select.html



Home | Main Index | Thread Index | Old Index