From: <var...@us...> - 2009-10-05 14:25:58
|
Revision: 7181 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7181&view=rev Author: vargenau Date: 2009-10-05 14:25:48 +0000 (Mon, 05 Oct 2009) Log Message: ----------- Add svn:keywords Modified Paths: -------------- trunk/ImageTile.php trunk/SOAP.php trunk/admin/wiki2public.php trunk/getimg.php trunk/lib/ASCIIMathPHP/ASCIIMathPHP-2.0.cfg.php trunk/lib/ASCIIMathPHP/ASCIIMathPHP-2.0.class.php trunk/lib/ASCIIMathPHP/ASCIIMathPHP.cfg.php trunk/lib/ASCIIMathPHP/ASCIIMathPHP.class.php trunk/lib/pear/JSON.php trunk/lib/purgepage.php trunk/tests/unit/lib/DumpHtml.php trunk/tests/unit/lib/PageListTest.php trunk/tests/unit/lib/SetupWiki.php trunk/tests/unit/lib/TextSearchTest.php trunk/tests/unit/lib/plugin/AllPagesTest.php trunk/tests/unit/lib/plugin/AllUsersTest.php trunk/tests/unit/lib/plugin/IncludePageTest.php trunk/tests/unit/lib/plugin/ListPagesTest.php trunk/tests/unit/lib/plugin/OrphanedPagesTest.php trunk/tests/unit/lib/plugin/WantedPagesTest.php trunk/tests/unit/pcre-crash.php trunk/tests/unit/test.php trunk/tests/unit_test_backend_cvs.php trunk/tests/xmlrpc/interop-client.php trunk/tests/xmlrpc/interop-server.php trunk/tests/xmlrpc/validate-form.php trunk/tests/xmlrpc/validate.php trunk/tests/xmlrpc/xmlrpc-client.php trunk/tests/xmlrpc/xmlrpc-introspect.php trunk/tests/xmlrpc/xmlrpc-servers.php trunk/tests/xmlrpc/xmlrpc_utils.php Property Changed: ---------------- trunk/ImageTile.php trunk/SOAP.php trunk/admin/wiki2public.php trunk/getimg.php trunk/lib/ASCIIMathPHP/ASCIIMathPHP-2.0.cfg.php trunk/lib/ASCIIMathPHP/ASCIIMathPHP-2.0.class.php trunk/lib/pear/JSON.php trunk/lib/purgepage.php trunk/tests/unit/lib/DumpHtml.php trunk/tests/unit/lib/PageListTest.php trunk/tests/unit/lib/SetupWiki.php trunk/tests/unit/lib/TextSearchTest.php trunk/tests/unit/lib/plugin/AllPagesTest.php trunk/tests/unit/lib/plugin/AllUsersTest.php trunk/tests/unit/lib/plugin/IncludePageTest.php trunk/tests/unit/lib/plugin/ListPagesTest.php trunk/tests/unit/lib/plugin/OrphanedPagesTest.php trunk/tests/unit/lib/plugin/WantedPagesTest.php trunk/tests/unit/pcre-crash.php trunk/tests/unit/test.php trunk/tests/unit_test_backend_cvs.php trunk/tests/xmlrpc/interop-client.php trunk/tests/xmlrpc/interop-server.php trunk/tests/xmlrpc/validate-form.php trunk/tests/xmlrpc/validate.php trunk/tests/xmlrpc/xmlrpc-client.php trunk/tests/xmlrpc/xmlrpc-introspect.php trunk/tests/xmlrpc/xmlrpc-servers.php trunk/tests/xmlrpc/xmlrpc_utils.php Modified: trunk/ImageTile.php =================================================================== --- trunk/ImageTile.php 2009-10-05 12:56:05 UTC (rev 7180) +++ trunk/ImageTile.php 2009-10-05 14:25:48 UTC (rev 7181) @@ -1,4 +1,4 @@ -<?php +<?php // -*-php-*- $Id$ // FIXME! This is a mess. Everything. require_once('lib/stdlib.php'); Property changes on: trunk/ImageTile.php ___________________________________________________________________ Added: svn:keywords + Id Modified: trunk/SOAP.php =================================================================== --- trunk/SOAP.php 2009-10-05 12:56:05 UTC (rev 7180) +++ trunk/SOAP.php 2009-10-05 14:25:48 UTC (rev 7181) @@ -1,4 +1,4 @@ -<?php +<?php // -*-php-*- $Id$ /** * SOAP server * Taken from http://www.wlug.org.nz/archive/ Property changes on: trunk/SOAP.php ___________________________________________________________________ Added: svn:keywords + Id Modified: trunk/admin/wiki2public.php =================================================================== --- trunk/admin/wiki2public.php 2009-10-05 12:56:05 UTC (rev 7180) +++ trunk/admin/wiki2public.php 2009-10-05 14:25:48 UTC (rev 7181) @@ -1,4 +1,4 @@ -<?php +<?php // -*-php-*- $Id$ // cronjob script to copy pages marked as "public" to a seperate public wiki area. // If ENABLE_PAGE_PUBLIC = true // can only run via localhost for security reasons Property changes on: trunk/admin/wiki2public.php ___________________________________________________________________ Added: svn:keywords + Id Modified: trunk/getimg.php =================================================================== --- trunk/getimg.php 2009-10-05 12:56:05 UTC (rev 7180) +++ trunk/getimg.php 2009-10-05 14:25:48 UTC (rev 7181) @@ -1,4 +1,4 @@ -<?php // -*-php-*- +<?php // -*-php-*- $Id$ include ("index.php"); include "lib/imagecache.php"; ?> Property changes on: trunk/getimg.php ___________________________________________________________________ Added: svn:keywords + Id Modified: trunk/lib/ASCIIMathPHP/ASCIIMathPHP-2.0.cfg.php =================================================================== --- trunk/lib/ASCIIMathPHP/ASCIIMathPHP-2.0.cfg.php 2009-10-05 12:56:05 UTC (rev 7180) +++ trunk/lib/ASCIIMathPHP/ASCIIMathPHP-2.0.cfg.php 2009-10-05 14:25:48 UTC (rev 7181) @@ -1,4 +1,4 @@ -<?php +<?php // $Id$ $symbol_arr = array( @@ -215,4 +215,4 @@ '>>' => array( 'input'=>'>>', 'tag'=>'mo', 'output'=>'&#' . hexdec('232A') . ';', 'right_bracket'=>TRUE) // 2005-06-07 wes ); -?> \ No newline at end of file +?> Property changes on: trunk/lib/ASCIIMathPHP/ASCIIMathPHP-2.0.cfg.php ___________________________________________________________________ Added: svn:keywords + Id Modified: trunk/lib/ASCIIMathPHP/ASCIIMathPHP-2.0.class.php =================================================================== --- trunk/lib/ASCIIMathPHP/ASCIIMathPHP-2.0.class.php 2009-10-05 12:56:05 UTC (rev 7180) +++ trunk/lib/ASCIIMathPHP/ASCIIMathPHP-2.0.class.php 2009-10-05 14:25:48 UTC (rev 7181) @@ -1,4 +1,4 @@ -<?php +<?php // $Id$ /**** * ASCIIMathPHP and associated classes: @@ -1116,4 +1116,4 @@ } } } -?> \ No newline at end of file +?> Property changes on: trunk/lib/ASCIIMathPHP/ASCIIMathPHP-2.0.class.php ___________________________________________________________________ Added: svn:keywords + Id Modified: trunk/lib/ASCIIMathPHP/ASCIIMathPHP.cfg.php =================================================================== --- trunk/lib/ASCIIMathPHP/ASCIIMathPHP.cfg.php 2009-10-05 12:56:05 UTC (rev 7180) +++ trunk/lib/ASCIIMathPHP/ASCIIMathPHP.cfg.php 2009-10-05 14:25:48 UTC (rev 7181) @@ -1,4 +1,4 @@ -<?php +<?php // $Id$ $symbol_arr = array( @@ -215,4 +215,4 @@ '>>' => array( 'input'=>'>>', 'tag'=>'mo', 'output'=>'&#' . hexdec('232A') . ';', 'right_bracket'=>TRUE) // 2005-06-07 wes ); -?> \ No newline at end of file +?> Modified: trunk/lib/ASCIIMathPHP/ASCIIMathPHP.class.php =================================================================== --- trunk/lib/ASCIIMathPHP/ASCIIMathPHP.class.php 2009-10-05 12:56:05 UTC (rev 7180) +++ trunk/lib/ASCIIMathPHP/ASCIIMathPHP.class.php 2009-10-05 14:25:48 UTC (rev 7181) @@ -1,4 +1,4 @@ -<?php +<?php // $Id$ /**** * ASCIIMathPHP and associated classes: @@ -1113,4 +1113,4 @@ } } } -?> \ No newline at end of file +?> Modified: trunk/lib/pear/JSON.php =================================================================== --- trunk/lib/pear/JSON.php 2009-10-05 12:56:05 UTC (rev 7180) +++ trunk/lib/pear/JSON.php 2009-10-05 14:25:48 UTC (rev 7181) @@ -1,4 +1,4 @@ -<?php +<?php // $Id$ /* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */ /** @@ -51,7 +51,7 @@ * @author Matt Knapp <mdknapp[at]gmail[dot]com> * @author Brett Stimmerman <brettstimmerman[at]gmail[dot]com> * @copyright 2005 Michal Migurski - * @version CVS: $Id: JSON.php,v 1.31 2006/06/28 05:54:17 migurski Exp $ + * @version CVS: $Id$ * @license http://www.opensource.org/licenses/bsd-license.php * @link http://pear.php.net/pepr/pepr-proposal-show.php?id=198 */ Property changes on: trunk/lib/pear/JSON.php ___________________________________________________________________ Added: svn:keywords + Id Modified: trunk/lib/purgepage.php =================================================================== --- trunk/lib/purgepage.php 2009-10-05 12:56:05 UTC (rev 7180) +++ trunk/lib/purgepage.php 2009-10-05 14:25:48 UTC (rev 7181) @@ -1,5 +1,5 @@ <?php -rcs_id('$Id: purgepage.php,v 1.26 2004/12/20 12:12:31 rurban Exp $'); +rcs_id('$Id$'); require_once('lib/Template.php'); function PurgePage (&$request) { Property changes on: trunk/lib/purgepage.php ___________________________________________________________________ Added: svn:keywords + Id Modified: trunk/tests/unit/lib/DumpHtml.php =================================================================== --- trunk/tests/unit/lib/DumpHtml.php 2009-10-05 12:56:05 UTC (rev 7180) +++ trunk/tests/unit/lib/DumpHtml.php 2009-10-05 14:25:48 UTC (rev 7181) @@ -1,4 +1,4 @@ -<?php +<?php // $Id$ /** * 2nd important test: * Check if all standard pages can be rendered (dumped) @@ -51,4 +51,4 @@ } -?> \ No newline at end of file +?> Property changes on: trunk/tests/unit/lib/DumpHtml.php ___________________________________________________________________ Added: svn:keywords + Id Modified: trunk/tests/unit/lib/PageListTest.php =================================================================== --- trunk/tests/unit/lib/PageListTest.php 2009-10-05 12:56:05 UTC (rev 7180) +++ trunk/tests/unit/lib/PageListTest.php 2009-10-05 14:25:48 UTC (rev 7181) @@ -1,4 +1,4 @@ -<?php +<?php // $Id$ require_once 'lib/PageList.php'; require_once 'PHPUnit.php'; Property changes on: trunk/tests/unit/lib/PageListTest.php ___________________________________________________________________ Added: svn:keywords + Id Modified: trunk/tests/unit/lib/SetupWiki.php =================================================================== --- trunk/tests/unit/lib/SetupWiki.php 2009-10-05 12:56:05 UTC (rev 7180) +++ trunk/tests/unit/lib/SetupWiki.php 2009-10-05 14:25:48 UTC (rev 7181) @@ -1,4 +1,4 @@ -<?php +<?php // $Id$ /** * 1st important test: Check if all pgsrc files import without failure */ @@ -50,4 +50,4 @@ } } -?> \ No newline at end of file +?> Property changes on: trunk/tests/unit/lib/SetupWiki.php ___________________________________________________________________ Added: svn:keywords + Id Modified: trunk/tests/unit/lib/TextSearchTest.php =================================================================== --- trunk/tests/unit/lib/TextSearchTest.php 2009-10-05 12:56:05 UTC (rev 7180) +++ trunk/tests/unit/lib/TextSearchTest.php 2009-10-05 14:25:48 UTC (rev 7181) @@ -1,4 +1,4 @@ -<?php +<?php // $Id$ require_once 'lib/TextSearchQuery.php'; require_once 'PHPUnit.php'; Property changes on: trunk/tests/unit/lib/TextSearchTest.php ___________________________________________________________________ Added: svn:keywords + Id Modified: trunk/tests/unit/lib/plugin/AllPagesTest.php =================================================================== --- trunk/tests/unit/lib/plugin/AllPagesTest.php 2009-10-05 12:56:05 UTC (rev 7180) +++ trunk/tests/unit/lib/plugin/AllPagesTest.php 2009-10-05 14:25:48 UTC (rev 7181) @@ -1,4 +1,4 @@ -<?php +<?php // $Id$ require_once 'lib/WikiPlugin.php'; require_once 'lib/plugin/AllPages.php'; Property changes on: trunk/tests/unit/lib/plugin/AllPagesTest.php ___________________________________________________________________ Added: svn:keywords + Id Modified: trunk/tests/unit/lib/plugin/AllUsersTest.php =================================================================== --- trunk/tests/unit/lib/plugin/AllUsersTest.php 2009-10-05 12:56:05 UTC (rev 7180) +++ trunk/tests/unit/lib/plugin/AllUsersTest.php 2009-10-05 14:25:48 UTC (rev 7181) @@ -1,4 +1,4 @@ -<?php +<?php // $Id$ require_once 'lib/WikiPlugin.php'; require_once 'lib/plugin/AllUsers.php'; Property changes on: trunk/tests/unit/lib/plugin/AllUsersTest.php ___________________________________________________________________ Added: svn:keywords + Id Modified: trunk/tests/unit/lib/plugin/IncludePageTest.php =================================================================== --- trunk/tests/unit/lib/plugin/IncludePageTest.php 2009-10-05 12:56:05 UTC (rev 7180) +++ trunk/tests/unit/lib/plugin/IncludePageTest.php 2009-10-05 14:25:48 UTC (rev 7181) @@ -1,4 +1,4 @@ -<?php +<?php // $Id$ require_once 'lib/WikiPlugin.php'; require_once 'lib/plugin/IncludePage.php'; Property changes on: trunk/tests/unit/lib/plugin/IncludePageTest.php ___________________________________________________________________ Added: svn:keywords + Id Modified: trunk/tests/unit/lib/plugin/ListPagesTest.php =================================================================== --- trunk/tests/unit/lib/plugin/ListPagesTest.php 2009-10-05 12:56:05 UTC (rev 7180) +++ trunk/tests/unit/lib/plugin/ListPagesTest.php 2009-10-05 14:25:48 UTC (rev 7181) @@ -1,4 +1,4 @@ -<?php +<?php // $Id$ require_once 'lib/WikiPlugin.php'; require_once 'lib/plugin/ListPages.php'; Property changes on: trunk/tests/unit/lib/plugin/ListPagesTest.php ___________________________________________________________________ Added: svn:keywords + Id Modified: trunk/tests/unit/lib/plugin/OrphanedPagesTest.php =================================================================== --- trunk/tests/unit/lib/plugin/OrphanedPagesTest.php 2009-10-05 12:56:05 UTC (rev 7180) +++ trunk/tests/unit/lib/plugin/OrphanedPagesTest.php 2009-10-05 14:25:48 UTC (rev 7181) @@ -1,4 +1,4 @@ -<?php +<?php // $Id$ require_once 'lib/WikiPlugin.php'; require_once 'lib/plugin/OrphanedPages.php'; Property changes on: trunk/tests/unit/lib/plugin/OrphanedPagesTest.php ___________________________________________________________________ Added: svn:keywords + Id Modified: trunk/tests/unit/lib/plugin/WantedPagesTest.php =================================================================== --- trunk/tests/unit/lib/plugin/WantedPagesTest.php 2009-10-05 12:56:05 UTC (rev 7180) +++ trunk/tests/unit/lib/plugin/WantedPagesTest.php 2009-10-05 14:25:48 UTC (rev 7181) @@ -1,4 +1,4 @@ -<?php +<?php // $Id$ require_once 'lib/WikiPlugin.php'; require_once 'lib/plugin/WantedPages.php'; Property changes on: trunk/tests/unit/lib/plugin/WantedPagesTest.php ___________________________________________________________________ Added: svn:keywords + Id Modified: trunk/tests/unit/pcre-crash.php =================================================================== --- trunk/tests/unit/pcre-crash.php 2009-10-05 12:56:05 UTC (rev 7180) +++ trunk/tests/unit/pcre-crash.php 2009-10-05 14:25:48 UTC (rev 7181) @@ -1,4 +1,4 @@ -<?php +<?php // $Id$ $blockpats=array(); $blockpats[] = '[ \t]+\S(?:.*\s*\n[ \t]+\S)*'; @@ -42,4 +42,4 @@ //preg_match($block_re, $subj, $m); echo "ok\n"; -?> \ No newline at end of file +?> Property changes on: trunk/tests/unit/pcre-crash.php ___________________________________________________________________ Added: svn:keywords + Id Modified: trunk/tests/unit/test.php =================================================================== --- trunk/tests/unit/test.php 2009-10-05 12:56:05 UTC (rev 7180) +++ trunk/tests/unit/test.php 2009-10-05 14:25:48 UTC (rev 7181) @@ -1,6 +1,7 @@ <?php // #!/usr/local/bin/php -Cq /* Copyright (C) 2004 Dan Frankowski <dfr...@cs...> * Copyright (C) 2004,2005,2006 Reini Urban <ru...@x-...> + * $Id$ * * This file is part of PhpWiki. * Property changes on: trunk/tests/unit/test.php ___________________________________________________________________ Added: svn:keywords + Id Modified: trunk/tests/unit_test_backend_cvs.php =================================================================== --- trunk/tests/unit_test_backend_cvs.php 2009-10-05 12:56:05 UTC (rev 7180) +++ trunk/tests/unit_test_backend_cvs.php 2009-10-05 14:25:48 UTC (rev 7181) @@ -5,6 +5,7 @@ * is designed to be run directly using the php4 command. * * Author: Gerrit Riessen, ger...@op... + * $Id$ */ // assume that the we've cd'ed to the tests directory @@ -116,4 +117,4 @@ print "It appears something went wrong, nothing being removed\n"; } -?> \ No newline at end of file +?> Property changes on: trunk/tests/unit_test_backend_cvs.php ___________________________________________________________________ Added: svn:keywords + Id Modified: trunk/tests/xmlrpc/interop-client.php =================================================================== --- trunk/tests/xmlrpc/interop-client.php 2009-10-05 12:56:05 UTC (rev 7180) +++ trunk/tests/xmlrpc/interop-client.php 2009-10-05 14:25:48 UTC (rev 7181) @@ -5,6 +5,7 @@ Author: Dan Libby (da...@li...) Epinions.com may be contacted at fee...@ep... + $Id$ */ /* Property changes on: trunk/tests/xmlrpc/interop-client.php ___________________________________________________________________ Added: svn:keywords + Id Modified: trunk/tests/xmlrpc/interop-server.php =================================================================== --- trunk/tests/xmlrpc/interop-server.php 2009-10-05 12:56:05 UTC (rev 7180) +++ trunk/tests/xmlrpc/interop-server.php 2009-10-05 14:25:48 UTC (rev 7181) @@ -1,4 +1,4 @@ -<?php +<?php // $Id$ include("xmlrpc_utils.php"); Property changes on: trunk/tests/xmlrpc/interop-server.php ___________________________________________________________________ Added: svn:keywords + Id Modified: trunk/tests/xmlrpc/validate-form.php =================================================================== --- trunk/tests/xmlrpc/validate-form.php 2009-10-05 12:56:05 UTC (rev 7180) +++ trunk/tests/xmlrpc/validate-form.php 2009-10-05 14:25:48 UTC (rev 7181) @@ -1,6 +1,6 @@ <html> -<?php +<?php // $Id$ /* Property changes on: trunk/tests/xmlrpc/validate-form.php ___________________________________________________________________ Added: svn:keywords + Id Modified: trunk/tests/xmlrpc/validate.php =================================================================== --- trunk/tests/xmlrpc/validate.php 2009-10-05 12:56:05 UTC (rev 7180) +++ trunk/tests/xmlrpc/validate.php 2009-10-05 14:25:48 UTC (rev 7181) @@ -1,4 +1,4 @@ -<?php +<?php // $Id$ /* This file is part of, or distributed with, libXMLRPC - a C library for Property changes on: trunk/tests/xmlrpc/validate.php ___________________________________________________________________ Added: svn:keywords + Id Modified: trunk/tests/xmlrpc/xmlrpc-client.php =================================================================== --- trunk/tests/xmlrpc/xmlrpc-client.php 2009-10-05 12:56:05 UTC (rev 7180) +++ trunk/tests/xmlrpc/xmlrpc-client.php 2009-10-05 14:25:48 UTC (rev 7181) @@ -7,6 +7,7 @@ * http://www.ecyrd.com/JSPWiki/Wiki.jsp?page=WikiRPCInterface * Author: Reini Urban + * $Id$ */ /* Property changes on: trunk/tests/xmlrpc/xmlrpc-client.php ___________________________________________________________________ Added: svn:keywords + Id Modified: trunk/tests/xmlrpc/xmlrpc-introspect.php =================================================================== --- trunk/tests/xmlrpc/xmlrpc-introspect.php 2009-10-05 12:56:05 UTC (rev 7180) +++ trunk/tests/xmlrpc/xmlrpc-introspect.php 2009-10-05 14:25:48 UTC (rev 7181) @@ -1,4 +1,4 @@ -<?php +<?php // $Id$ /********************************* * system.describeMethods Support * Property changes on: trunk/tests/xmlrpc/xmlrpc-introspect.php ___________________________________________________________________ Added: svn:keywords + Id Modified: trunk/tests/xmlrpc/xmlrpc-servers.php =================================================================== --- trunk/tests/xmlrpc/xmlrpc-servers.php 2009-10-05 12:56:05 UTC (rev 7180) +++ trunk/tests/xmlrpc/xmlrpc-servers.php 2009-10-05 14:25:48 UTC (rev 7181) @@ -1,4 +1,4 @@ -<?php +<?php // $Id$ /** * List of various interop and wiki servers to test against. * interop for the basic library functionality, and then the wiki API. @@ -274,4 +274,4 @@ ); } -?> \ No newline at end of file +?> Property changes on: trunk/tests/xmlrpc/xmlrpc-servers.php ___________________________________________________________________ Added: svn:keywords + Id Modified: trunk/tests/xmlrpc/xmlrpc_utils.php =================================================================== --- trunk/tests/xmlrpc/xmlrpc_utils.php 2009-10-05 12:56:05 UTC (rev 7180) +++ trunk/tests/xmlrpc/xmlrpc_utils.php 2009-10-05 14:25:48 UTC (rev 7181) @@ -1,4 +1,4 @@ -<?php +<?php // $Id$ // This file has moved. keeping below for legacy compat reasons. Property changes on: trunk/tests/xmlrpc/xmlrpc_utils.php ___________________________________________________________________ Added: svn:keywords + Id This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |