/[smeserver]/rpms/smeserver-manager/sme10/smeserver-manager.spec
ViewVC logotype

Annotation of /rpms/smeserver-manager/sme10/smeserver-manager.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.77 - (hide annotations) (download)
Sun Feb 18 11:13:13 2024 UTC (4 months ago) by brianr
Branch: MAIN
CVS Tags: smeserver-manager-0_1_4-27_el7_sme
Changes since 1.76: +6 -1 lines
* Sun Feb 18 2024 Brian Read <brianr@koozali.org> 0.1.4-27.sme
- Re-arrange Menu [SME: 12476]

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

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