pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/phpmyadmin Update "phpmyadmin" package to ve...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f1c5dd499cee
branches:  trunk
changeset: 635391:f1c5dd499cee
user:      tron <tron%pkgsrc.org@localhost>
date:      Wed Jun 04 20:40:33 2014 +0000

description:
Update "phpmyadmin" package to version 4.2.2:
This release contains several improvements and bug fixes. This version
removes support for the deprecated PHP extension "mysql".

Some highlights include:
- Added the ability to save and load queries in Query By Example.
- Navigation tabs are now fixed and don't scroll off screen.
- Easily add a function to all rows when inserting several rows at once.
- Added a favorite tables feature for quick access to often-used tables.
- Quick filter displayed rows.

diffstat:

 databases/phpmyadmin/Makefile |   53 +++++-
 databases/phpmyadmin/PLIST    |  358 ++++++++++++++++++++++++++++++++++++++++-
 databases/phpmyadmin/distinfo |    8 +-
 3 files changed, 395 insertions(+), 24 deletions(-)

diffs (truncated from 599 to 300 lines):

diff -r 201db6a197f2 -r f1c5dd499cee databases/phpmyadmin/Makefile
--- a/databases/phpmyadmin/Makefile     Wed Jun 04 16:07:34 2014 +0000
+++ b/databases/phpmyadmin/Makefile     Wed Jun 04 20:40:33 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.127 2014/04/28 19:56:40 tron Exp $
+# $NetBSD: Makefile,v 1.128 2014/06/04 20:40:33 tron Exp $
 
 DISTNAME=      phpMyAdmin-${DIST_VERSION}-all-languages
 PKGNAME=       phpmyadmin-${DIST_VERSION:S/-//}
@@ -16,7 +16,6 @@
 DEPENDS+=      ${PHP_PKG_PREFIX}-zlib>=5.3.0:../../archivers/php-zlib
 DEPENDS+=      ${PHP_PKG_PREFIX}-mbstring>=5.3.0:../../converters/php-mbstring
 DEPENDS+=      ${PHP_PKG_PREFIX}-gettext>=5.3.0:../../devel/php-gettext
-DEPENDS+=      ${PHP_PKG_PREFIX}-mysql>=5.3.0:../../databases/php-mysql
 DEPENDS+=      ${PHP_PKG_PREFIX}-mysqli>=5.3.0:../../databases/php-mysqli
 DEPENDS+=      ${PHP_PKG_PREFIX}-gd>=5.3.0:../../graphics/php-gd
 DEPENDS+=      ${PHP_PKG_PREFIX}-mcrypt>=5.3.0:../../security/php-mcrypt
@@ -29,7 +28,7 @@
                EXDIR=${EXDIR:Q}
 
 CONF_INC_PHP=  ${PREFIX}/share/phpmyadmin/config.inc.php
-DIST_VERSION=  4.1.14
+DIST_VERSION=  4.2.2
 DOC_FILES=     ChangeLog LICENSE README RELEASE-DATE-${DIST_VERSION}
 
 APACHE_USER?=  www
@@ -56,6 +55,7 @@
                        ${PMDIR} ${PMDIR}/scripts
 
 INSTALL_DIRS=  doc/html
+INSTALL_DIRS+= doc/html/_static
 INSTALL_DIRS+= js
 INSTALL_DIRS+= js/canvg
 INSTALL_DIRS+= js/jqplot
@@ -73,6 +73,53 @@
 INSTALL_DIRS+= js/jquery/src/jquery/ajax
 INSTALL_DIRS+= js/openlayers
 INSTALL_DIRS+= js/openlayers/img
+INSTALL_DIRS+= js/openlayers/src
+INSTALL_DIRS+= js/openlayers/src/openlayers
+INSTALL_DIRS+= js/openlayers/src/openlayers/lib
+INSTALL_DIRS+= js/openlayers/src/openlayers/lib/Firebug
+INSTALL_DIRS+= js/openlayers/src/openlayers/lib/Gears
+INSTALL_DIRS+= js/openlayers/src/openlayers/lib/OpenLayers
+INSTALL_DIRS+= js/openlayers/src/openlayers/lib/OpenLayers/BaseTypes
+INSTALL_DIRS+= js/openlayers/src/openlayers/lib/OpenLayers/Control
+INSTALL_DIRS+= js/openlayers/src/openlayers/lib/OpenLayers/Feature
+INSTALL_DIRS+= js/openlayers/src/openlayers/lib/OpenLayers/Filter
+INSTALL_DIRS+= js/openlayers/src/openlayers/lib/OpenLayers/Format
+INSTALL_DIRS+= js/openlayers/src/openlayers/lib/OpenLayers/Format/ArcXML
+INSTALL_DIRS+= js/openlayers/src/openlayers/lib/OpenLayers/Format/CSWGetDomain
+INSTALL_DIRS+= js/openlayers/src/openlayers/lib/OpenLayers/Format/CSWGetRecords
+INSTALL_DIRS+= js/openlayers/src/openlayers/lib/OpenLayers/Format/Filter
+INSTALL_DIRS+= js/openlayers/src/openlayers/lib/OpenLayers/Format/GML
+INSTALL_DIRS+= js/openlayers/src/openlayers/lib/OpenLayers/Format/OWSCommon
+INSTALL_DIRS+= js/openlayers/src/openlayers/lib/OpenLayers/Format/OWSContext
+INSTALL_DIRS+= js/openlayers/src/openlayers/lib/OpenLayers/Format/SLD
+INSTALL_DIRS+= js/openlayers/src/openlayers/lib/OpenLayers/Format/SOSCapabilities
+INSTALL_DIRS+= js/openlayers/src/openlayers/lib/OpenLayers/Format/WFSCapabilities
+INSTALL_DIRS+= js/openlayers/src/openlayers/lib/OpenLayers/Format/WFST
+INSTALL_DIRS+= js/openlayers/src/openlayers/lib/OpenLayers/Format/WMC
+INSTALL_DIRS+= js/openlayers/src/openlayers/lib/OpenLayers/Format/WMSCapabilities
+INSTALL_DIRS+= js/openlayers/src/openlayers/lib/OpenLayers/Format/WMSDescribeLayer
+INSTALL_DIRS+= js/openlayers/src/openlayers/lib/OpenLayers/Format/WMTSCapabilities
+INSTALL_DIRS+= js/openlayers/src/openlayers/lib/OpenLayers/Geometry
+INSTALL_DIRS+= js/openlayers/src/openlayers/lib/OpenLayers/Handler
+INSTALL_DIRS+= js/openlayers/src/openlayers/lib/OpenLayers/Lang
+INSTALL_DIRS+= js/openlayers/src/openlayers/lib/OpenLayers/Layer
+INSTALL_DIRS+= js/openlayers/src/openlayers/lib/OpenLayers/Layer/Google
+INSTALL_DIRS+= js/openlayers/src/openlayers/lib/OpenLayers/Layer/MapServer
+INSTALL_DIRS+= js/openlayers/src/openlayers/lib/OpenLayers/Layer/Vector
+INSTALL_DIRS+= js/openlayers/src/openlayers/lib/OpenLayers/Layer/WMS
+INSTALL_DIRS+= js/openlayers/src/openlayers/lib/OpenLayers/Marker
+INSTALL_DIRS+= js/openlayers/src/openlayers/lib/OpenLayers/Popup
+INSTALL_DIRS+= js/openlayers/src/openlayers/lib/OpenLayers/Protocol
+INSTALL_DIRS+= js/openlayers/src/openlayers/lib/OpenLayers/Protocol/SOS
+INSTALL_DIRS+= js/openlayers/src/openlayers/lib/OpenLayers/Protocol/SQL
+INSTALL_DIRS+= js/openlayers/src/openlayers/lib/OpenLayers/Protocol/WFS
+INSTALL_DIRS+= js/openlayers/src/openlayers/lib/OpenLayers/Renderer
+INSTALL_DIRS+= js/openlayers/src/openlayers/lib/OpenLayers/Request
+INSTALL_DIRS+= js/openlayers/src/openlayers/lib/OpenLayers/Strategy
+INSTALL_DIRS+= js/openlayers/src/openlayers/lib/OpenLayers/Symbolizer
+INSTALL_DIRS+= js/openlayers/src/openlayers/lib/OpenLayers/Tile
+INSTALL_DIRS+= js/openlayers/src/openlayers/lib/OpenLayers/Tile/Image
+INSTALL_DIRS+= js/openlayers/src/openlayers/lib/Rico
 INSTALL_DIRS+= js/openlayers/theme
 INSTALL_DIRS+= js/openlayers/theme/default
 INSTALL_DIRS+= js/openlayers/theme/default/img
diff -r 201db6a197f2 -r f1c5dd499cee databases/phpmyadmin/PLIST
--- a/databases/phpmyadmin/PLIST        Wed Jun 04 16:07:34 2014 +0000
+++ b/databases/phpmyadmin/PLIST        Wed Jun 04 20:40:33 2014 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.35 2014/02/22 11:14:57 tron Exp $
+@comment $NetBSD: PLIST,v 1.36 2014/06/04 20:40:33 tron Exp $
 share/doc/phpmyadmin/ChangeLog
 share/doc/phpmyadmin/LICENSE
 share/doc/phpmyadmin/README
@@ -31,6 +31,26 @@
 share/phpmyadmin/db_structure.php
 share/phpmyadmin/db_tracking.php
 share/phpmyadmin/db_triggers.php
+share/phpmyadmin/doc/html/_static/ajax-loader.gif
+share/phpmyadmin/doc/html/_static/basic.css
+share/phpmyadmin/doc/html/_static/comment-bright.png
+share/phpmyadmin/doc/html/_static/comment-close.png
+share/phpmyadmin/doc/html/_static/comment.png
+share/phpmyadmin/doc/html/_static/default.css
+share/phpmyadmin/doc/html/_static/doctools.js
+share/phpmyadmin/doc/html/_static/down-pressed.png
+share/phpmyadmin/doc/html/_static/down.png
+share/phpmyadmin/doc/html/_static/file.png
+share/phpmyadmin/doc/html/_static/jquery.js
+share/phpmyadmin/doc/html/_static/minus.png
+share/phpmyadmin/doc/html/_static/plus.png
+share/phpmyadmin/doc/html/_static/pygments.css
+share/phpmyadmin/doc/html/_static/searchtools.js
+share/phpmyadmin/doc/html/_static/sidebar.js
+share/phpmyadmin/doc/html/_static/underscore.js
+share/phpmyadmin/doc/html/_static/up-pressed.png
+share/phpmyadmin/doc/html/_static/up.png
+share/phpmyadmin/doc/html/_static/websupport.js
 share/phpmyadmin/doc/html/config.html
 share/phpmyadmin/doc/html/copyright.html
 share/phpmyadmin/doc/html/credits.html
@@ -67,10 +87,12 @@
 share/phpmyadmin/js/codemirror/addon/runmode/runmode.js
 share/phpmyadmin/js/codemirror/lib/codemirror.js
 share/phpmyadmin/js/codemirror/mode/sql/sql.js
+share/phpmyadmin/js/columndelete.js
 share/phpmyadmin/js/common.js
 share/phpmyadmin/js/config.js
 share/phpmyadmin/js/cross_framing_protection.js
 share/phpmyadmin/js/db_operations.js
+share/phpmyadmin/js/db_qbe.js
 share/phpmyadmin/js/db_search.js
 share/phpmyadmin/js/db_structure.js
 share/phpmyadmin/js/doclinks.js
@@ -103,13 +125,13 @@
 share/phpmyadmin/js/jquery/jquery.debounce-1.0.5.js
 share/phpmyadmin/js/jquery/jquery.event.drag-2.2.js
 share/phpmyadmin/js/jquery/jquery.fullscreen.js
-share/phpmyadmin/js/jquery/jquery.json-2.4.js
 share/phpmyadmin/js/jquery/jquery.menuResizer-1.0.js
 share/phpmyadmin/js/jquery/jquery.mousewheel.js
 share/phpmyadmin/js/jquery/jquery.sortableTable.js
 share/phpmyadmin/js/jquery/jquery.sprintf.js
 share/phpmyadmin/js/jquery/jquery.svg.js
 share/phpmyadmin/js/jquery/jquery.tablesorter.js
+share/phpmyadmin/js/jquery/jquery.uitablefilter.js
 share/phpmyadmin/js/jquery/src/README
 share/phpmyadmin/js/jquery/src/jquery-ui/jquery.ui.accordion.js
 share/phpmyadmin/js/jquery/src/jquery-ui/jquery.ui.autocomplete.js
@@ -200,6 +222,299 @@
 share/phpmyadmin/js/openlayers/img/zoom-plus-mini.png
 share/phpmyadmin/js/openlayers/img/zoom-world-mini.png
 share/phpmyadmin/js/openlayers/img/zoombar.png
+share/phpmyadmin/js/openlayers/src/README
+share/phpmyadmin/js/openlayers/src/openlayers/lib/Firebug/errorIcon.png
+share/phpmyadmin/js/openlayers/src/openlayers/lib/Firebug/firebug.css
+share/phpmyadmin/js/openlayers/src/openlayers/lib/Firebug/firebug.html
+share/phpmyadmin/js/openlayers/src/openlayers/lib/Firebug/firebug.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/Firebug/firebugx.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/Firebug/infoIcon.png
+share/phpmyadmin/js/openlayers/src/openlayers/lib/Firebug/license.txt
+share/phpmyadmin/js/openlayers/src/openlayers/lib/Firebug/readme.txt
+share/phpmyadmin/js/openlayers/src/openlayers/lib/Firebug/warningIcon.png
+share/phpmyadmin/js/openlayers/src/openlayers/lib/Gears/gears_init.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Ajax.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/BaseTypes.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/BaseTypes/Bounds.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/BaseTypes/Class.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/BaseTypes/Element.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/BaseTypes/LonLat.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/BaseTypes/Pixel.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/BaseTypes/Size.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Console.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Control.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Control/ArgParser.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Control/Attribution.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Control/Button.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Control/DragFeature.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Control/DragPan.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Control/DrawFeature.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Control/EditingToolbar.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Control/GetFeature.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Control/Graticule.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Control/KeyboardDefaults.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Control/LayerSwitcher.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Control/Measure.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Control/ModifyFeature.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Control/MouseDefaults.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Control/MousePosition.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Control/MouseToolbar.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Control/NavToolbar.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Control/Navigation.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Control/NavigationHistory.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Control/OverviewMap.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Control/Pan.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Control/PanPanel.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Control/PanZoom.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Control/PanZoomBar.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Control/Panel.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Control/Permalink.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Control/SLDSelect.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Control/Scale.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Control/ScaleLine.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Control/SelectFeature.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Control/Snapping.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Control/Split.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Control/TransformFeature.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Control/WMSGetFeatureInfo.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Control/WMTSGetFeatureInfo.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Control/ZoomBox.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Control/ZoomIn.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Control/ZoomOut.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Control/ZoomPanel.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Control/ZoomToMaxExtent.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Events.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Feature.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Feature/Vector.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Feature/WFS.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Filter.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Filter/Comparison.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Filter/FeatureId.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Filter/Logical.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Filter/Spatial.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Format.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Format/ArcXML.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Format/ArcXML/Features.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Format/Atom.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Format/CSWGetDomain.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Format/CSWGetDomain/v2_0_2.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Format/CSWGetRecords.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Format/CSWGetRecords/v2_0_2.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Format/Context.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Format/Filter.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Format/Filter/v1.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Format/Filter/v1_0_0.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Format/Filter/v1_1_0.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Format/GML.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Format/GML/Base.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Format/GML/v2.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Format/GML/v3.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Format/GPX.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Format/GeoJSON.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Format/GeoRSS.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Format/JSON.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Format/KML.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Format/OSM.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Format/OWSCommon/v1.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Format/OWSCommon/v1_0_0.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Format/OWSCommon/v1_1_0.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Format/OWSContext.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Format/OWSContext/v0_3_1.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Format/SLD.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Format/SLD/v1.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Format/SLD/v1_0_0.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Format/SOSCapabilities.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Format/SOSCapabilities/v1_0_0.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Format/SOSGetFeatureOfInterest.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Format/SOSGetObservation.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Format/Text.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Format/WFS.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Format/WFSCapabilities.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Format/WFSCapabilities/v1.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Format/WFSCapabilities/v1_0_0.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Format/WFSCapabilities/v1_1_0.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Format/WFSDescribeFeatureType.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Format/WFST.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Format/WFST/v1.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Format/WFST/v1_0_0.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Format/WFST/v1_1_0.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Format/WKT.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Format/WMC.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Format/WMC/v1.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Format/WMC/v1_0_0.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Format/WMC/v1_1_0.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Format/WMSCapabilities.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Format/WMSCapabilities/v1.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Format/WMSCapabilities/v1_1.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Format/WMSCapabilities/v1_1_0.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Format/WMSCapabilities/v1_1_1.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Format/WMSCapabilities/v1_3.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Format/WMSCapabilities/v1_3_0.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Format/WMSDescribeLayer.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Format/WMSDescribeLayer/v1_1.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Format/WMSGetFeatureInfo.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Format/WMTSCapabilities.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Format/WMTSCapabilities/v1_0_0.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Format/XML.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Geometry.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Geometry/Collection.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Geometry/Curve.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Geometry/LineString.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Geometry/LinearRing.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Geometry/MultiLineString.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Geometry/MultiPoint.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Geometry/MultiPolygon.js
+share/phpmyadmin/js/openlayers/src/openlayers/lib/OpenLayers/Geometry/Point.js



Home | Main Index | Thread Index | Old Index