/[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.65 - (hide annotations) (download)
Fri Dec 9 15:14:20 2022 UTC (18 months, 1 week ago) by brianr
Branch: MAIN
CVS Tags: smeserver-manager-0_1_4-18_el7_sme
Changes since 1.64: +6 -1 lines
* Fri Dec 09 2022 Brian Read <brianr@bjsystems.co.uk> 0.1.4-18.sme
- Fix up typo in datetime processing [SME: 11827]

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

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