Skip to content

Commit

Permalink
Integrate GOLDCREST branch from svn
Browse files Browse the repository at this point in the history
  • Loading branch information
CloCkWeRX committed Sep 4, 2011
1 parent 2873604 commit 996774c
Show file tree
Hide file tree
Showing 146 changed files with 192 additions and 167 deletions.
2 changes: 1 addition & 1 deletion DAS/Json.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
+----------------------------------------------------------------------+
| Author: SL |
+----------------------------------------------------------------------+
$Id$
$Id: Json.php 222906 2006-11-06 16:56:17Z slaws $
*/


Expand Down
2 changes: 1 addition & 1 deletion DAS/Relational.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
+----------------------------------------------------------------------+
| Author: Matthew Peters |
+----------------------------------------------------------------------+
$Id$
$Id: Relational.php 229262 2007-02-07 11:26:44Z cem $
*/

require_once 'SDO/DAS/Relational/Exception.php';
Expand Down
2 changes: 1 addition & 1 deletion DAS/Relational/Action.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
+----------------------------------------------------------------------+
| Author: Matthew Peters |
+----------------------------------------------------------------------+
$Id$
$Id: Action.php 220738 2006-09-28 19:25:00Z cem $
*/

require_once 'SDO/DAS/Relational/DataObjectHelper.php';
Expand Down
2 changes: 1 addition & 1 deletion DAS/Relational/ContainmentReference.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
+----------------------------------------------------------------------+
| Author: Matthew Peters |
+----------------------------------------------------------------------+
$Id$
$Id: ContainmentReference.php 220738 2006-09-28 19:25:00Z cem $
*/

require_once 'SDO/DAS/Relational/PrimaryKey.php';
Expand Down
2 changes: 1 addition & 1 deletion DAS/Relational/ContainmentReferencesModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
+----------------------------------------------------------------------+
| Author: Matthew Peters |
+----------------------------------------------------------------------+
$Id$
$Id: ContainmentReferencesModel.php 223806 2006-11-24 10:44:42Z cem $
*/

require_once 'SDO/DAS/Relational/ContainmentReference.php';
Expand Down
2 changes: 1 addition & 1 deletion DAS/Relational/DataObjectHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
+----------------------------------------------------------------------+
| Author: Matthew Peters |
+----------------------------------------------------------------------+
$Id$
$Id: DataObjectHelper.php 220738 2006-09-28 19:25:00Z cem $
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion DAS/Relational/DatabaseHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
+----------------------------------------------------------------------+
| Author: Matthew Peters |
+----------------------------------------------------------------------+
$Id$
$Id: DatabaseHelper.php 220738 2006-09-28 19:25:00Z cem $
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion DAS/Relational/DatabaseModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
+----------------------------------------------------------------------+
| Author: Matthew Peters |
+----------------------------------------------------------------------+
$Id$
$Id: DatabaseModel.php 229262 2007-02-07 11:26:44Z cem $
*/

require_once 'SDO/DAS/Relational/Table.php';
Expand Down
2 changes: 1 addition & 1 deletion DAS/Relational/DeleteAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
+----------------------------------------------------------------------+
| Author: Matthew Peters |
+----------------------------------------------------------------------+
$Id$
$Id: DeleteAction.php 220738 2006-09-28 19:25:00Z cem $
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion DAS/Relational/Exception.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
+----------------------------------------------------------------------+
| Author: Matthew Peters |
+----------------------------------------------------------------------+
$Id$
$Id: Exception.php 217749 2006-08-08 16:13:29Z cem $
*/
/**
* Exception class to support SDO Relational Data Access Service
Expand Down
2 changes: 1 addition & 1 deletion DAS/Relational/ForeignKey.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
+----------------------------------------------------------------------+
| Author: Matthew Peters |
+----------------------------------------------------------------------+
$Id$
$Id: ForeignKey.php 220738 2006-09-28 19:25:00Z cem $
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion DAS/Relational/InsertAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
+----------------------------------------------------------------------+
| Author: Matthew Peters |
+----------------------------------------------------------------------+
$Id$
$Id: InsertAction.php 220738 2006-09-28 19:25:00Z cem $
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion DAS/Relational/KeyObjectMap.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
+----------------------------------------------------------------------+
| Author: Matthew Peters |
+----------------------------------------------------------------------+
$Id$
$Id: KeyObjectMap.php 220738 2006-09-28 19:25:00Z cem $
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion DAS/Relational/NonContainmentReference.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
+----------------------------------------------------------------------+
| Author: Matthew Peters |
+----------------------------------------------------------------------+
$Id$
$Id: NonContainmentReference.php 220738 2006-09-28 19:25:00Z cem $
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion DAS/Relational/ObjectModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
+----------------------------------------------------------------------+
| Author: Matthew Peters |
+----------------------------------------------------------------------+
$Id$
$Id: ObjectModel.php 223806 2006-11-24 10:44:42Z cem $
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion DAS/Relational/PDOConstants.colon.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
+----------------------------------------------------------------------+
| Author: Matthew Peters |
+----------------------------------------------------------------------+
$Id$
$Id: PDOConstants.colon.inc.php 217749 2006-08-08 16:13:29Z cem $
*/

// A quick bodge to handle how PDO constants are defined
Expand Down
2 changes: 1 addition & 1 deletion DAS/Relational/PDOConstants.underscore.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
+----------------------------------------------------------------------+
| Author: Matthew Peters |
+----------------------------------------------------------------------+
$Id$
$Id: PDOConstants.underscore.inc.php 217749 2006-08-08 16:13:29Z cem $
*/

// A quick bodge to handle how PDO constants are defined
Expand Down
2 changes: 1 addition & 1 deletion DAS/Relational/Plan.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
+----------------------------------------------------------------------+
| Author: Matthew Peters |
+----------------------------------------------------------------------+
$Id$
$Id: Plan.php 220738 2006-09-28 19:25:00Z cem $
*/

require_once 'SDO/DAS/Relational/Action.php';
Expand Down
2 changes: 1 addition & 1 deletion DAS/Relational/PrimaryKey.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
+----------------------------------------------------------------------+
| Author: Matthew Peters |
+----------------------------------------------------------------------+
$Id$
$Id: PrimaryKey.php 220738 2006-09-28 19:25:00Z cem $
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion DAS/Relational/ReferencesModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
+----------------------------------------------------------------------+
| Author: Matthew Peters |
+----------------------------------------------------------------------+
$Id$
$Id: ReferencesModel.php 220738 2006-09-28 19:25:00Z cem $
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion DAS/Relational/SettingListHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
+----------------------------------------------------------------------+
| Author: Matthew Peters |
+----------------------------------------------------------------------+
$Id$
$Id: SettingListHelper.php 220738 2006-09-28 19:25:00Z cem $
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion DAS/Relational/Table.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
+----------------------------------------------------------------------+
| Author: Matthew Peters |
+----------------------------------------------------------------------+
$Id$
$Id: Table.php 220738 2006-09-28 19:25:00Z cem $
*/

require_once 'SDO/DAS/Relational/PrimaryKey.php';
Expand Down
2 changes: 1 addition & 1 deletion DAS/Relational/UpdateAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
+----------------------------------------------------------------------+
| Author: Matthew Peters |
+----------------------------------------------------------------------+
$Id$
$Id: UpdateAction.php 220738 2006-09-28 19:25:00Z cem $
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion DAS/Relational/UpdateNonContainmentReferenceAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
+----------------------------------------------------------------------+
| Author: Matthew Peters |
+----------------------------------------------------------------------+
$Id$
$Id: UpdateNonContainmentReferenceAction.php 220738 2006-09-28 19:25:00Z cem $
*/

require_once 'SDO/DAS/Relational/DataObjectHelper.php';
Expand Down
2 changes: 1 addition & 1 deletion INSTALL
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$Id$
$Id: INSTALL 238265 2007-06-22 14:32:40Z mfp $

Overview
========
Expand Down
2 changes: 1 addition & 1 deletion MakePackage.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
/* $Id$ */
/* $Id: MakePackage.php 254167 2008-03-04 10:09:53Z mfp $ */
require_once('PEAR/PackageFileManager.php');
$packagexml = new PEAR_PackageFileManager;
if (PEAR::isError($packagexml)) {
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$Id$
$Id: README 238265 2007-06-22 14:32:40Z mfp $

See http://www.php.net/sdo/ for API documentation, or
http://livedocs.php.net/livedocs/en/ref.sdo.php for the very latest version.
Expand Down
2 changes: 1 addition & 1 deletion SCA/Bindings/atom/Atom1.0.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
+-----------------------------------------------------------------------------+
| Author: Graham Charters |
+-----------------------------------------------------------------------------+
$Id$
$Id: Atom1.0.xsd 254122 2008-03-03 17:56:38Z mfp $
</xs:documentation>
</xs:annotation>

Expand Down
2 changes: 1 addition & 1 deletion SCA/Bindings/atom/RequestTester.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
| Caroline Maynard, |
| Simon Laws |
+-----------------------------------------------------------------------------+
$Id$
$Id: RequestTester.php 254122 2008-03-03 17:56:38Z mfp $
*/

if ( ! class_exists('SCA_Bindings_Atom_RequestTester', false) ) {
Expand Down
2 changes: 1 addition & 1 deletion SCA/Bindings/atom/xhtml1-strict.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
SYSTEM "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"

$Id$
$Id: xhtml1-strict.xsd 254122 2008-03-03 17:56:38Z mfp $
</xs:documentation>
</xs:annotation>

Expand Down
6 changes: 2 additions & 4 deletions SCA/Bindings/ebaysoap/Mapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
| Caroline Maynard, |
| Simon Laws |
+-----------------------------------------------------------------------------+
$Id$
$Id: Mapper.php 238265 2007-06-22 14:32:40Z mfp $
*/

if ( ! class_exists('SCA_Bindings_ebaysoap_Mapper', false) ) {
Expand Down Expand Up @@ -64,6 +64,4 @@ public function setWSDLTypes($wsdl)
}

}/* End instance check */
}/* End SCA_Bindings_soap_SDO_TypeHandler class */

?>
}/* End SCA_Bindings_soap_SDO_TypeHandler class */
2 changes: 1 addition & 1 deletion SCA/Bindings/ebaysoap/Proxy.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
+-----------------------------------------------------------------------------+
| Author: Graham Charters, Caroline Maynard |
+-----------------------------------------------------------------------------+
$Id$
$Id: Proxy.php 254122 2008-03-03 17:56:38Z mfp $
*/

require 'SCA/SCA_Exceptions.php';
Expand Down
2 changes: 1 addition & 1 deletion SCA/Bindings/jsonrpc/Proxy.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
| Caroline Maynard, |
| Simon Laws |
+-----------------------------------------------------------------------------+
$Id$
$Id: Proxy.php 238265 2007-06-22 14:32:40Z mfp $
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion SCA/Bindings/jsonrpc/RequestTester.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
| Caroline Maynard, |
| Simon Laws |
+-----------------------------------------------------------------------------+
$Id$
$Id: RequestTester.php 254122 2008-03-03 17:56:38Z mfp $
*/

if ( ! class_exists('SCA_Bindings_Jsonrpc_RequestTester', false) ) {
Expand Down
2 changes: 1 addition & 1 deletion SCA/Bindings/jsonrpc/SCA_GenerateSmd.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
| Caroline Maynard, |
| Simon Laws |
+-----------------------------------------------------------------------------+
$Id$
$Id: SCA_GenerateSmd.php 235424 2007-05-11 15:53:57Z mfp $
*/
require 'SCA/SCA_ServiceDescription.php';

Expand Down
2 changes: 1 addition & 1 deletion SCA/Bindings/jsonrpc/SCA_JsonRpcClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
+----------------------------------------------------------------------+
| Author: SL |
+----------------------------------------------------------------------+
$Id$
$Id: SCA_JsonRpcClient.php 234945 2007-05-04 15:05:53Z mfp $
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion SCA/Bindings/jsonrpc/SCA_JsonRpcServer.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
+----------------------------------------------------------------------+
| Author: SL |
+----------------------------------------------------------------------+
$Id$
$Id: SCA_JsonRpcServer.php 234945 2007-05-04 15:05:53Z mfp $
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion SCA/Bindings/jsonrpc/SCA_ServiceWrapperJson.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
| Caroline Maynard, |
| Simon Laws |
+-----------------------------------------------------------------------------+
$Id$
$Id: SCA_ServiceWrapperJson.php 234945 2007-05-04 15:05:53Z mfp $
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion SCA/Bindings/jsonrpc/ServiceDescriptionGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
| Caroline Maynard, |
| Simon Laws |
+-----------------------------------------------------------------------------+
$Id$
$Id: ServiceDescriptionGenerator.php 234945 2007-05-04 15:05:53Z mfp $
*/

require 'SCA/Bindings/jsonrpc/SCA_GenerateSmd.php';
Expand Down
2 changes: 1 addition & 1 deletion SCA/Bindings/jsonrpc/ServiceRequestHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
| Caroline Maynard, |
| Simon Laws |
+-----------------------------------------------------------------------------+
$Id$
$Id: ServiceRequestHandler.php 234945 2007-05-04 15:05:53Z mfp $
*/

require "SCA/Bindings/jsonrpc/SCA_ServiceWrapperJson.php";
Expand Down
2 changes: 1 addition & 1 deletion SCA/Bindings/local/Proxy.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
| Caroline Maynard, |
| Simon Laws |
+-----------------------------------------------------------------------------+
$Id$
$Id: Proxy.php 238265 2007-06-22 14:32:40Z mfp $
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion SCA/Bindings/rss/Proxy.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
| Megan Beynon, |
| Caroline Maynard |
+-----------------------------------------------------------------------------+
$Id$
$Id: Proxy.php 238265 2007-06-22 14:32:40Z mfp $
*/

require "SCA/SCA_Exceptions.php";
Expand Down
2 changes: 1 addition & 1 deletion SCA/Bindings/rss/RequestTester.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
| Megan Beynon, |
| Caroline Maynard |
+-----------------------------------------------------------------------------+
$Id$
$Id: RequestTester.php 238265 2007-06-22 14:32:40Z mfp $
*/

class SCA_Bindings_rss_RequestTester
Expand Down
2 changes: 1 addition & 1 deletion SCA/Bindings/rss/RssDas.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
| Megan Beynon, |
| Caroline Maynard |
+-----------------------------------------------------------------------------+
$Id$
$Id: RssDas.php 238265 2007-06-22 14:32:40Z mfp $
*/

if ( ! class_exists('SCA_RSSProxy', false)) {
Expand Down
Loading

0 comments on commit 996774c

Please sign in to comment.