Branch: refs/heads/master
Home: https://github.com/phpmyadmin/error-reporting-server
Commit: e74ea21525d7e3b4d0945a8c4b474d62a4c132ea
https://github.com/phpmyadmin/error-reporting-server/commit/e74ea21525d7e3b…
Author: Deven Bansod <devenbansod.bits(a)gmail.com>
Date: 2017-05-22 (Mon, 22 May 2017)
Changed paths:
M src/Model/Table/IncidentsTable.php
M tests/TestCase/Model/Table/IncidentsTableTest.php
Log Message:
-----------
Log extremely long reports and don't save them
The text field in MySQL database holds 65535 characters maximum. If the length of
submitted incident is more than that, most likely it will throw an error and truncate
the data anyway.
Related to #137, #138, #140
Signed-off-by: Deven Bansod <devenbansod.bits(a)gmail.com>
Commit: 4ef8dd4d9c5c53a86d6e3e8d6b6b8810fb198c03
https://github.com/phpmyadmin/error-reporting-server/commit/4ef8dd4d9c5c53a…
Author: Deven Bansod <devenbansod(a)users.noreply.github.com>
Date: 2017-05-23 (Tue, 23 May 2017)
Changed paths:
M tests/TestCase/Model/Table/IncidentsTableTest.php
Log Message:
-----------
Fix errors in tests
Use `[]` notation to add new elements in array instead of array_push
Signed-off-by: Deven Bansod <devenbansod.bits(a)gmail.com>
Commit: 2a5c559e3c283f10f883060a979f436bbad6dfe2
https://github.com/phpmyadmin/error-reporting-server/commit/2a5c559e3c283f1…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-05-23 (Tue, 23 May 2017)
Changed paths:
M src/Model/Table/IncidentsTable.php
M tests/TestCase/Model/Table/IncidentsTableTest.php
Log Message:
-----------
Merge pull request #149 from devenbansod/log_long_reports
Log extremely long reports and don't save them
Compare: https://github.com/phpmyadmin/error-reporting-server/compare/f09d6f79bfe8..…
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 027ca3d33d94ab2403a43c32fe874f7efd20d9bc
https://github.com/phpmyadmin/phpmyadmin/commit/027ca3d33d94ab2403a43c32fe8…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-05-23 (Tue, 23 May 2017)
Changed paths:
M js/functions.js
M js/messages.php
Log Message:
-----------
Remove no longer needed validation
This is done by browser now.
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 013a9bc24a44e26f158a9ab7f21eaf25f907e04d
https://github.com/phpmyadmin/phpmyadmin/commit/013a9bc24a44e26f158a9ab7f21…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2017-05-23 (Tue, 23 May 2017)
Changed paths:
M doc/setup.rst
Log Message:
-----------
Fix typo, improve wording
Signed-off-by: Marc Delisle <marc(a)infomarc.info>
Commit: f2edeff02a54b2c8a443d3b9e3fefc2458e52968
https://github.com/phpmyadmin/phpmyadmin/commit/f2edeff02a54b2c8a443d3b9e3f…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-05-23 (Tue, 23 May 2017)
Changed paths:
M doc/setup.rst
Log Message:
-----------
Merge branch 'QA_4_7'
Commit: 52ff75837560497cb291d9f5e0ca4ba8423fbbf2
https://github.com/phpmyadmin/phpmyadmin/commit/52ff75837560497cb291d9f5e0c…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-05-23 (Tue, 23 May 2017)
Changed paths:
M gis_data_editor.php
M js/db_structure.js
M js/functions.js
M libraries/ErrorHandler.php
M libraries/Util.php
M libraries/central_columns.lib.php
M libraries/config/FormDisplay.tpl.php
M libraries/display_change_password.lib.php
M libraries/display_import.lib.php
M libraries/navigation/NavigationTree.php
M libraries/replication_gui.lib.php
M libraries/rte/rte_footer.lib.php
M libraries/rte/rte_list.lib.php
M libraries/rte/rte_routines.lib.php
M libraries/server_privileges.lib.php
M libraries/server_status_advisor.lib.php
M libraries/server_status_monitor.lib.php
M libraries/server_status_variables.lib.php
M libraries/sql.lib.php
M prefs_manage.php
M setup/frames/index.inc.php
M templates/database/designer/aggregate_query_panel.twig
M templates/database/designer/delete_relation_panel.twig
M templates/database/designer/having_query_panel.twig
M templates/database/designer/new_relation_panel.twig
M templates/database/designer/options_panel.twig
M templates/database/designer/query_details.phtml
M templates/database/designer/rename_to_panel.twig
M templates/database/designer/table_list.phtml
M templates/database/designer/where_query_panel.twig
M templates/prefs_autoload.twig
M templates/server/databases/table_row.phtml
M templates/table/chart/tbl_chart.phtml
M templates/table/gis_visualization/gis_visualization.phtml
M templates/table/search/options.phtml
M templates/table/search/zoom_result_form.phtml
M templates/table/structure/move_columns_dialog.phtml
M test/libraries/PMA_FormDisplay_tpl_test.php
M test/libraries/PMA_server_status_advisor_test.php
M test/libraries/PMA_server_status_variables_test.php
M test/libraries/common/PMA_browseUploadFile_test.php
Log Message:
-----------
Merge branch 'master' of github.com:phpmyadmin/phpmyadmin
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/2acd211373eb...52ff75837560
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 05e39541c7eaaa502e123cc6343a6c88b8e10aa4
https://github.com/phpmyadmin/phpmyadmin/commit/05e39541c7eaaa502e123cc6343…
Author: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Date: 2017-05-22 (Mon, 22 May 2017)
Changed paths:
M gis_data_editor.php
M js/db_structure.js
M js/functions.js
M libraries/ErrorHandler.php
M libraries/Util.php
M libraries/central_columns.lib.php
M libraries/config/FormDisplay.tpl.php
M libraries/display_change_password.lib.php
M libraries/display_import.lib.php
M libraries/navigation/NavigationTree.php
M libraries/replication_gui.lib.php
M libraries/rte/rte_footer.lib.php
M libraries/rte/rte_list.lib.php
M libraries/rte/rte_routines.lib.php
M libraries/server_privileges.lib.php
M libraries/server_status_advisor.lib.php
M libraries/server_status_monitor.lib.php
M libraries/server_status_variables.lib.php
M libraries/sql.lib.php
M prefs_manage.php
M setup/frames/index.inc.php
M templates/database/designer/aggregate_query_panel.twig
M templates/database/designer/delete_relation_panel.twig
M templates/database/designer/having_query_panel.twig
M templates/database/designer/new_relation_panel.twig
M templates/database/designer/options_panel.twig
M templates/database/designer/query_details.phtml
M templates/database/designer/rename_to_panel.twig
M templates/database/designer/table_list.phtml
M templates/database/designer/where_query_panel.twig
M templates/prefs_autoload.twig
M templates/server/databases/table_row.phtml
M templates/table/chart/tbl_chart.phtml
M templates/table/gis_visualization/gis_visualization.phtml
M templates/table/search/options.phtml
M templates/table/search/zoom_result_form.phtml
M templates/table/structure/move_columns_dialog.phtml
M test/libraries/PMA_FormDisplay_tpl_test.php
M test/libraries/PMA_server_status_advisor_test.php
M test/libraries/PMA_server_status_variables_test.php
M test/libraries/common/PMA_browseUploadFile_test.php
Log Message:
-----------
Remove inline CSS
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Commit: 2acd211373ebf7fce11b60c3cfc9988092057d1c
https://github.com/phpmyadmin/phpmyadmin/commit/2acd211373ebf7fce11b60c3cfc…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-05-23 (Tue, 23 May 2017)
Changed paths:
M gis_data_editor.php
M js/db_structure.js
M js/functions.js
M libraries/ErrorHandler.php
M libraries/Util.php
M libraries/central_columns.lib.php
M libraries/config/FormDisplay.tpl.php
M libraries/display_change_password.lib.php
M libraries/display_import.lib.php
M libraries/navigation/NavigationTree.php
M libraries/replication_gui.lib.php
M libraries/rte/rte_footer.lib.php
M libraries/rte/rte_list.lib.php
M libraries/rte/rte_routines.lib.php
M libraries/server_privileges.lib.php
M libraries/server_status_advisor.lib.php
M libraries/server_status_monitor.lib.php
M libraries/server_status_variables.lib.php
M libraries/sql.lib.php
M prefs_manage.php
M setup/frames/index.inc.php
M templates/database/designer/aggregate_query_panel.twig
M templates/database/designer/delete_relation_panel.twig
M templates/database/designer/having_query_panel.twig
M templates/database/designer/new_relation_panel.twig
M templates/database/designer/options_panel.twig
M templates/database/designer/query_details.phtml
M templates/database/designer/rename_to_panel.twig
M templates/database/designer/table_list.phtml
M templates/database/designer/where_query_panel.twig
M templates/prefs_autoload.twig
M templates/server/databases/table_row.phtml
M templates/table/chart/tbl_chart.phtml
M templates/table/gis_visualization/gis_visualization.phtml
M templates/table/search/options.phtml
M templates/table/search/zoom_result_form.phtml
M templates/table/structure/move_columns_dialog.phtml
M test/libraries/PMA_FormDisplay_tpl_test.php
M test/libraries/PMA_server_status_advisor_test.php
M test/libraries/PMA_server_status_variables_test.php
M test/libraries/common/PMA_browseUploadFile_test.php
Log Message:
-----------
Merge pull request #13293 from mauriciofauth/inline-css
Remove some inline CSS
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/4174eca15762...2acd211373eb