|
From: <var...@us...> - 2008-08-26 09:14:26
|
Revision: 6198
http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6198&view=rev
Author: vargenau
Date: 2008-08-26 09:14:36 +0000 (Tue, 26 Aug 2008)
Log Message:
-----------
Activated Id substitution for Subversion
Modified Paths:
--------------
trunk/INSTALL
trunk/Makefile
trunk/RPC2.php
trunk/UPGRADING
trunk/configurator.php
trunk/index.php
trunk/passencrypt.php
Property Changed:
----------------
trunk/INSTALL
trunk/Makefile
trunk/RPC2.php
trunk/UPGRADING
trunk/configurator.php
trunk/index.php
trunk/passencrypt.php
Modified: trunk/INSTALL
===================================================================
--- trunk/INSTALL 2008-08-25 12:33:05 UTC (rev 6197)
+++ trunk/INSTALL 2008-08-26 09:14:36 UTC (rev 6198)
@@ -156,4 +156,4 @@
FIN
-$Id: INSTALL,v 1.26 2006-09-06 05:40:02 rurban Exp $
+$Id$
Property changes on: trunk/INSTALL
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: trunk/Makefile
===================================================================
--- trunk/Makefile 2008-08-25 12:33:05 UTC (rev 6197)
+++ trunk/Makefile 2008-08-26 09:14:36 UTC (rev 6198)
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.15 2008-07-27 21:47:30 rurban Exp $
+# $Id$
# user-definable settings:
VERSION=
# for mysqladmin
Property changes on: trunk/Makefile
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: trunk/RPC2.php
===================================================================
--- trunk/RPC2.php 2008-08-25 12:33:05 UTC (rev 6197)
+++ trunk/RPC2.php 2008-08-26 09:14:36 UTC (rev 6198)
@@ -1,5 +1,5 @@
<?php
-// $Id: RPC2.php,v 1.7 2007-02-17 14:14:27 rurban Exp $
+// $Id$
/*
* The guts of this code have been moved to lib/XmlRpcServer.php.
*
Property changes on: trunk/RPC2.php
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: trunk/UPGRADING
===================================================================
--- trunk/UPGRADING 2008-08-25 12:33:05 UTC (rev 6197)
+++ trunk/UPGRADING 2008-08-26 09:14:36 UTC (rev 6198)
@@ -157,4 +157,4 @@
An older note on the same subject can be found at:
http://sourceforge.net/forum/message.php?msg_id=107858
-$Id: UPGRADING,v 1.10 2006-02-22 21:03:01 rurban Exp $
+$Id$
Property changes on: trunk/UPGRADING
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: trunk/configurator.php
===================================================================
--- trunk/configurator.php 2008-08-25 12:33:05 UTC (rev 6197)
+++ trunk/configurator.php 2008-08-26 09:14:36 UTC (rev 6198)
@@ -1,4 +1,4 @@
-<?php // -*-php-*- $Id: configurator.php,v 1.50 2007-01-20 15:54:03 rurban Exp $
+<?php // -*-php-*- $Id$
/*
* Copyright 2002,2003,2005 $ThePhpWikiProgrammingTeam
* Copyright 2002 Martin Geisler <gim...@gi...>
@@ -162,7 +162,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
-<!-- $Id: configurator.php,v 1.50 2007-01-20 15:54:03 rurban Exp $ -->
+<!-- $Id$ -->
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Configuration tool for PhpWiki <?php echo $config_file ?></title>
<style type="text/css" media="screen">
Property changes on: trunk/configurator.php
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: trunk/index.php
===================================================================
--- trunk/index.php 2008-08-25 12:33:05 UTC (rev 6197)
+++ trunk/index.php 2008-08-26 09:14:36 UTC (rev 6198)
@@ -30,7 +30,7 @@
*/
require_once (dirname(__FILE__).'/lib/prepend.php');
-rcs_id('$Id: index.php,v 1.148 2005-10-30 16:38:13 rurban Exp $');
+rcs_id('$Id$');
require_once(dirname(__FILE__).'/lib/IniConfig.php');
IniConfig(dirname(__FILE__)."/config/config.ini");
Property changes on: trunk/index.php
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: trunk/passencrypt.php
===================================================================
--- trunk/passencrypt.php 2008-08-25 12:33:05 UTC (rev 6197)
+++ trunk/passencrypt.php 2008-08-26 09:14:36 UTC (rev 6198)
@@ -4,7 +4,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
-<!-- $Id: passencrypt.php,v 1.6 2005-09-18 11:14:56 rurban Exp $ -->
+<!-- $Id$ -->
<title>Password Encryption Tool</title>
<!--
Copyright 1999, 2000, 2001, 2002 $ThePhpWikiProgrammingTeam
Property changes on: trunk/passencrypt.php
___________________________________________________________________
Added: svn:keywords
+ Id
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|