Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: e96fab654df405595b9f42c5a4eba04f80344cc1
https://github.com/phpmyadmin/phpmyadmin/commit/e96fab654df405595b9f42c5a4e…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2022-09-11 (Sun, 09 September 2022) -03:00
Changed paths:
M libraries/classes/Database/Routines.php
M libraries/classes/DatabaseInterface.php
M libraries/classes/Dbal/DbalInterface.php
M libraries/classes/Operations.php
M libraries/classes/Plugins/Export/ExportSql.php
M libraries/classes/Plugins/Export/ExportXml.php
M psalm-baseline.xml
M test/classes/Database/RoutinesTest.php
M test/classes/Plugins/Export/ExportXmlTest.php
Log Message:
-----------
Move DBI's getProceduresOrFunctions into Routines class
Splits the method into Routines::getFunctionNames and
Routines::getProcedureNames and adds tests.
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 7975f5fb05befd63e10408a9c34a3ffff56a2515
https://github.com/phpmyadmin/phpmyadmin/commit/7975f5fb05befd63e10408a9c34…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2022-09-11 (Sun, 09 September 2022) -03:00
Changed paths:
M libraries/classes/Database/Events.php
M libraries/classes/Database/Routines.php
M libraries/classes/DatabaseInterface.php
M libraries/classes/Dbal/DbalInterface.php
M libraries/classes/Operations.php
M libraries/classes/Plugins/Export/ExportSql.php
M libraries/classes/Plugins/Export/ExportXml.php
M phpstan-baseline.neon
M psalm-baseline.xml
M test/classes/Plugins/Export/ExportSqlTest.php
M test/classes/Plugins/Export/ExportXmlTest.php
Log Message:
-----------
Move DBI's getDefinition into the Routines and Events classes
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 866bd70f4828e2d850c3ff846ed2d7e28ad52866
https://github.com/phpmyadmin/phpmyadmin/commit/866bd70f4828e2d850c3ff846ed…
Author: phpMyAdmin bot <bot(a)phpmyadmin.net>
Date: 2022-09-11 (Sun, 09 September 2022) +00:00
Changed paths:
M po/af.po
M po/am.po
M po/ar.po
M po/ar_LY.po
M po/az.po
M po/be.po
M po/be(a)latin.po
M po/ber.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/enm.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/my.po
M po/nb.po
M po/ne.po
M po/nl.po
M po/nn.po
M po/pa.po
M po/phpmyadmin.pot
M po/pl.po
M po/pt.po
M po/pt_BR.po
M po/rcf.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/tzm.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: phpMyAdmin bot <bot(a)phpmyadmin.net>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: a8421efd56011cb2917f358ca26bea2a7168c230
https://github.com/phpmyadmin/phpmyadmin/commit/a8421efd56011cb2917f358ca26…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2022-09-10 (Sat, 09 September 2022) -03:00
Changed paths:
M libraries/classes/Database/Triggers.php
M libraries/classes/DatabaseInterface.php
M libraries/classes/Dbal/DbalInterface.php
M libraries/classes/Operations.php
M libraries/classes/Plugins/Export/ExportHtmlword.php
M libraries/classes/Plugins/Export/ExportOdt.php
M libraries/classes/Plugins/Export/ExportSql.php
M libraries/classes/Plugins/Export/ExportTexytext.php
M libraries/classes/Plugins/Export/ExportXml.php
M libraries/classes/Plugins/Export/Helpers/Pdf.php
M libraries/classes/Table.php
M phpstan-baseline.neon
M psalm-baseline.xml
M test/classes/Plugins/Export/ExportHtmlwordTest.php
M test/classes/Plugins/Export/ExportOdtTest.php
M test/classes/Plugins/Export/ExportTexytextTest.php
M test/classes/Plugins/Export/ExportXmlTest.php
M test/classes/TableTest.php
Log Message:
-----------
Move DBI getTriggers method into the Triggers class
DatabaseInterface::getTriggers -> Database\Triggers::getDetails
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/6.0.x
Home: https://github.com/phpmyadmin/sql-parser
Commit: 097191cc240cade3411c7891a9ccf2fc53b5fba9
https://github.com/phpmyadmin/sql-parser/commit/097191cc240cade3411c7891a9c…
Author: Kristjan Räts <kristjanrats(a)gmail.com>
Date: 2022-08-20 (Sat, 08 August 2022) +02:00
Changed paths:
M locale/et/LC_MESSAGES/sqlparser.mo
M locale/et/LC_MESSAGES/sqlparser.po
Log Message:
-----------
Translated using Weblate (Estonian)
Currently translated at 98.1% (53 of 54 strings)
[CI skip]
Translation: phpMyAdmin/SQL parser
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/sql-parser/et/
Signed-off-by: Kristjan Räts <kristjanrats(a)gmail.com>
Commit: 6e34c69c9860b7236e2bffac5fddbfd458fcba56
https://github.com/phpmyadmin/sql-parser/commit/6e34c69c9860b7236e2bffac5fd…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2022-09-09 (Fri, 09 September 2022) +02:00
Changed paths:
M phpstan-baseline.neon
Log Message:
-----------
Update phpstan baseline
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: 8fc323ebdc12101a0ded28314e8f9f8b06f96ff1
https://github.com/phpmyadmin/sql-parser/commit/8fc323ebdc12101a0ded28314e8…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2022-09-09 (Fri, 09 September 2022) +02:00
Changed paths:
M composer.json
Log Message:
-----------
Add composer scripts from the main repository
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: d4cf63afe529147617b1dcbe8e6698add342a57b
https://github.com/phpmyadmin/sql-parser/commit/d4cf63afe529147617b1dcbe8e6…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2022-09-09 (Fri, 09 September 2022) +02:00
Changed paths:
M .github/workflows/lint-and-analyse-php.yml
M .github/workflows/mutation-tests.yml
M .github/workflows/tests.yml
Log Message:
-----------
Use composer scripts on GitHub workflows
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: b1315e0b33992c265880fda6707ecd59b3142f27
https://github.com/phpmyadmin/sql-parser/commit/b1315e0b33992c265880fda6707…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2022-09-09 (Fri, 09 September 2022) +02:00
Changed paths:
M psalm-baseline.xml
Log Message:
-----------
Update psalm baseline
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: b631d18888796f6f800148aaf435b606d6bb90ba
https://github.com/phpmyadmin/sql-parser/commit/b631d18888796f6f800148aaf43…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2022-09-10 (Sat, 09 September 2022) +02:00
Changed paths:
M .github/workflows/lint-and-analyse-php.yml
M .github/workflows/mutation-tests.yml
M .github/workflows/tests.yml
M composer.json
M locale/et/LC_MESSAGES/sqlparser.mo
M locale/et/LC_MESSAGES/sqlparser.po
M phpstan-baseline.neon
M psalm-baseline.xml
Log Message:
-----------
Merge branch 'master' into 6.0.x