/[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.63 - (show annotations) (download)
Sun Jul 17 05:34:03 2022 UTC (23 months ago) by jpp
Branch: MAIN
CVS Tags: smeserver-manager-0_1_4-16_el7_sme
Changes since 1.62: +6 -1 lines
* Sun Jul 17 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.1.4-16.sme
- untainting datetime [SME: 12111]

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

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