Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: ea542733ec4cb3b9a3ada6e6a73858ac2b18a770
https://github.com/phpmyadmin/phpmyadmin/commit/ea542733ec4cb3b9a3ada6e6a73…
Author: phpMyAdmin bot <bot(a)phpmyadmin.net>
Date: 2023-04-09 (Sun, 04 April 2023) +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: 93c103078b90f083f2f4952a39c55c7747ae82ea
https://github.com/phpmyadmin/phpmyadmin/commit/93c103078b90f083f2f4952a39c…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-04-08 (Sat, 04 April 2023) -03:00
Changed paths:
M js/global.d.ts
M js/src/codemirror/addon/lint/sql-lint.ts
M js/src/designer/database.ts
M js/src/modules/ajax-message.ts
M js/src/modules/common.ts
M js/src/modules/config.ts
M js/src/modules/console/config.ts
M js/src/modules/cross_framing_protection.ts
M js/src/modules/functions/formatDateTime.ts
M js/src/modules/functions/ignorePhpErrors.ts
M js/src/modules/functions/isStorageSupported.ts
M js/src/modules/keyhandler.ts
M js/src/modules/sql-highlight.ts
M js/src/table/zoom_plot_jqplot.ts
M js/src/transformations/image_upload.ts
M js/src/transformations/json.ts
M js/src/transformations/xml.ts
Log Message:
-----------
Fix some errors reported by TypeScript
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: edc4a0d41f34053244ea1cd8c67774b6b653c3f6
https://github.com/phpmyadmin/phpmyadmin/commit/edc4a0d41f34053244ea1cd8c67…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-04-05 (Wed, 04 April 2023) -03:00
Changed paths:
M js/src/modules/git-info.ts
M webpack.config.cjs
Log Message:
-----------
Add new variable for version up to date message
Fixes error TS2740 reported by TypeScript.
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Commit: f5a5983bc1a9752834dd8ad58ea1b52575c86196
https://github.com/phpmyadmin/phpmyadmin/commit/f5a5983bc1a9752834dd8ad58ea…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-04-05 (Wed, 04 April 2023) -03:00
Changed paths:
M .eslintrc.json
M js/global.d.ts
M js/src/chart.ts
M js/src/designer/history.ts
M js/src/designer/init.ts
M js/src/error_report.ts
M js/src/gis_data_editor.ts
M js/src/modules/config.ts
M js/src/modules/console.ts
M js/src/modules/functions.ts
M js/src/modules/navigation.ts
M js/src/sql.ts
M js/src/table/change.ts
M js/src/table/gis_visualization.ts
M js/src/validator-messages.ts
Log Message:
-----------
Declare some js globals as Window properties
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>