Commit Graph

8 Commits

Author SHA1 Message Date
Christoph Reiter
9842240ba7 Revert "Hide the version epoch in most places"
This reverts commit 05a8bba0a8.
2023-08-18 08:05:43 +02:00
Christoph Reiter
05a8bba0a8 Hide the version epoch in most places
It's only relevant for schema changes and downgrades and only
useful for deciding if a version is newer, which website users
rarely need to do.

Let's just hide it by default. It's still part of the package file name
if really needed.
2023-08-18 07:21:34 +02:00
Christoph Reiter
e66f96801a Remove package_name() function
We now parse/split all PKGBUILD fields properly, so all package names
that end up in the templates should be valid already.
2023-01-06 08:10:45 +01:00
Christoph Reiter
ed5c086fe0 Switch some large tables to a fixed layout
maybe this helps with loading performance a bit
2022-12-26 18:36:31 +01:00
Christoph Reiter
5beb2670f5 Split up the package list and package details logic
The change in bb4b996726 broke the package details view since
it defaults the repo filter to mingw64, so clang64 links are broken now.

This now only applies the default for the list.

To avoid mixing things up in the future split up the endpoint logic.

Fixes #55
2022-04-08 06:15:43 +02:00
Christoph Reiter
bb4b996726 package index: remove the "all" option and default to some repo
The page is getting very large and showing all packages for all
repos shouldn't be a common use case.

Let's filter always and default to mingw64
2022-04-01 17:45:16 +02:00
Christoph Reiter
03c84d8e7b packages: add a repo filter option 2021-08-15 17:41:09 +02:00
Christoph Reiter
b9f40d85cf Add a package index 2020-07-05 12:53:32 +02:00