/[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.76 - (show annotations) (download)
Mon Feb 12 11:38:44 2024 UTC (4 months, 1 week ago) by brianr
Branch: MAIN
CVS Tags: smeserver-manager-0_1_4-26_el7_sme
Changes since 1.75: +6 -1 lines
* Mon Feb 12 2024 Brian Read <brianr@koozali.org> 0.1.4-26.sme
- Save and Restore menu configuration [SME: 12464]

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

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