/[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.31 - (show annotations) (download)
Sat Aug 8 13:42:03 2020 UTC (3 years, 10 months ago) by michel
Branch: MAIN
CVS Tags: smeserver-manager-0_1_0-28_el7_sme
Changes since 1.30: +14 -2 lines
make: « clog » est à jour.

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

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