/[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.64 - (hide annotations) (download)
Sun Jul 31 13:34:20 2022 UTC (22 months, 3 weeks ago) by michel
Branch: MAIN
CVS Tags: smeserver-manager-0_1_4-17_el7_sme
Changes since 1.63: +14 -1 lines
make: « clog » est à jour.

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

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