4 Commits

Author SHA1 Message Date
e3524b74c7 * Wed Oct 08 2025 Brian Read <brianr@koozali.org> 1.2-14.sme
- Apply change from startform to start_form and endform to end_form to CGI panels [SME: 12785]
- Update .gitignore to .xz, delete tarball from git repo [SME: 12785]
2025-10-08 20:13:09 +01:00
a617d49c7b * Tue Oct 07 2025 Brian Read <brianr@koozali.org> 1.2-13.sme
- Apply change from startform to start_form and endform to end_form to CGI panels [SME: 12775-87]
2025-10-08 06:57:05 +01:00
b0e36ead17 Update README with specific Bugzilla links 2024-10-27 15:56:54 +00:00
Trevor Batley
0989daf6d4 fix-e-smith-pkg script (#12732) 2024-09-08 18:00:23 +10:00
4 changed files with 24 additions and 10 deletions

2
.gitignore vendored
View File

@@ -1,4 +1,4 @@
*.rpm
*.log
*spec-20*
*.tar.gz
*.tar.xz

View File

@@ -6,7 +6,14 @@ SMEServer Koozali developed git repo for smeserver-usbdisksmanager smecontribs
<br />https://wiki.koozali.org/
## Bugzilla
Show list of outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?component=smeserver-usbdisksmanager&product=SME%20Contribs&query_format=advanced&limit=0&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=CONFIRMED)
Show list of outstanding bugs:
[All](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=UNCONFIRMED&bug_status=CONFIRMED&bug_status=NEEDINFO&bug_status=IN_PROGRESS&bug_status=RESOLVED&bug_status=VERIFIED&classification=Contribs&component=smeserver-usbdisksmanager&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced)
[Confirmed](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=CONFIRMED&classification=Contribs&component=smeserver-usbdisksmanager&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced)
[Unconfirmed](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=UNCONFIRMED&classification=Contribs&component=smeserver-usbdisksmanager&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced)
[Need Info](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=NEEDINFO&classification=Contribs&component=smeserver-usbdisksmanager&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced)
[In Progress](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=IN_PROGRESS&classification=Contribs&component=smeserver-usbdisksmanager&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced)
[Verified](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=VERIFIED&classification=Contribs&component=smeserver-usbdisksmanager&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced)
[Resolved](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=RESOLVED&classification=Contribs&component=smeserver-usbdisksmanager&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced)
## Description

View File

@@ -519,7 +519,7 @@ sub USBModifyConfig ($$)
esmith::cgi::genHeaderNonCacheable ($q, \%conf, 'USBDisks : '.$tr_titre_config.'<br><br>');
GeneralMenu ($q);
print $q->startform (-method => 'POST',
print $q->start_form (-method => 'POST',
-action => $q->url (-absolute => 1));
print $q->table ({border => 1, cellspacing => 1, cellpadding => 4});
print $q->Tr (esmith::cgi::genSmallCell ($q, "$tr_frequence :"),
@@ -538,7 +538,7 @@ sub USBModifyConfig ($$)
esmith::cgi::genButtonRow ($q,
$q->submit (-name => 'action', -value => "$tr_save_button")));
print $q->endform;
print $q->end_form;
esmith::cgi::genFooter ($q);
@@ -591,7 +591,7 @@ sub USBModifyDisk($$)
esmith::cgi::genHeaderNonCacheable ($q, \%conf, $tr_titre_modifier.' '.$UUID.'<br><br>');
GeneralMenu ($q);
print $q->hr;
print $q->startform (-method => 'POST',
print $q->start_form (-method => 'POST',
-action => $q->url (-absolute => 1));
print $q->table ({border => 1, cellspacing => 1, cellpadding => 4});
print $q->Tr (esmith::cgi::genSmallCell ($q, "$tr_uuid :"),
@@ -616,7 +616,7 @@ sub USBModifyDisk($$)
esmith::cgi::genButtonRow ($q,
$q->submit (-name => 'action', -value => "$tr_save_button")));
print $q->endform;
print $q->end_form;
esmith::cgi::genFooter ($q);
}
else
@@ -707,7 +707,7 @@ sub USBAddDisk($$)
esmith::cgi::genHeaderNonCacheable ($q, \%conf, 'Modify/add '.$UUID.'<br><br>');
GeneralMenu ($q);
print $q->hr;
print $q->startform (-method => 'POST',
print $q->start_form (-method => 'POST',
-action => $q->url (-absolute => 1));
print $q->table ({border => 1, cellspacing => 1, cellpadding => 4});
print $q->Tr (esmith::cgi::genSmallCell ($q, "UUID"),
@@ -732,7 +732,7 @@ sub USBAddDisk($$)
esmith::cgi::genButtonRow ($q,
$q->submit (-name => 'action', -value => "sauvervariable")));
print $q->endform;
print $q->end_form;
esmith::cgi::genFooter ($q);
}

View File

@@ -11,7 +11,7 @@ Summary: smeserver-usbdisksmanager
Name: %{name}
%define version 1.2
%define release 11
%define release 14
Version: %{version}
Release: %{release}%{?dist}
License: GNU GPL version 2
@@ -19,12 +19,19 @@ Group: SMEserver/addon
Source: %{name}-%{version}.tar.xz
BuildRoot: /var/tmp/e-smith-buildroot
BuildRequires: e-smith-devtools >= 1.13.1-03
BuildRequires: smeserver-devtools >= 1.13.1-03
BuildArchitectures: noarch
Requires: smeserver-release >= 8.0
AutoReqProv: no
%changelog
* Wed Oct 08 2025 Brian Read <brianr@koozali.org> 1.2-14.sme
- Apply change from startform to start_form and endform to end_form to CGI panels [SME: 12785]
- Update .gitignore to .xz, delete tarball from git repo [SME: 12785]
* Sun Sep 08 2024 fix-e-smith-pkg.sh by Trevor Batley <trevor@batley.id.au> 1.2-12.sme
- Fix e-smith references in smeserver-usbdisksmanager [SME: 12732]
* Sat Sep 07 2024 cvs2git.sh aka Brian Read <brianr@koozali.org> 1.2-11.sme
- Roll up patches and move to git repo [SME: 12338]