[geeklog-cvs] geeklog: Reversing mistakenly committed files with changes not m...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Mon Jan 2 13:35:50 EST 2012


changeset 8465:75297349ba75
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/75297349ba75
user: Tom <websitemaster at cogeco.net>
date: Fri Dec 30 10:03:20 2011 -0500
description:
Reversing mistakenly committed files with changes not meant for the repository.

diffstat:

 public_html/backend/geeklog.rss |  36 ------------------------------------
 public_html/lib-common.php      |   4 ++--
 2 files changed, 2 insertions(+), 38 deletions(-)

diffs (57 lines):

diff -r af0c814010a8 -r 75297349ba75 public_html/backend/geeklog.rss
--- a/public_html/backend/geeklog.rss	Fri Dec 30 09:57:00 2011 -0500
+++ b/public_html/backend/geeklog.rss	Fri Dec 30 10:03:20 2011 -0500
@@ -1,36 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-
-<rss version="2.0" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
-<channel>
-<title>Geeklog Site</title>
-<link>http://192.168.1.201</link>
-<description>Another Nifty Geeklog Site</description>
-<managingEditor>admin at 192.168.1.201</managingEditor>
-<webMaster>admin at 192.168.1.201</webMaster>
-<copyright>Copyright 2011 Geeklog Site</copyright>
-<generator>Geeklog</generator>
-<pubDate>Sat, 24 Dec 2011 09:01:19 -0500</pubDate>
-<language>en-gb</language>
-<atom:link href="http://192.168.1.201/backend/geeklog.rss" rel="self" type="application/rss+xml" />
-<item>
-<title>Ha</title>
-<link>http://192.168.1.201/article.php?story=Ha</link>
-<guid isPermaLink="true">http://192.168.1.201/article.php?story=Ha</guid>
-<pubDate>Fri, 23 Dec 2011 15:30:59 -0500</pubDate>
-<comments>http://192.168.1.201/article.php?story=Ha#comments</comments>
-<dc:subject>Ha</dc:subject>
-<description>Ha Sto ...</description>
-<trackback:ping>http://192.168.1.201/trackback.php?id=Ha</trackback:ping>
-</item>
-<item>
-<title>Welcome to Geeklog!</title>
-<link>http://192.168.1.201/article.php?story=welcome</link>
-<guid isPermaLink="true">http://192.168.1.201/article.php?story=welcome</guid>
-<pubDate>Fri, 23 Dec 2011 15:28:51 -0500</pubDate>
-<comments>http://192.168.1.201/article.php?story=welcome#comments</comments>
-<dc:subject>Geeklog</dc:subject>
-<description><p>Welcome and let me be the first to congratulate you on installing Geeklog. Please take the time to read everything in the <a href="docs/english/index.html">docs directory</a>. Geeklog now has enhanced, user-based security.  You should thoroughly understand how these work before you run a production Geeklog Site.</p>
<p>To log into your new Geeklog site, please use this account:</p>
<p>Username: <b>Admin</b><br />
Password: <b>password</b></p><p><b>And don't forget to <a href="usersettings.php">change your password</a> after logging in!</b> ...</p></description>
-<trackback:ping>http://192.168.1.201/trackback.php?id=welcome</trackback:ping>
-</item>
-</channel>
-</rss>
diff -r af0c814010a8 -r 75297349ba75 public_html/lib-common.php
--- a/public_html/lib-common.php	Fri Dec 30 09:57:00 2011 -0500
+++ b/public_html/lib-common.php	Fri Dec 30 10:03:20 2011 -0500
@@ -34,8 +34,8 @@
 // +---------------------------------------------------------------------------+
 
 // Prevent PHP from reporting uninitialized variables
-//error_reporting(E_ERROR | E_WARNING | E_PARSE | E_COMPILE_ERROR | E_USER_ERROR);
-error_reporting(E_ALL);
+error_reporting(E_ERROR | E_WARNING | E_PARSE | E_COMPILE_ERROR | E_USER_ERROR);
+
 /**
 * This is the common library for Geeklog.  Through our code, you will see
 * functions with the COM_ prefix (e.g. COM_siteHeader()).  Any such functions



More information about the geeklog-cvs mailing list