/[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.66 - (show annotations) (download)
Wed Dec 28 11:46:59 2022 UTC (17 months, 3 weeks ago) by brianr
Branch: MAIN
CVS Tags: smeserver-manager-0_1_4-19_el7_sme
Changes since 1.65: +6 -1 lines
* Wed Dec 28 2022 Brian Read <brianr@bjsystems.co.uk> 0.1.4-19.sme
- Fix requires in systemd smanager.server file  [SME:12294]

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

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