Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: f978e17c691ec0c26b0d4076ccac9aec86391935
https://github.com/phpmyadmin/phpmyadmin/commit/f978e17c691ec0c26b0d4076cca…
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: 2015-08-25 (Tue, 25 Aug 2015)
Changed paths:
M libraries/server_variables.lib.php
Log Message:
-----------
Allow editing unless it's a static variable. Allow editing new dynamic variables added in MariaDB and newer versions of MySQL.
Signed-off-by: Madhura Jayaratne <madhura.cj(a)gmail.com>
Commit: 47e82d64366a89b89f8151f201811d3bb1607fb7
https://github.com/phpmyadmin/phpmyadmin/commit/47e82d64366a89b89f8151f2018…
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: 2015-08-25 (Tue, 25 Aug 2015)
Changed paths:
M db_datadict.php
M db_structure.php
M libraries/DisplayResults.class.php
M libraries/Table.class.php
M libraries/controllers/Controller.class.php
M libraries/controllers/DatabaseStructureController.class.php
M libraries/controllers/TableChartController.class.php
M libraries/controllers/TableIndexesController.class.php
M libraries/controllers/TableRelationController.class.php
M libraries/controllers/TableSearchController.class.php
M libraries/controllers/TableStructureController.class.php
M libraries/operations.lib.php
M libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php
M libraries/tbl_info.inc.php
M tbl_chart.php
M tbl_find_replace.php
M tbl_gis_visualization.php
M tbl_indexes.php
M tbl_relation.php
M tbl_select.php
M tbl_structure.php
M tbl_zoom_select.php
M templates/table/relation/foreign_key_row.phtml
R test/classes/PMA_TableReplaceSearch_test.php
R test/classes/PMA_TableSearch_test.php
M test/classes/PMA_Table_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/libraries/PMA_central_columns_test.php
M test/libraries/PMA_mult_submits_test.php
R test/libraries/PMA_structure_test.php
R test/libraries/PMA_tbl_columns_definition_form_test.php
R test/libraries/PMA_tbl_indexes_test.php
R test/libraries/PMA_tbl_relation_test.php
A test/libraries/stubs/ResponseStub.php
Log Message:
-----------
Merge branch 'master' of github.com:phpmyadmin/phpmyadmin
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/917add1528e3...47e82d64366a
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 6d0d61e7f0597685dffe2b616580bf16621cac71
https://github.com/phpmyadmin/phpmyadmin/commit/6d0d61e7f0597685dffe2b61658…
Author: Jason <jason.daurus(a)gmail.com>
Date: 2015-08-12 (Wed, 12 Aug 2015)
Changed paths:
M libraries/controllers/TableSearchController.class.php
M tbl_find_replace.php
M tbl_select.php
M tbl_zoom_select.php
R test/classes/PMA_TableReplaceSearch_test.php
A test/classes/PMA_TableSearchController_test.php
R test/classes/PMA_TableSearch_test.php
M test/classes/PMA_Table_test.php
M test/libraries/PMA_tbl_columns_definition_form_test.php
Log Message:
-----------
Recover some logic tests - TableSearchController
Signed-off-by: Jason <jason.daurus(a)gmail.com>
Commit: 59b11954f4605ba972f32536850ea5c404831217
https://github.com/phpmyadmin/phpmyadmin/commit/59b11954f4605ba972f32536850…
Author: Jason <jason.daurus(a)gmail.com>
Date: 2015-08-12 (Wed, 12 Aug 2015)
Changed paths:
M db_datadict.php
M libraries/DisplayResults.class.php
M libraries/Table.class.php
M libraries/controllers/DatabaseStructureController.class.php
M libraries/controllers/TableRelationController.class.php
M libraries/controllers/TableStructureController.class.php
M libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php
M libraries/tbl_info.inc.php
M tbl_relation.php
M templates/table/relation/foreign_key_row.phtml
M test/classes/PMA_Table_test.php
M test/libraries/PMA_tbl_relation_test.php
Log Message:
-----------
Recover tests for PMA_Table and rename sGetStatusInfo to getStatusInfo
Signed-off-by: Jason <jason.daurus(a)gmail.com>
Commit: 3613f2b6bd11505c661919d0cb4572f499bfd416
https://github.com/phpmyadmin/phpmyadmin/commit/3613f2b6bd11505c661919d0cb4…
Author: Jason <jason.daurus(a)gmail.com>
Date: 2015-08-12 (Wed, 12 Aug 2015)
Changed paths:
M db_structure.php
M libraries/controllers/Controller.class.php
M tbl_chart.php
M tbl_find_replace.php
M tbl_gis_visualization.php
M tbl_indexes.php
M tbl_relation.php
M tbl_select.php
M tbl_structure.php
M tbl_zoom_select.php
A test/libraries/stubs/ResponseStub.php
Log Message:
-----------
Introduce the ResponseStub
Signed-off-by: Jason <jason.daurus(a)gmail.com>
Commit: 0cfaa66032b2f7eb3bd3a7cadd358320f2999c11
https://github.com/phpmyadmin/phpmyadmin/commit/0cfaa66032b2f7eb3bd3a7cadd3…
Author: Jason <jason.daurus(a)gmail.com>
Date: 2015-08-12 (Wed, 12 Aug 2015)
Changed paths:
M libraries/controllers/TableIndexesController.class.php
M tbl_indexes.php
M test/classes/PMA_Table_test.php
A test/libraries/PMA_TableIndexesController_test.php
R test/libraries/PMA_tbl_indexes_test.php
M test/libraries/stubs/ResponseStub.php
Log Message:
-----------
Complete tests for TableIndexesController
Signed-off-by: Jason <jason.daurus(a)gmail.com>
Commit: a121073c31a5d3bc21b450b2cc62da79c728f2b8
https://github.com/phpmyadmin/phpmyadmin/commit/a121073c31a5d3bc21b450b2cc6…
Author: Jason <jason.daurus(a)gmail.com>
Date: 2015-08-17 (Mon, 17 Aug 2015)
Changed paths:
M libraries/controllers/DatabaseStructureController.class.php
M libraries/controllers/TableStructureController.class.php
M tbl_structure.php
R test/classes/PMA_TableSearchController_test.php
A test/classes/controllers/DatabaseStructureController_test.php
A test/classes/controllers/TableIndexesController_test.php
A test/classes/controllers/TableSearchController_test.php
R test/libraries/PMA_TableIndexesController_test.php
R test/libraries/PMA_structure_test.php
Log Message:
-----------
Add tests for DatabaseStructureController
Signed-off-by: Jason <jason.daurus(a)gmail.com>
Commit: fffcb7bc8b92036f34c32f6377bf8cc84e16f061
https://github.com/phpmyadmin/phpmyadmin/commit/fffcb7bc8b92036f34c32f6377b…
Author: Jason <jason.daurus(a)gmail.com>
Date: 2015-08-18 (Tue, 18 Aug 2015)
Changed paths:
M libraries/controllers/TableRelationController.class.php
M libraries/controllers/TableStructureController.class.php
M tbl_relation.php
A test/classes/controllers/TableRelationController_test.php
M test/classes/controllers/TableSearchController_test.php
A test/classes/controllers/TableStructureController_test.php
R test/libraries/PMA_tbl_relation_test.php
Log Message:
-----------
Add tests for TableStructureController and TableRelationController
Signed-off-by: Jason <jason.daurus(a)gmail.com>
Commit: fae4d6ce142fd4a0183e85ee8710e0d40cca1db5
https://github.com/phpmyadmin/phpmyadmin/commit/fae4d6ce142fd4a0183e85ee871…
Author: Jason <jason.daurus(a)gmail.com>
Date: 2015-08-18 (Tue, 18 Aug 2015)
Changed paths:
M test/classes/controllers/TableRelationController_test.php
M test/classes/controllers/TableStructureController_test.php
Log Message:
-----------
Fix failures in TableStructureController_Test
Signed-off-by: Jason <jason.daurus(a)gmail.com>
Commit: d6577f5d1a060895989c5cdaafcb0c93bd51c6a8
https://github.com/phpmyadmin/phpmyadmin/commit/d6577f5d1a060895989c5cdaafc…
Author: Jason <jason.daurus(a)gmail.com>
Date: 2015-08-20 (Thu, 20 Aug 2015)
Changed paths:
M libraries/controllers/TableChartController.class.php
M libraries/controllers/TableSearchController.class.php
M libraries/operations.lib.php
M tbl_chart.php
M test/classes/controllers/TableIndexesController_test.php
M test/classes/controllers/TableSearchController_test.php
M test/classes/controllers/TableStructureController_test.php
M test/libraries/PMA_central_columns_test.php
M test/libraries/PMA_mult_submits_test.php
R test/libraries/PMA_tbl_columns_definition_form_test.php
Log Message:
-----------
Add tests for TableSearchController, TableStructureController.
- Also fix a missing include in operations.lib.php
Signed-off-by: Jason <jason.daurus(a)gmail.com>
Commit: 917add1528e384d495de7a8ea6f5a9f1b6ec8e7c
https://github.com/phpmyadmin/phpmyadmin/commit/917add1528e384d495de7a8ea6f…
Author: Atul Pratap Singh <atulpratapsingh05(a)gmail.com>
Date: 2015-08-25 (Tue, 25 Aug 2015)
Changed paths:
M db_datadict.php
M db_structure.php
M libraries/DisplayResults.class.php
M libraries/Table.class.php
M libraries/controllers/Controller.class.php
M libraries/controllers/DatabaseStructureController.class.php
M libraries/controllers/TableChartController.class.php
M libraries/controllers/TableIndexesController.class.php
M libraries/controllers/TableRelationController.class.php
M libraries/controllers/TableSearchController.class.php
M libraries/controllers/TableStructureController.class.php
M libraries/operations.lib.php
M libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php
M libraries/tbl_info.inc.php
M tbl_chart.php
M tbl_find_replace.php
M tbl_gis_visualization.php
M tbl_indexes.php
M tbl_relation.php
M tbl_select.php
M tbl_structure.php
M tbl_zoom_select.php
M templates/table/relation/foreign_key_row.phtml
R test/classes/PMA_TableReplaceSearch_test.php
R test/classes/PMA_TableSearch_test.php
M test/classes/PMA_Table_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/libraries/PMA_central_columns_test.php
M test/libraries/PMA_mult_submits_test.php
R test/libraries/PMA_structure_test.php
R test/libraries/PMA_tbl_columns_definition_form_test.php
R test/libraries/PMA_tbl_indexes_test.php
R test/libraries/PMA_tbl_relation_test.php
A test/libraries/stubs/ResponseStub.php
Log Message:
-----------
Merge pull request #11370 from gzzhanghao/unittest
Recover test coverage
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/8d22e3ab7684...917add1528e3