/[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.82 - (show annotations) (download)
Wed Feb 28 22:09:05 2024 UTC (3 months, 2 weeks ago) by brianr
Branch: MAIN
CVS Tags: smeserver-manager-0_1_4-32_el7_sme
Changes since 1.81: +6 -1 lines
* Wed Feb 28 2024 Brian Read <brianr@koozali.org> 0.1.4-32.sme
- Embed legacy panels [SME: 12488]

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

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