/[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.38 - (hide annotations) (download)
Thu Jan 7 18:55:41 2021 UTC (3 years, 5 months ago) by michel
Branch: MAIN
CVS Tags: smeserver-manager-0_1_2-4_el7_sme
Changes since 1.37: +10 -2 lines
make: « clog » est à jour.

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

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