From: <var...@us...> - 2012-12-11 16:00:21
|
Revision: 8648 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8648&view=rev Author: vargenau Date: 2012-12-11 16:00:10 +0000 (Tue, 11 Dec 2012) Log Message: ----------- Remove X-Rcs-Id Modified Paths: -------------- trunk/lib/plugin/PageDump.php trunk/pgsrc/PhpWikiAdministration%2FDeleteAcl Modified: trunk/lib/plugin/PageDump.php =================================================================== --- trunk/lib/plugin/PageDump.php 2012-12-11 15:54:41 UTC (rev 8647) +++ trunk/lib/plugin/PageDump.php 2012-12-11 16:00:10 UTC (rev 8648) @@ -98,10 +98,10 @@ // fixup_headers massages the page dump headers depending on // the 'format' argument, 'normal'(default) or 'forsvn'. // - // Normal: Don't add X-Rcs-Id, add unique Message-Id, don't + // Normal: add unique Message-Id, don't // strip any fields from Content-Type. // - // ForCVS: Add empty X-Rcs-Id, strip attributes from + // ForCVS: strip attributes from // Content-Type field: "author", "version", "lastmodified", // "author_id", "hits". @@ -279,12 +279,6 @@ $array = explode("\n", $mailified); // Massage headers to prepare for developer checkin to Subversion. - $item_to_insert = "X-Rcs-Id: \$Id\$"; - $insert_into_key_position = 2; - $returnval_ignored = array_splice($array, - $insert_into_key_position, - 0, $item_to_insert); - $item_to_insert = " pgsrc_version=\"2 \$Revision\$\";"; $insert_into_key_position = 5; $returnval_ignored = array_splice($array, Modified: trunk/pgsrc/PhpWikiAdministration%2FDeleteAcl =================================================================== --- trunk/pgsrc/PhpWikiAdministration%2FDeleteAcl 2012-12-11 15:54:41 UTC (rev 8647) +++ trunk/pgsrc/PhpWikiAdministration%2FDeleteAcl 2012-12-11 16:00:10 UTC (rev 8648) @@ -1,6 +1,5 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Tue, 11 Dec 2012 16:57:55 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) -X-Rcs-Id: $Id: PhpWikiAdministration%2FDeleteAcl 7682 2010-09-10 12:03:36Z vargenau $ Content-Type: application/x-phpwiki; pagename=PhpWikiAdministration%2FDeleteAcl; flags=PAGE_LOCKED; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |