7627 Commits

Author SHA1 Message Date
Pronouns Page Technical
cec37a5e27 Update dependency @nuxt/test-utils to ^3.17.2 2025-05-03 15:06:38 +00:00
Valentyne Stigloher
ae94bd9631 Merge branch 'gravatar-sha256-p' into 'main'
Gravatar sha256

See merge request PronounsPage/PronounsPage!605
2025-05-03 12:40:26 +00:00
Valentyne Stigloher
82c8ea8547 (refactor) use sha256 instead of md5 for image copy, remove js-md5 dependency 2025-05-03 14:26:58 +02:00
Valentyne Stigloher
96197e3f37 (refactor) use sha256 instead of md5 for calendar summary 2025-05-03 14:25:34 +02:00
Valentyne Stigloher
0c444ad1af (refactor) use sha256 instead of md5 for the test version password 2025-05-03 14:25:34 +02:00
Valentyne Stigloher
d0b884c527 (profile) use sha256 instead of md5 to request gravatar 2025-05-03 14:25:34 +02:00
Andrea Vos
956c654089 Merge branch 'renovate/nuxtjs-monorepo' into 'main'
Update dependency nuxt to ^3.17.1

See merge request PronounsPage/PronounsPage!607
2025-05-03 11:39:30 +00:00
Pronouns Page Technical
36e82d1ae4 Update dependency nuxt to ^3.17.1 2025-05-02 15:06:43 +00:00
ar contributors
7e004234fd (ar)(trans) 2025-05-01 10:38:30 +02:00
Andrea Vos
01bf067849 (lint) 2025-04-30 12:03:29 +02:00
Andrea Vos
0a0db3d77e (eo) /english page 2025-04-30 11:52:42 +02:00
Valentyne Stigloher
c3818622d1 (refactor) make config.api optional and add enabled and route property to have it consistent with others 2025-04-28 11:41:41 +02:00
Valentyne Stigloher
c6e66a41de (pronouns) fix isEmoji to check whether the whole string is an emoji 2025-04-28 11:41:32 +02:00
Valentyne Stigloher
c3d9a63df9 (fix) encode uri on <NuxtLink> in more places 2025-04-27 15:58:14 +02:00
eo contributors
b686abb15d (eo)(trans) 2025-04-27 15:47:44 +02:00
Valentyne Stigloher
a054c75fcf (fix)(pronouns) pass prepend and append in grammar tables 2025-04-26 12:37:59 +02:00
Valentyne Stigloher
3e847b695f (typo) 2025-04-25 22:19:16 +02:00
Valentyne Stigloher
f4c67bea9a (lint) activate vue/require-typed-ref and add typing to ensure no implicit any on refs 2025-04-25 13:32:47 +02:00
Valentyne Stigloher
195ac3dbf4 (lint) activate vue/prefer-use-template-ref, vue/require-macro-variable-name 2025-04-25 13:32:10 +02:00
ru contributors
aa82330c3b (ru)(trans) 2025-04-25 12:49:44 +02:00
Valentyne Stigloher
b9eb445256 Merge branch 'nouns-conventions-p' into 'main'
noun conventions page

See merge request PronounsPage/PronounsPage!602
2025-04-22 13:59:12 +00:00
Valentyne Stigloher
42525a9846 (de)(nouns) support multiple stems per word as some conventions use different forms and example sentences still need to be consistent 2025-04-22 15:05:04 +02:00
Valentyne Stigloher
58387c710b (grammar) make short column header name optional 2025-04-22 14:29:10 +02:00
Valentyne Stigloher
bf39ca90a4 (nouns) display noun convention group on details page 2025-04-22 14:29:10 +02:00
Valentyne Stigloher
68d3442686 (refactor) replace additional prop for supplying the key of NounConvention with withKey 2025-04-22 14:29:10 +02:00
Valentyne Stigloher
bf2954c6fe (nouns) group conventions similar too pronouns 2025-04-22 14:29:10 +02:00
Valentyne Stigloher
2a9fde5efd (pronouns) do not pronounce unpronounceable pronouns 2025-04-22 14:29:10 +02:00
Valentyne Stigloher
f021cd08ea (nouns) move noun convention links to top level 2025-04-22 14:29:10 +02:00
Valentyne Stigloher
5911d89ef5 (pronouns) move pronoun parsing in route middleware (404 is now handled in error.vue, highlighting no nav item there) 2025-04-22 14:29:10 +02:00
Valentyne Stigloher
03abb39da1 (nouns) add translations for conventions intro, add title 2025-04-22 14:29:10 +02:00
Valentyne Stigloher
5aa83aa1f0 (nouns) filter example sentences missing required morphemes or declensions 2025-04-22 14:29:10 +02:00
Valentyne Stigloher
5ecb113ddc (de)(nouns) add examples 2025-04-22 14:29:10 +02:00
Valentyne Stigloher
c770365d63 (refactor) make ExamplePart[] a class to move methods there and rename old Example to PronounExample 2025-04-22 14:29:10 +02:00
Valentyne Stigloher
5be84330eb (de)(nouns) show declension for multiple noun stem classes 2025-04-22 14:29:10 +02:00
Valentyne Stigloher
7240941985 (de)(nouns) replace declension patterns index by noun conventions index 2025-04-22 14:29:10 +02:00
Valentyne Stigloher
4a7a0410ab (de)(nouns) show sample declension for noun conventions 2025-04-22 14:29:10 +02:00
Valentyne Stigloher
f054e35be2 (de)(nouns) add descriptions and warnings to noun conventions 2025-04-22 14:29:10 +02:00
Valentyne Stigloher
ec5f0ba97d (de)(nouns) grammar tables for noun conventions 2025-04-22 14:29:10 +02:00
Valentyne Stigloher
d54b2c912c (refactor) let languages only define their unique variants from base converters and not handle the standard conversion 2025-04-22 14:29:10 +02:00
Valentyne Stigloher
ab40c054e6 (refactor) decouple <Example>, <Morpheme> and other components from Pronoun 2025-04-22 14:29:10 +02:00
Valentyne Stigloher
7cc2e401ee (vue) migrate <ExampleCategoryListItem> to composition API 2025-04-22 14:29:10 +02:00
Valentyne Stigloher
933ecb3d65 (refactor) factor out getBaseMorpheme 2025-04-22 14:29:10 +02:00
Valentyne Stigloher
9f3d3bca7f (vue) migrate <Example> to composition API 2025-04-22 14:29:10 +02:00
Valentyne Stigloher
b279940380 (vue) migrate <Morpheme> to composition API 2025-04-22 14:29:10 +02:00
Andrea Vos
cf32005da2 (pl) miastamaszerujace 2025 2025-04-19 17:13:42 +02:00
Andrea Vos
ac1e8677b0 (pl) miastamaszerujace 2025 2025-04-19 15:46:49 +02:00
Andrea Vos
08c7e37e28 (blog) make blog posts a bit more prominent 2025-04-19 15:17:12 +02:00
Andrea Vos
4f9750c823 (bug) fix cleanupAccounts emails saying just "undefined undefined" 2025-04-19 13:40:08 +02:00
Valentyne Stigloher
8f6c1cb04f (ts) reference tsconfig.json in schema generator so it picks up the ~ import alias
it didn’t generate a schema for Category, so it passed even on wrong configuration
2025-04-19 12:28:06 +02:00
Valentyne Stigloher
6e636f4288 (ci) explicitely define $DEPLOY_NAME for test environments (also allows deploy to test with just DEPLOY_TARGET=test instead of test/default) 2025-04-18 14:35:30 +02:00