/[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.78 - (show annotations) (download)
Wed Feb 21 08:54:10 2024 UTC (3 months, 4 weeks ago) by brianr
Branch: MAIN
Changes since 1.77: +1 -0 lines
* Sun Feb 18 2024 Brian Read <brianr@koozali.org> 0.1.4-27.sme
- Re-arrange Menu [SME: 12476]
- Fix problem with ibays not all showing [SME: 12478]

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

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