[PATCH] langs/list: Sort languages list.

2025-05-10 Thread Stephen Cuka
- Sort languages list used by gui.cgi so that the languages appear in alphabetical order in the dropdown. Signed-off-by: Stephen Cuka --- langs/list | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/langs/list b/langs/list index ed59c86b4..a9cc5325d 100644 --- a/lan

[PATCH] langs: Delete unused translations.

2025-05-10 Thread Stephen Cuka
Signed-off-by: Stephen Cuka --- doc/language_issues.de | 16 doc/language_issues.es | 16 doc/language_issues.fr | 16 doc/language_issues.it | 16 doc/language_issues.nl | 16 doc/language_issues.pl | 16 ---

[PATCH] pakfire.cgi: Changes to install and remove confirmation pages

2025-05-10 Thread Stephen Cuka
- On install confirmation page, add list of packages to install - if package is already installed, don't show it on the list - On install and remove confirmation pages, pad out translation of "Package:" to length of 10 so that the column spacing doesn't change for different languages.

[PATCH v3 1/2] chpasswd.cgi: Fixes bug12755 - v3 with password verification correction

2025-05-10 Thread Adolf Belka
- v3 version based on feedback from @Michael to use the status value returned from using the htpasswd command. - Also simplified the whole section to carry out the change if the status is 0, ie all went well, otherwise give an error but without identifying if the error is in the usernam

[PATCH v3 2/2] langs: Update of language files in line with bug12755 fix

2025-05-10 Thread Adolf Belka
Fixes: bug12755 Tested-by: Adolf Belka Signed-off-by: Adolf Belka --- doc/language_issues.de | 4 ++-- doc/language_issues.en | 1 - doc/language_issues.es | 4 +--- doc/language_issues.fr | 4 +--- doc/language_issues.it | 4 +--- doc/language_issues.nl | 4 +--- doc/language_issues.pl | 4 +---