2 Commits

Author SHA1 Message Date
b7b6470aaa * Sun May 11 2025 Brian Read <brianr@koozali.org> 11.0.0-1.sme
- Fix $Config i layout template
2025-05-11 16:14:32 +01:00
33a8d7e525 Update README with specific Bugzilla links 2024-10-27 15:44:22 +00:00
5 changed files with 15 additions and 5 deletions

View File

@@ -6,7 +6,14 @@ SMEServer Koozali developed git repo for smeserver-durep smecontribs
<br />https://wiki.koozali.org/Durep <br />https://wiki.koozali.org/Durep
## Bugzilla ## Bugzilla
Show list of outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?component=smeserver-durep&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-durep&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-durep&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-durep&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-durep&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-durep&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-durep&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-durep&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced)
## Description ## Description

View File

@@ -5,7 +5,7 @@
%end %end
% content_for 'module' => begin % content_for 'module' => begin
% if ($config->{debug} == 1) { % if (config->{debug} == 1) {
<p> <p>
%= dumper $c->current_route %= dumper $c->current_route
</p> </p>
@@ -21,4 +21,4 @@
%= $c->render_to_string(inline => $modul) %= $c->render_to_string(inline => $modul)
</div> </div>
% end % end

Binary file not shown.

Binary file not shown.

View File

@@ -4,9 +4,9 @@
%define name smeserver-durep %define name smeserver-durep
Name: %{name} Name: %{name}
%define version 1.5.0 %define version 11.0.0
Version: %{version} Version: %{version}
%define release 19 %define release 1
Release: %{release}%{?dist} Release: %{release}%{?dist}
License: GPL License: GPL
Source: %{name}-%{version}.tar.xz Source: %{name}-%{version}.tar.xz
@@ -25,6 +25,9 @@ Obsoletes: e-smith-durep
AutoReqProv: no AutoReqProv: no
%changelog %changelog
* Sun May 11 2025 Brian Read <brianr@koozali.org> 11.0.0-1.sme
- Fix $Config i layout template
* Sun Sep 08 2024 fix-e-smith-pkg.sh by Trevor Batley <trevor@batley.id.au> 1.5.0-19.sme * Sun Sep 08 2024 fix-e-smith-pkg.sh by Trevor Batley <trevor@batley.id.au> 1.5.0-19.sme
- Fix e-smith references in smeserver-durep [SME: 12732] - Fix e-smith references in smeserver-durep [SME: 12732]