/[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.67 - (show annotations) (download)
Wed Apr 26 20:24:16 2023 UTC (13 months, 3 weeks ago) by michel
Branch: MAIN
CVS Tags: smeserver-manager-0_1_4-20_el7_sme
Changes since 1.66: +8 -1 lines
make: « clog » est à jour.

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

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