Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: ae1ccf3e6a6311c90550942755cd33c1b7ca869b
https://github.com/phpmyadmin/phpmyadmin/commit/ae1ccf3e6a6311c90550942755c…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-02-03 (Wed, 03 Feb 2016)
Changed paths:
M ChangeLog
M doc/config.rst
M doc/faq.rst
M libraries/Config.php
M libraries/common.inc.php
M libraries/config.default.php
M test/classes/ConfigTest.php
M test/classes/plugin/auth/AuthenticationCookieTest.php
M test/libraries/PMA_insert_edit_test.php
M test/libraries/PMA_relation_test.php
M test/libraries/PMA_server_privileges_test.php
M test/libraries/PMA_user_preferences_test.php
Log Message:
-----------
Remove PmaAbsoluteUri configuration directive
Fixes #11412
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 751c958e576e93413302bbbac26240ae69e0c107
https://github.com/phpmyadmin/phpmyadmin/commit/751c958e576e93413302bbbac26…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-02-03 (Wed, 03 Feb 2016)
Changed paths:
M libraries/Config.php
Log Message:
-----------
Postpone https check to time when it's needed
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: a913f998173248bb62586d5a862b1285c4e24505
https://github.com/phpmyadmin/phpmyadmin/commit/a913f998173248bb62586d5a862…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-02-03 (Wed, 03 Feb 2016)
Changed paths:
M libraries/Config.php
M test/classes/ConfigTest.php
Log Message:
-----------
Add detection based on REQUEST_URI as well
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 060aaf9c997a39cfd79548682157058ab5ce8862
https://github.com/phpmyadmin/phpmyadmin/commit/060aaf9c997a39cfd7954868215…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-02-03 (Wed, 03 Feb 2016)
Changed paths:
M libraries/Config.php
M test/classes/ConfigTest.php
Log Message:
-----------
Remove detectHttps method
The isHttps method does the same and simpler.
Issue #11412
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: a569eeca93aadcd8c80480ce23675d97522140ed
https://github.com/phpmyadmin/phpmyadmin/commit/a569eeca93aadcd8c80480ce236…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-02-03 (Wed, 03 Feb 2016)
Changed paths:
M libraries/Config.php
M test/classes/ConfigTest.php
Log Message:
-----------
Do not use PmaAbsoluteUri for getCookiePath
Issue #11412
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 43ca165e9f2ff26d541801bb36c2aa756f0422a1
https://github.com/phpmyadmin/phpmyadmin/commit/43ca165e9f2ff26d541801bb36c…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-02-03 (Wed, 03 Feb 2016)
Changed paths:
M libraries/Config.php
M test/classes/ConfigTest.php
Log Message:
-----------
Remove unused method checkCookiePath
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/49eb80d8879e...43ca165e9f2f
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 513e4503baf92c2941c742a3cf62eb18d09b8500
https://github.com/phpmyadmin/phpmyadmin/commit/513e4503baf92c2941c742a3cf6…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-02-03 (Wed, 03 Feb 2016)
Changed paths:
M ChangeLog
Log Message:
-----------
Forgotten changelog entry for ForceSSL removal
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 2a9fb73f927ab1037cc2234007b7f9c53821b24b
https://github.com/phpmyadmin/phpmyadmin/commit/2a9fb73f927ab1037cc2234007b…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-02-03 (Wed, 03 Feb 2016)
Changed paths:
M db_operations.php
M index.php
M libraries/db_common.inc.php
M libraries/db_table_exists.lib.php
M libraries/plugins/auth/AuthenticationCookie.php
M libraries/relation.lib.php
M libraries/replication_gui.lib.php
M libraries/sql.lib.php
M libraries/user_preferences.lib.php
M prefs_forms.php
M sql.php
M url.php
Log Message:
-----------
Remove PmaAbsoluteUri from redirects
This is no longer needed as per RFC 7231.
Issue #11412
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 4866f8a9e6d768b5c080c73bd5cd3b34136adcfb
https://github.com/phpmyadmin/phpmyadmin/commit/4866f8a9e6d768b5c080c73bd5c…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-02-03 (Wed, 03 Feb 2016)
Changed paths:
M ChangeLog
R webapp.php
Log Message:
-----------
Remove support for Mozilla Prism
This is dead project not supported upstream for years.
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: c01e32b3c514eb673969bc0a1ffa6c5ba1f3f4fc
https://github.com/phpmyadmin/phpmyadmin/commit/c01e32b3c514eb673969bc0a1ff…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-02-03 (Wed, 03 Feb 2016)
Changed paths:
M libraries/Header.php
Log Message:
-----------
Remove PmaAbsoluteUri from javascript params, not used there
Issue #11412
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 6e78a2c66fe313e42ba5bdc680bb8f1846ee976e
https://github.com/phpmyadmin/phpmyadmin/commit/6e78a2c66fe313e42ba5bdc680b…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-02-03 (Wed, 03 Feb 2016)
Changed paths:
M js/openlayers/OpenLayers.js
Log Message:
-----------
Remove OpenStretMap.js from OpenLayers.js, we ship it separately
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 86daa8f474e79a53095789d5b066675e702bd1d1
https://github.com/phpmyadmin/phpmyadmin/commit/86daa8f474e79a53095789d5b06…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-02-03 (Wed, 03 Feb 2016)
Changed paths:
M js/openlayers/OpenLayers.js
M js/openlayers/img/cloud-popup-relative.png
M js/openlayers/img/drag-rectangle-off.png
M js/openlayers/img/drag-rectangle-on.png
M js/openlayers/img/east-mini.png
M js/openlayers/img/layer-switcher-maximize.png
M js/openlayers/img/layer-switcher-minimize.png
M js/openlayers/img/marker-blue.png
M js/openlayers/img/marker-gold.png
M js/openlayers/img/marker-green.png
M js/openlayers/img/marker.png
M js/openlayers/img/measuring-stick-off.png
M js/openlayers/img/measuring-stick-on.png
M js/openlayers/img/north-mini.png
M js/openlayers/img/panning-hand-off.png
M js/openlayers/img/panning-hand-on.png
M js/openlayers/img/slider.png
M js/openlayers/img/south-mini.png
M js/openlayers/img/west-mini.png
M js/openlayers/img/zoom-minus-mini.png
M js/openlayers/img/zoom-plus-mini.png
M js/openlayers/img/zoom-world-mini.png
M js/openlayers/img/zoombar.png
R js/openlayers/src/README
M js/openlayers/src/openlayers/lib/Firebug/firebug.js
M js/openlayers/src/openlayers/lib/Firebug/firebugx.js
R js/openlayers/src/openlayers/lib/Gears/gears_init.js
M js/openlayers/src/openlayers/lib/OpenLayers.js
R js/openlayers/src/openlayers/lib/OpenLayers/Ajax.js
A js/openlayers/src/openlayers/lib/OpenLayers/Animation.js
M js/openlayers/src/openlayers/lib/OpenLayers/BaseTypes.js
M js/openlayers/src/openlayers/lib/OpenLayers/BaseTypes/Bounds.js
M js/openlayers/src/openlayers/lib/OpenLayers/BaseTypes/Class.js
A js/openlayers/src/openlayers/lib/OpenLayers/BaseTypes/Date.js
M js/openlayers/src/openlayers/lib/OpenLayers/BaseTypes/Element.js
M js/openlayers/src/openlayers/lib/OpenLayers/BaseTypes/LonLat.js
M js/openlayers/src/openlayers/lib/OpenLayers/BaseTypes/Pixel.js
M js/openlayers/src/openlayers/lib/OpenLayers/BaseTypes/Size.js
M js/openlayers/src/openlayers/lib/OpenLayers/Console.js
M js/openlayers/src/openlayers/lib/OpenLayers/Control.js
M js/openlayers/src/openlayers/lib/OpenLayers/Control/ArgParser.js
M js/openlayers/src/openlayers/lib/OpenLayers/Control/Attribution.js
M js/openlayers/src/openlayers/lib/OpenLayers/Control/Button.js
A js/openlayers/src/openlayers/lib/OpenLayers/Control/CacheRead.js
A js/openlayers/src/openlayers/lib/OpenLayers/Control/CacheWrite.js
M js/openlayers/src/openlayers/lib/OpenLayers/Control/DragFeature.js
M js/openlayers/src/openlayers/lib/OpenLayers/Control/DragPan.js
M js/openlayers/src/openlayers/lib/OpenLayers/Control/DrawFeature.js
M js/openlayers/src/openlayers/lib/OpenLayers/Control/EditingToolbar.js
A js/openlayers/src/openlayers/lib/OpenLayers/Control/Geolocate.js
M js/openlayers/src/openlayers/lib/OpenLayers/Control/GetFeature.js
M js/openlayers/src/openlayers/lib/OpenLayers/Control/Graticule.js
M js/openlayers/src/openlayers/lib/OpenLayers/Control/KeyboardDefaults.js
M js/openlayers/src/openlayers/lib/OpenLayers/Control/LayerSwitcher.js
M js/openlayers/src/openlayers/lib/OpenLayers/Control/Measure.js
M js/openlayers/src/openlayers/lib/OpenLayers/Control/ModifyFeature.js
R js/openlayers/src/openlayers/lib/OpenLayers/Control/MouseDefaults.js
M js/openlayers/src/openlayers/lib/OpenLayers/Control/MousePosition.js
R js/openlayers/src/openlayers/lib/OpenLayers/Control/MouseToolbar.js
M js/openlayers/src/openlayers/lib/OpenLayers/Control/NavToolbar.js
M js/openlayers/src/openlayers/lib/OpenLayers/Control/Navigation.js
M js/openlayers/src/openlayers/lib/OpenLayers/Control/NavigationHistory.js
M js/openlayers/src/openlayers/lib/OpenLayers/Control/OverviewMap.js
M js/openlayers/src/openlayers/lib/OpenLayers/Control/Pan.js
M js/openlayers/src/openlayers/lib/OpenLayers/Control/PanPanel.js
M js/openlayers/src/openlayers/lib/OpenLayers/Control/PanZoom.js
M js/openlayers/src/openlayers/lib/OpenLayers/Control/PanZoomBar.js
M js/openlayers/src/openlayers/lib/OpenLayers/Control/Panel.js
M js/openlayers/src/openlayers/lib/OpenLayers/Control/Permalink.js
A js/openlayers/src/openlayers/lib/OpenLayers/Control/PinchZoom.js
M js/openlayers/src/openlayers/lib/OpenLayers/Control/SLDSelect.js
M js/openlayers/src/openlayers/lib/OpenLayers/Control/Scale.js
M js/openlayers/src/openlayers/lib/OpenLayers/Control/ScaleLine.js
M js/openlayers/src/openlayers/lib/OpenLayers/Control/SelectFeature.js
M js/openlayers/src/openlayers/lib/OpenLayers/Control/Snapping.js
M js/openlayers/src/openlayers/lib/OpenLayers/Control/Split.js
A js/openlayers/src/openlayers/lib/OpenLayers/Control/TouchNavigation.js
M js/openlayers/src/openlayers/lib/OpenLayers/Control/TransformFeature.js
A js/openlayers/src/openlayers/lib/OpenLayers/Control/UTFGrid.js
M js/openlayers/src/openlayers/lib/OpenLayers/Control/WMSGetFeatureInfo.js
M js/openlayers/src/openlayers/lib/OpenLayers/Control/WMTSGetFeatureInfo.js
A js/openlayers/src/openlayers/lib/OpenLayers/Control/Zoom.js
M js/openlayers/src/openlayers/lib/OpenLayers/Control/ZoomBox.js
M js/openlayers/src/openlayers/lib/OpenLayers/Control/ZoomIn.js
M js/openlayers/src/openlayers/lib/OpenLayers/Control/ZoomOut.js
M js/openlayers/src/openlayers/lib/OpenLayers/Control/ZoomPanel.js
M js/openlayers/src/openlayers/lib/OpenLayers/Control/ZoomToMaxExtent.js
M js/openlayers/src/openlayers/lib/OpenLayers/Events.js
A js/openlayers/src/openlayers/lib/OpenLayers/Events/buttonclick.js
A js/openlayers/src/openlayers/lib/OpenLayers/Events/featureclick.js
M js/openlayers/src/openlayers/lib/OpenLayers/Feature.js
M js/openlayers/src/openlayers/lib/OpenLayers/Feature/Vector.js
R js/openlayers/src/openlayers/lib/OpenLayers/Feature/WFS.js
M js/openlayers/src/openlayers/lib/OpenLayers/Filter.js
M js/openlayers/src/openlayers/lib/OpenLayers/Filter/Comparison.js
M js/openlayers/src/openlayers/lib/OpenLayers/Filter/FeatureId.js
A js/openlayers/src/openlayers/lib/OpenLayers/Filter/Function.js
M js/openlayers/src/openlayers/lib/OpenLayers/Filter/Logical.js
M js/openlayers/src/openlayers/lib/OpenLayers/Filter/Spatial.js
M js/openlayers/src/openlayers/lib/OpenLayers/Format.js
M js/openlayers/src/openlayers/lib/OpenLayers/Format/ArcXML.js
M js/openlayers/src/openlayers/lib/OpenLayers/Format/ArcXML/Features.js
M js/openlayers/src/openlayers/lib/OpenLayers/Format/Atom.js
A js/openlayers/src/openlayers/lib/OpenLayers/Format/CQL.js
M js/openlayers/src/openlayers/lib/OpenLayers/Format/CSWGetDomain.js
M js/openlayers/src/openlayers/lib/OpenLayers/Format/CSWGetDomain/v2_0_2.js
M js/openlayers/src/openlayers/lib/OpenLayers/Format/CSWGetRecords.js
M js/openlayers/src/openlayers/lib/OpenLayers/Format/CSWGetRecords/v2_0_2.js
M js/openlayers/src/openlayers/lib/OpenLayers/Format/Context.js
A js/openlayers/src/openlayers/lib/OpenLayers/Format/EncodedPolyline.js
M js/openlayers/src/openlayers/lib/OpenLayers/Format/Filter.js
M js/openlayers/src/openlayers/lib/OpenLayers/Format/Filter/v1.js
M js/openlayers/src/openlayers/lib/OpenLayers/Format/Filter/v1_0_0.js
M js/openlayers/src/openlayers/lib/OpenLayers/Format/Filter/v1_1_0.js
M js/openlayers/src/openlayers/lib/OpenLayers/Format/GML.js
M js/openlayers/src/openlayers/lib/OpenLayers/Format/GML/Base.js
M js/openlayers/src/openlayers/lib/OpenLayers/Format/GML/v2.js
M js/openlayers/src/openlayers/lib/OpenLayers/Format/GML/v3.js
M js/openlayers/src/openlayers/lib/OpenLayers/Format/GPX.js
M js/openlayers/src/openlayers/lib/OpenLayers/Format/GeoJSON.js
M js/openlayers/src/openlayers/lib/OpenLayers/Format/GeoRSS.js
M js/openlayers/src/openlayers/lib/OpenLayers/Format/JSON.js
M js/openlayers/src/openlayers/lib/OpenLayers/Format/KML.js
A js/openlayers/src/openlayers/lib/OpenLayers/Format/OGCExceptionReport.js
M js/openlayers/src/openlayers/lib/OpenLayers/Format/OSM.js
A js/openlayers/src/openlayers/lib/OpenLayers/Format/OWSCommon.js
M js/openlayers/src/openlayers/lib/OpenLayers/Format/OWSCommon/v1.js
M js/openlayers/src/openlayers/lib/OpenLayers/Format/OWSCommon/v1_0_0.js
M js/openlayers/src/openlayers/lib/OpenLayers/Format/OWSCommon/v1_1_0.js
M js/openlayers/src/openlayers/lib/OpenLayers/Format/OWSContext.js
M js/openlayers/src/openlayers/lib/OpenLayers/Format/OWSContext/v0_3_1.js
A js/openlayers/src/openlayers/lib/OpenLayers/Format/QueryStringFilter.js
M js/openlayers/src/openlayers/lib/OpenLayers/Format/SLD.js
M js/openlayers/src/openlayers/lib/OpenLayers/Format/SLD/v1.js
M js/openlayers/src/openlayers/lib/OpenLayers/Format/SLD/v1_0_0.js
A js/openlayers/src/openlayers/lib/OpenLayers/Format/SLD/v1_0_0_GeoServer.js
M js/openlayers/src/openlayers/lib/OpenLayers/Format/SOSCapabilities.js
M js/openlayers/src/openlayers/lib/OpenLayers/Format/SOSCapabilities/v1_0_0.js
M js/openlayers/src/openlayers/lib/OpenLayers/Format/SOSGetFeatureOfInterest.js
M js/openlayers/src/openlayers/lib/OpenLayers/Format/SOSGetObservation.js
M js/openlayers/src/openlayers/lib/OpenLayers/Format/Text.js
A js/openlayers/src/openlayers/lib/OpenLayers/Format/WCSCapabilities.js
A js/openlayers/src/openlayers/lib/OpenLayers/Format/WCSCapabilities/v1.js
A js/openlayers/src/openlayers/lib/OpenLayers/Format/WCSCapabilities/v1_0_0.js
A js/openlayers/src/openlayers/lib/OpenLayers/Format/WCSCapabilities/v1_1_0.js
A js/openlayers/src/openlayers/lib/OpenLayers/Format/WCSGetCoverage.js
M js/openlayers/src/openlayers/lib/OpenLayers/Format/WFS.js
M js/openlayers/src/openlayers/lib/OpenLayers/Format/WFSCapabilities.js
M js/openlayers/src/openlayers/lib/OpenLayers/Format/WFSCapabilities/v1.js
M js/openlayers/src/openlayers/lib/OpenLayers/Format/WFSCapabilities/v1_0_0.js
M js/openlayers/src/openlayers/lib/OpenLayers/Format/WFSCapabilities/v1_1_0.js
M js/openlayers/src/openlayers/lib/OpenLayers/Format/WFSDescribeFeatureType.js
M js/openlayers/src/openlayers/lib/OpenLayers/Format/WFST.js
M js/openlayers/src/openlayers/lib/OpenLayers/Format/WFST/v1.js
M js/openlayers/src/openlayers/lib/OpenLayers/Format/WFST/v1_0_0.js
M js/openlayers/src/openlayers/lib/OpenLayers/Format/WFST/v1_1_0.js
M js/openlayers/src/openlayers/lib/OpenLayers/Format/WKT.js
M js/openlayers/src/openlayers/lib/OpenLayers/Format/WMC.js
M js/openlayers/src/openlayers/lib/OpenLayers/Format/WMC/v1.js
M js/openlayers/src/openlayers/lib/OpenLayers/Format/WMC/v1_0_0.js
M js/openlayers/src/openlayers/lib/OpenLayers/Format/WMC/v1_1_0.js
M js/openlayers/src/openlayers/lib/OpenLayers/Format/WMSCapabilities.js
M js/openlayers/src/openlayers/lib/OpenLayers/Format/WMSCapabilities/v1.js
M js/openlayers/src/openlayers/lib/OpenLayers/Format/WMSCapabilities/v1_1.js
M js/openlayers/src/openlayers/lib/OpenLayers/Format/WMSCapabilities/v1_1_0.js
M js/openlayers/src/openlayers/lib/OpenLayers/Format/WMSCapabilities/v1_1_1.js
A js/openlayers/src/openlayers/lib/OpenLayers/Format/WMSCapabilities/v1_1_1_WMSC.js
M js/openlayers/src/openlayers/lib/OpenLayers/Format/WMSCapabilities/v1_3.js
M js/openlayers/src/openlayers/lib/OpenLayers/Format/WMSCapabilities/v1_3_0.js
M js/openlayers/src/openlayers/lib/OpenLayers/Format/WMSDescribeLayer.js
M js/openlayers/src/openlayers/lib/OpenLayers/Format/WMSDescribeLayer/v1_1.js
M js/openlayers/src/openlayers/lib/OpenLayers/Format/WMSGetFeatureInfo.js
M js/openlayers/src/openlayers/lib/OpenLayers/Format/WMTSCapabilities.js
M js/openlayers/src/openlayers/lib/OpenLayers/Format/WMTSCapabilities/v1_0_0.js
A js/openlayers/src/openlayers/lib/OpenLayers/Format/WPSCapabilities.js
A js/openlayers/src/openlayers/lib/OpenLayers/Format/WPSCapabilities/v1_0_0.js
A js/openlayers/src/openlayers/lib/OpenLayers/Format/WPSDescribeProcess.js
A js/openlayers/src/openlayers/lib/OpenLayers/Format/WPSExecute.js
A js/openlayers/src/openlayers/lib/OpenLayers/Format/XLS.js
A js/openlayers/src/openlayers/lib/OpenLayers/Format/XLS/v1.js
A js/openlayers/src/openlayers/lib/OpenLayers/Format/XLS/v1_1_0.js
M js/openlayers/src/openlayers/lib/OpenLayers/Format/XML.js
A js/openlayers/src/openlayers/lib/OpenLayers/Format/XML/VersionedOGC.js
M js/openlayers/src/openlayers/lib/OpenLayers/Geometry.js
M js/openlayers/src/openlayers/lib/OpenLayers/Geometry/Collection.js
M js/openlayers/src/openlayers/lib/OpenLayers/Geometry/Curve.js
M js/openlayers/src/openlayers/lib/OpenLayers/Geometry/LineString.js
M js/openlayers/src/openlayers/lib/OpenLayers/Geometry/LinearRing.js
M js/openlayers/src/openlayers/lib/OpenLayers/Geometry/MultiLineString.js
M js/openlayers/src/openlayers/lib/OpenLayers/Geometry/MultiPoint.js
M js/openlayers/src/openlayers/lib/OpenLayers/Geometry/MultiPolygon.js
M js/openlayers/src/openlayers/lib/OpenLayers/Geometry/Point.js
M js/openlayers/src/openlayers/lib/OpenLayers/Geometry/Polygon.js
R js/openlayers/src/openlayers/lib/OpenLayers/Geometry/Rectangle.js
R js/openlayers/src/openlayers/lib/OpenLayers/Geometry/Surface.js
M js/openlayers/src/openlayers/lib/OpenLayers/Handler.js
M js/openlayers/src/openlayers/lib/OpenLayers/Handler/Box.js
M js/openlayers/src/openlayers/lib/OpenLayers/Handler/Click.js
M js/openlayers/src/openlayers/lib/OpenLayers/Handler/Drag.js
M js/openlayers/src/openlayers/lib/OpenLayers/Handler/Feature.js
M js/openlayers/src/openlayers/lib/OpenLayers/Handler/Hover.js
M js/openlayers/src/openlayers/lib/OpenLayers/Handler/Keyboard.js
M js/openlayers/src/openlayers/lib/OpenLayers/Handler/MouseWheel.js
M js/openlayers/src/openlayers/lib/OpenLayers/Handler/Path.js
A js/openlayers/src/openlayers/lib/OpenLayers/Handler/Pinch.js
M js/openlayers/src/openlayers/lib/OpenLayers/Handler/Point.js
M js/openlayers/src/openlayers/lib/OpenLayers/Handler/Polygon.js
M js/openlayers/src/openlayers/lib/OpenLayers/Handler/RegularPolygon.js
M js/openlayers/src/openlayers/lib/OpenLayers/Icon.js
A js/openlayers/src/openlayers/lib/OpenLayers/Kinetic.js
M js/openlayers/src/openlayers/lib/OpenLayers/Lang.js
M js/openlayers/src/openlayers/lib/OpenLayers/Lang/ar.js
M js/openlayers/src/openlayers/lib/OpenLayers/Lang/be-tarask.js
M js/openlayers/src/openlayers/lib/OpenLayers/Lang/bg.js
M js/openlayers/src/openlayers/lib/OpenLayers/Lang/br.js
M js/openlayers/src/openlayers/lib/OpenLayers/Lang/ca.js
M js/openlayers/src/openlayers/lib/OpenLayers/Lang/cs-CZ.js
M js/openlayers/src/openlayers/lib/OpenLayers/Lang/da-DK.js
M js/openlayers/src/openlayers/lib/OpenLayers/Lang/de.js
M js/openlayers/src/openlayers/lib/OpenLayers/Lang/el.js
M js/openlayers/src/openlayers/lib/OpenLayers/Lang/en.js
M js/openlayers/src/openlayers/lib/OpenLayers/Lang/es.js
M js/openlayers/src/openlayers/lib/OpenLayers/Lang/fi.js
M js/openlayers/src/openlayers/lib/OpenLayers/Lang/fr.js
M js/openlayers/src/openlayers/lib/OpenLayers/Lang/fur.js
M js/openlayers/src/openlayers/lib/OpenLayers/Lang/gl.js
M js/openlayers/src/openlayers/lib/OpenLayers/Lang/gsw.js
M js/openlayers/src/openlayers/lib/OpenLayers/Lang/hr.js
M js/openlayers/src/openlayers/lib/OpenLayers/Lang/hsb.js
M js/openlayers/src/openlayers/lib/OpenLayers/Lang/hu.js
M js/openlayers/src/openlayers/lib/OpenLayers/Lang/ia.js
M js/openlayers/src/openlayers/lib/OpenLayers/Lang/id.js
M js/openlayers/src/openlayers/lib/OpenLayers/Lang/io.js
M js/openlayers/src/openlayers/lib/OpenLayers/Lang/is.js
M js/openlayers/src/openlayers/lib/OpenLayers/Lang/it.js
M js/openlayers/src/openlayers/lib/OpenLayers/Lang/ja.js
M js/openlayers/src/openlayers/lib/OpenLayers/Lang/km.js
M js/openlayers/src/openlayers/lib/OpenLayers/Lang/ksh.js
A js/openlayers/src/openlayers/lib/OpenLayers/Lang/lt.js
M js/openlayers/src/openlayers/lib/OpenLayers/Lang/nb.js
M js/openlayers/src/openlayers/lib/OpenLayers/Lang/nds.js
M js/openlayers/src/openlayers/lib/OpenLayers/Lang/nl.js
M js/openlayers/src/openlayers/lib/OpenLayers/Lang/nn.js
M js/openlayers/src/openlayers/lib/OpenLayers/Lang/oc.js
A js/openlayers/src/openlayers/lib/OpenLayers/Lang/pl.js
M js/openlayers/src/openlayers/lib/OpenLayers/Lang/pt-BR.js
M js/openlayers/src/openlayers/lib/OpenLayers/Lang/pt.js
A js/openlayers/src/openlayers/lib/OpenLayers/Lang/ro.js
M js/openlayers/src/openlayers/lib/OpenLayers/Lang/ru.js
M js/openlayers/src/openlayers/lib/OpenLayers/Lang/sk.js
M js/openlayers/src/openlayers/lib/OpenLayers/Lang/sv-SE.js
M js/openlayers/src/openlayers/lib/OpenLayers/Lang/te.js
M js/openlayers/src/openlayers/lib/OpenLayers/Lang/vi.js
M js/openlayers/src/openlayers/lib/OpenLayers/Lang/zh-CN.js
M js/openlayers/src/openlayers/lib/OpenLayers/Lang/zh-TW.js
M js/openlayers/src/openlayers/lib/OpenLayers/Layer.js
M js/openlayers/src/openlayers/lib/OpenLayers/Layer/ArcGIS93Rest.js
A js/openlayers/src/openlayers/lib/OpenLayers/Layer/ArcGISCache.js
M js/openlayers/src/openlayers/lib/OpenLayers/Layer/ArcIMS.js
A js/openlayers/src/openlayers/lib/OpenLayers/Layer/Bing.js
M js/openlayers/src/openlayers/lib/OpenLayers/Layer/Boxes.js
M js/openlayers/src/openlayers/lib/OpenLayers/Layer/EventPane.js
M js/openlayers/src/openlayers/lib/OpenLayers/Layer/FixedZoomLevels.js
R js/openlayers/src/openlayers/lib/OpenLayers/Layer/GML.js
M js/openlayers/src/openlayers/lib/OpenLayers/Layer/GeoRSS.js
M js/openlayers/src/openlayers/lib/OpenLayers/Layer/Google.js
M js/openlayers/src/openlayers/lib/OpenLayers/Layer/Google/v3.js
M js/openlayers/src/openlayers/lib/OpenLayers/Layer/Grid.js
M js/openlayers/src/openlayers/lib/OpenLayers/Layer/HTTPRequest.js
M js/openlayers/src/openlayers/lib/OpenLayers/Layer/Image.js
M js/openlayers/src/openlayers/lib/OpenLayers/Layer/KaMap.js
M js/openlayers/src/openlayers/lib/OpenLayers/Layer/KaMapCache.js
M js/openlayers/src/openlayers/lib/OpenLayers/Layer/MapGuide.js
M js/openlayers/src/openlayers/lib/OpenLayers/Layer/MapServer.js
R js/openlayers/src/openlayers/lib/OpenLayers/Layer/MapServer/Untiled.js
M js/openlayers/src/openlayers/lib/OpenLayers/Layer/Markers.js
R js/openlayers/src/openlayers/lib/OpenLayers/Layer/MultiMap.js
A js/openlayers/src/openlayers/lib/OpenLayers/Layer/OSM.js
A js/openlayers/src/openlayers/lib/OpenLayers/Layer/PointGrid.js
M js/openlayers/src/openlayers/lib/OpenLayers/Layer/PointTrack.js
M js/openlayers/src/openlayers/lib/OpenLayers/Layer/SphericalMercator.js
M js/openlayers/src/openlayers/lib/OpenLayers/Layer/TMS.js
M js/openlayers/src/openlayers/lib/OpenLayers/Layer/Text.js
M js/openlayers/src/openlayers/lib/OpenLayers/Layer/TileCache.js
A js/openlayers/src/openlayers/lib/OpenLayers/Layer/UTFGrid.js
M js/openlayers/src/openlayers/lib/OpenLayers/Layer/Vector.js
M js/openlayers/src/openlayers/lib/OpenLayers/Layer/Vector/RootContainer.js
R js/openlayers/src/openlayers/lib/OpenLayers/Layer/VirtualEarth.js
R js/openlayers/src/openlayers/lib/OpenLayers/Layer/WFS.js
M js/openlayers/src/openlayers/lib/OpenLayers/Layer/WMS.js
R js/openlayers/src/openlayers/lib/OpenLayers/Layer/WMS/Post.js
R js/openlayers/src/openlayers/lib/OpenLayers/Layer/WMS/Untiled.js
M js/openlayers/src/openlayers/lib/OpenLayers/Layer/WMTS.js
M js/openlayers/src/openlayers/lib/OpenLayers/Layer/WorldWind.js
M js/openlayers/src/openlayers/lib/OpenLayers/Layer/XYZ.js
R js/openlayers/src/openlayers/lib/OpenLayers/Layer/Yahoo.js
M js/openlayers/src/openlayers/lib/OpenLayers/Layer/Zoomify.js
M js/openlayers/src/openlayers/lib/OpenLayers/Map.js
M js/openlayers/src/openlayers/lib/OpenLayers/Marker.js
M js/openlayers/src/openlayers/lib/OpenLayers/Marker/Box.js
M js/openlayers/src/openlayers/lib/OpenLayers/Popup.js
M js/openlayers/src/openlayers/lib/OpenLayers/Popup/Anchored.js
R js/openlayers/src/openlayers/lib/OpenLayers/Popup/AnchoredBubble.js
M js/openlayers/src/openlayers/lib/OpenLayers/Popup/Framed.js
M js/openlayers/src/openlayers/lib/OpenLayers/Popup/FramedCloud.js
M js/openlayers/src/openlayers/lib/OpenLayers/Projection.js
M js/openlayers/src/openlayers/lib/OpenLayers/Protocol.js
A js/openlayers/src/openlayers/lib/OpenLayers/Protocol/CSW.js
A js/openlayers/src/openlayers/lib/OpenLayers/Protocol/CSW/v2_0_2.js
M js/openlayers/src/openlayers/lib/OpenLayers/Protocol/HTTP.js
M js/openlayers/src/openlayers/lib/OpenLayers/Protocol/SOS.js
M js/openlayers/src/openlayers/lib/OpenLayers/Protocol/SOS/v1_0_0.js
R js/openlayers/src/openlayers/lib/OpenLayers/Protocol/SQL.js
R js/openlayers/src/openlayers/lib/OpenLayers/Protocol/SQL/Gears.js
A js/openlayers/src/openlayers/lib/OpenLayers/Protocol/Script.js
M js/openlayers/src/openlayers/lib/OpenLayers/Protocol/WFS.js
M js/openlayers/src/openlayers/lib/OpenLayers/Protocol/WFS/v1.js
M js/openlayers/src/openlayers/lib/OpenLayers/Protocol/WFS/v1_0_0.js
M js/openlayers/src/openlayers/lib/OpenLayers/Protocol/WFS/v1_1_0.js
M js/openlayers/src/openlayers/lib/OpenLayers/Renderer.js
M js/openlayers/src/openlayers/lib/OpenLayers/Renderer/Canvas.js
M js/openlayers/src/openlayers/lib/OpenLayers/Renderer/Elements.js
M js/openlayers/src/openlayers/lib/OpenLayers/Renderer/SVG.js
M js/openlayers/src/openlayers/lib/OpenLayers/Renderer/VML.js
M js/openlayers/src/openlayers/lib/OpenLayers/Request.js
M js/openlayers/src/openlayers/lib/OpenLayers/Request/XMLHttpRequest.js
M js/openlayers/src/openlayers/lib/OpenLayers/Rule.js
M js/openlayers/src/openlayers/lib/OpenLayers/SingleFile.js
A js/openlayers/src/openlayers/lib/OpenLayers/Spherical.js
M js/openlayers/src/openlayers/lib/OpenLayers/Strategy.js
M js/openlayers/src/openlayers/lib/OpenLayers/Strategy/BBOX.js
M js/openlayers/src/openlayers/lib/OpenLayers/Strategy/Cluster.js
M js/openlayers/src/openlayers/lib/OpenLayers/Strategy/Filter.js
M js/openlayers/src/openlayers/lib/OpenLayers/Strategy/Fixed.js
M js/openlayers/src/openlayers/lib/OpenLayers/Strategy/Paging.js
M js/openlayers/src/openlayers/lib/OpenLayers/Strategy/Refresh.js
M js/openlayers/src/openlayers/lib/OpenLayers/Strategy/Save.js
M js/openlayers/src/openlayers/lib/OpenLayers/Style.js
M js/openlayers/src/openlayers/lib/OpenLayers/Style2.js
M js/openlayers/src/openlayers/lib/OpenLayers/StyleMap.js
M js/openlayers/src/openlayers/lib/OpenLayers/Symbolizer.js
M js/openlayers/src/openlayers/lib/OpenLayers/Symbolizer/Line.js
M js/openlayers/src/openlayers/lib/OpenLayers/Symbolizer/Point.js
M js/openlayers/src/openlayers/lib/OpenLayers/Symbolizer/Polygon.js
M js/openlayers/src/openlayers/lib/OpenLayers/Symbolizer/Raster.js
M js/openlayers/src/openlayers/lib/OpenLayers/Symbolizer/Text.js
M js/openlayers/src/openlayers/lib/OpenLayers/Tile.js
M js/openlayers/src/openlayers/lib/OpenLayers/Tile/Image.js
M js/openlayers/src/openlayers/lib/OpenLayers/Tile/Image/IFrame.js
A js/openlayers/src/openlayers/lib/OpenLayers/Tile/UTFGrid.js
R js/openlayers/src/openlayers/lib/OpenLayers/Tile/WFS.js
A js/openlayers/src/openlayers/lib/OpenLayers/TileManager.js
M js/openlayers/src/openlayers/lib/OpenLayers/Tween.js
M js/openlayers/src/openlayers/lib/OpenLayers/Util.js
A js/openlayers/src/openlayers/lib/OpenLayers/Util/vendorPrefix.js
A js/openlayers/src/openlayers/lib/OpenLayers/WPSClient.js
A js/openlayers/src/openlayers/lib/OpenLayers/WPSProcess.js
M js/openlayers/src/openlayers/lib/Rico/Color.js
M js/openlayers/src/openlayers/lib/Rico/Corner.js
A js/openlayers/src/openlayers/lib/Rico/license.js
A js/openlayers/src/openlayers/lib/deprecated.js
A js/openlayers/src/readme.md
R js/openlayers/theme/default/framedCloud.css
M js/openlayers/theme/default/google.css
A js/openlayers/theme/default/google.tidy.css
M js/openlayers/theme/default/ie6-style.css
A js/openlayers/theme/default/ie6-style.tidy.css
M js/openlayers/theme/default/img/add_point_off.png
M js/openlayers/theme/default/img/drag-rectangle-off.png
M js/openlayers/theme/default/img/drag-rectangle-on.png
M js/openlayers/theme/default/img/draw_line_off.png
M js/openlayers/theme/default/img/draw_line_on.png
M js/openlayers/theme/default/img/draw_point_off.png
M js/openlayers/theme/default/img/draw_point_on.png
M js/openlayers/theme/default/img/draw_polygon_off.png
M js/openlayers/theme/default/img/draw_polygon_on.png
M js/openlayers/theme/default/img/editing_tool_bar.png
M js/openlayers/theme/default/img/move_feature_off.png
M js/openlayers/theme/default/img/move_feature_on.png
M js/openlayers/theme/default/img/navigation_history.png
M js/openlayers/theme/default/img/pan-panel-NOALPHA.png
M js/openlayers/theme/default/img/pan-panel.png
M js/openlayers/theme/default/img/pan_on.png
M js/openlayers/theme/default/img/panning-hand-off.png
M js/openlayers/theme/default/img/panning-hand-on.png
M js/openlayers/theme/default/img/remove_point_on.png
M js/openlayers/theme/default/img/save_features_off.png
M js/openlayers/theme/default/img/save_features_on.png
M js/openlayers/theme/default/img/view_next_off.png
M js/openlayers/theme/default/img/view_previous_off.png
M js/openlayers/theme/default/img/zoom-panel.png
M js/openlayers/theme/default/style.css
A js/openlayers/theme/default/style.mobile.css
A js/openlayers/theme/default/style.mobile.tidy.css
A js/openlayers/theme/default/style.tidy.css
Log Message:
-----------
Update OpenLayers to 2.13.1
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 41ab867fb7ff6cc37aa2fe2f4f4bf84c3c0e6184
https://github.com/phpmyadmin/phpmyadmin/commit/41ab867fb7ff6cc37aa2fe2f4f4…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-02-03 (Wed, 03 Feb 2016)
Changed paths:
R js/OpenStreetMap.js
M libraries/Header.php
M libraries/controllers/table/TableGisVisualizationController.php
M libraries/gis/GISVisualization.php
Log Message:
-----------
Use builtin OpenLayers OSM setup
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 6238010e7d86b5683667aa633e3a74007f12de94
https://github.com/phpmyadmin/phpmyadmin/commit/6238010e7d86b5683667aa633e3…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-02-03 (Wed, 03 Feb 2016)
Changed paths:
M js/openlayers/OpenLayers.js
M js/tbl_gis_visualization.js
Log Message:
-----------
Use verbatim OpenLayers.js
... and customize it on init.
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 73e01ba665c9b70c6e9cbb8cc0caa16ccedba567
https://github.com/phpmyadmin/phpmyadmin/commit/73e01ba665c9b70c6e9cbb8cc0c…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-02-03 (Wed, 03 Feb 2016)
Changed paths:
M libraries/gis/GISVisualization.php
Log Message:
-----------
Use HTTPS when accessing openstreetmap tile server
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 8f178135351d3494fb7be32b103aa57c9025b9ff
https://github.com/phpmyadmin/phpmyadmin/commit/8f178135351d3494fb7be32b103…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-02-03 (Wed, 03 Feb 2016)
Changed paths:
M libraries/Header.php
M templates/table/gis_visualization/gis_visualization.phtml
Log Message:
-----------
Visualization now works even on HTTPS
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/6da017fcfc41...8f178135351d
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 1e9e14d23b0abc0863504d8963bb6d14570e98d8
https://github.com/phpmyadmin/phpmyadmin/commit/1e9e14d23b0abc0863504d8963b…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-02-03 (Wed, 03 Feb 2016)
Changed paths:
M doc/config.rst
M doc/setup.rst
M libraries/Config.php
M libraries/common.inc.php
M libraries/config.default.php
M libraries/config/ServerConfigChecks.php
M libraries/config/messages.inc.php
M libraries/config/setup.forms.php
M libraries/core.lib.php
M test/libraries/PMA_SetupIndex_test.php
Log Message:
-----------
Remove ForceSSL configuration directive
In most setups we simply do not have enough information to decide
whether user has come through HTTPS or not leading to infinite
redirects.
Anyway this is better to handle at web server side together with setting
HSTS headers.
Issue #11412, #11883
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 6da017fcfc4143abb3270c14686426d35b45c52d
https://github.com/phpmyadmin/phpmyadmin/commit/6da017fcfc4143abb3270c14686…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-02-03 (Wed, 03 Feb 2016)
Changed paths:
M test/bootstrap-dist.php
M test/classes/ConfigTest.php
M test/classes/FooterTest.php
M test/classes/HeaderTest.php
M test/classes/MenuTest.php
M test/libraries/common/PMA_getDbLink_test.php
M test/libraries/core/PMA_fatalError_test.php
M test/libraries/core/PMA_headerLocation_test.php
M test/libraries/core/PMA_warnMissingExtension_test.php
Log Message:
-----------
Load vendor_config just once at testsuite startup
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/0d8085c070ba...6da017fcfc41
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: df2ac06eb630945f9264338dd0c1afcf27d8b9ba
https://github.com/phpmyadmin/phpmyadmin/commit/df2ac06eb630945f9264338dd0c…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2014-09-13 (Sat, 13 Sep 2014)
Changed paths:
M ChangeLog
M README
M doc/conf.py
M libraries/Config.class.php
Log Message:
-----------
4.2.8.1 release
Signed-off-by: Marc Delisle <marc(a)infomarc.info>
Commit: d721815f0ec1e591f089f22a642d5c114d3f7aed
https://github.com/phpmyadmin/phpmyadmin/commit/d721815f0ec1e591f089f22a642…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2014-09-20 (Sat, 20 Sep 2014)
Changed paths:
M ChangeLog
M README
M doc/conf.py
M js/ajax.js
M js/sql.js
M js/tbl_change.js
M js/tbl_structure.js
M libraries/Config.class.php
M libraries/mult_submits.lib.php
M libraries/server_privileges.lib.php
M libraries/sql.lib.php
M po/et.po
M po/ko.po
M po/ru.po
M server_privileges.php
Log Message:
-----------
Merge branch 'MAINT_4_2_9' into STABLE
Commit: ea91261a6242b9bff28d8eba8635139dddbd0d2a
https://github.com/phpmyadmin/phpmyadmin/commit/ea91261a6242b9bff28d8eba863…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2014-10-01 (Wed, 01 Oct 2014)
Changed paths:
M ChangeLog
M README
M doc/conf.py
M libraries/Config.class.php
M libraries/TableSearch.class.php
M libraries/Util.class.php
Log Message:
-----------
Merge branch 'MAINT_4_2_9' into STABLE
Commit: b516d2b5ffbd9f4a0a8fd63a50e2370043dd4186
https://github.com/phpmyadmin/phpmyadmin/commit/b516d2b5ffbd9f4a0a8fd63a50e…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2014-10-11 (Sat, 11 Oct 2014)
Changed paths:
M ChangeLog
M README
M README.rst
M doc/conf.py
M doc/faq.rst
M export.php
M js/config.js
M js/db_operations.js
M js/db_search.js
M js/db_structure.js
M js/functions.js
M js/gis_data_editor.js
M js/indexes.js
M js/makegrid.js
M js/navigation.js
M js/server_databases.js
M js/server_privileges.js
M js/server_status_monitor.js
M js/server_variables.js
M js/tbl_chart.js
M js/tbl_relation.js
M js/tbl_select.js
M js/tbl_structure.js
M js/tbl_zoom_plot_jqplot.js
M libraries/Config.class.php
M libraries/DisplayResults.class.php
M libraries/TableSearch.class.php
M libraries/Util.class.php
M libraries/config.default.php
M libraries/core.lib.php
M libraries/dbi/DBIDummy.class.php
M libraries/navigation/NavigationTree.class.php
M libraries/plugins/auth/AuthenticationCookie.class.php
M libraries/plugins/export/ExportPdf.class.php
M libraries/plugins/export/ExportXml.class.php
M libraries/structure.lib.php
M po/af.po
M po/ar.po
M po/az.po
M po/be.po
M po/be(a)latin.po
M po/bg.po
M po/bn.po
M po/br.po
M po/bs.po
M po/ca.po
M po/ckb.po
M po/cs.po
M po/cy.po
M po/da.po
M po/de.po
M po/el.po
M po/en_GB.po
M po/es.po
M po/et.po
M po/eu.po
M po/fa.po
M po/fi.po
M po/fr.po
M po/gl.po
M po/he.po
M po/hi.po
M po/hr.po
M po/hu.po
M po/hy.po
M po/ia.po
M po/id.po
M po/it.po
M po/ja.po
M po/ka.po
M po/kk.po
M po/km.po
M po/kn.po
M po/ko.po
M po/ksh.po
M po/ky.po
M po/lt.po
M po/lv.po
M po/mk.po
M po/ml.po
M po/mn.po
M po/ms.po
M po/nb.po
M po/nl.po
M po/pa.po
M po/pl.po
M po/pt.po
M po/pt_BR.po
M po/ro.po
M po/ru.po
M po/si.po
M po/sk.po
M po/sl.po
M po/sq.po
M po/sr.po
M po/sr(a)latin.po
M po/sv.po
M po/ta.po
M po/te.po
M po/th.po
M po/tk.po
M po/tr.po
M po/tt.po
M po/ug.po
M po/uk.po
M po/ur.po
M po/uz.po
M po/uz(a)latin.po
M po/vls.po
M po/zh_CN.po
M po/zh_TW.po
M test/classes/PMA_Theme_test.php
Log Message:
-----------
Merge branch 'MAINT_4_2_10' into STABLE
Commit: 45a120ba574c4d1d6285a7bdfd7b3d5ac8a2d9a7
https://github.com/phpmyadmin/phpmyadmin/commit/45a120ba574c4d1d6285a7bdfd7…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2014-10-11 (Sat, 11 Oct 2014)
Log Message:
-----------
Merge commit 'ea91261a6242b9bff28d8eba8635139dddbd0d2a' into STABLE
Commit: 3720bf33b43546ab4b80fdbf91b5a1557b8daba0
https://github.com/phpmyadmin/phpmyadmin/commit/3720bf33b43546ab4b80fdbf91b…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2014-10-21 (Tue, 21 Oct 2014)
Changed paths:
M ChangeLog
M README
M doc/conf.py
M js/server_status_monitor.js
M libraries/Config.class.php
M libraries/DatabaseInterface.class.php
Log Message:
-----------
Merge branch 'MAINT_4_2_10' into STABLE
Commit: 6cdf76bcea5540a7ddbbc84dd4dd18d6539bca3e
https://github.com/phpmyadmin/phpmyadmin/commit/6cdf76bcea5540a7ddbbc84dd4d…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2014-10-31 (Fri, 31 Oct 2014)
Changed paths:
M ChangeLog
M README
M doc/conf.py
M libraries/Config.class.php
Log Message:
-----------
4.2.11 release
Signed-off-by: Marc Delisle <marc(a)infomarc.info>
Commit: ce144165cf307f77309eafcc7c4c3084bd2a6628
https://github.com/phpmyadmin/phpmyadmin/commit/ce144165cf307f77309eafcc7c4…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2014-10-31 (Fri, 31 Oct 2014)
Changed paths:
M ChangeLog
M README
M doc/conf.py
M import.php
M js/makegrid.js
M js/tbl_chart.js
M libraries/Config.class.php
M libraries/DatabaseInterface.class.php
M libraries/Util.class.php
M libraries/core.lib.php
M libraries/navigation/Nodes/Node_Database.class.php
M libraries/navigation/Nodes/Node_Table.class.php
M libraries/plugins/auth/AuthenticationCookie.class.php
M libraries/rte/rte_events.lib.php
M libraries/rte/rte_routines.lib.php
M pmd_general.php
M po/ar.po
M po/bg.po
M po/ca.po
M po/da.po
M po/de.po
M po/gl.po
M po/he.po
M po/ia.po
M po/id.po
M po/lv.po
M po/nb.po
M po/ro.po
M po/sv.po
M po/tr.po
M server_privileges.php
M test/classes/plugin/auth/PMA_AuthenticationCookie_test.php
Log Message:
-----------
Merge branch 'MAINT_4_2_11' into STABLE
Commit: e86d97c23d7e7cea23f6fe186c812f1ed85fe337
https://github.com/phpmyadmin/phpmyadmin/commit/e86d97c23d7e7cea23f6fe186c8…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2014-11-20 (Thu, 20 Nov 2014)
Changed paths:
M ChangeLog
M README
M doc/conf.py
M libraries/Config.class.php
Log Message:
-----------
4.2.12 release
Signed-off-by: Marc Delisle <marc(a)infomarc.info>
Commit: b61020605803d4c03a16584ba76fa3573130408e
https://github.com/phpmyadmin/phpmyadmin/commit/b61020605803d4c03a16584ba76…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2014-11-20 (Thu, 20 Nov 2014)
Changed paths:
M ChangeLog
M README
M build.xml
M doc/conf.py
M js/common.js
M js/jquery/jquery.menuResizer-1.0.js
M js/rte.js
M js/sql.js
M js/tbl_structure.js
M libraries/Config.class.php
M libraries/DisplayResults.class.php
M libraries/Header.class.php
M libraries/Theme.class.php
M libraries/display_export.lib.php
M libraries/error_report.lib.php
M libraries/gis/GIS_Factory.class.php
M libraries/mult_submits.lib.php
M libraries/operations.lib.php
M libraries/relation.lib.php
M libraries/sql.lib.php
M libraries/structure.lib.php
M libraries/tbl_printview.lib.php
M libraries/tbl_tracking.lib.php
M po/af.po
M po/ar.po
M po/az.po
M po/be.po
M po/be(a)latin.po
M po/bg.po
M po/bn.po
M po/br.po
M po/bs.po
M po/ca.po
M po/ckb.po
M po/cs.po
M po/cy.po
M po/da.po
M po/de.po
M po/el.po
M po/en_GB.po
M po/es.po
M po/et.po
M po/eu.po
M po/fa.po
M po/fi.po
M po/fr.po
M po/gl.po
M po/he.po
M po/hi.po
M po/hr.po
M po/hu.po
M po/hy.po
M po/ia.po
M po/id.po
M po/it.po
M po/ja.po
M po/ka.po
M po/kk.po
M po/km.po
M po/kn.po
M po/ko.po
M po/ksh.po
M po/ky.po
M po/lt.po
M po/lv.po
M po/mk.po
M po/ml.po
M po/mn.po
M po/ms.po
M po/nb.po
M po/nl.po
M po/pa.po
M po/phpmyadmin.pot
M po/pl.po
M po/pt.po
M po/pt_BR.po
M po/ro.po
M po/ru.po
M po/si.po
M po/sk.po
M po/sl.po
M po/sq.po
M po/sr.po
M po/sr(a)latin.po
M po/sv.po
M po/ta.po
M po/te.po
M po/th.po
M po/tk.po
M po/tr.po
M po/tt.po
M po/ug.po
M po/uk.po
M po/ur.po
M po/uz.po
M po/uz(a)latin.po
M po/vls.po
M po/zh_CN.po
M po/zh_TW.po
M scripts/update-po
M tbl_export.php
M tbl_zoom_select.php
M test/libraries/PMA_tbl_tracking_test.php
Log Message:
-----------
Merge branch 'MAINT_4_2_12' into STABLE
Commit: 7932c9dc832b3daf480ae629fc09eec173331269
https://github.com/phpmyadmin/phpmyadmin/commit/7932c9dc832b3daf480ae629fc0…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2014-11-30 (Sun, 30 Nov 2014)
Changed paths:
M ChangeLog
M README
M db_operations.php
M doc/conf.py
M index.php
M libraries/Config.class.php
M libraries/relation.lib.php
M libraries/tbl_common.inc.php
M libraries/tbl_tracking.lib.php
M tbl_tracking.php
Log Message:
-----------
Merge branch 'MAINT_4_2_13' into STABLE
Commit: 66ece0299ac4bc75bd89f6d66bbafcfba7b14e43
https://github.com/phpmyadmin/phpmyadmin/commit/66ece0299ac4bc75bd89f6d66bb…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2014-12-03 (Wed, 03 Dec 2014)
Changed paths:
M ChangeLog
M README
M doc/conf.py
M libraries/Config.class.php
M libraries/common.inc.php
M libraries/plugins/AuthenticationPlugin.class.php
M libraries/plugins/auth/AuthenticationCookie.class.php
M url.php
Log Message:
-----------
Merge branch 'MAINT_4_2_13' into STABLE
Commit: b4b2f8787d472b55546d736dbd65557db105cbc8
https://github.com/phpmyadmin/phpmyadmin/commit/b4b2f8787d472b55546d736dbd6…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2014-12-05 (Fri, 05 Dec 2014)
Changed paths:
M ChangeLog
M README
M doc/conf.py
M libraries/Config.class.php
Log Message:
-----------
4.3.0 release
Signed-off-by: Marc Delisle <marc(a)infomarc.info>
Commit: 39da61c0992f07ebacdd2c7d4ee7ef2b8315c413
https://github.com/phpmyadmin/phpmyadmin/commit/39da61c0992f07ebacdd2c7d4ee…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2014-12-05 (Fri, 05 Dec 2014)
Changed paths:
M .coveralls.yml
A .scrutinizer.yml
M .travis.yml
M ChangeLog
M PMAStandard/ruleset.xml
M README
M README.rst
M browse_foreigners.php
M build.xml
M chk_rel.php
M composer.json
M config.sample.inc.php
A db_central_columns.php
M db_create.php
M db_datadict.php
A db_designer.php
M db_import.php
M db_operations.php
M db_printview.php
M db_qbe.php
M db_search.php
A db_sql_autocomplete.php
M db_structure.php
M db_tracking.php
M doc/conf.py
M doc/config.rst
M doc/copyright.rst
M doc/credits.rst
M doc/faq.rst
M doc/setup.rst
M error_report.php
M examples/config.manyhosts.inc.php
M examples/create_tables.sql
M examples/create_tables_drizzle.sql
M examples/openid.php
M examples/signon-script.php
A examples/upgrade_column_info_4_3_0+.sql
M export.php
M file_echo.php
M gis_data_editor.php
M import.php
M import_status.php
M index.php
M js/ajax.js
A js/big_ints.js
M js/chart.js
A js/codemirror/addon/hint/show-hint.js
A js/codemirror/addon/hint/sql-hint.js
M js/codemirror/addon/runmode/runmode.js
M js/codemirror/lib/codemirror.js
M js/codemirror/mode/sql/sql.js
M js/common.js
M js/config.js
A js/console.js
A js/db_central_columns.js
M js/db_qbe.js
M js/db_search.js
M js/db_structure.js
M js/error_report.js
M js/export.js
M js/functions.js
M js/gis_data_editor.js
M js/import.js
M js/indexes.js
R js/jquery/jquery.menuResizer-1.0.js
R js/jquery/jquery.sprintf.js
M js/jquery/jquery.uitablefilter.js
M js/makegrid.js
A js/menu-resizer.js
M js/messages.php
M js/multi_column_sort.js
M js/navigation.js
A js/normalization.js
R js/pmd/ajax.js
A js/pmd/designer_db.js
A js/pmd/designer_objects.js
A js/pmd/designer_page.js
M js/pmd/history.js
M js/pmd/iecanvas.js
M js/pmd/init.js
M js/pmd/move.js
R js/querywindow.js
M js/rte.js
M js/server_databases.js
M js/server_privileges.js
M js/server_status_monitor.js
A js/server_status_processes.js
M js/server_user_groups.js
A js/sprintf.js
M js/sql.js
M js/tbl_change.js
M js/tbl_chart.js
M js/tbl_relation.js
M js/tbl_select.js
M js/tbl_structure.js
M js/tbl_zoom_plot_jqplot.js
A js/transformations/image_upload.js
M libraries/Advisor.class.php
M libraries/Config.class.php
A libraries/Console.class.php
M libraries/DBQbe.class.php
M libraries/DatabaseInterface.class.php
M libraries/DbSearch.class.php
M libraries/DisplayResults.class.php
M libraries/Error.class.php
M libraries/Error_Handler.class.php
M libraries/File.class.php
M libraries/Font.class.php
M libraries/Footer.class.php
M libraries/Header.class.php
M libraries/Index.class.php
M libraries/List.class.php
M libraries/List_Database.class.php
M libraries/Menu.class.php
M libraries/Message.class.php
M libraries/OutputBuffering.class.php
M libraries/PDF.class.php
M libraries/PMA.php
M libraries/Partition.class.php
M libraries/RecentFavoriteTable.class.php
M libraries/Response.class.php
M libraries/SavedSearches.class.php
M libraries/Scripts.class.php
M libraries/ServerStatusData.class.php
M libraries/StorageEngine.class.php
M libraries/String.class.php
M libraries/StringByte.int.php
R libraries/StringMB.class.php
R libraries/StringNative.class.php
M libraries/StringType.int.php
M libraries/Table.class.php
M libraries/TableSearch.class.php
M libraries/Theme.class.php
M libraries/Theme_Manager.class.php
M libraries/Tracker.class.php
M libraries/Types.class.php
M libraries/Util.class.php
M libraries/bookmark.lib.php
M libraries/browse_foreigners.lib.php
M libraries/build_html_for_db.lib.php
A libraries/central_columns.lib.php
M libraries/charset_conversion.lib.php
M libraries/check_user_privileges.lib.php
M libraries/common.inc.php
M libraries/config.default.php
M libraries/config.values.php
M libraries/config/ConfigFile.class.php
M libraries/config/Form.class.php
M libraries/config/FormDisplay.class.php
M libraries/config/FormDisplay.tpl.php
M libraries/config/ServerConfigChecks.class.php
M libraries/config/Validator.class.php
M libraries/config/config_functions.lib.php
M libraries/config/messages.inc.php
M libraries/config/setup.forms.php
M libraries/config/user_preferences.forms.php
M libraries/core.lib.php
M libraries/create_addfield.lib.php
M libraries/database_interface.inc.php
M libraries/db_common.inc.php
A libraries/db_designer.lib.php
M libraries/db_info.inc.php
A libraries/db_printview.lib.php
M libraries/db_table_exists.lib.php
M libraries/dbi/DBIDrizzle.class.php
M libraries/dbi/DBIDummy.class.php
M libraries/dbi/DBIExtension.int.php
M libraries/dbi/DBIMysql.class.php
M libraries/dbi/DBIMysqli.class.php
M libraries/dbi/drizzle-wrappers.lib.php
M libraries/display_change_password.lib.php
M libraries/display_create_database.lib.php
M libraries/display_create_table.lib.php
M libraries/display_export.inc.php
M libraries/display_export.lib.php
M libraries/display_git_revision.lib.php
M libraries/display_import.lib.php
M libraries/display_import_ajax.lib.php
M libraries/display_structure.inc.php
M libraries/engines/innodb.lib.php
M libraries/engines/ndbcluster.lib.php
M libraries/engines/pbxt.lib.php
M libraries/error_report.lib.php
M libraries/export.lib.php
M libraries/file_listing.lib.php
M libraries/gis/GIS_Factory.class.php
M libraries/gis/GIS_Geometry.class.php
M libraries/gis/GIS_Geometrycollection.class.php
M libraries/gis/GIS_Linestring.class.php
M libraries/gis/GIS_Multilinestring.class.php
M libraries/gis/GIS_Multipoint.class.php
M libraries/gis/GIS_Multipolygon.class.php
M libraries/gis/GIS_Point.class.php
M libraries/gis/GIS_Polygon.class.php
M libraries/gis/GIS_Visualization.class.php
M libraries/iconv_wrapper.lib.php
M libraries/import.lib.php
M libraries/insert_edit.lib.php
M libraries/ip_allow_deny.lib.php
M libraries/mime.lib.php
M libraries/mult_submits.inc.php
M libraries/mult_submits.lib.php
M libraries/mysql_charsets.inc.php
M libraries/mysql_charsets.lib.php
M libraries/navigation/Navigation.class.php
M libraries/navigation/NavigationHeader.class.php
M libraries/navigation/NavigationTree.class.php
M libraries/navigation/NodeFactory.class.php
M libraries/navigation/Nodes/Node.class.php
M libraries/navigation/Nodes/Node_Column.class.php
M libraries/navigation/Nodes/Node_Column_Container.class.php
M libraries/navigation/Nodes/Node_Database.class.php
M libraries/navigation/Nodes/Node_DatabaseChild.class.php
M libraries/navigation/Nodes/Node_Database_Container.class.php
M libraries/navigation/Nodes/Node_Event.class.php
M libraries/navigation/Nodes/Node_Event_Container.class.php
M libraries/navigation/Nodes/Node_Function.class.php
M libraries/navigation/Nodes/Node_Function_Container.class.php
M libraries/navigation/Nodes/Node_Index.class.php
M libraries/navigation/Nodes/Node_Index_Container.class.php
M libraries/navigation/Nodes/Node_Procedure.class.php
M libraries/navigation/Nodes/Node_Procedure_Container.class.php
M libraries/navigation/Nodes/Node_Table.class.php
M libraries/navigation/Nodes/Node_Table_Container.class.php
M libraries/navigation/Nodes/Node_Trigger.class.php
M libraries/navigation/Nodes/Node_Trigger_Container.class.php
M libraries/navigation/Nodes/Node_View.class.php
M libraries/navigation/Nodes/Node_View_Container.class.php
A libraries/normalization.lib.php
M libraries/operations.lib.php
M libraries/parse_analyze.inc.php
M libraries/phpseclib/Crypt/AES.php
A libraries/phpseclib/Crypt/Base.php
A libraries/phpseclib/Crypt/Random.php
M libraries/phpseclib/Crypt/Rijndael.php
M libraries/plugin_interface.lib.php
M libraries/plugins/AuthenticationPlugin.class.php
M libraries/plugins/ExportPlugin.class.php
A libraries/plugins/IOTransformationsPlugin.class.php
M libraries/plugins/ImportPlugin.class.php
R libraries/plugins/PluginManager.class.php
R libraries/plugins/PluginObserver.class.php
A libraries/plugins/SchemaPlugin.class.php
M libraries/plugins/TransformationsPlugin.class.php
M libraries/plugins/auth/AuthenticationConfig.class.php
M libraries/plugins/auth/AuthenticationCookie.class.php
M libraries/plugins/auth/AuthenticationHttp.class.php
M libraries/plugins/auth/AuthenticationSignon.class.php
M libraries/plugins/export/ExportCodegen.class.php
M libraries/plugins/export/ExportCsv.class.php
M libraries/plugins/export/ExportExcel.class.php
M libraries/plugins/export/ExportHtmlword.class.php
M libraries/plugins/export/ExportJson.class.php
M libraries/plugins/export/ExportLatex.class.php
M libraries/plugins/export/ExportMediawiki.class.php
M libraries/plugins/export/ExportOds.class.php
M libraries/plugins/export/ExportOdt.class.php
M libraries/plugins/export/ExportPdf.class.php
M libraries/plugins/export/ExportPhparray.class.php
M libraries/plugins/export/ExportSql.class.php
M libraries/plugins/export/ExportTexytext.class.php
M libraries/plugins/export/ExportXml.class.php
M libraries/plugins/export/ExportYaml.class.php
M libraries/plugins/export/PMA_ExportPdf.class.php
M libraries/plugins/export/README
M libraries/plugins/export/TableProperty.class.php
M libraries/plugins/import/ImportCsv.class.php
M libraries/plugins/import/ImportLdi.class.php
M libraries/plugins/import/ImportMediawiki.class.php
M libraries/plugins/import/ImportOds.class.php
M libraries/plugins/import/ImportShp.class.php
M libraries/plugins/import/ImportSql.class.php
M libraries/plugins/import/ImportXml.class.php
M libraries/plugins/import/README
M libraries/plugins/import/ShapeFile.class.php
M libraries/plugins/import/ShapeRecord.class.php
A libraries/plugins/schema/Export_Relation_Schema.class.php
A libraries/plugins/schema/RelationStats.class.php
A libraries/plugins/schema/SchemaDia.class.php
A libraries/plugins/schema/SchemaEps.class.php
A libraries/plugins/schema/SchemaPdf.class.php
A libraries/plugins/schema/SchemaSvg.class.php
A libraries/plugins/schema/TableStats.class.php
A libraries/plugins/schema/dia/Dia_Relation_Schema.class.php
A libraries/plugins/schema/dia/RelationStatsDia.class.php
A libraries/plugins/schema/dia/TableStatsDia.class.php
A libraries/plugins/schema/eps/Eps_Relation_Schema.class.php
A libraries/plugins/schema/eps/RelationStatsEps.class.php
A libraries/plugins/schema/eps/TableStatsEps.class.php
A libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php
A libraries/plugins/schema/pdf/RelationStatsPdf.class.php
A libraries/plugins/schema/pdf/TableStatsPdf.class.php
A libraries/plugins/schema/svg/RelationStatsSvg.class.php
A libraries/plugins/schema/svg/Svg_Relation_Schema.class.php
A libraries/plugins/schema/svg/TableStatsSvg.class.php
R libraries/plugins/transformations/Application_Octetstream_Download.class.php
R libraries/plugins/transformations/Application_Octetstream_Hex.class.php
R libraries/plugins/transformations/Image_JPEG_Inline.class.php
R libraries/plugins/transformations/Image_JPEG_Link.class.php
R libraries/plugins/transformations/Image_PNG_Inline.class.php
M libraries/plugins/transformations/TEMPLATE_ABSTRACT
R libraries/plugins/transformations/Text_Plain_Bool2text.class.php
R libraries/plugins/transformations/Text_Plain_Dateformat.class.php
R libraries/plugins/transformations/Text_Plain_External.class.php
R libraries/plugins/transformations/Text_Plain_Formatted.class.php
R libraries/plugins/transformations/Text_Plain_Imagelink.class.php
M libraries/plugins/transformations/Text_Plain_Preappend.class.php
R libraries/plugins/transformations/Text_Plain_Sql.class.php
M libraries/plugins/transformations/abstract/Bool2TextTransformationsPlugin.class.php
M libraries/plugins/transformations/abstract/DateFormatTransformationsPlugin.class.php
M libraries/plugins/transformations/abstract/DownloadTransformationsPlugin.class.php
M libraries/plugins/transformations/abstract/ExternalTransformationsPlugin.class.php
M libraries/plugins/transformations/abstract/FormattedTransformationsPlugin.class.php
M libraries/plugins/transformations/abstract/HexTransformationsPlugin.class.php
M libraries/plugins/transformations/abstract/ImageLinkTransformationsPlugin.class.php
A libraries/plugins/transformations/abstract/ImageUploadTransformationsPlugin.class.php
M libraries/plugins/transformations/abstract/InlineTransformationsPlugin.class.php
M libraries/plugins/transformations/abstract/LongToIPv4TransformationsPlugin.class.php
M libraries/plugins/transformations/abstract/PreApPendTransformationsPlugin.class.php
A libraries/plugins/transformations/abstract/RegexValidationTransformationsPlugin.class.php
M libraries/plugins/transformations/abstract/SQLTransformationsPlugin.class.php
M libraries/plugins/transformations/abstract/SubstringTransformationsPlugin.class.php
A libraries/plugins/transformations/abstract/TextFileUploadTransformationsPlugin.class.php
M libraries/plugins/transformations/abstract/TextImageLinkTransformationsPlugin.class.php
M libraries/plugins/transformations/abstract/TextLinkTransformationsPlugin.class.php
A libraries/plugins/transformations/input/Image_JPEG_Upload.class.php
A libraries/plugins/transformations/input/Text_Plain_Fileupload.class.php
A libraries/plugins/transformations/input/Text_Plain_Regexvalidation.class.php
A libraries/plugins/transformations/output/Application_Octetstream_Download.class.php
A libraries/plugins/transformations/output/Application_Octetstream_Hex.class.php
A libraries/plugins/transformations/output/Image_JPEG_Inline.class.php
A libraries/plugins/transformations/output/Image_JPEG_Link.class.php
A libraries/plugins/transformations/output/Image_PNG_Inline.class.php
A libraries/plugins/transformations/output/Text_Plain_Bool2text.class.php
A libraries/plugins/transformations/output/Text_Plain_Dateformat.class.php
A libraries/plugins/transformations/output/Text_Plain_External.class.php
A libraries/plugins/transformations/output/Text_Plain_Formatted.class.php
A libraries/plugins/transformations/output/Text_Plain_Imagelink.class.php
A libraries/plugins/transformations/output/Text_Plain_Sql.class.php
M libraries/pmd_common.php
M libraries/properties/options/OptionsPropertyItem.class.php
A libraries/properties/plugins/SchemaPluginProperties.class.php
M libraries/relation.lib.php
M libraries/relation_cleanup.lib.php
M libraries/replication.inc.php
M libraries/replication_gui.lib.php
M libraries/rte/rte_events.lib.php
M libraries/rte/rte_footer.lib.php
A libraries/rte/rte_general.lib.php
M libraries/rte/rte_list.lib.php
M libraries/rte/rte_main.inc.php
M libraries/rte/rte_routines.lib.php
M libraries/rte/rte_triggers.lib.php
M libraries/rte/rte_words.lib.php
M libraries/sanitizing.lib.php
R libraries/schema/Dia_Relation_Schema.class.php
R libraries/schema/Eps_Relation_Schema.class.php
R libraries/schema/Export_Relation_Schema.class.php
R libraries/schema/Pdf_Relation_Schema.class.php
R libraries/schema/Svg_Relation_Schema.class.php
R libraries/schema/TableStats.class.php
R libraries/schema/User_Schema.class.php
M libraries/select_lang.lib.php
M libraries/select_server.lib.php
M libraries/server_bin_log.lib.php
M libraries/server_common.inc.php
M libraries/server_databases.lib.php
M libraries/server_engines.lib.php
M libraries/server_plugins.lib.php
M libraries/server_privileges.lib.php
M libraries/server_status.lib.php
M libraries/server_status_monitor.lib.php
A libraries/server_status_processes.lib.php
M libraries/server_status_variables.lib.php
M libraries/server_user_groups.lib.php
M libraries/server_users.lib.php
M libraries/server_variables.lib.php
M libraries/session.inc.php
M libraries/sql.lib.php
M libraries/sql_query_form.lib.php
M libraries/sqlparser.data.php
M libraries/sqlparser.lib.php
R libraries/string.inc.php
A libraries/string.lib.php
A libraries/stringMb.lib.php
A libraries/stringNative.lib.php
M libraries/structure.lib.php
M libraries/sysinfo.lib.php
M libraries/tbl_chart.lib.php
M libraries/tbl_columns_definition_form.inc.php
M libraries/tbl_columns_definition_form.lib.php
M libraries/tbl_common.inc.php
M libraries/tbl_gis_visualization.lib.php
M libraries/tbl_indexes.lib.php
M libraries/tbl_info.inc.php
M libraries/tbl_printview.lib.php
M libraries/tbl_relation.lib.php
R libraries/tbl_tracking.lib.php
M libraries/tbl_views.lib.php
M libraries/tcpdf/README.TXT
M libraries/tcpdf/include/tcpdf_colors.php
M libraries/tcpdf/include/tcpdf_images.php
M libraries/tcpdf/include/tcpdf_static.php
M libraries/tcpdf/tcpdf.php
A libraries/tracking.lib.php
M libraries/transformations.lib.php
M libraries/url_generating.lib.php
M libraries/vendor_config.php
M libraries/zip.lib.php
M libraries/zip_extension.lib.php
A normalization.php
M phpunit.xml.dist
R pmd_display_field.php
R pmd_general.php
R pmd_pdf.php
R pmd_relation_new.php
R pmd_relation_upd.php
R pmd_save_pos.php
M po/af.po
M po/ar.po
M po/az.po
M po/be.po
M po/be(a)latin.po
M po/bg.po
M po/bn.po
M po/br.po
M po/bs.po
M po/ca.po
M po/ckb.po
M po/cs.po
M po/cy.po
M po/da.po
M po/de.po
M po/el.po
M po/en_GB.po
M po/es.po
M po/et.po
M po/eu.po
M po/fa.po
M po/fi.po
M po/fr.po
M po/gl.po
M po/he.po
M po/hi.po
M po/hr.po
M po/hu.po
M po/hy.po
M po/ia.po
M po/id.po
M po/it.po
M po/ja.po
M po/ka.po
M po/kk.po
M po/km.po
M po/kn.po
M po/ko.po
M po/ksh.po
M po/ky.po
M po/lt.po
M po/lv.po
M po/mk.po
M po/ml.po
M po/mn.po
M po/ms.po
M po/nb.po
A po/ne.po
M po/nl.po
M po/pa.po
M po/phpmyadmin.pot
M po/pl.po
M po/pt.po
M po/pt_BR.po
M po/ro.po
M po/ru.po
M po/si.po
M po/sk.po
M po/sl.po
M po/sq.po
M po/sr.po
M po/sr(a)latin.po
M po/sv.po
M po/ta.po
M po/te.po
M po/th.po
M po/tk.po
M po/tr.po
M po/tt.po
M po/ug.po
M po/uk.po
M po/ur.po
M po/uz.po
M po/uz(a)latin.po
A po/vi.po
M po/vls.po
M po/zh_CN.po
M po/zh_TW.po
M prefs_forms.php
M prefs_manage.php
R querywindow.php
R schema_edit.php
M schema_export.php
M scripts/advisor2po
M scripts/create-release.sh
M scripts/decode_bug.php
M scripts/generate-mo
M server_databases.php
M server_privileges.php
M server_replication.php
M server_status.php
M server_status_advisor.php
M server_status_monitor.php
A server_status_processes.php
M server_status_queries.php
M server_status_variables.php
M server_user_groups.php
M setup/frames/index.inc.php
M setup/lib/ConfigGenerator.class.php
M setup/lib/index.lib.php
M setup/scripts.js
M setup/styles.css
M sql.php
M tbl_addfield.php
M tbl_change.php
M tbl_chart.php
M tbl_create.php
M tbl_find_replace.php
M tbl_get_field.php
M tbl_gis_visualization.php
M tbl_indexes.php
R tbl_move_copy.php
M tbl_operations.php
M tbl_printview.php
A tbl_recent_favorite.php
M tbl_relation.php
M tbl_replace.php
M tbl_row_action.php
M tbl_select.php
M tbl_tracking.php
M tbl_zoom_select.php
M test/bootstrap-dist.php
M test/classes/PMA_Advisor_test.php
M test/classes/PMA_Config_test.php
M test/classes/PMA_DBQbe_test.php
M test/classes/PMA_DbSearch_test.php
M test/classes/PMA_DisplayResults_test.php
M test/classes/PMA_Error_Handler_test.php
M test/classes/PMA_Error_test.php
M test/classes/PMA_Footer_test.php
M test/classes/PMA_Header_test.php
M test/classes/PMA_List_Database_test.php
M test/classes/PMA_Menu_test.php
M test/classes/PMA_Message_test.php
M test/classes/PMA_Scripts_test.php
A test/classes/PMA_ServerStatusData_test.php
M test/classes/PMA_StorageEngine_test.php
M test/classes/PMA_TableReplaceSearch_test.php
M test/classes/PMA_TableSearch_test.php
M test/classes/PMA_Table_test.php
M test/classes/PMA_Types_MySQL_test.php
M test/classes/PMA_Util_test.php
M test/classes/_data/gen_version_info/info.inc.php
M test/classes/dbi/DBIDrizzle_test.php
M test/classes/dbi/DBIMysql_test.php
M test/classes/dbi/DBIMysqli_test.php
M test/classes/gis/PMA_GIS_Geom_test.php
M test/classes/gis/PMA_GIS_Geometry_test.php
M test/classes/gis/PMA_GIS_Geometrycollection_test.php
M test/classes/gis/PMA_GIS_Multilinestring_test.php
M test/classes/gis/PMA_GIS_Multipoint_test.php
M test/classes/gis/PMA_GIS_Multipolygon_test.php
M test/classes/gis/PMA_GIS_Point_test.php
M test/classes/gis/PMA_GIS_Polygon_test.php
A test/classes/navigation/PMA_NavigationTree_test.php
M test/classes/navigation/PMA_Navigation_test.php
M test/classes/navigation/PMA_NodeFactory_test.php
M test/classes/navigation/PMA_Node_Column_Container_test.php
M test/classes/navigation/PMA_Node_Column_test.php
M test/classes/navigation/PMA_Node_DatabaseChild_test.php
M test/classes/navigation/PMA_Node_Database_test.php
M test/classes/navigation/PMA_Node_Event_Container_test.php
M test/classes/navigation/PMA_Node_Event_test.php
M test/classes/navigation/PMA_Node_Function_Container_test.php
M test/classes/navigation/PMA_Node_Function_test.php
M test/classes/navigation/PMA_Node_Index_Container_test.php
M test/classes/navigation/PMA_Node_Index_test.php
M test/classes/navigation/PMA_Node_Procedure_Container_test.php
M test/classes/navigation/PMA_Node_Procedure_test.php
M test/classes/navigation/PMA_Node_Table_Container_test.php
M test/classes/navigation/PMA_Node_Table_test.php
M test/classes/navigation/PMA_Node_Trigger_Container_test.php
M test/classes/navigation/PMA_Node_Trigger_test.php
M test/classes/navigation/PMA_Node_View_Container_test.php
M test/classes/navigation/PMA_Node_View_test.php
M test/classes/navigation/PMA_Node_test.php
R test/classes/plugin/PMA_PluginManager_test.php
M test/classes/plugin/auth/PMA_AuthenticationConfig_test.php
M test/classes/plugin/auth/PMA_AuthenticationCookie_test.php
M test/classes/plugin/auth/PMA_AuthenticationHttp_test.php
M test/classes/plugin/auth/PMA_AuthenticationSignon_test.php
M test/classes/plugin/export/PMA_ExportCsv_test.php
M test/classes/plugin/export/PMA_ExportHtmlword_test.php
M test/classes/plugin/export/PMA_ExportJson_test.php
M test/classes/plugin/export/PMA_ExportLatex_test.php
M test/classes/plugin/export/PMA_ExportMediawiki_test.php
M test/classes/plugin/export/PMA_ExportOdt_test.php
M test/classes/plugin/export/PMA_ExportPdf_test.php
M test/classes/plugin/export/PMA_ExportSql_test.php
M test/classes/plugin/export/PMA_ExportTexytext_test.php
M test/classes/plugin/export/PMA_ExportXml_test.php
M test/classes/plugin/export/PMA_TableProperty_test.php
M test/classes/plugin/import/ImportCsv_test.php
M test/classes/plugin/import/ImportLdi_test.php
M test/classes/plugin/import/ImportMediawiki_test.php
M test/classes/plugin/import/ImportOds_test.php
M test/classes/plugin/import/ImportShp_test.php
M test/classes/plugin/import/ImportSql_test.php
M test/classes/plugin/import/ImportXml_test.php
R test/classes/plugin/transformations/Image_JPEG_Inline_test.php
R test/classes/plugin/transformations/Image_Link_test.php
R test/classes/plugin/transformations/Image_PNG_Inline_test.php
R test/classes/plugin/transformations/Text_Plain_Dateformat_test.php
R test/classes/plugin/transformations/Text_Plain_Download_test.php
R test/classes/plugin/transformations/Text_Plain_External_test.php
R test/classes/plugin/transformations/Text_Plain_Formatted_test.php
R test/classes/plugin/transformations/Text_Plain_Hex_test.php
R test/classes/plugin/transformations/Text_Plain_Imagelink_test.php
R test/classes/plugin/transformations/Text_Plain_Link_test.php
R test/classes/plugin/transformations/Text_Plain_Longtoipv4_test.php
R test/classes/plugin/transformations/Text_Plain_Sql_test.php
R test/classes/plugin/transformations/Text_Plain_Substring_test.php
A test/classes/plugin/transformations/Transformation_Plugins_test.php
M test/classes/schema/Dia_Relation_Schema_test.php
M test/classes/schema/Eps_Relation_Schema_test.php
M test/classes/schema/Export_Relation_Schema_test.php
M test/classes/schema/Pdf_Relation_Schema_test.php
M test/classes/schema/Svg_Relation_Schema_test.php
R test/classes/schema/User_Schema_test.php
M test/engines/PMA_StorageEngine_innodb_test.php
M test/libraries/PMA_ConfigFile_test.php
M test/libraries/PMA_ConfigGenerator_test.php
M test/libraries/PMA_GIS_modifyQuery_test.php
A test/libraries/PMA_PMD_common_test.php
M test/libraries/PMA_SQL_parser_test.php
M test/libraries/PMA_SetupIndex_test.php
R test/libraries/PMA_StringMB_test.php
R test/libraries/PMA_StringNative_test.php
M test/libraries/PMA_Tracker_test.php
A test/libraries/PMA_browse_foreigners_test.php
M test/libraries/PMA_build_html_for_db_test.php
A test/libraries/PMA_central_columns_test.php
A test/libraries/PMA_designer_test.php
M test/libraries/PMA_display_change_password_test.php
M test/libraries/PMA_display_export_test.php
M test/libraries/PMA_escapeJsString_test.php
A test/libraries/PMA_export_test.php
M test/libraries/PMA_generateCommonUrl_test.php
M test/libraries/PMA_import_test.php
M test/libraries/PMA_insert_edit_test.php
M test/libraries/PMA_ip_allow_deny_test.php
M test/libraries/PMA_mult_submits_test.php
M test/libraries/PMA_mysql_charsets_test.php
A test/libraries/PMA_normalization_test.php
M test/libraries/PMA_operations_test.php
M test/libraries/PMA_prettyPrint_test.php
M test/libraries/PMA_relation_cleanup_test.php
M test/libraries/PMA_relation_test.php
M test/libraries/PMA_select_server_test.php
M test/libraries/PMA_server_collations_test.php
M test/libraries/PMA_server_databases_test.php
M test/libraries/PMA_server_engines_test.php
M test/libraries/PMA_server_plugins_test.php
M test/libraries/PMA_server_privileges_test.php
M test/libraries/PMA_server_replication_test.php
M test/libraries/PMA_server_status_advisor_test.php
M test/libraries/PMA_server_status_monitor_test.php
A test/libraries/PMA_server_status_processes_test.php
M test/libraries/PMA_server_status_queries_test.php
M test/libraries/PMA_server_status_test.php
M test/libraries/PMA_server_status_variables_test.php
M test/libraries/PMA_sql_query_form_test.php
M test/libraries/PMA_string_test.php
M test/libraries/PMA_structure_test.php
M test/libraries/PMA_tbl_chart_test.php
M test/libraries/PMA_tbl_columns_definition_form_test.php
M test/libraries/PMA_tbl_gis_visualization_test.php
M test/libraries/PMA_tbl_indexes_test.php
M test/libraries/PMA_tbl_printview_test.php
M test/libraries/PMA_tbl_relation_test.php
M test/libraries/PMA_tbl_tracking_test.php
M test/libraries/PMA_tbl_views_test.php
M test/libraries/PMA_transformation_test.php
M test/libraries/PMA_user_preferences_test.php
M test/libraries/PMA_zip_extension_test.php
M test/libraries/PMA_zip_test.php
M test/libraries/common/PMA_cache_test.php
M test/libraries/common/PMA_generateHiddenMaxFileSize_test.php
M test/libraries/common/PMA_getIcon_test.php
M test/libraries/common/PMA_showMessage_test_disabled.php
A test/libraries/config/PMA_messages_inc_test.php
M test/libraries/core/PMA_checkPageValidity_test.php
M test/libraries/core/PMA_headerLocation_test.php
M test/libraries/core/PMA_warnMissingExtension_test.php
M test/libraries/php-gettext/Locales_test.php
M test/libraries/php-gettext/PMA_FileReader_test.php
M test/libraries/php-gettext/PMA_StreamReader_test.php
M test/libraries/php-gettext/PMA_StringReader_test.php
M test/libraries/php-gettext/PMA_gettext_test.php
M test/libraries/php-gettext/Parsing_test.php
M test/libraries/rte/PMA_RTN_getDataFromRequest_test.php
M test/libraries/rte/PMA_RTN_getEditorForm_test.php
M test/libraries/rte/PMA_RTN_getQueryFromRequest_test.php
M test/libraries/rte/PMA_TRI_getEditorForm_test.php
M test/libraries/select_lang/PMA_langDetails_test.php
A test/libraries/stringMb_test.php
A test/libraries/stringNative_test.php
A test/libraries/string_test_abstract.php
M test/selenium/PmaSeleniumDbEventsTest.php
A test/selenium/PmaSeleniumNormalizationTest.php
M test/selenium/PmaSeleniumTableBrowseTest.php
M test/selenium/PmaSeleniumTableInsertTest.php
M test/selenium/PmaSeleniumXssTest.php
M test/selenium/TestBase.php
M test/theme.php
M themes.php
M themes/original/css/common.css.php
M themes/original/css/navigation.css.php
A themes/original/img/b_saveimage.png
A themes/original/img/bd_routine_add.png
A themes/original/img/centralColumns.png
A themes/original/img/centralColumns_add.png
A themes/original/img/centralColumns_delete.png
A themes/original/img/console.png
A themes/original/img/normalize.png
A themes/original/img/s_collapseall.png
A themes/original/img/s_link.png
A themes/original/img/s_lock.png
A themes/original/img/s_unlink.png
M themes/original/img/sprites.png
M themes/original/layout.inc.php
M themes/original/sprites.lib.php
M themes/pmahomme/css/codemirror.css.php
M themes/pmahomme/css/common.css.php
M themes/pmahomme/css/navigation.css.php
M themes/pmahomme/css/pmd.css.php
A themes/pmahomme/img/b_saveimage.png
A themes/pmahomme/img/bd_routine_add.png
A themes/pmahomme/img/centralColumns.png
A themes/pmahomme/img/centralColumns_add.png
A themes/pmahomme/img/centralColumns_delete.png
A themes/pmahomme/img/console.png
A themes/pmahomme/img/normalize.png
A themes/pmahomme/img/pmd/export.png
A themes/pmahomme/img/pmd/page_add.png
A themes/pmahomme/img/pmd/page_delete.png
A themes/pmahomme/img/pmd/page_edit.png
A themes/pmahomme/img/pmd/save_as.png
A themes/pmahomme/img/s_collapseall.png
A themes/pmahomme/img/s_link.png
A themes/pmahomme/img/s_lock.png
A themes/pmahomme/img/s_unlink.png
M themes/pmahomme/img/sprites.png
M themes/pmahomme/layout.inc.php
M themes/pmahomme/sprites.lib.php
M themes/sprites.css.php
M themes/svg_gradient.php
M transformation_overview.php
M user_password.php
M view_create.php
M view_operations.php
M webapp.php
Log Message:
-----------
Merge branch 'MAINT_4_3_0' into STABLE
Commit: 18883863a747256b68f5f37b0520188ebb5733c9
https://github.com/phpmyadmin/phpmyadmin/commit/18883863a747256b68f5f37b052…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2014-12-08 (Mon, 08 Dec 2014)
Changed paths:
M ChangeLog
M README
M doc/conf.py
M libraries/Config.class.php
Log Message:
-----------
4.3.1 release
Signed-off-by: Marc Delisle <marc(a)infomarc.info>
Commit: a63de67e2f1fd7ba1bbefa069c59ac8502f08dcc
https://github.com/phpmyadmin/phpmyadmin/commit/a63de67e2f1fd7ba1bbefa069c5…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2014-12-08 (Mon, 08 Dec 2014)
Changed paths:
M .travis.yml
M ChangeLog
M README
M db_printview.php
M doc/conf.py
M import.php
M js/ajax.js
M js/db_central_columns.js
M js/error_report.js
M js/multi_column_sort.js
M js/server_status_processes.js
M js/server_status_sorter.js
M js/server_status_variables.js
M js/sql.js
M js/tbl_gis_visualization.js
M libraries/Config.class.php
M libraries/DisplayResults.class.php
M libraries/Menu.class.php
M libraries/OutputBuffering.class.php
M libraries/central_columns.lib.php
M libraries/common.inc.php
M libraries/export.lib.php
M libraries/insert_edit.lib.php
M libraries/navigation/Nodes/Node.class.php
M libraries/plugins/auth/AuthenticationConfig.class.php
M libraries/plugins/auth/AuthenticationCookie.class.php
M libraries/plugins/auth/AuthenticationHttp.class.php
M libraries/relation.lib.php
M libraries/server_status_queries.lib.php
M libraries/server_status_variables.lib.php
M libraries/sql.lib.php
M libraries/vendor_config.php
M po/ca.po
M po/cs.po
M po/da.po
M po/de.po
M po/hu.po
M po/ia.po
M po/pt_BR.po
M po/sl.po
M po/uk.po
M po/vi.po
M test/classes/PMA_DisplayResults_test.php
M test/classes/PMA_Menu_test.php
M test/classes/plugin/auth/PMA_AuthenticationConfig_test.php
M test/classes/plugin/auth/PMA_AuthenticationHttp_test.php
M test/libraries/PMA_central_columns_test.php
M test/libraries/PMA_operations_test.php
M test/libraries/PMA_server_status_variables_test.php
M themes/original/css/common.css.php
M themes/pmahomme/css/common.css.php
Log Message:
-----------
Merge branch 'MAINT_4_3_1' into STABLE
Commit: 28477aa36d24c37d8320ce512d42d15a42e82976
https://github.com/phpmyadmin/phpmyadmin/commit/28477aa36d24c37d8320ce512d4…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2014-12-12 (Fri, 12 Dec 2014)
Changed paths:
M ChangeLog
M README
M doc/conf.py
M libraries/Config.class.php
Log Message:
-----------
4.3.2 release
Signed-off-by: Marc Delisle <marc(a)infomarc.info>
Commit: 942b9a60c822c4899ccf5e950e0a6c932e4179bf
https://github.com/phpmyadmin/phpmyadmin/commit/942b9a60c822c4899ccf5e950e0…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2014-12-12 (Fri, 12 Dec 2014)
Changed paths:
M ChangeLog
M README
M doc/conf.py
M doc/setup.rst
M js/error_report.js
M js/export.js
M js/functions.js
M libraries/Config.class.php
M libraries/Menu.class.php
M libraries/Util.class.php
M libraries/display_export.lib.php
M libraries/insert_edit.lib.php
M libraries/plugins/export/ExportSql.class.php
M libraries/plugins/import/ImportOds.class.php
M libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php
M libraries/relation.lib.php
M libraries/select_server.lib.php
M libraries/structure.lib.php
M po/az.po
M po/da.po
M po/hi.po
M po/ko.po
M test/libraries/PMA_insert_edit_test.php
M test/libraries/PMA_select_server_test.php
M themes/pmahomme/css/common.css.php
Log Message:
-----------
Merge branch 'MAINT_4_3_2' into STABLE
Commit: a14cd1a38d0629e61bcca06ccce0f74ff23c3e2a
https://github.com/phpmyadmin/phpmyadmin/commit/a14cd1a38d0629e61bcca06ccce…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2014-12-21 (Sun, 21 Dec 2014)
Changed paths:
M ChangeLog
M README
M doc/conf.py
M libraries/Config.class.php
Log Message:
-----------
4.3.3 release
Signed-off-by: Marc Delisle <marc(a)infomarc.info>
Commit: 953e3e0c0e8d4d3789497ce43aba7d7b67e424f3
https://github.com/phpmyadmin/phpmyadmin/commit/953e3e0c0e8d4d3789497ce43ab…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2014-12-21 (Sun, 21 Dec 2014)
Changed paths:
M ChangeLog
M README
M config.sample.inc.php
M doc/conf.py
M doc/config.rst
M index.php
M js/functions.js
M js/messages.php
M js/multi_column_sort.js
M libraries/Config.class.php
M libraries/Error_Handler.class.php
M libraries/central_columns.lib.php
M libraries/common.inc.php
M libraries/config.default.php
M libraries/config/messages.inc.php
M libraries/config/setup.forms.php
M libraries/config/user_preferences.forms.php
M libraries/create_addfield.lib.php
M libraries/replication_gui.lib.php
M libraries/structure.lib.php
M libraries/tbl_columns_definition_form.lib.php
M libraries/user_preferences.lib.php
M po/af.po
M po/ar.po
M po/az.po
M po/be.po
M po/be(a)latin.po
M po/bg.po
M po/bn.po
M po/br.po
M po/bs.po
M po/ca.po
M po/ckb.po
M po/cs.po
M po/cy.po
M po/da.po
M po/de.po
M po/el.po
M po/en_GB.po
M po/es.po
M po/et.po
M po/eu.po
M po/fa.po
M po/fi.po
M po/fr.po
M po/gl.po
M po/he.po
M po/hi.po
M po/hr.po
M po/hu.po
M po/hy.po
M po/ia.po
M po/id.po
M po/it.po
M po/ja.po
M po/ka.po
M po/kk.po
M po/km.po
M po/kn.po
M po/ko.po
M po/ksh.po
M po/ky.po
M po/lt.po
M po/lv.po
M po/mk.po
M po/ml.po
M po/mn.po
M po/ms.po
M po/nb.po
M po/ne.po
M po/nl.po
M po/pa.po
M po/phpmyadmin.pot
M po/pl.po
M po/pt.po
M po/pt_BR.po
M po/ro.po
M po/ru.po
M po/si.po
M po/sk.po
M po/sl.po
M po/sq.po
M po/sr.po
M po/sr(a)latin.po
M po/sv.po
M po/ta.po
M po/te.po
M po/th.po
M po/tk.po
M po/tr.po
M po/tt.po
M po/ug.po
M po/uk.po
M po/ur.po
M po/uz.po
M po/uz(a)latin.po
M po/vi.po
M po/vls.po
M po/zh_CN.po
M po/zh_TW.po
M test/classes/PMA_Error_Handler_test.php
M test/classes/PMA_Footer_test.php
M test/libraries/PMA_tbl_columns_definition_form_test.php
M themes/pmahomme/css/common.css.php
Log Message:
-----------
Merge branch 'MAINT_4_3_3' into STABLE
Commit: 85ae51142cb6fd774a70b525d227602dbe8fd9f6
https://github.com/phpmyadmin/phpmyadmin/commit/85ae51142cb6fd774a70b525d22…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2014-12-29 (Mon, 29 Dec 2014)
Changed paths:
M ChangeLog
M README
M doc/conf.py
M libraries/Config.class.php
Log Message:
-----------
4.3.4 release
Signed-off-by: Marc Delisle <marc(a)infomarc.info>
Commit: e1e878fea9fed546d602fefe099d3500465a1652
https://github.com/phpmyadmin/phpmyadmin/commit/e1e878fea9fed546d602fefe099…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2014-12-29 (Mon, 29 Dec 2014)
Changed paths:
M ChangeLog
M README
M doc/conf.py
M import.php
M js/ajax.js
M js/console.js
M js/error_report.js
M js/tbl_structure.js
M libraries/Config.class.php
M libraries/DisplayResults.class.php
M libraries/Scripts.class.php
M libraries/Util.class.php
M libraries/central_columns.lib.php
M libraries/config/Validator.class.php
M libraries/plugins/export/ExportSql.class.php
M libraries/plugins/import/ImportCsv.class.php
M libraries/plugins/import/ImportSql.class.php
M libraries/sql.lib.php
M libraries/structure.lib.php
M libraries/tbl_printview.lib.php
M po/kn.po
M po/nl.po
M po/pa.po
M po/ru.po
M po/vls.po
M test/classes/PMA_DbSearch_test.php
M test/classes/PMA_DisplayResults_test.php
M test/classes/PMA_Scripts_test.php
M test/classes/PMA_Theme_test.php
M test/classes/plugin/auth/PMA_AuthenticationConfig_test.php
M test/classes/plugin/export/PMA_ExportSql_test.php
M test/libraries/PMA_central_columns_test.php
M test/libraries/PMA_tbl_printview_test.php
M test/libraries/common/PMA_quoting_slashing_test.php
M themes/pmahomme/css/common.css.php
Log Message:
-----------
Merge branch 'MAINT_4_3_4' into STABLE
Commit: d1d89373d2ed985c9307fe3149fb5ad961adad10
https://github.com/phpmyadmin/phpmyadmin/commit/d1d89373d2ed985c9307fe3149f…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2015-01-05 (Mon, 05 Jan 2015)
Changed paths:
M ChangeLog
M README
M doc/conf.py
M libraries/Config.class.php
Log Message:
-----------
4.3.5 release
Signed-off-by: Marc Delisle <marc(a)infomarc.info>
Commit: dcd75a5c03434ed75fc15aac0c539bf4da73522f
https://github.com/phpmyadmin/phpmyadmin/commit/dcd75a5c03434ed75fc15aac0c5…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2015-01-05 (Mon, 05 Jan 2015)
Changed paths:
M ChangeLog
M README
M db_tracking.php
M doc/conf.py
M doc/config.rst
M doc/setup.rst
M js/makegrid.js
M libraries/Config.class.php
M libraries/Header.class.php
M libraries/Menu.class.php
M libraries/RecentFavoriteTable.class.php
M libraries/Table.class.php
M libraries/Tracker.class.php
M libraries/bookmark.lib.php
M libraries/central_columns.lib.php
M libraries/common.inc.php
M libraries/config.default.php
M libraries/config/messages.inc.php
M libraries/config/setup.forms.php
M libraries/config/user_preferences.forms.php
M libraries/core.lib.php
M libraries/dbi/DBIDummy.class.php
M libraries/normalization.lib.php
M libraries/plugins/import/ImportSql.class.php
M libraries/relation.lib.php
M libraries/relation_cleanup.lib.php
M libraries/server_privileges.lib.php
M libraries/server_user_groups.lib.php
M libraries/sql.lib.php
M libraries/tracking.lib.php
M po/af.po
M po/ar.po
M po/az.po
M po/be.po
M po/be(a)latin.po
M po/bg.po
M po/bn.po
M po/br.po
M po/bs.po
M po/ca.po
M po/ckb.po
M po/cs.po
M po/cy.po
M po/da.po
M po/de.po
M po/el.po
M po/en_GB.po
M po/es.po
M po/et.po
M po/eu.po
M po/fa.po
M po/fi.po
M po/fr.po
M po/gl.po
M po/he.po
M po/hi.po
M po/hr.po
M po/hu.po
M po/hy.po
M po/ia.po
M po/id.po
M po/it.po
M po/ja.po
M po/ka.po
M po/kk.po
M po/km.po
M po/kn.po
M po/ko.po
M po/ksh.po
M po/ky.po
M po/lt.po
M po/lv.po
M po/mk.po
M po/ml.po
M po/mn.po
M po/ms.po
M po/nb.po
M po/ne.po
M po/nl.po
M po/pa.po
M po/phpmyadmin.pot
M po/pl.po
M po/pt.po
M po/pt_BR.po
M po/ro.po
M po/ru.po
M po/si.po
M po/sk.po
M po/sl.po
M po/sq.po
M po/sr.po
M po/sr(a)latin.po
M po/sv.po
M po/ta.po
M po/te.po
M po/th.po
M po/tk.po
M po/tr.po
M po/tt.po
M po/ug.po
M po/uk.po
M po/ur.po
M po/uz.po
M po/uz(a)latin.po
M po/vi.po
M po/vls.po
M po/zh_CN.po
M po/zh_TW.po
M prefs_forms.php
M test/libraries/PMA_Tracker_test.php
M test/libraries/PMA_central_columns_test.php
M test/libraries/PMA_relation_cleanup_test.php
M test/libraries/PMA_server_privileges_test.php
M test/libraries/PMA_server_user_groups_test.php
M test/libraries/PMA_tbl_tracking_test.php
Log Message:
-----------
Merge branch 'MAINT_4_3_5' into STABLE
Commit: 33dea31abaff65187cfd7ffbf2838af5dc6ab47d
https://github.com/phpmyadmin/phpmyadmin/commit/33dea31abaff65187cfd7ffbf28…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2015-01-07 (Wed, 07 Jan 2015)
Changed paths:
M ChangeLog
M README
M doc/conf.py
M libraries/Config.class.php
Log Message:
-----------
4.3.6 release
Signed-off-by: Marc Delisle <marc(a)infomarc.info>
Commit: f9dc6a263ce669cc00c6d57b6d7c995e77e80e97
https://github.com/phpmyadmin/phpmyadmin/commit/f9dc6a263ce669cc00c6d57b6d7…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2015-01-07 (Wed, 07 Jan 2015)
Changed paths:
M ChangeLog
M README
M doc/conf.py
M js/codemirror/addon/runmode/runmode.js
M js/codemirror/lib/codemirror.js
M js/codemirror/mode/sql/sql.js
M js/pmd/designer_page.js
M libraries/Config.class.php
M libraries/Menu.class.php
M libraries/RecentFavoriteTable.class.php
M libraries/common.inc.php
M libraries/config/setup.forms.php
M po/el.po
M po/sk.po
M po/sq.po
M themes/original/img/console.png
M themes/pmahomme/css/common.css.php
M themes/pmahomme/img/console.png
Log Message:
-----------
Merge branch 'MAINT_4_3_6' into STABLE
Commit: 292d3397d79caa1fa800b0ab1648fb6fd994ac20
https://github.com/phpmyadmin/phpmyadmin/commit/292d3397d79caa1fa800b0ab164…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2015-01-15 (Thu, 15 Jan 2015)
Changed paths:
M ChangeLog
M README
M doc/conf.py
M libraries/Config.class.php
Log Message:
-----------
4.3.7 release
Signed-off-by: Marc Delisle <marc(a)infomarc.info>
Commit: 3230e96280c0186cd5563fa59ba0271e8942b447
https://github.com/phpmyadmin/phpmyadmin/commit/3230e96280c0186cd5563fa59ba…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2015-01-15 (Thu, 15 Jan 2015)
Changed paths:
M ChangeLog
M README
M doc/conf.py
M doc/setup.rst
M js/ajax.js
M js/functions.js
M js/messages.php
M js/navigation.js
M js/server_status_processes.js
M libraries/Config.class.php
M libraries/DatabaseInterface.class.php
M libraries/DisplayResults.class.php
M libraries/Scripts.class.php
M libraries/Util.class.php
M libraries/navigation/NavigationTree.class.php
M libraries/navigation/Nodes/Node.class.php
M libraries/navigation/Nodes/Node_Database.class.php
M libraries/navigation/Nodes/Node_Table.class.php
M libraries/plugins/schema/Export_Relation_Schema.class.php
M libraries/plugins/schema/dia/Dia_Relation_Schema.class.php
M libraries/plugins/schema/dia/TableStatsDia.class.php
M libraries/plugins/schema/eps/Eps_Relation_Schema.class.php
M libraries/plugins/schema/eps/TableStatsEps.class.php
M libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php
M libraries/plugins/schema/pdf/TableStatsPdf.class.php
M libraries/plugins/schema/svg/Svg_Relation_Schema.class.php
M libraries/plugins/schema/svg/TableStatsSvg.class.php
M libraries/relation_cleanup.lib.php
M libraries/structure.lib.php
M po/az.po
M po/be.po
M po/ca.po
M po/da.po
M po/el.po
M po/es.po
M po/et.po
M po/fi.po
M po/fr.po
M po/hu.po
M po/ia.po
M po/id.po
M po/it.po
M po/nl.po
M po/pt_BR.po
M po/sk.po
M server_privileges.php
M test/classes/PMA_DisplayResults_test.php
M test/classes/PMA_Scripts_test.php
Log Message:
-----------
Merge branch 'MAINT_4_3_7' into STABLE
Commit: ed5ed5538c7f337ee859377cba4d565c47028ebe
https://github.com/phpmyadmin/phpmyadmin/commit/ed5ed5538c7f337ee859377cba4…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2015-01-24 (Sat, 24 Jan 2015)
Changed paths:
M ChangeLog
M README
M doc/conf.py
M libraries/Config.class.php
Log Message:
-----------
4.3.8 release
Signed-off-by: Marc Delisle <marc(a)infomarc.info>
Commit: 7318f26161590e2e35b2787943fc40aad80a14d3
https://github.com/phpmyadmin/phpmyadmin/commit/7318f26161590e2e35b2787943f…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2015-01-24 (Sat, 24 Jan 2015)
Changed paths:
M ChangeLog
M README
M doc/conf.py
M import.php
M js/makegrid.js
M js/messages.php
M js/navigation.js
M libraries/Config.class.php
M libraries/DatabaseInterface.class.php
M libraries/Response.class.php
M libraries/Util.class.php
M libraries/navigation/NavigationTree.class.php
M libraries/navigation/Nodes/Node.class.php
M libraries/sql.lib.php
M libraries/structure.lib.php
M libraries/tbl_columns_definition_form.lib.php
M po/bg.po
M po/ca.po
M po/cs.po
M po/fi.po
M po/ja.po
M po/nl.po
M po/pl.po
M po/sk.po
M version_check.php
Log Message:
-----------
Merge branch 'MAINT_4_3_8' into STABLE
Commit: c056dcba6fa6fee9dfc71d0e4a6d3a8e3945b9e0
https://github.com/phpmyadmin/phpmyadmin/commit/c056dcba6fa6fee9dfc71d0e4a6…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2015-02-05 (Thu, 05 Feb 2015)
Changed paths:
M ChangeLog
M README
M doc/conf.py
M libraries/Config.class.php
Log Message:
-----------
4.3.9 release
Signed-off-by: Marc Delisle <marc(a)infomarc.info>
Commit: 3f8829064a88fe59a76a8f6075c8b6215a80f535
https://github.com/phpmyadmin/phpmyadmin/commit/3f8829064a88fe59a76a8f6075c…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2015-02-05 (Thu, 05 Feb 2015)
Changed paths:
M ChangeLog
M README
M doc/conf.py
M doc/setup.rst
M js/makegrid.js
M js/rte.js
M js/sql.js
M libraries/Config.class.php
M libraries/DisplayResults.class.php
M libraries/Table.class.php
M libraries/insert_edit.lib.php
M libraries/plugins/schema/Export_Relation_Schema.class.php
M libraries/relation.lib.php
M libraries/tbl_columns_definition_form.lib.php
M libraries/tbl_relation.lib.php
M libraries/tracking.lib.php
M po/ar.po
M po/az.po
M po/bg.po
M po/de.po
M po/es.po
M po/hi.po
M po/id.po
M po/nb.po
M po/nl.po
M po/pl.po
M po/sk.po
M tbl_tracking.php
Log Message:
-----------
Merge branch 'MAINT_4_3_9' into STABLE
Commit: 0f2e488b2e73fceee96aaefbaaa1ccf13d1c4174
https://github.com/phpmyadmin/phpmyadmin/commit/0f2e488b2e73fceee96aaefbaaa…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2015-02-20 (Fri, 20 Feb 2015)
Changed paths:
M ChangeLog
M README
M doc/conf.py
M libraries/Config.class.php
Log Message:
-----------
4.3.10 release
Signed-off-by: Marc Delisle <marc(a)infomarc.info>
Commit: e6eb9616fc6df22429ac3f95ed11168f6d5f2058
https://github.com/phpmyadmin/phpmyadmin/commit/e6eb9616fc6df22429ac3f95ed1…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2015-02-20 (Fri, 20 Feb 2015)
Changed paths:
M ChangeLog
M README
M doc/conf.py
M js/console.js
M js/db_central_columns.js
M js/export.js
M js/functions.js
M js/messages.php
M libraries/Config.class.php
M libraries/central_columns.lib.php
M libraries/display_export.lib.php
M libraries/navigation/Nodes/Node.class.php
M libraries/navigation/Nodes/Node_Database.class.php
M libraries/navigation/Nodes/Node_DatabaseChild.class.php
M libraries/structure.lib.php
M navigation.php
M po/ar.po
M po/az.po
M po/es.po
M po/hu.po
M po/ia.po
M po/id.po
M po/it.po
M po/ja.po
M po/lt.po
M po/lv.po
M po/nl.po
M po/pt_BR.po
M po/sk.po
M po/th.po
M po/tr.po
M test/libraries/PMA_display_export_test.php
Log Message:
-----------
Merge branch 'MAINT_4_3_10' into STABLE
Commit: 631ba4c6b75dcbe9557653bd6c3aa1e1c5307b37
https://github.com/phpmyadmin/phpmyadmin/commit/631ba4c6b75dcbe9557653bd6c3…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2015-03-02 (Mon, 02 Mar 2015)
Changed paths:
M ChangeLog
M README
M doc/conf.py
M libraries/Config.class.php
Log Message:
-----------
4.3.11 release
Signed-off-by: Marc Delisle <marc(a)infomarc.info>
Commit: 8a9790dc6e849c6f1516193271eeddba43138f6e
https://github.com/phpmyadmin/phpmyadmin/commit/8a9790dc6e849c6f1516193271e…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2015-03-02 (Mon, 02 Mar 2015)
Changed paths:
M .travis.yml
M ChangeLog
M PMAStandard/Sniffs/Commenting/ClassCommentSniff.php
M PMAStandard/Sniffs/Commenting/FileCommentSniff.php
M PMAStandard/Sniffs/Commenting/FunctionCommentSniff.php
R PMAStandard/Sniffs/Commenting/InlineCommentSniff.php
R PMAStandard/Sniffs/Files/LineLengthSniff.php
M PMAStandard/ruleset.xml
M README
M doc/conf.py
M index.php
M js/functions.js
M libraries/Config.class.php
M libraries/DatabaseInterface.class.php
M libraries/Util.class.php
M libraries/db_designer.lib.php
M libraries/mysql_charsets.inc.php
M libraries/user_preferences.lib.php
M po/az.po
M po/da.po
M po/el.po
M po/ia.po
M po/ja.po
M po/ko.po
M po/vi.po
M po/zh_CN.po
M test/libraries/PMA_user_preferences_test.php
M themes/pmahomme/css/common.css.php
Log Message:
-----------
Merge branch 'MAINT_4_3_11' into STABLE
Commit: b2f1e895038a5700bf8e81fb9a5da36cbdea0eeb
https://github.com/phpmyadmin/phpmyadmin/commit/b2f1e895038a5700bf8e81fb9a5…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2015-03-04 (Wed, 04 Mar 2015)
Changed paths:
M libraries/select_lang.lib.php
Log Message:
-----------
[security] Risk of BREACH attack
Thanks to Michal Čihař for the message suggestion.
Signed-off-by: Marc Delisle <marc(a)infomarc.info>
Commit: e69606f0eab1344150b292fc5da35782da0e9772
https://github.com/phpmyadmin/phpmyadmin/commit/e69606f0eab1344150b292fc5da…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2015-03-04 (Wed, 04 Mar 2015)
Changed paths:
M ChangeLog
M README
M doc/conf.py
M libraries/Config.class.php
Log Message:
-----------
4.3.11.1 release
Signed-off-by: Marc Delisle <marc(a)infomarc.info>
Commit: 126a6313aa5568f01132393ce8ededd6a2a199a2
https://github.com/phpmyadmin/phpmyadmin/commit/126a6313aa5568f01132393ce8e…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2015-03-04 (Wed, 04 Mar 2015)
Changed paths:
M ChangeLog
M README
M doc/conf.py
M libraries/Config.class.php
M libraries/select_lang.lib.php
Log Message:
-----------
Merge branch 'MAINT_4_3_11' into STABLE
Commit: 3c2a85166256a6b4fdb56e107101f4f7daa3f6a5
https://github.com/phpmyadmin/phpmyadmin/commit/3c2a85166256a6b4fdb56e10710…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2015-03-14 (Sat, 14 Mar 2015)
Changed paths:
M ChangeLog
M README
M doc/conf.py
M libraries/Config.class.php
Log Message:
-----------
4.3.12 release
Signed-off-by: Marc Delisle <marc(a)infomarc.info>
Commit: 55c3178b3a25c08c6a6013338fb1d6243693dc0b
https://github.com/phpmyadmin/phpmyadmin/commit/55c3178b3a25c08c6a6013338fb…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2015-03-14 (Sat, 14 Mar 2015)
Changed paths:
M ChangeLog
M README
M db_central_columns.php
M db_qbe.php
M doc/conf.py
M import.php
M js/console.js
M js/functions.js
M js/makegrid.js
M libraries/Config.class.php
M libraries/DisplayResults.class.php
M libraries/Tracker.class.php
M libraries/Util.class.php
M libraries/central_columns.lib.php
M libraries/operations.lib.php
M libraries/plugins/auth/AuthenticationHttp.class.php
M test/classes/plugin/auth/PMA_AuthenticationHttp_test.php
M test/libraries/PMA_Tracker_test.php
M themes/original/css/common.css.php
M themes/pmahomme/css/common.css.php
Log Message:
-----------
Merge branch 'MAINT_4_3_12' into STABLE
Commit: 894d4a867ad78ca1cf8c69e49e6e19ec368f5d43
https://github.com/phpmyadmin/phpmyadmin/commit/894d4a867ad78ca1cf8c69e49e6…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2015-03-23 (Mon, 23 Mar 2015)
Changed paths:
M README
M doc/conf.py
M libraries/Config.class.php
Log Message:
-----------
4.4.0-rc1
Signed-off-by: Marc Delisle <marc(a)infomarc.info>
Commit: 462e75e2a00551a0b7dcc70ce6bc838d5b80f4bf
https://github.com/phpmyadmin/phpmyadmin/commit/462e75e2a00551a0b7dcc70ce6b…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2015-03-29 (Sun, 29 Mar 2015)
Changed paths:
M ChangeLog
M README
M doc/conf.py
M libraries/Config.class.php
Log Message:
-----------
4.3.13 release
Signed-off-by: Marc Delisle <marc(a)infomarc.info>
Commit: 2f9cae0c23ba970e82f810bf6883cef620d95763
https://github.com/phpmyadmin/phpmyadmin/commit/2f9cae0c23ba970e82f810bf688…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2015-03-29 (Sun, 29 Mar 2015)
Changed paths:
M ChangeLog
M README
M doc/conf.py
M index.php
M js/functions.js
M js/tbl_zoom_plot_jqplot.js
M libraries/Config.class.php
M libraries/DisplayResults.class.php
M libraries/Header.class.php
M libraries/Util.class.php
M libraries/import.lib.php
M libraries/navigation/NavigationTree.class.php
M libraries/navigation/Nodes/Node_Database.class.php
M libraries/plugins/export/ExportSql.class.php
M libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php
Log Message:
-----------
Merge branch 'MAINT_4_3_13' into STABLE
Commit: 1fe735d098d82ad79500eab04c4d25ba8fe25a24
https://github.com/phpmyadmin/phpmyadmin/commit/1fe735d098d82ad79500eab04c4…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2015-04-01 (Wed, 01 Apr 2015)
Changed paths:
M ChangeLog
M README
M doc/conf.py
M libraries/Config.class.php
Log Message:
-----------
4.4.0 release
Signed-off-by: Marc Delisle <marc(a)infomarc.info>
Commit: 37cda3cd333f62733513ce0dbbccc73d60d0ed8f
https://github.com/phpmyadmin/phpmyadmin/commit/37cda3cd333f62733513ce0dbbc…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2015-04-01 (Wed, 01 Apr 2015)
Changed paths:
M .scrutinizer.yml
M .travis.yml
M ChangeLog
M README
M README.rst
M build.xml
M chk_rel.php
M composer.json
M config.sample.inc.php
M db_central_columns.php
M db_create.php
M db_designer.php
M db_operations.php
M db_qbe.php
M db_sql.php
M db_sql_autocomplete.php
A db_sql_format.php
M db_tracking.php
M doc/conf.py
M doc/config.rst
M doc/setup.rst
R examples/create_tables.sql
R examples/create_tables_drizzle.sql
R examples/upgrade_column_info_4_3_0+.sql
R examples/upgrade_tables_mysql_4_1_2+.sql
M export.php
M import.php
M index.php
M js/ajax.js
M js/chart.js
M js/codemirror/LICENSE
M js/codemirror/addon/hint/show-hint.js
M js/codemirror/addon/hint/sql-hint.js
M js/codemirror/addon/runmode/runmode.js
M js/codemirror/lib/codemirror.js
A js/codemirror/mode/javascript/javascript.js
M js/codemirror/mode/sql/sql.js
A js/codemirror/mode/xml/xml.js
M js/common.js
M js/config.js
M js/console.js
M js/db_central_columns.js
M js/db_operations.js
M js/db_qbe.js
M js/db_search.js
M js/db_structure.js
A js/db_tracking.js
M js/export.js
M js/functions.js
M js/gis_data_editor.js
M js/import.js
M js/indexes.js
M js/jqplot/jquery.jqplot.js
M js/jqplot/plugins/jqplot.barRenderer.js
M js/jqplot/plugins/jqplot.canvasAxisLabelRenderer.js
M js/jqplot/plugins/jqplot.canvasTextRenderer.js
M js/jqplot/plugins/jqplot.categoryAxisRenderer.js
M js/jqplot/plugins/jqplot.cursor.js
M js/jqplot/plugins/jqplot.dateAxisRenderer.js
M js/jqplot/plugins/jqplot.highlighter.js
M js/jqplot/plugins/jqplot.pieRenderer.js
M js/jqplot/plugins/jqplot.pointLabels.js
A js/jquery/jquery-1.11.1.min.js
R js/jquery/jquery-1.8.3.min.js
A js/jquery/jquery-ui-1.11.2.min.js
R js/jquery/jquery-ui-1.9.2.custom.min.js
M js/jquery/jquery-ui-timepicker-addon.js
M js/jquery/jquery.ba-hashchange-1.3.js
M js/jquery/jquery.mousewheel.js
M js/jquery/jquery.svg.js
M js/jquery/jquery.tablesorter.js
A js/jquery/src/jquery-ui/accordion.js
A js/jquery/src/jquery-ui/autocomplete.js
A js/jquery/src/jquery-ui/button.js
A js/jquery/src/jquery-ui/core.js
A js/jquery/src/jquery-ui/datepicker.js
A js/jquery/src/jquery-ui/dialog.js
A js/jquery/src/jquery-ui/draggable.js
A js/jquery/src/jquery-ui/droppable.js
A js/jquery/src/jquery-ui/effect-blind.js
A js/jquery/src/jquery-ui/effect-bounce.js
A js/jquery/src/jquery-ui/effect-clip.js
A js/jquery/src/jquery-ui/effect-drop.js
A js/jquery/src/jquery-ui/effect-explode.js
A js/jquery/src/jquery-ui/effect-fade.js
A js/jquery/src/jquery-ui/effect-fold.js
A js/jquery/src/jquery-ui/effect-highlight.js
A js/jquery/src/jquery-ui/effect-puff.js
A js/jquery/src/jquery-ui/effect-pulsate.js
A js/jquery/src/jquery-ui/effect-scale.js
A js/jquery/src/jquery-ui/effect-shake.js
A js/jquery/src/jquery-ui/effect-size.js
A js/jquery/src/jquery-ui/effect-slide.js
A js/jquery/src/jquery-ui/effect-transfer.js
A js/jquery/src/jquery-ui/effect.js
R js/jquery/src/jquery-ui/jquery.ui.accordion.js
R js/jquery/src/jquery-ui/jquery.ui.autocomplete.js
R js/jquery/src/jquery-ui/jquery.ui.button.js
R js/jquery/src/jquery-ui/jquery.ui.core.js
R js/jquery/src/jquery-ui/jquery.ui.datepicker.js
R js/jquery/src/jquery-ui/jquery.ui.dialog.js
R js/jquery/src/jquery-ui/jquery.ui.draggable.js
R js/jquery/src/jquery-ui/jquery.ui.droppable.js
R js/jquery/src/jquery-ui/jquery.ui.effect-blind.js
R js/jquery/src/jquery-ui/jquery.ui.effect-bounce.js
R js/jquery/src/jquery-ui/jquery.ui.effect-clip.js
R js/jquery/src/jquery-ui/jquery.ui.effect-drop.js
R js/jquery/src/jquery-ui/jquery.ui.effect-explode.js
R js/jquery/src/jquery-ui/jquery.ui.effect-fade.js
R js/jquery/src/jquery-ui/jquery.ui.effect-fold.js
R js/jquery/src/jquery-ui/jquery.ui.effect-highlight.js
R js/jquery/src/jquery-ui/jquery.ui.effect-pulsate.js
R js/jquery/src/jquery-ui/jquery.ui.effect-scale.js
R js/jquery/src/jquery-ui/jquery.ui.effect-shake.js
R js/jquery/src/jquery-ui/jquery.ui.effect-slide.js
R js/jquery/src/jquery-ui/jquery.ui.effect-transfer.js
R js/jquery/src/jquery-ui/jquery.ui.effect.js
R js/jquery/src/jquery-ui/jquery.ui.menu.js
R js/jquery/src/jquery-ui/jquery.ui.mouse.js
R js/jquery/src/jquery-ui/jquery.ui.position.js
R js/jquery/src/jquery-ui/jquery.ui.progressbar.js
R js/jquery/src/jquery-ui/jquery.ui.resizable.js
R js/jquery/src/jquery-ui/jquery.ui.selectable.js
R js/jquery/src/jquery-ui/jquery.ui.slider.js
R js/jquery/src/jquery-ui/jquery.ui.sortable.js
R js/jquery/src/jquery-ui/jquery.ui.spinner.js
R js/jquery/src/jquery-ui/jquery.ui.tabs.js
R js/jquery/src/jquery-ui/jquery.ui.tooltip.js
R js/jquery/src/jquery-ui/jquery.ui.widget.js
A js/jquery/src/jquery-ui/menu.js
A js/jquery/src/jquery-ui/mouse.js
A js/jquery/src/jquery-ui/position.js
A js/jquery/src/jquery-ui/progressbar.js
A js/jquery/src/jquery-ui/resizable.js
A js/jquery/src/jquery-ui/selectable.js
A js/jquery/src/jquery-ui/selectmenu.js
A js/jquery/src/jquery-ui/slider.js
A js/jquery/src/jquery-ui/sortable.js
A js/jquery/src/jquery-ui/spinner.js
A js/jquery/src/jquery-ui/tabs.js
A js/jquery/src/jquery-ui/tooltip.js
A js/jquery/src/jquery-ui/widget.js
M js/jquery/src/jquery/ajax.js
M js/jquery/src/jquery/ajax/jsonp.js
A js/jquery/src/jquery/ajax/load.js
A js/jquery/src/jquery/ajax/parseJSON.js
A js/jquery/src/jquery/ajax/parseXML.js
M js/jquery/src/jquery/ajax/script.js
A js/jquery/src/jquery/ajax/var/nonce.js
A js/jquery/src/jquery/ajax/var/rquery.js
M js/jquery/src/jquery/ajax/xhr.js
M js/jquery/src/jquery/attributes.js
A js/jquery/src/jquery/attributes/attr.js
A js/jquery/src/jquery/attributes/classes.js
A js/jquery/src/jquery/attributes/prop.js
A js/jquery/src/jquery/attributes/support.js
A js/jquery/src/jquery/attributes/val.js
M js/jquery/src/jquery/callbacks.js
M js/jquery/src/jquery/core.js
A js/jquery/src/jquery/core/access.js
A js/jquery/src/jquery/core/init.js
A js/jquery/src/jquery/core/parseHTML.js
A js/jquery/src/jquery/core/ready.js
A js/jquery/src/jquery/core/var/rsingleTag.js
M js/jquery/src/jquery/css.js
A js/jquery/src/jquery/css/addGetHookIf.js
A js/jquery/src/jquery/css/curCSS.js
A js/jquery/src/jquery/css/defaultDisplay.js
A js/jquery/src/jquery/css/hiddenVisibleSelectors.js
A js/jquery/src/jquery/css/support.js
A js/jquery/src/jquery/css/swap.js
A js/jquery/src/jquery/css/var/cssExpand.js
A js/jquery/src/jquery/css/var/isHidden.js
A js/jquery/src/jquery/css/var/rmargin.js
A js/jquery/src/jquery/css/var/rnumnonpx.js
M js/jquery/src/jquery/data.js
A js/jquery/src/jquery/data/accepts.js
A js/jquery/src/jquery/data/support.js
M js/jquery/src/jquery/deferred.js
M js/jquery/src/jquery/deprecated.js
M js/jquery/src/jquery/dimensions.js
M js/jquery/src/jquery/effects.js
A js/jquery/src/jquery/effects/Tween.js
A js/jquery/src/jquery/effects/animatedSelector.js
A js/jquery/src/jquery/effects/support.js
R js/jquery/src/jquery/event-alias.js
M js/jquery/src/jquery/event.js
A js/jquery/src/jquery/event/alias.js
A js/jquery/src/jquery/event/support.js
A js/jquery/src/jquery/exports/amd.js
A js/jquery/src/jquery/exports/global.js
M js/jquery/src/jquery/intro.js
A js/jquery/src/jquery/jquery.js
M js/jquery/src/jquery/manipulation.js
A js/jquery/src/jquery/manipulation/_evalUrl.js
A js/jquery/src/jquery/manipulation/support.js
A js/jquery/src/jquery/manipulation/var/rcheckableType.js
M js/jquery/src/jquery/offset.js
M js/jquery/src/jquery/outro.js
M js/jquery/src/jquery/queue.js
A js/jquery/src/jquery/queue/delay.js
R js/jquery/src/jquery/selector-native.js
A js/jquery/src/jquery/selector-sizzle.js
A js/jquery/src/jquery/selector.js
M js/jquery/src/jquery/serialize.js
R js/jquery/src/jquery/sizzle-jquery.js
A js/jquery/src/jquery/sizzle/dist/sizzle.js
A js/jquery/src/jquery/sizzle/dist/sizzle.min.js
A js/jquery/src/jquery/sizzle/dist/sizzle.min.map
A js/jquery/src/jquery/sizzle/test/data/empty.js
A js/jquery/src/jquery/sizzle/test/data/mixed_sort.html
A js/jquery/src/jquery/sizzle/test/data/testinit.js
A js/jquery/src/jquery/sizzle/test/index.html
A js/jquery/src/jquery/sizzle/test/jquery.js
A js/jquery/src/jquery/sizzle/test/unit/extending.js
A js/jquery/src/jquery/sizzle/test/unit/selector.js
A js/jquery/src/jquery/sizzle/test/unit/utilities.js
M js/jquery/src/jquery/support.js
M js/jquery/src/jquery/traversing.js
A js/jquery/src/jquery/traversing/findFilter.js
A js/jquery/src/jquery/traversing/var/rneedsContext.js
A js/jquery/src/jquery/var/class2type.js
A js/jquery/src/jquery/var/concat.js
A js/jquery/src/jquery/var/deletedIds.js
A js/jquery/src/jquery/var/hasOwn.js
A js/jquery/src/jquery/var/indexOf.js
A js/jquery/src/jquery/var/pnum.js
A js/jquery/src/jquery/var/push.js
A js/jquery/src/jquery/var/rnotwhite.js
A js/jquery/src/jquery/var/slice.js
A js/jquery/src/jquery/var/strundefined.js
A js/jquery/src/jquery/var/support.js
A js/jquery/src/jquery/var/toString.js
M js/jquery/src/jquery/wrap.js
M js/keyhandler.js
M js/makegrid.js
M js/messages.php
M js/multi_column_sort.js
M js/navigation.js
M js/normalization.js
M js/pmd/designer_db.js
M js/pmd/designer_page.js
M js/pmd/iecanvas.js
M js/pmd/move.js
M js/rte.js
M js/server_databases.js
M js/server_privileges.js
M js/server_status_processes.js
M js/server_status_queries.js
M js/server_status_variables.js
M js/server_user_groups.js
M js/server_variables.js
M js/sql.js
M js/tbl_change.js
M js/tbl_chart.js
M js/tbl_find_replace.js
M js/tbl_gis_visualization.js
A js/tbl_operations.js
M js/tbl_relation.js
M js/tbl_select.js
M js/tbl_structure.js
A js/tbl_tracking.js
M js/tbl_zoom_plot_jqplot.js
A js/transformations/json.js
A js/transformations/json_editor.js
A js/transformations/sql_editor.js
A js/transformations/xml.js
A js/transformations/xml_editor.js
M libraries/Config.class.php
M libraries/DBQbe.class.php
M libraries/DatabaseInterface.class.php
M libraries/DisplayResults.class.php
M libraries/File.class.php
M libraries/Header.class.php
M libraries/Index.class.php
M libraries/Menu.class.php
M libraries/PMA.php
M libraries/RecentFavoriteTable.class.php
M libraries/Table.class.php
M libraries/TableSearch.class.php
M libraries/Theme.class.php
M libraries/Tracker.class.php
M libraries/Util.class.php
M libraries/central_columns.lib.php
M libraries/common.inc.php
M libraries/config.default.php
M libraries/config.values.php
M libraries/config/ConfigFile.class.php
M libraries/config/ServerConfigChecks.class.php
M libraries/config/messages.inc.php
M libraries/config/setup.forms.php
M libraries/config/user_preferences.forms.php
M libraries/core.lib.php
M libraries/create_addfield.lib.php
M libraries/db_designer.lib.php
M libraries/dbi/DBIDummy.class.php
M libraries/dbi/DBIMysqli.class.php
M libraries/display_structure.inc.php
M libraries/error_report.lib.php
M libraries/gis/GIS_Geometrycollection.class.php
M libraries/gis/GIS_Multilinestring.class.php
M libraries/gis/GIS_Multipoint.class.php
M libraries/gis/GIS_Multipolygon.class.php
M libraries/gis/GIS_Point.class.php
M libraries/gis/GIS_Polygon.class.php
M libraries/gis/GIS_Visualization.class.php
M libraries/import.lib.php
M libraries/information_schema_relations.lib.php
M libraries/insert_edit.lib.php
M libraries/mult_submits.inc.php
M libraries/mult_submits.lib.php
A libraries/mysql_relations.lib.php
M libraries/navigation/Navigation.class.php
M libraries/navigation/NavigationHeader.class.php
M libraries/navigation/NavigationTree.class.php
M libraries/navigation/Nodes/Node.class.php
M libraries/navigation/Nodes/Node_Database.class.php
M libraries/navigation/Nodes/Node_Table.class.php
M libraries/normalization.lib.php
M libraries/operations.lib.php
M libraries/plugins/AuthenticationPlugin.class.php
M libraries/plugins/IOTransformationsPlugin.class.php
M libraries/plugins/auth/AuthenticationCookie.class.php
M libraries/plugins/auth/AuthenticationHttp.class.php
A libraries/plugins/auth/recaptcha/LICENSE
A libraries/plugins/auth/recaptcha/recaptchalib.php
R libraries/plugins/auth/recaptchalib.php
M libraries/plugins/export/ExportCodegen.class.php
M libraries/plugins/export/ExportSql.class.php
M libraries/plugins/import/ImportCsv.class.php
M libraries/plugins/import/ImportMediawiki.class.php
M libraries/plugins/schema/TableStats.class.php
M libraries/plugins/schema/dia/TableStatsDia.class.php
M libraries/plugins/schema/eps/TableStatsEps.class.php
M libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php
M libraries/plugins/schema/pdf/TableStatsPdf.class.php
M libraries/plugins/schema/svg/Svg_Relation_Schema.class.php
M libraries/plugins/schema/svg/TableStatsSvg.class.php
A libraries/plugins/transformations/abstract/CodeMirrorEditorTransformationPlugin.class.php
M libraries/plugins/transformations/abstract/ImageUploadTransformationsPlugin.class.php
M libraries/plugins/transformations/abstract/TextFileUploadTransformationsPlugin.class.php
A libraries/plugins/transformations/input/Text_Plain_JsonEditor.class.php
A libraries/plugins/transformations/input/Text_Plain_SqlEditor.class.php
A libraries/plugins/transformations/input/Text_Plain_XmlEditor.class.php
A libraries/plugins/transformations/output/Text_Octetstream_Sql.class.php
A libraries/plugins/transformations/output/Text_Plain_Json.class.php
A libraries/plugins/transformations/output/Text_Plain_Xml.class.php
M libraries/relation.lib.php
M libraries/rte/rte_events.lib.php
M libraries/rte/rte_export.lib.php
M libraries/rte/rte_routines.lib.php
M libraries/rte/rte_triggers.lib.php
M libraries/select_lang.lib.php
M libraries/server_databases.lib.php
M libraries/server_privileges.lib.php
M libraries/server_status_processes.lib.php
M libraries/server_variables.lib.php
M libraries/special_schema_links.lib.php
A libraries/sql-formatter/LICENSE.txt
A libraries/sql-formatter/README.md
A libraries/sql-formatter/lib/SqlFormatter.php
M libraries/sql.lib.php
M libraries/sql_query_form.lib.php
M libraries/sqlparser.lib.php
M libraries/structure.lib.php
M libraries/sysinfo.lib.php
M libraries/tbl_columns_definition_form.inc.php
M libraries/tbl_columns_definition_form.lib.php
M libraries/tbl_common.inc.php
M libraries/tbl_gis_visualization.lib.php
M libraries/tbl_indexes.lib.php
M libraries/tbl_relation.lib.php
M libraries/tcpdf/README.TXT
M libraries/tcpdf/config/tcpdf_config.php
R libraries/tcpdf/fonts/dejavu-fonts-ttf-2.33/LICENSE
A libraries/tcpdf/fonts/dejavu-fonts-ttf-2.34/LICENSE
M libraries/tcpdf/fonts/dejavusans.ctg.z
M libraries/tcpdf/fonts/dejavusans.php
M libraries/tcpdf/fonts/dejavusans.z
M libraries/tcpdf/fonts/dejavusansb.ctg.z
M libraries/tcpdf/fonts/dejavusansb.php
M libraries/tcpdf/fonts/dejavusansb.z
A libraries/tcpdf/include/sRGB.icc
M libraries/tcpdf/include/tcpdf_fonts.php
M libraries/tcpdf/include/tcpdf_images.php
M libraries/tcpdf/include/tcpdf_static.php
M libraries/tcpdf/tcpdf.php
M libraries/tcpdf/tcpdf_autoconfig.php
M libraries/tracking.lib.php
M libraries/transformations.lib.php
M libraries/url_generating.lib.php
M libraries/vendor_config.php
M po/af.po
M po/ar.po
M po/az.po
M po/be.po
M po/be(a)latin.po
M po/bg.po
M po/bn.po
M po/br.po
M po/bs.po
M po/ca.po
M po/ckb.po
M po/cs.po
M po/cy.po
M po/da.po
M po/de.po
M po/el.po
M po/en_GB.po
A po/eo.po
M po/es.po
M po/et.po
M po/eu.po
M po/fa.po
M po/fi.po
M po/fr.po
A po/fy.po
M po/gl.po
M po/he.po
M po/hi.po
M po/hr.po
M po/hu.po
M po/hy.po
M po/ia.po
M po/id.po
M po/it.po
M po/ja.po
M po/ka.po
M po/kk.po
M po/km.po
M po/kn.po
M po/ko.po
M po/ksh.po
M po/ky.po
A po/li.po
M po/lt.po
M po/lv.po
M po/mk.po
M po/ml.po
M po/mn.po
M po/ms.po
M po/nb.po
M po/ne.po
M po/nl.po
M po/pa.po
M po/phpmyadmin.pot
M po/pl.po
M po/pt.po
M po/pt_BR.po
M po/ro.po
M po/ru.po
M po/si.po
M po/sk.po
M po/sl.po
M po/sq.po
M po/sr.po
M po/sr(a)latin.po
M po/sv.po
M po/ta.po
M po/te.po
M po/th.po
M po/tk.po
M po/tr.po
M po/tt.po
M po/ug.po
M po/uk.po
M po/ur.po
M po/uz.po
M po/uz(a)latin.po
M po/vi.po
M po/vls.po
M po/zh_CN.po
M po/zh_TW.po
M prefs_manage.php
M scripts/create-release.sh
M scripts/lang-cleanup.sh
M server_sql.php
M server_status_processes.php
M setup/index.php
M setup/scripts.js
M sql.php
A sql/create_tables.sql
A sql/create_tables_drizzle.sql
A sql/upgrade_column_info_4_3_0+.sql
A sql/upgrade_tables_mysql_4_1_2+.sql
M tbl_addfield.php
M tbl_gis_visualization.php
M tbl_indexes.php
M tbl_operations.php
M tbl_relation.php
M tbl_row_action.php
M tbl_select.php
M tbl_sql.php
M tbl_structure.php
M tbl_tracking.php
M tbl_zoom_select.php
M test/classes/PMA_DBQbe_test.php
M test/classes/PMA_DisplayResults_test.php
M test/classes/PMA_Index_test.php
M test/classes/PMA_TableSearch_test.php
M test/classes/PMA_Table_test.php
M test/classes/PMA_Util_test.php
M test/classes/navigation/PMA_NavigationTree_test.php
M test/classes/navigation/PMA_Node_Table_test.php
M test/classes/plugin/auth/PMA_AuthenticationCookie_test.php
M test/classes/plugin/auth/PMA_AuthenticationHttp_test.php
M test/classes/plugin/export/PMA_ExportSql_test.php
M test/classes/plugin/transformations/Transformation_Plugins_test.php
M test/classes/properties/options/groups/PMA_OptionsPropertyRootGroup_test.php
A test/install-browserstack
A test/install-runkit
M test/libraries/PMA_central_columns_test.php
M test/libraries/PMA_insert_edit_test.php
M test/libraries/PMA_mult_submits_test.php
M test/libraries/PMA_operations_test.php
M test/libraries/PMA_relation_test.php
M test/libraries/PMA_server_privileges_test.php
M test/libraries/PMA_server_variables_test.php
M test/libraries/PMA_tbl_chart_test.php
M test/libraries/PMA_tbl_columns_definition_form_test.php
M test/libraries/PMA_tbl_gis_visualization_test.php
M test/libraries/PMA_tbl_indexes_test.php
M test/libraries/PMA_tbl_relation_test.php
M test/libraries/PMA_tbl_tracking_test.php
M test/libraries/PMA_transformation_test.php
M test/libraries/common/PMA_getCheckbox_test.php
M test/libraries/common/PMA_showMessage_test_disabled.php
M test/libraries/core/PMA_array_test.php
A test/libraries/sql-formatter/lib/SqlFormatter_test.php
M test/selenium/PmaSeleniumCreateRemoveUserTest.php
M test/selenium/PmaSeleniumTableBrowseTest.php
M test/selenium/PmaSeleniumTableCreateTest.php
M test/selenium/PmaSeleniumTableInsertTest.php
M test/selenium/PmaSeleniumTableOperationsTest.php
M test/selenium/PmaSeleniumTableStructureTest.php
M test/selenium/PmaSeleniumTrackingTest.php
M test/selenium/TestBase.php
M test/theme.php
M themes/original/css/common.css.php
M themes/original/css/navigation.css.php
A themes/original/img/b_report.png
A themes/original/img/b_versions.png
M themes/original/jquery/images/ui-bg_flat_0_aaaaaa_40x100.png
M themes/original/jquery/images/ui-bg_flat_75_ffffff_40x100.png
M themes/original/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png
M themes/original/jquery/images/ui-bg_glass_65_ffffff_1x400.png
M themes/original/jquery/images/ui-bg_glass_75_dadada_1x400.png
M themes/original/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png
M themes/original/jquery/images/ui-bg_glass_95_fef1ec_1x400.png
M themes/original/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png
M themes/original/jquery/images/ui-icons_222222_256x240.png
M themes/original/jquery/images/ui-icons_2e83ff_256x240.png
M themes/original/jquery/images/ui-icons_454545_256x240.png
M themes/original/jquery/images/ui-icons_888888_256x240.png
M themes/original/jquery/images/ui-icons_cd0a0a_256x240.png
A themes/original/jquery/jquery-ui-1.11.2.css
R themes/original/jquery/jquery-ui-1.9.2.custom.css
M themes/pmahomme/css/codemirror.css.php
M themes/pmahomme/css/common.css.php
M themes/pmahomme/css/gis.css.php
M themes/pmahomme/css/navigation.css.php
M themes/pmahomme/css/pmd.css.php
A themes/pmahomme/img/b_report.png
A themes/pmahomme/img/b_versions.png
A themes/pmahomme/img/pmd/anchor.png
M themes/pmahomme/img/pmd/resize.png
A themes/pmahomme/img/pmd/resizeright.png
A themes/pmahomme/img/select_bg.png
M themes/pmahomme/jquery/images/ui-bg_flat_0_aaaaaa_40x100.png
M themes/pmahomme/jquery/images/ui-bg_flat_75_ffffff_40x100.png
M themes/pmahomme/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png
M themes/pmahomme/jquery/images/ui-bg_glass_65_ffffff_1x400.png
M themes/pmahomme/jquery/images/ui-bg_glass_75_dadada_1x400.png
M themes/pmahomme/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png
M themes/pmahomme/jquery/images/ui-bg_glass_95_fef1ec_1x400.png
M themes/pmahomme/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png
M themes/pmahomme/jquery/images/ui-icons_222222_256x240.png
M themes/pmahomme/jquery/images/ui-icons_2e83ff_256x240.png
M themes/pmahomme/jquery/images/ui-icons_454545_256x240.png
M themes/pmahomme/jquery/images/ui-icons_888888_256x240.png
M themes/pmahomme/jquery/images/ui-icons_cd0a0a_256x240.png
A themes/pmahomme/jquery/jquery-ui-1.11.2.css
R themes/pmahomme/jquery/jquery-ui-1.9.2.custom.css
M user_password.php
M version_check.php
Log Message:
-----------
Merge branch 'MAINT_4_4_0' into STABLE
Commit: c2c7b194aaf047c894489f28222eb8b177579618
https://github.com/phpmyadmin/phpmyadmin/commit/c2c7b194aaf047c894489f28222…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2015-04-07 (Tue, 07 Apr 2015)
Changed paths:
M ChangeLog
M README
M doc/conf.py
M import.php
M js/console.js
M js/db_tracking.js
M js/functions.js
M js/makegrid.js
M js/server_plugins.js
M js/server_status_monitor.js
M js/server_status_sorter.js
M js/sql.js
M js/tbl_change.js
M js/tbl_structure.js
M js/tbl_tracking.js
M js/transformations/json.js
M js/transformations/xml.js
M libraries/Config.class.php
M libraries/Console.class.php
M libraries/DatabaseInterface.class.php
M libraries/DisplayResults.class.php
M libraries/Header.class.php
M libraries/OutputBuffering.class.php
M libraries/common.inc.php
M libraries/dbi/DBIDummy.class.php
M libraries/display_import.inc.php
M libraries/display_import.lib.php
M libraries/engines/innodb.lib.php
M libraries/plugins/import/ImportSql.class.php
M libraries/plugins/schema/SchemaDia.class.php
M libraries/plugins/schema/SchemaEps.class.php
M libraries/plugins/schema/SchemaPdf.class.php
M libraries/plugins/transformations/input/Text_Plain_JsonEditor.class.php
M libraries/plugins/transformations/input/Text_Plain_SqlEditor.class.php
M libraries/plugins/transformations/input/Text_Plain_XmlEditor.class.php
M libraries/plugins/transformations/output/Text_Plain_Json.class.php
M libraries/plugins/transformations/output/Text_Plain_Sql.class.php
M libraries/plugins/transformations/output/Text_Plain_Xml.class.php
M libraries/server_privileges.lib.php
M libraries/server_status_queries.lib.php
M libraries/sql.lib.php
M libraries/sqlparser.lib.php
M po/af.po
M po/ar.po
M po/az.po
M po/be.po
M po/be(a)latin.po
M po/bg.po
M po/bn.po
M po/br.po
M po/bs.po
M po/ca.po
M po/ckb.po
M po/cs.po
M po/cy.po
M po/da.po
M po/de.po
M po/el.po
M po/en_GB.po
M po/eo.po
M po/es.po
M po/et.po
M po/eu.po
M po/fa.po
M po/fi.po
M po/fr.po
M po/fy.po
M po/gl.po
M po/he.po
M po/hi.po
M po/hr.po
M po/hu.po
M po/hy.po
M po/ia.po
M po/id.po
M po/it.po
M po/ja.po
M po/ka.po
M po/kk.po
M po/km.po
M po/kn.po
M po/ko.po
M po/ksh.po
M po/ky.po
M po/li.po
M po/lt.po
M po/lv.po
M po/mk.po
M po/ml.po
M po/mn.po
M po/ms.po
M po/nb.po
M po/ne.po
M po/nl.po
M po/pa.po
M po/phpmyadmin.pot
M po/pl.po
M po/pt.po
M po/pt_BR.po
M po/ro.po
M po/ru.po
M po/si.po
M po/sk.po
M po/sl.po
M po/sq.po
M po/sr.po
M po/sr(a)latin.po
M po/sv.po
M po/ta.po
M po/te.po
M po/th.po
M po/tk.po
M po/tr.po
M po/tt.po
M po/ug.po
M po/uk.po
M po/ur.po
M po/uz.po
M po/uz(a)latin.po
M po/vi.po
M po/vls.po
M po/zh_CN.po
M po/zh_TW.po
M test/libraries/PMA_server_privileges_test.php
M themes/original/css/common.css.php
M themes/pmahomme/css/common.css.php
M themes/sprites.css.php
Log Message:
-----------
Merge branch 'MAINT_4_4_1' into STABLE
Commit: e4db51c0d47ac6e319ba93ce0d5706a33f736c00
https://github.com/phpmyadmin/phpmyadmin/commit/e4db51c0d47ac6e319ba93ce0d5…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2015-04-08 (Wed, 08 Apr 2015)
Changed paths:
M ChangeLog
M README
M doc/conf.py
M libraries/Config.class.php
Log Message:
-----------
4.4.1.1 release
Signed-off-by: Marc Delisle <marc(a)infomarc.info>
Commit: a0210bb93f4d6e1df920685bf21f64f90a883811
https://github.com/phpmyadmin/phpmyadmin/commit/a0210bb93f4d6e1df920685bf21…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2015-04-08 (Wed, 08 Apr 2015)
Changed paths:
M ChangeLog
M README
M doc/conf.py
M libraries/Config.class.php
M libraries/OutputBuffering.class.php
Log Message:
-----------
Merge branch 'MAINT_4_4_1' into STABLE
Commit: 1c1753bb6666381fa2cd2cd1f160286935244a35
https://github.com/phpmyadmin/phpmyadmin/commit/1c1753bb6666381fa2cd2cd1f16…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2015-04-13 (Mon, 13 Apr 2015)
Changed paths:
M ChangeLog
M README
M doc/conf.py
M libraries/Config.class.php
Log Message:
-----------
4.4.2 release
Signed-off-by: Marc Delisle <marc(a)infomarc.info>
Commit: 90badfa5c145417532e8199b5bd9de2501f0b139
https://github.com/phpmyadmin/phpmyadmin/commit/90badfa5c145417532e8199b5bd…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2015-04-13 (Mon, 13 Apr 2015)
Changed paths:
M ChangeLog
M README
M doc/conf.py
M js/console.js
M js/functions.js
M js/get_image.js.php
M js/get_scripts.js.php
M js/messages.php
M js/whitelist.php
M libraries/Config.class.php
M libraries/OutputBuffering.class.php
M libraries/Response.class.php
M libraries/Util.class.php
M libraries/common.inc.php
M libraries/config/messages.inc.php
M libraries/navigation/Nodes/Node_Function.class.php
M libraries/plugins/import/ImportSql.class.php
M libraries/plugins/transformations/abstract/TextLinkTransformationsPlugin.class.php
M libraries/sql.lib.php
M phpmyadmin.css.php
M po/bg.po
M po/cs.po
M po/fr.po
M po/it.po
M po/lv.po
M po/nb.po
M po/nl.po
M po/pt_BR.po
M po/ro.po
M po/sk.po
M po/tr.po
M test/install-runkit
M themes/original/css/common.css.php
M themes/pmahomme/css/common.css.php
Log Message:
-----------
Merge branch 'MAINT_4_4_2' into STABLE
Commit: d8f4a2d661f78281db7ee6826651ffc9574a2b31
https://github.com/phpmyadmin/phpmyadmin/commit/d8f4a2d661f78281db7ee682665…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2015-04-20 (Mon, 20 Apr 2015)
Changed paths:
M ChangeLog
M README
M doc/conf.py
M libraries/Config.class.php
Log Message:
-----------
4.4.3 release
Signed-off-by: Marc Delisle <marc(a)infomarc.info>
Commit: cb57259cbda38ab66d000d6adaf62edf4c424ab4
https://github.com/phpmyadmin/phpmyadmin/commit/cb57259cbda38ab66d000d6adaf…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2015-04-20 (Mon, 20 Apr 2015)
Changed paths:
M ChangeLog
M README
M doc/conf.py
M doc/config.rst
M js/functions.js
M js/makegrid.js
M js/tbl_structure.js
M libraries/Config.class.php
M libraries/DisplayResults.class.php
M libraries/Scripts.class.php
M libraries/Util.class.php
M libraries/bfShapeFiles/ShapeFile.lib.php
M libraries/common.inc.php
M libraries/dbi/DBIMysql.class.php
M libraries/php-gettext/gettext.php
M libraries/php-gettext/streams.php
M libraries/session.inc.php
M libraries/structure.lib.php
M libraries/tbl_relation.lib.php
M po/ca.po
M po/cs.po
M po/fr.po
M po/it.po
M po/vi.po
M test/classes/PMA_Footer_test.php
M test/classes/PMA_Scripts_test.php
M test/classes/dbi/DBIMysql_test.php
M test/libraries/php-gettext/PMA_FileReader_test.php
M themes/original/css/common.css.php
M themes/pmahomme/css/common.css.php
Log Message:
-----------
Merge branch 'MAINT_4_4_3' into STABLE
Commit: 243ed0268fa15567c8a787eeb6055a232102b91a
https://github.com/phpmyadmin/phpmyadmin/commit/243ed0268fa15567c8a787eeb60…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2015-04-26 (Sun, 26 Apr 2015)
Changed paths:
M ChangeLog
M README
M doc/conf.py
M libraries/Config.class.php
Log Message:
-----------
4.4.4 release
Signed-off-by: Marc Delisle <marc(a)infomarc.info>
Commit: 25105de236f66759a505f6a47db4d8dbd0df28dd
https://github.com/phpmyadmin/phpmyadmin/commit/25105de236f66759a505f6a47db…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2015-04-26 (Sun, 26 Apr 2015)
Changed paths:
M ChangeLog
M README
M doc/conf.py
M js/ajax.js
M js/functions.js
M js/indexes.js
M js/tbl_change.js
M js/tbl_structure.js
M libraries/Config.class.php
M libraries/DatabaseInterface.class.php
M libraries/DisplayResults.class.php
M libraries/common.inc.php
M libraries/plugins/transformations/abstract/Bool2TextTransformationsPlugin.class.php
M libraries/structure.lib.php
M libraries/tbl_columns_definition_form.lib.php
M po/pt.po
M po/sq.po
M po/zh_CN.po
M po/zh_TW.po
M themes/pmahomme/css/common.css.php
Log Message:
-----------
Merge branch 'MAINT_4_4_4' into STABLE
Commit: 86a7d2704994c43a4fae11cf38105fc3cb3d4d5b
https://github.com/phpmyadmin/phpmyadmin/commit/86a7d2704994c43a4fae11cf381…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2015-05-05 (Tue, 05 May 2015)
Changed paths:
M ChangeLog
M README
M doc/conf.py
M libraries/Config.class.php
Log Message:
-----------
4.4.5 release
Signed-off-by: Marc Delisle <marc(a)infomarc.info>
Commit: 2f6d37c6886b09c1e7410e8a095ddde890ed329e
https://github.com/phpmyadmin/phpmyadmin/commit/2f6d37c6886b09c1e7410e8a095…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2015-05-05 (Tue, 05 May 2015)
Changed paths:
M ChangeLog
M README
M db_structure.php
M doc/conf.py
M doc/config.rst
A doc/import_export.rst
M doc/setup.rst
M doc/user.rst
M js/db_central_columns.js
M js/functions.js
M js/pmd/move.js
M libraries/Advisor.class.php
M libraries/Config.class.php
M libraries/DbSearch.class.php
M libraries/DisplayResults.class.php
M libraries/Util.class.php
M libraries/advisory_rules.txt
M libraries/config.default.php
M libraries/core.lib.php
M libraries/db_designer.lib.php
M libraries/vendor_config.php
M po/ia.po
M po/tr.po
M test/classes/PMA_Advisor_test.php
M test/classes/PMA_Util_test.php
M themes/original/css/common.css.php
M themes/pmahomme/css/common.css.php
M themes/pmahomme/css/pmd.css.php
Log Message:
-----------
Merge branch 'MAINT_4_4_5' into STABLE
Commit: dba2af651a53d5037296a1dc827081a94ef1062c
https://github.com/phpmyadmin/phpmyadmin/commit/dba2af651a53d5037296a1dc827…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2015-05-07 (Thu, 07 May 2015)
Changed paths:
M ChangeLog
M README
M doc/conf.py
M libraries/Config.class.php
Log Message:
-----------
4.4.6 release
Signed-off-by: Marc Delisle <marc(a)infomarc.info>
Commit: ef30025a0f92602499ae41a7cb10a1c103c258b1
https://github.com/phpmyadmin/phpmyadmin/commit/ef30025a0f92602499ae41a7cb1…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2015-05-07 (Thu, 07 May 2015)
Changed paths:
M ChangeLog
M README
M doc/Makefile
M doc/conf.py
M js/error_report.js
M libraries/Config.class.php
M libraries/DisplayResults.class.php
M libraries/browse_foreigners.lib.php
M libraries/config/messages.inc.php
M libraries/insert_edit.lib.php
M libraries/plugins/import/AbstractImportCsv.class.php
M po/af.po
M po/ar.po
M po/az.po
M po/be.po
M po/be(a)latin.po
M po/bg.po
M po/bn.po
M po/br.po
M po/bs.po
M po/ca.po
M po/ckb.po
M po/cs.po
M po/cy.po
M po/da.po
M po/de.po
M po/el.po
M po/en_GB.po
M po/eo.po
M po/es.po
M po/et.po
M po/eu.po
M po/fa.po
M po/fi.po
M po/fr.po
M po/fy.po
M po/gl.po
M po/he.po
M po/hi.po
M po/hr.po
M po/hu.po
M po/hy.po
M po/ia.po
M po/id.po
M po/it.po
M po/ja.po
M po/ka.po
M po/kk.po
M po/km.po
M po/kn.po
M po/ko.po
M po/ksh.po
M po/ky.po
M po/li.po
M po/lt.po
M po/lv.po
M po/mk.po
M po/ml.po
M po/mn.po
M po/ms.po
M po/nb.po
M po/ne.po
M po/nl.po
M po/pa.po
M po/phpmyadmin.pot
M po/pl.po
M po/pt.po
M po/pt_BR.po
M po/ro.po
M po/ru.po
M po/si.po
M po/sk.po
M po/sl.po
M po/sq.po
M po/sr.po
M po/sr(a)latin.po
M po/sv.po
M po/ta.po
M po/te.po
M po/th.po
M po/tk.po
M po/tr.po
M po/tt.po
M po/ug.po
M po/uk.po
M po/ur.po
M po/uz.po
M po/uz(a)latin.po
M po/vi.po
M po/vls.po
M po/zh_CN.po
M po/zh_TW.po
M test/bootstrap-dist.php
M test/classes/plugin/auth/PMA_AuthenticationCookie_test.php
M test/classes/plugin/auth/PMA_AuthenticationHttp_test.php
M test/libraries/PMA_FormDisplay_tpl_test.php
M test/libraries/PMA_browse_foreigners_test.php
M test/libraries/PMA_build_html_for_db_test.php
M test/libraries/PMA_central_columns_test.php
M test/libraries/PMA_insert_edit_test.php
M test/libraries/PMA_normalization_test.php
M test/libraries/PMA_server_privileges_test.php
M test/libraries/PMA_tbl_columns_definition_form_test.php
M test/libraries/PMA_user_preferences_test.php
M test/libraries/rte/PMA_EVN_getEditorForm_test.php
M test/libraries/rte/PMA_RTN_getEditorForm_test.php
M test/libraries/rte/PMA_RTN_getExecuteForm_test.php
M test/libraries/rte/PMA_TRI_getEditorForm_test.php
Log Message:
-----------
Merge branch 'MAINT_4_4_6' into STABLE
Commit: ee92eb9bab8e2d546756c1d4aec81ec7c8e44b83
https://github.com/phpmyadmin/phpmyadmin/commit/ee92eb9bab8e2d546756c1d4aec…
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: 2015-05-12 (Tue, 12 May 2015)
Changed paths:
M ChangeLog
M libraries/url_generating.lib.php
M setup/frames/form.inc.php
M setup/frames/index.inc.php
M setup/frames/menu.inc.php
M setup/frames/servers.inc.php
M setup/index.php
M setup/lib/form_processing.lib.php
M setup/validate.php
Log Message:
-----------
bug #4899 [security] CSRF vulnerability in setup
Signed-off-by: Madhura Jayaratne <madhura.cj(a)gmail.com>
Commit: 5ebc4daf131dd3bd646326267f3e765d0249bbb4
https://github.com/phpmyadmin/phpmyadmin/commit/5ebc4daf131dd3bd646326267f3…
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: 2015-05-13 (Wed, 13 May 2015)
Changed paths:
M ChangeLog
M libraries/Config.class.php
Log Message:
-----------
bug #4900 [security] Vulnerability allowing man-in-the-middle attack
Signed-off-by: Madhura Jayaratne <madhura.cj(a)gmail.com>
Commit: 409c9bc50aa447c52d334c839f4aa239f66c5e03
https://github.com/phpmyadmin/phpmyadmin/commit/409c9bc50aa447c52d334c839f4…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2015-05-13 (Wed, 13 May 2015)
Changed paths:
M ChangeLog
M README
M doc/conf.py
M libraries/Config.class.php
Log Message:
-----------
4.4.6.1 release
Signed-off-by: Marc Delisle <marc(a)infomarc.info>
Commit: 90483661784c6dc8775c1ec445abf6f3299392b1
https://github.com/phpmyadmin/phpmyadmin/commit/90483661784c6dc8775c1ec445a…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2015-05-13 (Wed, 13 May 2015)
Changed paths:
M ChangeLog
M README
M doc/conf.py
M libraries/Config.class.php
M libraries/url_generating.lib.php
M setup/frames/form.inc.php
M setup/frames/index.inc.php
M setup/frames/menu.inc.php
M setup/frames/servers.inc.php
M setup/index.php
M setup/lib/form_processing.lib.php
M setup/validate.php
Log Message:
-----------
Merge branch 'MAINT_4_4_6' into STABLE
Commit: a62fcf03af4c7f9df2393fbe58ae8653166763fa
https://github.com/phpmyadmin/phpmyadmin/commit/a62fcf03af4c7f9df2393fbe58a…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2015-05-16 (Sat, 16 May 2015)
Changed paths:
M ChangeLog
M README
M doc/conf.py
M libraries/Config.class.php
Log Message:
-----------
4.4.7 release
Signed-off-by: Marc Delisle <marc(a)infomarc.info>
Commit: b3e1c957e9a9e4c113ff4d7275877660b6722779
https://github.com/phpmyadmin/phpmyadmin/commit/b3e1c957e9a9e4c113ff4d72758…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2015-05-16 (Sat, 16 May 2015)
Changed paths:
M ChangeLog
M README
M doc/conf.py
M import_status.php
M js/db_tracking.js
M js/functions.js
M js/pmd/designer_page.js
M js/pmd/init.js
M js/pmd/move.js
M js/sql.js
M js/tbl_structure.js
M libraries/Config.class.php
M libraries/DisplayResults.class.php
M libraries/Header.class.php
M libraries/Partition.class.php
M libraries/Util.class.php
M libraries/common.inc.php
M libraries/config/ServerConfigChecks.class.php
M libraries/config/user_preferences.forms.php
M libraries/display_git_revision.lib.php
M libraries/error_report.lib.php
M libraries/plugins/auth/swekey/swekey.php
M po/az.po
M po/cs.po
M po/et.po
M po/it.po
M po/pt_BR.po
M po/zh_TW.po
M setup/config.php
M setup/lib/form_processing.lib.php
M test/classes/PMA_DisplayResults_test.php
M test/libraries/PMA_FormDisplay_tpl_test.php
M test/libraries/PMA_Form_Processing_test.php
Log Message:
-----------
Merge branch 'MAINT_4_4_7' into STABLE
Commit: b478a3d5c4fc1341a0a77235d2afbd2b4e4d0a6c
https://github.com/phpmyadmin/phpmyadmin/commit/b478a3d5c4fc1341a0a77235d2a…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2015-05-28 (Thu, 28 May 2015)
Changed paths:
M ChangeLog
M README
M doc/conf.py
M libraries/Config.class.php
Log Message:
-----------
4.4.8 release
Signed-off-by: Marc Delisle <marc(a)infomarc.info>
Commit: db538247cca87005b813b5c8d0f31390107e104e
https://github.com/phpmyadmin/phpmyadmin/commit/db538247cca87005b813b5c8d0f…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2015-05-28 (Thu, 28 May 2015)
Changed paths:
M ChangeLog
M README
M db_qbe.php
M doc/conf.py
M doc/require.rst
M js/ajax.js
M js/functions.js
M js/makegrid.js
M js/sql.js
M libraries/Config.class.php
M libraries/DisplayResults.class.php
M libraries/Table.class.php
M libraries/common.inc.php
M libraries/config.default.php
M libraries/operations.lib.php
M libraries/server_privileges.lib.php
M libraries/structure.lib.php
M libraries/tbl_columns_definition_form.lib.php
M po/az.po
M po/bg.po
M po/ckb.po
M po/de.po
M po/el.po
M po/et.po
M po/fr.po
M po/hu.po
M po/it.po
M po/nb.po
M po/nl.po
M po/pt.po
M po/ru.po
M po/sk.po
M po/sl.po
M po/tr.po
M po/zh_TW.po
M setup/index.php
M test/libraries/PMA_tbl_columns_definition_form_test.php
M themes/original/css/common.css.php
M themes/pmahomme/css/common.css.php
M themes/pmahomme/css/navigation.css.php
Log Message:
-----------
Merge branch 'MAINT_4_4_8' into STABLE
Commit: 5b0543da6915bac44cb15e7e73f9e1886fe57588
https://github.com/phpmyadmin/phpmyadmin/commit/5b0543da6915bac44cb15e7e73f…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2015-06-04 (Thu, 04 Jun 2015)
Changed paths:
M ChangeLog
M README
M doc/conf.py
M libraries/Config.class.php
Log Message:
-----------
4.4.9 release
Signed-off-by: Marc Delisle <marc(a)infomarc.info>
Commit: dddebc0112f19736bde0eb0782584533da9dc40d
https://github.com/phpmyadmin/phpmyadmin/commit/dddebc0112f19736bde0eb07825…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2015-06-04 (Thu, 04 Jun 2015)
Changed paths:
M .scrutinizer.yml
M .travis.yml
M ChangeLog
M README
M composer.json
M doc/conf.py
M doc/config.rst
M js/db_central_columns.js
M js/functions.js
M js/tbl_relation.js
M libraries/Config.class.php
M libraries/DisplayResults.class.php
M libraries/core.lib.php
M libraries/export.lib.php
M libraries/plugins/auth/AuthenticationCookie.class.php
M libraries/plugins/export/ExportSql.class.php
M po/ca.po
M po/id.po
M po/ro.po
M po/ru.po
M po/sk.po
M po/sl.po
M po/tr.po
M test/classes/plugin/auth/PMA_AuthenticationCookie_test.php
Log Message:
-----------
Merge branch 'MAINT_4_4_9' into STABLE
Commit: a1b4ecc69bc4ac90a54e3f3c8644ca18f13b010d
https://github.com/phpmyadmin/phpmyadmin/commit/a1b4ecc69bc4ac90a54e3f3c864…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2015-06-17 (Wed, 17 Jun 2015)
Changed paths:
M ChangeLog
M README
M doc/conf.py
M libraries/Config.class.php
Log Message:
-----------
4.4.10 release
Signed-off-by: Marc Delisle <marc(a)infomarc.info>
Commit: f996ad7830533799b139abf8ed3e4e442bbd7a0d
https://github.com/phpmyadmin/phpmyadmin/commit/f996ad7830533799b139abf8ed3…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2015-06-17 (Wed, 17 Jun 2015)
Changed paths:
M ChangeLog
M README
M doc/conf.py
M doc/config.rst
M js/common.js
M js/functions.js
M js/jqplot/jquery.jqplot.js
M js/pmd/move.js
M js/replication.js
M js/sql.js
M libraries/Config.class.php
M libraries/navigation/NavigationHeader.class.php
M po/da.po
M po/id.po
M po/nb.po
M po/pt.po
M po/sk.po
M po/sl.po
Log Message:
-----------
Merge branch 'MAINT_4_4_10' into STABLE
Commit: b0d60e271a6f47d2e0ecd81ad620b5d185acc0b1
https://github.com/phpmyadmin/phpmyadmin/commit/b0d60e271a6f47d2e0ecd81ad62…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2015-07-06 (Mon, 06 Jul 2015)
Changed paths:
M ChangeLog
M README
M doc/conf.py
M libraries/Config.class.php
Log Message:
-----------
4.4.11 release
Signed-off-by: Marc Delisle <marc(a)infomarc.info>
Commit: 92587b25c316713738c1eb0c0fd9a4dff74c49d2
https://github.com/phpmyadmin/phpmyadmin/commit/92587b25c316713738c1eb0c0fd…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2015-07-06 (Mon, 06 Jul 2015)
Changed paths:
M CONTRIBUTING.md
M ChangeLog
M README
M README.rst
M changelog.php
M composer.json
M doc/conf.py
M doc/developers.rst
M doc/faq.rst
M doc/intro.rst
M doc/other.rst
M doc/setup.rst
M examples/swekey.sample.conf
M index.php
M js/console.js
M js/pmd/history.js
M libraries/Config.class.php
M libraries/DisplayResults.class.php
M libraries/Util.class.php
M libraries/db_designer.lib.php
M libraries/plugins/auth/AuthenticationCookie.class.php
M libraries/plugins/auth/swekey/swekey.auth.lib.php
M libraries/plugins/export/ExportXml.class.php
M libraries/server_privileges.lib.php
M libraries/user_preferences.lib.php
M po/bg.po
M po/ckb.po
M po/es.po
M po/he.po
M po/id.po
M po/it.po
M po/nb.po
M po/pt_BR.po
M po/sq.po
M po/tr.po
M setup/frames/index.inc.php
M sql/create_tables_drizzle.sql
M tbl_get_field.php
M test/libraries/PMA_user_preferences_test.php
M themes.php
Log Message:
-----------
Merge branch 'MAINT_4_4_11' into STABLE
Commit: 426c5d9c1ded024c9306428ce165ae82d6f6d5df
https://github.com/phpmyadmin/phpmyadmin/commit/426c5d9c1ded024c9306428ce16…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2015-07-20 (Mon, 20 Jul 2015)
Changed paths:
M ChangeLog
M README
M doc/conf.py
M libraries/Config.class.php
Log Message:
-----------
4.4.12 release
Signed-off-by: Marc Delisle <marc(a)infomarc.info>
Commit: 9bf2041149a2236f372434a489665ef521436561
https://github.com/phpmyadmin/phpmyadmin/commit/9bf2041149a2236f372434a4896…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2015-07-20 (Mon, 20 Jul 2015)
Changed paths:
M CONTRIBUTING.md
M ChangeLog
M README
M composer.json
M doc/conf.py
M index.php
M js/chart.js
M js/makegrid.js
M js/tbl_chart.js
M libraries/Config.class.php
M libraries/DisplayResults.class.php
M libraries/Header.class.php
M libraries/Table.class.php
M libraries/operations.lib.php
M libraries/plugins/import/ImportOds.class.php
M libraries/server_status_processes.lib.php
M libraries/tbl_chart.lib.php
M po/af.po
M po/ar.po
M po/az.po
M po/be.po
M po/be(a)latin.po
M po/bg.po
M po/bn.po
M po/br.po
M po/bs.po
M po/ca.po
M po/ckb.po
M po/cs.po
M po/cy.po
M po/da.po
M po/de.po
M po/el.po
M po/en_GB.po
M po/eo.po
M po/es.po
M po/et.po
M po/eu.po
M po/fa.po
M po/fi.po
M po/fr.po
M po/fy.po
M po/gl.po
M po/he.po
M po/hi.po
M po/hr.po
M po/hu.po
M po/hy.po
M po/ia.po
M po/id.po
M po/it.po
M po/ja.po
M po/ka.po
M po/kk.po
M po/km.po
M po/kn.po
M po/ko.po
M po/ksh.po
M po/ky.po
M po/li.po
M po/lt.po
M po/lv.po
M po/mk.po
M po/ml.po
M po/mn.po
M po/ms.po
M po/nb.po
M po/ne.po
M po/nl.po
M po/pa.po
M po/phpmyadmin.pot
M po/pl.po
M po/pt.po
M po/pt_BR.po
M po/ro.po
M po/ru.po
M po/si.po
M po/sk.po
M po/sl.po
M po/sq.po
M po/sr.po
M po/sr(a)latin.po
M po/sv.po
M po/ta.po
M po/te.po
M po/th.po
M po/tk.po
M po/tr.po
M po/tt.po
M po/ug.po
M po/uk.po
M po/ur.po
M po/uz.po
M po/uz(a)latin.po
M po/vi.po
M po/vls.po
M po/zh_CN.po
M po/zh_TW.po
M themes/original/css/common.css.php
Log Message:
-----------
Merge branch 'MAINT_4_4_12' into STABLE
Commit: 78a6214afcee3a6b65eb5e1ac261aa8e70f36736
https://github.com/phpmyadmin/phpmyadmin/commit/78a6214afcee3a6b65eb5e1ac26…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2015-08-07 (Fri, 07 Aug 2015)
Changed paths:
M ChangeLog
M README
M doc/conf.py
M libraries/Config.class.php
Log Message:
-----------
4.4.13 release
Signed-off-by: Marc Delisle <marc(a)infomarc.info>
Commit: 2191401624ed4c86196f8cde855923ca16110292
https://github.com/phpmyadmin/phpmyadmin/commit/2191401624ed4c86196f8cde855…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2015-08-07 (Fri, 07 Aug 2015)
Changed paths:
M ChangeLog
M README
M changelog.php
M doc/conf.py
M js/functions.js
M js/makegrid.js
M js/navigation.js
M js/server_databases.js
M libraries/Config.class.php
M libraries/create_addfield.lib.php
M libraries/export.lib.php
M libraries/plugins/ExportPlugin.class.php
M libraries/plugins/export/ExportSql.class.php
M libraries/plugins/import/ImportSql.class.php
M libraries/plugins/schema/Export_Relation_Schema.class.php
M libraries/server_status_processes.lib.php
M libraries/sql_query_form.lib.php
M libraries/tbl_info.inc.php
M po/el.po
M po/en_GB.po
M po/et.po
M po/fr.po
M po/he.po
M po/hy.po
M po/it.po
M po/kn.po
M po/ko.po
M po/nl.po
M po/pt_BR.po
M po/ro.po
M po/ru.po
M po/si.po
M po/sk.po
M po/zh_CN.po
M test/classes/plugin/export/PMA_ExportSql_test.php
M test/libraries/PMA_server_privileges_test.php
Log Message:
-----------
Merge branch 'MAINT_4_4_13' into STABLE
Commit: 89296f48fdcec487c481062955bcdc6e91a3d86b
https://github.com/phpmyadmin/phpmyadmin/commit/89296f48fdcec487c481062955b…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2015-08-08 (Sat, 08 Aug 2015)
Changed paths:
M libraries/plugins/import/ImportSql.class.php
Log Message:
-----------
Revert "Handle comments in the beginning of the query"
This reverts commit 55a2d06cca355a4bbbe075d518062e0b4a209aee.
Signed-off-by: Marc Delisle <marc(a)infomarc.info>
Commit: 95104ff56e15876c6b481e09c9f0169e34b781f8
https://github.com/phpmyadmin/phpmyadmin/commit/95104ff56e15876c6b481e09c9f…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2015-08-08 (Sat, 08 Aug 2015)
Changed paths:
M ChangeLog
M README
M doc/conf.py
M libraries/Config.class.php
Log Message:
-----------
4.4.13.1 release
Signed-off-by: Marc Delisle <marc(a)infomarc.info>
Commit: afbefce885c73a31736254789ebb67b7bc971f8f
https://github.com/phpmyadmin/phpmyadmin/commit/afbefce885c73a31736254789eb…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2015-08-08 (Sat, 08 Aug 2015)
Changed paths:
M ChangeLog
M README
M doc/conf.py
M libraries/Config.class.php
M libraries/plugins/import/ImportSql.class.php
Log Message:
-----------
Merge branch 'MAINT_4_4_13' into STABLE
Commit: efa80f87a8507bd5645b5a77869c0b22f4fcd8de
https://github.com/phpmyadmin/phpmyadmin/commit/efa80f87a8507bd5645b5a77869…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2015-08-20 (Thu, 20 Aug 2015)
Changed paths:
M ChangeLog
M README
M doc/conf.py
M import.php
M js/tbl_operations.js
M libraries/Config.class.php
M libraries/DisplayResults.class.php
M libraries/Util.class.php
M libraries/phpseclib/Crypt/AES.php
M libraries/phpseclib/Crypt/Base.php
M libraries/phpseclib/Crypt/Random.php
M libraries/phpseclib/Crypt/Rijndael.php
A libraries/phpseclib/LICENSE
M libraries/plugins/auth/AuthenticationCookie.class.php
A libraries/plugins/auth/recaptcha/ReCaptcha/ReCaptcha.php
A libraries/plugins/auth/recaptcha/ReCaptcha/RequestMethod.php
A libraries/plugins/auth/recaptcha/ReCaptcha/RequestMethod/Post.php
A libraries/plugins/auth/recaptcha/ReCaptcha/RequestMethod/Socket.php
A libraries/plugins/auth/recaptcha/ReCaptcha/RequestMethod/SocketPost.php
A libraries/plugins/auth/recaptcha/ReCaptcha/RequestParameters.php
A libraries/plugins/auth/recaptcha/ReCaptcha/Response.php
A libraries/plugins/auth/recaptcha/autoload.php
R libraries/plugins/auth/recaptcha/recaptchalib.php
M libraries/plugins/import/ImportSql.class.php
M libraries/structure.lib.php
M po/af.po
M po/ar.po
M po/az.po
M po/be.po
M po/be(a)latin.po
M po/bg.po
M po/bn.po
M po/br.po
M po/bs.po
M po/ca.po
M po/ckb.po
M po/cs.po
M po/cy.po
M po/da.po
M po/de.po
M po/el.po
M po/en_GB.po
M po/eo.po
M po/es.po
M po/et.po
M po/eu.po
M po/fa.po
M po/fi.po
M po/fr.po
M po/fy.po
M po/gl.po
M po/he.po
M po/hi.po
M po/hr.po
M po/hu.po
M po/hy.po
M po/ia.po
M po/id.po
M po/it.po
M po/ja.po
M po/ka.po
M po/kk.po
M po/km.po
M po/kn.po
M po/ko.po
M po/ksh.po
M po/ky.po
M po/li.po
M po/lt.po
M po/lv.po
M po/mk.po
M po/ml.po
M po/mn.po
M po/ms.po
M po/nb.po
M po/ne.po
M po/nl.po
M po/pa.po
M po/phpmyadmin.pot
M po/pl.po
M po/pt.po
M po/pt_BR.po
M po/ro.po
M po/ru.po
M po/si.po
M po/sk.po
M po/sl.po
M po/sq.po
M po/sr.po
M po/sr(a)latin.po
M po/sv.po
M po/ta.po
M po/te.po
M po/th.po
M po/tk.po
M po/tr.po
M po/tt.po
M po/ug.po
M po/uk.po
M po/ur.po
M po/uz.po
M po/uz(a)latin.po
M po/vi.po
M po/vls.po
M po/zh_CN.po
M po/zh_TW.po
M tbl_row_action.php
M test/install-runkit
Log Message:
-----------
Merge branch 'MAINT_4_4_14' into STABLE
Commit: b892176d1d7978a5825c69037f9ecc06736b549e
https://github.com/phpmyadmin/phpmyadmin/commit/b892176d1d7978a5825c69037f9…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2015-09-08 (Tue, 08 Sep 2015)
Changed paths:
M ChangeLog
M README
M doc/conf.py
M libraries/Config.class.php
M libraries/plugins/auth/AuthenticationCookie.class.php
M test/classes/plugin/auth/PMA_AuthenticationCookie_test.php
Log Message:
-----------
Merge branch 'MAINT_4_4_14' into STABLE
Commit: cd01327f24c9e87176d001ee1f27a30d03c19cfc
https://github.com/phpmyadmin/phpmyadmin/commit/cd01327f24c9e87176d001ee1f2…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2015-09-20 (Sun, 20 Sep 2015)
Changed paths:
M ChangeLog
M README
M doc/conf.py
M doc/require.rst
M js/functions.js
M js/pmd/move.js
M libraries/Config.class.php
M libraries/DatabaseInterface.class.php
M libraries/Scripts.class.php
M libraries/Util.class.php
M libraries/config/messages.inc.php
M libraries/dbi/DBIDummy.class.php
M libraries/plugins/auth/AuthenticationCookie.class.php
M libraries/rte/rte_routines.lib.php
M libraries/server_privileges.lib.php
M libraries/tbl_relation.lib.php
M po/af.po
M po/ar.po
M po/az.po
M po/be.po
M po/be(a)latin.po
M po/bg.po
M po/bn.po
M po/br.po
M po/bs.po
M po/ca.po
M po/ckb.po
M po/cs.po
M po/cy.po
M po/da.po
M po/de.po
M po/el.po
M po/en_GB.po
M po/eo.po
M po/es.po
M po/et.po
M po/eu.po
M po/fa.po
M po/fi.po
M po/fr.po
M po/fy.po
M po/gl.po
M po/he.po
M po/hi.po
M po/hr.po
M po/hu.po
M po/hy.po
M po/ia.po
M po/id.po
M po/it.po
M po/ja.po
M po/ka.po
M po/kk.po
M po/km.po
M po/kn.po
M po/ko.po
M po/ksh.po
M po/ky.po
M po/li.po
M po/lt.po
M po/lv.po
M po/mk.po
M po/ml.po
M po/mn.po
M po/ms.po
M po/nb.po
M po/ne.po
M po/nl.po
M po/pa.po
M po/pl.po
M po/pt.po
M po/pt_BR.po
M po/ro.po
M po/ru.po
M po/si.po
M po/sk.po
M po/sl.po
M po/sq.po
M po/sr.po
M po/sr(a)latin.po
M po/sv.po
M po/ta.po
M po/te.po
M po/th.po
M po/tk.po
M po/tr.po
M po/tt.po
M po/ug.po
M po/uk.po
M po/ur.po
M po/uz.po
M po/uz(a)latin.po
M po/vi.po
M po/vls.po
M po/zh_CN.po
M po/zh_TW.po
M scripts/update-po
M tbl_replace.php
M tbl_row_action.php
M test/install-runkit
M themes/original/img/sprites.png
M themes/original/sprites.lib.php
M themes/pmahomme/img/b_export.png
M themes/pmahomme/img/b_import.png
M themes/pmahomme/img/b_tblexport.png
M themes/pmahomme/img/b_tblimport.png
M themes/pmahomme/img/bd_export.png
M themes/pmahomme/img/sprites.png
M themes/pmahomme/sprites.lib.php
Log Message:
-----------
Merge branch 'MAINT_4_4_15' into STABLE
Commit: 3050932bf2e286845a6bac5f85392e4a4f74c394
https://github.com/phpmyadmin/phpmyadmin/commit/3050932bf2e286845a6bac5f853…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2015-09-23 (Wed, 23 Sep 2015)
Changed paths:
M .gitignore
M .travis.yml
M CONTRIBUTING.md
M ChangeLog
M LICENSE
M PMAStandard/Sniffs/Files/SpacesAroundConcatSniff.php
M PMAStandard/ruleset.xml
M README
M browse_foreigners.php
M build.xml
M changelog.php
M chk_rel.php
M composer.json
M config.sample.inc.php
M db_central_columns.php
M db_create.php
M db_datadict.php
M db_designer.php
M db_events.php
M db_export.php
M db_import.php
M db_operations.php
R db_printview.php
M db_qbe.php
M db_routines.php
M db_search.php
M db_sql.php
M db_sql_autocomplete.php
M db_sql_format.php
M db_structure.php
M db_tracking.php
M db_triggers.php
M doc/_ext/configext.py
M doc/conf.py
M doc/config.rst
M doc/credits.rst
M doc/faq.rst
M doc/require.rst
M doc/setup.rst
M error_report.php
M examples/config.manyhosts.inc.php
M examples/signon-script.php
M export.php
M favicon.ico
M file_echo.php
M gis_data_editor.php
M import.php
M import_status.php
M index.php
M js/ajax.js
M js/codemirror/LICENSE
A js/codemirror/addon/hint/show-hint.css
M js/codemirror/addon/hint/show-hint.js
M js/codemirror/addon/hint/sql-hint.js
A js/codemirror/addon/lint/lint.css
A js/codemirror/addon/lint/lint.js
A js/codemirror/addon/lint/sql-lint.js
A js/codemirror/lib/codemirror.css
M js/codemirror/lib/codemirror.js
M js/codemirror/mode/javascript/javascript.js
M js/codemirror/mode/sql/sql.js
M js/common.js
M js/config.js
M js/console.js
M js/db_central_columns.js
M js/db_qbe.js
M js/db_structure.js
M js/db_tracking.js
M js/error_report.js
M js/export.js
M js/functions.js
M js/get_image.js.php
M js/get_scripts.js.php
M js/gis_data_editor.js
M js/import.js
M js/indexes.js
A js/jquery/additional-methods.js
A js/jquery/jquery.validate.js
M js/makegrid.js
M js/menu-resizer.js
M js/messages.php
A js/microhistory.js
M js/navigation.js
M js/normalization.js
A js/page_settings.js
M js/pmd/designer_page.js
M js/pmd/history.js
M js/pmd/iecanvas.js
M js/pmd/init.js
M js/pmd/move.js
M js/replication.js
M js/rte.js
M js/server_databases.js
M js/server_plugins.js
M js/server_privileges.js
M js/server_status_advisor.js
M js/server_status_monitor.js
M js/server_status_processes.js
M js/server_status_sorter.js
M js/server_status_variables.js
M js/server_variables.js
M js/sql.js
M js/tbl_change.js
M js/tbl_chart.js
M js/tbl_gis_visualization.js
M js/tbl_operations.js
M js/tbl_relation.js
M js/tbl_select.js
M js/tbl_structure.js
M js/tbl_tracking.js
M js/tbl_zoom_plot_jqplot.js
M js/transformations/json_editor.js
M js/transformations/sql_editor.js
M js/transformations/xml_editor.js
M js/whitelist.php
M libraries/Advisor.class.php
M libraries/Config.class.php
M libraries/Console.class.php
M libraries/DBQbe.class.php
M libraries/DatabaseInterface.class.php
M libraries/DbSearch.class.php
M libraries/DisplayResults.class.php
M libraries/Error.class.php
M libraries/Error_Handler.class.php
M libraries/File.class.php
M libraries/Font.class.php
M libraries/Footer.class.php
M libraries/Header.class.php
M libraries/Index.class.php
A libraries/Linter.class.php
M libraries/List.class.php
M libraries/List_Database.class.php
M libraries/Menu.class.php
M libraries/Message.class.php
M libraries/OutputBuffering.class.php
M libraries/PDF.class.php
M libraries/PMA.php
M libraries/Partition.class.php
M libraries/RecentFavoriteTable.class.php
M libraries/Response.class.php
M libraries/Scripts.class.php
M libraries/ServerStatusData.class.php
M libraries/StorageEngine.class.php
M libraries/String.class.php
M libraries/StringAbstractType.class.php
M libraries/StringByte.int.php
M libraries/StringCType.class.php
M libraries/StringNativeType.class.php
M libraries/StringType.int.php
A libraries/SystemDatabase.class.php
M libraries/Table.class.php
R libraries/TableSearch.class.php
A libraries/Template.class.php
M libraries/Theme.class.php
M libraries/Theme_Manager.class.php
M libraries/Tracker.class.php
M libraries/Types.class.php
M libraries/Util.class.php
M libraries/advisory_rules.txt
M libraries/bfShapeFiles/ShapeFile.lib.php
M libraries/bookmark.lib.php
M libraries/browse_foreigners.lib.php
M libraries/build_html_for_db.lib.php
M libraries/central_columns.lib.php
M libraries/charset_conversion.lib.php
M libraries/check_user_privileges.lib.php
M libraries/cleanup.lib.php
M libraries/common.inc.php
M libraries/config.default.php
M libraries/config.values.php
M libraries/config/ConfigFile.class.php
M libraries/config/Form.class.php
M libraries/config/FormDisplay.class.php
M libraries/config/FormDisplay.tpl.php
M libraries/config/ServerConfigChecks.class.php
M libraries/config/Validator.class.php
M libraries/config/config_functions.lib.php
M libraries/config/messages.inc.php
A libraries/config/page_settings.class.php
A libraries/config/page_settings.forms.php
M libraries/config/setup.forms.php
M libraries/config/user_preferences.forms.php
A libraries/controllers/Controller.class.php
A libraries/controllers/DatabaseController.class.php
A libraries/controllers/DatabaseStructureController.class.php
A libraries/controllers/TableChartController.class.php
A libraries/controllers/TableController.class.php
A libraries/controllers/TableGisVisualizationController.class.php
A libraries/controllers/TableIndexesController.class.php
A libraries/controllers/TableRelationController.class.php
A libraries/controllers/TableSearchController.class.php
A libraries/controllers/TableStructureController.class.php
M libraries/core.lib.php
M libraries/create_addfield.lib.php
M libraries/data_dictionary_relations.lib.php
M libraries/database_interface.inc.php
M libraries/db_common.inc.php
M libraries/db_designer.lib.php
R libraries/db_info.inc.php
R libraries/db_printview.lib.php
M libraries/db_table_exists.lib.php
M libraries/dbi/DBIDrizzle.class.php
M libraries/dbi/DBIDummy.class.php
M libraries/dbi/DBIExtension.int.php
M libraries/dbi/DBIMysql.class.php
M libraries/dbi/DBIMysqli.class.php
M libraries/dbi/drizzle-wrappers.lib.php
A libraries/di/AliasItem.class.php
A libraries/di/Container.class.php
A libraries/di/FactoryItem.class.php
A libraries/di/Item.int.php
A libraries/di/ReflectorItem.class.php
A libraries/di/ServiceItem.class.php
A libraries/di/ValueItem.class.php
M libraries/display_change_password.lib.php
M libraries/display_create_database.lib.php
M libraries/display_create_table.lib.php
M libraries/display_export.inc.php
M libraries/display_export.lib.php
R libraries/display_import.inc.php
M libraries/display_import.lib.php
M libraries/display_import_ajax.lib.php
M libraries/display_select_lang.lib.php
R libraries/display_structure.inc.php
M libraries/engines/bdb.lib.php
M libraries/engines/berkeleydb.lib.php
M libraries/engines/binlog.lib.php
M libraries/engines/innobase.lib.php
M libraries/engines/innodb.lib.php
M libraries/engines/memory.lib.php
M libraries/engines/merge.lib.php
M libraries/engines/mrg_myisam.lib.php
M libraries/engines/myisam.lib.php
M libraries/engines/ndbcluster.lib.php
M libraries/engines/pbxt.lib.php
M libraries/engines/performance_schema.lib.php
M libraries/error_report.lib.php
M libraries/export.lib.php
M libraries/gis/GIS_Factory.class.php
M libraries/gis/GIS_Geometry.class.php
M libraries/gis/GIS_Geometrycollection.class.php
M libraries/gis/GIS_Linestring.class.php
M libraries/gis/GIS_Multilinestring.class.php
M libraries/gis/GIS_Multipoint.class.php
M libraries/gis/GIS_Multipolygon.class.php
M libraries/gis/GIS_Point.class.php
M libraries/gis/GIS_Polygon.class.php
M libraries/gis/GIS_Visualization.class.php
M libraries/iconv_wrapper.lib.php
M libraries/import.lib.php
M libraries/index.lib.php
M libraries/information_schema_relations.lib.php
M libraries/insert_edit.lib.php
M libraries/ip_allow_deny.lib.php
M libraries/js_escape.lib.php
M libraries/kanji-encoding.lib.php
M libraries/logging.lib.php
M libraries/mime.lib.php
M libraries/mult_submits.inc.php
M libraries/mult_submits.lib.php
M libraries/mysql_charsets.inc.php
M libraries/mysql_charsets.lib.php
M libraries/mysql_relations.lib.php
M libraries/navigation/Navigation.class.php
M libraries/navigation/NavigationHeader.class.php
M libraries/navigation/NavigationTree.class.php
M libraries/navigation/NodeFactory.class.php
M libraries/navigation/Nodes/Node.class.php
M libraries/navigation/Nodes/Node_Column.class.php
M libraries/navigation/Nodes/Node_Column_Container.class.php
M libraries/navigation/Nodes/Node_Database.class.php
M libraries/navigation/Nodes/Node_DatabaseChild.class.php
A libraries/navigation/Nodes/Node_DatabaseChild_Container.class.php
M libraries/navigation/Nodes/Node_Database_Container.class.php
M libraries/navigation/Nodes/Node_Event.class.php
M libraries/navigation/Nodes/Node_Event_Container.class.php
M libraries/navigation/Nodes/Node_Function.class.php
M libraries/navigation/Nodes/Node_Function_Container.class.php
M libraries/navigation/Nodes/Node_Index.class.php
M libraries/navigation/Nodes/Node_Index_Container.class.php
M libraries/navigation/Nodes/Node_Procedure.class.php
M libraries/navigation/Nodes/Node_Procedure_Container.class.php
M libraries/navigation/Nodes/Node_Table.class.php
M libraries/navigation/Nodes/Node_Table_Container.class.php
M libraries/navigation/Nodes/Node_Trigger.class.php
M libraries/navigation/Nodes/Node_Trigger_Container.class.php
M libraries/navigation/Nodes/Node_View.class.php
M libraries/navigation/Nodes/Node_View_Container.class.php
M libraries/normalization.lib.php
M libraries/opendocument.lib.php
M libraries/operations.lib.php
M libraries/parse_analyze.inc.php
M libraries/php-gettext/gettext.php
M libraries/php-gettext/streams.php
M libraries/phpseclib/Crypt/Base.php
M libraries/plugin_interface.lib.php
M libraries/plugins/AuthenticationPlugin.class.php
M libraries/plugins/ExportPlugin.class.php
M libraries/plugins/IOTransformationsPlugin.class.php
M libraries/plugins/ImportPlugin.class.php
M libraries/plugins/SchemaPlugin.class.php
M libraries/plugins/TransformationsInterface.int.php
M libraries/plugins/TransformationsPlugin.class.php
M libraries/plugins/UploadInterface.int.php
M libraries/plugins/auth/AuthenticationConfig.class.php
M libraries/plugins/auth/AuthenticationCookie.class.php
M libraries/plugins/auth/AuthenticationHttp.class.php
M libraries/plugins/auth/swekey/swekey.auth.lib.php
M libraries/plugins/export/ExportCodegen.class.php
M libraries/plugins/export/ExportCsv.class.php
M libraries/plugins/export/ExportExcel.class.php
M libraries/plugins/export/ExportHtmlword.class.php
M libraries/plugins/export/ExportJson.class.php
M libraries/plugins/export/ExportLatex.class.php
M libraries/plugins/export/ExportMediawiki.class.php
M libraries/plugins/export/ExportOds.class.php
M libraries/plugins/export/ExportOdt.class.php
M libraries/plugins/export/ExportPdf.class.php
M libraries/plugins/export/ExportPhparray.class.php
M libraries/plugins/export/ExportSql.class.php
M libraries/plugins/export/ExportTexytext.class.php
M libraries/plugins/export/ExportXml.class.php
M libraries/plugins/export/ExportYaml.class.php
M libraries/plugins/export/PMA_ExportPdf.class.php
M libraries/plugins/export/TableProperty.class.php
M libraries/plugins/import/AbstractImportCsv.class.php
M libraries/plugins/import/ImportCsv.class.php
M libraries/plugins/import/ImportLdi.class.php
M libraries/plugins/import/ImportMediawiki.class.php
M libraries/plugins/import/ImportOds.class.php
M libraries/plugins/import/ImportShp.class.php
M libraries/plugins/import/ImportSql.class.php
M libraries/plugins/import/ImportXml.class.php
M libraries/plugins/import/ShapeFile.class.php
M libraries/plugins/import/ShapeRecord.class.php
M libraries/plugins/import/upload/UploadApc.class.php
M libraries/plugins/import/upload/UploadNoplugin.class.php
M libraries/plugins/import/upload/UploadProgress.class.php
M libraries/plugins/import/upload/UploadSession.class.php
M libraries/plugins/schema/Export_Relation_Schema.class.php
M libraries/plugins/schema/RelationStats.class.php
M libraries/plugins/schema/SchemaDia.class.php
M libraries/plugins/schema/SchemaEps.class.php
M libraries/plugins/schema/SchemaPdf.class.php
M libraries/plugins/schema/SchemaSvg.class.php
M libraries/plugins/schema/TableStats.class.php
M libraries/plugins/schema/dia/Dia_Relation_Schema.class.php
M libraries/plugins/schema/dia/RelationStatsDia.class.php
M libraries/plugins/schema/dia/TableStatsDia.class.php
M libraries/plugins/schema/eps/Eps_Relation_Schema.class.php
M libraries/plugins/schema/eps/RelationStatsEps.class.php
M libraries/plugins/schema/eps/TableStatsEps.class.php
M libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php
M libraries/plugins/schema/pdf/RelationStatsPdf.class.php
M libraries/plugins/schema/pdf/TableStatsPdf.class.php
M libraries/plugins/schema/svg/RelationStatsSvg.class.php
M libraries/plugins/schema/svg/Svg_Relation_Schema.class.php
M libraries/plugins/schema/svg/TableStatsSvg.class.php
M libraries/plugins/transformations/Text_Plain_Link.class.php
M libraries/plugins/transformations/Text_Plain_Longtoipv4.class.php
M libraries/plugins/transformations/Text_Plain_Preappend.class.php
M libraries/plugins/transformations/Text_Plain_Substring.class.php
M libraries/plugins/transformations/abstract/Bool2TextTransformationsPlugin.class.php
M libraries/plugins/transformations/abstract/CodeMirrorEditorTransformationPlugin.class.php
M libraries/plugins/transformations/abstract/DateFormatTransformationsPlugin.class.php
M libraries/plugins/transformations/abstract/DownloadTransformationsPlugin.class.php
M libraries/plugins/transformations/abstract/ExternalTransformationsPlugin.class.php
M libraries/plugins/transformations/abstract/FormattedTransformationsPlugin.class.php
M libraries/plugins/transformations/abstract/HexTransformationsPlugin.class.php
M libraries/plugins/transformations/abstract/ImageLinkTransformationsPlugin.class.php
M libraries/plugins/transformations/abstract/ImageUploadTransformationsPlugin.class.php
M libraries/plugins/transformations/abstract/InlineTransformationsPlugin.class.php
M libraries/plugins/transformations/abstract/LongToIPv4TransformationsPlugin.class.php
M libraries/plugins/transformations/abstract/PreApPendTransformationsPlugin.class.php
M libraries/plugins/transformations/abstract/RegexValidationTransformationsPlugin.class.php
M libraries/plugins/transformations/abstract/SQLTransformationsPlugin.class.php
M libraries/plugins/transformations/abstract/SubstringTransformationsPlugin.class.php
M libraries/plugins/transformations/abstract/TextFileUploadTransformationsPlugin.class.php
M libraries/plugins/transformations/abstract/TextImageLinkTransformationsPlugin.class.php
M libraries/plugins/transformations/abstract/TextLinkTransformationsPlugin.class.php
M libraries/plugins/transformations/input/Image_JPEG_Upload.class.php
M libraries/plugins/transformations/input/Text_Plain_Fileupload.class.php
A libraries/plugins/transformations/input/Text_Plain_Iptobinary.class.php
M libraries/plugins/transformations/input/Text_Plain_JsonEditor.class.php
M libraries/plugins/transformations/input/Text_Plain_Regexvalidation.class.php
M libraries/plugins/transformations/input/Text_Plain_SqlEditor.class.php
M libraries/plugins/transformations/input/Text_Plain_XmlEditor.class.php
M libraries/plugins/transformations/output/Application_Octetstream_Download.class.php
M libraries/plugins/transformations/output/Application_Octetstream_Hex.class.php
M libraries/plugins/transformations/output/Image_JPEG_Inline.class.php
M libraries/plugins/transformations/output/Image_JPEG_Link.class.php
M libraries/plugins/transformations/output/Image_PNG_Inline.class.php
M libraries/plugins/transformations/output/Text_Octetstream_Sql.class.php
A libraries/plugins/transformations/output/Text_Plain_Binarytoip.class.php
M libraries/plugins/transformations/output/Text_Plain_Bool2text.class.php
M libraries/plugins/transformations/output/Text_Plain_Dateformat.class.php
M libraries/plugins/transformations/output/Text_Plain_External.class.php
M libraries/plugins/transformations/output/Text_Plain_Formatted.class.php
M libraries/plugins/transformations/output/Text_Plain_Imagelink.class.php
M libraries/plugins/transformations/output/Text_Plain_Json.class.php
M libraries/plugins/transformations/output/Text_Plain_Sql.class.php
M libraries/plugins/transformations/output/Text_Plain_Xml.class.php
M libraries/pmd_common.php
M libraries/properties/PropertyItem.class.php
M libraries/properties/options/OptionsPropertyGroup.class.php
M libraries/properties/options/OptionsPropertyItem.class.php
M libraries/properties/options/OptionsPropertyOneItem.class.php
M libraries/properties/options/groups/OptionsPropertyMainGroup.class.php
M libraries/properties/options/groups/OptionsPropertyRootGroup.class.php
M libraries/properties/options/groups/OptionsPropertySubgroup.class.php
M libraries/properties/options/items/BoolPropertyItem.class.php
M libraries/properties/options/items/DocPropertyItem.class.php
M libraries/properties/options/items/HiddenPropertyItem.class.php
M libraries/properties/options/items/MessageOnlyPropertyItem.class.php
M libraries/properties/options/items/NumberPropertyItem.class.php
M libraries/properties/options/items/RadioPropertyItem.class.php
M libraries/properties/options/items/SelectPropertyItem.class.php
M libraries/properties/options/items/TextPropertyItem.class.php
M libraries/properties/plugins/ExportPluginProperties.class.php
M libraries/properties/plugins/PluginPropertyItem.class.php
M libraries/properties/plugins/SchemaPluginProperties.class.php
M libraries/relation.lib.php
M libraries/relation_cleanup.lib.php
M libraries/replication.inc.php
M libraries/replication_gui.lib.php
M libraries/rte/rte_events.lib.php
M libraries/rte/rte_export.lib.php
M libraries/rte/rte_footer.lib.php
M libraries/rte/rte_list.lib.php
M libraries/rte/rte_main.inc.php
M libraries/rte/rte_routines.lib.php
M libraries/rte/rte_triggers.lib.php
M libraries/rte/rte_words.lib.php
M libraries/sanitizing.lib.php
M libraries/select_lang.lib.php
M libraries/select_server.lib.php
M libraries/server_bin_log.lib.php
M libraries/server_collations.lib.php
M libraries/server_common.inc.php
M libraries/server_common.lib.php
M libraries/server_databases.lib.php
M libraries/server_engines.lib.php
M libraries/server_plugins.lib.php
M libraries/server_privileges.lib.php
M libraries/server_status.lib.php
M libraries/server_status_advisor.lib.php
M libraries/server_status_monitor.lib.php
M libraries/server_status_processes.lib.php
M libraries/server_status_queries.lib.php
M libraries/server_status_variables.lib.php
M libraries/server_user_groups.lib.php
M libraries/server_users.lib.php
M libraries/server_variables.lib.php
M libraries/session.inc.php
M libraries/special_schema_links.lib.php
R libraries/sql-formatter/LICENSE.txt
R libraries/sql-formatter/README.md
R libraries/sql-formatter/lib/SqlFormatter.php
A libraries/sql-parser/ClassLoader.php
A libraries/sql-parser/autoload.php
A libraries/sql-parser/src/Component.php
A libraries/sql-parser/src/Components/AlterOperation.php
A libraries/sql-parser/src/Components/Array2d.php
A libraries/sql-parser/src/Components/ArrayObj.php
A libraries/sql-parser/src/Components/Condition.php
A libraries/sql-parser/src/Components/CreateDefinition.php
A libraries/sql-parser/src/Components/DataType.php
A libraries/sql-parser/src/Components/Expression.php
A libraries/sql-parser/src/Components/ExpressionArray.php
A libraries/sql-parser/src/Components/FunctionCall.php
A libraries/sql-parser/src/Components/IntoKeyword.php
A libraries/sql-parser/src/Components/JoinKeyword.php
A libraries/sql-parser/src/Components/Key.php
A libraries/sql-parser/src/Components/Limit.php
A libraries/sql-parser/src/Components/OptionsArray.php
A libraries/sql-parser/src/Components/OrderKeyword.php
A libraries/sql-parser/src/Components/ParameterDefinition.php
A libraries/sql-parser/src/Components/PartitionDefinition.php
A libraries/sql-parser/src/Components/Reference.php
A libraries/sql-parser/src/Components/RenameOperation.php
A libraries/sql-parser/src/Components/SetOperation.php
A libraries/sql-parser/src/Components/UnionKeyword.php
A libraries/sql-parser/src/Context.php
A libraries/sql-parser/src/Contexts/ContextMySql50000.php
A libraries/sql-parser/src/Contexts/ContextMySql50100.php
A libraries/sql-parser/src/Contexts/ContextMySql50500.php
A libraries/sql-parser/src/Contexts/ContextMySql50600.php
A libraries/sql-parser/src/Contexts/ContextMySql50700.php
A libraries/sql-parser/src/Exceptions/LexerException.php
A libraries/sql-parser/src/Exceptions/ParserException.php
A libraries/sql-parser/src/Lexer.php
A libraries/sql-parser/src/Parser.php
A libraries/sql-parser/src/Statement.php
A libraries/sql-parser/src/Statements/AlterStatement.php
A libraries/sql-parser/src/Statements/AnalyzeStatement.php
A libraries/sql-parser/src/Statements/BackupStatement.php
A libraries/sql-parser/src/Statements/CallStatement.php
A libraries/sql-parser/src/Statements/CheckStatement.php
A libraries/sql-parser/src/Statements/ChecksumStatement.php
A libraries/sql-parser/src/Statements/CreateStatement.php
A libraries/sql-parser/src/Statements/DeleteStatement.php
A libraries/sql-parser/src/Statements/DropStatement.php
A libraries/sql-parser/src/Statements/ExplainStatement.php
A libraries/sql-parser/src/Statements/InsertStatement.php
A libraries/sql-parser/src/Statements/MaintenanceStatement.php
A libraries/sql-parser/src/Statements/NotImplementedStatement.php
A libraries/sql-parser/src/Statements/OptimizeStatement.php
A libraries/sql-parser/src/Statements/RenameStatement.php
A libraries/sql-parser/src/Statements/RepairStatement.php
A libraries/sql-parser/src/Statements/ReplaceStatement.php
A libraries/sql-parser/src/Statements/RestoreStatement.php
A libraries/sql-parser/src/Statements/SelectStatement.php
A libraries/sql-parser/src/Statements/SetStatement.php
A libraries/sql-parser/src/Statements/ShowStatement.php
A libraries/sql-parser/src/Statements/TransactionStatement.php
A libraries/sql-parser/src/Statements/TruncateStatement.php
A libraries/sql-parser/src/Statements/UpdateStatement.php
A libraries/sql-parser/src/Token.php
A libraries/sql-parser/src/TokensList.php
A libraries/sql-parser/src/UtfString.php
A libraries/sql-parser/src/Utils/BufferedQuery.php
A libraries/sql-parser/src/Utils/Error.php
A libraries/sql-parser/src/Utils/Formatter.php
A libraries/sql-parser/src/Utils/Misc.php
A libraries/sql-parser/src/Utils/Query.php
A libraries/sql-parser/src/Utils/Routine.php
A libraries/sql-parser/src/Utils/Table.php
M libraries/sql.lib.php
M libraries/sql_query_form.lib.php
R libraries/sqlparser.data.php
R libraries/sqlparser.lib.php
R libraries/structure.lib.php
M libraries/sysinfo.lib.php
R libraries/tbl_chart.lib.php
M libraries/tbl_columns_definition_form.inc.php
R libraries/tbl_columns_definition_form.lib.php
M libraries/tbl_common.inc.php
R libraries/tbl_gis_visualization.lib.php
R libraries/tbl_indexes.lib.php
M libraries/tbl_info.inc.php
R libraries/tbl_printview.lib.php
R libraries/tbl_relation.lib.php
R libraries/tbl_views.lib.php
M libraries/tcpdf/README.TXT
M libraries/tcpdf/include/tcpdf_images.php
M libraries/tcpdf/include/tcpdf_static.php
M libraries/tcpdf/tcpdf.php
M libraries/tracking.lib.php
M libraries/transformations.lib.php
M libraries/url_generating.lib.php
M libraries/user_preferences.inc.php
M libraries/user_preferences.lib.php
A libraries/util.lib.php
M libraries/vendor_config.php
M libraries/zip.lib.php
M libraries/zip_extension.lib.php
M license.php
A lint.php
M navigation.php
M normalization.php
M phpinfo.php
M phpmyadmin.css.php
M phpunit.xml.dist
M po/af.po
M po/ar.po
M po/az.po
M po/be.po
M po/be(a)latin.po
M po/bg.po
M po/bn.po
M po/br.po
M po/bs.po
M po/ca.po
M po/ckb.po
M po/cs.po
M po/cy.po
M po/da.po
M po/de.po
M po/el.po
M po/en_GB.po
M po/eo.po
M po/es.po
M po/et.po
M po/eu.po
M po/fa.po
M po/fi.po
M po/fr.po
M po/fy.po
M po/gl.po
M po/he.po
M po/hi.po
M po/hr.po
M po/hu.po
M po/hy.po
M po/ia.po
M po/id.po
M po/it.po
M po/ja.po
M po/ka.po
M po/kk.po
M po/km.po
M po/kn.po
M po/ko.po
M po/ksh.po
M po/ky.po
M po/li.po
M po/lt.po
M po/lv.po
M po/mk.po
M po/ml.po
M po/mn.po
M po/ms.po
M po/nb.po
M po/ne.po
M po/nl.po
M po/pa.po
M po/phpmyadmin.pot
M po/pl.po
M po/pt.po
M po/pt_BR.po
M po/ro.po
M po/ru.po
M po/si.po
M po/sk.po
M po/sl.po
M po/sq.po
M po/sr.po
M po/sr(a)latin.po
M po/sv.po
M po/ta.po
M po/te.po
M po/th.po
M po/tk.po
M po/tr.po
M po/tt.po
M po/ug.po
M po/uk.po
M po/ur.po
M po/uz.po
M po/uz(a)latin.po
M po/vi.po
M po/vls.po
M po/zh_CN.po
M po/zh_TW.po
M prefs_forms.php
M prefs_manage.php
M schema_export.php
M scripts/create-release.sh
M scripts/generate-sprites
M scripts/update-po
M scripts/upload-release
M server_binlog.php
M server_collations.php
M server_databases.php
M server_engines.php
M server_export.php
M server_import.php
A server_modules.php
M server_plugins.php
M server_privileges.php
M server_replication.php
M server_sql.php
M server_status.php
M server_status_advisor.php
M server_status_monitor.php
M server_status_processes.php
M server_status_queries.php
M server_status_variables.php
M server_user_groups.php
M server_variables.php
M setup/config.php
M setup/frames/config.inc.php
M setup/frames/form.inc.php
M setup/frames/index.inc.php
M setup/frames/servers.inc.php
M setup/lib/ConfigGenerator.class.php
M setup/lib/common.inc.php
M setup/lib/form_processing.lib.php
M setup/scripts.js
M setup/styles.css
M setup/validate.php
M show_config_errors.php
M sql.php
M sql/create_tables.sql
M sql/create_tables_drizzle.sql
M tbl_addfield.php
M tbl_change.php
M tbl_chart.php
M tbl_create.php
M tbl_export.php
M tbl_find_replace.php
M tbl_get_field.php
M tbl_gis_visualization.php
M tbl_import.php
M tbl_indexes.php
M tbl_operations.php
R tbl_printview.php
M tbl_recent_favorite.php
M tbl_relation.php
M tbl_replace.php
M tbl_row_action.php
M tbl_select.php
M tbl_sql.php
M tbl_structure.php
M tbl_tracking.php
M tbl_triggers.php
M tbl_zoom_select.php
A templates/columns_definitions/column_adjust_privileges.phtml
A templates/columns_definitions/column_attribute.phtml
A templates/columns_definitions/column_attributes.phtml
A templates/columns_definitions/column_auto_increment.phtml
A templates/columns_definitions/column_comment.phtml
A templates/columns_definitions/column_default.phtml
A templates/columns_definitions/column_definitions_form.phtml
A templates/columns_definitions/column_extra.phtml
A templates/columns_definitions/column_indexes.phtml
A templates/columns_definitions/column_length.phtml
A templates/columns_definitions/column_name.phtml
A templates/columns_definitions/column_null.phtml
A templates/columns_definitions/column_type.phtml
A templates/columns_definitions/column_virtuality.phtml
A templates/columns_definitions/mime_type.phtml
A templates/columns_definitions/move_column.phtml
A templates/columns_definitions/table_fields_definitions.phtml
A templates/columns_definitions/transformation.phtml
A templates/columns_definitions/transformation_option.phtml
A templates/components/error_message.phtml
A templates/database/create_table.phtml
A templates/database/designer/aggregate_query_panel.phtml
A templates/database/designer/canvas.phtml
A templates/database/designer/database_tables.phtml
A templates/database/designer/delete_relation_panel.phtml
A templates/database/designer/edit_delete_pages.phtml
A templates/database/designer/having_query_panel.phtml
A templates/database/designer/js_fields.phtml
A templates/database/designer/new_relation_panel.phtml
A templates/database/designer/options_panel.phtml
A templates/database/designer/page_save_as.phtml
A templates/database/designer/page_selector.phtml
A templates/database/designer/query_details.phtml
A templates/database/designer/rename_to_panel.phtml
A templates/database/designer/schema_export.phtml
A templates/database/designer/side_menu.phtml
A templates/database/designer/table_list.phtml
A templates/database/designer/where_query_panel.phtml
A templates/database/structure/body_for_table_summary.phtml
A templates/database/structure/browse_table.phtml
A templates/database/structure/browse_table_label.phtml
A templates/database/structure/check_all_tables.phtml
A templates/database/structure/empty_table.phtml
A templates/database/structure/favorite_anchor.phtml
A templates/database/structure/print_view_data_dictionary_link.phtml
A templates/database/structure/search_table.phtml
A templates/database/structure/show_create.phtml
A templates/database/structure/show_create_row.phtml
A templates/database/structure/sortable_header.phtml
A templates/database/structure/structure_table_row.phtml
A templates/database/structure/table_header.phtml
A templates/database/structure/tracking_icon.phtml
A templates/error/report_form.phtml
A templates/header_location.phtml
A templates/javascript/display.phtml
A templates/list/item.phtml
A templates/list/unordered.phtml
A templates/navigation/logo.phtml
A templates/prefs_autoload.phtml
A templates/preview_sql.phtml
A templates/secondary_tabs.phtml
A templates/startAndNumberOfRowsPanel.phtml
A templates/table/chart/tbl_chart.phtml
A templates/table/gis_visualization/gis_visualization.phtml
A templates/table/index_form.phtml
A templates/table/relation/common_form.phtml
A templates/table/relation/dropdown_generate.phtml
A templates/table/relation/foreign_key_row.phtml
A templates/table/relation/internal_relational_row.phtml
A templates/table/relation/relational_dropdown.phtml
A templates/table/search/column_comparison_operators.phtml
A templates/table/search/fields_table.phtml
A templates/table/search/form_tag.phtml
A templates/table/search/geom_func.phtml
A templates/table/search/input_box.phtml
A templates/table/search/options.phtml
A templates/table/search/options_zoom.phtml
A templates/table/search/replace_preview.phtml
A templates/table/search/rows_normal.phtml
A templates/table/search/rows_zoom.phtml
A templates/table/search/search_and_replace.phtml
A templates/table/search/selection_form.phtml
A templates/table/search/table_header.phtml
A templates/table/search/zoom_result_form.phtml
A templates/table/secondary_tabs.phtml
A templates/table/structure/action_row_in_structure_table.phtml
A templates/table/structure/actions_in_table_structure.phtml
A templates/table/structure/add_column.phtml
A templates/table/structure/check_all_table_column.phtml
A templates/table/structure/display_partitions.phtml
A templates/table/structure/display_structure.phtml
A templates/table/structure/display_table_stats.phtml
A templates/table/structure/move_columns_dialog.phtml
A templates/table/structure/optional_action_links.phtml
A templates/table/structure/row_stats_table.phtml
A templates/table/structure/table_structure_header.phtml
A templates/table/structure/table_structure_row.phtml
A templates/test/echo.phtml
A templates/test/static.phtml
A templates/test/trim.phtml
M test/AllSeleniumTests.php
M test/Environment_test.php
M test/bootstrap-dist.php
M test/classes/PMA_Advisor_test.php
M test/classes/PMA_Config_test.php
M test/classes/PMA_DBQbe_test.php
A test/classes/PMA_DatabaseInterface_test.php
M test/classes/PMA_DbSearch_test.php
M test/classes/PMA_DisplayResults_test.php
M test/classes/PMA_File_test.php
M test/classes/PMA_Font_test.php
M test/classes/PMA_Footer_test.php
M test/classes/PMA_List_Database_test.php
M test/classes/PMA_Menu_test.php
M test/classes/PMA_Message_test.php
M test/classes/PMA_PDF_test.php
M test/classes/PMA_Scripts_test.php
A test/classes/PMA_SystemDatabase_test.php
R test/classes/PMA_TableReplaceSearch_test.php
R test/classes/PMA_TableSearch_test.php
M test/classes/PMA_Table_test.php
A test/classes/PMA_Template_test.php
M test/classes/PMA_Theme_Manager_test.php
M test/classes/PMA_Theme_test.php
M test/classes/PMA_Types_MySQL_test.php
M test/classes/PMA_Types_test.php
M test/classes/PMA_Util_test.php
M test/classes/config/PMA_FormDisplay_test.php
M test/classes/config/PMA_Form_test.php
A test/classes/controllers/DatabaseStructureController_test.php
A test/classes/controllers/TableIndexesController_test.php
A test/classes/controllers/TableRelationController_test.php
A test/classes/controllers/TableSearchController_test.php
A test/classes/controllers/TableStructureController_test.php
M test/classes/dbi/DBIDrizzle_test.php
M test/classes/dbi/DBIMysql_test.php
M test/classes/dbi/DBIMysqli_test.php
M test/classes/gis/PMA_GIS_Factory_test.php
M test/classes/gis/PMA_GIS_Geom_test.php
M test/classes/gis/PMA_GIS_Geometry_test.php
M test/classes/gis/PMA_GIS_Geometrycollection_test.php
M test/classes/gis/PMA_GIS_Linestring_test.php
M test/classes/gis/PMA_GIS_Multilinestring_test.php
M test/classes/gis/PMA_GIS_Multipoint_test.php
M test/classes/gis/PMA_GIS_Multipolygon_test.php
M test/classes/gis/PMA_GIS_Point_test.php
M test/classes/gis/PMA_GIS_Polygon_test.php
M test/classes/navigation/PMA_NavigationTree_test.php
M test/classes/navigation/PMA_Navigation_test.php
M test/classes/navigation/PMA_NodeFactory_test.php
M test/classes/navigation/PMA_Node_Column_Container_test.php
M test/classes/navigation/PMA_Node_Column_test.php
M test/classes/navigation/PMA_Node_DatabaseChild_test.php
M test/classes/navigation/PMA_Node_Database_test.php
M test/classes/navigation/PMA_Node_Event_Container_test.php
M test/classes/navigation/PMA_Node_Event_test.php
M test/classes/navigation/PMA_Node_Function_Container_test.php
M test/classes/navigation/PMA_Node_Function_test.php
M test/classes/navigation/PMA_Node_Index_Container_test.php
M test/classes/navigation/PMA_Node_Index_test.php
M test/classes/navigation/PMA_Node_Procedure_Container_test.php
M test/classes/navigation/PMA_Node_Procedure_test.php
M test/classes/navigation/PMA_Node_Table_Container_test.php
M test/classes/navigation/PMA_Node_Table_test.php
M test/classes/navigation/PMA_Node_Trigger_Container_test.php
M test/classes/navigation/PMA_Node_Trigger_test.php
M test/classes/navigation/PMA_Node_View_Container_test.php
M test/classes/navigation/PMA_Node_View_test.php
M test/classes/navigation/PMA_Node_test.php
M test/classes/plugin/auth/PMA_AuthenticationConfig_test.php
M test/classes/plugin/auth/PMA_AuthenticationCookie_test.php
M test/classes/plugin/auth/PMA_AuthenticationHttp_test.php
M test/classes/plugin/auth/PMA_AuthenticationSignon_test.php
M test/classes/plugin/export/PMA_ExportCodegen_test.php
M test/classes/plugin/export/PMA_ExportCsv_test.php
M test/classes/plugin/export/PMA_ExportExcel_test.php
M test/classes/plugin/export/PMA_ExportHtmlword_test.php
M test/classes/plugin/export/PMA_ExportJson_test.php
M test/classes/plugin/export/PMA_ExportLatex_test.php
M test/classes/plugin/export/PMA_ExportMediawiki_test.php
M test/classes/plugin/export/PMA_ExportOds_test.php
M test/classes/plugin/export/PMA_ExportOdt_test.php
M test/classes/plugin/export/PMA_ExportPdf_test.php
M test/classes/plugin/export/PMA_ExportPhparray_test.php
M test/classes/plugin/export/PMA_ExportSql_test.php
M test/classes/plugin/export/PMA_ExportTexytext_test.php
M test/classes/plugin/export/PMA_ExportXml_test.php
M test/classes/plugin/export/PMA_ExportYaml_test.php
M test/classes/plugin/export/PMA_TableProperty_test.php
M test/classes/plugin/import/ImportCsv_test.php
M test/classes/plugin/import/ImportLdi_test.php
M test/classes/plugin/import/ImportOds_test.php
M test/classes/plugin/import/ImportSql_test.php
M test/classes/plugin/transformations/Transformation_Plugins_test.php
M test/classes/properties/PMA_PropertyItem_test.php
M test/classes/properties/options/PMA_OptionsPropertyGroup_test.php
M test/classes/properties/options/PMA_OptionsPropertyItem_test.php
M test/classes/properties/options/PMA_OptionsPropertyOneItem_test.php
M test/classes/properties/options/groups/PMA_OptionsPropertyMainGroup_test.php
M test/classes/properties/options/groups/PMA_OptionsPropertyRootGroup_test.php
M test/classes/properties/options/groups/PMA_OptionsPropertySubgroup_test.php
M test/classes/properties/options/items/PMA_PropertyItems_test.php
M test/classes/properties/plugins/PMA_ExportPluginProperties_test.php
M test/classes/properties/plugins/PMA_ImportPluginProperties_test.php
M test/classes/properties/plugins/PMA_PluginPropertyItem_test.php
M test/classes/schema/Dia_Relation_Schema_test.php
M test/classes/schema/Eps_Relation_Schema_test.php
M test/classes/schema/Export_Relation_Schema_test.php
M test/classes/schema/Pdf_Relation_Schema_test.php
M test/classes/schema/Svg_Relation_Schema_test.php
M test/engines/PMA_StorageEngine_pbxt_test.php
M test/libraries/PMA_ConfigFile_test.php
M test/libraries/PMA_ConfigGenerator_test.php
M test/libraries/PMA_FormDisplay_tpl_test.php
M test/libraries/PMA_Form_Processing_test.php
M test/libraries/PMA_GIS_modifyQuery_test.php
A test/libraries/PMA_Linter_Test.php
M test/libraries/PMA_PMD_common_test.php
R test/libraries/PMA_SQL_parse_analyze_test.php
R test/libraries/PMA_SQL_parser_data_test.php
R test/libraries/PMA_SQL_parser_test.php
M test/libraries/PMA_SetupIndex_test.php
M test/libraries/PMA_StringCType_test.php
M test/libraries/PMA_StringNativeType_test.php
M test/libraries/PMA_Tracker_test.php
M test/libraries/PMA_bookmark_test.php
M test/libraries/PMA_browse_foreigners_test.php
M test/libraries/PMA_build_html_for_db_test.php
M test/libraries/PMA_central_columns_test.php
M test/libraries/PMA_charset_conversion_test.php
M test/libraries/PMA_config_functions_test.php
M test/libraries/PMA_designer_test.php
M test/libraries/PMA_display_create_table_test.php
M test/libraries/PMA_display_export_test.php
M test/libraries/PMA_escapeJsString_test.php
M test/libraries/PMA_generateCommonUrl_test.php
M test/libraries/PMA_iconv_wrapper_test.php
M test/libraries/PMA_import_test.php
M test/libraries/PMA_insert_edit_test.php
M test/libraries/PMA_ip_allow_deny_test.php
M test/libraries/PMA_js_escape_test.php
M test/libraries/PMA_kanji-encoding_test.php
M test/libraries/PMA_mult_submits_test.php
M test/libraries/PMA_mysql_charsets_test.php
M test/libraries/PMA_normalization_test.php
M test/libraries/PMA_operations_test.php
A test/libraries/PMA_page_settings_test.php
M test/libraries/PMA_prettyPrint_test.php
M test/libraries/PMA_relation_cleanup_test.php
A test/libraries/PMA_resultSetHasJustOneTable_test.php
M test/libraries/PMA_sanitize_test.php
M test/libraries/PMA_select_server_test.php
M test/libraries/PMA_server_binlog_test.php
M test/libraries/PMA_server_collations_test.php
M test/libraries/PMA_server_databases_test.php
M test/libraries/PMA_server_engines_test.php
M test/libraries/PMA_server_plugins_test.php
M test/libraries/PMA_server_privileges_test.php
M test/libraries/PMA_server_replication_test.php
M test/libraries/PMA_server_status_advisor_test.php
M test/libraries/PMA_server_status_monitor_test.php
M test/libraries/PMA_server_status_processes_test.php
M test/libraries/PMA_server_status_queries_test.php
M test/libraries/PMA_server_status_test.php
M test/libraries/PMA_server_status_variables_test.php
M test/libraries/PMA_server_user_groups_test.php
M test/libraries/PMA_server_users_test.php
M test/libraries/PMA_server_variables_test.php
M test/libraries/PMA_sql_query_form_test.php
A test/libraries/PMA_sql_test.php
M test/libraries/PMA_string_test.php
R test/libraries/PMA_structure_test.php
R test/libraries/PMA_tbl_chart_test.php
R test/libraries/PMA_tbl_columns_definition_form_test.php
R test/libraries/PMA_tbl_gis_visualization_test.php
R test/libraries/PMA_tbl_indexes_test.php
R test/libraries/PMA_tbl_printview_test.php
R test/libraries/PMA_tbl_relation_test.php
M test/libraries/PMA_tbl_tracking_test.php
R test/libraries/PMA_tbl_views_test.php
M test/libraries/PMA_transformation_test.php
M test/libraries/PMA_user_preferences_test.php
M test/libraries/PMA_zip_extension_test.php
M test/libraries/common/PMA_cache_test.php
M test/libraries/common/PMA_escapeMySqlWildcards_test.php
M test/libraries/common/PMA_expandUserString_test.php
M test/libraries/common/PMA_foreignKeySupported_test.php
M test/libraries/common/PMA_formatNumberByteDown_test.php
M test/libraries/common/PMA_formatSql_test.php
M test/libraries/common/PMA_getDbLink_test.php
M test/libraries/common/PMA_getIcon_test.php
M test/libraries/common/PMA_getTitleForTarget_test.php
M test/libraries/common/PMA_localisedDateTimespan_test.php
M test/libraries/common/PMA_pow_test.php
M test/libraries/common/PMA_printableBitValue_test.php
M test/libraries/common/PMA_quoting_slashing_test.php
M test/libraries/common/PMA_showMessage_test_disabled.php
M test/libraries/common/PMA_stringOperations_test.php
M test/libraries/common/PMA_whichCrlf_test.php
M test/libraries/config/PMA_messages_inc_test.php
M test/libraries/core/PMA_fatalError_test.php
M test/libraries/core/PMA_getLinks_test.php
M test/libraries/core/PMA_get_real_size_test.php
M test/libraries/core/PMA_headerLocation_test.php
M test/libraries/core/PMA_ifSetOr_test.php
M test/libraries/core/PMA_isValid_test.php
M test/libraries/php-gettext/Locales_test.php
M test/libraries/php-gettext/Parsing_test.php
M test/libraries/rte/PMA_EVN_getDataFromRequest_test.php
M test/libraries/rte/PMA_EVN_getEditorForm_test.php
M test/libraries/rte/PMA_EVN_getQueryFromRequest_test.php
R test/libraries/rte/PMA_RTN_ParameterParser_test.php
M test/libraries/rte/PMA_RTN_getDataFromRequest_test.php
M test/libraries/rte/PMA_RTN_getEditorForm_test.php
M test/libraries/rte/PMA_RTN_getExecuteForm_test.php
M test/libraries/rte/PMA_RTN_getQueryFromRequest_test.php
M test/libraries/rte/PMA_TRI_getDataFromRequest_test.php
M test/libraries/rte/PMA_TRI_getEditorForm_test.php
M test/libraries/rte/PMA_TRI_getQueryFromRequest_test.php
M test/libraries/select_lang/locale_gettext_test.php
R test/libraries/sql-formatter/lib/SqlFormatter_test.php
R test/libraries/stringMb_test.php
R test/libraries/stringNative_test.php
A test/libraries/string_test.php
A test/libraries/stubs/ResponseStub.php
M test/selenium/PmaSeleniumDbOperationsTest.php
M test/selenium/PmaSeleniumExportTest.php
M test/selenium/PmaSeleniumLoginTest.php
M test/selenium/PmaSeleniumXssTest.php
M test/selenium/TestBase.php
M test/theme.php
M test/travis.php.ini
M test/wui.php
M themes.php
M themes/original/css/common.css.php
M themes/original/css/navigation.css.php
A themes/original/css/printview.css
R themes/original/img/b_selboard.png
A themes/original/img/s_okay.png
M themes/original/info.inc.php
M themes/original/layout.inc.php
M themes/original/sprites.lib.php
M themes/pmahomme/css/codemirror.css.php
M themes/pmahomme/css/common.css.php
M themes/pmahomme/css/jqplot.css.php
M themes/pmahomme/css/navigation.css.php
M themes/pmahomme/css/pmd.css.php
A themes/pmahomme/css/printview.css
M themes/pmahomme/css/rte.css.php
R themes/pmahomme/img/b_selboard.png
M themes/pmahomme/info.inc.php
M themes/pmahomme/layout.inc.php
M themes/pmahomme/sprites.lib.php
M themes/sprites.css.php
M transformation_overview.php
M transformation_wrapper.php
M url.php
M user_password.php
M version_check.php
M view_create.php
M view_operations.php
M webapp.php
Log Message:
-----------
Merge branch 'MAINT_4_5_0' into STABLE
Commit: a2d13c212e1b1037ccbec970d97a6400dc123a87
https://github.com/phpmyadmin/phpmyadmin/commit/a2d13c212e1b1037ccbec970d97…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2015-09-24 (Thu, 24 Sep 2015)
Changed paths:
M ChangeLog
M README
M doc/conf.py
M libraries/Config.class.php
M libraries/plugins/export/ExportSql.class.php
Log Message:
-----------
Merge branch 'MAINT_4_5_0' into STABLE
Commit: ae7d3bb97a30805f98945fd4a442d023ae0ea24a
https://github.com/phpmyadmin/phpmyadmin/commit/ae7d3bb97a30805f98945fd4a44…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2015-09-25 (Fri, 25 Sep 2015)
Changed paths:
M README
M doc/conf.py
M libraries/Config.class.php
Log Message:
-----------
4.5.0.2 release
Signed-off-by: Marc Delisle <marc(a)infomarc.info>
Commit: 8974d4bcfeb09a84eac0ac7bfec463d31a881669
https://github.com/phpmyadmin/phpmyadmin/commit/8974d4bcfeb09a84eac0ac7bfec…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2015-09-25 (Fri, 25 Sep 2015)
Changed paths:
M ChangeLog
M README
M doc/conf.py
M libraries/Config.class.php
M libraries/plugins/export/ExportSql.class.php
M libraries/sql-parser/src/Components/Key.php
M libraries/sql-parser/src/Utils/Table.php
Log Message:
-----------
Merge branch 'MAINT_4_5_0' into STABLE
Commit: b900c917101a15c78666579a28bab19b95bef669
https://github.com/phpmyadmin/phpmyadmin/commit/b900c917101a15c78666579a28b…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2015-10-23 (Fri, 23 Oct 2015)
Changed paths:
M ChangeLog
M README
M doc/conf.py
M libraries/Config.class.php
Log Message:
-----------
4.5.1 release
Signed-off-by: Marc Delisle <marc(a)infomarc.info>
Commit: c1bc737168b54bdbbf107a9f43fdbc4f649be0e3
https://github.com/phpmyadmin/phpmyadmin/commit/c1bc737168b54bdbbf107a9f43f…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2015-10-23 (Fri, 23 Oct 2015)
Changed paths:
M ChangeLog
M README
M composer.json
M doc/conf.py
M doc/config.rst
M doc/faq.rst
M doc/require.rst
M doc/setup.rst
M js/functions.js
M js/messages.php
M js/replication.js
M js/server_databases.js
M js/sql.js
M js/tbl_operations.js
M libraries/Config.class.php
M libraries/Footer.class.php
M libraries/Linter.class.php
M libraries/Table.class.php
M libraries/Util.class.php
A libraries/VersionInformation.php
M libraries/common.inc.php
M libraries/config/FormDisplay.tpl.php
M libraries/controllers/DatabaseStructureController.class.php
M libraries/controllers/TableStructureController.class.php
M libraries/dbi/DBIDummy.class.php
M libraries/display_change_password.lib.php
M libraries/export.lib.php
M libraries/ip_allow_deny.lib.php
M libraries/plugins/export/ExportSql.class.php
M libraries/replication_gui.lib.php
M libraries/server_privileges.lib.php
M libraries/server_variables.lib.php
M libraries/sql-parser/src/Component.php
M libraries/sql-parser/src/Components/AlterOperation.php
M libraries/sql-parser/src/Components/Array2d.php
M libraries/sql-parser/src/Components/ArrayObj.php
M libraries/sql-parser/src/Components/Condition.php
M libraries/sql-parser/src/Components/CreateDefinition.php
M libraries/sql-parser/src/Components/DataType.php
M libraries/sql-parser/src/Components/Expression.php
M libraries/sql-parser/src/Components/ExpressionArray.php
M libraries/sql-parser/src/Components/FunctionCall.php
M libraries/sql-parser/src/Components/IntoKeyword.php
M libraries/sql-parser/src/Components/JoinKeyword.php
M libraries/sql-parser/src/Components/Key.php
M libraries/sql-parser/src/Components/Limit.php
M libraries/sql-parser/src/Components/OptionsArray.php
M libraries/sql-parser/src/Components/OrderKeyword.php
M libraries/sql-parser/src/Components/ParameterDefinition.php
M libraries/sql-parser/src/Components/PartitionDefinition.php
M libraries/sql-parser/src/Components/Reference.php
M libraries/sql-parser/src/Components/RenameOperation.php
M libraries/sql-parser/src/Components/SetOperation.php
M libraries/sql-parser/src/Context.php
M libraries/sql-parser/src/Contexts/ContextMySql50000.php
M libraries/sql-parser/src/Contexts/ContextMySql50100.php
M libraries/sql-parser/src/Contexts/ContextMySql50500.php
M libraries/sql-parser/src/Contexts/ContextMySql50600.php
M libraries/sql-parser/src/Contexts/ContextMySql50700.php
M libraries/sql-parser/src/Lexer.php
M libraries/sql-parser/src/Parser.php
M libraries/sql-parser/src/Statement.php
M libraries/sql-parser/src/Statements/AlterStatement.php
M libraries/sql-parser/src/Statements/CreateStatement.php
M libraries/sql-parser/src/Statements/SelectStatement.php
M libraries/sql-parser/src/Token.php
M libraries/sql-parser/src/Utils/BufferedQuery.php
M libraries/sql-parser/src/Utils/Error.php
M libraries/sql-parser/src/Utils/Formatter.php
M libraries/sql-parser/src/Utils/Table.php
A libraries/sql-parser/src/Utils/Tokens.php
A libraries/sql-parser/src/common.php
M libraries/sql.lib.php
M po/af.po
M po/ar.po
M po/az.po
M po/be.po
M po/be(a)latin.po
M po/bg.po
M po/bn.po
M po/br.po
M po/bs.po
M po/ca.po
M po/ckb.po
M po/cs.po
M po/cy.po
M po/da.po
M po/de.po
M po/el.po
M po/en_GB.po
M po/eo.po
M po/es.po
M po/et.po
M po/eu.po
M po/fa.po
M po/fi.po
M po/fr.po
M po/fy.po
M po/gl.po
M po/he.po
M po/hi.po
M po/hr.po
M po/hu.po
M po/hy.po
M po/ia.po
M po/id.po
M po/it.po
M po/ja.po
M po/ka.po
M po/kk.po
M po/km.po
M po/kn.po
M po/ko.po
M po/ksh.po
M po/ky.po
M po/li.po
M po/lt.po
M po/lv.po
M po/mk.po
M po/ml.po
M po/mn.po
M po/ms.po
M po/nb.po
M po/ne.po
M po/nl.po
M po/pa.po
M po/phpmyadmin.pot
M po/pl.po
M po/pt.po
M po/pt_BR.po
M po/ro.po
M po/ru.po
M po/si.po
M po/sk.po
M po/sl.po
M po/sq.po
M po/sr.po
M po/sr(a)latin.po
M po/sv.po
M po/ta.po
M po/te.po
M po/th.po
M po/tk.po
M po/tr.po
M po/tt.po
M po/ug.po
M po/uk.po
M po/ur.po
M po/uz.po
M po/uz(a)latin.po
M po/vi.po
M po/vls.po
M po/zh_CN.po
M po/zh_TW.po
M server_databases.php
M setup/frames/index.inc.php
M setup/lib/index.lib.php
M tbl_export.php
M tbl_gis_visualization.php
M templates/database/designer/aggregate_query_panel.phtml
M templates/database/designer/canvas.phtml
M templates/database/designer/database_tables.phtml
M templates/database/designer/delete_relation_panel.phtml
M templates/database/designer/edit_delete_pages.phtml
M templates/database/designer/having_query_panel.phtml
M templates/database/designer/js_fields.phtml
M templates/database/designer/new_relation_panel.phtml
M templates/database/designer/options_panel.phtml
M templates/database/designer/page_save_as.phtml
M templates/database/designer/page_selector.phtml
M templates/database/designer/query_details.phtml
M templates/database/designer/rename_to_panel.phtml
M templates/database/designer/schema_export.phtml
M templates/database/designer/side_menu.phtml
M templates/database/designer/table_list.phtml
M templates/database/designer/where_query_panel.phtml
M templates/database/structure/show_create.phtml
M templates/table/structure/display_structure.phtml
M templates/table/structure/optional_action_links.phtml
M test/classes/PMA_Table_test.php
M test/classes/PMA_Util_test.php
A test/classes/VersionInformation_test.php
M test/classes/plugin/export/PMA_ExportSql_test.php
M test/libraries/PMA_display_change_password_test.php
M test/libraries/PMA_server_privileges_test.php
M url.php
M user_password.php
M version_check.php
Log Message:
-----------
Merge branch 'MAINT_4_5_1' into STABLE
Commit: 1317dda4f70ce20532495ef23806c7830d0d7908
https://github.com/phpmyadmin/phpmyadmin/commit/1317dda4f70ce20532495ef2380…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2015-11-23 (Mon, 23 Nov 2015)
Changed paths:
M ChangeLog
M README
M doc/conf.py
M doc/faq.rst
M export.php
M js/ajax.js
M js/functions.js
M js/messages.php
M js/navigation.js
M libraries/Config.class.php
M libraries/Table.class.php
M libraries/Util.class.php
M libraries/check_user_privileges.lib.php
M libraries/controllers/DatabaseStructureController.class.php
M libraries/controllers/TableGisVisualizationController.class.php
M libraries/controllers/TableStructureController.class.php
M libraries/dbi/DBIDummy.class.php
M libraries/navigation/Nodes/Node.class.php
M libraries/operations.lib.php
M libraries/plugins/auth/AuthenticationCookie.class.php
M libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php
M libraries/server_privileges.lib.php
M libraries/sql-parser/src/Components/Condition.php
M libraries/sql-parser/src/Components/Expression.php
M libraries/sql-parser/src/Components/OptionsArray.php
M libraries/sql-parser/src/Contexts/ContextMySql50000.php
M libraries/sql-parser/src/Contexts/ContextMySql50100.php
M libraries/sql-parser/src/Contexts/ContextMySql50500.php
M libraries/sql-parser/src/Contexts/ContextMySql50600.php
M libraries/sql-parser/src/Contexts/ContextMySql50700.php
M libraries/sql-parser/src/Parser.php
M libraries/sql-parser/src/Statement.php
M libraries/sql-parser/src/Statements/CreateStatement.php
M libraries/sql-parser/src/Statements/InsertStatement.php
M libraries/sql-parser/src/Statements/SelectStatement.php
M libraries/sql-parser/src/Utils/BufferedQuery.php
M libraries/sql-parser/src/Utils/Query.php
M po/af.po
M po/ar.po
M po/az.po
M po/be.po
M po/be(a)latin.po
M po/bg.po
M po/bn.po
M po/br.po
M po/bs.po
M po/ca.po
M po/ckb.po
M po/cs.po
M po/cy.po
M po/da.po
M po/de.po
M po/el.po
M po/en_GB.po
M po/eo.po
M po/es.po
M po/et.po
M po/eu.po
M po/fa.po
M po/fi.po
M po/fr.po
M po/fy.po
M po/gl.po
M po/he.po
M po/hi.po
M po/hr.po
M po/hu.po
M po/hy.po
M po/ia.po
M po/id.po
M po/it.po
M po/ja.po
M po/ka.po
M po/kk.po
M po/km.po
M po/kn.po
M po/ko.po
M po/ksh.po
M po/ky.po
M po/li.po
M po/lt.po
M po/lv.po
M po/mk.po
M po/ml.po
M po/mn.po
M po/ms.po
M po/nb.po
M po/ne.po
M po/nl.po
M po/pa.po
M po/phpmyadmin.pot
M po/pl.po
M po/pt.po
M po/pt_BR.po
M po/ro.po
M po/ru.po
M po/si.po
M po/sk.po
M po/sl.po
M po/sq.po
M po/sr.po
M po/sr(a)latin.po
M po/sv.po
M po/ta.po
M po/te.po
M po/th.po
M po/tk.po
M po/tr.po
M po/tt.po
M po/ug.po
M po/uk.po
M po/ur.po
M po/uz.po
M po/uz(a)latin.po
M po/vi.po
M po/vls.po
M po/zh_CN.po
M po/zh_TW.po
M server_privileges.php
M templates/table/structure/display_structure.phtml
M test/classes/navigation/PMA_Node_test.php
M themes/pmahomme/css/codemirror.css.php
M themes/pmahomme/css/common.css.php
M themes/pmahomme/layout.inc.php
Log Message:
-----------
Merge branch 'MAINT_4_5_2' into STABLE
Commit: a4f79f503c04079433df6eea1501dceba3fcf6f7
https://github.com/phpmyadmin/phpmyadmin/commit/a4f79f503c04079433df6eea150…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2015-12-23 (Wed, 23 Dec 2015)
Changed paths:
M ChangeLog
M README
M db_create.php
M doc/conf.py
M import.php
M js/console.js
M js/export.js
M js/makegrid.js
M js/server_privileges.js
M libraries/Config.class.php
M libraries/DatabaseInterface.class.php
M libraries/Error_Handler.class.php
M libraries/Table.class.php
M libraries/Util.class.php
M libraries/check_user_privileges.lib.php
M libraries/controllers/DatabaseStructureController.class.php
M libraries/dbi/DBIDummy.class.php
M libraries/display_import.lib.php
M libraries/export.lib.php
M libraries/mysql_charsets.lib.php
M libraries/operations.lib.php
M libraries/plugins/auth/AuthenticationCookie.class.php
M libraries/plugins/export/ExportSql.class.php
M libraries/plugins/export/ExportXml.class.php
M libraries/rte/rte_export.lib.php
M libraries/rte/rte_routines.lib.php
M libraries/server_privileges.lib.php
M libraries/sql-parser/src/Components/Condition.php
M libraries/sql-parser/src/Components/Expression.php
M libraries/sql-parser/src/Components/ExpressionArray.php
M libraries/sql-parser/src/Components/JoinKeyword.php
M libraries/sql-parser/src/Components/SetOperation.php
M libraries/sql-parser/src/Components/UnionKeyword.php
M libraries/sql-parser/src/Contexts/ContextMySql50000.php
M libraries/sql-parser/src/Contexts/ContextMySql50100.php
M libraries/sql-parser/src/Contexts/ContextMySql50500.php
M libraries/sql-parser/src/Contexts/ContextMySql50600.php
M libraries/sql-parser/src/Contexts/ContextMySql50700.php
M libraries/sql-parser/src/Parser.php
M libraries/sql-parser/src/Statement.php
M libraries/sql-parser/src/Statements/SelectStatement.php
M libraries/sql-parser/src/Utils/Formatter.php
M libraries/tbl_common.inc.php
M libraries/tbl_info.inc.php
M po/af.po
M po/ar.po
M po/az.po
M po/be.po
M po/be(a)latin.po
M po/bg.po
M po/bn.po
M po/br.po
M po/bs.po
M po/ca.po
M po/ckb.po
M po/cs.po
M po/cy.po
M po/da.po
M po/de.po
M po/el.po
M po/en_GB.po
M po/eo.po
M po/es.po
M po/et.po
M po/eu.po
M po/fa.po
M po/fi.po
M po/fr.po
M po/fy.po
M po/gl.po
M po/he.po
M po/hi.po
M po/hr.po
M po/hu.po
M po/hy.po
M po/ia.po
M po/id.po
M po/it.po
M po/ja.po
M po/ka.po
M po/kk.po
M po/km.po
M po/kn.po
M po/ko.po
M po/ksh.po
M po/ky.po
M po/li.po
M po/lt.po
M po/lv.po
M po/mk.po
M po/ml.po
M po/mn.po
M po/ms.po
M po/nb.po
M po/ne.po
M po/nl.po
M po/pa.po
M po/phpmyadmin.pot
M po/pl.po
M po/pt.po
M po/pt_BR.po
M po/ro.po
M po/ru.po
M po/si.po
M po/sk.po
M po/sl.po
M po/sq.po
M po/sr.po
M po/sr(a)latin.po
M po/sv.po
M po/ta.po
M po/te.po
M po/th.po
M po/tk.po
M po/tr.po
M po/tt.po
M po/ug.po
M po/uk.po
M po/ur.po
M po/uz.po
M po/uz(a)latin.po
M po/vi.po
M po/vls.po
M po/zh_CN.po
M po/zh_TW.po
R scripts/decode_bug.php
M tbl_export.php
M test/classes/PMA_Table_test.php
M test/classes/plugin/export/PMA_ExportSql_test.php
M test/classes/plugin/export/PMA_ExportXml_test.php
M test/libraries/PMA_Tracker_test.php
M test/libraries/PMA_insert_edit_test.php
M test/libraries/PMA_mysql_charsets_test.php
M test/libraries/PMA_server_privileges_test.php
M test/libraries/common/PMA_quoting_slashing_test.php
M test/libraries/rte/PMA_RTN_getQueryFromRequest_test.php
M user_password.php
Log Message:
-----------
Merge branch 'MAINT_4_5_3' into STABLE
Commit: 462959be11f86dd5c7273a07f9ab9da6504b761f
https://github.com/phpmyadmin/phpmyadmin/commit/462959be11f86dd5c7273a07f9a…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2015-12-25 (Fri, 25 Dec 2015)
Changed paths:
M ChangeLog
M README
M doc/conf.py
M libraries/Config.class.php
M libraries/config/messages.inc.php
M libraries/tbl_common.inc.php
Log Message:
-----------
Merge branch 'MAINT_4_5_3' into STABLE
Commit: 1ea3a2e4f1bbf4214e53b5e93c97e64586be9112
https://github.com/phpmyadmin/phpmyadmin/commit/1ea3a2e4f1bbf4214e53b5e93c9…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-01-28 (Thu, 28 Jan 2016)
Changed paths:
M .travis.yml
M ChangeLog
M README
M db_create.php
M db_designer.php
M doc/conf.py
M export.php
M gis_data_editor.php
M import.php
M import_status.php
M js/ajax.js
M js/codemirror/addon/lint/sql-lint.js
M js/config.js
M js/cross_framing_protection.js
M js/functions.js
M js/makegrid.js
M js/messages.php
M js/navigation.js
M js/normalization.js
M js/server_status_monitor.js
M js/server_status_variables.js
M js/server_variables.js
M js/tbl_change.js
M js/tbl_zoom_plot_jqplot.js
M libraries/Config.class.php
M libraries/DBQbe.class.php
M libraries/DatabaseInterface.class.php
M libraries/DbSearch.class.php
M libraries/Menu.class.php
M libraries/Response.class.php
M libraries/SavedSearches.class.php
M libraries/Scripts.class.php
M libraries/Table.class.php
M libraries/VersionInformation.php
M libraries/charset_conversion.lib.php
M libraries/check_user_privileges.lib.php
M libraries/common.inc.php
M libraries/controllers/TableStructureController.class.php
M libraries/core.lib.php
M libraries/db_table_exists.lib.php
M libraries/display_import_ajax.lib.php
M libraries/kanji-encoding.lib.php
M libraries/mysql_charsets.lib.php
M libraries/operations.lib.php
M libraries/php-gettext/gettext.inc
M libraries/phpseclib/Crypt/AES.php
M libraries/phpseclib/Crypt/Base.php
M libraries/phpseclib/Crypt/Random.php
M libraries/phpseclib/Crypt/Rijndael.php
M libraries/plugins/auth/AuthenticationCookie.class.php
M libraries/pmd_common.php
M libraries/relation.lib.php
M libraries/rte/rte_routines.lib.php
M libraries/server_privileges.lib.php
M libraries/session.inc.php
M libraries/sql-parser/autoload.php
M libraries/sql-parser/src/Components/Key.php
M libraries/sql.lib.php
M libraries/stringMb.lib.php
M libraries/zip_extension.lib.php
M lint.php
M normalization.php
M po/af.po
M po/ar.po
M po/az.po
M po/be.po
M po/be(a)latin.po
M po/bg.po
M po/bn.po
M po/br.po
M po/bs.po
M po/ca.po
M po/ckb.po
M po/cs.po
M po/cy.po
M po/da.po
M po/de.po
M po/el.po
M po/en_GB.po
M po/eo.po
M po/es.po
M po/et.po
M po/eu.po
M po/fa.po
M po/fi.po
M po/fr.po
M po/fy.po
M po/gl.po
M po/he.po
M po/hi.po
M po/hr.po
M po/hu.po
M po/hy.po
M po/ia.po
M po/id.po
M po/it.po
M po/ja.po
M po/ka.po
M po/kk.po
M po/km.po
M po/kn.po
M po/ko.po
M po/ksh.po
M po/ky.po
M po/li.po
M po/lt.po
M po/lv.po
M po/mk.po
M po/ml.po
M po/mn.po
M po/ms.po
M po/nb.po
M po/ne.po
M po/nl.po
M po/pa.po
M po/phpmyadmin.pot
M po/pl.po
M po/pt.po
M po/pt_BR.po
M po/ro.po
M po/ru.po
M po/si.po
M po/sk.po
M po/sl.po
M po/sq.po
M po/sr.po
M po/sr(a)latin.po
M po/sv.po
M po/ta.po
M po/te.po
M po/th.po
M po/tk.po
M po/tr.po
M po/tt.po
M po/ug.po
M po/uk.po
M po/ur.po
M po/uz.po
M po/uz(a)latin.po
M po/vi.po
M po/vls.po
M po/zh_CN.po
M po/zh_TW.po
M schema_export.php
M setup/frames/form.inc.php
M setup/index.php
M setup/lib/common.inc.php
M setup/validate.php
M tbl_operations.php
M templates/columns_definitions/column_attributes.phtml
M templates/header_location.phtml
M templates/table/search/rows_zoom.phtml
M templates/table/structure/actions_in_table_structure.phtml
M test/classes/PMA_DBQbe_test.php
M test/classes/PMA_Table_test.php
M test/classes/controllers/TableStructureController_test.php
M test/libraries/PMA_display_export_test.php
M test/libraries/PMA_operations_test.php
M test/libraries/core/PMA_headerLocation_test.php
M version_check.php
M view_create.php
Log Message:
-----------
Merge tag 'RELEASE_4_5_4' into STABLE
Released 4.5.4
Commit: 67745c67f21c17cf7ef83d763c38fbf8010df4ee
https://github.com/phpmyadmin/phpmyadmin/commit/67745c67f21c17cf7ef83d763c3…
Author: Isaac Bennetch <bennetch(a)gmail.com>
Date: 2016-01-29 (Fri, 29 Jan 2016)
Changed paths:
M ChangeLog
M README
M doc/conf.py
M libraries/Config.class.php
M libraries/plugins/auth/AuthenticationCookie.class.php
M libraries/session.inc.php
Log Message:
-----------
Merge branch 'MAINT_4_5_4' into STABLE
Commit: dc161e86f515e6c5a91fecb28f497a59e6ccb500
https://github.com/phpmyadmin/phpmyadmin/commit/dc161e86f515e6c5a91fecb28f4…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-02-03 (Wed, 03 Feb 2016)
Log Message:
-----------
Merge remote-tracking branch 'origin/STABLE'
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/91d0655c8f50...dc161e86f515