/[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.47 - (hide annotations) (download)
Sun Jun 20 21:18:17 2021 UTC (3 years ago) by michel
Branch: MAIN
CVS Tags: smeserver-manager-0_1_2-13_el7_sme
Changes since 1.46: +8 -2 lines
make: « clog » est à jour.

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

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