summaryrefslogtreecommitdiff
path: root/www/geeklog
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2007-05-20 15:56:44 +0000
committertaca <taca@pkgsrc.org>2007-05-20 15:56:44 +0000
commit0d71c3b8fbc5ded2755648da98e4ccb9a9f690ac (patch)
tree9202284c44cad6c87f6ead0c6b80a574bedb3c89 /www/geeklog
parentba9506db51952a285ec1231a93f7acf584f7b0ae (diff)
downloadpkgsrc-0d71c3b8fbc5ded2755648da98e4ccb9a9f690ac.tar.gz
Update geeklog to 1.4.1.
pkgsrc's change: improving our README file. Geeklog 1.4.1 New Features * Support for Microsoft SQL Server. Starting with this release, Geeklog can now also be installed on Microsoft SQL Server, so it's no longer restricted to just MySQL. The MS SQL support was developed by Randy Kolenko. Thanks, Randy! Please note that any third-party plugins will have to offer support for MS SQL before they can be installed on Microsoft SQL Server. The bundled plugins (Calendar, Links, Polls, Spam-X, Static Pages) have already been updated accordingly. * Calendar plugin. The formerly built-in calendar and events have now been moved into a separate plugin. This complements the move of the polls and links sections into plugins in Geeklog 1.4.0 and makes Geeklog more modular as you can now easily disable or replace functionality that you don't need for your site. * Multi-language support. It is now possible to build truly multi-linugal sites with Geeklog where not only the navigation but also the content of the site changes with the language. * Ships with FCKeditor 2.3.1, which once again includes a file manager for uploading images. * A function for mass-deletion of old or inactive users. The list automatically searches for users that have never logged in, only used the site for a very short time or have not been online since a very long time. The time span can be varied, and found users can be selectively deleted. Security In the light of the security issues discovered in Geeklog 1.4.0 and earlier versions, the Geeklog source code has undergone a code review. We have identified and addressed several minor issues and introduced new measures to enhance security in this release. As a welcome side effect, the code reviews have also uncovered a few bugs and inconsistencies that we also fixed in this release. Spam Protection With this release we are finally removing support for the discontinued MT-Blacklist. In its place, we are now using a system called Spam Link Verification (SLV) run by Russ Jones at www.linksleeve.org. SLV could be described as a community-driven, automatically updated blacklist. See the documentation of the Spam-X plugin for details.
Diffstat (limited to 'www/geeklog')
-rw-r--r--www/geeklog/DEINSTALL3
-rw-r--r--www/geeklog/INSTALL5
-rw-r--r--www/geeklog/Makefile25
-rw-r--r--www/geeklog/Makefile.common10
-rw-r--r--www/geeklog/PLIST1315
-rw-r--r--www/geeklog/distinfo18
-rw-r--r--www/geeklog/files/README32
-rw-r--r--www/geeklog/patches/patch-aa16
-rw-r--r--www/geeklog/patches/patch-ab4
-rw-r--r--www/geeklog/patches/patch-ac8
-rw-r--r--www/geeklog/patches/patch-ad10
-rw-r--r--www/geeklog/patches/patch-ae46
-rw-r--r--www/geeklog/patches/patch-af13
-rw-r--r--www/geeklog/patches/patch-ag20
14 files changed, 706 insertions, 819 deletions
diff --git a/www/geeklog/DEINSTALL b/www/geeklog/DEINSTALL
index ef3da7015d5..9428f39f8cc 100644
--- a/www/geeklog/DEINSTALL
+++ b/www/geeklog/DEINSTALL
@@ -1,4 +1,4 @@
-# $NetBSD: DEINSTALL,v 1.3 2006/07/23 13:21:09 taca Exp $
+# $NetBSD: DEINSTALL,v 1.4 2007/05/20 15:56:44 taca Exp $
GEEKLOG_DIR="@GEEKLOG_DIR@"
GEEKLOG_EXAMPLESDIR="@GEEKLOG_EXAMPLESDIR@"
@@ -8,6 +8,7 @@ GEEKLOG_TMPL_DIR="@GEEKLOG_TMPL_DIR@"
case ${STAGE} in
DEINSTALL)
+ (cd ${GEEKLOG_PUBDIR}; ${RM} -fr admin)
(cd ${GEEKLOG_TMPL_DIR}
${FIND} ${GEEKLOG_TMPL_SUB} -type f -print | \
while read f; do
diff --git a/www/geeklog/INSTALL b/www/geeklog/INSTALL
index 0e2b3ae11a0..da12f746527 100644
--- a/www/geeklog/INSTALL
+++ b/www/geeklog/INSTALL
@@ -1,12 +1,15 @@
-# $NetBSD: INSTALL,v 1.2 2006/07/23 13:21:09 taca Exp $
+# $NetBSD: INSTALL,v 1.3 2007/05/20 15:56:44 taca Exp $
APACHE_GROUP="@APACHE_GROUP@"
GEEKLOG_PUBDIR="@GEEKLOG_PUBDIR@"
+GEEKLOG_ADMIN_DIR="@GEEKLOG_ADMIN_DIR@"
GEEKLOG_TMPL_SUB="@GEEKLOG_TMPL_SUB@"
GEEKLOG_TMPL_DIR="@GEEKLOG_TMPL_DIR@"
+PAX="@PAX@"
case ${STAGE} in
POST-INSTALL)
+ (cd ${GEEKLOG_ADMIN_DIR}; ${PAX} -rw . ${GEEKLOG_PUBDIR}/admin)
(cd ${GEEKLOG_TMPL_DIR}
${FIND} ${GEEKLOG_TMPL_SUB} -type d -print | \
while read d; do
diff --git a/www/geeklog/Makefile b/www/geeklog/Makefile
index 3f8ad386e40..63b43f72926 100644
--- a/www/geeklog/Makefile
+++ b/www/geeklog/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2007/02/22 19:27:20 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2007/05/20 15:56:44 taca Exp $
#
DISTNAME= geeklog-${VER}
@@ -13,7 +13,7 @@ COMMENT= PHP/MySQL based application for managing dynamic web content
DEPENDS+= ${APACHE_PKG_PREFIX}-${PHP_PKG_PREFIX}>=4.3.3:../../www/ap-php
DEPENDS+= ${PHP_PKG_PREFIX}-mysql>=4.3.0:../../databases/php-mysql
-VER= 1.4.0sr5-1
+VER= 1.4.1
NO_BUILD= YES
BUILD_DEFS+= APACHE_GROUP GEEKLOG_SITEBASE
@@ -22,8 +22,9 @@ GEEKLOG_SYS= emailgeeklogstories language plugins readme sql system
GEEKLOG_TMPL_SUB= backend images/articles images/library \
images/topics images/userphotos
-GEEKLOG_CONF_FILES= config.php plugins/links/config.php \
- plugins/polls/config.php plugins/spamx/config.php \
+GEEKLOG_CONF_FILES= config.php plugins/calendar/config.php \
+ plugins/links/config.php plugins/polls/config.php \
+ plugins/spamx/config.php \
plugins/staticpages/config.php \
system/lib-custom.php
@@ -39,16 +40,20 @@ CONF_FILES_PERMS+= ${GEEKLOG_EXAMPLESDIR}/${f} \
OWN_DIRS_PERMS+= ${GEEKLOG_DIR}/backups ${BINOWN} ${APACHE_GROUP} 0770 \
${GEEKLOG_DIR}/data ${BINOWN} ${APACHE_GROUP} 0770 \
${GEEKLOG_DIR}/logs ${BINOWN} ${APACHE_GROUP} 0775
+OWN_DIRS+= ${GEEKLOG_PUB}
FILES_SUBST+= APACHE_GROUP=${APACHE_GROUP:Q} \
GEEKLOG_DIR=${GEEKLOG_DIR:Q} \
GEEKLOG_EXAMPLESDIR=${GEEKLOG_EXAMPLESDIR:Q} \
GEEKLOG_PUBDIR=${GEEKLOG_PUBDIR:Q} \
+ GEEKLOG_ADMIN_DIR=${GEEKLOG_ADMIN_DIR:Q} \
GEEKLOG_TMPL_SUB=${GEEKLOG_TMPL_SUB:Q} \
- GEEKLOG_TMPL_DIR=${GEEKLOG_TMPL_DIR:Q}
+ GEEKLOG_TMPL_DIR=${GEEKLOG_TMPL_DIR:Q} \
+ PAX=${PAX:Q}
PLIST_SUBST+= GEEKLOG_BASE=${GEEKLOG_BASE:Q} \
GEEKLOG_PUB=${GEEKLOG_PUB:Q} \
+ GEEKLOG_ADMIN=${GEEKLOG_ADMIN:Q} \
GEEKLOG_TMPL=${GEEKLOG_TMPL:Q}
.include "../../www/geeklog/Makefile.common"
@@ -87,6 +92,7 @@ pre-install:
${FIND} ${WRKSRC:Q} -name "*.orig*" -exec ${RM} -f {} \;
cd ${WRKSRC}/public_html; \
${FIND} ${GEEKLOG_TMPL_SUB} -type f -exec ${CHMOD} -x {} \;
+ ${CHMOD} 0664 ${WRKSRC}/public_html/backend/geeklog.rss
cd ${WRKSRC}/system; \
${FIND} pear -type f -exec ${CHMOD} 0644 {} \;
@@ -98,9 +104,14 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/${f} ${GEEKLOG_EXAMPLESDIR}/${f}
${RM} ${WRKSRC}/${f}
.endfor
- ${INSTALL_SCRIPT} ${WRKDIR}/createdb.php ${GEEKLOG_EXAMPLESDIR}
+ ${INSTALL_SCRIPT} ${WRKDIR}/createdb.php ${GEEKLOG_DIR}
${INSTALL_DATA} ${WRKDIR}/geeklog.conf ${GEEKLOG_EXAMPLESDIR}
- cd ${WRKSRC}; ${CP} -R ${GEEKLOG_SYS} ${GEEKLOG_DIR}
+.for f in ${GEEKLOG_SYS}
+ cd ${WRKSRC}; ${PAX} -rw ${f} ${GEEKLOG_DIR}
+.endfor
+ cd ${WRKSRC}/public_html; \
+ ${PAX} -rw admin ${GEEKLOG_DIR}; \
+ ${RM} -rf admin
.for d in ${GEEKLOG_TMPL_SUB}
cd ${WRKSRC}/public_html; \
if [ -d ${d} ]; then \
diff --git a/www/geeklog/Makefile.common b/www/geeklog/Makefile.common
index c78dc08ffaf..a7cc7ef6c5d 100644
--- a/www/geeklog/Makefile.common
+++ b/www/geeklog/Makefile.common
@@ -1,19 +1,21 @@
-# $NetBSD: Makefile.common,v 1.3 2007/02/22 19:27:20 wiz Exp $
+# $NetBSD: Makefile.common,v 1.4 2007/05/20 15:56:44 taca Exp $
#
GEEKLOG_BASE= share/geeklog
GEEKLOG_PUB= share/httpd/geeklog
-GEEKLOG_TMPL= share/geeklog/default
+GEEKLOG_ADMIN= ${GEEKLOG_BASE}/admin
+GEEKLOG_TMPL= ${GEEKLOG_BASE}/default
# Geeklog system
GEEKLOG_DIR= ${PREFIX}/${GEEKLOG_BASE}
# Geeklog public area
GEEKLOG_PUBDIR= ${PREFIX}/${GEEKLOG_PUB}
+GEEKLOG_ADMIN_DIR= ${PREFIX}/${GEEKLOG_ADMIN}
+GEEKLOG_TMPL_DIR= ${PREFIX}/${GEEKLOG_TMPL}
-GEEKLOG_DOCDIR= ${PREFIX}/share/doc/geeklog
+GEEKLOG_DOCDIR= ${PREFIX}/share/doc/geeklog
GEEKLOG_EXAMPLESDIR= ${PREFIX}/share/examples/geeklog
-GEEKLOG_TMPL_DIR= ${PREFIX}/${GEEKLOG_TMPL}
.include "../../mk/bsd.prefs.mk"
diff --git a/www/geeklog/PLIST b/www/geeklog/PLIST
index 66a71ec10c9..40fba1a3ad5 100644
--- a/www/geeklog/PLIST
+++ b/www/geeklog/PLIST
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.6 2006/07/24 16:13:55 taca Exp $
+@comment $NetBSD: PLIST,v 1.7 2007/05/20 15:56:44 taca Exp $
+${GEEKLOG_BASE}/createdb.php
${GEEKLOG_BASE}/emailgeeklogstories
${GEEKLOG_BASE}/language/afrikaans.php
${GEEKLOG_BASE}/language/afrikaans_utf-8.php
@@ -8,8 +9,6 @@ ${GEEKLOG_BASE}/language/bulgarian.php
${GEEKLOG_BASE}/language/bulgarian_utf-8.php
${GEEKLOG_BASE}/language/catalan.php
${GEEKLOG_BASE}/language/catalan_utf-8.php
-${GEEKLOG_BASE}/language/chinese_big5.php
-${GEEKLOG_BASE}/language/chinese_gb2312.php
${GEEKLOG_BASE}/language/chinese_simplified_utf-8.php
${GEEKLOG_BASE}/language/chinese_traditional_utf-8.php
${GEEKLOG_BASE}/language/croatian.php
@@ -22,6 +21,8 @@ ${GEEKLOG_BASE}/language/dutch.php
${GEEKLOG_BASE}/language/dutch_utf-8.php
${GEEKLOG_BASE}/language/english.php
${GEEKLOG_BASE}/language/english_utf-8.php
+${GEEKLOG_BASE}/language/estonian.php
+${GEEKLOG_BASE}/language/estonian_utf-8.php
${GEEKLOG_BASE}/language/farsi_utf-8.php
${GEEKLOG_BASE}/language/finnish.php
${GEEKLOG_BASE}/language/finnish_utf-8.php
@@ -33,7 +34,7 @@ ${GEEKLOG_BASE}/language/german.php
${GEEKLOG_BASE}/language/german_formal.php
${GEEKLOG_BASE}/language/german_formal_utf-8.php
${GEEKLOG_BASE}/language/german_utf-8.php
-${GEEKLOG_BASE}/language/hebrew.php
+${GEEKLOG_BASE}/language/hebrew_utf-8.php
${GEEKLOG_BASE}/language/hellenic.php
${GEEKLOG_BASE}/language/hellenic_utf-8.php
${GEEKLOG_BASE}/language/indonesian.php
@@ -69,6 +70,47 @@ ${GEEKLOG_BASE}/language/turkish_utf-8.php
${GEEKLOG_BASE}/language/ukrainian.php
${GEEKLOG_BASE}/language/ukrainian_koi8-u.php
${GEEKLOG_BASE}/language/ukrainian_utf-8.php
+${GEEKLOG_BASE}/plugins/calendar/functions.inc
+${GEEKLOG_BASE}/plugins/calendar/language/README
+${GEEKLOG_BASE}/plugins/calendar/language/english.php
+${GEEKLOG_BASE}/plugins/calendar/language/english_utf-8.php
+${GEEKLOG_BASE}/plugins/calendar/language/estonian.php
+${GEEKLOG_BASE}/plugins/calendar/language/estonian_utf-8.php
+${GEEKLOG_BASE}/plugins/calendar/language/german.php
+${GEEKLOG_BASE}/plugins/calendar/language/german_formal.php
+${GEEKLOG_BASE}/plugins/calendar/language/german_formal_utf-8.php
+${GEEKLOG_BASE}/plugins/calendar/language/german_utf-8.php
+${GEEKLOG_BASE}/plugins/calendar/language/japanese.php
+${GEEKLOG_BASE}/plugins/calendar/language/japanese_utf-8.php
+${GEEKLOG_BASE}/plugins/calendar/language/russian.php
+${GEEKLOG_BASE}/plugins/calendar/language/russian_utf-8.php
+${GEEKLOG_BASE}/plugins/calendar/language/slovenian.php
+${GEEKLOG_BASE}/plugins/calendar/language/slovenian_utf-8.php
+${GEEKLOG_BASE}/plugins/calendar/language/ukrainian.php
+${GEEKLOG_BASE}/plugins/calendar/language/ukrainian_koi8-u.php
+${GEEKLOG_BASE}/plugins/calendar/language/ukrainian_utf-8.php
+${GEEKLOG_BASE}/plugins/calendar/sql/mssql_install.php
+${GEEKLOG_BASE}/plugins/calendar/sql/mysql_install.php
+${GEEKLOG_BASE}/plugins/calendar/templates/addevent.thtml
+${GEEKLOG_BASE}/plugins/calendar/templates/addeventoption.thtml
+${GEEKLOG_BASE}/plugins/calendar/templates/addremoveevent.thtml
+${GEEKLOG_BASE}/plugins/calendar/templates/admin/eventeditor.thtml
+${GEEKLOG_BASE}/plugins/calendar/templates/calendar.thtml
+${GEEKLOG_BASE}/plugins/calendar/templates/calendarday.thtml
+${GEEKLOG_BASE}/plugins/calendar/templates/calendarevent.thtml
+${GEEKLOG_BASE}/plugins/calendar/templates/calendarweek.thtml
+${GEEKLOG_BASE}/plugins/calendar/templates/dayview/column.thtml
+${GEEKLOG_BASE}/plugins/calendar/templates/dayview/dayview.thtml
+${GEEKLOG_BASE}/plugins/calendar/templates/dayview/quickaddform.thtml
+${GEEKLOG_BASE}/plugins/calendar/templates/dayview/singleevent.thtml
+${GEEKLOG_BASE}/plugins/calendar/templates/editpersonalevent.thtml
+${GEEKLOG_BASE}/plugins/calendar/templates/eventdetails.thtml
+${GEEKLOG_BASE}/plugins/calendar/templates/events.thtml
+${GEEKLOG_BASE}/plugins/calendar/templates/mastercalendaroption.thtml
+${GEEKLOG_BASE}/plugins/calendar/templates/personalcalendaroption.thtml
+${GEEKLOG_BASE}/plugins/calendar/templates/submitevent.thtml
+${GEEKLOG_BASE}/plugins/calendar/templates/weekview/events.thtml
+${GEEKLOG_BASE}/plugins/calendar/templates/weekview/weekview.thtml
${GEEKLOG_BASE}/plugins/developer.README
${GEEKLOG_BASE}/plugins/links/functions.inc
${GEEKLOG_BASE}/plugins/links/language/README
@@ -77,6 +119,8 @@ ${GEEKLOG_BASE}/plugins/links/language/chinese_traditional_utf-8.php
${GEEKLOG_BASE}/plugins/links/language/dutch.php
${GEEKLOG_BASE}/plugins/links/language/english.php
${GEEKLOG_BASE}/plugins/links/language/english_utf-8.php
+${GEEKLOG_BASE}/plugins/links/language/estonian.php
+${GEEKLOG_BASE}/plugins/links/language/estonian_utf-8.php
${GEEKLOG_BASE}/plugins/links/language/german.php
${GEEKLOG_BASE}/plugins/links/language/german_formal.php
${GEEKLOG_BASE}/plugins/links/language/german_formal_utf-8.php
@@ -85,8 +129,13 @@ ${GEEKLOG_BASE}/plugins/links/language/japanese.php
${GEEKLOG_BASE}/plugins/links/language/japanese_utf-8.php
${GEEKLOG_BASE}/plugins/links/language/polish.php
${GEEKLOG_BASE}/plugins/links/language/russian.php
+${GEEKLOG_BASE}/plugins/links/language/slovenian.php
+${GEEKLOG_BASE}/plugins/links/language/slovenian_utf-8.php
${GEEKLOG_BASE}/plugins/links/language/ukrainian.php
-${GEEKLOG_BASE}/plugins/links/sql/install.php
+${GEEKLOG_BASE}/plugins/links/language/ukrainian_koi8-u.php
+${GEEKLOG_BASE}/plugins/links/language/ukrainian_utf-8.php
+${GEEKLOG_BASE}/plugins/links/sql/mssql_install.php
+${GEEKLOG_BASE}/plugins/links/sql/mysql_install.php
${GEEKLOG_BASE}/plugins/links/templates/admin/linkeditor.thtml
${GEEKLOG_BASE}/plugins/links/templates/categoryactivecol.thtml
${GEEKLOG_BASE}/plugins/links/templates/categorycol.thtml
@@ -105,6 +154,8 @@ ${GEEKLOG_BASE}/plugins/polls/language/chinese_traditional_utf-8.php
${GEEKLOG_BASE}/plugins/polls/language/dutch.php
${GEEKLOG_BASE}/plugins/polls/language/english.php
${GEEKLOG_BASE}/plugins/polls/language/english_utf-8.php
+${GEEKLOG_BASE}/plugins/polls/language/estonian.php
+${GEEKLOG_BASE}/plugins/polls/language/estonian_utf-8.php
${GEEKLOG_BASE}/plugins/polls/language/german.php
${GEEKLOG_BASE}/plugins/polls/language/german_formal.php
${GEEKLOG_BASE}/plugins/polls/language/german_formal_utf-8.php
@@ -112,8 +163,13 @@ ${GEEKLOG_BASE}/plugins/polls/language/german_utf-8.php
${GEEKLOG_BASE}/plugins/polls/language/japanese.php
${GEEKLOG_BASE}/plugins/polls/language/japanese_utf-8.php
${GEEKLOG_BASE}/plugins/polls/language/russian.php
+${GEEKLOG_BASE}/plugins/polls/language/slovenian.php
+${GEEKLOG_BASE}/plugins/polls/language/slovenian_utf-8.php
${GEEKLOG_BASE}/plugins/polls/language/ukrainian.php
-${GEEKLOG_BASE}/plugins/polls/sql/install.php
+${GEEKLOG_BASE}/plugins/polls/language/ukrainian_koi8-u.php
+${GEEKLOG_BASE}/plugins/polls/language/ukrainian_utf-8.php
+${GEEKLOG_BASE}/plugins/polls/sql/mssql_install.php
+${GEEKLOG_BASE}/plugins/polls/sql/mysql_install.php
${GEEKLOG_BASE}/plugins/polls/templates/admin/pollansweroption.thtml
${GEEKLOG_BASE}/plugins/polls/templates/admin/polleditor.thtml
${GEEKLOG_BASE}/plugins/polls/templates/pollanswer.thtml
@@ -135,12 +191,14 @@ ${GEEKLOG_BASE}/plugins/spamx/EditIPofURL.Admin.class.php
${GEEKLOG_BASE}/plugins/spamx/Header.Examine.class.php
${GEEKLOG_BASE}/plugins/spamx/IP.Examine.class.php
${GEEKLOG_BASE}/plugins/spamx/IPofUrl.Examine.class.php
-${GEEKLOG_BASE}/plugins/spamx/Import.Admin.class.php
${GEEKLOG_BASE}/plugins/spamx/LogView.Admin.class.php
-${GEEKLOG_BASE}/plugins/spamx/MTBlackList.Examine.class.php
${GEEKLOG_BASE}/plugins/spamx/MailAdmin.Action.class.php
${GEEKLOG_BASE}/plugins/spamx/MassDelTrackback.Admin.class.php
${GEEKLOG_BASE}/plugins/spamx/MassDelete.Admin.class.php
+${GEEKLOG_BASE}/plugins/spamx/SLV.Examine.class.php
+${GEEKLOG_BASE}/plugins/spamx/SLVbase.class.php
+${GEEKLOG_BASE}/plugins/spamx/SLVreport.Action.class.php
+${GEEKLOG_BASE}/plugins/spamx/SLVwhitelist.Admin.class.php
${GEEKLOG_BASE}/plugins/spamx/functions.inc
${GEEKLOG_BASE}/plugins/spamx/language/english.php
${GEEKLOG_BASE}/plugins/spamx/language/english_utf-8.php
@@ -148,16 +206,19 @@ ${GEEKLOG_BASE}/plugins/spamx/language/farsi_utf-8.php
${GEEKLOG_BASE}/plugins/spamx/language/french_canada.php
${GEEKLOG_BASE}/plugins/spamx/language/french_france.php
${GEEKLOG_BASE}/plugins/spamx/language/italian.php
+${GEEKLOG_BASE}/plugins/spamx/language/japanese.php
+${GEEKLOG_BASE}/plugins/spamx/language/japanese_utf-8.php
+${GEEKLOG_BASE}/plugins/spamx/language/russian.php
+${GEEKLOG_BASE}/plugins/spamx/language/russian_utf-8.php
+${GEEKLOG_BASE}/plugins/spamx/language/slovenian.php
+${GEEKLOG_BASE}/plugins/spamx/language/slovenian_utf-8.php
${GEEKLOG_BASE}/plugins/spamx/language/spanish.php
${GEEKLOG_BASE}/plugins/spamx/language/ukrainian.php
${GEEKLOG_BASE}/plugins/spamx/language/ukrainian_koi8-u.php
${GEEKLOG_BASE}/plugins/spamx/language/ukrainian_utf-8.php
-${GEEKLOG_BASE}/plugins/spamx/magpierss/extlib/Snoopy.class.inc
-${GEEKLOG_BASE}/plugins/spamx/magpierss/rss_cache.inc
-${GEEKLOG_BASE}/plugins/spamx/magpierss/rss_fetch.inc
-${GEEKLOG_BASE}/plugins/spamx/magpierss/rss_parse.inc
-${GEEKLOG_BASE}/plugins/spamx/magpierss/rss_utils.inc
${GEEKLOG_BASE}/plugins/spamx/rss.inc.php
+${GEEKLOG_BASE}/plugins/spamx/sql/mssql_install.php
+${GEEKLOG_BASE}/plugins/spamx/sql/mysql_install.php
${GEEKLOG_BASE}/plugins/spamx/templates/admin.thtml
${GEEKLOG_BASE}/plugins/spamx/templates/install.thtml
${GEEKLOG_BASE}/plugins/staticpages/functions.inc
@@ -169,6 +230,8 @@ ${GEEKLOG_BASE}/plugins/staticpages/language/danish.php
${GEEKLOG_BASE}/plugins/staticpages/language/dutch.php
${GEEKLOG_BASE}/plugins/staticpages/language/english.php
${GEEKLOG_BASE}/plugins/staticpages/language/english_utf-8.php
+${GEEKLOG_BASE}/plugins/staticpages/language/estonian.php
+${GEEKLOG_BASE}/plugins/staticpages/language/estonian_utf-8.php
${GEEKLOG_BASE}/plugins/staticpages/language/farsi_utf-8.php
${GEEKLOG_BASE}/plugins/staticpages/language/french_canada.php
${GEEKLOG_BASE}/plugins/staticpages/language/german.php
@@ -180,16 +243,310 @@ ${GEEKLOG_BASE}/plugins/staticpages/language/japanese.php
${GEEKLOG_BASE}/plugins/staticpages/language/japanese_utf-8.php
${GEEKLOG_BASE}/plugins/staticpages/language/polish.php
${GEEKLOG_BASE}/plugins/staticpages/language/portuguese_brazil.php
+${GEEKLOG_BASE}/plugins/staticpages/language/slovenian.php
+${GEEKLOG_BASE}/plugins/staticpages/language/slovenian_utf-8.php
${GEEKLOG_BASE}/plugins/staticpages/language/spanish.php
${GEEKLOG_BASE}/plugins/staticpages/language/swedish.php
${GEEKLOG_BASE}/plugins/staticpages/language/turkish.php
${GEEKLOG_BASE}/plugins/staticpages/language/ukrainian.php
${GEEKLOG_BASE}/plugins/staticpages/language/ukrainian_koi8-u.php
${GEEKLOG_BASE}/plugins/staticpages/language/ukrainian_utf-8.php
-${GEEKLOG_BASE}/plugins/staticpages/sql/install.php
+${GEEKLOG_BASE}/plugins/staticpages/sql/mssql_install.php
+${GEEKLOG_BASE}/plugins/staticpages/sql/mysql_install.php
${GEEKLOG_BASE}/plugins/staticpages/templates/admin/editor.thtml
${GEEKLOG_BASE}/plugins/staticpages/templates/admin/editor_advanced.thtml
${GEEKLOG_BASE}/plugins/staticpages/templates/printable.thtml
+${GEEKLOG_BASE}/readme
+${GEEKLOG_BASE}/sql/mssql_tableanddata.php
+${GEEKLOG_BASE}/sql/mysql_tableanddata.php
+${GEEKLOG_BASE}/sql/updates/0.1_to_0.2.sql
+${GEEKLOG_BASE}/sql/updates/0.2_to_0.3.sql
+${GEEKLOG_BASE}/sql/updates/0.3_to_0.4.sql
+${GEEKLOG_BASE}/sql/updates/0.4_to_0.5.sql
+${GEEKLOG_BASE}/sql/updates/0.5_to_1.0.sql
+${GEEKLOG_BASE}/sql/updates/1.0_to_1.1.sql
+${GEEKLOG_BASE}/sql/updates/1.1_to_1.2.sql
+${GEEKLOG_BASE}/sql/updates/1.2.5-1_to_1.3.NOTES
+${GEEKLOG_BASE}/sql/updates/1.2.5-1_to_1.3.sql
+${GEEKLOG_BASE}/sql/updates/1.2_to_1.2.2.sql
+${GEEKLOG_BASE}/sql/updates/mysql_1.2.5-1_to_1.3.php
+${GEEKLOG_BASE}/sql/updates/mysql_1.3.10_to_1.3.11.php
+${GEEKLOG_BASE}/sql/updates/mysql_1.3.11_to_1.4.0.php
+${GEEKLOG_BASE}/sql/updates/mysql_1.3.1_to_1.3.2.php
+${GEEKLOG_BASE}/sql/updates/mysql_1.3.2-1_to_1.3.3.php
+${GEEKLOG_BASE}/sql/updates/mysql_1.3.3_to_1.3.4.php
+${GEEKLOG_BASE}/sql/updates/mysql_1.3.4_to_1.3.5.php
+${GEEKLOG_BASE}/sql/updates/mysql_1.3.5_to_1.3.6.php
+${GEEKLOG_BASE}/sql/updates/mysql_1.3.7_to_1.3.8.php
+${GEEKLOG_BASE}/sql/updates/mysql_1.3.8_to_1.3.9.php
+${GEEKLOG_BASE}/sql/updates/mysql_1.3.9_to_1.3.10.php
+${GEEKLOG_BASE}/sql/updates/mysql_1.3_to_1.3.1.php
+${GEEKLOG_BASE}/sql/updates/mysql_1.4.0_to_1.4.1.php
+${GEEKLOG_BASE}/system/classes/authentication/Blogger.auth.class.php
+${GEEKLOG_BASE}/system/classes/authentication/LiveJournal.auth.class.php
+${GEEKLOG_BASE}/system/classes/calendar.class.php
+${GEEKLOG_BASE}/system/classes/conversion.class.php
+${GEEKLOG_BASE}/system/classes/downloader.class.php
+${GEEKLOG_BASE}/system/classes/kses.class.php
+${GEEKLOG_BASE}/system/classes/navbar.class.php
+${GEEKLOG_BASE}/system/classes/plugin.class.php
+${GEEKLOG_BASE}/system/classes/sanitize.class.php
+${GEEKLOG_BASE}/system/classes/search.class.php
+${GEEKLOG_BASE}/system/classes/syndication/atom.feed.class.php
+${GEEKLOG_BASE}/system/classes/syndication/feedparserbase.class.php
+${GEEKLOG_BASE}/system/classes/syndication/parserfactory.class.php
+${GEEKLOG_BASE}/system/classes/syndication/rdf.feed.class.php
+${GEEKLOG_BASE}/system/classes/syndication/rss.feed.class.php
+${GEEKLOG_BASE}/system/classes/template.class.php
+${GEEKLOG_BASE}/system/classes/timer.class.php
+${GEEKLOG_BASE}/system/classes/upload.class.php
+${GEEKLOG_BASE}/system/classes/url.class.php
+${GEEKLOG_BASE}/system/databases/mssql.class.php
+${GEEKLOG_BASE}/system/databases/mysql.class.php
+${GEEKLOG_BASE}/system/install_templates/databasesettings.tpl
+${GEEKLOG_BASE}/system/lib-admin.php
+${GEEKLOG_BASE}/system/lib-comment.php
+${GEEKLOG_BASE}/system/lib-database.php
+${GEEKLOG_BASE}/system/lib-mbyte.php
+${GEEKLOG_BASE}/system/lib-pingback.php
+${GEEKLOG_BASE}/system/lib-plugins.php
+${GEEKLOG_BASE}/system/lib-security.php
+${GEEKLOG_BASE}/system/lib-sessions.php
+${GEEKLOG_BASE}/system/lib-story.php
+${GEEKLOG_BASE}/system/lib-syndication.php
+${GEEKLOG_BASE}/system/lib-trackback.php
+${GEEKLOG_BASE}/system/lib-user.php
+${GEEKLOG_BASE}/system/memberdetail.thtml
+${GEEKLOG_BASE}/system/pear/Archive/Tar.php
+${GEEKLOG_BASE}/system/pear/Console/Getopt.php
+${GEEKLOG_BASE}/system/pear/HTTP/Request/Listener.php
+${GEEKLOG_BASE}/system/pear/HTTP/Request.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/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/Autoloader.php
+${GEEKLOG_BASE}/system/pear/PEAR/Builder.php
+${GEEKLOG_BASE}/system/pear/PEAR/ChannelFile/Parser.php
+${GEEKLOG_BASE}/system/pear/PEAR/ChannelFile.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
+${GEEKLOG_BASE}/system/pear/PEAR/Command/Build.xml
+${GEEKLOG_BASE}/system/pear/PEAR/Command/Channels.php
+${GEEKLOG_BASE}/system/pear/PEAR/Command/Channels.xml
+${GEEKLOG_BASE}/system/pear/PEAR/Command/Common.php
+${GEEKLOG_BASE}/system/pear/PEAR/Command/Config.php
+${GEEKLOG_BASE}/system/pear/PEAR/Command/Config.xml
+${GEEKLOG_BASE}/system/pear/PEAR/Command/Install.php
+${GEEKLOG_BASE}/system/pear/PEAR/Command/Install.xml
+${GEEKLOG_BASE}/system/pear/PEAR/Command/Mirror.php
+${GEEKLOG_BASE}/system/pear/PEAR/Command/Mirror.xml
+${GEEKLOG_BASE}/system/pear/PEAR/Command/Package.php
+${GEEKLOG_BASE}/system/pear/PEAR/Command/Package.xml
+${GEEKLOG_BASE}/system/pear/PEAR/Command/Pickle.php
+${GEEKLOG_BASE}/system/pear/PEAR/Command/Pickle.xml
+${GEEKLOG_BASE}/system/pear/PEAR/Command/Registry.php
+${GEEKLOG_BASE}/system/pear/PEAR/Command/Registry.xml
+${GEEKLOG_BASE}/system/pear/PEAR/Command/Remote.php
+${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/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/Frontend/CLI.php
+${GEEKLOG_BASE}/system/pear/PEAR/Frontend.php
+${GEEKLOG_BASE}/system/pear/PEAR/Installer/Role/Common.php
+${GEEKLOG_BASE}/system/pear/PEAR/Installer/Role/Data.php
+${GEEKLOG_BASE}/system/pear/PEAR/Installer/Role/Data.xml
+${GEEKLOG_BASE}/system/pear/PEAR/Installer/Role/Doc.php
+${GEEKLOG_BASE}/system/pear/PEAR/Installer/Role/Doc.xml
+${GEEKLOG_BASE}/system/pear/PEAR/Installer/Role/Ext.php
+${GEEKLOG_BASE}/system/pear/PEAR/Installer/Role/Ext.xml
+${GEEKLOG_BASE}/system/pear/PEAR/Installer/Role/Php.php
+${GEEKLOG_BASE}/system/pear/PEAR/Installer/Role/Php.xml
+${GEEKLOG_BASE}/system/pear/PEAR/Installer/Role/Script.php
+${GEEKLOG_BASE}/system/pear/PEAR/Installer/Role/Script.xml
+${GEEKLOG_BASE}/system/pear/PEAR/Installer/Role/Src.php
+${GEEKLOG_BASE}/system/pear/PEAR/Installer/Role/Src.xml
+${GEEKLOG_BASE}/system/pear/PEAR/Installer/Role/Test.php
+${GEEKLOG_BASE}/system/pear/PEAR/Installer/Role/Test.xml
+${GEEKLOG_BASE}/system/pear/PEAR/Installer/Role.php
+${GEEKLOG_BASE}/system/pear/PEAR/Installer.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/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/10.php
+${GEEKLOG_BASE}/system/pear/PEAR/REST/11.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/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/Unixeol.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/PHP/Compat/Components.php
+${GEEKLOG_BASE}/system/pear/PHP/Compat/Constant/DIRECTORY_SEPARATOR.php
+${GEEKLOG_BASE}/system/pear/PHP/Compat/Constant/E_STRICT.php
+${GEEKLOG_BASE}/system/pear/PHP/Compat/Constant/FILE.php
+${GEEKLOG_BASE}/system/pear/PHP/Compat/Constant/PATH_SEPARATOR.php
+${GEEKLOG_BASE}/system/pear/PHP/Compat/Constant/PHP_EOL.php
+${GEEKLOG_BASE}/system/pear/PHP/Compat/Constant/STD.php
+${GEEKLOG_BASE}/system/pear/PHP/Compat/Constant/T.php
+${GEEKLOG_BASE}/system/pear/PHP/Compat/Constant/UPLOAD_ERR.php
+${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/array_change_key_case.php
+${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/array_chunk.php
+${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/array_combine.php
+${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/array_diff_assoc.php
+${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/array_diff_key.php
+${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/array_diff_uassoc.php
+${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/array_diff_ukey.php
+${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/array_intersect_assoc.php
+${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/array_intersect_key.php
+${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/array_intersect_uassoc.php
+${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/array_intersect_ukey.php
+${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/array_key_exists.php
+${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/array_product.php
+${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/array_search.php
+${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/array_udiff.php
+${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/array_udiff_assoc.php
+${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/array_udiff_uassoc.php
+${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/array_uintersect.php
+${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/array_uintersect_assoc.php
+${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/array_uintersect_uassoc.php
+${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/array_walk_recursive.php
+${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/bcinvert.php
+${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/bcpowmod.php
+${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/call_user_func_array.php
+${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/clone.php
+${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/constant.php
+${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/convert_uudecode.php
+${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/convert_uuencode.php
+${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/debug_print_backtrace.php
+${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/file_get_contents.php
+${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/file_put_contents.php
+${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/floatval.php
+${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/fprintf.php
+${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/fputcsv.php
+${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/get_headers.php
+${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/get_include_path.php
+${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/html_entity_decode.php
+${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/htmlspecialchars_decode.php
+${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/http_build_query.php
+${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/ibase_timefmt.php
+${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/idate.php
+${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/image_type_to_mime_type.php
+${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/inet_ntop.php
+${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/inet_pton.php
+${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/ini_get_all.php
+${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/is_a.php
+${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/md5_file.php
+${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/mhash.php
+${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/mime_content_type.php
+${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/ob_clean.php
+${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/ob_flush.php
+${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/ob_get_clean.php
+${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/ob_get_flush.php
+${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/pg_affected_rows.php
+${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/pg_escape_bytea.php
+${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/pg_unescape_bytea.php
+${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/php_strip_whitespace.php
+${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/restore_include_path.php
+${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/scandir.php
+${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/set_include_path.php
+${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/str_ireplace.php
+${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/str_rot13.php
+${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/str_shuffle.php
+${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/str_split.php
+${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/str_word_count.php
+${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/stripos.php
+${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/strpbrk.php
+${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/strripos.php
+${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/substr_compare.php
+${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/time_sleep_until.php
+${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/var_export.php
+${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/version_compare.php
+${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/vprintf.php
+${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/vsprintf.php
+${GEEKLOG_BASE}/system/pear/PHP/Compat.php
+${GEEKLOG_BASE}/system/pear/README
+${GEEKLOG_BASE}/system/pear/System.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/package.dtd
+${GEEKLOG_BASE}/system/pear/scripts/pear.bat
+${GEEKLOG_BASE}/system/pear/scripts/pear.sh
+${GEEKLOG_BASE}/system/pear/scripts/pearcmd.php
+${GEEKLOG_BASE}/system/pear/scripts/peardev.bat
+${GEEKLOG_BASE}/system/pear/scripts/peardev.sh
+${GEEKLOG_BASE}/system/pear/scripts/pecl.bat
+${GEEKLOG_BASE}/system/pear/scripts/pecl.sh
+${GEEKLOG_BASE}/system/pear/scripts/peclcmd.php
+${GEEKLOG_BASE}/system/pear/template.spec
+${GEEKLOG_ADMIN}/auth.inc.php
+${GEEKLOG_ADMIN}/block.php
+${GEEKLOG_ADMIN}/database.php
+${GEEKLOG_ADMIN}/group.php
+${GEEKLOG_ADMIN}/index.php
+${GEEKLOG_ADMIN}/install/addindex.php
+${GEEKLOG_ADMIN}/install/check.php
+${GEEKLOG_ADMIN}/install/configinfo.php
+${GEEKLOG_ADMIN}/install/info.php
+${GEEKLOG_ADMIN}/install/install.php
+${GEEKLOG_ADMIN}/install/success.php
+${GEEKLOG_ADMIN}/install/toinnodb.php
+${GEEKLOG_ADMIN}/mail.php
+${GEEKLOG_ADMIN}/moderation.php
+${GEEKLOG_ADMIN}/plugins/calendar/index.php
+${GEEKLOG_ADMIN}/plugins/calendar/install.php
+${GEEKLOG_ADMIN}/plugins/links/index.php
+${GEEKLOG_ADMIN}/plugins/links/install.php
+${GEEKLOG_ADMIN}/plugins/polls/index.php
+${GEEKLOG_ADMIN}/plugins/polls/install.php
+${GEEKLOG_ADMIN}/plugins/spamx/images/spamx.png
+${GEEKLOG_ADMIN}/plugins/spamx/index.php
+${GEEKLOG_ADMIN}/plugins/spamx/install.php
+${GEEKLOG_ADMIN}/plugins/staticpages/index.php
+${GEEKLOG_ADMIN}/plugins/staticpages/install.php
+${GEEKLOG_ADMIN}/plugins.php
+${GEEKLOG_ADMIN}/sectest.php
+${GEEKLOG_ADMIN}/story.php
+${GEEKLOG_ADMIN}/syndication.php
+${GEEKLOG_ADMIN}/topic.php
+${GEEKLOG_ADMIN}/trackback.php
+${GEEKLOG_ADMIN}/user.php
${GEEKLOG_TMPL}/backend/geeklog.rss
${GEEKLOG_TMPL}/images/articles/index.html
${GEEKLOG_TMPL}/images/library/File/test.pdf
@@ -229,41 +586,16 @@ ${GEEKLOG_TMPL}/images/topics/topic_gl.gif
${GEEKLOG_TMPL}/images/topics/topic_news.gif
${GEEKLOG_TMPL}/images/userphotos/index.html
${GEEKLOG_PUB}/404.php
-${GEEKLOG_PUB}/admin/auth.inc.php
-${GEEKLOG_PUB}/admin/block.php
-${GEEKLOG_PUB}/admin/database.php
-${GEEKLOG_PUB}/admin/event.php
-${GEEKLOG_PUB}/admin/group.php
-${GEEKLOG_PUB}/admin/index.php
-${GEEKLOG_PUB}/admin/install/addindex.php
-${GEEKLOG_PUB}/admin/install/check.php
-${GEEKLOG_PUB}/admin/install/configinfo.php
-${GEEKLOG_PUB}/admin/install/info.php
-${GEEKLOG_PUB}/admin/install/install.php
-${GEEKLOG_PUB}/admin/install/success.php
-${GEEKLOG_PUB}/admin/install/toinnodb.php
-${GEEKLOG_PUB}/admin/mail.php
-${GEEKLOG_PUB}/admin/moderation.php
-${GEEKLOG_PUB}/admin/plugins.php
-${GEEKLOG_PUB}/admin/plugins/links/index.php
-${GEEKLOG_PUB}/admin/plugins/links/install.php
-${GEEKLOG_PUB}/admin/plugins/polls/index.php
-${GEEKLOG_PUB}/admin/plugins/polls/install.php
-${GEEKLOG_PUB}/admin/plugins/spamx/images/spamx.png
-${GEEKLOG_PUB}/admin/plugins/spamx/index.php
-${GEEKLOG_PUB}/admin/plugins/spamx/install.php
-${GEEKLOG_PUB}/admin/plugins/staticpages/index.php
-${GEEKLOG_PUB}/admin/plugins/staticpages/install.php
-${GEEKLOG_PUB}/admin/story.php
-${GEEKLOG_PUB}/admin/syndication.php
-${GEEKLOG_PUB}/admin/topic.php
-${GEEKLOG_PUB}/admin/trackback.php
-${GEEKLOG_PUB}/admin/user.php
${GEEKLOG_PUB}/article.php
-${GEEKLOG_PUB}/calendar.php
-${GEEKLOG_PUB}/calendar_event.php
+${GEEKLOG_PUB}/calendar/event.php
+${GEEKLOG_PUB}/calendar/images/calendar.png
+${GEEKLOG_PUB}/calendar/images/delete_event.gif
+${GEEKLOG_PUB}/calendar/images/delete_event.png
+${GEEKLOG_PUB}/calendar/index.php
+${GEEKLOG_PUB}/calendar/style.css
${GEEKLOG_PUB}/comment.php
${GEEKLOG_PUB}/directory.php
+${GEEKLOG_PUB}/docs/calendar.html
${GEEKLOG_PUB}/docs/changed-files
${GEEKLOG_PUB}/docs/changes.html
${GEEKLOG_PUB}/docs/config.html
@@ -276,6 +608,7 @@ ${GEEKLOG_PUB}/docs/images/pl.png
${GEEKLOG_PUB}/docs/index.html
${GEEKLOG_PUB}/docs/install.html
${GEEKLOG_PUB}/docs/license
+${GEEKLOG_PUB}/docs/links.html
${GEEKLOG_PUB}/docs/plugin.html
${GEEKLOG_PUB}/docs/polls.html
${GEEKLOG_PUB}/docs/spamx.html
@@ -286,12 +619,15 @@ ${GEEKLOG_PUB}/docs/themevars.html
${GEEKLOG_PUB}/docs/trackback.html
${GEEKLOG_PUB}/fckeditor/_documentation.html
${GEEKLOG_PUB}/fckeditor/_whatsnew.html
-${GEEKLOG_PUB}/fckeditor/editor/_source/classes/fckcontextmenugroup.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/classes/fckcontextmenuitem.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/classes/fckcontextmenuseparator.js
+${GEEKLOG_PUB}/fckeditor/editor/_source/classes/fckcontextmenu.js
+${GEEKLOG_PUB}/fckeditor/editor/_source/classes/fckeditingarea.js
${GEEKLOG_PUB}/fckeditor/editor/_source/classes/fckevents.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/classes/fckpanel_gecko.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/classes/fckpanel_ie.js
+${GEEKLOG_PUB}/fckeditor/editor/_source/classes/fckicon.js
+${GEEKLOG_PUB}/fckeditor/editor/_source/classes/fckiecleanup.js
+${GEEKLOG_PUB}/fckeditor/editor/_source/classes/fckmenublock.js
+${GEEKLOG_PUB}/fckeditor/editor/_source/classes/fckmenublockpanel.js
+${GEEKLOG_PUB}/fckeditor/editor/_source/classes/fckmenuitem.js
+${GEEKLOG_PUB}/fckeditor/editor/_source/classes/fckpanel.js
${GEEKLOG_PUB}/fckeditor/editor/_source/classes/fckplugin.js
${GEEKLOG_PUB}/fckeditor/editor/_source/classes/fckspecialcombo.js
${GEEKLOG_PUB}/fckeditor/editor/_source/classes/fckstyledef.js
@@ -302,6 +638,7 @@ ${GEEKLOG_PUB}/fckeditor/editor/_source/classes/fcktoolbar.js
${GEEKLOG_PUB}/fckeditor/editor/_source/classes/fcktoolbarbreak_gecko.js
${GEEKLOG_PUB}/fckeditor/editor/_source/classes/fcktoolbarbreak_ie.js
${GEEKLOG_PUB}/fckeditor/editor/_source/classes/fcktoolbarbutton.js
+${GEEKLOG_PUB}/fckeditor/editor/_source/classes/fcktoolbarbuttonui.js
${GEEKLOG_PUB}/fckeditor/editor/_source/classes/fcktoolbarfontformatcombo.js
${GEEKLOG_PUB}/fckeditor/editor/_source/classes/fcktoolbarfontscombo.js
${GEEKLOG_PUB}/fckeditor/editor/_source/classes/fcktoolbarfontsizecombo.js
@@ -311,6 +648,7 @@ ${GEEKLOG_PUB}/fckeditor/editor/_source/classes/fcktoolbarstylecombo.js
${GEEKLOG_PUB}/fckeditor/editor/_source/classes/fckxml_gecko.js
${GEEKLOG_PUB}/fckeditor/editor/_source/classes/fckxml_ie.js
${GEEKLOG_PUB}/fckeditor/editor/_source/commandclasses/fck_othercommands.js
+${GEEKLOG_PUB}/fckeditor/editor/_source/commandclasses/fckfitwindow.js
${GEEKLOG_PUB}/fckeditor/editor/_source/commandclasses/fcknamedcommand.js
${GEEKLOG_PUB}/fckeditor/editor/_source/commandclasses/fckpasteplaintextcommand.js
${GEEKLOG_PUB}/fckeditor/editor/_source/commandclasses/fckpastewordcommand.js
@@ -319,8 +657,9 @@ ${GEEKLOG_PUB}/fckeditor/editor/_source/commandclasses/fckspellcheckcommand_ie.j
${GEEKLOG_PUB}/fckeditor/editor/_source/commandclasses/fckstylecommand.js
${GEEKLOG_PUB}/fckeditor/editor/_source/commandclasses/fcktablecommand.js
${GEEKLOG_PUB}/fckeditor/editor/_source/commandclasses/fcktextcolorcommand.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/globals/fck_constants.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/globals/fckeditorapi.js
+${GEEKLOG_PUB}/fckeditor/editor/_source/fckconstants.js
+${GEEKLOG_PUB}/fckeditor/editor/_source/fckeditorapi.js
+${GEEKLOG_PUB}/fckeditor/editor/_source/fckjscoreextensions.js
${GEEKLOG_PUB}/fckeditor/editor/_source/internals/fck.js
${GEEKLOG_PUB}/fckeditor/editor/_source/internals/fck_1.js
${GEEKLOG_PUB}/fckeditor/editor/_source/internals/fck_1_gecko.js
@@ -328,25 +667,19 @@ ${GEEKLOG_PUB}/fckeditor/editor/_source/internals/fck_1_ie.js
${GEEKLOG_PUB}/fckeditor/editor/_source/internals/fck_2.js
${GEEKLOG_PUB}/fckeditor/editor/_source/internals/fck_2_gecko.js
${GEEKLOG_PUB}/fckeditor/editor/_source/internals/fck_2_ie.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/internals/fck_last.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/internals/fck_onload.js
+${GEEKLOG_PUB}/fckeditor/editor/_source/internals/fck_contextmenu.js
${GEEKLOG_PUB}/fckeditor/editor/_source/internals/fckbrowserinfo.js
${GEEKLOG_PUB}/fckeditor/editor/_source/internals/fckcodeformatter.js
${GEEKLOG_PUB}/fckeditor/editor/_source/internals/fckcommands.js
${GEEKLOG_PUB}/fckeditor/editor/_source/internals/fckconfig.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/internals/fckcontextmenu.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/internals/fckcontextmenu_gecko.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/internals/fckcontextmenu_ie.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/internals/fckcoreextensions.js
${GEEKLOG_PUB}/fckeditor/editor/_source/internals/fckdebug.js
${GEEKLOG_PUB}/fckeditor/editor/_source/internals/fckdialog.js
${GEEKLOG_PUB}/fckeditor/editor/_source/internals/fckdialog_gecko.js
${GEEKLOG_PUB}/fckeditor/editor/_source/internals/fckdialog_ie.js
+${GEEKLOG_PUB}/fckeditor/editor/_source/internals/fckdocumentprocessor.js
${GEEKLOG_PUB}/fckeditor/editor/_source/internals/fcklanguagemanager.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/internals/fcknamespace.js
${GEEKLOG_PUB}/fckeditor/editor/_source/internals/fckplugins.js
${GEEKLOG_PUB}/fckeditor/editor/_source/internals/fckregexlib.js
-${GEEKLOG_PUB}/fckeditor/editor/_source/internals/fckscriptloader.js
${GEEKLOG_PUB}/fckeditor/editor/_source/internals/fckselection.js
${GEEKLOG_PUB}/fckeditor/editor/_source/internals/fckselection_gecko.js
${GEEKLOG_PUB}/fckeditor/editor/_source/internals/fckselection_ie.js
@@ -365,17 +698,15 @@ ${GEEKLOG_PUB}/fckeditor/editor/_source/internals/fckxhtml.js
${GEEKLOG_PUB}/fckeditor/editor/_source/internals/fckxhtml_gecko.js
${GEEKLOG_PUB}/fckeditor/editor/_source/internals/fckxhtml_ie.js
${GEEKLOG_PUB}/fckeditor/editor/_source/internals/fckxhtmlentities.js
-${GEEKLOG_PUB}/fckeditor/editor/css/behaviors/anchor.gif
-${GEEKLOG_PUB}/fckeditor/editor/css/behaviors/anchors.htc
${GEEKLOG_PUB}/fckeditor/editor/css/behaviors/disablehandles.htc
${GEEKLOG_PUB}/fckeditor/editor/css/behaviors/hiddenfield.gif
${GEEKLOG_PUB}/fckeditor/editor/css/behaviors/hiddenfield.htc
-${GEEKLOG_PUB}/fckeditor/editor/css/behaviors/moz-bindings.xml
${GEEKLOG_PUB}/fckeditor/editor/css/behaviors/showtableborders.htc
${GEEKLOG_PUB}/fckeditor/editor/css/fck_editorarea.css
${GEEKLOG_PUB}/fckeditor/editor/css/fck_internal.css
${GEEKLOG_PUB}/fckeditor/editor/css/fck_showtableborders_gecko.css
${GEEKLOG_PUB}/fckeditor/editor/css/images/fck_anchor.gif
+${GEEKLOG_PUB}/fckeditor/editor/css/images/fck_flashlogo.gif
${GEEKLOG_PUB}/fckeditor/editor/css/images/fck_pagebreak.gif
${GEEKLOG_PUB}/fckeditor/editor/dialog/common/fck_dialog_common.css
${GEEKLOG_PUB}/fckeditor/editor/dialog/common/fck_dialog_common.js
@@ -384,35 +715,36 @@ ${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/common/moz-bindings.xml
-${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_about.html
${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_about/lgpl.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.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_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_find.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_link.html
+${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/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
${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_select/fck_select.js
+${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_select.html
${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_smiley.html
${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_source.html
${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_specialchar.html
-${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_spellerpages.html
${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_spellerpages/spellerpages/blank.html
${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_spellerpages/spellerpages/controlWindow.js
${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_spellerpages/spellerpages/controls.html
@@ -423,17 +755,15 @@ ${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_spellerpages/spellerpages/spellChecke
${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_spellerpages/spellerpages/spellchecker.html
${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_spellerpages/spellerpages/spellerStyle.css
${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_spellerpages/spellerpages/wordWindow.js
+${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_spellerpages.html
${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_table.html
${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_tablecell.html
-${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_template.html
-${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_template/fck_template_moz-bindings.xml
-${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_template/fck_templateitem.htc
${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_template/images/template1.gif
${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_template/images/template2.gif
${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_template/images/template3.gif
+${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_template.html
${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_textarea.html
${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_textfield.html
-${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_universalkey.html
${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_universalkey/00.gif
${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_universalkey/data.js
${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_universalkey/diacritic.js
@@ -441,11 +771,93 @@ ${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_universalkey/dialogue.js
${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_universalkey/fck_universalkey.css
${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_universalkey/keyboard_layout.gif
${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_universalkey/multihexa.js
+${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_universalkey.html
${GEEKLOG_PUB}/fckeditor/editor/fckblank.html
${GEEKLOG_PUB}/fckeditor/editor/fckdebug.html
${GEEKLOG_PUB}/fckeditor/editor/fckdialog.html
${GEEKLOG_PUB}/fckeditor/editor/fckeditor.html
+${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/browser.css
+${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/browser.html
+${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/connectors/php/basexml.php
+${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/connectors/php/commands.php
+${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/connectors/php/config.php
+${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/connectors/php/connector.php
+${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/connectors/php/io.php
+${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/connectors/php/util.php
+${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/frmactualfolder.html
+${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/frmcreatefolder.html
+${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/frmfolders.html
+${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/frmresourceslist.html
+${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/frmresourcetype.html
+${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/frmupload.html
+${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/ButtonArrow.gif
+${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/Folder.gif
+${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/Folder32.gif
+${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/FolderOpened.gif
+${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/FolderOpened32.gif
+${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/FolderUp.gif
+${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/32/ai.gif
+${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/32/avi.gif
+${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/32/bmp.gif
+${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/32/cs.gif
+${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/32/default.icon.gif
+${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/32/dll.gif
+${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/32/doc.gif
+${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/32/exe.gif
+${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/32/fla.gif
+${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/32/gif.gif
+${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/32/htm.gif
+${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/32/html.gif
+${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/32/jpg.gif
+${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/32/js.gif
+${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/32/mdb.gif
+${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/32/mp3.gif
+${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/32/pdf.gif
+${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/32/ppt.gif
+${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/32/rdp.gif
+${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/32/swf.gif
+${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/32/swt.gif
+${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/32/txt.gif
+${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/32/vsd.gif
+${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/32/xls.gif
+${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/32/xml.gif
+${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/32/zip.gif
+${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/ai.gif
+${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/avi.gif
+${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/bmp.gif
+${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/cs.gif
+${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/default.icon.gif
+${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/dll.gif
+${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/doc.gif
+${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/exe.gif
+${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/fla.gif
+${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/gif.gif
+${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/htm.gif
+${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/html.gif
+${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/jpg.gif
+${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/js.gif
+${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/mdb.gif
+${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/mp3.gif
+${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/pdf.gif
+${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/ppt.gif
+${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/rdp.gif
+${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/swf.gif
+${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/swt.gif
+${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/txt.gif
+${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/vsd.gif
+${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/xls.gif
+${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/xml.gif
+${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/zip.gif
+${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/spacer.gif
+${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/js/common.js
+${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/js/fckxml.js
+${GEEKLOG_PUB}/fckeditor/editor/filemanager/upload/php/config.php
+${GEEKLOG_PUB}/fckeditor/editor/filemanager/upload/php/upload.php
+${GEEKLOG_PUB}/fckeditor/editor/filemanager/upload/php/util.php
+${GEEKLOG_PUB}/fckeditor/editor/filemanager/upload/test.html
${GEEKLOG_PUB}/fckeditor/editor/images/anchor.gif
+${GEEKLOG_PUB}/fckeditor/editor/images/arrow_ltr.gif
+${GEEKLOG_PUB}/fckeditor/editor/images/arrow_rtl.gif
${GEEKLOG_PUB}/fckeditor/editor/images/smiley/fun/aiua.gif
${GEEKLOG_PUB}/fckeditor/editor/images/smiley/fun/ak.gif
${GEEKLOG_PUB}/fckeditor/editor/images/smiley/fun/alien.gif
@@ -556,14 +968,13 @@ ${GEEKLOG_PUB}/fckeditor/editor/images/smiley/msn/tounge_smile.gif
${GEEKLOG_PUB}/fckeditor/editor/images/smiley/msn/whatchutalkingabout_smile.gif
${GEEKLOG_PUB}/fckeditor/editor/images/smiley/msn/wink_smile.gif
${GEEKLOG_PUB}/fckeditor/editor/images/spacer.gif
-${GEEKLOG_PUB}/fckeditor/editor/js/fck_startup.js
-${GEEKLOG_PUB}/fckeditor/editor/js/fckeditorcode_gecko_1.js
-${GEEKLOG_PUB}/fckeditor/editor/js/fckeditorcode_gecko_2.js
-${GEEKLOG_PUB}/fckeditor/editor/js/fckeditorcode_ie_1.js
-${GEEKLOG_PUB}/fckeditor/editor/js/fckeditorcode_ie_2.js
+${GEEKLOG_PUB}/fckeditor/editor/js/fckeditorcode_gecko.js
+${GEEKLOG_PUB}/fckeditor/editor/js/fckeditorcode_ie.js
+${GEEKLOG_PUB}/fckeditor/editor/lang/_getfontformat.html
${GEEKLOG_PUB}/fckeditor/editor/lang/_translationstatus.txt
${GEEKLOG_PUB}/fckeditor/editor/lang/ar.js
${GEEKLOG_PUB}/fckeditor/editor/lang/bg.js
+${GEEKLOG_PUB}/fckeditor/editor/lang/bn.js
${GEEKLOG_PUB}/fckeditor/editor/lang/bs.js
${GEEKLOG_PUB}/fckeditor/editor/lang/ca.js
${GEEKLOG_PUB}/fckeditor/editor/lang/cs.js
@@ -571,6 +982,7 @@ ${GEEKLOG_PUB}/fckeditor/editor/lang/da.js
${GEEKLOG_PUB}/fckeditor/editor/lang/de.js
${GEEKLOG_PUB}/fckeditor/editor/lang/el.js
${GEEKLOG_PUB}/fckeditor/editor/lang/en-au.js
+${GEEKLOG_PUB}/fckeditor/editor/lang/en-ca.js
${GEEKLOG_PUB}/fckeditor/editor/lang/en-uk.js
${GEEKLOG_PUB}/fckeditor/editor/lang/en.js
${GEEKLOG_PUB}/fckeditor/editor/lang/eo.js
@@ -578,18 +990,20 @@ ${GEEKLOG_PUB}/fckeditor/editor/lang/es.js
${GEEKLOG_PUB}/fckeditor/editor/lang/et.js
${GEEKLOG_PUB}/fckeditor/editor/lang/eu.js
${GEEKLOG_PUB}/fckeditor/editor/lang/fa.js
-${GEEKLOG_PUB}/fckeditor/editor/lang/fcklanguagemanager.js
${GEEKLOG_PUB}/fckeditor/editor/lang/fi.js
${GEEKLOG_PUB}/fckeditor/editor/lang/fo.js
${GEEKLOG_PUB}/fckeditor/editor/lang/fr.js
${GEEKLOG_PUB}/fckeditor/editor/lang/gl.js
${GEEKLOG_PUB}/fckeditor/editor/lang/he.js
+${GEEKLOG_PUB}/fckeditor/editor/lang/hi.js
${GEEKLOG_PUB}/fckeditor/editor/lang/hr.js
${GEEKLOG_PUB}/fckeditor/editor/lang/hu.js
${GEEKLOG_PUB}/fckeditor/editor/lang/it.js
${GEEKLOG_PUB}/fckeditor/editor/lang/ja.js
+${GEEKLOG_PUB}/fckeditor/editor/lang/km.js
${GEEKLOG_PUB}/fckeditor/editor/lang/ko.js
${GEEKLOG_PUB}/fckeditor/editor/lang/lt.js
+${GEEKLOG_PUB}/fckeditor/editor/lang/lv.js
${GEEKLOG_PUB}/fckeditor/editor/lang/mn.js
${GEEKLOG_PUB}/fckeditor/editor/lang/ms.js
${GEEKLOG_PUB}/fckeditor/editor/lang/nl.js
@@ -610,29 +1024,21 @@ ${GEEKLOG_PUB}/fckeditor/editor/lang/uk.js
${GEEKLOG_PUB}/fckeditor/editor/lang/vi.js
${GEEKLOG_PUB}/fckeditor/editor/lang/zh-cn.js
${GEEKLOG_PUB}/fckeditor/editor/lang/zh.js
-${GEEKLOG_PUB}/fckeditor/editor/plugins/CloseWindow/closewindow.gif
-${GEEKLOG_PUB}/fckeditor/editor/plugins/CloseWindow/fckplugin.js
-${GEEKLOG_PUB}/fckeditor/editor/plugins/CloseWindow/lang/cs.js
-${GEEKLOG_PUB}/fckeditor/editor/plugins/CloseWindow/lang/en.js
-${GEEKLOG_PUB}/fckeditor/editor/plugins/CloseWindow/lang/nl.js
-${GEEKLOG_PUB}/fckeditor/editor/plugins/FullWindow/fckplugin.js
-${GEEKLOG_PUB}/fckeditor/editor/plugins/FullWindow/fckplugin.txt
-${GEEKLOG_PUB}/fckeditor/editor/plugins/FullWindow/fullwindow.gif
-${GEEKLOG_PUB}/fckeditor/editor/plugins/FullWindow/fullwindow.html
-${GEEKLOG_PUB}/fckeditor/editor/plugins/FullWindow/lang/cs.js
-${GEEKLOG_PUB}/fckeditor/editor/plugins/FullWindow/lang/en.js
-${GEEKLOG_PUB}/fckeditor/editor/plugins/FullWindow/lang/nl.js
+${GEEKLOG_PUB}/fckeditor/editor/plugins/autogrow/fckplugin.js
${GEEKLOG_PUB}/fckeditor/editor/plugins/placeholder/fck_placeholder.html
${GEEKLOG_PUB}/fckeditor/editor/plugins/placeholder/fckplugin.js
${GEEKLOG_PUB}/fckeditor/editor/plugins/placeholder/lang/de.js
${GEEKLOG_PUB}/fckeditor/editor/plugins/placeholder/lang/en.js
${GEEKLOG_PUB}/fckeditor/editor/plugins/placeholder/lang/fr.js
${GEEKLOG_PUB}/fckeditor/editor/plugins/placeholder/lang/it.js
+${GEEKLOG_PUB}/fckeditor/editor/plugins/placeholder/lang/pl.js
${GEEKLOG_PUB}/fckeditor/editor/plugins/placeholder/placeholder.gif
+${GEEKLOG_PUB}/fckeditor/editor/plugins/simplecommands/fckplugin.js
${GEEKLOG_PUB}/fckeditor/editor/plugins/tablecommands/fckplugin.js
-${GEEKLOG_PUB}/fckeditor/editor/skins/default/fck_contextmenu.css
+${GEEKLOG_PUB}/fckeditor/editor/skins/_fckviewstrips.html
${GEEKLOG_PUB}/fckeditor/editor/skins/default/fck_dialog.css
${GEEKLOG_PUB}/fckeditor/editor/skins/default/fck_editor.css
+${GEEKLOG_PUB}/fckeditor/editor/skins/default/fck_strip.gif
${GEEKLOG_PUB}/fckeditor/editor/skins/default/images/toolbar.arrowright.gif
${GEEKLOG_PUB}/fckeditor/editor/skins/default/images/toolbar.buttonarrow.gif
${GEEKLOG_PUB}/fckeditor/editor/skins/default/images/toolbar.collapse.gif
@@ -640,79 +1046,9 @@ ${GEEKLOG_PUB}/fckeditor/editor/skins/default/images/toolbar.end.gif
${GEEKLOG_PUB}/fckeditor/editor/skins/default/images/toolbar.expand.gif
${GEEKLOG_PUB}/fckeditor/editor/skins/default/images/toolbar.separator.gif
${GEEKLOG_PUB}/fckeditor/editor/skins/default/images/toolbar.start.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/default/toolbar/about.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/default/toolbar/anchor.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/default/toolbar/bgcolor.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/default/toolbar/bold.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/default/toolbar/bulletedlist.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/default/toolbar/button.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/default/toolbar/checkbox.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/default/toolbar/copy.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/default/toolbar/cut.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/default/toolbar/docprops.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/default/toolbar/find.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/default/toolbar/flash.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/default/toolbar/form.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/default/toolbar/hiddenfield.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/default/toolbar/image.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/default/toolbar/imagebutton.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/default/toolbar/indent.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/default/toolbar/inserthorizontalrule.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/default/toolbar/insertorderedlist.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/default/toolbar/insertunorderedlist.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/default/toolbar/italic.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/default/toolbar/justifycenter.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/default/toolbar/justifyfull.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/default/toolbar/justifyleft.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/default/toolbar/justifyright.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/default/toolbar/link.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/default/toolbar/newpage.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/default/toolbar/numberedlist.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/default/toolbar/outdent.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/default/toolbar/pagebreak.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/default/toolbar/paste.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/default/toolbar/pastetext.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/default/toolbar/pasteword.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/default/toolbar/preview.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/default/toolbar/print.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/default/toolbar/radio.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/default/toolbar/redo.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/default/toolbar/removeformat.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/default/toolbar/replace.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/default/toolbar/save.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/default/toolbar/select.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/default/toolbar/selectall.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/default/toolbar/showdetails.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/default/toolbar/showtableborders.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/default/toolbar/smiley.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/default/toolbar/source.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/default/toolbar/specialchar.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/default/toolbar/spellcheck.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/default/toolbar/strikethrough.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/default/toolbar/subscript.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/default/toolbar/superscript.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/default/toolbar/table.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/default/toolbar/tablecell.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/default/toolbar/tabledeletecells.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/default/toolbar/tabledeletecolumns.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/default/toolbar/tabledeleterows.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/default/toolbar/tableinsertcell.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/default/toolbar/tableinsertcolumn.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/default/toolbar/tableinsertrow.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/default/toolbar/tablemergecells.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/default/toolbar/tablesplitcell.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/default/toolbar/templates.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/default/toolbar/textarea.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/default/toolbar/textcolor.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/default/toolbar/textfield.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/default/toolbar/underline.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/default/toolbar/undo.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/default/toolbar/universalkey.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/default/toolbar/unlink.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/default/toolbar/unorderedlist.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/fck_contextmenu.css
${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/fck_dialog.css
${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/fck_editor.css
+${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/fck_strip.gif
${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/images/toolbar.arrowright.gif
${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/images/toolbar.bg.gif
${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/images/toolbar.buttonarrow.gif
@@ -721,85 +1057,9 @@ ${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/images/toolbar.end.gif
${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/images/toolbar.expand.gif
${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/images/toolbar.separator.gif
${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/images/toolbar.start.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/toolbar/about.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/toolbar/anchor.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/toolbar/bgcolor.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/toolbar/bold.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/toolbar/bulletedlist.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/toolbar/button.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/toolbar/checkbox.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/toolbar/copy.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/toolbar/cut.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/toolbar/docprops.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/toolbar/find.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/toolbar/flash.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/toolbar/fontstyleadv.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/toolbar/form.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/toolbar/hidden.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/toolbar/hiddenfield.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/toolbar/image.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/toolbar/imagebutton.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/toolbar/indent.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/toolbar/input.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/toolbar/inserthorizontalrule.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/toolbar/insertorderedlist.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/toolbar/insertunorderedlist.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/toolbar/italic.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/toolbar/justifycenter.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/toolbar/justifyfull.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/toolbar/justifyleft.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/toolbar/justifyright.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/toolbar/link.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/toolbar/mail.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/toolbar/new.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/toolbar/newpage.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/toolbar/numberedlist.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/toolbar/open.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/toolbar/outdent.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/toolbar/pagebreak.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/toolbar/paste.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/toolbar/pastetext.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/toolbar/pasteword.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/toolbar/preview.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/toolbar/print.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/toolbar/radio.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/toolbar/redo.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/toolbar/removeformat.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/toolbar/replace.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/toolbar/save.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/toolbar/select.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/toolbar/selectall.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/toolbar/showdetails.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/toolbar/showtableborders.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/toolbar/smiley.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/toolbar/source.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/toolbar/specialchar.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/toolbar/spellcheck.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/toolbar/strikethrough.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/toolbar/subscript.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/toolbar/superscript.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/toolbar/table.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/toolbar/tablecell.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/toolbar/tabledeletecells.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/toolbar/tabledeletecolumns.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/toolbar/tabledeleterows.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/toolbar/tableinsertcell.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/toolbar/tableinsertcolumn.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/toolbar/tableinsertrow.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/toolbar/tablemergecells.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/toolbar/tablesplitcell.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/toolbar/templates.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/toolbar/textarea.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/toolbar/textcolor.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/toolbar/textfield.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/toolbar/underline.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/toolbar/undo.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/toolbar/universalkey.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/toolbar/unlink.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/toolbar/unorderedlist.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/silver/fck_contextmenu.css
${GEEKLOG_PUB}/fckeditor/editor/skins/silver/fck_dialog.css
${GEEKLOG_PUB}/fckeditor/editor/skins/silver/fck_editor.css
+${GEEKLOG_PUB}/fckeditor/editor/skins/silver/fck_strip.gif
${GEEKLOG_PUB}/fckeditor/editor/skins/silver/images/toolbar.arrowright.gif
${GEEKLOG_PUB}/fckeditor/editor/skins/silver/images/toolbar.buttonarrow.gif
${GEEKLOG_PUB}/fckeditor/editor/skins/silver/images/toolbar.buttonbg.gif
@@ -808,82 +1068,14 @@ ${GEEKLOG_PUB}/fckeditor/editor/skins/silver/images/toolbar.end.gif
${GEEKLOG_PUB}/fckeditor/editor/skins/silver/images/toolbar.expand.gif
${GEEKLOG_PUB}/fckeditor/editor/skins/silver/images/toolbar.separator.gif
${GEEKLOG_PUB}/fckeditor/editor/skins/silver/images/toolbar.start.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/silver/toolbar/about.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/silver/toolbar/anchor.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/silver/toolbar/bgcolor.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/silver/toolbar/bold.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/silver/toolbar/bulletedlist.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/silver/toolbar/button.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/silver/toolbar/checkbox.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/silver/toolbar/copy.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/silver/toolbar/cut.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/silver/toolbar/docprops.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/silver/toolbar/find.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/silver/toolbar/flash.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/silver/toolbar/form.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/silver/toolbar/hiddenfield.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/silver/toolbar/image.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/silver/toolbar/imagebutton.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/silver/toolbar/indent.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/silver/toolbar/inserthorizontalrule.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/silver/toolbar/insertorderedlist.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/silver/toolbar/insertunorderedlist.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/silver/toolbar/italic.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/silver/toolbar/justifycenter.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/silver/toolbar/justifyfull.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/silver/toolbar/justifyleft.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/silver/toolbar/justifyright.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/silver/toolbar/link.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/silver/toolbar/newpage.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/silver/toolbar/numberedlist.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/silver/toolbar/outdent.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/silver/toolbar/pagebreak.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/silver/toolbar/paste.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/silver/toolbar/pastetext.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/silver/toolbar/pasteword.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/silver/toolbar/preview.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/silver/toolbar/print.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/silver/toolbar/radio.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/silver/toolbar/redo.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/silver/toolbar/removeformat.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/silver/toolbar/replace.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/silver/toolbar/save.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/silver/toolbar/select.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/silver/toolbar/selectall.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/silver/toolbar/showdetails.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/silver/toolbar/showtableborders.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/silver/toolbar/smiley.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/silver/toolbar/source.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/silver/toolbar/specialchar.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/silver/toolbar/spellcheck.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/silver/toolbar/strikethrough.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/silver/toolbar/subscript.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/silver/toolbar/superscript.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/silver/toolbar/table.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/silver/toolbar/tablecell.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/silver/toolbar/tabledeletecells.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/silver/toolbar/tabledeletecolumns.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/silver/toolbar/tabledeleterows.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/silver/toolbar/tableinsertcell.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/silver/toolbar/tableinsertcolumn.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/silver/toolbar/tableinsertrow.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/silver/toolbar/tablemergecells.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/silver/toolbar/tablesplitcell.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/silver/toolbar/templates.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/silver/toolbar/textarea.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/silver/toolbar/textcolor.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/silver/toolbar/textfield.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/silver/toolbar/underline.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/silver/toolbar/undo.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/silver/toolbar/universalkey.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/silver/toolbar/unlink.gif
-${GEEKLOG_PUB}/fckeditor/editor/skins/silver/toolbar/unorderedlist.gif
${GEEKLOG_PUB}/fckeditor/fckconfig.js
${GEEKLOG_PUB}/fckeditor/fckeditor.js
${GEEKLOG_PUB}/fckeditor/fckeditor.php
${GEEKLOG_PUB}/fckeditor/fckstyles.xml
${GEEKLOG_PUB}/fckeditor/fcktemplates.xml
+${GEEKLOG_PUB}/fckeditor/htaccess.txt
${GEEKLOG_PUB}/fckeditor/license.txt
+${GEEKLOG_PUB}/fckeditor/myconfig.js
${GEEKLOG_PUB}/getimage.php
${GEEKLOG_PUB}/help/advancedsearch.html
${GEEKLOG_PUB}/help/cceventsubmission.html
@@ -906,8 +1098,11 @@ ${GEEKLOG_PUB}/images/button_help.gif
${GEEKLOG_PUB}/images/buttons/cms-geeklog.png
${GEEKLOG_PUB}/images/buttons/geeklog-badge.gif
${GEEKLOG_PUB}/images/buttons/geekpower2.gif
+${GEEKLOG_PUB}/images/buttons/index.html
${GEEKLOG_PUB}/images/buttons/mysql.gif
${GEEKLOG_PUB}/images/buttons/php.gif
+${GEEKLOG_PUB}/images/buttons/valid-css.png
+${GEEKLOG_PUB}/images/buttons/valid-html.png
${GEEKLOG_PUB}/images/icons/block.gif
${GEEKLOG_PUB}/images/icons/event.gif
${GEEKLOG_PUB}/images/icons/feed.gif
@@ -928,7 +1123,9 @@ ${GEEKLOG_PUB}/images/speck.gif
${GEEKLOG_PUB}/images/sysmessage.gif
${GEEKLOG_PUB}/index.php
${GEEKLOG_PUB}/javascript/advanced_editor.js
+${GEEKLOG_PUB}/javascript/common.js
${GEEKLOG_PUB}/javascript/moveusers.js
+${GEEKLOG_PUB}/javascript/profile_editor.js
${GEEKLOG_PUB}/javascript/staticpages_fckeditor.js
${GEEKLOG_PUB}/javascript/storyeditor_fckeditor.js
${GEEKLOG_PUB}/javascript/submitcomment_fckeditor.js
@@ -937,8 +1134,7 @@ ${GEEKLOG_PUB}/layout/professional/README
${GEEKLOG_PUB}/layout/professional/admin/block/blockeditor.thtml
${GEEKLOG_PUB}/layout/professional/admin/block/defaultblockeditor.thtml
${GEEKLOG_PUB}/layout/professional/admin/block/index.html
-${GEEKLOG_PUB}/layout/professional/admin/event/eventeditor.thtml
-${GEEKLOG_PUB}/layout/professional/admin/event/index.html
+${GEEKLOG_PUB}/layout/professional/admin/common/edit_permissions.thtml
${GEEKLOG_PUB}/layout/professional/admin/group/groupeditor.thtml
${GEEKLOG_PUB}/layout/professional/admin/group/groupmembers.thtml
${GEEKLOG_PUB}/layout/professional/admin/group/index.html
@@ -981,6 +1177,8 @@ ${GEEKLOG_PUB}/layout/professional/admin/trackback/pingitem.thtml
${GEEKLOG_PUB}/layout/professional/admin/trackback/pinglist.thtml
${GEEKLOG_PUB}/layout/professional/admin/trackback/serviceeditor.thtml
${GEEKLOG_PUB}/layout/professional/admin/trackback/trackbackeditor.thtml
+${GEEKLOG_PUB}/layout/professional/admin/user/batchdelete.thtml
+${GEEKLOG_PUB}/layout/professional/admin/user/batchdelete_options.thtml
${GEEKLOG_PUB}/layout/professional/admin/user/edituser.thtml
${GEEKLOG_PUB}/layout/professional/admin/user/groupedit.thtml
${GEEKLOG_PUB}/layout/professional/admin/user/index.html
@@ -1003,27 +1201,6 @@ ${GEEKLOG_PUB}/layout/professional/blockheader-related.thtml
${GEEKLOG_PUB}/layout/professional/blockheader-right.thtml
${GEEKLOG_PUB}/layout/professional/blockheader.thtml
${GEEKLOG_PUB}/layout/professional/blockservices.thtml
-${GEEKLOG_PUB}/layout/professional/calendar/addevent.thtml
-${GEEKLOG_PUB}/layout/professional/calendar/addeventoption.thtml
-${GEEKLOG_PUB}/layout/professional/calendar/addremoveevent.thtml
-${GEEKLOG_PUB}/layout/professional/calendar/calendar.thtml
-${GEEKLOG_PUB}/layout/professional/calendar/calendarday.thtml
-${GEEKLOG_PUB}/layout/professional/calendar/calendarevent.thtml
-${GEEKLOG_PUB}/layout/professional/calendar/calendarweek.thtml
-${GEEKLOG_PUB}/layout/professional/calendar/dayview/column.thtml
-${GEEKLOG_PUB}/layout/professional/calendar/dayview/dayview.thtml
-${GEEKLOG_PUB}/layout/professional/calendar/dayview/index.html
-${GEEKLOG_PUB}/layout/professional/calendar/dayview/quickaddform.thtml
-${GEEKLOG_PUB}/layout/professional/calendar/dayview/singleevent.thtml
-${GEEKLOG_PUB}/layout/professional/calendar/editpersonalevent.thtml
-${GEEKLOG_PUB}/layout/professional/calendar/eventdetails.thtml
-${GEEKLOG_PUB}/layout/professional/calendar/events.thtml
-${GEEKLOG_PUB}/layout/professional/calendar/index.html
-${GEEKLOG_PUB}/layout/professional/calendar/mastercalendaroption.thtml
-${GEEKLOG_PUB}/layout/professional/calendar/personalcalendaroption.thtml
-${GEEKLOG_PUB}/layout/professional/calendar/weekview/events.thtml
-${GEEKLOG_PUB}/layout/professional/calendar/weekview/index.html
-${GEEKLOG_PUB}/layout/professional/calendar/weekview/weekview.thtml
${GEEKLOG_PUB}/layout/professional/comment/comment.thtml
${GEEKLOG_PUB}/layout/professional/comment/commentbar.thtml
${GEEKLOG_PUB}/layout/professional/comment/commentform.thtml
@@ -1032,8 +1209,6 @@ ${GEEKLOG_PUB}/layout/professional/comment/index.html
${GEEKLOG_PUB}/layout/professional/comment/reportcomment.thtml
${GEEKLOG_PUB}/layout/professional/comment/startcomment.thtml
${GEEKLOG_PUB}/layout/professional/comment/thread.thtml
-${GEEKLOG_PUB}/layout/professional/customlogin-footer.thtml
-${GEEKLOG_PUB}/layout/professional/customlogin-header.thtml
${GEEKLOG_PUB}/layout/professional/featuredstorybodytext.thtml
${GEEKLOG_PUB}/layout/professional/featuredstorytext.thtml
${GEEKLOG_PUB}/layout/professional/footer.thtml
@@ -1042,22 +1217,17 @@ ${GEEKLOG_PUB}/layout/professional/header.thtml
${GEEKLOG_PUB}/layout/professional/images/admin/block-left.png
${GEEKLOG_PUB}/layout/professional/images/admin/block-right.png
${GEEKLOG_PUB}/layout/professional/images/admin/index.html
-${GEEKLOG_PUB}/layout/professional/images/admin/plugins.gif
${GEEKLOG_PUB}/layout/professional/images/bar.gif
${GEEKLOG_PUB}/layout/professional/images/bararrowdown.png
${GEEKLOG_PUB}/layout/professional/images/bararrowup.png
${GEEKLOG_PUB}/layout/professional/images/button_help.png
-${GEEKLOG_PUB}/layout/professional/images/buttons/geekpower2.gif
-${GEEKLOG_PUB}/layout/professional/images/buttons/index.html
-${GEEKLOG_PUB}/layout/professional/images/buttons/mysql.gif
-${GEEKLOG_PUB}/layout/professional/images/buttons/php.gif
-${GEEKLOG_PUB}/layout/professional/images/buttons/valid-css.png
-${GEEKLOG_PUB}/layout/professional/images/buttons/valid-html.png
-${GEEKLOG_PUB}/layout/professional/images/collapse.gif
+${GEEKLOG_PUB}/layout/professional/images/collapse.png
${GEEKLOG_PUB}/layout/professional/images/copy.png
+${GEEKLOG_PUB}/layout/professional/images/deleteitem.png
${GEEKLOG_PUB}/layout/professional/images/edit.png
-${GEEKLOG_PUB}/layout/professional/images/expand.gif
+${GEEKLOG_PUB}/layout/professional/images/expand.png
${GEEKLOG_PUB}/layout/professional/images/header-bg.png
+${GEEKLOG_PUB}/layout/professional/images/icon_info.png
${GEEKLOG_PUB}/layout/professional/images/icons/block.png
${GEEKLOG_PUB}/layout/professional/images/icons/database.png
${GEEKLOG_PUB}/layout/professional/images/icons/delete_event.png
@@ -1076,33 +1246,29 @@ ${GEEKLOG_PUB}/layout/professional/images/icons/user.png
${GEEKLOG_PUB}/layout/professional/images/icons/versioncheck.png
${GEEKLOG_PUB}/layout/professional/images/index.html
${GEEKLOG_PUB}/layout/professional/images/list.png
-${GEEKLOG_PUB}/layout/professional/images/logo-bg.gif
${GEEKLOG_PUB}/layout/professional/images/logo.png
${GEEKLOG_PUB}/layout/professional/images/mail.png
-${GEEKLOG_PUB}/layout/professional/images/pdf.gif
-${GEEKLOG_PUB}/layout/professional/images/person.gif
+${GEEKLOG_PUB}/layout/professional/images/pdf.png
+${GEEKLOG_PUB}/layout/professional/images/person.png
${GEEKLOG_PUB}/layout/professional/images/print.png
${GEEKLOG_PUB}/layout/professional/images/sendping.png
${GEEKLOG_PUB}/layout/professional/images/smallcamera.png
${GEEKLOG_PUB}/layout/professional/images/sysmessage.png
${GEEKLOG_PUB}/layout/professional/leftblocks.thtml
-${GEEKLOG_PUB}/layout/professional/links/categoryactivecol.thtml
-${GEEKLOG_PUB}/layout/professional/links/categorycol.thtml
-${GEEKLOG_PUB}/layout/professional/links/categorylinks.thtml
-${GEEKLOG_PUB}/layout/professional/links/categorynavigation.thtml
-${GEEKLOG_PUB}/layout/professional/links/categoryrow.thtml
-${GEEKLOG_PUB}/layout/professional/links/index.html
-${GEEKLOG_PUB}/layout/professional/links/linkdetails.thtml
-${GEEKLOG_PUB}/layout/professional/links/links.thtml
-${GEEKLOG_PUB}/layout/professional/links/pagenavigation.thtml
${GEEKLOG_PUB}/layout/professional/list.thtml
${GEEKLOG_PUB}/layout/professional/listitem.thtml
${GEEKLOG_PUB}/layout/professional/loginform.thtml
${GEEKLOG_PUB}/layout/professional/menuitem.thtml
${GEEKLOG_PUB}/layout/professional/menuitem_last.thtml
${GEEKLOG_PUB}/layout/professional/menuitem_none.thtml
+${GEEKLOG_PUB}/layout/professional/navbar/breadcrumb_link.thtml
+${GEEKLOG_PUB}/layout/professional/navbar/breadcrumbs.thtml
${GEEKLOG_PUB}/layout/professional/navbar/images/button.gif
${GEEKLOG_PUB}/layout/professional/navbar/images/button_over.gif
+${GEEKLOG_PUB}/layout/professional/navbar/images/tableftI.gif
+${GEEKLOG_PUB}/layout/professional/navbar/images/tableftJ.gif
+${GEEKLOG_PUB}/layout/professional/navbar/images/tabrightI.gif
+${GEEKLOG_PUB}/layout/professional/navbar/images/tabrightJ.gif
${GEEKLOG_PUB}/layout/professional/navbar/menuitem.thtml
${GEEKLOG_PUB}/layout/professional/navbar/navbar.thtml
${GEEKLOG_PUB}/layout/professional/preferences/boxesblock.thtml
@@ -1147,7 +1313,6 @@ ${GEEKLOG_PUB}/layout/professional/storybodytext.thtml
${GEEKLOG_PUB}/layout/professional/storytext.thtml
${GEEKLOG_PUB}/layout/professional/style.css
${GEEKLOG_PUB}/layout/professional/submit/index.html
-${GEEKLOG_PUB}/layout/professional/submit/submitevent.thtml
${GEEKLOG_PUB}/layout/professional/submit/submitloginrequired.thtml
${GEEKLOG_PUB}/layout/professional/submit/submitstory.thtml
${GEEKLOG_PUB}/layout/professional/submit/submitstory_advanced.thtml
@@ -1176,7 +1341,6 @@ ${GEEKLOG_PUB}/links/portal.php
${GEEKLOG_PUB}/pingback.php
${GEEKLOG_PUB}/polls/images/polls.png
${GEEKLOG_PUB}/polls/index.php
-${GEEKLOG_PUB}/portal.php
${GEEKLOG_PUB}/profiles.php
${GEEKLOG_PUB}/robots.txt
${GEEKLOG_PUB}/search.php
@@ -1184,268 +1348,14 @@ ${GEEKLOG_PUB}/staticpages/images/staticpages.png
${GEEKLOG_PUB}/staticpages/index.php
${GEEKLOG_PUB}/stats.php
${GEEKLOG_PUB}/submit.php
+${GEEKLOG_PUB}/switchlang.php
${GEEKLOG_PUB}/trackback.php
${GEEKLOG_PUB}/users.php
${GEEKLOG_PUB}/usersettings.php
-${GEEKLOG_BASE}/readme
-${GEEKLOG_BASE}/sql/mysql_tableanddata.php
-${GEEKLOG_BASE}/sql/updates/0.1_to_0.2.sql
-${GEEKLOG_BASE}/sql/updates/0.2_to_0.3.sql
-${GEEKLOG_BASE}/sql/updates/0.3_to_0.4.sql
-${GEEKLOG_BASE}/sql/updates/0.4_to_0.5.sql
-${GEEKLOG_BASE}/sql/updates/0.5_to_1.0.sql
-${GEEKLOG_BASE}/sql/updates/1.0_to_1.1.sql
-${GEEKLOG_BASE}/sql/updates/1.1_to_1.2.sql
-${GEEKLOG_BASE}/sql/updates/1.2.5-1_to_1.3.NOTES
-${GEEKLOG_BASE}/sql/updates/1.2.5-1_to_1.3.sql
-${GEEKLOG_BASE}/sql/updates/1.2_to_1.2.2.sql
-${GEEKLOG_BASE}/sql/updates/mysql_1.2.5-1_to_1.3.php
-${GEEKLOG_BASE}/sql/updates/mysql_1.3.10_to_1.3.11.php
-${GEEKLOG_BASE}/sql/updates/mysql_1.3.11_to_1.4.0.php
-${GEEKLOG_BASE}/sql/updates/mysql_1.3.1_to_1.3.2.php
-${GEEKLOG_BASE}/sql/updates/mysql_1.3.2-1_to_1.3.3.php
-${GEEKLOG_BASE}/sql/updates/mysql_1.3.3_to_1.3.4.php
-${GEEKLOG_BASE}/sql/updates/mysql_1.3.4_to_1.3.5.php
-${GEEKLOG_BASE}/sql/updates/mysql_1.3.5_to_1.3.6.php
-${GEEKLOG_BASE}/sql/updates/mysql_1.3.7_to_1.3.8.php
-${GEEKLOG_BASE}/sql/updates/mysql_1.3.8_to_1.3.9.php
-${GEEKLOG_BASE}/sql/updates/mysql_1.3.9_to_1.3.10.php
-${GEEKLOG_BASE}/sql/updates/mysql_1.3_to_1.3.1.php
-${GEEKLOG_BASE}/system/classes/authentication/Blogger.auth.class.php
-${GEEKLOG_BASE}/system/classes/authentication/LiveJournal.auth.class.php
-${GEEKLOG_BASE}/system/classes/calendar.class.php
-${GEEKLOG_BASE}/system/classes/conversion.class.php
-${GEEKLOG_BASE}/system/classes/downloader.class.php
-${GEEKLOG_BASE}/system/classes/kses.class.php
-${GEEKLOG_BASE}/system/classes/navbar.class.php
-${GEEKLOG_BASE}/system/classes/plugin.class.php
-${GEEKLOG_BASE}/system/classes/sanitize.class.php
-${GEEKLOG_BASE}/system/classes/search.class.php
-${GEEKLOG_BASE}/system/classes/syndication/atom.feed.class.php
-${GEEKLOG_BASE}/system/classes/syndication/feedparserbase.class.php
-${GEEKLOG_BASE}/system/classes/syndication/parserfactory.class.php
-${GEEKLOG_BASE}/system/classes/syndication/rdf.feed.class.php
-${GEEKLOG_BASE}/system/classes/syndication/rss.feed.class.php
-${GEEKLOG_BASE}/system/classes/template.class.php
-${GEEKLOG_BASE}/system/classes/timer.class.php
-${GEEKLOG_BASE}/system/classes/upload.class.php
-${GEEKLOG_BASE}/system/classes/url.class.php
-${GEEKLOG_BASE}/system/databases/mysql.class.php
-${GEEKLOG_BASE}/system/install_templates/databasesettings.tpl
-${GEEKLOG_BASE}/system/lib-admin.php
-${GEEKLOG_BASE}/system/lib-comment.php
-${GEEKLOG_BASE}/system/lib-database.php
-${GEEKLOG_BASE}/system/lib-pingback.php
-${GEEKLOG_BASE}/system/lib-plugins.php
-${GEEKLOG_BASE}/system/lib-security.php
-${GEEKLOG_BASE}/system/lib-sessions.php
-${GEEKLOG_BASE}/system/lib-story.php
-${GEEKLOG_BASE}/system/lib-syndication.php
-${GEEKLOG_BASE}/system/lib-trackback.php
-${GEEKLOG_BASE}/system/lib-user.php
-${GEEKLOG_BASE}/system/memberdetail.thtml
-${GEEKLOG_BASE}/system/pear/Archive/Tar.php
-${GEEKLOG_BASE}/system/pear/Console/Getopt.php
-${GEEKLOG_BASE}/system/pear/HTTP/Request.php
-${GEEKLOG_BASE}/system/pear/HTTP/Request/Listener.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/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/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
-${GEEKLOG_BASE}/system/pear/PEAR/Command/Build.xml
-${GEEKLOG_BASE}/system/pear/PEAR/Command/Channels.php
-${GEEKLOG_BASE}/system/pear/PEAR/Command/Channels.xml
-${GEEKLOG_BASE}/system/pear/PEAR/Command/Common.php
-${GEEKLOG_BASE}/system/pear/PEAR/Command/Config.php
-${GEEKLOG_BASE}/system/pear/PEAR/Command/Config.xml
-${GEEKLOG_BASE}/system/pear/PEAR/Command/Install.php
-${GEEKLOG_BASE}/system/pear/PEAR/Command/Install.xml
-${GEEKLOG_BASE}/system/pear/PEAR/Command/Mirror.php
-${GEEKLOG_BASE}/system/pear/PEAR/Command/Mirror.xml
-${GEEKLOG_BASE}/system/pear/PEAR/Command/Package.php
-${GEEKLOG_BASE}/system/pear/PEAR/Command/Package.xml
-${GEEKLOG_BASE}/system/pear/PEAR/Command/Pickle.php
-${GEEKLOG_BASE}/system/pear/PEAR/Command/Pickle.xml
-${GEEKLOG_BASE}/system/pear/PEAR/Command/Registry.php
-${GEEKLOG_BASE}/system/pear/PEAR/Command/Registry.xml
-${GEEKLOG_BASE}/system/pear/PEAR/Command/Remote.php
-${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/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/ErrorStack.php
-${GEEKLOG_BASE}/system/pear/PEAR/Exception.php
-${GEEKLOG_BASE}/system/pear/PEAR/Frontend.php
-${GEEKLOG_BASE}/system/pear/PEAR/Frontend/CLI.php
-${GEEKLOG_BASE}/system/pear/PEAR/Installer.php
-${GEEKLOG_BASE}/system/pear/PEAR/Installer/Role.php
-${GEEKLOG_BASE}/system/pear/PEAR/Installer/Role/Common.php
-${GEEKLOG_BASE}/system/pear/PEAR/Installer/Role/Data.php
-${GEEKLOG_BASE}/system/pear/PEAR/Installer/Role/Data.xml
-${GEEKLOG_BASE}/system/pear/PEAR/Installer/Role/Doc.php
-${GEEKLOG_BASE}/system/pear/PEAR/Installer/Role/Doc.xml
-${GEEKLOG_BASE}/system/pear/PEAR/Installer/Role/Ext.php
-${GEEKLOG_BASE}/system/pear/PEAR/Installer/Role/Ext.xml
-${GEEKLOG_BASE}/system/pear/PEAR/Installer/Role/Php.php
-${GEEKLOG_BASE}/system/pear/PEAR/Installer/Role/Php.xml
-${GEEKLOG_BASE}/system/pear/PEAR/Installer/Role/Script.php
-${GEEKLOG_BASE}/system/pear/PEAR/Installer/Role/Script.xml
-${GEEKLOG_BASE}/system/pear/PEAR/Installer/Role/Src.php
-${GEEKLOG_BASE}/system/pear/PEAR/Installer/Role/Src.xml
-${GEEKLOG_BASE}/system/pear/PEAR/Installer/Role/Test.php
-${GEEKLOG_BASE}/system/pear/PEAR/Installer/Role/Test.xml
-${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/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/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/Replace.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/Validate.php
-${GEEKLOG_BASE}/system/pear/PEAR/Validator/PECL.php
-${GEEKLOG_BASE}/system/pear/PEAR/XMLParser.php
-${GEEKLOG_BASE}/system/pear/PHP/Compat.php
-${GEEKLOG_BASE}/system/pear/PHP/Compat/Components.php
-${GEEKLOG_BASE}/system/pear/PHP/Compat/Constant/DIRECTORY_SEPARATOR.php
-${GEEKLOG_BASE}/system/pear/PHP/Compat/Constant/E_STRICT.php
-${GEEKLOG_BASE}/system/pear/PHP/Compat/Constant/FILE.php
-${GEEKLOG_BASE}/system/pear/PHP/Compat/Constant/PATH_SEPARATOR.php
-${GEEKLOG_BASE}/system/pear/PHP/Compat/Constant/PHP_EOL.php
-${GEEKLOG_BASE}/system/pear/PHP/Compat/Constant/STD.php
-${GEEKLOG_BASE}/system/pear/PHP/Compat/Constant/T.php
-${GEEKLOG_BASE}/system/pear/PHP/Compat/Constant/UPLOAD_ERR.php
-${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/array_change_key_case.php
-${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/array_chunk.php
-${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/array_combine.php
-${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/array_diff_assoc.php
-${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/array_diff_key.php
-${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/array_diff_uassoc.php
-${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/array_diff_ukey.php
-${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/array_intersect_assoc.php
-${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/array_intersect_key.php
-${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/array_intersect_uassoc.php
-${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/array_intersect_ukey.php
-${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/array_key_exists.php
-${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/array_product.php
-${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/array_search.php
-${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/array_udiff.php
-${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/array_udiff_assoc.php
-${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/array_udiff_uassoc.php
-${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/array_uintersect.php
-${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/array_uintersect_assoc.php
-${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/array_uintersect_uassoc.php
-${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/array_walk_recursive.php
-${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/bcinvert.php
-${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/bcpowmod.php
-${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/call_user_func_array.php
-${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/clone.php
-${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/constant.php
-${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/convert_uudecode.php
-${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/convert_uuencode.php
-${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/debug_print_backtrace.php
-${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/file_get_contents.php
-${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/file_put_contents.php
-${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/floatval.php
-${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/fprintf.php
-${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/fputcsv.php
-${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/get_headers.php
-${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/get_include_path.php
-${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/html_entity_decode.php
-${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/htmlspecialchars_decode.php
-${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/http_build_query.php
-${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/ibase_timefmt.php
-${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/idate.php
-${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/image_type_to_mime_type.php
-${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/inet_ntop.php
-${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/inet_pton.php
-${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/ini_get_all.php
-${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/is_a.php
-${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/md5_file.php
-${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/mhash.php
-${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/mime_content_type.php
-${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/ob_clean.php
-${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/ob_flush.php
-${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/ob_get_clean.php
-${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/ob_get_flush.php
-${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/pg_affected_rows.php
-${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/pg_escape_bytea.php
-${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/pg_unescape_bytea.php
-${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/php_strip_whitespace.php
-${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/restore_include_path.php
-${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/scandir.php
-${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/set_include_path.php
-${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/str_ireplace.php
-${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/str_rot13.php
-${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/str_shuffle.php
-${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/str_split.php
-${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/str_word_count.php
-${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/stripos.php
-${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/strpbrk.php
-${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/strripos.php
-${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/substr_compare.php
-${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/time_sleep_until.php
-${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/var_export.php
-${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/version_compare.php
-${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/vprintf.php
-${GEEKLOG_BASE}/system/pear/PHP/Compat/Function/vsprintf.php
-${GEEKLOG_BASE}/system/pear/README
-${GEEKLOG_BASE}/system/pear/System.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/package.dtd
-${GEEKLOG_BASE}/system/pear/scripts/pear.bat
-${GEEKLOG_BASE}/system/pear/scripts/pear.sh
-${GEEKLOG_BASE}/system/pear/scripts/pearcmd.php
-${GEEKLOG_BASE}/system/pear/scripts/peardev.bat
-${GEEKLOG_BASE}/system/pear/scripts/peardev.sh
-${GEEKLOG_BASE}/system/pear/scripts/pecl.bat
-${GEEKLOG_BASE}/system/pear/scripts/pecl.sh
-${GEEKLOG_BASE}/system/pear/scripts/peclcmd.php
-${GEEKLOG_BASE}/system/pear/template.spec
share/doc/geeklog/README
share/examples/geeklog/config.php
-share/examples/geeklog/createdb.php
share/examples/geeklog/geeklog.conf
+share/examples/geeklog/plugins/calendar/config.php
share/examples/geeklog/plugins/links/config.php
share/examples/geeklog/plugins/polls/config.php
share/examples/geeklog/plugins/spamx/config.php
@@ -1453,65 +1363,13 @@ share/examples/geeklog/plugins/staticpages/config.php
share/examples/geeklog/system/lib-custom.php
@dirrm share/doc/geeklog
@dirrm share/examples/geeklog/system
-@dirrm share/examples/geeklog/plugins/links
-@dirrm share/examples/geeklog/plugins/polls
-@dirrm share/examples/geeklog/plugins/spamx
@dirrm share/examples/geeklog/plugins/staticpages
+@dirrm share/examples/geeklog/plugins/spamx
+@dirrm share/examples/geeklog/plugins/polls
+@dirrm share/examples/geeklog/plugins/links
+@dirrm share/examples/geeklog/plugins/calendar
@dirrm share/examples/geeklog/plugins
@dirrm share/examples/geeklog
-@dirrm ${GEEKLOG_TMPL}/backend
-@dirrm ${GEEKLOG_TMPL}/images/articles
-@dirrm ${GEEKLOG_TMPL}/images/library/File
-@dirrm ${GEEKLOG_TMPL}/images/library/Flash
-@dirrm ${GEEKLOG_TMPL}/images/library/Image/icons
-@dirrm ${GEEKLOG_TMPL}/images/library/Image
-@dirrm ${GEEKLOG_TMPL}/images/library/Media
-@dirrm ${GEEKLOG_TMPL}/images/library
-@dirrm ${GEEKLOG_TMPL}/images/topics
-@dirrm ${GEEKLOG_TMPL}/images/userphotos
-@dirrm ${GEEKLOG_TMPL}/images
-@dirrm ${GEEKLOG_TMPL}
-@dirrm ${GEEKLOG_BASE}/system/pear/scripts
-@dirrm ${GEEKLOG_BASE}/system/pear/XML/RPC
-@dirrm ${GEEKLOG_BASE}/system/pear/XML
-@dirrm ${GEEKLOG_BASE}/system/pear/PHP/Compat/Function
-@dirrm ${GEEKLOG_BASE}/system/pear/PHP/Compat/Constant
-@dirrm ${GEEKLOG_BASE}/system/pear/PHP/Compat
-@dirrm ${GEEKLOG_BASE}/system/pear/PHP
-@dirrm ${GEEKLOG_BASE}/system/pear/PEAR/Validator
-@dirrm ${GEEKLOG_BASE}/system/pear/PEAR/Task/Windowseol
-@dirrm ${GEEKLOG_BASE}/system/pear/PEAR/Task/Unixeol
-@dirrm ${GEEKLOG_BASE}/system/pear/PEAR/Task/Replace
-@dirrm ${GEEKLOG_BASE}/system/pear/PEAR/Task/Postinstallscript
-@dirrm ${GEEKLOG_BASE}/system/pear/PEAR/Task
-@dirrm ${GEEKLOG_BASE}/system/pear/PEAR/REST
-@dirrm ${GEEKLOG_BASE}/system/pear/PEAR/PackageFile/v2
-@dirrm ${GEEKLOG_BASE}/system/pear/PEAR/PackageFile/Parser
-@dirrm ${GEEKLOG_BASE}/system/pear/PEAR/PackageFile/Generator
-@dirrm ${GEEKLOG_BASE}/system/pear/PEAR/PackageFile
-@dirrm ${GEEKLOG_BASE}/system/pear/PEAR/Installer/Role
-@dirrm ${GEEKLOG_BASE}/system/pear/PEAR/Installer
-@dirrm ${GEEKLOG_BASE}/system/pear/PEAR/Frontend
-@dirrm ${GEEKLOG_BASE}/system/pear/PEAR/Downloader
-@dirrm ${GEEKLOG_BASE}/system/pear/PEAR/Command
-@dirrm ${GEEKLOG_BASE}/system/pear/PEAR/ChannelFile
-@dirrm ${GEEKLOG_BASE}/system/pear/PEAR
-@dirrm ${GEEKLOG_BASE}/system/pear/OS
-@dirrm ${GEEKLOG_BASE}/system/pear/Net
-@dirrm ${GEEKLOG_BASE}/system/pear/Mail
-@dirrm ${GEEKLOG_BASE}/system/pear/HTTP/Request
-@dirrm ${GEEKLOG_BASE}/system/pear/HTTP
-@dirrm ${GEEKLOG_BASE}/system/pear/Console
-@dirrm ${GEEKLOG_BASE}/system/pear/Archive
-@dirrm ${GEEKLOG_BASE}/system/pear
-@dirrm ${GEEKLOG_BASE}/system/install_templates
-@dirrm ${GEEKLOG_BASE}/system/databases
-@dirrm ${GEEKLOG_BASE}/system/classes/syndication
-@dirrm ${GEEKLOG_BASE}/system/classes/authentication
-@dirrm ${GEEKLOG_BASE}/system/classes
-@dirrm ${GEEKLOG_BASE}/system
-@dirrm ${GEEKLOG_BASE}/sql/updates
-@dirrm ${GEEKLOG_BASE}/sql
@dirrm ${GEEKLOG_PUB}/staticpages/images
@dirrm ${GEEKLOG_PUB}/staticpages
@dirrm ${GEEKLOG_PUB}/polls/images
@@ -1527,15 +1385,10 @@ share/examples/geeklog/system/lib-custom.php
@dirrm ${GEEKLOG_PUB}/layout/professional/preferences
@dirrm ${GEEKLOG_PUB}/layout/professional/navbar/images
@dirrm ${GEEKLOG_PUB}/layout/professional/navbar
-@dirrm ${GEEKLOG_PUB}/layout/professional/links
@dirrm ${GEEKLOG_PUB}/layout/professional/images/icons
-@dirrm ${GEEKLOG_PUB}/layout/professional/images/buttons
@dirrm ${GEEKLOG_PUB}/layout/professional/images/admin
@dirrm ${GEEKLOG_PUB}/layout/professional/images
@dirrm ${GEEKLOG_PUB}/layout/professional/comment
-@dirrm ${GEEKLOG_PUB}/layout/professional/calendar/weekview
-@dirrm ${GEEKLOG_PUB}/layout/professional/calendar/dayview
-@dirrm ${GEEKLOG_PUB}/layout/professional/calendar
@dirrm ${GEEKLOG_PUB}/layout/professional/article
@dirrm ${GEEKLOG_PUB}/layout/professional/admin/user
@dirrm ${GEEKLOG_PUB}/layout/professional/admin/trackback
@@ -1547,7 +1400,7 @@ share/examples/geeklog/system/lib-custom.php
@dirrm ${GEEKLOG_PUB}/layout/professional/admin/mail
@dirrm ${GEEKLOG_PUB}/layout/professional/admin/lists
@dirrm ${GEEKLOG_PUB}/layout/professional/admin/group
-@dirrm ${GEEKLOG_PUB}/layout/professional/admin/event
+@dirrm ${GEEKLOG_PUB}/layout/professional/admin/common
@dirrm ${GEEKLOG_PUB}/layout/professional/admin/block
@dirrm ${GEEKLOG_PUB}/layout/professional/admin
@dirrm ${GEEKLOG_PUB}/layout/professional
@@ -1558,23 +1411,18 @@ share/examples/geeklog/system/lib-custom.php
@dirrm ${GEEKLOG_PUB}/images/admin
@dirrm ${GEEKLOG_PUB}/images
@dirrm ${GEEKLOG_PUB}/help
-@dirrm ${GEEKLOG_PUB}/fckeditor/editor/skins/silver/toolbar
@dirrm ${GEEKLOG_PUB}/fckeditor/editor/skins/silver/images
@dirrm ${GEEKLOG_PUB}/fckeditor/editor/skins/silver
-@dirrm ${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/toolbar
@dirrm ${GEEKLOG_PUB}/fckeditor/editor/skins/office2003/images
@dirrm ${GEEKLOG_PUB}/fckeditor/editor/skins/office2003
-@dirrm ${GEEKLOG_PUB}/fckeditor/editor/skins/default/toolbar
@dirrm ${GEEKLOG_PUB}/fckeditor/editor/skins/default/images
@dirrm ${GEEKLOG_PUB}/fckeditor/editor/skins/default
@dirrm ${GEEKLOG_PUB}/fckeditor/editor/skins
@dirrm ${GEEKLOG_PUB}/fckeditor/editor/plugins/tablecommands
+@dirrm ${GEEKLOG_PUB}/fckeditor/editor/plugins/simplecommands
@dirrm ${GEEKLOG_PUB}/fckeditor/editor/plugins/placeholder/lang
@dirrm ${GEEKLOG_PUB}/fckeditor/editor/plugins/placeholder
-@dirrm ${GEEKLOG_PUB}/fckeditor/editor/plugins/FullWindow/lang
-@dirrm ${GEEKLOG_PUB}/fckeditor/editor/plugins/FullWindow
-@dirrm ${GEEKLOG_PUB}/fckeditor/editor/plugins/CloseWindow/lang
-@dirrm ${GEEKLOG_PUB}/fckeditor/editor/plugins/CloseWindow
+@dirrm ${GEEKLOG_PUB}/fckeditor/editor/plugins/autogrow
@dirrm ${GEEKLOG_PUB}/fckeditor/editor/plugins
@dirrm ${GEEKLOG_PUB}/fckeditor/editor/lang
@dirrm ${GEEKLOG_PUB}/fckeditor/editor/js
@@ -1582,6 +1430,17 @@ share/examples/geeklog/system/lib-custom.php
@dirrm ${GEEKLOG_PUB}/fckeditor/editor/images/smiley/fun
@dirrm ${GEEKLOG_PUB}/fckeditor/editor/images/smiley
@dirrm ${GEEKLOG_PUB}/fckeditor/editor/images
+@dirrm ${GEEKLOG_PUB}/fckeditor/editor/filemanager/upload/php
+@dirrm ${GEEKLOG_PUB}/fckeditor/editor/filemanager/upload
+@dirrm ${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/js
+@dirrm ${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons/32
+@dirrm ${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images/icons
+@dirrm ${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/images
+@dirrm ${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/connectors/php
+@dirrm ${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default/connectors
+@dirrm ${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser/default
+@dirrm ${GEEKLOG_PUB}/fckeditor/editor/filemanager/browser
+@dirrm ${GEEKLOG_PUB}/fckeditor/editor/filemanager
@dirrm ${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_universalkey
@dirrm ${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_template/images
@dirrm ${GEEKLOG_PUB}/fckeditor/editor/dialog/fck_template
@@ -1601,7 +1460,6 @@ share/examples/geeklog/system/lib-custom.php
@dirrm ${GEEKLOG_PUB}/fckeditor/editor/css/behaviors
@dirrm ${GEEKLOG_PUB}/fckeditor/editor/css
@dirrm ${GEEKLOG_PUB}/fckeditor/editor/_source/internals
-@dirrm ${GEEKLOG_PUB}/fckeditor/editor/_source/globals
@dirrm ${GEEKLOG_PUB}/fckeditor/editor/_source/commandclasses
@dirrm ${GEEKLOG_PUB}/fckeditor/editor/_source/classes
@dirrm ${GEEKLOG_PUB}/fckeditor/editor/_source
@@ -1609,23 +1467,77 @@ share/examples/geeklog/system/lib-custom.php
@dirrm ${GEEKLOG_PUB}/fckeditor
@dirrm ${GEEKLOG_PUB}/docs/images
@dirrm ${GEEKLOG_PUB}/docs
-@dirrm ${GEEKLOG_PUB}/admin/plugins/staticpages
-@dirrm ${GEEKLOG_PUB}/admin/plugins/spamx/images
-@dirrm ${GEEKLOG_PUB}/admin/plugins/spamx
-@dirrm ${GEEKLOG_PUB}/admin/plugins/polls
-@dirrm ${GEEKLOG_PUB}/admin/plugins/links
-@dirrm ${GEEKLOG_PUB}/admin/plugins
-@dirrm ${GEEKLOG_PUB}/admin/install
-@dirrm ${GEEKLOG_PUB}/admin
-@dirrm ${GEEKLOG_PUB}
+@dirrm ${GEEKLOG_PUB}/calendar/images
+@dirrm ${GEEKLOG_PUB}/calendar
+@dirrm ${GEEKLOG_TMPL}/backend
+@dirrm ${GEEKLOG_TMPL}/images/articles
+@dirrm ${GEEKLOG_TMPL}/images/library/File
+@dirrm ${GEEKLOG_TMPL}/images/library/Flash
+@dirrm ${GEEKLOG_TMPL}/images/library/Image/icons
+@dirrm ${GEEKLOG_TMPL}/images/library/Image
+@dirrm ${GEEKLOG_TMPL}/images/library/Media
+@dirrm ${GEEKLOG_TMPL}/images/library
+@dirrm ${GEEKLOG_TMPL}/images/topics
+@dirrm ${GEEKLOG_TMPL}/images/userphotos
+@dirrm ${GEEKLOG_TMPL}/images
+@dirrm ${GEEKLOG_TMPL}
+@dirrm ${GEEKLOG_ADMIN}/plugins/staticpages
+@dirrm ${GEEKLOG_ADMIN}/plugins/spamx/images
+@dirrm ${GEEKLOG_ADMIN}/plugins/spamx
+@dirrm ${GEEKLOG_ADMIN}/plugins/polls
+@dirrm ${GEEKLOG_ADMIN}/plugins/links
+@dirrm ${GEEKLOG_ADMIN}/plugins/calendar
+@dirrm ${GEEKLOG_ADMIN}/plugins
+@dirrm ${GEEKLOG_ADMIN}/install
+@dirrm ${GEEKLOG_ADMIN}
+@dirrm ${GEEKLOG_BASE}/system/pear/scripts
+@dirrm ${GEEKLOG_BASE}/system/pear/XML/RPC
+@dirrm ${GEEKLOG_BASE}/system/pear/XML
+@dirrm ${GEEKLOG_BASE}/system/pear/PHP/Compat/Function
+@dirrm ${GEEKLOG_BASE}/system/pear/PHP/Compat/Constant
+@dirrm ${GEEKLOG_BASE}/system/pear/PHP/Compat
+@dirrm ${GEEKLOG_BASE}/system/pear/PHP
+@dirrm ${GEEKLOG_BASE}/system/pear/PEAR/Validator
+@dirrm ${GEEKLOG_BASE}/system/pear/PEAR/Task/Windowseol
+@dirrm ${GEEKLOG_BASE}/system/pear/PEAR/Task/Unixeol
+@dirrm ${GEEKLOG_BASE}/system/pear/PEAR/Task/Replace
+@dirrm ${GEEKLOG_BASE}/system/pear/PEAR/Task/Postinstallscript
+@dirrm ${GEEKLOG_BASE}/system/pear/PEAR/Task
+@dirrm ${GEEKLOG_BASE}/system/pear/PEAR/REST
+@dirrm ${GEEKLOG_BASE}/system/pear/PEAR/PackageFile/v2
+@dirrm ${GEEKLOG_BASE}/system/pear/PEAR/PackageFile/Parser
+@dirrm ${GEEKLOG_BASE}/system/pear/PEAR/PackageFile/Generator
+@dirrm ${GEEKLOG_BASE}/system/pear/PEAR/PackageFile
+@dirrm ${GEEKLOG_BASE}/system/pear/PEAR/Installer/Role
+@dirrm ${GEEKLOG_BASE}/system/pear/PEAR/Installer
+@dirrm ${GEEKLOG_BASE}/system/pear/PEAR/Frontend
+@dirrm ${GEEKLOG_BASE}/system/pear/PEAR/Downloader
+@dirrm ${GEEKLOG_BASE}/system/pear/PEAR/Command
+@dirrm ${GEEKLOG_BASE}/system/pear/PEAR/ChannelFile
+@dirrm ${GEEKLOG_BASE}/system/pear/PEAR
+@dirrm ${GEEKLOG_BASE}/system/pear/OS
+@dirrm ${GEEKLOG_BASE}/system/pear/Net
+@dirrm ${GEEKLOG_BASE}/system/pear/Mail
+@dirrm ${GEEKLOG_BASE}/system/pear/HTTP/Request
+@dirrm ${GEEKLOG_BASE}/system/pear/HTTP
+@dirrm ${GEEKLOG_BASE}/system/pear/Console
+@dirrm ${GEEKLOG_BASE}/system/pear/Archive
+@dirrm ${GEEKLOG_BASE}/system/pear
+@dirrm ${GEEKLOG_BASE}/system/install_templates
+@dirrm ${GEEKLOG_BASE}/system/databases
+@dirrm ${GEEKLOG_BASE}/system/classes/syndication
+@dirrm ${GEEKLOG_BASE}/system/classes/authentication
+@dirrm ${GEEKLOG_BASE}/system/classes
+@dirrm ${GEEKLOG_BASE}/system
+@dirrm ${GEEKLOG_BASE}/sql/updates
+@dirrm ${GEEKLOG_BASE}/sql
@dirrm ${GEEKLOG_BASE}/plugins/staticpages/templates/admin
@dirrm ${GEEKLOG_BASE}/plugins/staticpages/templates
@dirrm ${GEEKLOG_BASE}/plugins/staticpages/sql
@dirrm ${GEEKLOG_BASE}/plugins/staticpages/language
@dirrm ${GEEKLOG_BASE}/plugins/staticpages
@dirrm ${GEEKLOG_BASE}/plugins/spamx/templates
-@dirrm ${GEEKLOG_BASE}/plugins/spamx/magpierss/extlib
-@dirrm ${GEEKLOG_BASE}/plugins/spamx/magpierss
+@dirrm ${GEEKLOG_BASE}/plugins/spamx/sql
@dirrm ${GEEKLOG_BASE}/plugins/spamx/language
@dirrm ${GEEKLOG_BASE}/plugins/spamx
@dirrm ${GEEKLOG_BASE}/plugins/polls/templates/admin
@@ -1638,7 +1550,12 @@ share/examples/geeklog/system/lib-custom.php
@dirrm ${GEEKLOG_BASE}/plugins/links/sql
@dirrm ${GEEKLOG_BASE}/plugins/links/language
@dirrm ${GEEKLOG_BASE}/plugins/links
+@dirrm ${GEEKLOG_BASE}/plugins/calendar/templates/weekview
+@dirrm ${GEEKLOG_BASE}/plugins/calendar/templates/dayview
+@dirrm ${GEEKLOG_BASE}/plugins/calendar/templates/admin
+@dirrm ${GEEKLOG_BASE}/plugins/calendar/templates
+@dirrm ${GEEKLOG_BASE}/plugins/calendar/sql
+@dirrm ${GEEKLOG_BASE}/plugins/calendar/language
+@dirrm ${GEEKLOG_BASE}/plugins/calendar
@dirrm ${GEEKLOG_BASE}/plugins
@dirrm ${GEEKLOG_BASE}/language
-@dirrm ${GEEKLOG_BASE}/data
-@dirrm ${GEEKLOG_BASE}/backups
diff --git a/www/geeklog/distinfo b/www/geeklog/distinfo
index a61f59345e5..ff9691af136 100644
--- a/www/geeklog/distinfo
+++ b/www/geeklog/distinfo
@@ -1,11 +1,9 @@
-$NetBSD: distinfo,v 1.5 2006/07/24 16:13:55 taca Exp $
+$NetBSD: distinfo,v 1.6 2007/05/20 15:56:44 taca Exp $
-SHA1 (geeklog-1.4.0sr5-1.tar.gz) = ff5d1944ff32acc06fbb13a79af9580f0d72020f
-RMD160 (geeklog-1.4.0sr5-1.tar.gz) = 419dc26c8510c177571769c17bd6bc5da98fc05a
-Size (geeklog-1.4.0sr5-1.tar.gz) = 3328696 bytes
-SHA1 (patch-aa) = 899fef1e35fc185289a86eff950eeef42a598f89
-SHA1 (patch-ab) = 8d7f4ce02880b83907104698e5a61aa5bb7f8de6
-SHA1 (patch-ac) = a976a962b28a2c40db4d0ef78d4f8472d1ece5ef
-SHA1 (patch-ad) = 674392480791cd99e21982ff61b81257d4e2e765
-SHA1 (patch-ae) = b7e533ff938f192ac08938cff6615ece9e37bd2f
-SHA1 (patch-af) = 2976c0bdb5f892521172a7e4d2e44a66ab386ef5
+SHA1 (geeklog-1.4.1.tar.gz) = c323c29b523598b97d7e0957435c0ec0c31cb290
+RMD160 (geeklog-1.4.1.tar.gz) = bfac9946b34d0254fedd3a54cf742b044d347a3c
+Size (geeklog-1.4.1.tar.gz) = 3631405 bytes
+SHA1 (patch-aa) = f96a2391925ae66c9629ee4480053b71dc33d587
+SHA1 (patch-ab) = 3cbc5f3845eaaf78c349e1bc82e8e792627a12db
+SHA1 (patch-ac) = e5523aab7a13f014ecb961a53f8d962115c4d7b4
+SHA1 (patch-ag) = 207ef0801d865ff16d2a99f0732ea0cb49ce2ad5
diff --git a/www/geeklog/files/README b/www/geeklog/files/README
index 2465d264274..7b4bf51da33 100644
--- a/www/geeklog/files/README
+++ b/www/geeklog/files/README
@@ -1,28 +1,32 @@
-$NetBSD: README,v 1.2 2006/06/19 02:27:04 taca Exp $
+$NetBSD: README,v 1.3 2007/05/20 15:56:44 taca Exp $
-To complete the setup, check and edit @GEEKLOG_DIR@/config.php.
+1. To complete the setup, check and edit @GEEKLOG_DIR@/config.php.
-Then you will need to create a MySQL database for geeklog if you install
-Geeklog for the first time:
+2. If you install Geeklog for the first time, you need to create
+ a MySQL database for geeklog
- # @PREFIX@/bin/php @GEEKLOG_EXAMPLESDIR@/createdb.php
+ # @PREFIX@/bin/php @GEEKLOG_DIR@/createdb.php
-You will need to make Geeklog accessible through your HTTP server.
-If you are running Apache then you may add the following lines to
-httpd.conf:
+3. You will need to make Geeklog accessible through your HTTP server.
+ If you are running Apache then you may add the following lines to
+ httpd.conf:
Include @PKG_SYSCONFDIR@/geeklog.conf
-This geeklog.conf assumes that Geeklog would be accessed with "/geeklog"
-sub directory. Since you had better limit the access until complete
-Geeklog setup, geeklog.conf limit access to "localhost". After complete
-your setup, please relax this access restriction.
+ This geeklog.conf assumes that Geeklog would be accessed with
+ "/geeklog" sub directory.
-And complete install with:
+ Since you had better limit the access until complete Geeklog setup,
+ geeklog.conf limit access to "localhost". After complete your setup,
+ please relax this access restriction.
+
+4. Complete install or upgrade, access below URL and follow the
+ instruction.
http://localhost/geeklog/admin/install/install.php
+5. Last, you should remove whole @GEEKLOG_PUB@/admin directory.
+
You can read documentation for install Geeklog:
http://localhost/geeklog/docs/install.html
-
diff --git a/www/geeklog/patches/patch-aa b/www/geeklog/patches/patch-aa
index 59ad3d2fd4e..49462e59e53 100644
--- a/www/geeklog/patches/patch-aa
+++ b/www/geeklog/patches/patch-aa
@@ -1,6 +1,6 @@
-$NetBSD: patch-aa,v 1.1.1.1 2006/06/15 13:26:44 taca Exp $
+$NetBSD: patch-aa,v 1.2 2007/05/20 15:56:45 taca Exp $
---- config.php.orig 2006-05-28 18:41:42.000000000 +0900
+--- config.php.orig 2006-12-31 02:43:18.000000000 +0900
+++ config.php
@@ -65,13 +65,13 @@ $_DB_table_prefix = 'gl_'; // e.
// the backslash '\' in paths. Make sure each path starts with a drive letter!
@@ -23,7 +23,7 @@ $NetBSD: patch-aa,v 1.1.1.1 2006/06/15 13:26:44 taca Exp $
// Make sure this is the correct URL to your site, i.e. to where Geeklog's
// index.php file resides (no trailing slash).
-$_CONF['site_url'] = 'http://www.example.com';
-+$_CONF['site_url'] = 'http://www.example.com@GEEKLOG_SITESUBDIR@';
++$_CONF['site_url'] = 'http://localhost@GEEKLOG_SITESUBDIR@';
// Some hosting services have a preconfigured admin directory. In that case,
// you need to rename Geeklog's admin directory to something like "myadmin"
@@ -44,16 +44,16 @@ $NetBSD: patch-aa,v 1.1.1.1 2006/06/15 13:26:44 taca Exp $
'port' => '25',
'auth' => false,
'username' => 'smtp-username',
-@@ -180,7 +180,7 @@ $_DB_dbms = 'mysql'; // Do not change
+@@ -183,7 +183,7 @@ $_DB_dbms = 'mysql'; // can be either 'm
$_CONF['allow_mysqldump'] = 1; // 1 = on, 0 = off
- // full path to mysqldump executable (Windows users: add ".exe"!)
+ // full path of the mysqldump executable (Windows users: add ".exe"!)
-$_DB_mysqldump_path = '/usr/bin/mysqldump';
+$_DB_mysqldump_path = '@PREFIX@/bin/mysqldump';
// additional options for mysqldump
- // If you're using InnoDB tables, include the '--single-transaction' or you
-@@ -613,7 +613,7 @@ $_CONF['image_lib'] = ''; // can be one
+ // If you're using InnoDB tables, include '--single-transaction' or you
+@@ -677,7 +677,7 @@ $_CONF['image_lib'] = ''; // can be one
// If you set image_lib to 'imagemagick' give the complete path to mogrify
// here (i.e. including the name of the executable), otherwise comment it out
// NOTE: requires ImageMagick version 5.4.9 (or newer)
@@ -62,7 +62,7 @@ $NetBSD: patch-aa,v 1.1.1.1 2006/06/15 13:26:44 taca Exp $
// If you set image_lib to 'netpbm' give the path to the netpbm directory, you
// need the trailing slash here.
-@@ -624,7 +624,7 @@ $_CONF['image_lib'] = ''; // can be one
+@@ -688,7 +688,7 @@ $_CONF['image_lib'] = ''; // can be one
// only use netpbm with Geeklog, put that entire folder in /path/to/geeklog and
// adjust the path below. The only programs you need from netpbm are giftopnm,
// jpegtopnm, pngtopnm, ppmtogif, pnmtojpeg, pnmtopng and pnmscale
diff --git a/www/geeklog/patches/patch-ab b/www/geeklog/patches/patch-ab
index 59af2428e24..95f22d09d3e 100644
--- a/www/geeklog/patches/patch-ab
+++ b/www/geeklog/patches/patch-ab
@@ -1,6 +1,6 @@
-$NetBSD: patch-ab,v 1.1.1.1 2006/06/15 13:26:44 taca Exp $
+$NetBSD: patch-ab,v 1.2 2007/05/20 15:56:45 taca Exp $
---- emailgeeklogstories.orig 2006-05-28 18:41:42.000000000 +0900
+--- emailgeeklogstories.orig 2003-01-10 23:44:01.000000000 +0900
+++ emailgeeklogstories
@@ -1,4 +1,4 @@
-#!/usr/local/bin/php -q
diff --git a/www/geeklog/patches/patch-ac b/www/geeklog/patches/patch-ac
index 776d07b1197..021c8c3bb60 100644
--- a/www/geeklog/patches/patch-ac
+++ b/www/geeklog/patches/patch-ac
@@ -1,13 +1,13 @@
-$NetBSD: patch-ac,v 1.1.1.1 2006/06/15 13:26:44 taca Exp $
+$NetBSD: patch-ac,v 1.2 2007/05/20 15:56:45 taca Exp $
---- public_html/lib-common.php.orig 2006-05-28 18:41:41.000000000 +0900
+--- public_html/lib-common.php.orig 2006-12-17 03:10:37.000000000 +0900
+++ public_html/lib-common.php
-@@ -66,7 +66,7 @@ $_COM_VERBOSE = false;
+@@ -90,7 +90,7 @@ if( function_exists('set_error_handler')
* Make sure to include the name of the config file,
* i.e. the path should end in .../config.php
*/
-require_once( '/path/to/geeklog/config.php' );
+require_once( '@GEEKLOG_DIR@/config.php' );
-
// Before we do anything else, check to ensure site is enabled
+
diff --git a/www/geeklog/patches/patch-ad b/www/geeklog/patches/patch-ad
deleted file mode 100644
index 81b9d5221f6..00000000000
--- a/www/geeklog/patches/patch-ad
+++ /dev/null
@@ -1,10 +0,0 @@
-$NetBSD: patch-ad,v 1.1.1.1 2006/06/15 13:26:44 taca Exp $
-
---- system/lib-database.php.orig 2006-05-28 18:41:37.000000000 +0900
-+++ system/lib-database.php
-@@ -475,4 +475,5 @@ function DB_doDatabaseUpgrade($current_g
- return $_DB->dbDoDatabaseUpgrade($current_gl_version);
- }
-
-+DB_query("SET NAMES 'utf8'");
- ?>
diff --git a/www/geeklog/patches/patch-ae b/www/geeklog/patches/patch-ae
deleted file mode 100644
index 5345864d9d3..00000000000
--- a/www/geeklog/patches/patch-ae
+++ /dev/null
@@ -1,46 +0,0 @@
-$NetBSD: patch-ae,v 1.1.1.1 2006/06/15 13:26:44 taca Exp $
-
---- public_html/admin/group.php.orig 2006-05-28 18:41:40.000000000 +0900
-+++ public_html/admin/group.php
-@@ -556,6 +556,7 @@ function getGroupList ($basegroup)
- function listusers ($grp_id)
- {
- global $_CONF, $_TABLES, $LANG28, $LANG_ACCESS, $LANG_ADMIN, $_IMAGE_TYPE;
-+
- require_once( $_CONF['path_system'] . 'lib-admin.php' );
- $retval = '';
-
-@@ -602,7 +603,7 @@ function listusers ($grp_id)
- 'title' => $headline,
- 'instructions' => '',
- 'icon' => '',
-- 'form_url' => '',
-+ 'form_url' => $_CONF['site_admin_url'] . '/group.php?mode=listusers&grp_id=23',
- 'help_url' => ''
- );
-
-@@ -616,17 +617,21 @@ function listusers ($grp_id)
- $groups = getGroupList ($grp_id);
- $groupList = implode (',', $groups);
-
-- $sql = "SELECT DISTINCT {$_TABLES['users']}.uid,username,fullname,email,photo,regdate$select_userinfo FROM {$_TABLES['users']},{$_TABLES['group_assignments']} $join_userinfo WHERE {$_TABLES['users']}.uid > 1 AND {$_TABLES['users']}.uid = {$_TABLES['group_assignments']}.ug_uid AND ({$_TABLES['group_assignments']}.ug_main_grp_id IN ({$groupList}))";
-+ $sql = "SELECT DISTINCT {$_TABLES['users']}.uid,username,fullname,email,photo,regdate$select_userinfo "
-+ ."FROM {$_TABLES['group_assignments']},{$_TABLES['users']} $join_userinfo "
-+ ."WHERE {$_TABLES['users']}.uid > 1 "
-+ ."AND {$_TABLES['users']}.uid = {$_TABLES['group_assignments']}.ug_uid "
-+ ."AND ({$_TABLES['group_assignments']}.ug_main_grp_id IN ({$groupList}))";
-
- $query_arr = array ('table' => 'users',
- 'sql' => $sql,
- 'query_fields' => array('username', 'email', 'fullname'),
- 'default_filter' => "AND {$_TABLES['users']}.uid > 1",
-- 'query' => $_REQUEST['q'],
-+ 'query' => COM_applyFilter($_REQUEST['q']),
- 'query_limit' => COM_applyFilter ($_REQUEST['query_limit'], true)
- );
-
-- $retval .= ADMIN_list ('user', 'ADMIN_getListField_users', $header_arr, $text_arr, $query_arr, array(), $defsort_arr, "&mode=listusers&grp_id=$grp_id");
-+ $retval .= ADMIN_list ('user', 'ADMIN_getListField_users', $header_arr, $text_arr, $query_arr, array(), $defsort_arr, "", "&mode=listusers&grp_id=$grp_id");
-
- return $retval;
- }
diff --git a/www/geeklog/patches/patch-af b/www/geeklog/patches/patch-af
deleted file mode 100644
index 942d06688c2..00000000000
--- a/www/geeklog/patches/patch-af
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-af,v 1.1.1.1 2006/06/15 13:26:44 taca Exp $
-
---- public_html/directory.php.orig 2006-05-28 18:41:41.000000000 +0900
-+++ public_html/directory.php
-@@ -355,7 +355,7 @@ function DIR_displayYear ($topic, $year,
- $fillm = 12;
- }
-
-- if ($lastm < $fillm) {
-+ if ($lastm <= $fillm) {
- for (; $lastm <= $fillm; $lastm++) {
- $retval .= '<li>' . DIR_monthLink ($topic, $year, $lastm, 0)
- . '</li>';
diff --git a/www/geeklog/patches/patch-ag b/www/geeklog/patches/patch-ag
new file mode 100644
index 00000000000..0e7df6420f4
--- /dev/null
+++ b/www/geeklog/patches/patch-ag
@@ -0,0 +1,20 @@
+$NetBSD: patch-ag,v 1.3 2007/05/20 15:56:46 taca Exp $
+
+--- plugins/calendar/functions.inc.orig 2006-12-22 00:44:21.000000000 +0900
++++ plugins/calendar/functions.inc
+@@ -1457,11 +1457,11 @@ function plugin_dopluginsearch_calendar(
+ $sql .= "OR title LIKE '%$mysearchterm%') ";
+ }
+
+- if (!empty($dateStart) AND !empty($dateEnd)) {
+- $delim = substr($dateStart, 4, 1);
++ if (!empty($datestart) AND !empty($dateend)) {
++ $delim = substr($datestart, 4, 1);
+ if (!empty($delim)) {
+- $DS = explode($delim, $dateStart);
+- $DE = explode($delim, $dateEnd);
++ $DS = explode($delim, $datestart);
++ $DE = explode($delim, $dateend);
+ $startdate = mktime(0, 0, 0, $DS[1], $DS[2], $DS[0]);
+ $enddate = mktime(23, 59, 59, $DE[1], $DE[2], $DE[0]);
+ $sql .= "AND (UNIX_TIMESTAMP(datestart) BETWEEN '$startdate' AND '$enddate') ";