/[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.72 - (hide annotations) (download)
Tue Jan 30 13:12:22 2024 UTC (4 months, 2 weeks ago) by brianr
Branch: MAIN
Changes since 1.71: +1 -1 lines
* Tue Jan 30 2024 Brian Read <brianr@koozali.org> 0.1.4-23.sme
- Arrange that jquery etc is local and from rpm smeserver-manager-jsquery [SME: 12459]

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

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