[fusion-commits] r1713 - in trunk: layers/MapGuide/php
widgets/BufferPanel widgets/Print widgets/Search
widgets/SelectWithin
svn_fusion at osgeo.org
svn_fusion at osgeo.org
Fri Dec 12 14:53:36 EST 2008
Author: madair
Date: 2008-12-12 14:53:36 -0500 (Fri, 12 Dec 2008)
New Revision: 1713
Modified:
trunk/layers/MapGuide/php/Common.php
trunk/widgets/BufferPanel/Buffer.php
trunk/widgets/BufferPanel/BufferPanel.php
trunk/widgets/BufferPanel/ColorPicker.php
trunk/widgets/Print/printablepage.php
trunk/widgets/Search/Search.php
trunk/widgets/Search/SearchPrompt.php
trunk/widgets/SelectWithin/SelectWithin.php
trunk/widgets/SelectWithin/SelectWithinPanel.php
Log:
re #191: adjust modified MapGuide layer path
Modified: trunk/layers/MapGuide/php/Common.php
===================================================================
--- trunk/layers/MapGuide/php/Common.php 2008-12-11 21:45:16 UTC (rev 1712)
+++ trunk/layers/MapGuide/php/Common.php 2008-12-12 19:53:36 UTC (rev 1713)
@@ -170,7 +170,7 @@
$pos = strrpos($thisFile, '\\');
if ($pos == false)
$pos = strrpos($thisFile, '/');
- return substr($thisFile, 0, $pos+1) . "../../../localized/";
+ return substr($thisFile, 0, $pos+1) . "../../../../localized/";
}
function FormatMessage($id, $locale, $params)
Modified: trunk/widgets/BufferPanel/Buffer.php
===================================================================
--- trunk/widgets/BufferPanel/Buffer.php 2008-12-11 21:45:16 UTC (rev 1712)
+++ trunk/widgets/BufferPanel/Buffer.php 2008-12-12 19:53:36 UTC (rev 1713)
@@ -24,7 +24,7 @@
* DEALINGS IN THE SOFTWARE.
*/
- $fusionMGpath = '../../MapGuide/php/';
+ $fusionMGpath = '../../layers/MapGuide/php/';
include $fusionMGpath . 'Common.php';
$locale = GetDefaultLocale();
Modified: trunk/widgets/BufferPanel/BufferPanel.php
===================================================================
--- trunk/widgets/BufferPanel/BufferPanel.php 2008-12-11 21:45:16 UTC (rev 1712)
+++ trunk/widgets/BufferPanel/BufferPanel.php 2008-12-12 19:53:36 UTC (rev 1713)
@@ -24,7 +24,7 @@
* DEALINGS IN THE SOFTWARE.
*/
- $fusionMGpath = '../../MapGuide/php/';
+ $fusionMGpath = '../../layers/MapGuide/php/';
include $fusionMGpath . 'Common.php';
$locale = GetDefaultLocale();
Modified: trunk/widgets/BufferPanel/ColorPicker.php
===================================================================
--- trunk/widgets/BufferPanel/ColorPicker.php 2008-12-11 21:45:16 UTC (rev 1712)
+++ trunk/widgets/BufferPanel/ColorPicker.php 2008-12-12 19:53:36 UTC (rev 1713)
@@ -24,7 +24,7 @@
* DEALINGS IN THE SOFTWARE.
*/
- $fusionMGpath = '../../MapGuide/php/';
+ $fusionMGpath = '../../layers/MapGuide/php/';
include $fusionMGpath . 'Common.php';
$locale = GetDefaultLocale();
Modified: trunk/widgets/Print/printablepage.php
===================================================================
--- trunk/widgets/Print/printablepage.php 2008-12-11 21:45:16 UTC (rev 1712)
+++ trunk/widgets/Print/printablepage.php 2008-12-12 19:53:36 UTC (rev 1713)
@@ -17,7 +17,7 @@
// Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
//
-$fusionMGpath = '../../MapGuide/php/';
+$fusionMGpath = '../../layers/MapGuide/php/';
include $fusionMGpath . 'Common.php';
$locale = "en";
Modified: trunk/widgets/Search/Search.php
===================================================================
--- trunk/widgets/Search/Search.php 2008-12-11 21:45:16 UTC (rev 1712)
+++ trunk/widgets/Search/Search.php 2008-12-12 19:53:36 UTC (rev 1713)
@@ -27,7 +27,7 @@
// Start output buffering
ob_start();
- $fusionMGpath = '../../MapGuide/php/';
+ $fusionMGpath = '../../layers/MapGuide/php/';
include $fusionMGpath . 'Common.php';
//$logHandle = fopen("debug.log","at");
Modified: trunk/widgets/Search/SearchPrompt.php
===================================================================
--- trunk/widgets/Search/SearchPrompt.php 2008-12-11 21:45:16 UTC (rev 1712)
+++ trunk/widgets/Search/SearchPrompt.php 2008-12-12 19:53:36 UTC (rev 1713)
@@ -24,7 +24,7 @@
* DEALINGS IN THE SOFTWARE.
*/
- $fusionMGpath = '../../MapGuide/php/';
+ $fusionMGpath = '../../layers/MapGuide/php/';
include $fusionMGpath . 'Common.php';
$locale = GetDefaultLocale();
Modified: trunk/widgets/SelectWithin/SelectWithin.php
===================================================================
--- trunk/widgets/SelectWithin/SelectWithin.php 2008-12-11 21:45:16 UTC (rev 1712)
+++ trunk/widgets/SelectWithin/SelectWithin.php 2008-12-12 19:53:36 UTC (rev 1713)
@@ -24,7 +24,7 @@
* DEALINGS IN THE SOFTWARE.
*/
- $fusionMGpath = '../../MapGuide/php/';
+ $fusionMGpath = '../../layers/MapGuide/php/';
include $fusionMGpath . 'Common.php';
include $fusionMGpath . 'Utilities.php';
include('../../common/php/Utilities.php');
Modified: trunk/widgets/SelectWithin/SelectWithinPanel.php
===================================================================
--- trunk/widgets/SelectWithin/SelectWithinPanel.php 2008-12-11 21:45:16 UTC (rev 1712)
+++ trunk/widgets/SelectWithin/SelectWithinPanel.php 2008-12-12 19:53:36 UTC (rev 1713)
@@ -24,7 +24,7 @@
* DEALINGS IN THE SOFTWARE.
*/
- $fusionMGpath = '../../MapGuide/php/';
+ $fusionMGpath = '../../layers/MapGuide/php/';
include $fusionMGpath . 'Common.php';
$locale = GetDefaultLocale();
More information about the fusion-commits
mailing list