/[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.48 - (show annotations) (download)
Mon Jun 21 15:09:42 2021 UTC (2 years, 11 months ago) by michel
Branch: MAIN
CVS Tags: smeserver-manager-0_1_4-1_el7_sme
Changes since 1.47: +5 -31 lines
make: « clog » est à jour.

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

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