/[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.34 - (show annotations) (download)
Wed Oct 7 16:46:34 2020 UTC (3 years, 8 months ago) by michel
Branch: MAIN
CVS Tags: smeserver-manager-0_1_0-31_el7_sme
Changes since 1.33: +10 -2 lines
make: « clog » est à jour.

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

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