Compare commits
3 Commits
1.2-11
...
1_2-13_el8
| Author | SHA1 | Date | |
|---|---|---|---|
| a617d49c7b | |||
| b0e36ead17 | |||
|
|
0989daf6d4 |
@@ -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
|
||||
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
BIN
smeserver-usbdisksmanager-1.2.tar.xz
Normal file
BIN
smeserver-usbdisksmanager-1.2.tar.xz
Normal file
Binary file not shown.
@@ -11,7 +11,7 @@ Summary: smeserver-usbdisksmanager
|
||||
|
||||
Name: %{name}
|
||||
%define version 1.2
|
||||
%define release 11
|
||||
%define release 13
|
||||
Version: %{version}
|
||||
Release: %{release}%{?dist}
|
||||
License: GNU GPL version 2
|
||||
@@ -19,12 +19,18 @@ 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
|
||||
* 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]
|
||||
|
||||
* 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]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user