/[smeserver]/rpms/smeserver-manager/sme10/smeserver-manager.spec
ViewVC logotype

Annotation of /rpms/smeserver-manager/sme10/smeserver-manager.spec

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


Revision 1.80 - (hide annotations) (download)
Fri Feb 23 14:00:29 2024 UTC (4 months ago) by brianr
Branch: MAIN
CVS Tags: smeserver-manager-0_1_4-29_el7_sme
Changes since 1.79: +6 -1 lines
* Fri Feb 23 2024 Brian Read <brianr@koozali.org> 0.1.4-29.sme
- Make release and version only show when logged in [SME: 12480]

1 michel 1.10 Summary: Sme server navigation module : manager 2
2 jpp 1.1 %define name smeserver-manager
3     Name: %{name}
4 michel 1.48 %define version 0.1.4
5 brianr 1.80 %define release 29
6 jpp 1.1 Version: %{version}
7     Release: %{release}%{?dist}
8     License: GPL
9     Group: Networking/Daemons
10 michel 1.35 Source: %{name}-%{version}.tar.xz
11 michel 1.58 Source1: visible.png
12 michel 1.49 Patch0: %{name}-%{version}-list_access_csrf.patch
13 michel 1.50 Patch1: %{name}-%{version}-review_csrf_url.patch
14 brianr 1.51 Patch2: smeserver-manager-0.1.4-Add-dummy-classes-to-ep-files.patch
15 brianr 1.52 Patch3: smeserver-manager-0.1.4-Add-span-to-group-member-checkbox-list.patch
16 brianr 1.53 Patch4: smeserver-manager-0.1.4-Review-configuration-Virtual-domains-re-format-html.patch
17 brianr 1.54 Patch5: smeserver-manager-0.1.4-Sort-out-responsive-table-in-user-and-host-lists.patch
18 brianr 1.55 Patch6: smeserver-manager-0.1.4-fix-translation-strings-with-prefix-for-review-config.patch
19 brianr 1.56 Patch7: smeserver-manager-0.1.4-format-for-dhcp-ips-in-review-config.patch
20 michel 1.57 Patch8: smeserver-manager-0.1.4-fix_backup_empty_selection_list.patch
21 michel 1.58 Patch9: smeserver-manager-0.1.4-toggle_password_and_menu-jquery_cond-csrf_get.patch
22 brianr 1.60 Patch10: smeserver-manager-0.1.4-Update-format-for-datetime-and-reboot.patch
23 jpp 1.62 Patch11: smeserver-manager-0.1.4-bz12110-untainting-printer.patch
24 jpp 1.63 Patch12: smeserver-manager-0.1.4-bz12111-untainting-date.patch
25 michel 1.64 Patch13: smeserver-manager-0.1.4-bz11816_password_reset.patch
26 brianr 1.65 Patch14: smeserver-manager-0.1.4-Fix-typo-in-datetime-processing.patch
27 brianr 1.66 Patch15: smeserver-manager-0.1.4-Correct-Requires-slapd-ldap-in-systemd-service-file.patch
28 michel 1.67 Patch16: smeserver-manager-0.1.4-yum_session_awstats.patch
29 brianr 1.68 Patch17: smeserver-manager-0.1.4-Add-css-to-hover-and-click-feedback-on-submit.patch
30 brianr 1.69 Patch18: smeserver-manager-0.1.4-Update-to-use-jquery-dataTables-in-tables.patch
31 brianr 1.72 Patch19: smeserver-manager-0.1.4-Get-jquery-etc-from-smeserver-manager-jsquery-rpm.patch
32 brianr 1.74 Patch20: smeserver-manager-0.1.4-Add-Export-Buttons-to-dataTable.patch
33 brianr 1.75 Patch21: smeserver-manager-0.1.4-Move-dataTable-js-setup-to-seperate-file.patch
34 brianr 1.76 Patch22: smeserver-manager-0.1.4-Save-and-restore-menu-configuration.patch
35 brianr 1.77 Patch23: smeserver-manager-0.1.4-Re-organise-menus.patch
36 brianr 1.79 Patch24: smeserver-manager-0.1.4-Fix-Domains-bug-12479-and-Hostnames-bug-12483.patch
37 brianr 1.80 Patch25: smeserver-manager-0.1.4-Make-release-and-version-depend-on-login-status.patch
38 brianr 1.51
39 michel 1.33 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
40     BuildArchitectures: noarch
41 jpp 1.1 BuildRequires: e-smith-devtools
42 michel 1.33 #<Build tests>
43     #BuildRequires: perl >= 0:5.016
44     #BuildRequires: perl(Test::More)
45     #BuildRequires: perl(Test::Mojo)
46     #BuildRequires: perl(Mojolicious) >= 7.56
47     #BuildRequires: perl(Mojolicious::Plugin::I18N) >= 1.6
48     #BuildRequires: perl(Net::Netmask) >= 1.9
49     #</Build tests>
50    
51 jpp 1.1 Requires: e-smith-lib >= 1.18.0-26
52     Requires: e-smith-manager >= 2.4.0-22
53 michel 1.64 Requires: e-smith-apache >= 2.6.0-19
54     Requires: smeserver-php >= 3.0.0-43
55 michel 1.58 Requires: perl(Mojolicious) >= 7.56
56     Requires: perl(Mojolicious::Plugin::I18N) >= 1.6
57     Requires: perl(Mojolicious::Plugin::RenderFile) >= 0.12
58     Requires: perl(Mojolicious::Plugin::CSRFDefender) >= 0.0.8
59     Requires: perl(Net::Netmask) >= 1.9
60 michel 1.64 Requires: perl(DBM::Deep) >= 2.0011-1
61     Requires: perl(Mojo::JWT) >= 0.08-1
62     Requires: mutt >= 1.5.21
63 brianr 1.73 Requires: smeserver-manager-jsquery >= 1.0
64 michel 1.26 #Requires: js-jquery > 2.2.4-3 (optional)
65 michel 1.33
66 michel 1.24 Provides: server-manager
67 jpp 1.1 AutoReqProv: no
68    
69 michel 1.26 %define dir_mngr /usr/share/smanager
70    
71     %description
72 michel 1.35 This RPM contributes the navigation bars for the smeserver-manager. New Mojolicious version.
73 michel 1.26
74     %prep
75     %setup
76 michel 1.49 %patch0 -p1
77 michel 1.50 %patch1 -p1
78 brianr 1.51 %patch2 -p1
79 brianr 1.52 %patch3 -p1
80 brianr 1.53 %patch4 -p1
81 brianr 1.54 %patch5 -p1
82 brianr 1.55 %patch6 -p1
83 brianr 1.56 %patch7 -p1
84 michel 1.57 %patch8 -p1
85 michel 1.58 %patch9 -p1
86 brianr 1.60 %patch10 -p1
87 jpp 1.62 %patch11 -p1
88 jpp 1.63 %patch12 -p1
89 michel 1.64 %patch13 -p1
90 brianr 1.65 %patch14 -p1
91 brianr 1.66 %patch15 -p1
92 michel 1.67 %patch16 -p1
93 brianr 1.68 %patch17 -p1
94 brianr 1.69 %patch18 -p1
95 brianr 1.71 %patch19 -p1
96 brianr 1.74 %patch20 -p1
97 brianr 1.75 %patch21 -p1
98 brianr 1.76 %patch22 -p1
99 brianr 1.77 %patch23 -p1
100 brianr 1.79 %patch24 -p1
101 brianr 1.80 %patch25 -p1
102 michel 1.26
103     %build
104     perl createlinks
105    
106     # Force creation of potentially empty directories
107     mkdir -p root/etc/e-smith/db/routes
108     mkdir -p root/home/e-smith/db/navigation2
109     mkdir -p root%{dir_mngr}/themes/default/public/css
110 michel 1.58 mkdir -p root%{dir_mngr}/data
111     cp %{SOURCE1} root%{dir_mngr}/themes/default/public/images
112 michel 1.26
113     %install
114     rm -rf $RPM_BUILD_ROOT
115     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
116     rm -f %{name}-%{version}-%{release}-filelist
117     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
118     --dir %{dir_mngr} 'attr(0755,root,root)' \
119     --file %{dir_mngr}/log/development.log 'attr(0660,root,admin)' \
120     --file %{dir_mngr}/log/production.log 'attr(0660,root,admin)' \
121 michel 1.45 --file %{dir_mngr}/script/daily.sh 'attr(0770,root,root)' \
122     --file %{dir_mngr}/script/routes.pl 'attr(0770,root,root)' \
123     --file %{dir_mngr}/script/secrets.pl 'attr(0770,root,root)' \
124 michel 1.26 > %{name}-%{version}-%{release}-filelist
125    
126 michel 1.45 echo "%doc COPYING f2b/*" >> %{name}-%{version}-%{release}-filelist
127 michel 1.26
128 michel 1.33 %check
129     #cd $RPM_BUILD_ROOT/%{dir_mngr} && QUICK_TEST=1 /usr/bin/prove -q -l -r
130 michel 1.26
131     %clean
132     rm -rf $RPM_BUILD_ROOT
133    
134     %preun
135 michel 1.61 # complete remove
136     if [ $1 == 0 ]
137 michel 1.26 then
138 michel 1.61 systemctl stop smanager.service
139     rm -f /home/e-smith/db/navigation2/*
140     rm -f /home/e-smith/db/routes
141     rm -f %{dir_mngr}/themes/default/public/css/*
142     rm -rf %{dir_mngr}/themes/default/public/js
143     find %{dir_mngr}/lib/SrvMngr/I18N/Modules -type f -name '*.pm' -exec rm '{}' \;
144 michel 1.26 fi
145     true
146    
147     %post
148     if [ -f /usr/share/javascript/jquery/latest/jquery.min.js ]
149     then
150 michel 1.50 [ -d %{dir_mngr}/themes/default/public/js ] ||
151     mkdir %{dir_mngr}/themes/default/public/js
152     [ -h %{dir_mngr}/themes/default/public/js/jquery.min.js ] ||
153     ln -s /usr/share/javascript/jquery/latest/jquery.min.js %{dir_mngr}/themes/default/public/js/jquery.min.js
154 michel 1.61 [ -h %{dir_mngr}/themes/default/public/js/jquery.min.map ] ||
155     ln -s /usr/share/javascript/jquery/latest/jquery.min.map %{dir_mngr}/themes/default/public/js/jquery.min.map
156 michel 1.26 fi
157     true
158    
159     %files -f %{name}-%{version}-%{release}-filelist
160     %defattr(-,root,root)
161 michel 1.19
162 jpp 1.1 %changelog
163 brianr 1.80 * Fri Feb 23 2024 Brian Read <brianr@koozali.org> 0.1.4-29.sme
164     - Make release and version only show when logged in [SME: 12480]
165    
166 brianr 1.79 * Wed Feb 21 2024 Brian Read <brianr@koozali.org> 0.1.4-28.sme
167     - Fix domains bug [SME: 12479]
168     - Fix hostnames bug [SME: 12483]
169    
170 brianr 1.77 * Sun Feb 18 2024 Brian Read <brianr@koozali.org> 0.1.4-27.sme
171     - Re-arrange Menu [SME: 12476]
172 brianr 1.78 - Fix problem with ibays not all showing [SME: 12478]
173 brianr 1.77
174 brianr 1.76 * Mon Feb 12 2024 Brian Read <brianr@koozali.org> 0.1.4-26.sme
175     - Save and Restore menu configuration [SME: 12464]
176    
177 brianr 1.75 * Thu Feb 08 2024 Brian Read <brianr@koozali.org> 0.1.4-25.sme
178     - Move-dataTable-js-setup-to-seperate-file [SME: 12467]
179    
180 brianr 1.74 * Wed Feb 07 2024 Brian Read <brianr@koozali.org> 0.1.4-24.sme
181     - Add in export buttons to dataTables[SME: 12466]
182    
183 brianr 1.71 * Tue Jan 30 2024 Brian Read <brianr@koozali.org> 0.1.4-23.sme
184     - Arrange that jquery etc is local and from rpm smeserver-manager-jsquery [SME: 12459]
185 brianr 1.73 - Correct position of % end in partial .html.ep files with tables in.
186     - Make smeserver-mananger-jsquery a requirement
187     - Move jquery overrides to jsquery rpm
188 brianr 1.71
189 brianr 1.69 * Sat Jan 27 2024 Brian Read <brianr@koozali.org> 0.1.4-22.sme
190     - Update to use jquery plugin dataTables [SME: 12458]
191     - Update Copyright footer to 2024
192     - Edit tables to have TableSort in class
193     - Fix up tables tbody and thead correctly
194     - Sort out action column to make compatible with dataTable
195 brianr 1.70 - Change action links to icons
196 brianr 1.69
197 brianr 1.68 * Sun Dec 03 2023 Brian Read <brianr@koozali.org> 0.1.4-21.sme
198     - Update CSS to provide feedback to hover and click on panel submit button [SME: 12442]
199    
200 michel 1.67 * Tue Apr 25 2023 Michel Begue <mab974@misouk.com> 0.1.4-20.sme
201     - general locales for awstats [SME:12324b]
202     - fix reconfigure asked when not needed [SME: 12171b]
203     - remove unSafe status from session data
204    
205 brianr 1.66 * Wed Dec 28 2022 Brian Read <brianr@bjsystems.co.uk> 0.1.4-19.sme
206     - Fix requires in systemd smanager.server file [SME:12294]
207    
208 brianr 1.65 * Fri Dec 09 2022 Brian Read <brianr@bjsystems.co.uk> 0.1.4-18.sme
209     - Fix up typo in datetime processing [SME: 11827]
210    
211 michel 1.64 * Mon Jul 18 2022 Michel Begue <mab974@misouk.com> 0.1.4-17.sme
212     - add forgotten password link to login panel [SME: 11816]
213     - update to httpd 2.4 syntax [SME: 12112]
214     - enable backup of /usr/share/smanager/data
215     - fix target in link to 'Previous SM'
216    
217 jpp 1.63 * Sun Jul 17 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.1.4-16.sme
218     - untainting datetime [SME: 12111]
219    
220 jpp 1.62 * Sun Jul 17 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.1.4-15.sme
221     - untainting printer [SME: 12110]
222    
223 michel 1.61 * Fri Jan 21 2022 Michel Begue <mab974@misouk.com> 0.1.4-14.sme
224     - Fix jquery map link missing
225     - Fix jquery link deleted during update
226     - Remove generated file during remove
227    
228 brianr 1.60 * Wed Jan 05 2022 Brian Read <brianr@bjsystems.co.uk> 0.1.4-13.sme
229     - Update-format-for-datetime-and-reboot [SME: 11830]
230    
231 michel 1.59 * Mon Jan 03 2022 Michel Begue <mab974@misouk.com> 0.1.4-12.sme
232 michel 1.58 - Add show password icon to login panel (requires jquery)
233     - Extend toggle hide to section menu (requires jquery)
234     - Set layout according to jquery presence
235     - Set CSRF less strict for GET method. Only if csrftoken param exists [SME: 11789]
236    
237 michel 1.57 * Mon Dec 27 2021 Michel Begue <mab974@misouk.com> 0.1.4-10.sme
238     - Fix empty selection list in workstation restore of backup panel [SME: 11185]
239    
240 brianr 1.56 * Mon Dec 27 2021 Brian Read <brianr@bjsystems.co.uk> 0.1.4-9.sme
241     - format-for-dhcp-ips-in-review-config [SME: ]
242    
243 brianr 1.55 * Sun Dec 26 2021 Brian Read <brianr@bjsystems.co.uk> 0.1.4-8.sme
244     - fix-translation-strings-with-prefix-for-review-config [SME: 11823]
245    
246 brianr 1.54 * Sun Dec 26 2021 Brian Read <brianr@bjsystems.co.uk> 0.1.4-7.sme
247     - Sort-out-responsive-table-in-user-and-host-lists [SME: 11824]
248    
249 brianr 1.53 * Sun Dec 26 2021 Brian Read <brianr@bjsystems.co.uk> 0.1.4-6.sme
250     - e-format html for Vistual domains inReview config to be compatible with email format list [SME 11822]
251    
252 brianr 1.52 * Mon Dec 20 2021 Brian Read <brianr@bjsystems.co.uk> 0.1.4-5.sme
253     - Add-span-to-group-member-checkbox-list [SME: 11815]
254    
255 brianr 1.51 * Mon Nov 29 2021 Brian Read <brianr@bjsystems.co.uk> 0.1.4-4.sme
256     - Add-dummy-classes-to-ep-files.patch [SME: 11780]
257    
258 michel 1.50 * Mon Nov 15 2021 Michel Begue <mab974@misouk.com> 0.1.4-3.sme
259     - Fix error message when linking, unlinking jquery in spec
260     - Correct the 'review' panel presentation
261     - Modify CSRFDefender plugin to take into account GET method
262     - Add TOKEN param where the GET method is used in templates
263     - Remove smanager from local url address
264    
265 michel 1.49 * Mon Oct 11 2021 Michel Begue <mab974@protonmail.com> 0.1.4-2.sme
266     - Fix incorrect list order (users, ibays, ...)
267     - Add external private access (remote management)
268     - Change CSRF error message
269    
270 michel 1.48 * Mon Jun 21 2021 Michel Begue <mab974@gmail.com> 0.1.4-1.sme
271     - New version: smeserver-manager-0.1.4-1 (= 0.1.2-13)
272    
273 michel 1.47 * Sat Jun 19 2021 Michel Begue <mab974@gmail.com> 0.1.2-13.sme
274     - Remove non english locale files (move to smeserver-manager-locale)
275     - Fix error in 'locale2-conf' action
276    
277 michel 1.46 * Tue Jun 15 2021 Michel Begue <mab974@gmail.com> 0.1.2-12.sme
278     - Fix errors in daily script
279     - Fix url and routes for 'hostentries' panel
280     - Change GET to POST method for CSRF plugin (routes and templates)
281     - Fix some translations
282    
283 michel 1.45 * Tue Jun 08 2021 Michel Begue <mab974@gmail.com> 0.1.2-11.sme
284     - Add cron job for secrets and routes purge
285     - Add CSRFDefender plugin against CSRF attacks
286     - Add optional fail2ban configuration files in doc
287     - Fix zh-tw locale file name
288     - Fix missing links in 'Bugreport'
289     - Fix copyright in footer
290     - Fix translations
291    
292 michel 1.44 * Thu Jun 03 2021 Michel Begue <mab974@gmail.com> 0.1.2-10.sme
293     - Add header for contrib in layout
294     - fix emailsettings error 'webmail is only SSL' [SME: 11443]
295     - fix locale files
296     - clean up template files
297    
298 michel 1.43 * Wed Apr 21 2021 Michel Begue <mab974@gmail.com> 0.1.2-9.sme
299     - Add access attribute in configuration base
300     - Verify modes and access compatibility
301     - Display theme_switch button to logged in users only [SME: 11571]
302    
303 michel 1.42 * Tue Apr 20 2021 Michel Begue <mab974@gmail.com> 0.1.2-8.sme
304     - Fix 'theme switch' [SME: 11571]
305    
306 michel 1.41 * Mon Apr 12 2021 Michel Begue <mab974@gmail.com> 0.1.2-7.sme
307     - Fix server-mode in bugreport [SME: 10448]
308     - Add systemd-default for smanager type (service) [SME: 11544]
309     - Fix smanager type and status in db
310     - Move initial security notification to central place
311     - Render 'Manual' output in template
312     - Add a link to koozali.org on Sme logo
313    
314 michel 1.40 * Mon Jan 25 2021 Michel Begue <mab974@gmail.com> 0.1.2-6.sme
315     - Fix missing backup functions
316     - background mode for halt and reboot
317     - Store debug mode in ENV
318     - Add a warning mode notification
319     - Fix some translations needing to be escaped
320    
321 michel 1.39 * Wed Jan 13 2021 Michel Begue <mab974@gmail.com> 0.1.2-5.sme
322     - Fix menu items not translated [SME: 11322]
323     - Add other locales files
324    
325 michel 1.38 * Thu Jan 07 2021 Michel Begue <mab974@gmail.com> 0.1.2-4.sme
326     - Fix 404 error when trailing slash is missing
327     - Fix missing translations for ibay and quota panels
328     - Comment out pptp settings in remoteaccess panel
329     - Fix 'sigusr1' exec for httpd [SME: 11185]
330    
331 michel 1.37 * Tue Dec 01 2020 Michel Begue <mab974@gmail.com> 0.1.2-3.sme
332     - Fix download error on 'viewlogfiles' panel [SME: 11217]
333     - Fix duplicate entries in log files to be chosen
334     - Fix duplicate translation terms in 'General' lexicon
335    
336 michel 1.36 * Fri Nov 20 2020 Michel Begue <mab974@gmail.com> 0.1.2-2.sme
337     - Fix smanager-update event name
338     - Move smanager service to /usr/lib/systemd
339     - Fix Bugreport file download
340     - Fix translations missing in 'viewlogfiles'
341     - Remove Admin auth in httpd configuration
342     - Add an optional alias for admin sign in.
343     - Remove systemctl from .spec file
344    
345 michel 1.35 * Thu Nov 19 2020 Michel Begue <mab974@gmail.com> 0.1.2-1.sme
346     - Create new version smeserver-manager-0.1.2-1 (= 0.1.0-31)
347    
348 michel 1.34 * Wed Oct 07 2020 Michel Begue <mab974@gmail.com> 0.1.0-31.sme
349     - smanager-refresh event come back
350     - add smanager version in footer
351     - add optional refresh in layout
352     - fix yum logfile displaying
353    
354 michel 1.33 * Mon Oct 05 2020 Michel Begue <mab974@gmail.com> 0.1.0-30.sme
355     - fix I18N Namespace change for keeping Language
356     - clean up emailsettings code
357     - remove old global lexicon files
358     - add first simple tests
359     - add smanager-update event
360    
361 michel 1.32 * Mon Aug 17 2020 Michel Begue <mab974@gmail.com> 0.1.0-29.sme
362     - validate lexicon file before install
363     - fix route url construction (+)
364     - add authentication messages to locales
365    
366 michel 1.31 * Fri Aug 07 2020 Michel Begue <mab974@gmail.com> 0.1.0-28.sme
367     - validate netmask in LocalNetworks [SME: 10976]
368     - validate netmask in RemoteAccess [SME: 10977]
369     - prettier action button
370     - accept undescore in lexicon name
371     - change route urls for LocalNetworks and Portforwarding
372     - add rendering to LocalNetworks notification
373    
374 michel 1.30 * Mon Jul 06 2020 Michel Begue <mab974@gmail.com> 0.1.0-27.sme
375     - Fix typo in %post here
376     - Complete 'datetime' panel
377     - Fix notification in 'quota' panel
378    
379 michel 1.29 * Wed Jul 01 2020 Michel Begue <mab974@gmail.com> 0.1.0-26.sme
380     - Fix first start error
381     - Fix incorrect messages and various typos in modules
382     - Add possibility to hide menu(s) (requires jquery)
383    
384 michel 1.28 * Sat Jun 13 2020 Michel Begue <mab974@gmail.com> 0.1.0-25.sme
385     - Remove 'Starterwebsite' panel [SME: 8903]
386     - Add choice for creating Pseudonyms [SME: 9457]
387     - Change URL in 'useraccounts' templates
388     - Change app to smanager in controller 'Swttheme'
389    
390 michel 1.27 * Wed Jun 10 2020 Michel Begue <mab974@gmail.com> 0.1.0-24.sme
391     - Fix missing translations for some panels
392    
393 michel 1.26 * Mon Jun 08 2020 Michel Begue <mab974@gmail.com> 0.1.0-23.sme
394     - Transform to Mojo application (apache/mod_proxy mode)
395     - Add internal login and multi mode menus
396     - Add userpassword panel
397    
398 michel 1.25 * Fri May 08 2020 Michel Begue <mab974@gmail.com> 0.1.0-22.sme
399     - Fix translation in 'useraccounts' panel
400     - Restore theme switcher route
401     - Fix theme switcher redirection
402     - fix lexicon file not found [SME: 10927]
403    
404 michel 1.24 * Mon Apr 27 2020 Michel Begue <mab974@gmail.com> 0.1.0-21.sme
405     - Fix error and success management
406     - Optimize Routes (number)
407     - Delete share_dir variable
408     - Attach Locale lexicon to Panel and Panel?
409     - Fix lack of translation of first page
410    
411 michel 1.23 * Wed Apr 15 2020 Michel Begue <mab974@gmail.com> 0.1.0-20.sme
412     - Patch the I18N plugin to accept namespace changes
413     - Split global locales files to module level
414     - Consider additional contrib locales files
415     - Consider additional contrib routes and navigation item
416     - fix colour button in portforwarding panel
417     - fix missing esmith::util in starterwebsite panel
418    
419 michel 1.22 * Tue Apr 14 2020 Michel Begue <mab974@gmail.com> 0.1.0-19.sme
420     - Remove tests : useraccounts, wbl
421    
422 michel 1.21 * Sat Apr 11 2020 Michel Begue <mab974@gmail.com> 0.1.0-18.sme
423 michel 1.19 - Add panels : emailaccess, yum, backup
424     - Fix Rendering comments in portforwarding & localnetworks panels
425     - Css and images files added (from manager).
426     - Initial javascript in navigation added (jQuery) -optional-
427     - Add 'Heading...' navigation informations in controllers
428     - Show Themes_switch if there is more than one theme
429    
430     * Tue Apr 07 2020 Brian Read <brianr@bjsystems.co.uk> 0.1.0-15.sme
431 brianr 1.18 - Sort out rule comment in portforwarding add panel
432    
433     * Tue Apr 07 2020 Brian Read <brianr@bjsystems.co.uk> 0.1.0-14.sme
434 brianr 1.17 - Add in portforwarding panel
435     - Clean up localnetwork panel code
436    
437 brianr 1.16 * Sun Mar 29 2020 Brian Read <brianr@bjsystems.co.uk> 0.1.0-13.sme
438     - Remove Db call in LN_del template
439     - Use Sme-error css class and make sure parameters applied to error message
440     - Remove creation of AdminLTE directories on install
441    
442 brianr 1.15 * Fri Mar 20 2020 Brian Read <brianr@bjsystems.co.uk> 0.1.0-12.sme
443     - Add panels : localnetworks
444     - Delete AdminLTE code - will get added into new rpm
445    
446 michel 1.14 * Sat Feb 29 2020 Michel Begue <mab974@gmail.com> 0.1.0-11.sme
447     - Add panels : remoteaccess, useraccounts and viewlogfiles
448     - Fix 'bugreport' download
449     - css enhancement in default theme
450     - Fix warnings and typos
451    
452 michel 1.13 * Wed Feb 19 2020 Michel Begue <mab974@gmail.com> 0.1.0-10.sme
453     - add panels : domains, hostentries and pseudonyms
454     - remove old navigation menu
455    
456 michel 1.12 * Mon Jan 27 2020 Michel Begue <mab974@gmail.com> 0.1.0-9.sme
457     - Fix messages without variables expansion
458     - add a theme switcher
459     - split navigation menu between controller and template
460     - template + event for .conf file
461    
462 michel 1.11 * Thu Jan 23 2020 Michel Begue <mab974@gmail.com> 0.1.0-8.sme
463     - Fix errors in Navigation
464    
465 michel 1.10 * Wed Jan 22 2020 Michel Begue <mab974@gmail.com> 0.1.0-7.sme
466     - Fix link between Navigation and Theme
467     - Add System and Domain names to available data (header)
468     - Move some data lists from template to controller (select_field)
469     - Integrate last Brian's changes in server-manager2.css (AdminLTE)
470     - Fix some warnings and typos
471    
472 brianr 1.9 * Fri Jan 17 2020 Brian Read <brianr@bjsystems.co.uk> 0.1.0-6.sme
473     - Add in theme based on AdminLTE html template
474     - Fixes Server name in header (Needs Template expansion - added to Console-Save
475    
476 michel 1.8 * Sun Jan 12 2020 Michel Begue <mab974@gmail.com> 0.1.0-5.sme
477 michel 1.7 - new theme to come
478     - css enhancement (thanks to B. Read)
479     - panels: reboot and ibays
480    
481 michel 1.6 * Wed Jan 01 2020 Michel Begue <mab974@gmail.com> 0.1.0-4.sme
482     - fix setuid with wrapper (remove sudo)
483     - panels quota and groups
484    
485 michel 1.5 * Mon Dec 16 2019 Michel Begue <mab974@gmail.com> 0.1.0-3.sme
486     - simple architecture : basic mojolicious app running
487     - some panels
488     - requires perl-Mojolicious-Plugin-I18N
489    
490 jcrisp 1.4 * Tue Feb 06 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 0.1.0-2.sme
491     - Start adding some template files
492    
493 jpp 1.1 * Sun Feb 04 2018 Jean-Philipe Pialasse <tests@pialasse.com> 0.1.0-1.sme
494     - first smeserver-manager package [SME: 10506]
495     this is a sandbox to dev the next server-manager based on mojolicious
496     this package is based on part of the old e-smith-manager and needs it
497     to work until we moved the httpd-admin part.
498    
499     * Sun Apr 16 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-26.sme
500     - add a panel to ease reporting bugs [SME: 8783]
501     - Original work from Mats Schuh m.schuh@neckargeo.net
502    
503     * Wed Apr 05 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-20.sme
504     - fix warning uninitialized value in lc [SME: 10209]
505    
506     * Mon Mar 27 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-19.sme
507     - fix typo in e-smith-manager-2.8.0-bz10167-emptyback.patch
508    
509     * Sat Mar 25 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-18.sme
510     - avoid internal server error if empty back parameter [SME: 10167]
511     - return user friendly message
512    
513     * Sat Mar 25 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-17.sme
514     - fix too short timeout in server-manager [SME: 9921]
515     - now 30 min as default instead of 5
516     - possibility to change this and adapt the default 0.66 of timeout remaining to reset it
517     - by default only a session cookie, can activate persistent cookie
518     - sha256 as encryption.
519    
520     * Mon Jan 16 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-15.sme
521     - fix bad redirection parameter that might reveal session information to remote site [SME: 9924]
522    
523     * Tue Jul 19 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-13.sme
524     - added missing template-begin for tkt.css [SME: 9676]
525    
526     * Tue Jul 19 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-12.sme
527     - Update server-manager to Koozali branding [SME: 9676]
528     - We thanks John Crisp for his wonderful work.
529    
530     * Wed Jun 15 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-11.sme
531     - change link for donation to koozali.org [SME: 9599]
532    
533     * Wed Jun 15 2016 Daniel Berteaud <daniel@firewall-services.com> 2.8.0-10.sme
534     - Fix syntax for removing Indexes options [SME: 9587]
535    
536     * Wed Jun 15 2016 Daniel Berteaud <daniel@firewall-services.com> 2.8.0-9.sme
537     - Remove index option for manager's resources [SME: 9587]
538    
539     * Mon Jun 13 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-8.sme
540     - fix 307 redirection to http when https is used [SME: 8825] [SME: 9583]
541     - update syntaxe for TKT Auth
542     - bump 8 for typo
543    
544     * Wed Jun 1 2016 Daniel Berteaud <daniel@firewall-services.com> 2.8.0-6.sme
545     - Fix a syntax error in server-manager's logout script [SME: 9527]
546    
547     * Wed May 11 2016 Daniel Berteaud <daniel@firewall-services.com> 2.8.0-5.sme
548     - Add a C wrapper to execute manager's cgi to replace perl-suid [SME: 9393]
549    
550     * Wed Mar 23 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-4.sme
551     - fix syntax for httpd 2.4 [SME: 9365]
552    
553     * Fri Mar 18 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-3.sme
554     - rebuild for Bug [SME: 9347]
555     - Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,
556     by assuming the date is correct and changing the weekday.
557     Wed Mar 14 2000 --> Wed Mar 08 2000 or Tue Mar 14 2000 or Wed Mar 15 2000 or ....
558     Wed Apr 04 2002 --> Wed Apr 03 2002 or Thu Apr 04 2002 or Wed Apr 10 2002 or ....
559     Tue May 15 2008 --> Tue May 13 2008 or Thu May 15 2008 or Tue May 20 2008 or ....
560    
561     * Fri Mar 18 2016 Daniel Berteaud <daniel@firewall-services.com> 2.8.0-2.sme
562     - Don't require perl-suidperl anymore [SME: 9339]
563    
564     * Fri Feb 05 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.8.0-1.sme
565     - Initial release to sme10
566    
567     * Fri Feb 5 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-4.sme
568     - Really don't redirect to http when login in/out of the server-manager
569     [SME: 9163]
570    
571     * Sun Jan 31 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-3.sme
572     - Don't redirect to http when login in/out of the server-manager from
573     localhost [SME: 9163]
574    
575     * Tue Jan 6 2015 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-2.sme
576     - Allow access to the server-manager without SSL from the loopback
577     [SME: 9163]
578    
579     * Sun Mar 23 2014 Ian Wells <esmith@wellsi.com> 2.6.0-1.sme
580     - Roll new stream to remove obsolete images [SME: 7962]
581    
582     * Sun Mar 23 2014 Ian Wells <esmith@wellsi.com> 2.4.0-9.sme
583     - Remove references to obsolete images, by Stephane de Labrusse [SME: 7962]
584    
585     * Fri Oct 11 2013 Ian Wells <esmith@wellsi.com> 2.4.0-8.sme
586     - Renew donation text in server-manager, by John Crisp [SME: 7897]
587    
588     * Thu Jun 6 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-7.sme
589     - Do not load mod_ssl [SME: 7602]
590    
591     * Wed Mar 6 2013 Shad L. Lords <slords@mail.com> 2.4.0-6.sme
592     - Correct path to pwauth [SME: 7319]
593    
594     * Sat Feb 23 2013 Ian Wells <esmith@wellsi.com> 2.4.0-5.sme
595     - Correct processing of server-manager URL [SME: 7254]
596    
597     * Thu Jan 31 2013 Shad L. Lords <slords@mail.com> 2.4.0-4.sme
598     - Fix typo in perl(Apache::AuthTkt) requires [SME: 7236]
599    
600     * Thu Jan 31 2013 Shad L. Lords <slords@mail.com> 2.4.0-3.sme
601     - Add perl-suidperl dependency [SME: 7235]
602    
603     * Thu Jan 31 2013 Shad L. Lords <slords@mail.com> 2.4.0-2.sme
604     - Add perl(Apache::AuthTkt) dependency [SME: 7236]
605    
606     * Thu Jan 31 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme
607     - Roll new stream for sme9
608    
609     * Sat Aug 7 2010 Ian Wells <esmith@wellsi.com> 2.2.0-6.sme
610     - Remove empty <p> tag from /etc/e-smith/web/common/foot.tmpl, by Daniel [SME: 5905]
611    
612     * Sun Jan 31 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-5.sme
613     - Only display error messages intended for admin in server-manager [SME: 5700]
614    
615     * Wed Dec 9 2009 Charlie Brady <charlieb@budge.apana.org.au> 2.2.0-4.sme
616     - Fix css validation errors. [SME: 5656]
617    
618     * Fri Sep 18 2009 Stephen Noble <support@dungog.net> 2.2.0-4.sme
619     - display reconfigure warning once if UnsavedChanges=yes [SME: 5475]
620    
621     * Fri Sep 18 2009 Stephen Noble <support@dungog.net> 2.2.0-3.sme
622     - display reconfigure warning if UnsavedChanges=yes [SME: 5475]
623    
624     * Sun Apr 26 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-2.sme
625     - Fix misinterpretation of display string [SME: 5022]
626    
627     * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme
628     - Roll new stream to separate sme7/sme8 trees [SME: 4633]
629    
630     * Sat Oct 4 2008 Shad L. Lords <slords@mail.com> 1.14.0-20
631     - Make navigation use new db class for navigation [SME: 4619]
632    
633     * Thu Jul 31 2008 Shad L. Lords <slords@mail.com> 1.14.0-19
634     - Make binmode properties of db class [SME: 4317]
635     - Add new navigation db & utf8 classes [SME: 4317]
636    
637     * Tue Jul 1 2008 Shad L. Lords <slords@mail.com> 1.14.0-18
638     - Fix open of database to create if necessary [SME: 4147]
639    
640     * Thu May 15 2008 Shad L. Lords <slords@mail.com> 1.14.0-17
641     Tue May 15 2008 --> Tue May 13 2008 or Thu May 15 2008 or Tue May 20 2008 or ....
642     - No longer remove navigation dbs. [SME: 4147]
643     - Deal a little more gracefully with non UTF-8 lexicons [SME: 4229]
644    
645     * Mon Mar 31 2008 Shad L. Lords <slords@mail.com> 1.14.0-16
646     - Remove navigation dbs and create new [SME: 4147]
647    
648     * Fri Mar 28 2008 Shad L. Lords <slords@mail.com> 1.14.0-15
649     - Remove last remnant of pleasewait [SME: 4130]
650    
651     * Wed Mar 26 2008 Shad L. Lords <slords@mail.com> 1.14.0-14
652     - Include general lexicons in nav-config [SME: 4113]
653    
654     * Tue Mar 25 2008 Shad L. Lords <slords@mail.com> 1.14.0-13
655     - Fix wide output to print in navigation and allow navigations db to
656     be utf8 [SME: 4101]
657    
658     * Sat Mar 22 2008 Shad L. Lords <slords@mail.com> 1.14.0-12
659     - Fix UTF-8 encoding in header and nav-conf [SME: 4072]
660    
661     * Tue Jan 08 2008 Stephen Noble <support@dungog.net> 1.14.0-11
662     - Fix to remove spaces and newlines in panel headers [SME: 3346]
663    
664     * Tue Jan 08 2008 Stephen Noble <support@dungog.net> 1.14.0-10
665     - remove the FormMagick session files [SME: 3723]
666    
667     * Tue Jan 08 2008 Stephen Noble <support@dungog.net> 1.14.0-9
668     - Remove spaces and newlines in panel headers [SME: 3346]
669    
670     * Sun Jul 01 2007 Shad L. Lords <slords@mail.com> 1.14.0-8
671     - Make login/logout no quite so verbose. [SME: 2660]
672    
673     * Fri May 18 2007 Shad L. Lords <slords@mail.com> 1.14.0-7
674     - Use correct lib for modules
675    
676     * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
677     - Clean up spec so package can be built by koji/plague
678    
679     * Mon Apr 9 2007 Stephen Noble <support@dungog.net> 1.14.0-6
680     - Convert http to https [SME: 2577]
681    
682     * Mon Mar 12 2007 Gavin Weight <gweight@gmail.com> 1.14.0-5
683     - Restyle the SME Server manager login form. [SME: 2666]
684    
685     * Mon Mar 05 2007 Shad L. Lords <slords@mail.com> 1.14.0-4
686     - Don't pass domain in ticket cookie (logout) unless it contains a dot [SME: 2402]
687    
688     * Mon Mar 05 2007 Shad L. Lords <slords@mail.com> 1.14.0-3
689     - Don't pass domain in ticket cookie (login) unless it contains a dot [SME: 2402]
690    
691     * Tue Feb 13 2007 Charlie Brady <charlie_brady@mitel.com> 1.14.0-2
692     - Deal gracefully with renamed apache modules. [SME: 2471]
693    
694     * Fri Jan 26 2007 Shad L. Lords <slords@mail.com> 1.14.0-1
695     - Roll stable stream. [SME: 2328]
696    
697     * Fri Jan 19 2007 Shad L. Lords <slords@mail.com> 1.13.1-13
698     - Create /etc/httpd/admin-conf directory
699    
700     * Fri Jan 19 2007 Shad L. Lords <slords@mail.com> 1.13.1-12
701     - Move apache logrotate to e-smith-apache.
702     - Put quotes around 'httpd-admin' in hashes.
703    
704     * Thu Jan 18 2007 Shad L. Lords <slords@mail.com> 1.13.1-11
705     - Move last httpd fragments from e-smith-base.
706    
707     * Thu Dec 07 2006 Shad L. Lords <slords@mail.com>
708     - Update to new release naming. No functional changes.
709     - Make Packager generic
710    
711     * Mon Nov 27 2006 Charlie Brady <charlie_brady@mitel.com> 1.13.1-09
712     - Randomize string used for encrypting auth tickets.
713    
714     * Tue Nov 21 2006 Charlie Brady <charlie_brady@mitel.com> 1.13.1-08
715     - Add ProxyPassReverse entries for server-manager passthroughs, so that
716     redirects work correctly.
717    
718     * Thu Nov 16 2006 Charlie Brady <charlie_brady@mitel.com> 1.13.1-07
719     - Add basic L10N in navigation-conf.
720    
721     * Wed Nov 15 2006 Charlie Brady <charlie_brady@mitel.com> 1.13.1-06
722     - Avoid use of FormMagick in navigation-conf. TODO: fix I18N.
723    
724     * Mon Nov 06 2006 Charlie Brady <charlie_brady@mitel.com> 1.13.1-05
725     - Simplify the sorting code in navigation (so that I can understand
726     it).
727    
728     * Mon Nov 06 2006 Charlie Brady <charlie_brady@mitel.com> 1.13.1-04
729     - Simplify javascript, and remove use of pleasewait script.
730    
731     * Mon Nov 06 2006 Charlie Brady <charlie_brady@mitel.com> 1.13.1-03
732     - Move swapClass javascript out of standard header and into just
733     navigation.
734    
735     * Fri Nov 03 2006 Charlie Brady <charlie_brady@mitel.com> 1.13.1-02
736     - Use mod_auth_tkt authentication for server manager access.
737    
738     * Thu Nov 02 2006 Charlie Brady <charlie_brady@mitel.com> 1.13.1-01
739     - Add branch tag and roll new development version.
740    
741     * Wed Nov 01 2006 Charlie Brady <charlie_brady@mitel.com> 1.13.0-06
742     - Move httpd-admin and its configuration templates from e-smith-base RPM.
743     [SME: 2023]
744    
745     * Wed Nov 01 2006 Charlie Brady <charlie_brady@mitel.com> 1.13.0-05
746     - Move more server-manager components from e-smith-base RPM. [SME: 2023]
747    
748     * Wed Nov 01 2006 Charlie Brady <charlie_brady@mitel.com> 1.13.0-04
749     - Add manager header/footer templates (moved from e-smith-base)
750     [SME: 2023]
751    
752     * Wed Aug 2 2006 Michael Soulier <msoulier@digitaltorque.ca>
753     - [1.13.0-03]
754     - Fixing broken db path in patch. [SME: 107]
755    
756     * Wed Mar 29 2006 Michael Soulier <michael_soulier@mitel.com>
757     - [1.13.0-02]
758     - Forward porting arbitrary menu plugins. [SME: 107]
759    
760     * Wed Mar 29 2006 Michael Soulier <michael_soulier@mitel.com>
761     - [1.13.0-01]
762     - Rolling to dev.
763     [SME: 107]
764    
765     * Wed Mar 15 2006 Charlie Brady <charlie_brady@mitel.com> 1.12.0-01
766     - Roll stable stream version. [SME: 1016]
767    
768     * Tue Jan 31 2006 Gordon Rowell <gordonr@gormand.com.au> 1.11.0-13
769     - Changed the static CSS files into directory templates, which are
770     expanded in bootstrap-console-save [SME: 408]
771    
772     * Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 1.11.0-12
773     - Bump release number only
774    
775     * Sun Oct 16 2005 Gordon Rowell <gordonr@e-smith.com>
776     - [1.11.0-11]
777     - Removed "table-layout: fixed;" from sme_main.css [SF: 1299779]
778    
779     * Sun Oct 16 2005 Gordon Rowell <gordonr@e-smith.com>
780     - [1.11.0-10]
781     - dos2unix conversion on CSS files [SF: 1299779]
782    
783     * Wed Aug 17 2005 Charlie Brady <charlieb@e-smith.com>
784     - [1.11.0-09]
785     - Remove bogus "Provides: perl(I18N::AcceptLanguage)" header. [SF: 1262438]
786    
787     * Thu Jun 9 2005 Charlie Brady <charlieb@e-smith.com>
788     - [1.11.0-08]
789     - Add newly required manager/cgi-bin/{navigation,noframes} symlinks.
790     [SF: 1217426]
791    
792     * Tue Jun 7 2005 Charlie Brady <charlieb@e-smith.com>
793     - [1.11.0-07]
794     - Remove references to /etc/e-smith/web/panel/manager/common
795     [SF: 1172203, 1210715]
796    
797     * Tue Sep 28 2004 Michael Soulier <msoulier@e-smith.com>
798     - [1.11.0-06]
799     - Updated perl dependencies. [msoulier MN00040240]
800    
801     * Tue Jul 13 2004 Michael Soulier <msoulier@e-smith.com>
802     - [1.11.0-05]
803     - Added the sme_panel_menu.css file, for tabbed menu support. Added a link to
804     it in the standard header.
805     [msoulier MN00030141]
806    
807     * Thu Feb 26 2004 Michael Soulier <msoulier@e-smith.com>
808     - [1.11.0-04]
809     - Backed-out previous change. It was better before. [msoulier dpar-22042]
810    
811     * Thu Feb 26 2004 Michael Soulier <msoulier@e-smith.com>
812     - [1.11.0-03]
813     - Added vertical-align: text-top; to td.sme-noborders-label to ensure that
814     text is aligned vertically at the top of the cell. [msoulier dpar-22042]
815    
816     * Tue Jul 8 2003 Charlie Brady <charlieb@e-smith.com>
817     - [1.11.0-02]
818     - Check that files are executable before listing in the
819     manager navigation frame. [charlieb 9197]
820     - s/Copyright/License/.
821    
822     * Tue Jul 8 2003 Charlie Brady <charlieb@e-smith.com>
823     - [1.11.0-01]
824     - Changing version to development stream number - 1.11.0
825    
826     * Thu Jun 26 2003 Charlie Brady <charlieb@e-smith.com>
827     - [1.10.0-01]
828     - Changing version to stable stream number - 1.10.0
829    
830     * Mon Apr 21 2003 Gordon Rowell <gordonr@e-smith.com>
831     - [1.9.5-16]
832     - New class for error link within table cell [gordonr 8129]
833    
834     * Tue Apr 8 2003 Gordon Rowell <gordonr@e-smith.com>
835     - [1.9.5-15]
836     - Removed borders around "warning" cells so they don't look like
837     they are bleeding on some browsers (e.g. Mozilla) [gordonr 8127]
838    
839     * Thu Apr 3 2003 Gordon Rowell <gordonr@e-smith.com>
840     - [1.9.5-14]
841     - Make <h2> and <p> within div.{success,error} => {red,green} [gordonr 7919]
842    
843     * Wed Apr 2 2003 Gordon Rowell <gordonr@e-smith.com>
844     - [1.9.5-13]
845     - Moved manager SSL fragments back to e-smith-base [gordonr 7900]
846    
847     * Tue Apr 1 2003 Tony Clayton <apc@e-smith.com>
848     - [1.9.5-12]
849     - add td.sme-radiobutton css class for date/time panel [tonyc 1588]
850    
851     * Tue Apr 1 2003 Gordon Rowell <gordonr@e-smith.com>
852     - [1.9.5-11]
853     - Make the question make bold [gordonr 7946]
854    
855     * Tue Apr 1 2003 Gordon Rowell <gordonr@e-smith.com>
856     - [1.9.5-10]
857     - Fix SSL listen template for serveronly mode [gordonr 7900]
858    
859     * Tue Apr 1 2003 Gordon Rowell <gordonr@e-smith.com>
860     - [1.9.5-09]
861     - Bind manager on port 981 to localhost only [gordonr 7900]
862    
863     * Mon Mar 31 2003 Mike Dickson <miked@e-smith.com>
864     - [1.9.5-08]
865     - changed class for sme-noborders-label to width=33% rather than
866     a fixed 250px wide, due to limitations in IE6 [miked 7676]
867     - added class "sectionbar" for use [miked]
868     - modified "td.noborders-label" colour [miked]
869    
870    
871     * Fri Mar 28 2003 Gordon Rowell <gordonr@e-smith.com>
872     - [1.9.5-07]
873     - Changed Copyright font from 8px to 10px [gordonr 7676]
874    
875     * Thu Mar 27 2003 Mark Knox <markk@e-smith.com>
876     - [1.9.5-06]
877     - Changed Help -> ? and changed formatting of current user and host [markk
878     7707]
879    
880     * Thu Mar 20 2003 Tony Clayton <apc@e-smith.com>
881     - [1.9.5-05]
882     - Add css style for a.error class [tonyc 4718]
883    
884     * Wed Mar 19 2003 Gordon Rowell <gordonr@e-smith.com>
885     - [1.9.5-04]
886     - Move navigation dbs to /home/e-smith/db/navigation. We shouldn't generate
887     them in /etc/e-smith/locale and we should name them by language, in case
888     we share lexicons (e.g. fr/fr-ca) [gordonr 7733]
889    
890     * Sun Mar 16 2003 Mike Dickson <miked@e-smith.com>
891     - [1.9.5-03]
892     - stylesheet fixes: darkend the copyrigt text, adjuste the UL and LI tags [miked 7676]
893    
894     * Thu Mar 13 2003 Mark Knox <markk@e-smith.com>
895     - [1.9.5-02]
896     - Removed 40LogoRow from header.htm templates [markk 4722]
897    
898     * Thu Mar 13 2003 Mark Knox <markk@e-smith.com>
899     - [1.9.5-01]
900     - Removed product_logo.gif [markk 4722]
901    
902     * Tue Mar 11 2003 Mike Dickson <miked@e-smith.com>
903     - [1.9.4-09]
904     - changed Adming to admin in header.htm templates [miked 7595]
905    
906     * Thu Feb 6 2003 Mike Dickson <miked@e-smith.com>
907     - [1.9.4-08]
908     - updated the CSS to add a new "success" class [miked 7032]
909    
910     * Tue Feb 4 2003 Mark Knox <markk@e-smith.com>
911     - [1.9.4-07]
912     - Refer to new SSL cert name of $SystemName.$DomainName [markk 4874]
913    
914     * Mon Feb 3 2003 Mark Knox <markk@e-smith.com>
915     - [1.9.4-06]
916     - Include ValidFrom hosts in SSL allow statements [markk 6428]
917    
918     * Mon Feb 3 2003 Mark Knox <markk@e-smith.com>
919     - [1.9.4-05]
920     - Also Listen on the right ports [markk 6428]
921    
922     * Mon Feb 3 2003 Mark Knox <markk@e-smith.com>
923     - [1.9.4-04]
924     - Bind SSL to port 443 if no primary web server available [markk 6428]
925    
926     * Sat Jan 25 2003 Mike Dickson <miked@e-smith.com>
927     - [1.9.4-03]
928     - darkened colour of copyright text [miked 6696]
929    
930     * Sat Jan 25 2003 Mike Dickson <miked@e-smith.com>
931     - [1.9.4-02]
932     - removed demo class "warn" from nav script [miked 6706]
933    
934     * Mon Jan 13 2003 Mike Dickson <miked@e-smith.com>
935     - [1.9.4-01]
936     - updated CSS file to show correct colour in menu, added "warn.gif" [miked 6398]
937    
938     * Fri Jan 3 2003 Gordon Rowell <gordonr@e-smith.com>
939     - [1.9.3-13]
940     - Made use of esmith::I18N in navigation-conf. Renamed locale->lang
941     to make it more obvious that we are dealing with a langtag [gordonr 5212]
942    
943     * Thu Jan 2 2003 Gordon Rowell <gordonr@e-smith.com>
944     - [1.9.3-12]
945     - Hide online-manual from navigation bar - now in header Help [gordonr 6394]
946    
947     * Wed Jan 1 2003 Gordon Rowell <gordonr@e-smith.com>
948     - [1.9.3-11]
949     - Updated navigation script to use esmith::I18N [gordonr 5212]
950    
951     * Wed Jan 1 2003 Gordon Rowell <gordonr@e-smith.com>
952     - [1.9.3-10]
953     - Spell bootstrap-console-save correctly [gordonr 5493]
954    
955     * Wed Jan 1 2003 Gordon Rowell <gordonr@e-smith.com>
956     - [1.9.3-09]
957     - Work out the correct navigation.info based on browser language [gordonr 5493]
958    
959     * Wed Jan 1 2003 Gordon Rowell <gordonr@e-smith.com>
960     - [1.9.3-08]
961     - Generate navigation.info files (config db format) for each supported
962     language in /etc/e-smith/locale/{language}/etc/e-smith/web/functions
963     - Read the navigation.info file for the preferred language when
964     displaying the navigation bar
965     - TODO: Actually select the correct navigation.info file [gordonr 5493]
966    
967     * Tue Dec 31 2002 Gordon Rowell <gordonr@e-smith.com>
968     - [1.9.3-07]
969     - Skip non-executable files when generating nav bar [gordonr 5802]
970    
971     * Fri Dec 27 2002 Mike Dickson <miked@e-smith.com>
972     - [1.9.3-06]
973     - updates and comments in the CSS files [miked 3185]
974     - commented out the two links in the header that are not ready yet
975     (log out and update available) [miked 5967 and 492]
976    
977     * Mon Dec 16 2002 Mike Dickson <miked@e-smith.com>
978     - [1.9.3-05]
979     - UI Update, part of the tweaking for the new UI [miked 5494]
980    
981     * Tue Dec 10 2002 Mike Dickson <miked@e-smith.com>
982     - [1.9.3-04]
983     - forgot to update header.htm fragments [miked 5494]
984    
985     * Mon Dec 9 2002 Mike Dickson <miked@e-smith.com>
986     - [1.9.3-03]
987     - ui update [miked 5494]
988    
989     * Mon Dec 2 2002 Mike Dickson <miked@e-smith.com>
990     - [1.9.3-02]
991     - ui update [miked 5494]
992    
993     * Wed Nov 27 2002 Mike Dickson <miked@e-smith.com>
994     - [1.9.3-01]
995     - and again to make it stick
996    
997     * Wed Nov 27 2002 Mike Dickson <miked@e-smith.com>
998     - [1.9.2-01]
999     - updated the header images [miked 5529]
1000     - updated other UI stuff [miked 5494]
1001    
1002     * Fri Nov 22 2002 Gordon Rowell <gordonr@e-smith.com>
1003     - [1.9.1-02]
1004     - templated header.htm [miked 5826]
1005     - modified header.htm template to link to online-manual and blades
1006     [gordonr 5826]
1007    
1008     * Thu Nov 21 2002 Mike Dickson <miked@e-smith.com>
1009     - [1.9.1-01]
1010     - update to new UI system [miked 5494]
1011    
1012     * Wed Nov 20 2002 Mike Dickson <miked@e-smith.com>
1013     - [1.9.0-01]
1014     - Changing to development stream; version upped to 1.9.0
1015    
1016     * Fri Oct 11 2002 Charlie Brady <charlieb@e-smith.com>
1017     - [1.8.0-01]
1018     - Roll to maintained version number to 1.8.0
1019    
1020     * Wed Jun 19 2002 Mark Knox <markk@e-smith.com>
1021     - [1.7.2-01]
1022     - Move SSL mutex and cache out of /var/log [markk 3830]
1023    
1024     * Tue Jun 18 2002 Charlie Brady <charlieb@e-smith.com>
1025     - [1.7.1-01]
1026     - Move admin apache SSL mutex and SSL session cache to files named admin_xxx
1027     to avoid name clash with main server. [charlieb 3830]
1028    
1029     * Wed Jun 5 2002 Charlie Brady <charlieb@e-smith.com>
1030     - [1.7.0-01]
1031     - Changing version to maintained stream number to 1.7.0
1032    
1033     * Fri May 31 2002 Charlie Brady <charlieb@e-smith.com>
1034     - [1.6.0-01]
1035     - Changing version to maintained stream number to 1.6.0
1036    
1037     * Thu May 23 2002 Gordon Rowell <gordonr@e-smith.com>
1038     - [1.5.11-01]
1039     - RPM rebuild forced by cvsroot2rpm
1040    
1041     * Thu May 16 2002 Tony Clayton <apc@e-smith.com>
1042     - [1.5.10-01]
1043     - Pass noframes=1 as cgi param for browsers without frames [tonyc 3475]
1044    
1045     * Thu May 16 2002 Tony Clayton <apc@e-smith.com>
1046     - [1.5.9-01]
1047     - use Dan McGarry's manager.css/navigation fixes for 3377 [tonyc]
1048    
1049     * Thu May 16 2002 Tony Clayton <apc@e-smith.com>
1050     - [1.5.8-01]
1051     - Remove unnecessary <p> tags in navigation html [tonyc 3377]
1052     - Fix navigation panel to not import symbols from fm subclasses
1053     [tonyc 3109]
1054    
1055     * Mon May 13 2002 Tony Clayton <apc@e-smith.com>
1056     - [1.5.7-01]
1057     - Fix navigation panel to play nice with FM subclasses [tonyc 3109]
1058    
1059     * Fri May 10 2002 Gordon Rowell <gordonr@e-smith.com>
1060     - [1.5.6-01]
1061     - Tell CGI.pm to not produce xhtml [gordonr 3377]
1062    
1063     * Tue May 7 2002 Gordon Rowell <gordonr@e-smith.com>
1064     - [1.5.5-01]
1065     - Missing use esmith::util [gordonr 3372]
1066    
1067     * Wed Apr 24 2002 Gordon Rowell <gordonr@e-smith.com>
1068     - [1.5.4-01]
1069     - Ignore cgi-bin/internal-.* in navigation [gordonr 3202]
1070    
1071     * Mon Apr 22 2002 Gordon Rowell <gordonr@e-smith.com>
1072     - [1.5.3-01]
1073     - Back out gettext() calls - esmith::FormMagic was Croaking on
1074     bad lexicons for old panels. Now properly localises the navigation
1075     bar if the localisations exist [gordonr 3155]
1076    
1077     * Fri Apr 19 2002 Gordon Rowell <gordonr@e-smith.com>
1078     - [1.5.2-01]
1079     - Added explicit gettext() call to localize navigation bar while
1080     figuring out esmith::FormMagick won't do it for me [gordonr 3155]
1081    
1082     * Wed Apr 10 2002 Gordon Rowell <gordonr@e-smith.com>
1083     - [1.5.1-01]
1084     - navigation is now polymorphic and does noframes as well [gordonr #3155]
1085    
1086     * Thu Apr 04 2002 Gordon Rowell <gordonr@e-smith.com>
1087     Wed Apr 04 2002 --> Wed Apr 03 2002 or Thu Apr 04 2002 or Wed Apr 10 2002 or ....
1088     - [1.5.0-01]
1089     - Rolled to development stream [gordonr]
1090    
1091     * Wed Apr 03 2002 Kirrily Robert <skud@e-smith.com>
1092     - [1.4.4-01]
1093     - Added red error messages to CSS [skud 3027]
1094    
1095     * Thu Mar 14 2002 Gordon Rowell <gordonr@e-smith.com>
1096     - [1.4.3-01]
1097     - Fixed regexp for ignoring pleasewait(-.*?). Two each in
1098     pleasewait/noframes. Reduced to one in each [gordonr]
1099    
1100     * Fri Mar 1 2002 Tony Clayton <tonyc@e-smith.com>
1101     - [1.4.2-01]
1102     - rollRPM: Rolled version number to 1.4.2-01. Includes patches up to 1.4.1-02.
1103     - mkdir panels/manager/common in spec file for CVS migration
1104    
1105     * Fri Jan 25 2002 Tony Clayton <tonyc@e-smith.com>
1106     - [1.4.1-02]
1107     - added missing ')' in navigation script pleasewait munging
1108    
1109     * Fri Jan 25 2002 Tony Clayton <tonyc@e-smith.com>
1110     - [1.4.1-01]
1111     - rollRPM: Rolled version number to 1.4.1-01. Includes patches up to 1.4.0-02.
1112     - navigation now ignores pleasewait-* files
1113    
1114     * Thu Jan 10 2002 Charlie Brady <charlieb@e-smith.com>
1115     - [1.4.0-02]
1116     - Use dated log file for ssl_engine_log. Name the file ssl_engine_log.xxxxx
1117     to keep it distinct from the main web server's log file.
1118    
1119     * Tue Dec 11 2001 Jason Miller <jay@e-smith.com>
1120     - [1.4.0-01]
1121     - rollRPM: Rolled version number to 1.4.0-01. Includes patches up to 1.3.0-07.
1122    
1123     * Sat Dec 08 2001 Charlie Brady <charlieb@e-smith.com>
1124     - [1.3.0-07]
1125     - Move genNavigationHeader() down below the script grokking code in
1126     "navigation", to help Netscape's faulty rendering.
1127    
1128     * Wed Nov 21 2001 Charlie Brady <charlieb@e-smith.com>
1129     - [1.3.0-06]
1130     - Remove troublesome "Requires: e-smith-base".
1131     - Remove obsolete "Requires: e-smith".
1132    
1133     * Thu Nov 1 2001 Gordon Rowell <gordonr@e-smith.com>
1134     - [1.3.0-05]
1135     - Indent description within navigation headings sections
1136    
1137     * Thu Nov 1 2001 Gordon Rowell <gordonr@e-smith.com>
1138     - [1.3.0-04]
1139     - Backed out patch from 1.3.0-02 - restored image to navigation frame
1140    
1141     * Wed Oct 31 2001 Charlie Brady <charlieb@e-smith.com>
1142     - [1.3.0-03]
1143     - Add Mitel branding changes.
1144    
1145     * Fri Aug 31 2001 Gordon Rowell <gordonr@e-smith.com>
1146     - [1.3.0-02]
1147     - Removed image from top of navigation - now in separate frame
1148     - Added Provides: server-manager
1149    
1150     * Fri Aug 31 2001 Gordon Rowell <gordonr@e-smith.com>
1151     - [1.3.0-01]
1152     - Rolled version number to 1.3.0-01. Includes patches upto 1.2.0-02.
1153    
1154     * Fri Aug 17 2001 gordonr
1155     - [1.2.0-02]
1156     - Autorebuild by rebuildRPM
1157    
1158     * Wed Aug 8 2001 Charlie Brady <charlieb@e-smith.com>
1159     - [1.2.0-01]
1160     - Rolled version number to 1.2.0-01. Includes patches upto 1.1.0-04.
1161    
1162     * Tue Jul 31 2001 Adrian Chung <adrianc@e-smith.com>
1163     - [1.1.0-04]
1164     - moving manager.css file from manager/html to common/css
1165    
1166     * Tue Jul 31 2001 Adrian Chung <adrianc@e-smith.com>
1167     - [1.1.0-03]
1168     - Adding SSL enabling templates for port 981.
1169     - Adding 01localAccessString fragment for use in SSL
1170     enabling templates.
1171    
1172     * Fri Jul 27 2001 Charlie Brady <charlieb@e-smith.com>
1173     - [1.1.0-02]
1174     - Prepend "/server-manager" to hrefs, to allow consistent path interpretation
1175     between admin and standard web server.
1176    
1177     * Fri Jul 27 2001 Charlie Brady <charlieb@e-smith.com>
1178     - [1.1.0-01]
1179     - Rolled version number to 1.1.0-01. Includes patches upto 0.1.1-06.
1180    
1181     * Tue Jul 24 2001 Adrian Chung <adrianc@e-smith.com>
1182     - [0.1.1-06]
1183     - Incorporating font size changes to manager.css
1184    
1185     * Mon Jul 9 2001 Peter Samuel <peters@e-smith.com>
1186     - [0.1.1-05]
1187     - Updated packager information
1188    
1189     * Fri Jul 6 2001 Peter Samuel <peters@e-smith.com>
1190     - [0.1.1-04]
1191     - Changed license to GPL
1192    
1193     * Wed Jun 06 2001 Charlie Brady <charlieb@e-smith.com>
1194     - [0.1.1-03]
1195     - Change font setting in navigation - use css class instead.
1196     - Add newlines after each link in navigation frame - so that HTML
1197     source is readable.
1198     - Add manager.css, which came from e-smith-base. Let's have all look&feel
1199     in the one RPM.
1200     - Check whether "files" in cgi-bin directory are actually directories. Skip
1201     any directories.
1202    
1203     * Mon Apr 9 2001 Adrian Chung <adrianc@e-smith.com>
1204     - [0.1.1-02]
1205     - changing CELLPADDING in navigation from 4 to 2.
1206    
1207     * Tue Mar 14 2000 Charlie Brady <charlieb@e-smith.com>
1208     Wed Mar 14 2000 --> Wed Mar 08 2000 or Tue Mar 14 2000 or Wed Mar 15 2000 or ....
1209     - initial release

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