From: <var...@us...> - 2012-10-01 08:24:42
|
Revision: 8344 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8344&view=rev Author: vargenau Date: 2012-10-01 08:24:31 +0000 (Mon, 01 Oct 2012) Log Message: ----------- Remove svn:keywords Modified Paths: -------------- trunk/admin/odt2phpwiki.xsl trunk/config/SqlResult.ini trunk/config/config-default.ini trunk/config/make-dbhelper.pl trunk/config/migrate-phpwiki-config trunk/doc/INSTALL.mysql trunk/doc/INSTALL.oci8 trunk/doc/INSTALL.pgsql trunk/doc/INSTALL.sqlite trunk/doc/README.coding Property Changed: ---------------- trunk/admin/odt2phpwiki.xsl trunk/config/SqlResult.ini trunk/config/config-default.ini trunk/config/make-dbhelper.pl trunk/config/migrate-phpwiki-config trunk/doc/INSTALL.mysql trunk/doc/INSTALL.oci8 trunk/doc/INSTALL.pgsql trunk/doc/INSTALL.sqlite trunk/doc/README.coding Modified: trunk/admin/odt2phpwiki.xsl =================================================================== --- trunk/admin/odt2phpwiki.xsl 2012-10-01 08:20:19 UTC (rev 8343) +++ trunk/admin/odt2phpwiki.xsl 2012-10-01 08:24:31 UTC (rev 8344) @@ -2,7 +2,6 @@ <!-- odt2phpwiki: OpenDocument to Phpwiki transformation - $Id$ Copyright (C) 2007 Bernhard Haumacher (haui at haumacher dot de) Copyright (C) 2008-2009 Marc-Etienne Vargenau, Alcatel-Lucent Property changes on: trunk/admin/odt2phpwiki.xsl ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/config/SqlResult.ini =================================================================== --- trunk/config/SqlResult.ini 2012-10-01 08:20:19 UTC (rev 8343) +++ trunk/config/SqlResult.ini 2012-10-01 08:24:31 UTC (rev 8344) @@ -1,6 +1,4 @@ ; Sample SqlResult.ini file for lib/plugin/SqlResult.ini -; $Id$ - ; alias = dsn phpwiki = mysql://wikiuser:@localhost/phpwiki test = "mysql://localhost/test" Property changes on: trunk/config/SqlResult.ini ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/config/config-default.ini =================================================================== --- trunk/config/config-default.ini 2012-10-01 08:20:19 UTC (rev 8343) +++ trunk/config/config-default.ini 2012-10-01 08:24:31 UTC (rev 8344) @@ -1,4 +1,3 @@ -; $Id$ ; This is the default PhpWiki configuration for undefined config.ini entries. ; recent development and debugging features: Property changes on: trunk/config/config-default.ini ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/config/make-dbhelper.pl =================================================================== --- trunk/config/make-dbhelper.pl 2012-10-01 08:20:19 UTC (rev 8343) +++ trunk/config/make-dbhelper.pl 2012-10-01 08:24:31 UTC (rev 8344) @@ -1,6 +1,5 @@ #!/usr/bin/perl -sn # makefile helper to extract various settings from config/config.ini -# $Id$ #if ($v eq 'DATABASE_TYPE' and /^\s*DATABASE_TYPE\s*=\s*(\w+)/) { # print "$1\n"; Property changes on: trunk/config/make-dbhelper.pl ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/config/migrate-phpwiki-config =================================================================== --- trunk/config/migrate-phpwiki-config 2012-10-01 08:20:19 UTC (rev 8343) +++ trunk/config/migrate-phpwiki-config 2012-10-01 08:24:31 UTC (rev 8344) @@ -5,7 +5,6 @@ # # Author: Matt Brown <ma...@ma...>, # Reini Urban <ru...@x-...> -# Version: $Id$ # # Run this script without any arguments for usage information. # Property changes on: trunk/config/migrate-phpwiki-config ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/doc/INSTALL.mysql =================================================================== --- trunk/doc/INSTALL.mysql 2012-10-01 08:20:19 UTC (rev 8343) +++ trunk/doc/INSTALL.mysql 2012-10-01 08:24:31 UTC (rev 8344) @@ -77,5 +77,3 @@ ?action=upgrade also brings all changed pgsrc files up-to-date. /Reini Urban and Arno aho...@ma... - -$Id$ Property changes on: trunk/doc/INSTALL.mysql ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/doc/INSTALL.oci8 =================================================================== --- trunk/doc/INSTALL.oci8 2012-10-01 08:20:19 UTC (rev 8343) +++ trunk/doc/INSTALL.oci8 2012-10-01 08:24:31 UTC (rev 8344) @@ -66,5 +66,3 @@ /Phil Phi...@to... - -$Id$ Property changes on: trunk/doc/INSTALL.oci8 ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/doc/INSTALL.pgsql =================================================================== --- trunk/doc/INSTALL.pgsql 2012-10-01 08:20:19 UTC (rev 8343) +++ trunk/doc/INSTALL.pgsql 2012-10-01 08:24:31 UTC (rev 8344) @@ -100,5 +100,3 @@ Reini Urban, Steve Wainstead <sw...@pa...> Report bugs to php...@li... - -$Id$ Property changes on: trunk/doc/INSTALL.pgsql ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/doc/INSTALL.sqlite =================================================================== --- trunk/doc/INSTALL.sqlite 2012-10-01 08:20:19 UTC (rev 8343) +++ trunk/doc/INSTALL.sqlite 2012-10-01 08:24:31 UTC (rev 8344) @@ -37,5 +37,3 @@ Authors: ReiniUrban (phpwiki developer) and Matthew Palmer (phpwiki debian maintainer) - -$Id$ Property changes on: trunk/doc/INSTALL.sqlite ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/doc/README.coding =================================================================== --- trunk/doc/README.coding 2012-10-01 08:20:19 UTC (rev 8343) +++ trunk/doc/README.coding 2012-10-01 08:24:31 UTC (rev 8344) @@ -1,4 +1,3 @@ - Here are the coding guidelines for PhpWiki. !!! Code Indentation Style @@ -80,5 +79,3 @@ See INSTALL.MacOSX for instructions on using Project Builder with PhpWiki and SourceForge. - -$Id$ Property changes on: trunk/doc/README.coding ___________________________________________________________________ Deleted: svn:keywords - Id This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |