/[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.84 - (show annotations) (download)
Sat Jun 29 13:42:43 2024 UTC (11 days, 8 hours ago) by brianr
Branch: MAIN
CVS Tags: smeserver-manager-0_1_4-34_el7_sme, HEAD
Changes since 1.83: +6 -1 lines
* Sat Jun 29 2024 Brian Read <brianr@koozali.org> 0.1.4-34.sme
- Update SM2 code etc from SME11 further development [SME: ]

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

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