Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: de1c381f23ecd77cc57c5d05b17cc6b5aaac215b
https://github.com/phpmyadmin/phpmyadmin/commit/de1c381f23ecd77cc57c5d05b17…
Author: Josep Sanz <josep.sanz(a)saltos.org>
Date: 2021-07-11 (Sun, 07 July 2021) +02:00
Changed paths:
M libraries/classes/Controllers/Database/StructureController.php
M libraries/classes/DatabaseInterface.php
M libraries/classes/StorageEngine.php
Log Message:
-----------
Add suport to the Mroonga engine: with this patch you can see the size
of the Mroonga's tables
Apply an optimization suggested
In reality, I have applied 2 optimizations, the first consists in filter by the object type as @williamdes suggested to me and the second is because we don't need to store all data of each mroonga object, we only need the name of the object that is used to compare with the tables names, thanks @williamdes by the optimization idea
Signed-off-by: Josep Sanz <josep.sanz(a)saltos.org>
Commit: f0db5fb57efba1e7c41b75fd9b2056b3f34be715
https://github.com/phpmyadmin/phpmyadmin/commit/f0db5fb57efba1e7c41b75fd9b2…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2021-07-11 (Sun, 07 July 2021) +02:00
Changed paths:
M test/classes/Controllers/Database/StructureControllerTest.php
M test/classes/StorageEngineTest.php
M test/classes/Stubs/DbiDummy.php
Log Message:
-----------
Add tests for Mroonga support
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: 05f134c91bbddd1a874e90972c7775652aa47b25
https://github.com/phpmyadmin/phpmyadmin/commit/05f134c91bbddd1a874e90972c7…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2021-07-11 (Sun, 07 July 2021) +02:00
Changed paths:
M libraries/classes/DatabaseInterface.php
M libraries/classes/StorageEngine.php
Log Message:
-----------
Documentation and typo fixes
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: 9954c47577fcf6861a81d4e7a4e0adda98c2a504
https://github.com/phpmyadmin/phpmyadmin/commit/9954c47577fcf6861a81d4e7a4e…
Author: Fawzi E. Abdulfattah <iifawzie(a)gmail.com>
Date: 2021-07-13 (Tue, 07 July 2021) +02:00
Changed paths:
M js/src/functions.js
M libraries/classes/Html/Generator.php
M libraries/classes/Query/Compatibility.php
M libraries/classes/Table.php
M libraries/classes/Table/ColumnsDefinition.php
M templates/columns_definitions/column_definitions_form.twig
Log Message:
-----------
Fix #16138 - ignore the length of integer types, and show a warning
Fixes: #16138
Signed-off-by: Fawzi E. Abdulfattah <iifawzie(a)gmail.com>
Commit: e6e496f67b03338f5f91ec304005280b81e51065
https://github.com/phpmyadmin/phpmyadmin/commit/e6e496f67b03338f5f91ec30400…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2021-07-13 (Tue, 07 July 2021) +02:00
Changed paths:
M libraries/classes/Html/Generator.php
Log Message:
-----------
Code improvements for Html/Generator::getSupportedDatatypes
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: 0b81db92fa23fde90943be5272b825dde42c4c45
https://github.com/phpmyadmin/phpmyadmin/commit/0b81db92fa23fde90943be5272b…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2021-07-13 (Tue, 07 July 2021) +02:00
Changed paths:
M js/src/functions.js
M libraries/classes/Html/Generator.php
M libraries/classes/Query/Compatibility.php
M libraries/classes/Table.php
M libraries/classes/Table/ColumnsDefinition.php
M templates/columns_definitions/column_definitions_form.twig
Log Message:
-----------
Merge #16767 - Fix #16138 - Ignore the length of the integer types and show a warning
Fixes: #16138
Pull-request: #16767
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: 5c864de28839738544651f698cf64b8517fb4af8
https://github.com/phpmyadmin/phpmyadmin/commit/5c864de28839738544651f698cf…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2021-07-13 (Tue, 07 July 2021) +02:00
Changed paths:
M ChangeLog
Log Message:
-----------
Add a ChangeLog entry for #16138
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: c82f87b74960871214e6265a392b75ba4e773b8e
https://github.com/phpmyadmin/phpmyadmin/commit/c82f87b74960871214e6265a392…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2021-07-13 (Tue, 07 July 2021) +02:00
Changed paths:
M libraries/classes/Controllers/Database/StructureController.php
M libraries/classes/DatabaseInterface.php
M libraries/classes/StorageEngine.php
M test/classes/Controllers/Database/StructureControllerTest.php
M test/classes/StorageEngineTest.php
M test/classes/Stubs/DbiDummy.php
Log Message:
-----------
Merge #16945 - Add suport for Mroonga engine
Pull-request: #16945
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: f357a5d7c35f520d02c71ef0ad36fb4a4d570e2a
https://github.com/phpmyadmin/phpmyadmin/commit/f357a5d7c35f520d02c71ef0ad3…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2021-07-13 (Tue, 07 July 2021) +02:00
Changed paths:
M ChangeLog
Log Message:
-----------
Add a ChangeLog entry for c82f87b749
Pull-request: #16945
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 8021847847714a6546b6af20579b82ab98da59e5
https://github.com/phpmyadmin/phpmyadmin/commit/8021847847714a6546b6af20579…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2021-07-12 (Mon, 07 July 2021) +02:00
Changed paths:
M .github/workflows/update-po.yml
Log Message:
-----------
Only run crons on the main repository, not on forks
Ref: 09a6f4e5e6db2b54cd5d403d09956835157aa726
Ref: #16955
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: a4cc0f26842f657155c0f448891e5bb2f3d431f0
https://github.com/phpmyadmin/phpmyadmin/commit/a4cc0f26842f657155c0f448891…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2021-07-12 (Mon, 07 July 2021) +02:00
Changed paths:
M .github/workflows/update-po.yml
Log Message:
-----------
Add a name to the update po file job
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: f6c8d6b8700892500f0bb9436ad2d3416f35cbf8
https://github.com/phpmyadmin/phpmyadmin/commit/f6c8d6b8700892500f0bb9436ad…
Author: phpMyAdmin bot <bot(a)phpmyadmin.net>
Date: 2021-07-11 (Sun, 07 July 2021) +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/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>