/[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.26 - (hide annotations) (download)
Mon Jun 8 17:27:18 2020 UTC (4 years ago) by michel
Branch: MAIN
CVS Tags: smeserver-manager-0_1_0-23_el7_sme
Changes since 1.25: +111 -95 lines
* Mon Jun 08 2020 Michel Begue <mab974@gmail.com> 0.1.0-23.sme
- Transform to Mojo application (apache/mod_proxy mode)
- Add internal login and multi mode menus
- Add userpassword panel

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

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