Branch: refs/heads/master
Home: https://github.com/phpmyadmin/motranslator
Commit: 03b431f5002ab4f24c9b49d74820a4117fb429da
https://github.com/phpmyadmin/motranslator/commit/03b431f5002ab4f24c9b49d74…
Author: matt <matt(a)claritum.com>
Date: 2022-02-28 (Mon, 02 February 2022) +00:00
Changed paths:
A src/Cache/CacheFactoryInterface.php
A src/Cache/CacheInterface.php
A src/Cache/GetAllInterface.php
A src/Cache/InMemoryCache.php
A src/CacheException.php
A src/MoParser.php
A tests/Cache/InMemoryCacheTest.php
M .github/workflows/tests.yml
M README.md
M benchmark-context.php
M benchmark-plural.php
M benchmark.php
M src/Loader.php
M src/Translator.php
M tests/LoaderTest.php
M tests/MoFilesTest.php
M tests/PluralTest.php
M tests/TranslatorTest.php
Log Message:
-----------
- Refactored mo parsing into `MoParser` class
- `Translator` now consumes `CacheInterface`
- Added default `InMemoryCache`
Commit: 49ebd5f0a4e0ea7551d763ae087d2982aabf0920
https://github.com/phpmyadmin/motranslator/commit/49ebd5f0a4e0ea7551d763ae0…
Author: matt <matt(a)claritum.com>
Date: 2022-02-28 (Mon, 02 February 2022) +00:00
Changed paths:
A benchmark-apcu.php
A src/Cache/ApcuCache.php
A src/Cache/ApcuCacheFactory.php
A tests/Cache/ApcuCacheFactoryTest.php
A tests/Cache/ApcuCacheTest.php
M CHANGELOG.md
M PERFORMANCE.md
M README.md
M composer.json
M tests/LoaderTest.php
Log Message:
-----------
Added ApcuCache
Commit: 3c508bde45cf24b745fbbf8e4e292266a76aaf6a
https://github.com/phpmyadmin/motranslator/commit/3c508bde45cf24b745fbbf8e4…
Author: matt <matt(a)claritum.com>
Date: 2022-02-28 (Mon, 02 February 2022) +00:00
Changed paths:
M .github/workflows/tests.yml
M CHANGELOG.md
M README.md
M composer.json
M phpstan-baseline.neon
M src/Loader.php
Log Message:
-----------
Merge branch 'master' into apcu-cache
# Conflicts:
# CHANGELOG.md
# README.md
Commit: 8f7dd6e75d7c5c5cc3fb8f27cef430f6e2ea7d43
https://github.com/phpmyadmin/motranslator/commit/8f7dd6e75d7c5c5cc3fb8f27c…
Author: matt <matt(a)claritum.com>
Date: 2022-02-28 (Mon, 02 February 2022) +00:00
Changed paths:
M .github/workflows/tests.yml
M src/Cache/ApcuCache.php
Log Message:
-----------
Set apc.enable_cli=1 in GHA, fixed new phpstan fail
Commit: 46938913a8f35a1e1805d20ee16809136b35c0cc
https://github.com/phpmyadmin/motranslator/commit/46938913a8f35a1e1805d20ee…
Author: matt <matt(a)claritum.com>
Date: 2022-02-28 (Mon, 02 February 2022) +00:00
Changed paths:
M tests/LoaderTest.php
Log Message:
-----------
Fix test when run on phpunit-7.5
Commit: 3d124db486f27f2b37b8183559e8dddd08b222e3
https://github.com/phpmyadmin/motranslator/commit/3d124db486f27f2b37b818355…
Author: matt <matt(a)claritum.com>
Date: 2022-02-28 (Mon, 02 February 2022) +00:00
Changed paths:
M tests/LoaderTest.php
Log Message:
-----------
Fix psalm fail with phpunit-7.5
Commit: 86bd5b0ca96d349d3ff6223d8901f825ed7b95ac
https://github.com/phpmyadmin/motranslator/commit/86bd5b0ca96d349d3ff6223d8…
Author: matt <matt(a)claritum.com>
Date: 2022-02-28 (Mon, 02 February 2022) +00:00
Changed paths:
A tests/Cache/ApcuDisabledTest.php
M .github/workflows/tests.yml
M src/Cache/ApcuCache.php
M tests/Cache/ApcuCacheFactoryTest.php
M tests/TranslatorTest.php
Log Message:
-----------
Added tests for CacheException
Commit: 4d8d931ca416876a8c511a0ff7072467f333458f
https://github.com/phpmyadmin/motranslator/commit/4d8d931ca416876a8c511a0ff…
Author: matt <matt(a)claritum.com>
Date: 2022-02-28 (Mon, 02 February 2022) +00:00
Changed paths:
M .github/workflows/tests.yml
M composer.json
Log Message:
-----------
Test matrix runs alternates extensions, not apcu ini setting
Commit: b2153410a4a6dc40251816098fecf18ae634f34f
https://github.com/phpmyadmin/motranslator/commit/b2153410a4a6dc40251816098…
Author: matt <matt(a)claritum.com>
Date: 2022-03-01 (Tue, 03 March 2022) +00:00
Changed paths:
M tests/Cache/ApcuCacheTest.php
Log Message:
-----------
Added test to ensure lock honored during initial load
Commit: 43bd486de6c5dae2221485e52f4404fdd0e869a2
https://github.com/phpmyadmin/motranslator/commit/43bd486de6c5dae2221485e52…
Author: matt <matt(a)claritum.com>
Date: 2022-03-01 (Tue, 03 March 2022) +00:00
Changed paths:
M src/Cache/ApcuCache.php
M tests/Cache/ApcuCacheTest.php
Log Message:
-----------
Fixed TTL not set on ApcuCache::LOADED_KEY
Commit: 12f7249c6dcda9cd4eefcff8d36c7451fa01be13
https://github.com/phpmyadmin/motranslator/commit/12f7249c6dcda9cd4eefcff8d…
Author: matt <matt(a)claritum.com>
Date: 2022-03-01 (Tue, 03 March 2022) +00:00
Changed paths:
M src/Cache/ApcuCache.php
M tests/Cache/ApcuCacheTest.php
Log Message:
-----------
Fixed race when reloading on cache miss
Commit: e0f5da505759c260a3b30a98572a0c9a2d76c16c
https://github.com/phpmyadmin/motranslator/commit/e0f5da505759c260a3b30a985…
Author: matt <matt(a)claritum.com>
Date: 2022-03-01 (Tue, 03 March 2022) +00:00
Changed paths:
M README.md
Log Message:
-----------
Added instructions on hot-reloading cache
Commit: 5b12b60ca6cab20d8261d5ec06a9b2ba13a5b136
https://github.com/phpmyadmin/motranslator/commit/5b12b60ca6cab20d8261d5ec0…
Author: matt <matt(a)claritum.com>
Date: 2022-03-01 (Tue, 03 March 2022) +00:00
Changed paths:
M .github/workflows/tests.yml
Log Message:
-----------
Try disabling all shared extensions, then specifying to ones we want
Commit: 546ff003dfa8c70a0938a383fcaad200b65f7e05
https://github.com/phpmyadmin/motranslator/commit/546ff003dfa8c70a0938a383f…
Author: matt <matt(a)claritum.com>
Date: 2022-03-01 (Tue, 03 March 2022) +00:00
Changed paths:
M tests/Cache/ApcuDisabledTest.php
Log Message:
-----------
Added expected exception message
Commit: 2f4df47f1387941dc92f54e84f874cfda91425b1
https://github.com/phpmyadmin/motranslator/commit/2f4df47f1387941dc92f54e84…
Author: matt <matt(a)claritum.com>
Date: 2022-03-03 (Thu, 03 March 2022) +00:00
Changed paths:
M src/Cache/ApcuCache.php
M tests/Cache/ApcuCacheTest.php
Log Message:
-----------
Fixed key not prefixed when reloading on miss
Commit: 18070254e923d005694e0848654a0a4b49af20fd
https://github.com/phpmyadmin/motranslator/commit/18070254e923d005694e08486…
Author: matt <matt(a)claritum.com>
Date: 2022-03-12 (Sat, 03 March 2022) +00:00
Changed paths:
M src/Translator.php
M tests/TranslatorTest.php
Log Message:
-----------
Translator can accept filename or null argument for BC
Commit: 856b54aba664c3cea558ab9140735083b20a482e
https://github.com/phpmyadmin/motranslator/commit/856b54aba664c3cea558ab914…
Author: kynx <matt(a)kynx.org>
Date: 2022-03-12 (Sat, 03 March 2022) +00:00
Changed paths:
M src/Translator.php
Log Message:
-----------
Update docblock
Co-authored-by: William Desportes <williamdes(a)wdes.fr>
Commit: c42fb4becb125c62ec2485511c7f8dcd74fe82c3
https://github.com/phpmyadmin/motranslator/commit/c42fb4becb125c62ec2485511…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2022-03-28 (Mon, 03 March 2022) +02:00
Changed paths:
M composer.json
Log Message:
-----------
Add allow-plugins to composer.json
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: 91227d4aa60224420cba69f1d5b2e565f6625944
https://github.com/phpmyadmin/motranslator/commit/91227d4aa60224420cba69f1d…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2022-03-28 (Mon, 03 March 2022) +02:00
Changed paths:
A benchmark-apcu.php
A src/Cache/ApcuCache.php
A src/Cache/ApcuCacheFactory.php
A src/Cache/CacheFactoryInterface.php
A src/Cache/CacheInterface.php
A src/Cache/GetAllInterface.php
A src/Cache/InMemoryCache.php
A src/CacheException.php
A src/MoParser.php
A tests/Cache/ApcuCacheFactoryTest.php
A tests/Cache/ApcuCacheTest.php
A tests/Cache/ApcuDisabledTest.php
A tests/Cache/InMemoryCacheTest.php
M .github/workflows/tests.yml
M CHANGELOG.md
M PERFORMANCE.md
M README.md
M benchmark-context.php
M benchmark-plural.php
M benchmark.php
M composer.json
M src/Loader.php
M src/Translator.php
M tests/LoaderTest.php
M tests/MoFilesTest.php
M tests/PluralTest.php
M tests/TranslatorTest.php
Log Message:
-----------
Merge #42 - Add ability to use APCu for translation cache
Pull-request: #42
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/website
Commit: b667c3b4eb4e8344a2ba2c43c4c103cbbe5792ca
https://github.com/phpmyadmin/website/commit/b667c3b4eb4e8344a2ba2c43c4c103…
Author: Isaac Bennetch <bennetch(a)gmail.com>
Date: 2022-03-29 (Tue, 03 March 2022) -04:00
Changed paths:
M pmaweb/templates/_sponsors.html
M pmaweb/templates/sponsors.html
Log Message:
-----------
Updated alt text for maklarofferter.se
Signed-off-by: Isaac Bennetch <bennetch(a)gmail.com>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 51227c966f99e938d8a6195bd8f077ec4cd6a338
https://github.com/phpmyadmin/phpmyadmin/commit/51227c966f99e938d8a6195bd8f…
Author: phpMyAdmin bot <bot(a)phpmyadmin.net>
Date: 2022-03-27 (Sun, 03 March 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>