Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: b9a5bffabacb71fdc0a41c3111141b20ef7a1383
https://github.com/phpmyadmin/phpmyadmin/commit/b9a5bffabacb71fdc0a41c31111…
Author: ayushchd <ayushchd(a)gmail.com>
Date: 2013-08-07 (Wed, 07 Aug 2013)
Changed paths:
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_File_test.php
M test/classes/PMA_Footer_test.php
M test/classes/PMA_List_Database_test.php
M test/classes/PMA_Message_test.php
M test/classes/PMA_PDF_test.php
M test/classes/PMA_Scripts_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_Theme_Manager_test.php
M test/classes/PMA_Theme_test.php
M test/classes/PMA_Types_Drizzle_test.php
M test/classes/PMA_Util_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_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_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/ImportSql_test.php
M test/classes/plugin/import/ImportXml_test.php
Log Message:
-----------
Testsuite code-compliance fixes
Commit: 036c128c56b74aed5584eb704cb65013a8845417
https://github.com/phpmyadmin/phpmyadmin/commit/036c128c56b74aed5584eb704cb…
Author: Michal ÄŒihaÅ™ <michal(a)cihar.com>
Date: 2013-08-07 (Wed, 07 Aug 2013)
Changed paths:
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_File_test.php
M test/classes/PMA_Footer_test.php
M test/classes/PMA_List_Database_test.php
M test/classes/PMA_Message_test.php
M test/classes/PMA_PDF_test.php
M test/classes/PMA_Scripts_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_Theme_Manager_test.php
M test/classes/PMA_Theme_test.php
M test/classes/PMA_Types_Drizzle_test.php
M test/classes/PMA_Util_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_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_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/ImportSql_test.php
M test/classes/plugin/import/ImportXml_test.php
Log Message:
-----------
Merge pull request #573 from ayushchd/codestyle_fixes
Testsuite code-compliance fixes
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/309669820ebd...036c128c56b7
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 056ed1929ef473bf1d9e17e4728a14c3a8a22175
https://github.com/phpmyadmin/phpmyadmin/commit/056ed1929ef473bf1d9e17e4728…
Author: Michal ÄŒihaÅ™ <mcihar(a)suse.cz>
Date: 2013-08-07 (Wed, 07 Aug 2013)
Changed paths:
M libraries/server_privileges.lib.php
M server_privileges.php
Log Message:
-----------
Correctly generate link for editing user
With PMA_URL_getCommon we get correct separator and escaping for free.
Commit: 950af59138909552f842d21f4ffe9f515d68add5
https://github.com/phpmyadmin/phpmyadmin/commit/950af59138909552f842d21f4ff…
Author: Michal ÄŒihaÅ™ <mcihar(a)suse.cz>
Date: 2013-08-07 (Wed, 07 Aug 2013)
Changed paths:
M libraries/server_privileges.lib.php
Log Message:
-----------
Correctly use PMA_URL_getCommon instead of manually adding some parameters
Commit: 311fc81bcec18cd1693554251f914aa2e7138e48
https://github.com/phpmyadmin/phpmyadmin/commit/311fc81bcec18cd1693554251f9…
Author: Michal ÄŒihaÅ™ <mcihar(a)suse.cz>
Date: 2013-08-07 (Wed, 07 Aug 2013)
Changed paths:
M libraries/server_privileges.lib.php
M server_privileges.php
Log Message:
-----------
Correctly generate link for revoking user
With PMA_URL_getCommon we get correct separator and escaping
for free.
Commit: 7e142381c91c4470d6a96e6d62cb482bf59a9a77
https://github.com/phpmyadmin/phpmyadmin/commit/7e142381c91c4470d6a96e6d62c…
Author: Michal ÄŒihaÅ™ <mcihar(a)suse.cz>
Date: 2013-08-07 (Wed, 07 Aug 2013)
Changed paths:
M libraries/server_privileges.lib.php
M server_privileges.php
Log Message:
-----------
Correctly generate link for exporting user
With PMA_URL_getCommon we get correct separator and escaping
for free.
Commit: a14a83b4a8884580122e7885b283bc6428a45df3
https://github.com/phpmyadmin/phpmyadmin/commit/a14a83b4a8884580122e7885b28…
Author: Michal ÄŒihaÅ™ <mcihar(a)suse.cz>
Date: 2013-08-07 (Wed, 07 Aug 2013)
Changed paths:
M libraries/server_privileges.lib.php
Log Message:
-----------
Documentation and coding style improvements
Commit: 657c3dfdc3fda96ea0789e20704065e2d8b9fd95
https://github.com/phpmyadmin/phpmyadmin/commit/657c3dfdc3fda96ea0789e20704…
Author: Michal ÄŒihaÅ™ <mcihar(a)suse.cz>
Date: 2013-08-07 (Wed, 07 Aug 2013)
Changed paths:
M libraries/server_privileges.lib.php
Log Message:
-----------
Various coding style fixes
Commit: 54d0714c55a211a22ece795a042fa8e7dc1236c3
https://github.com/phpmyadmin/phpmyadmin/commit/54d0714c55a211a22ece795a042…
Author: Michal ÄŒihaÅ™ <mcihar(a)suse.cz>
Date: 2013-08-07 (Wed, 07 Aug 2013)
Changed paths:
M libraries/server_privileges.lib.php
Log Message:
-----------
Prevent manual tweaking of url parameters
PMA_URL_getCommon provides better inteface to constuct them
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/47b64818458c...54d0714c55a2