[geeklog-cvs] tools: Incomplete PDF support was removed from Geeklog

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sat Mar 7 09:42:53 EST 2009


details:   http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/22efede3ca2f
changeset: 25:22efede3ca2f
user:      Dirk Haun <dirk at haun-online.de>
date:      Sat Mar 07 15:40:54 2009 +0100
description:
Incomplete PDF support was removed from Geeklog

diffstat:

2 files changed, 2 insertions(+), 6 deletions(-)
lm/include/core.inc |    2 --
ship/mkdist.sh      |    6 ++----

diffs (35 lines):

diff -r d1819f2e9466 -r 22efede3ca2f lm/include/core.inc
--- a/lm/include/core.inc	Sat Feb 21 19:43:00 2009 +0100
+++ b/lm/include/core.inc	Sat Mar 07 15:40:54 2009 +0100
@@ -83,7 +83,6 @@
 $ENGBT = $LANG_BUTTONS;
 $ENG404 = $LANG_404;
 $ENGLO = $LANG_LOGIN;
-$ENGPD = $LANG_PDF;
 $ENGTB = $LANG_TRB;
 $ENGDI = $LANG_DIR;
 $ENGWN = $LANG_WHATSNEW;
@@ -186,7 +185,6 @@
 mergeArrays($ENGBT,  $LANG_BUTTONS, 'LANG_BUTTONS');
 mergeArrays($ENG404, $LANG_404, 'LANG_404', '404.php');
 mergeArrays($ENGLO,  $LANG_LOGIN, 'LANG_LOGIN', 'login form');
-mergeArrays($ENGPD,  $LANG_PDF, 'LANG_PDF', 'pdfgenerator.php');
 mergeArrays($ENGTB,  $LANG_TRB, 'LANG_TRB', 'trackback.php');
 mergeArrays($ENGDI,  $LANG_DIR, 'LANG_DIR', 'directory.php');
 mergeArrays($ENGWN,  $LANG_WHATSNEW, 'LANG_WHATSNEW', "\"What's New\" Time Strings\n\nFor the first two strings, you can use the following placeholders.\nOrder them so it makes sense in your language:\n%i    item, \"Stories\"\n%n    amount, \"2\", \"20\" etc.\n%t    time, \"2\" (weeks)\n%s    scale, \"hrs\", \"weeks\"");
diff -r d1819f2e9466 -r 22efede3ca2f ship/mkdist.sh
--- a/ship/mkdist.sh	Sat Feb 21 19:43:00 2009 +0100
+++ b/ship/mkdist.sh	Sat Mar 07 15:40:54 2009 +0100
@@ -47,10 +47,8 @@
 
 cd $NEWVERSION
 
-# still no PDF support
-rm public_html/pdfgenerator.php
-rm -rf public_html/layout/professional/pdfgenerator
-rm -rf pdfs
+# Blaine's test file ...
+rm -f public_html/blaine.php
 
 # don't ship MT-Blacklist modules any more
 rm -f plugins/spamx/MTBlackList.Examine.class.php



More information about the geeklog-cvs mailing list