Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 5d0fd81e674464c4ba79f40a84974b1129b350e4
https://github.com/phpmyadmin/phpmyadmin/commit/5d0fd81e674464c4ba79f40a849…
Author: Leonardo Strozzi <laps15(a)inf.ufpr.br>
Date: 2018-05-29 (Tue, 29 May 2018)
Changed paths:
M browse_foreigners.php
M libraries/classes/Controllers/Database/DatabaseStructureController.php
M libraries/classes/Controllers/Server/ServerDatabasesController.php
M libraries/classes/Controllers/Server/ServerPluginsController.php
M libraries/classes/Controllers/Table/TableSearchController.php
M libraries/classes/Controllers/Table/TableStructureController.php
M libraries/classes/Database/Designer.php
M libraries/classes/Display/Results.php
M libraries/classes/Template.php
R libraries/classes/Twig/PhpFunctionsExtension.php
M libraries/classes/Types.php
M libraries/tbl_columns_definition_form.inc.php
M scripts/generate-twig-cache
M templates/columns_definitions/column_attributes.twig
M templates/columns_definitions/column_default.twig
M templates/columns_definitions/column_virtuality.twig
M templates/columns_definitions/transformation.twig
M templates/database/designer/database_tables.twig
M templates/database/structure/body_for_table_summary.twig
M templates/database/structure/structure_table_row.twig
M templates/server/databases/databases_footer.twig
M templates/server/databases/table_row.twig
M templates/server/plugins/section.twig
M templates/server/plugins/section_links.twig
M templates/table/search/fields_table.twig
M templates/table/search/rows_zoom.twig
M templates/table/search/search_and_replace.twig
M templates/table/search/selection_form.twig
M templates/table/structure/display_structure.twig
Log Message:
-----------
Remove Twig php function extensions
Signed-off-by: Leonardo Strozzi <laps15(a)inf.ufpr.br>
Commit: 06656745126a3f1a91a32461f96986529f103fa1
https://github.com/phpmyadmin/phpmyadmin/commit/06656745126a3f1a91a32461f96…
Author: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Date: 2018-05-29 (Tue, 29 May 2018)
Changed paths:
M browse_foreigners.php
M libraries/classes/Controllers/Database/DatabaseStructureController.php
M libraries/classes/Controllers/Server/ServerDatabasesController.php
M libraries/classes/Controllers/Server/ServerPluginsController.php
M libraries/classes/Controllers/Table/TableSearchController.php
M libraries/classes/Controllers/Table/TableStructureController.php
M libraries/classes/Database/Designer.php
M libraries/classes/Display/Results.php
M libraries/classes/Template.php
R libraries/classes/Twig/PhpFunctionsExtension.php
M libraries/classes/Types.php
M libraries/tbl_columns_definition_form.inc.php
M scripts/generate-twig-cache
M templates/columns_definitions/column_attributes.twig
M templates/columns_definitions/column_default.twig
M templates/columns_definitions/column_virtuality.twig
M templates/columns_definitions/transformation.twig
M templates/database/designer/database_tables.twig
M templates/database/structure/body_for_table_summary.twig
M templates/database/structure/structure_table_row.twig
M templates/server/databases/databases_footer.twig
M templates/server/databases/table_row.twig
M templates/server/plugins/section.twig
M templates/server/plugins/section_links.twig
M templates/table/search/fields_table.twig
M templates/table/search/rows_zoom.twig
M templates/table/search/search_and_replace.twig
M templates/table/search/selection_form.twig
M templates/table/structure/display_structure.twig
Log Message:
-----------
Merge pull request #14317 from laps15/extension_removal
Extension removal
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/3df5e80b0158...06656745126a
**NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 61a8593c7e346fa583435b5cf05528166c73eb16
https://github.com/phpmyadmin/phpmyadmin/commit/61a8593c7e346fa583435b5cf05…
Author: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Date: 2018-05-29 (Tue, 29 May 2018)
Changed paths:
M libraries/classes/Dbi/DbiDummy.php
R libraries/dbi/dbi_dummy.inc.php
A test/classes/Dbi/DbiDummyTest.php
R test/libraries/DummyDbiTest.php
Log Message:
-----------
Remove libraries/dbi/dbi_dummy.inc.php
Move libraries/dbi/dbi_dummy.inc.php to PhpMyAdmin\Dbi\DbiDummy::init()
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
**NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 4bff9256debfb21a6e2516d7e5a23c7af4f2cbcb
https://github.com/phpmyadmin/phpmyadmin/commit/4bff9256debfb21a6e2516d7e5a…
Author: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Date: 2018-05-29 (Tue, 29 May 2018)
Changed paths:
M libraries/classes/Plugins/Export/ExportXml.php
M libraries/classes/Plugins/Import/ImportLdi.php
Log Message:
-----------
Remove 'Undefined index' PHP notice
- libraries/classes/Plugins/Export/ExportXml.php
- libraries/classes/Plugins/Import/ImportLdi.php
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
**NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 1c097a90eb8430a0445886b1849935e0e3e603bf
https://github.com/phpmyadmin/phpmyadmin/commit/1c097a90eb8430a0445886b1849…
Author: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Date: 2018-05-28 (Mon, 28 May 2018)
Changed paths:
M composer.json
M scripts/generate-twig-cache
Log Message:
-----------
Update Twig to v2.4
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Commit: 2875ceece9aa9e7a6bb1012a2906ac9d298a3d9e
https://github.com/phpmyadmin/phpmyadmin/commit/2875ceece9aa9e7a6bb1012a290…
Author: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Date: 2018-05-28 (Mon, 28 May 2018)
Changed paths:
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/brx.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/fil.po
M po/fr.po
M po/fy.po
M po/gl.po
M po/gu.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/ig.po
M po/it.po
M po/ja.po
M po/ka.po
M po/kab.po
M po/kk.po
M po/km.po
M po/kn.po
M po/ko.po
M po/ksh.po
M po/ku.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
Log Message:
-----------
Update po files
[CI skip]
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/0785c5790441...2875ceece9aa
**NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.