/[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.37 - (hide annotations) (download)
Tue Dec 1 17:53:43 2020 UTC (3 years, 6 months ago) by michel
Branch: MAIN
CVS Tags: smeserver-manager-0_1_2-3_el7_sme
Changes since 1.36: +10 -3 lines
make: « clog » est à jour.

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

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