/[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.28 - (hide annotations) (download)
Sat Jun 13 06:08:01 2020 UTC (4 years ago) by michel
Branch: MAIN
CVS Tags: smeserver-manager-0_1_0-25_el7_sme
Changes since 1.27: +10 -2 lines
make: « clog » est à jour.

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

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