- Dec 24, 2024
-
-
Jakub Klinkovský authored
-
- Oct 19, 2024
-
-
Jakub Klinkovský authored
This deals with errors due to `migrations.AlterIndexTogether` being left in the old initial migration. It was removed in Django 5.1 and running `manage.py migrate` with new Django would fail. Now the new migration replaces both previous migrations.
-
Jakub Klinkovský authored
fixes regression from commit 29b812a0
-
Jakub Klinkovský authored
-
- Oct 13, 2024
-
-
Jakub Klinkovský authored
fixes #49
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
The Meta.index_together field was removed: https://docs.djangoproject.com/en/5.1/releases/5.1/#features-removed-in-5-1
-
- Aug 26, 2024
-
-
Jakub Klinkovský authored
Resolves infrastructure#622
-
- Aug 11, 2024
-
-
Jakub Klinkovský authored
-
- Jul 15, 2024
-
-
Jakub Klinkovský authored
don't remove empty inline elements Closes #48 See merge request !44
-
Jakub Klinkovský authored
fixes #48
-
- May 05, 2024
-
-
Jakub Klinkovský authored
Otherwise, mandoc sometimes does not create correct self-links for section headings. Fixes #46
-
- Mar 02, 2024
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
fixes #43
-
Jakub Klinkovský authored
fixes #41
-
Jakub Klinkovský authored
-
- Nov 28, 2023
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
This is a followup for merge request !41
-
Jakub Klinkovský authored
navbar: point to gitlab instead of flyspray See merge request !41
-
Christian Heusel authored
this is done by updating the arch-common-style submodule related to: infrastructure#522 Signed-off-by: Christian Heusel <christian@heusel.eu>
-
- Jul 08, 2023
-
-
Jakub Klinkovský authored
Remove all mentions of community repo, fix link to sassc package See merge request !39
-
- Jul 07, 2023
-
-
Joshua authored
-
- May 23, 2023
-
-
Jakub Klinkovský authored
update repo names after the Arch git migration See merge request !38
-
Jakub Klinkovský authored
-
- Mar 11, 2023
-
-
Jakub Klinkovský authored
docs: update README.md about repository location See merge request !37
-
Orhun Parmaksız authored
GitHub -> GitLab
-
- Jan 13, 2023
-
-
Jakub Klinkovský authored
search view: implement istartswith operation for build_apropos_filter Closes #40 See merge request !36
-
Jakub Klinkovský authored
Fixes #40 Fixes a52bd52b
-
- Nov 25, 2022
-
-
Jakub Klinkovský authored
Autofocus search input on the landing page See merge request !35
-
- Nov 21, 2022
-
-
Jacob O'Toole authored
Add `search_autofocus` to context, this is used to decide if the `autofocus` attribute is added to the search input element.
-
- Nov 03, 2022
-
-
Jakub Klinkovský authored
postprocess: match references with the section number entirely inside the formatting tag Closes #39 See merge request !34
-
Jakub Klinkovský authored
fixes #39
-
- Oct 23, 2022
-
-
Jakub Klinkovský authored
Some small CSS improvements See merge request !33
-
- Oct 21, 2022
-
-
Sean Anderson authored
Even on large screens, words in tables can be broken in unnatural places, depending on how the browser allocates table width. Disable breaking anywhere, and instead break only on word boundaries. This matches how man pages are displayed in a terminal.
-
Sean Anderson authored
When several options share the same description (such as short and long options), the descriptions can become misasligned. Make dt elements have 100% width to prevent misalignment. This matches how this markup is displayed by man viewers.
-
- Aug 19, 2022
-
-
Jakub Klinkovský authored
Resolve .so links with .gz suffix See merge request !30
-
Jakub Klinkovský authored
Fix links to man pages with sections specified by capital letters Closes #35 See merge request !32
-
Jakub Klinkovský authored
-