/[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.42 - (show annotations) (download)
Tue Apr 20 20:12:10 2021 UTC (3 years, 2 months ago) by michel
Branch: MAIN
CVS Tags: smeserver-manager-0_1_2-8_el7_sme
Changes since 1.41: +7 -2 lines
make: « clog » est à jour.

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

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