/[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.30 - (hide annotations) (download)
Mon Jul 6 15:19:43 2020 UTC (3 years, 11 months ago) by michel
Branch: MAIN
CVS Tags: smeserver-manager-0_1_0-27_el7_sme
Changes since 1.29: +10 -3 lines
make: « clog » est à jour.

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

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