/[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.69 - (show annotations) (download)
Sat Jan 27 20:02:58 2024 UTC (4 months, 3 weeks ago) by brianr
Branch: MAIN
Changes since 1.68: +10 -1 lines
* Sat Jan 27 2024 Brian Read <brianr@koozali.org> 0.1.4-22.sme
- Update to use jquery plugin dataTables [SME: 12458]
- Update Copyright footer to 2024
- Edit tables to have TableSort in class
- Fix up tables tbody and thead correctly
- Sort out action column to make compatible with dataTable

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

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