| Commit message (Expand) | Author | Age | Files | Lines |
| * | aux/lib.sh: Add mkstemp and mkdtemp, and copy uuid over•••The tests were relying on the unspecified and non-standartized
behaviour of "mktemp". Now they use "mkstemp()", a shim sh function to
provide the expected behaviour, and an accompanying "mkdtemp()"
function is also defined.
To further decouple from specific implementations and OS-behaviours and
quirks, a aux/lib.sh file containing both those functions was added.
Its purpose is to also allow code under aux/ to not depend on specific
behaviour.
"mkdtemp()" had to be replicated in aux/ci/ci-build.sh, since it runs
outside the repository.
| EuAndreh | 2021-07-15 | 12 | -69/+133 |
| * | TODOs.md: Add #task-f4807694-2187-5cb5-115e-c5970a052f1f | EuAndreh | 2021-07-15 | 1 | -0/+3 |
| * | CHANGELOG.md: Add entry on translating README.md and CHANGELOG.md files | EuAndreh | 2021-07-15 | 4 | -0/+22 |
| * | README.md: Use "#" over "[sudo]" prefix to denote privilege | EuAndreh | 2021-07-15 | 4 | -31/+58 |
| * | TODOs.md: Mark #task-b4d3eb41-64f4-9882-e03b-ab76af4dbd00 as DONE | EuAndreh | 2021-07-15 | 1 | -1/+5 |
| * | aux/workflow/l10n.sh: Support "-L CONTRIBLANGS" option•••Adjust Makfile to include it and give it both to aux/workflow/l10n.sh
and to aux/workflow/public.sh
| EuAndreh | 2021-07-15 | 2 | -11/+24 |
| * | Makefile: Remove TODOs.md as a dependency for "l10n-gen" target | EuAndreh | 2021-07-15 | 1 | -1/+1 |
| * | TODOs.md: Add update to #task-be785104-8bf8-4107-349f-ae859c1db153 task | EuAndreh | 2021-07-15 | 1 | -1/+4 |
| * | aux/workflow/assert-manpages.sh: Get input languages and en files as arguments | EuAndreh | 2021-07-15 | 2 | -47/+36 |
| * | tests/install-uninstall.sh: Remove in favor of aux/workflow/installcheck.sh | EuAndreh | 2021-07-15 | 2 | -50/+0 |
| * | Add trailing /en/ to all default URLs, and the equivalent for translations | EuAndreh | 2021-07-15 | 14 | -48/+78 |
| * | Makefile: Delete .mo and test files in "clean" target | EuAndreh | 2021-07-14 | 1 | -1/+2 |
| * | TODOs.md: Add missing spacing line | EuAndreh | 2021-07-14 | 1 | -0/+1 |
| * | TODOs.md: Mark #task-37fb45fb-d5d8-5511-2bd3-ebd2c3fee891 now as WAITING | EuAndreh | 2021-07-14 | 1 | -1/+4 |
| * | TODOs.md: Mark #task-6946fc69-3f25-fc6b-5f4d-89cb940021f0 as CANCELLED | EuAndreh | 2021-07-14 | 1 | -1/+10 |
| * | TODOs.md: Add #task-f957647c-df05-c0c1-a38b-2e6faea99b8f | EuAndreh | 2021-07-14 | 1 | -0/+3 |
| * | TODOs.md: Mark #task-be785104-8bf8-4107-349f-ae859c1db153 as DONE | EuAndreh | 2021-07-14 | 1 | -1/+8 |
| * | aux/workflow/assert-manpages.sh: Exit with error for unknown language | EuAndreh | 2021-07-14 | 1 | -1/+12 |
| * | TODOs.md: Mark #task-f65531fa-e44b-14b1-fa32-70a22346e060 as CANCELLED | EuAndreh | 2021-07-14 | 1 | -1/+7 |
| * | aux/workflow/TODOs.sh: Move Perl regexes to top-level pipe over nested pipe | EuAndreh | 2021-07-14 | 1 | -3/+4 |
| * | aux/workflow/TODOs.sh: Order regex definitions by usage | EuAndreh | 2021-07-14 | 1 | -2/+1 |
| * | aux/workflow/TODOs.sh: Allow tags to appear after the ID marker•••Adjust aux/workflow/assert-todos.sh accordingly.
| EuAndreh | 2021-07-14 | 2 | -2/+2 |
| * | TODOs.md: Add #task-6946fc69-3f25-fc6b-5f4d-89cb940021f0 | EuAndreh | 2021-07-14 | 1 | -0/+3 |
| * | TODOs.md: Add #task-be785104-8bf8-4107-349f-ae859c1db153 | EuAndreh | 2021-07-14 | 1 | -0/+3 |
| * | TODOs.md: Mark #task-7c5cd2aa-6d92-0423-bfa7-81f2e8436586 as DONE | EuAndreh | 2021-07-14 | 1 | -1/+5 |
| * | po/LC_MESSAGES/README.en.md/: Write translations | EuAndreh | 2021-07-14 | 3 | -343/+468 |
| * | po/LC_MESSAGES/CHANGELOG.en.md/: Link wrapping WIP | EuAndreh | 2021-07-14 | 3 | -37/+40 |
| * | CHANGELOG.md: Link to the translated page, and to en/ version explicitly | EuAndreh | 2021-07-14 | 6 | -18/+36 |
| * | po/LC_MESSAGES/CHANGELOG.en.md/: Fix links to translated homepages | EuAndreh | 2021-07-14 | 3 | -37/+34 |
| * | TODOs.md: Revert #task-37fb45fb-d5d8-5511-2bd3-ebd2c3fee891 back to TODO | EuAndreh | 2021-07-14 | 1 | -1/+5 |
| * | TODOs.md: Stick to 80 columns on text | EuAndreh | 2021-07-14 | 1 | -56/+127 |
| * | TODOs.md: s/user/consumer/ | EuAndreh | 2021-07-14 | 1 | -1/+1 |
| * | TODOs.md: typo "user of packager" -> "user or packager" | EuAndreh | 2021-07-14 | 1 | -1/+1 |
| * | TODOs.md: Mark #task-55fe6623-2bfc-49dd-061c-3899ae2b1c68 as DONE | EuAndreh | 2021-07-13 | 1 | -1/+6 |
| * | TODOs.md: Mark #question-539a1902-ed41-fc93-806a-088b6caf8134 as DONE | EuAndreh | 2021-07-13 | 1 | -1/+6 |
| * | TODOs.md: #task-539a1902-ed41-fc93-806a-088b6caf8134 -> #question-539a1902-ed... | EuAndreh | 2021-07-13 | 1 | -3/+3 |
| * | TODOs.md: #task-ce5cd33e-b3a1-1606-0d78-0d9586b07529 -> #decision-ce5cd33e-b3... | EuAndreh | 2021-07-13 | 1 | -33/+33 |
| * | TODOs.md: Mark #task-ce5cd33e-b3a1-1606-0d78-0d9586b07529 as DONE | EuAndreh | 2021-07-13 | 1 | -1/+13 |
| * | TODOs.md: Add progree report to #task-7c5cd2aa-6d92-0423-bfa7-81f2e8436586 | EuAndreh | 2021-07-13 | 1 | -0/+3 |
| * | po/LC_MESSAGES/CHANGELOG.en.md/: Translate CHANGELOG.md•••Part of #task-7c5cd2aa-6d92-0423-bfa7-81f2e8436586.
| EuAndreh | 2021-07-13 | 3 | -48/+138 |
| * | TODOs.md: Mark #task-37fb45fb-d5d8-5511-2bd3-ebd2c3fee891 as DONE | EuAndreh | 2021-07-13 | 1 | -1/+5 |
| * | aux/workflow/l10n.sh: Touch $pofile before generating it•••For some reason, sometimes it doesn't generate the file if it doesnt
already exist.
| EuAndreh | 2021-07-13 | 1 | -0/+1 |
| * | aux/workflow/l10n.sh: Fix --include-codeblocks argument to md2po | EuAndreh | 2021-07-13 | 1 | -1/+1 |
| * | mv po/* po/LC_MESSAGES/ | EuAndreh | 2021-07-13 | 10 | -1/+1 |
| * | README.md: Remove "released in" text from the releases list, adjust in aux/wo... | EuAndreh | 2021-07-13 | 8 | -6/+564 |
| * | README.md: Tweak wording | EuAndreh | 2021-07-13 | 1 | -2/+2 |
| * | CHANGELOG.md: Add links to translated versions | EuAndreh | 2021-07-13 | 1 | -0/+7 |
| * | README.md: Add link to translated READMEs | EuAndreh | 2021-07-13 | 1 | -4/+10 |
| * | README.md: Add mdpo to the list of development tools | EuAndreh | 2021-07-13 | 1 | -1/+2 |
| * | README.md: Unclutter installation instructions with PREFIX, add "make check" | EuAndreh | 2021-07-13 | 1 | -2/+3 |