/[smeserver]/rpms/smeserver-manager/sme10/smeserver-manager-0.1.0-navigation_errors.patch
ViewVC logotype

Contents of /rpms/smeserver-manager/sme10/smeserver-manager-0.1.0-navigation_errors.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download)
Sat Nov 21 08:43:47 2020 UTC (3 years, 6 months ago) by michel
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
* Fri Nov 20 2020 Michel Begue <mab974@gmail.com> 0.1.2-2.sme
- Fix smanager-update event name
- Move smanager service to /usr/lib/systemd
- Fix Bugreport file download
- Fix translations missing in 'viewlogfiles'
- Remove Admin auth in httpd configuration
- Add an optional alias for admin sign in.
- Remove systemctl from .spec file

1 diff -urN smeserver-manager-0.1.0.old/root/etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/lib/SrvMngr/Navigation.pm smeserver-manager-0.1.0/root/etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/lib/SrvMngr/Navigation.pm
2 --- smeserver-manager-0.1.0.old/root/etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/lib/SrvMngr/Navigation.pm 2020-01-22 00:33:11.000000000 +0400
3 +++ smeserver-manager-0.1.0/root/etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/lib/SrvMngr/Navigation.pm 2020-01-23 12:35:27.595000000 +0400
4 @@ -53,7 +53,6 @@
5 my $q = shift;
6 #my $c = shift;
7 my $config = shift;
8 - my $mode = shift;
9
10 my $navig_script = "themes/".$config->{theme}."/public/js/navigation.js";
11 my $navig_div = "themes/".$config->{theme}."/templates/partials/_navig.html.ep";
12 @@ -213,8 +212,6 @@
13 };
14 }
15
16 - if ( $mode eq 9 ) { return \%nav; }
17 -
18 #--------------------------------------------------
19 # generate list of headings sorted by average weight
20 #--------------------------------------------------
21 diff -urN smeserver-manager-0.1.0.old/root/etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/themes/AdminLTE/public/js/navigation.js smeserver-manager-0.1.0/root/etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/themes/AdminLTE/public/js/navigation.js
22 --- smeserver-manager-0.1.0.old/root/etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/themes/AdminLTE/public/js/navigation.js 1970-01-01 04:00:00.000000000 +0400
23 +++ smeserver-manager-0.1.0/root/etc/e-smith/web/panels/manager2/cgi-bin/srvmngr/themes/AdminLTE/public/js/navigation.js 2020-01-23 12:49:12.356000000 +0400
24 @@ -0,0 +1 @@
25 +temporary

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed