/[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.56 - (show annotations) (download)
Mon Dec 27 16:48:38 2021 UTC (2 years, 5 months ago) by brianr
Branch: MAIN
CVS Tags: smeserver-manager-0_1_4-9_el7_sme
Changes since 1.55: +7 -2 lines
* Mon Dec 27 2021 Brian Read <brianr@bjsystems.co.uk> 0.1.4-9.sme
- format-for-dhcp-ips-in-review-config [SME: ]

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

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