|
From: <var...@us...> - 2009-03-31 12:21:42
|
Revision: 6746
http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6746&view=rev
Author: vargenau
Date: 2009-03-31 12:21:31 +0000 (Tue, 31 Mar 2009)
Log Message:
-----------
Remove history
Modified Paths:
--------------
trunk/themes/blog/lib/RecentChanges.php
trunk/themes/default/templates/head.tmpl
Modified: trunk/themes/blog/lib/RecentChanges.php
===================================================================
--- trunk/themes/blog/lib/RecentChanges.php 2009-03-31 12:20:18 UTC (rev 6745)
+++ trunk/themes/blog/lib/RecentChanges.php 2009-03-31 12:21:31 UTC (rev 6746)
@@ -41,12 +41,6 @@
}
*/
-// $Log: not supported by cvs2svn $
-// Revision 1.1 2004/12/15 17:47:32 rurban
-// fix RecentChanges links
-// fix footer layout
-//
-
// (c-file-style: "gnu")
// Local Variables:
// mode: php
@@ -55,4 +49,4 @@
// c-hanging-comment-ender-p: nil
// indent-tabs-mode: nil
// End:
-?>
\ No newline at end of file
+?>
Modified: trunk/themes/default/templates/head.tmpl
===================================================================
--- trunk/themes/default/templates/head.tmpl 2009-03-31 12:20:18 UTC (rev 6745)
+++ trunk/themes/default/templates/head.tmpl 2009-03-31 12:21:31 UTC (rev 6746)
@@ -119,84 +119,3 @@
<title><?= WIKI_NAME.$pagetitle ?></title>
<?= $WikiTheme->getMoreHeaders() ?>
</head>
-<?php
-// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-// $Log: not supported by cvs2svn $
-// Revision 1.25 2007/09/01 13:24:55 rurban
-// add atom link to header
-//
-// Revision 1.24 2007/07/14 12:06:27 rurban
-// aesthetic request: remove ?action=edit after edit
-//
-// Revision 1.23 2005/10/10 20:02:54 rurban
-// add one more header
-//
-// Revision 1.22 2005/01/25 07:15:47 rurban
-// fix ROBOTS_META warning, break xgettext strings, add log as comment
-//
-// Revision 1.4 2004/06/18 08:40:39 rurban
-// renamed global $Theme to $WikiTheme (gforge nameclash)
-//
-// Revision 1.3 2004/06/04 20:34:11 rurban
-// Put several _("") into new lines if inside attr="", so that xgettext
-// can pick it up. (Suggested by Pierrick Meignen)
-//
-// Revision 1.2 2004/06/03 12:30:38 rurban
-// support edit_toolbar in other themes
-//
-// Revision 1.1 2004/05/12 19:42:16 rurban
-// new Crao theme by Arnaud Fontaine and Laurent Lunati
-//
-// Revision 1.13 2003/12/05 15:36:39 carstenklapp
-// Improvements: to make it easier to run multiple wikis off of one set
-// of code, urls for link rel author and copyright now defined in
-// index.php.
-// Bugfix: updated language meta tag to use DEFAULT_LANGUAGE constant
-// instead of old LANG global.
-// Internal change: Eliminated RECENT_CHANGES constant from RSS link,
-// just use the easily localizable _("RecentChanges").
-// Typo fixed.
-//
-// Revision 1.12 2003/11/22 17:58:43 carstenklapp
-// Minor internal change: Removed redundant call to gettext within
-// fmt(). (locale make: head.tmpl:49: warning: keyword nested in keyword
-// arg)
-//
-// Revision 1.11 2003/11/21 23:06:12 carstenklapp
-// Bugfix: Some <link rel=...> links in Mozilla/iCab were always linking
-// to the english pages even when DEFAULT_LANGUAGE != 'en'. (Rewrapped
-// text for a more complete xgettext string extraction: 'cd
-// phpwiki/locale;make' to update po/mo files).
-//
-// Revision 1.10 2003/03/07 20:51:59 dairiki
-// New feature: Automatic extraction of keywords (for the meta keywords tag)
-// from Category* and Topic* links on each page.
-//
-// Revision 1.9 2003/03/07 02:45:51 dairiki
-// Rename BASE_URL to PHPWIKI_BASE_URL. Lycos pre-defines BASE_URL (to
-// the wrong thing).
-//
-// Revision 1.8 2003/03/05 21:38:15 dairiki
-// More HTML comment reduction patches by "Klaus-Guenter Leiss"
-// <Lei...@ep...>
-//
-// (With a few adjustments by me. Any bugs are probably my fault.)
-//
-// Revision 1.7 2003/02/26 22:27:17 dairiki
-// Fix and refactor FrameInclude plugin (more or less).
-//
-// (This should now generate valid HTML. Woohoo!)
-//
-// The output when using the Sidebar theme is ugly enough that it should
-// be considered broken. (But the Sidebar theme appears pretty broken in
-// general right now.)
-//
-// (Personal comment (not to be taken personally): I must say that I
-// remain unconvinced of the usefulness of this plugin.)
-//
-// Revision 1.6 2003/01/11 22:29:47 carstenklapp
-// Tweak redundant bookmark title when browsing a custom home page with
-// the same name as the wiki (i.e. avoid titles like "MyWiki - MyWiki"
-// when HOME_PAGE==WIKI_NAME)
-//
-?>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|