aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Makefile: Remove redundant markdown dependencies from "public"EuAndreh2021-07-161-1/+1
|
* Release v0.2.3v0.2.3EuAndreh2021-07-169-2/+66
|
* TODOs.md: Mark #task-f957647c-df05-c0c1-a38b-2e6faea99b8f as DONEEuAndreh2021-07-161-1/+5
|
* aux/workflow/l10n.sh: Feed files to mdpo via STDIN instead of the positional ↵EuAndreh2021-07-161-2/+2
| | | | | | | | | | | | | argument After a lot (a lot) of debugging, I've discovered the issue to be with mdpo, and how it behaved differently in an unexpected way when in a pipe instead of being invoked directly. An issue was filled [0] upstream to report problem, but the workaround was enough to address #task-f957647c-df05-c0c1-a38b-2e6faea99b8f. [0]: https://github.com/mondeja/mdpo/issues/159
* aux/workflow/l10n.sh: Put positional arguments at the endEuAndreh2021-07-161-2/+2
|
* aux/ci/git-post-receive.sh: Stop silently overrinding $_EuAndreh2021-07-161-1/+2
|
* aux/ci/git-post-receive.sh: Emit retrigger instruction even when build failsEuAndreh2021-07-161-1/+1
|
* aux/ci/: Run sh files with sh instead of ./EuAndreh2021-07-162-3/+4
|
* aux/ci/: Move Git hook handling from ci-build.sh to git-post-receive.shEuAndreh2021-07-162-3/+8
| | | | BONUS: Log instruction to re-execute build.
* aux/workflow/styles.css, aux/ci/ci-build.sh: spaces -> tabsEuAndreh2021-07-162-43/+43
|
* aux/workflow/style.css: Be less specific on selectors, remove reference to ↵EuAndreh2021-07-151-7/+2
| | | | previous colour pallete
* aux/workflow/style.css: Switch colors of INACTIVE and WAITINGEuAndreh2021-07-151-2/+2
|
* TODOs.md: Add #task-d1dc781f-8659-b02a-2b52-021528985f7cEuAndreh2021-07-151-0/+7
|
* TODOs.md: Mark #task-f4807694-2187-5cb5-115e-c5970a052f1f as DONEEuAndreh2021-07-151-1/+5
|
* aux/lib.sh: Add mkstemp and mkdtemp, and copy uuid overEuAndreh2021-07-1512-69/+133
| | | | | | | | | | | | | | | 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.
* TODOs.md: Add #task-f4807694-2187-5cb5-115e-c5970a052f1fEuAndreh2021-07-151-0/+3
|
* CHANGELOG.md: Add entry on translating README.md and CHANGELOG.md filesEuAndreh2021-07-154-0/+22
|
* README.md: Use "#" over "[sudo]" prefix to denote privilegeEuAndreh2021-07-154-31/+58
|
* TODOs.md: Mark #task-b4d3eb41-64f4-9882-e03b-ab76af4dbd00 as DONEEuAndreh2021-07-151-1/+5
|
* aux/workflow/l10n.sh: Support "-L CONTRIBLANGS" optionEuAndreh2021-07-152-11/+24
| | | | | Adjust Makfile to include it and give it both to aux/workflow/l10n.sh and to aux/workflow/public.sh
* Makefile: Remove TODOs.md as a dependency for "l10n-gen" targetEuAndreh2021-07-151-1/+1
|
* TODOs.md: Add update to #task-be785104-8bf8-4107-349f-ae859c1db153 taskEuAndreh2021-07-151-1/+4
|
* aux/workflow/assert-manpages.sh: Get input languages and en files as argumentsEuAndreh2021-07-152-48/+37
|
* tests/install-uninstall.sh: Remove in favor of aux/workflow/installcheck.shEuAndreh2021-07-152-50/+0
|
* Add trailing /en/ to all default URLs, and the equivalent for translationsEuAndreh2021-07-1514-48/+78
|
* Makefile: Delete .mo and test files in "clean" targetEuAndreh2021-07-141-1/+2
|
* TODOs.md: Add missing spacing lineEuAndreh2021-07-141-0/+1
|
* TODOs.md: Mark #task-37fb45fb-d5d8-5511-2bd3-ebd2c3fee891 now as WAITINGEuAndreh2021-07-141-1/+4
|
* TODOs.md: Mark #task-6946fc69-3f25-fc6b-5f4d-89cb940021f0 as CANCELLEDEuAndreh2021-07-141-1/+10
|
* TODOs.md: Add #task-f957647c-df05-c0c1-a38b-2e6faea99b8fEuAndreh2021-07-141-0/+3
|
* TODOs.md: Mark #task-be785104-8bf8-4107-349f-ae859c1db153 as DONEEuAndreh2021-07-141-1/+8
|
* aux/workflow/assert-manpages.sh: Exit with error for unknown languageEuAndreh2021-07-141-1/+12
|
* TODOs.md: Mark #task-f65531fa-e44b-14b1-fa32-70a22346e060 as CANCELLEDEuAndreh2021-07-141-1/+7
|
* aux/workflow/TODOs.sh: Move Perl regexes to top-level pipe over nested pipeEuAndreh2021-07-141-3/+4
|
* aux/workflow/TODOs.sh: Order regex definitions by usageEuAndreh2021-07-141-2/+1
|
* aux/workflow/TODOs.sh: Allow tags to appear after the ID markerEuAndreh2021-07-142-2/+2
| | | | Adjust aux/workflow/assert-todos.sh accordingly.
* TODOs.md: Add #task-6946fc69-3f25-fc6b-5f4d-89cb940021f0EuAndreh2021-07-141-0/+3
|
* TODOs.md: Add #task-be785104-8bf8-4107-349f-ae859c1db153EuAndreh2021-07-141-0/+3
|
* TODOs.md: Mark #task-7c5cd2aa-6d92-0423-bfa7-81f2e8436586 as DONEEuAndreh2021-07-141-1/+5
|
* po/LC_MESSAGES/README.en.md/: Write translationsEuAndreh2021-07-143-343/+468
|
* po/LC_MESSAGES/CHANGELOG.en.md/: Link wrapping WIPEuAndreh2021-07-143-37/+40
|
* CHANGELOG.md: Link to the translated page, and to en/ version explicitlyEuAndreh2021-07-146-18/+36
|
* po/LC_MESSAGES/CHANGELOG.en.md/: Fix links to translated homepagesEuAndreh2021-07-143-37/+34
|
* TODOs.md: Revert #task-37fb45fb-d5d8-5511-2bd3-ebd2c3fee891 back to TODOEuAndreh2021-07-141-1/+5
|
* TODOs.md: Stick to 80 columns on textEuAndreh2021-07-141-58/+129
|
* TODOs.md: s/user/consumer/EuAndreh2021-07-141-1/+1
|
* TODOs.md: typo "user of packager" -> "user or packager"EuAndreh2021-07-141-1/+1
|
* TODOs.md: Mark #task-55fe6623-2bfc-49dd-061c-3899ae2b1c68 as DONEEuAndreh2021-07-131-1/+6
|
* TODOs.md: Mark #question-539a1902-ed41-fc93-806a-088b6caf8134 as DONEEuAndreh2021-07-131-1/+6
|
* TODOs.md: #task-539a1902-ed41-fc93-806a-088b6caf8134 -> ↵EuAndreh2021-07-131-3/+3
| | | | #question-539a1902-ed41-fc93-806a-088b6caf8134