/[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.46 - (hide annotations) (download)
Tue Jun 15 08:56:45 2021 UTC (3 years ago) by michel
Branch: MAIN
CVS Tags: smeserver-manager-0_1_2-12_el7_sme
Changes since 1.45: +11 -2 lines
make: « clog » est à jour.

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

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