/[smeserver]/rpms/smeserver-manager/sme10/smeserver-manager.spec
ViewVC logotype

Contents of /rpms/smeserver-manager/sme10/smeserver-manager.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.40 - (show annotations) (download)
Wed Jan 27 18:35:48 2021 UTC (3 years, 4 months ago) by michel
Branch: MAIN
CVS Tags: smeserver-manager-0_1_2-6_el7_sme
Changes since 1.39: +11 -2 lines
* Mon Jan 25 2021 Michel Begue <mab974@gmail.com> 0.1.2-6.sme
- Fix missing backup functions
- background mode for halt and reboot
- Store debug mode in ENV
- Add a warning mode notification
- Fix some translations needing to be escaped

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

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