* Thu Jun 12 2025 Brian Read <brianr@koozali.org> 11.0.0-89.sme
- rework navigation weights to avoid duplicates [SME: 12996]
This commit is contained in:
parent
e8d6d39583
commit
1a8f935431
@ -3,7 +3,7 @@ package SrvMngr::Controller::Backup;
|
|||||||
#----------------------------------------------------------------------
|
#----------------------------------------------------------------------
|
||||||
# heading : System
|
# heading : System
|
||||||
# description : Backup or restore
|
# description : Backup or restore
|
||||||
# navigation : 4000 200
|
# navigation : 4000 100
|
||||||
# Copyright (C) 2002 Mitel Networks Corporation
|
# Copyright (C) 2002 Mitel Networks Corporation
|
||||||
#----------------------------------------------------------------------
|
#----------------------------------------------------------------------
|
||||||
# routes : end
|
# routes : end
|
||||||
|
@ -3,7 +3,7 @@ package SrvMngr::Controller::Bugreport;
|
|||||||
#----------------------------------------------------------------------
|
#----------------------------------------------------------------------
|
||||||
# heading : Investigation
|
# heading : Investigation
|
||||||
# description : Report a bug
|
# description : Report a bug
|
||||||
# navigation : 7000 500
|
# navigation : 7000 300
|
||||||
# routes : end
|
# routes : end
|
||||||
#------------------------------
|
#------------------------------
|
||||||
use strict;
|
use strict;
|
||||||
|
@ -3,7 +3,7 @@ package SrvMngr::Controller::Datetime;
|
|||||||
#----------------------------------------------------------------------
|
#----------------------------------------------------------------------
|
||||||
# heading : System
|
# heading : System
|
||||||
# description : Date and time
|
# description : Date and time
|
||||||
# navigation : 4000 400
|
# navigation : 4000 300
|
||||||
# routes : end
|
# routes : end
|
||||||
#------------------------------
|
#------------------------------
|
||||||
use strict;
|
use strict;
|
||||||
@ -361,7 +361,7 @@ sub getYear_list {
|
|||||||
my $c= shift;
|
my $c= shift;
|
||||||
my @yearArray;
|
my @yearArray;
|
||||||
# could use also `/bin/date '+%Y'`
|
# could use also `/bin/date '+%Y'`
|
||||||
my $start=___YEAR___-40; my $max=___YEAR___+40;
|
my $start=2025-40; my $max=2025+40;
|
||||||
for ( my $i = $start; $i <= $max; $i++ ) {
|
for ( my $i = $start; $i <= $max; $i++ ) {
|
||||||
|
|
||||||
push @yearArray,$i;
|
push @yearArray,$i;
|
||||||
|
@ -3,7 +3,7 @@ package SrvMngr::Controller::Directory;
|
|||||||
#----------------------------------------------------------------------
|
#----------------------------------------------------------------------
|
||||||
# heading : User management
|
# heading : User management
|
||||||
# description : Directory
|
# description : Directory
|
||||||
# navigation : 2000 300
|
# navigation : 2000 400
|
||||||
#
|
#
|
||||||
# routes : end
|
# routes : end
|
||||||
#----------------------------------------------------------------------
|
#----------------------------------------------------------------------
|
||||||
|
@ -3,7 +3,7 @@ package SrvMngr::Controller::Emailsettings;
|
|||||||
#----------------------------------------------------------------------
|
#----------------------------------------------------------------------
|
||||||
# heading : System
|
# heading : System
|
||||||
# description : E-mail
|
# description : E-mail
|
||||||
# navigation : 4000 500
|
# navigation : 4000 400
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# routes : end
|
# routes : end
|
||||||
|
@ -3,7 +3,7 @@ package SrvMngr::Controller::Logout;
|
|||||||
#----------------------------------------------------------------------
|
#----------------------------------------------------------------------
|
||||||
# heading : Current User
|
# heading : Current User
|
||||||
# description : Logout
|
# description : Logout
|
||||||
# navigation : 1000 900
|
# navigation : 1000 1000
|
||||||
# menu : U
|
# menu : U
|
||||||
#
|
#
|
||||||
# routes : end
|
# routes : end
|
||||||
|
@ -3,7 +3,7 @@ package SrvMngr::Controller::Printers;
|
|||||||
#----------------------------------------------------------------------
|
#----------------------------------------------------------------------
|
||||||
# heading : System
|
# heading : System
|
||||||
# description : Printers
|
# description : Printers
|
||||||
# navigation : 4000 900
|
# navigation : 4000 800
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# routes : end
|
# routes : end
|
||||||
|
@ -3,7 +3,7 @@ package SrvMngr::Controller::Proxy;
|
|||||||
#----------------------------------------------------------------------
|
#----------------------------------------------------------------------
|
||||||
# heading : System
|
# heading : System
|
||||||
# description : Proxy settings
|
# description : Proxy settings
|
||||||
# navigation : 4000 800
|
# navigation : 4000 200
|
||||||
#----------------------------------------------------------------------
|
#----------------------------------------------------------------------
|
||||||
#
|
#
|
||||||
# routes : end
|
# routes : end
|
||||||
|
@ -3,7 +3,7 @@ package SrvMngr::Controller::Pseudonyms;
|
|||||||
#----------------------------------------------------------------------
|
#----------------------------------------------------------------------
|
||||||
# heading : User management
|
# heading : User management
|
||||||
# description : Pseudonyms
|
# description : Pseudonyms
|
||||||
# navigation : 2000 210
|
# navigation : 2000 300
|
||||||
#----------------------------------------------------------------------
|
#----------------------------------------------------------------------
|
||||||
#
|
#
|
||||||
# routes : end
|
# routes : end
|
||||||
|
@ -3,7 +3,7 @@ package SrvMngr::Controller::Quota;
|
|||||||
#----------------------------------------------------------------------
|
#----------------------------------------------------------------------
|
||||||
# heading : User management
|
# heading : User management
|
||||||
# description : Quotas
|
# description : Quotas
|
||||||
# navigation : 2000 300
|
# navigation : 2000 500
|
||||||
#----------------------------------------------------------------------
|
#----------------------------------------------------------------------
|
||||||
#
|
#
|
||||||
# routes : end
|
# routes : end
|
||||||
|
@ -3,7 +3,7 @@ package SrvMngr::Controller::Review;
|
|||||||
#----------------------------------------------------------------------
|
#----------------------------------------------------------------------
|
||||||
# heading : Investigation
|
# heading : Investigation
|
||||||
# description : Review configuration
|
# description : Review configuration
|
||||||
# navigation : 7000 600
|
# navigation : 7000 400
|
||||||
# routes : end
|
# routes : end
|
||||||
#----------------------------------------------------------------------
|
#----------------------------------------------------------------------
|
||||||
use strict;
|
use strict;
|
||||||
|
@ -3,7 +3,7 @@ package SrvMngr::Controller::Yum;
|
|||||||
#----------------------------------------------------------------------
|
#----------------------------------------------------------------------
|
||||||
# heading : System
|
# heading : System
|
||||||
# description : Software installer
|
# description : Software installer
|
||||||
# navigation : 4000 300
|
# navigation : 4000 500
|
||||||
#
|
#
|
||||||
# routes : end
|
# routes : end
|
||||||
#----------------------------------------------------------------------
|
#----------------------------------------------------------------------
|
||||||
|
@ -2,7 +2,7 @@ Summary: Sme server navigation module : manager 2
|
|||||||
%define name smeserver-manager
|
%define name smeserver-manager
|
||||||
Name: %{name}
|
Name: %{name}
|
||||||
%define version 11.0.0
|
%define version 11.0.0
|
||||||
%define release 88
|
%define release 89
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
Release: %{release}%{?dist}
|
Release: %{release}%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
@ -144,6 +144,9 @@ true
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 12 2025 Brian Read <brianr@koozali.org> 11.0.0-89.sme
|
||||||
|
- rework navigation weights to avoid duplicates [SME: 12996]
|
||||||
|
|
||||||
* Mon Jun 09 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-88.sme
|
* Mon Jun 09 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-88.sme
|
||||||
- add datetime getYear_list [SME: 13031]
|
- add datetime getYear_list [SME: 13031]
|
||||||
- use esmith::*DB::UTF8 to access db flat files [SME: 13027]
|
- use esmith::*DB::UTF8 to access db flat files [SME: 13027]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user