Modified: incubator/shindig/trunk/php/external/Zend/Validate/Digits.php
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/php/external/Zend/Validate/Digits.php?rev=694927&r1=694923&r2=694927&view=diff
==============================================================================
--- incubator/shindig/trunk/php/external/Zend/Validate/Digits.php (original)
+++ incubator/shindig/trunk/php/external/Zend/Validate/Digits.php Sat Sep 13 
03:59:25 2008
@@ -24,7 +24,7 @@
 /**
  * @see Zend_Validate_Abstract
  */
-require_once 'src/common/Zend/Validate/Abstract.php';
+require_once 'external/Zend/Validate/Abstract.php';
 
 
 /**
@@ -85,7 +85,7 @@
             /**
              * @see Zend_Filter_Digits
              */
-            require_once 'src/common/Zend/Filter/Digits.php';
+            require_once 'external/Zend/Filter/Digits.php';
             self::$_filter = new Zend_Filter_Digits();
         }
 

Modified: incubator/shindig/trunk/php/external/Zend/Validate/EmailAddress.php
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/php/external/Zend/Validate/EmailAddress.php?rev=694927&r1=694923&r2=694927&view=diff
==============================================================================
--- incubator/shindig/trunk/php/external/Zend/Validate/EmailAddress.php 
(original)
+++ incubator/shindig/trunk/php/external/Zend/Validate/EmailAddress.php Sat Sep 
13 03:59:25 2008
@@ -24,13 +24,13 @@
 /**
  * @see Zend_Validate_Abstract
  */
-require_once 'src/common/Zend/Validate/Abstract.php';
+require_once 'external/Zend/Validate/Abstract.php';
 
 
 /**
  * @see Zend_Validate_Hostname
  */
-require_once 'src/common/Zend/Validate/Hostname.php';
+require_once 'external/Zend/Validate/Hostname.php';
 
 
 /**
@@ -202,7 +202,7 @@
                  * MX checks are not supported by this system
                  * @see Zend_Validate_Exception
                  */
-                require_once 'src/common/Zend/Validate/Exception.php';
+                require_once 'external/Zend/Validate/Exception.php';
                 throw new Zend_Validate_Exception('Internal error: MX checking 
not available on this system');
             }
         }

Modified: incubator/shindig/trunk/php/external/Zend/Validate/Exception.php
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/php/external/Zend/Validate/Exception.php?rev=694927&r1=694923&r2=694927&view=diff
==============================================================================
--- incubator/shindig/trunk/php/external/Zend/Validate/Exception.php (original)
+++ incubator/shindig/trunk/php/external/Zend/Validate/Exception.php Sat Sep 13 
03:59:25 2008
@@ -24,7 +24,7 @@
 /**
  * @see Zend_Exception
  */
-require_once 'src/common/Zend/Exception.php';
+require_once 'external/Zend/Exception.php';
 
 
 /**

Modified: incubator/shindig/trunk/php/external/Zend/Validate/Float.php
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/php/external/Zend/Validate/Float.php?rev=694927&r1=694923&r2=694927&view=diff
==============================================================================
--- incubator/shindig/trunk/php/external/Zend/Validate/Float.php (original)
+++ incubator/shindig/trunk/php/external/Zend/Validate/Float.php Sat Sep 13 
03:59:25 2008
@@ -24,7 +24,7 @@
 /**
  * @see Zend_Validate_Abstract
  */
-require_once 'src/common/Zend/Validate/Abstract.php';
+require_once 'external/Zend/Validate/Abstract.php';
 
 
 /**

Modified: incubator/shindig/trunk/php/external/Zend/Validate/GreaterThan.php
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/php/external/Zend/Validate/GreaterThan.php?rev=694927&r1=694923&r2=694927&view=diff
==============================================================================
--- incubator/shindig/trunk/php/external/Zend/Validate/GreaterThan.php 
(original)
+++ incubator/shindig/trunk/php/external/Zend/Validate/GreaterThan.php Sat Sep 
13 03:59:25 2008
@@ -24,7 +24,7 @@
 /**
  * @see Zend_Validate_Abstract
  */
-require_once 'src/common/Zend/Validate/Abstract.php';
+require_once 'external/Zend/Validate/Abstract.php';
 
 
 /**

Modified: incubator/shindig/trunk/php/external/Zend/Validate/Hex.php
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/php/external/Zend/Validate/Hex.php?rev=694927&r1=694923&r2=694927&view=diff
==============================================================================
--- incubator/shindig/trunk/php/external/Zend/Validate/Hex.php (original)
+++ incubator/shindig/trunk/php/external/Zend/Validate/Hex.php Sat Sep 13 
03:59:25 2008
@@ -24,7 +24,7 @@
 /**
  * @see Zend_Validate_Abstract
  */
-require_once 'src/common/Zend/Validate/Abstract.php';
+require_once 'external/Zend/Validate/Abstract.php';
 
 
 /**

Modified: incubator/shindig/trunk/php/external/Zend/Validate/Hostname.php
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/php/external/Zend/Validate/Hostname.php?rev=694927&r1=694923&r2=694927&view=diff
==============================================================================
--- incubator/shindig/trunk/php/external/Zend/Validate/Hostname.php (original)
+++ incubator/shindig/trunk/php/external/Zend/Validate/Hostname.php Sat Sep 13 
03:59:25 2008
@@ -24,17 +24,17 @@
 /**
  * @see Zend_Validate_Abstract
  */
-require_once 'src/common/Zend/Validate/Abstract.php';
+require_once 'external/Zend/Validate/Abstract.php';
 
 /**
  * @see Zend_Loader
  */
-require_once 'src/common/Zend/Loader.php';
+require_once 'external/Zend/Loader.php';
 
 /**
  * @see Zend_Validate_Ip
  */
-require_once 'src/common/Zend/Validate/Ip.php';
+require_once 'external/Zend/Validate/Ip.php';
 
 /**
  * Please note there are two standalone test scripts for testing IDN 
characters due to problems
@@ -361,7 +361,7 @@
                              * Regex error
                              * @see Zend_Validate_Exception
                              */
-                            require_once 
'src/common/Zend/Validate/Exception.php';
+                            require_once 
'external/Zend/Validate/Exception.php';
                             throw new Zend_Validate_Exception('Internal error: 
DNS validation failed');
                         } elseif ($status === 0) {
                             $valid = false;
@@ -398,7 +398,7 @@
              * Regex error
              * @see Zend_Validate_Exception
              */
-            require_once 'src/common/Zend/Validate/Exception.php';
+            require_once 'external/Zend/Validate/Exception.php';
             throw new Zend_Validate_Exception('Internal error: local network 
name validation failed');
         }
 
@@ -433,7 +433,7 @@
     protected function _checkRegexType($type)
     {
         if (!isset($this->_regex[$type])) {
-            require_once 'src/common/Zend/Validate/Exception.php';
+            require_once 'external/Zend/Validate/Exception.php';
             throw new Zend_Validate_Exception("'$type' must be one of ('" . 
implode(', ', array_keys($this->_regex))
                                             . "')");
         }

Modified: incubator/shindig/trunk/php/external/Zend/Validate/Hostname/At.php
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/php/external/Zend/Validate/Hostname/At.php?rev=694927&r1=694923&r2=694927&view=diff
==============================================================================
--- incubator/shindig/trunk/php/external/Zend/Validate/Hostname/At.php 
(original)
+++ incubator/shindig/trunk/php/external/Zend/Validate/Hostname/At.php Sat Sep 
13 03:59:25 2008
@@ -24,7 +24,7 @@
 /**
  * @see Zend_Validate_Hostname_Interface
  */
-require_once 'src/common/Zend/Validate/Hostname/Interface.php';
+require_once 'external/Zend/Validate/Hostname/Interface.php';
 
 
 /**

Modified: incubator/shindig/trunk/php/external/Zend/Validate/Hostname/Ch.php
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/php/external/Zend/Validate/Hostname/Ch.php?rev=694927&r1=694923&r2=694927&view=diff
==============================================================================
--- incubator/shindig/trunk/php/external/Zend/Validate/Hostname/Ch.php 
(original)
+++ incubator/shindig/trunk/php/external/Zend/Validate/Hostname/Ch.php Sat Sep 
13 03:59:25 2008
@@ -24,7 +24,7 @@
 /**
  * @see Zend_Validate_Hostname_Interface
  */
-require_once 'src/common/Zend/Validate/Hostname/Interface.php';
+require_once 'external/Zend/Validate/Hostname/Interface.php';
 
 
 /**

Modified: incubator/shindig/trunk/php/external/Zend/Validate/Hostname/De.php
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/php/external/Zend/Validate/Hostname/De.php?rev=694927&r1=694923&r2=694927&view=diff
==============================================================================
--- incubator/shindig/trunk/php/external/Zend/Validate/Hostname/De.php 
(original)
+++ incubator/shindig/trunk/php/external/Zend/Validate/Hostname/De.php Sat Sep 
13 03:59:25 2008
@@ -24,7 +24,7 @@
 /**
  * @see Zend_Validate_Hostname_Interface
  */
-require_once 'src/common/Zend/Validate/Hostname/Interface.php';
+require_once 'external/Zend/Validate/Hostname/Interface.php';
 
 
 /**

Modified: incubator/shindig/trunk/php/external/Zend/Validate/Hostname/Fi.php
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/php/external/Zend/Validate/Hostname/Fi.php?rev=694927&r1=694923&r2=694927&view=diff
==============================================================================
--- incubator/shindig/trunk/php/external/Zend/Validate/Hostname/Fi.php 
(original)
+++ incubator/shindig/trunk/php/external/Zend/Validate/Hostname/Fi.php Sat Sep 
13 03:59:25 2008
@@ -24,7 +24,7 @@
 /**
  * @see Zend_Validate_Hostname_Interface
  */
-require_once 'src/common/Zend/Validate/Hostname/Interface.php';
+require_once 'external/Zend/Validate/Hostname/Interface.php';
 
 
 /**

Modified: incubator/shindig/trunk/php/external/Zend/Validate/Hostname/Hu.php
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/php/external/Zend/Validate/Hostname/Hu.php?rev=694927&r1=694923&r2=694927&view=diff
==============================================================================
--- incubator/shindig/trunk/php/external/Zend/Validate/Hostname/Hu.php 
(original)
+++ incubator/shindig/trunk/php/external/Zend/Validate/Hostname/Hu.php Sat Sep 
13 03:59:25 2008
@@ -24,7 +24,7 @@
 /**
  * @see Zend_Validate_Hostname_Interface
  */
-require_once 'src/common/Zend/Validate/Hostname/Interface.php';
+require_once 'external/Zend/Validate/Hostname/Interface.php';
 
 
 /**

Modified: incubator/shindig/trunk/php/external/Zend/Validate/Hostname/Li.php
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/php/external/Zend/Validate/Hostname/Li.php?rev=694927&r1=694923&r2=694927&view=diff
==============================================================================
--- incubator/shindig/trunk/php/external/Zend/Validate/Hostname/Li.php 
(original)
+++ incubator/shindig/trunk/php/external/Zend/Validate/Hostname/Li.php Sat Sep 
13 03:59:25 2008
@@ -24,7 +24,7 @@
 /**
  * @see Zend_Validate_Hostname_Interface
  */
-require_once 'src/common/Zend/Validate/Hostname/Interface.php';
+require_once 'external/Zend/Validate/Hostname/Interface.php';
 
 
 /**

Modified: incubator/shindig/trunk/php/external/Zend/Validate/Hostname/No.php
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/php/external/Zend/Validate/Hostname/No.php?rev=694927&r1=694923&r2=694927&view=diff
==============================================================================
--- incubator/shindig/trunk/php/external/Zend/Validate/Hostname/No.php 
(original)
+++ incubator/shindig/trunk/php/external/Zend/Validate/Hostname/No.php Sat Sep 
13 03:59:25 2008
@@ -24,7 +24,7 @@
 /**
  * @see Zend_Validate_Hostname_Interface
  */
-require_once 'src/common/Zend/Validate/Hostname/Interface.php';
+require_once 'external/Zend/Validate/Hostname/Interface.php';
 
 
 /**

Modified: incubator/shindig/trunk/php/external/Zend/Validate/Hostname/Se.php
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/php/external/Zend/Validate/Hostname/Se.php?rev=694927&r1=694923&r2=694927&view=diff
==============================================================================
--- incubator/shindig/trunk/php/external/Zend/Validate/Hostname/Se.php 
(original)
+++ incubator/shindig/trunk/php/external/Zend/Validate/Hostname/Se.php Sat Sep 
13 03:59:25 2008
@@ -24,7 +24,7 @@
 /**
  * @see Zend_Validate_Hostname_Interface
  */
-require_once 'src/common/Zend/Validate/Hostname/Interface.php';
+require_once 'external/Zend/Validate/Hostname/Interface.php';
 
 
 /**

Modified: incubator/shindig/trunk/php/external/Zend/Validate/Identical.php
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/php/external/Zend/Validate/Identical.php?rev=694927&r1=694923&r2=694927&view=diff
==============================================================================
--- incubator/shindig/trunk/php/external/Zend/Validate/Identical.php (original)
+++ incubator/shindig/trunk/php/external/Zend/Validate/Identical.php Sat Sep 13 
03:59:25 2008
@@ -20,7 +20,7 @@
  */
 
 /** Zend_Validate_Abstract */
-require_once 'src/common/Zend/Validate/Abstract.php';
+require_once 'external/Zend/Validate/Abstract.php';
 
 /**
  * @category   Zend

Modified: incubator/shindig/trunk/php/external/Zend/Validate/InArray.php
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/php/external/Zend/Validate/InArray.php?rev=694927&r1=694923&r2=694927&view=diff
==============================================================================
--- incubator/shindig/trunk/php/external/Zend/Validate/InArray.php (original)
+++ incubator/shindig/trunk/php/external/Zend/Validate/InArray.php Sat Sep 13 
03:59:25 2008
@@ -24,7 +24,7 @@
 /**
  * @see Zend_Validate_Abstract
  */
-require_once 'src/common/Zend/Validate/Abstract.php';
+require_once 'external/Zend/Validate/Abstract.php';
 
 
 /**

Modified: incubator/shindig/trunk/php/external/Zend/Validate/Int.php
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/php/external/Zend/Validate/Int.php?rev=694927&r1=694923&r2=694927&view=diff
==============================================================================
--- incubator/shindig/trunk/php/external/Zend/Validate/Int.php (original)
+++ incubator/shindig/trunk/php/external/Zend/Validate/Int.php Sat Sep 13 
03:59:25 2008
@@ -24,7 +24,7 @@
 /**
  * @see Zend_Validate_Abstract
  */
-require_once 'src/common/Zend/Validate/Abstract.php';
+require_once 'external/Zend/Validate/Abstract.php';
 
 
 /**

Modified: incubator/shindig/trunk/php/external/Zend/Validate/Ip.php
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/php/external/Zend/Validate/Ip.php?rev=694927&r1=694923&r2=694927&view=diff
==============================================================================
--- incubator/shindig/trunk/php/external/Zend/Validate/Ip.php (original)
+++ incubator/shindig/trunk/php/external/Zend/Validate/Ip.php Sat Sep 13 
03:59:25 2008
@@ -24,7 +24,7 @@
 /**
  * @see Zend_Validate_Abstract
  */
-require_once 'src/common/Zend/Validate/Abstract.php';
+require_once 'external/Zend/Validate/Abstract.php';
 
 
 /**

Modified: incubator/shindig/trunk/php/external/Zend/Validate/LessThan.php
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/php/external/Zend/Validate/LessThan.php?rev=694927&r1=694923&r2=694927&view=diff
==============================================================================
--- incubator/shindig/trunk/php/external/Zend/Validate/LessThan.php (original)
+++ incubator/shindig/trunk/php/external/Zend/Validate/LessThan.php Sat Sep 13 
03:59:25 2008
@@ -24,7 +24,7 @@
 /**
  * @see Zend_Validate_Abstract
  */
-require_once 'src/common/Zend/Validate/Abstract.php';
+require_once 'external/Zend/Validate/Abstract.php';
 
 
 /**

Modified: incubator/shindig/trunk/php/external/Zend/Validate/NotEmpty.php
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/php/external/Zend/Validate/NotEmpty.php?rev=694927&r1=694923&r2=694927&view=diff
==============================================================================
--- incubator/shindig/trunk/php/external/Zend/Validate/NotEmpty.php (original)
+++ incubator/shindig/trunk/php/external/Zend/Validate/NotEmpty.php Sat Sep 13 
03:59:25 2008
@@ -24,7 +24,7 @@
 /**
  * @see Zend_Validate_Abstract
  */
-require_once 'src/common/Zend/Validate/Abstract.php';
+require_once 'external/Zend/Validate/Abstract.php';
 
 
 /**

Modified: incubator/shindig/trunk/php/external/Zend/Validate/Regex.php
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/php/external/Zend/Validate/Regex.php?rev=694927&r1=694923&r2=694927&view=diff
==============================================================================
--- incubator/shindig/trunk/php/external/Zend/Validate/Regex.php (original)
+++ incubator/shindig/trunk/php/external/Zend/Validate/Regex.php Sat Sep 13 
03:59:25 2008
@@ -24,7 +24,7 @@
 /**
  * @see Zend_Validate_Abstract
  */
-require_once 'src/common/Zend/Validate/Abstract.php';
+require_once 'external/Zend/Validate/Abstract.php';
 
 
 /**
@@ -112,7 +112,7 @@
             /**
              * @see Zend_Validate_Exception
              */
-            require_once 'src/common/Zend/Validate/Exception.php';
+            require_once 'external/Zend/Validate/Exception.php';
             throw new Zend_Validate_Exception("Internal error matching pattern 
'$this->_pattern' against value '$valueString'");
         }
         if (!$status) {

Modified: incubator/shindig/trunk/php/external/Zend/Validate/StringLength.php
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/php/external/Zend/Validate/StringLength.php?rev=694927&r1=694923&r2=694927&view=diff
==============================================================================
--- incubator/shindig/trunk/php/external/Zend/Validate/StringLength.php 
(original)
+++ incubator/shindig/trunk/php/external/Zend/Validate/StringLength.php Sat Sep 
13 03:59:25 2008
@@ -24,7 +24,7 @@
 /**
  * @see Zend_Validate_Abstract
  */
-require_once 'src/common/Zend/Validate/Abstract.php';
+require_once 'external/Zend/Validate/Abstract.php';
 
 
 /**
@@ -107,7 +107,7 @@
             /**
              * @see Zend_Validate_Exception
              */
-            require_once 'src/common/Zend/Validate/Exception.php';
+            require_once 'external/Zend/Validate/Exception.php';
             throw new Zend_Validate_Exception("The minimum must be less than 
or equal to the maximum length, but $min >"
                                             . " $this->_max");
         }
@@ -140,7 +140,7 @@
             /**
              * @see Zend_Validate_Exception
              */
-            require_once 'src/common/Zend/Validate/Exception.php';
+            require_once 'external/Zend/Validate/Exception.php';
             throw new Zend_Validate_Exception("The maximum must be greater 
than or equal to the minimum length, but "
                                             . "$max < $this->_min");
         } else {

Modified: incubator/shindig/trunk/php/src/gadgets/ProxyHandler.php
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/php/src/gadgets/ProxyHandler.php?rev=694927&r1=694926&r2=694927&view=diff
==============================================================================
--- incubator/shindig/trunk/php/src/gadgets/ProxyHandler.php (original)
+++ incubator/shindig/trunk/php/src/gadgets/ProxyHandler.php Sat Sep 13 
03:59:25 2008
@@ -75,7 +75,7 @@
                if ($status == 200) {
                        $output = '';
                        if (isset($_GET['contentType']) && $_GET['contentType'] 
== 'FEED') {
-                               require 'src/common/Zend/Feed.php';
+                               require 'external/Zend/Feed.php';
                                $numEntries = $_GET['numEntries'];
                                $getSummaries = $_GET['getSummaries'];
                                $channel = array();


Reply via email to