3 Commits

Author SHA1 Message Date
bc2aeabe99 * Thu Apr 17 2025 Brian Read <brianr@koozali.org> 11.0.0-2.sme
- Alter call to config as required for newer mojo  [SME: 12908]
2025-04-17 17:02:12 +01:00
eee5d0a60e Remove $ from config in layout 2025-04-15 15:43:08 +01:00
607f7ccb51 Update README with specific Bugzilla links 2024-10-27 15:57:46 +00:00
5 changed files with 16 additions and 5 deletions

3
.gitignore vendored
View File

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

View File

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

View File

@@ -3,7 +3,7 @@
% content_for 'module' => begin
<div id="module" class="module panel-webhosting">
% if ($config->{debug} == 1) {
% if (config->{debug} == 1) {
<p>
%= dumper $c->current_route
%= dumper $wh_datas

Binary file not shown.

View File

@@ -1,6 +1,6 @@
%define name smeserver-webhosting
%define version 0.0.9
%define release 20
%define version 11.0.0
%define release 2
Name: %{name}
Version: %{version}
@@ -54,6 +54,9 @@ fi
%defattr(-,root,root)
%changelog
* Thu Apr 17 2025 Brian Read <brianr@koozali.org> 11.0.0-2.sme
- Alter call to config as required for newer mojo [SME: 12908]
* Sat Sep 07 2024 cvs2git.sh aka Brian Read <brianr@koozali.org> 0.0.9-20.sme
- Roll up patches and move to git repo [SME: 12338]