[PATCH] manualpages: Fixbug13858 - Add doc link for Network/Aliases

2025-05-28 Thread Stephen Cuka
- Add missing documentation link for 'Network/Aliases'. Signed-off-by: Stephen Cuka --- config/cfgroot/manualpages | 1 + 1 file changed, 1 insertion(+) diff --git a/config/cfgroot/manualpages b/config/cfgroot/manualpages index 1f7e01efc..8eafa253f 100644 --- a/config/cfgroot/m

[PATCH] header.pl: Fixbug13857 - Disable Blue Access submenu if no BLUE network

2025-05-27 Thread Stephen Cuka
- Fix reference to BlueAccess menu item so that it is disabled when BLUE network is not in use. Signed-off-by: Stephen Cuka --- config/cfgroot/header.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/cfgroot/header.pl b/config/cfgroot/header.pl index 2d4aa89f2

[PATCH] langs: Update translations for Italian

2025-05-15 Thread Stephen Cuka
- 'Cancel' -> 'Cancellare' - 'Remove' -> 'Rimuovere' Signed-off-by: Stephen Cuka --- langs/it/cgi-bin/it.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/langs/it/cgi-bin/it.pl b/langs/it/cgi-bin/it.pl index 52a4cf0cd.

[PATCH] pakfire.cgi: Suppress display of dependencies for install and remove boxes

2025-05-15 Thread Stephen Cuka
dependency of mympd. While only used with mpd, mympd is a standalone package. - lfs/vdradmin: Remove vdr as a dependency of vdradmin. While only used with vdr, vdradmin is a standalone package. Signed-off-by: Stephen Cuka --- html/cgi-bin/pakfire.cgi | 35 --- lfs

Suppress display of dependencies on pakfire.cgi main page

2025-05-12 Thread stephen
s start with 'lib'. Remove mpd as a dependency of mpc and mympd. Code an exception to always display rsync as a top level package. Remove vdr as a dependency of vdradmin. It probably would be a good idea if the actual package maintainers for these add-ons weigh in on this.  :) Regards, Stephen

[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

[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
's dependencies. - Don't allow a package or dependency to be removed if other installed packages depend on it. Signed-off-by: Stephen Cuka --- doc/language_issues.de | 3 + doc/language_issues.en | 12 +- doc/language_issues.es | 3 + doc/language_issues.fr | 3 +

[PATCH] functions.pl: Reformat pakfire Usage: text.

2025-05-08 Thread Stephen Cuka
- Reformat pakfire Usage: text to make it clearer. - Add '-f | --force' to Usage:. Signed-off-by: Stephen Cuka --- src/pakfire/lib/functions.pl | 38 +--- 1 file changed, 22 insertions(+), 16 deletions(-) diff --git a/src/pakfire/lib/function

Re: [PATCH] functions.pl: Fix Bug13842 - Add resolvedeps to pakfire Usage:.

2025-05-08 Thread stephen
Hello Michael, I have never done a v2 patch.  I've seen them with [PATCHv2] in the heading.  I suspect that I would need to do something different with 'git format-patch' but not sure what.  Or is it as simple as editing the file created with 'git format-patch'? Re

Re: [PATCH] functions.pl: Fix Bug13842 - Add resolvedeps to pakfire Usage:.

2025-05-08 Thread stephen
do that so would need some guidance there. Regards, Stephen [root@zone3 ~]# pakfire Usage: pakfire COMMAND [OPTIONS] PACKAGE ... Manage IPFire add-on packages and updates. PACKAGE:   One or more add-on package names. COMMAND:   install  - install one or more packages   remove   - remove o

[PATCH] pakfire.cgi: Changes to 'Install' confirmation page

2025-04-24 Thread Stephen Cuka
- Comma separate package names if multiple packages selected to install. - Display dependencies for package(s) to install in 'parent -> child' format. - Formatting and verbiage changes. - No functional changes to the install process. Signed-off-by: Stephen Cuka --- doc/langu

[PATCH] functions.pl: Fix Bug13842 - Add resolvedeps to pakfire Usage:.

2025-04-22 Thread Stephen Cuka
- Add 'resolvedeps' command to pakfire 'Usage:'. - Break long lines in 'Usage:' so that they don't wrap. - Minor text and punctuation changes. Signed-off-by: Stephen Cuka --- src/pakfire/lib/functions.pl | 12 1 file changed, 8 insertions(+

[PATCH] pakfire.cgi: Change titles on confirmation pages.

2025-04-18 Thread Stephen Cuka
- Change confirmation page titles from 'Request' to 'Install' and 'Remove'. Signed-off-by: Stephen Cuka --- doc/language_issues.de | 1 + doc/language_issues.en | 1 - doc/language_issues.es | 1 + doc/language_issues.fr | 1 + doc/language_issues.it

[PATCH] pakfire.cgi: Add upgrade confirmation page.

2025-03-30 Thread Stephen Cuka
ERROR' messages from the 'pakfire update', they are displayed on the confirmation page. - Changed translations for consistency: - 'pakfire updates' -> 'pakfire upgrades' - 'pakfire confirm updates' -> 'pakfire confirm upgrades' Sign

Re: [PATCH] pakfire.cgi: Convert icons to buttons.

2025-03-28 Thread Stephen Cuka
Hello Michael, Thanks! I still have the confirmation page changes to do.  Those patches will be coming shortly. Regards, Stephen On 3/28/25 06:12, Michael Tremer wrote: Hello Stephen, Thank you for your patches. I don’t know what I can say to this. It just works :) Well done! I have