Compare commits
3 Commits
1.2-12.el8
...
1_2-14_el8
| Author | SHA1 | Date | |
|---|---|---|---|
| e3524b74c7 | |||
| a617d49c7b | |||
| b0e36ead17 |
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,4 +1,4 @@
|
|||||||
*.rpm
|
*.rpm
|
||||||
*.log
|
*.log
|
||||||
*spec-20*
|
*spec-20*
|
||||||
*.tar.gz
|
*.tar.xz
|
||||||
|
|||||||
@@ -6,7 +6,14 @@ SMEServer Koozali developed git repo for smeserver-usbdisksmanager smecontribs
|
|||||||
<br />https://wiki.koozali.org/
|
<br />https://wiki.koozali.org/
|
||||||
|
|
||||||
## Bugzilla
|
## 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
|
## Description
|
||||||
|
|
||||||
|
|||||||
@@ -519,7 +519,7 @@ sub USBModifyConfig ($$)
|
|||||||
esmith::cgi::genHeaderNonCacheable ($q, \%conf, 'USBDisks : '.$tr_titre_config.'<br><br>');
|
esmith::cgi::genHeaderNonCacheable ($q, \%conf, 'USBDisks : '.$tr_titre_config.'<br><br>');
|
||||||
GeneralMenu ($q);
|
GeneralMenu ($q);
|
||||||
|
|
||||||
print $q->startform (-method => 'POST',
|
print $q->start_form (-method => 'POST',
|
||||||
-action => $q->url (-absolute => 1));
|
-action => $q->url (-absolute => 1));
|
||||||
print $q->table ({border => 1, cellspacing => 1, cellpadding => 4});
|
print $q->table ({border => 1, cellspacing => 1, cellpadding => 4});
|
||||||
print $q->Tr (esmith::cgi::genSmallCell ($q, "$tr_frequence :"),
|
print $q->Tr (esmith::cgi::genSmallCell ($q, "$tr_frequence :"),
|
||||||
@@ -538,7 +538,7 @@ sub USBModifyConfig ($$)
|
|||||||
|
|
||||||
esmith::cgi::genButtonRow ($q,
|
esmith::cgi::genButtonRow ($q,
|
||||||
$q->submit (-name => 'action', -value => "$tr_save_button")));
|
$q->submit (-name => 'action', -value => "$tr_save_button")));
|
||||||
print $q->endform;
|
print $q->end_form;
|
||||||
|
|
||||||
esmith::cgi::genFooter ($q);
|
esmith::cgi::genFooter ($q);
|
||||||
|
|
||||||
@@ -591,7 +591,7 @@ sub USBModifyDisk($$)
|
|||||||
esmith::cgi::genHeaderNonCacheable ($q, \%conf, $tr_titre_modifier.' '.$UUID.'<br><br>');
|
esmith::cgi::genHeaderNonCacheable ($q, \%conf, $tr_titre_modifier.' '.$UUID.'<br><br>');
|
||||||
GeneralMenu ($q);
|
GeneralMenu ($q);
|
||||||
print $q->hr;
|
print $q->hr;
|
||||||
print $q->startform (-method => 'POST',
|
print $q->start_form (-method => 'POST',
|
||||||
-action => $q->url (-absolute => 1));
|
-action => $q->url (-absolute => 1));
|
||||||
print $q->table ({border => 1, cellspacing => 1, cellpadding => 4});
|
print $q->table ({border => 1, cellspacing => 1, cellpadding => 4});
|
||||||
print $q->Tr (esmith::cgi::genSmallCell ($q, "$tr_uuid :"),
|
print $q->Tr (esmith::cgi::genSmallCell ($q, "$tr_uuid :"),
|
||||||
@@ -616,7 +616,7 @@ sub USBModifyDisk($$)
|
|||||||
esmith::cgi::genButtonRow ($q,
|
esmith::cgi::genButtonRow ($q,
|
||||||
$q->submit (-name => 'action', -value => "$tr_save_button")));
|
$q->submit (-name => 'action', -value => "$tr_save_button")));
|
||||||
|
|
||||||
print $q->endform;
|
print $q->end_form;
|
||||||
esmith::cgi::genFooter ($q);
|
esmith::cgi::genFooter ($q);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
@@ -707,7 +707,7 @@ sub USBAddDisk($$)
|
|||||||
esmith::cgi::genHeaderNonCacheable ($q, \%conf, 'Modify/add '.$UUID.'<br><br>');
|
esmith::cgi::genHeaderNonCacheable ($q, \%conf, 'Modify/add '.$UUID.'<br><br>');
|
||||||
GeneralMenu ($q);
|
GeneralMenu ($q);
|
||||||
print $q->hr;
|
print $q->hr;
|
||||||
print $q->startform (-method => 'POST',
|
print $q->start_form (-method => 'POST',
|
||||||
-action => $q->url (-absolute => 1));
|
-action => $q->url (-absolute => 1));
|
||||||
print $q->table ({border => 1, cellspacing => 1, cellpadding => 4});
|
print $q->table ({border => 1, cellspacing => 1, cellpadding => 4});
|
||||||
print $q->Tr (esmith::cgi::genSmallCell ($q, "UUID"),
|
print $q->Tr (esmith::cgi::genSmallCell ($q, "UUID"),
|
||||||
@@ -732,7 +732,7 @@ sub USBAddDisk($$)
|
|||||||
esmith::cgi::genButtonRow ($q,
|
esmith::cgi::genButtonRow ($q,
|
||||||
$q->submit (-name => 'action', -value => "sauvervariable")));
|
$q->submit (-name => 'action', -value => "sauvervariable")));
|
||||||
|
|
||||||
print $q->endform;
|
print $q->end_form;
|
||||||
esmith::cgi::genFooter ($q);
|
esmith::cgi::genFooter ($q);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ Summary: smeserver-usbdisksmanager
|
|||||||
|
|
||||||
Name: %{name}
|
Name: %{name}
|
||||||
%define version 1.2
|
%define version 1.2
|
||||||
%define release 12
|
%define release 14
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
Release: %{release}%{?dist}
|
Release: %{release}%{?dist}
|
||||||
License: GNU GPL version 2
|
License: GNU GPL version 2
|
||||||
@@ -25,6 +25,10 @@ Requires: smeserver-release >= 8.0
|
|||||||
AutoReqProv: no
|
AutoReqProv: no
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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]
|
- Fix e-smith references in smeserver-usbdisksmanager [SME: 12732]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user