/[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.83 - (show annotations) (download)
Mon Mar 4 12:51:53 2024 UTC (3 months ago) by brianr
Branch: MAIN
CVS Tags: smeserver-manager-0_1_4-33_el7_sme, HEAD
Changes since 1.82: +6 -1 lines
* Mon Mar 04 2024 Brian Read <brianr@koozali.org> 0.1.4-33.sme
- js code to restore the menu got deleted somehow this restores it [SME: 12498]

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

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