/[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.19 - (hide annotations) (download)
Sat Apr 11 17:08:20 2020 UTC (4 years, 2 months ago) by michel
Branch: MAIN
CVS Tags: smeserver-manager-0_1_0-16_el7_sme
Changes since 1.18: +59 -95 lines
make: « clog » est à jour.

1 michel 1.19 # $Id: smeserver-manager.spec,v 1.18 2020/04/07 17:56:02 brianr Exp $
2 jpp 1.1
3 michel 1.10 Summary: Sme server navigation module : manager 2
4 jpp 1.1 %define name smeserver-manager
5     Name: %{name}
6     %define version 0.1.0
7 michel 1.19 %define release 16
8 jpp 1.1 Version: %{version}
9     Release: %{release}%{?dist}
10     License: GPL
11     Group: Networking/Daemons
12     Source: %{name}-%{version}.tar.xz
13 michel 1.19 Patch0: %{name}-0.1.0-bz10506.patch
14     Patch1: %{name}-add-basic-files.patch
15     Patch2: %{name}-0.1.0-mojo_struct.patch
16     Patch3: %{name}-0.1.0-setuid_groups.patch
17     Patch4: %{name}-0.1.0-reboot_ibays_theme.patch
18     Patch5: %{name}-0.1.0-add-adminlte.patch
19     Patch6: %{name}-0.1.0-navigation_header_listes.patch
20     Patch7: %{name}-0.1.0-navigation_errors.patch
21     Patch8: %{name}-0.1.0-theme_navig_message.patch
22     Patch9: %{name}-0.1.0-domains_pseudos_hosts.patch
23     Patch10: %{name}-0.1.0-remotax_users_logs.patch
24     Patch11: %{name}-0.1.0-localnetworks-panel-remove-adminlte.patch
25     Patch12: %{name}-0.1.0-localnetworks-remove-db-call-from-del.patch
26     Patch13: %{name}-0.1.0-portforwarding-localnetwork-cleanup.patch
27     Patch14: %{name}-0.1.0-portforwarding-rule-comment-missing.patch
28     Patch15: %{name}-0.1.0-yum_backup_email_cleanup.patch
29 jpp 1.1 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
30     BuildRequires: e-smith-devtools
31     BuildRequires: gettext
32     BuildRequires: gcc
33     Requires: e-smith-lib >= 1.18.0-26
34     Requires: e-smith-manager >= 2.4.0-22
35     Requires: perl-Mojolicious >= 6.44
36 michel 1.5 Requires: perl-Mojolicious-Plugin-I18N >= 1.6
37 jpp 1.1 Requires: pwauth
38     Requires: perl(Apache::AuthTkt)
39 michel 1.19 #Requires: js-jquery > 2.2.4-3 (optional)
40     Provides: server-manager2
41 jpp 1.1 AutoReqProv: no
42    
43 michel 1.19 %define dir_mngr /etc/e-smith/web/panels/manager2
44    
45 jpp 1.1 %changelog
46 michel 1.19 * Sat Apr 11 2020 Michel Begue <mab974@gmail.com> 0.1.0-16.sme
47     - Add panels : emailaccess, yum, backup
48     - Fix Rendering comments in portforwarding & localnetworks panels
49     - Css and images files added (from manager).
50     - Initial javascript in navigation added (jQuery) -optional-
51     - Add 'Heading...' navigation informations in controllers
52     - Remove wbl and account tests
53     - Show Themes_switch if there is more than one theme
54    
55     * Tue Apr 07 2020 Brian Read <brianr@bjsystems.co.uk> 0.1.0-15.sme
56 brianr 1.18 - Sort out rule comment in portforwarding add panel
57    
58     * Tue Apr 07 2020 Brian Read <brianr@bjsystems.co.uk> 0.1.0-14.sme
59 brianr 1.17 - Add in portforwarding panel
60     - Clean up localnetwork panel code
61    
62 brianr 1.16 * Sun Mar 29 2020 Brian Read <brianr@bjsystems.co.uk> 0.1.0-13.sme
63     - Remove Db call in LN_del template
64     - Use Sme-error css class and make sure parameters applied to error message
65     - Remove creation of AdminLTE directories on install
66    
67 brianr 1.15 * Fri Mar 20 2020 Brian Read <brianr@bjsystems.co.uk> 0.1.0-12.sme
68     - Add panels : localnetworks
69     - Delete AdminLTE code - will get added into new rpm
70    
71 michel 1.14 * Sat Feb 29 2020 Michel Begue <mab974@gmail.com> 0.1.0-11.sme
72     - Add panels : remoteaccess, useraccounts and viewlogfiles
73     - Fix 'bugreport' download
74     - css enhancement in default theme
75     - Fix warnings and typos
76    
77 michel 1.13 * Wed Feb 19 2020 Michel Begue <mab974@gmail.com> 0.1.0-10.sme
78     - add panels : domains, hostentries and pseudonyms
79     - remove old navigation menu
80    
81 michel 1.12 * Mon Jan 27 2020 Michel Begue <mab974@gmail.com> 0.1.0-9.sme
82     - Fix messages without variables expansion
83     - add a theme switcher
84     - split navigation menu between controller and template
85     - template + event for .conf file
86    
87 michel 1.11 * Thu Jan 23 2020 Michel Begue <mab974@gmail.com> 0.1.0-8.sme
88     - Fix errors in Navigation
89    
90 michel 1.10 * Wed Jan 22 2020 Michel Begue <mab974@gmail.com> 0.1.0-7.sme
91     - Fix link between Navigation and Theme
92     - Add System and Domain names to available data (header)
93     - Move some data lists from template to controller (select_field)
94     - Integrate last Brian's changes in server-manager2.css (AdminLTE)
95     - Fix some warnings and typos
96    
97 brianr 1.9 * Fri Jan 17 2020 Brian Read <brianr@bjsystems.co.uk> 0.1.0-6.sme
98     - Add in theme based on AdminLTE html template
99     - Fixes Server name in header (Needs Template expansion - added to Console-Save
100    
101 michel 1.8 * Sun Jan 12 2020 Michel Begue <mab974@gmail.com> 0.1.0-5.sme
102 michel 1.7 - new theme to come
103     - css enhancement (thanks to B. Read)
104     - panels: reboot and ibays
105    
106 michel 1.6 * Wed Jan 01 2020 Michel Begue <mab974@gmail.com> 0.1.0-4.sme
107     - fix setuid with wrapper (remove sudo)
108     - panels quota and groups
109    
110 michel 1.5 * Mon Dec 16 2019 Michel Begue <mab974@gmail.com> 0.1.0-3.sme
111     - simple architecture : basic mojolicious app running
112     - some panels
113     - requires perl-Mojolicious-Plugin-I18N
114    
115 jcrisp 1.4 * Tue Feb 06 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 0.1.0-2.sme
116     - Start adding some template files
117    
118 jpp 1.1 * Sun Feb 04 2018 Jean-Philipe Pialasse <tests@pialasse.com> 0.1.0-1.sme
119     - first smeserver-manager package [SME: 10506]
120     this is a sandbox to dev the next server-manager based on mojolicious
121     this package is based on part of the old e-smith-manager and needs it
122     to work until we moved the httpd-admin part.
123    
124     * Sun Apr 16 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-26.sme
125     - add a panel to ease reporting bugs [SME: 8783]
126     - Original work from Mats Schuh m.schuh@neckargeo.net
127    
128     * Wed Apr 05 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-20.sme
129     - fix warning uninitialized value in lc [SME: 10209]
130    
131     * Mon Mar 27 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-19.sme
132     - fix typo in e-smith-manager-2.8.0-bz10167-emptyback.patch
133    
134     * Sat Mar 25 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-18.sme
135     - avoid internal server error if empty back parameter [SME: 10167]
136     - return user friendly message
137    
138     * Sat Mar 25 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-17.sme
139     - fix too short timeout in server-manager [SME: 9921]
140     - now 30 min as default instead of 5
141     - possibility to change this and adapt the default 0.66 of timeout remaining to reset it
142     - by default only a session cookie, can activate persistent cookie
143     - sha256 as encryption.
144    
145     * Mon Jan 16 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-15.sme
146     - fix bad redirection parameter that might reveal session information to remote site [SME: 9924]
147    
148     * Tue Jul 19 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-13.sme
149     - added missing template-begin for tkt.css [SME: 9676]
150    
151     * Tue Jul 19 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-12.sme
152     - Update server-manager to Koozali branding [SME: 9676]
153     - We thanks John Crisp for his wonderful work.
154    
155     * Wed Jun 15 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-11.sme
156     - change link for donation to koozali.org [SME: 9599]
157    
158     * Wed Jun 15 2016 Daniel Berteaud <daniel@firewall-services.com> 2.8.0-10.sme
159     - Fix syntax for removing Indexes options [SME: 9587]
160    
161     * Wed Jun 15 2016 Daniel Berteaud <daniel@firewall-services.com> 2.8.0-9.sme
162     - Remove index option for manager's resources [SME: 9587]
163    
164     * Mon Jun 13 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-8.sme
165     - fix 307 redirection to http when https is used [SME: 8825] [SME: 9583]
166     - update syntaxe for TKT Auth
167     - bump 8 for typo
168    
169     * Wed Jun 1 2016 Daniel Berteaud <daniel@firewall-services.com> 2.8.0-6.sme
170     - Fix a syntax error in server-manager's logout script [SME: 9527]
171    
172     * Wed May 11 2016 Daniel Berteaud <daniel@firewall-services.com> 2.8.0-5.sme
173     - Add a C wrapper to execute manager's cgi to replace perl-suid [SME: 9393]
174    
175     * Wed Mar 23 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-4.sme
176     - fix syntax for httpd 2.4 [SME: 9365]
177    
178     * Fri Mar 18 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-3.sme
179     - rebuild for Bug [SME: 9347]
180     - Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,
181     by assuming the date is correct and changing the weekday.
182     Wed Mar 14 2000 --> Wed Mar 08 2000 or Tue Mar 14 2000 or Wed Mar 15 2000 or ....
183     Wed Apr 04 2002 --> Wed Apr 03 2002 or Thu Apr 04 2002 or Wed Apr 10 2002 or ....
184     Tue May 15 2008 --> Tue May 13 2008 or Thu May 15 2008 or Tue May 20 2008 or ....
185    
186     * Fri Mar 18 2016 Daniel Berteaud <daniel@firewall-services.com> 2.8.0-2.sme
187     - Don't require perl-suidperl anymore [SME: 9339]
188    
189     * Fri Feb 05 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.8.0-1.sme
190     - Initial release to sme10
191    
192     * Fri Feb 5 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-4.sme
193     - Really don't redirect to http when login in/out of the server-manager
194     [SME: 9163]
195    
196     * Sun Jan 31 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-3.sme
197     - Don't redirect to http when login in/out of the server-manager from
198     localhost [SME: 9163]
199    
200     * Tue Jan 6 2015 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-2.sme
201     - Allow access to the server-manager without SSL from the loopback
202     [SME: 9163]
203    
204     * Sun Mar 23 2014 Ian Wells <esmith@wellsi.com> 2.6.0-1.sme
205     - Roll new stream to remove obsolete images [SME: 7962]
206    
207     * Sun Mar 23 2014 Ian Wells <esmith@wellsi.com> 2.4.0-9.sme
208     - Remove references to obsolete images, by Stephane de Labrusse [SME: 7962]
209    
210     * Fri Oct 11 2013 Ian Wells <esmith@wellsi.com> 2.4.0-8.sme
211     - Renew donation text in server-manager, by John Crisp [SME: 7897]
212    
213     * Thu Jun 6 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-7.sme
214     - Do not load mod_ssl [SME: 7602]
215    
216     * Wed Mar 6 2013 Shad L. Lords <slords@mail.com> 2.4.0-6.sme
217     - Correct path to pwauth [SME: 7319]
218    
219     * Sat Feb 23 2013 Ian Wells <esmith@wellsi.com> 2.4.0-5.sme
220     - Correct processing of server-manager URL [SME: 7254]
221    
222     * Thu Jan 31 2013 Shad L. Lords <slords@mail.com> 2.4.0-4.sme
223     - Fix typo in perl(Apache::AuthTkt) requires [SME: 7236]
224    
225     * Thu Jan 31 2013 Shad L. Lords <slords@mail.com> 2.4.0-3.sme
226     - Add perl-suidperl dependency [SME: 7235]
227    
228     * Thu Jan 31 2013 Shad L. Lords <slords@mail.com> 2.4.0-2.sme
229     - Add perl(Apache::AuthTkt) dependency [SME: 7236]
230    
231     * Thu Jan 31 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme
232     - Roll new stream for sme9
233    
234     * Sat Aug 7 2010 Ian Wells <esmith@wellsi.com> 2.2.0-6.sme
235     - Remove empty <p> tag from /etc/e-smith/web/common/foot.tmpl, by Daniel [SME: 5905]
236    
237     * Sun Jan 31 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-5.sme
238     - Only display error messages intended for admin in server-manager [SME: 5700]
239    
240     * Wed Dec 9 2009 Charlie Brady <charlieb@budge.apana.org.au> 2.2.0-4.sme
241     - Fix css validation errors. [SME: 5656]
242    
243     * Fri Sep 18 2009 Stephen Noble <support@dungog.net> 2.2.0-4.sme
244     - display reconfigure warning once if UnsavedChanges=yes [SME: 5475]
245    
246     * Fri Sep 18 2009 Stephen Noble <support@dungog.net> 2.2.0-3.sme
247     - display reconfigure warning if UnsavedChanges=yes [SME: 5475]
248    
249     * Sun Apr 26 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-2.sme
250     - Fix misinterpretation of display string [SME: 5022]
251    
252     * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme
253     - Roll new stream to separate sme7/sme8 trees [SME: 4633]
254    
255     * Sat Oct 4 2008 Shad L. Lords <slords@mail.com> 1.14.0-20
256     - Make navigation use new db class for navigation [SME: 4619]
257    
258     * Thu Jul 31 2008 Shad L. Lords <slords@mail.com> 1.14.0-19
259     - Make binmode properties of db class [SME: 4317]
260     - Add new navigation db & utf8 classes [SME: 4317]
261    
262     * Tue Jul 1 2008 Shad L. Lords <slords@mail.com> 1.14.0-18
263     - Fix open of database to create if necessary [SME: 4147]
264    
265     * Thu May 15 2008 Shad L. Lords <slords@mail.com> 1.14.0-17
266     Tue May 15 2008 --> Tue May 13 2008 or Thu May 15 2008 or Tue May 20 2008 or ....
267     - No longer remove navigation dbs. [SME: 4147]
268     - Deal a little more gracefully with non UTF-8 lexicons [SME: 4229]
269    
270     * Mon Mar 31 2008 Shad L. Lords <slords@mail.com> 1.14.0-16
271     - Remove navigation dbs and create new [SME: 4147]
272    
273     * Fri Mar 28 2008 Shad L. Lords <slords@mail.com> 1.14.0-15
274     - Remove last remnant of pleasewait [SME: 4130]
275    
276     * Wed Mar 26 2008 Shad L. Lords <slords@mail.com> 1.14.0-14
277     - Include general lexicons in nav-config [SME: 4113]
278    
279     * Tue Mar 25 2008 Shad L. Lords <slords@mail.com> 1.14.0-13
280     - Fix wide output to print in navigation and allow navigations db to
281     be utf8 [SME: 4101]
282    
283     * Sat Mar 22 2008 Shad L. Lords <slords@mail.com> 1.14.0-12
284     - Fix UTF-8 encoding in header and nav-conf [SME: 4072]
285    
286     * Tue Jan 08 2008 Stephen Noble <support@dungog.net> 1.14.0-11
287     - Fix to remove spaces and newlines in panel headers [SME: 3346]
288    
289     * Tue Jan 08 2008 Stephen Noble <support@dungog.net> 1.14.0-10
290     - remove the FormMagick session files [SME: 3723]
291    
292     * Tue Jan 08 2008 Stephen Noble <support@dungog.net> 1.14.0-9
293     - Remove spaces and newlines in panel headers [SME: 3346]
294    
295     * Sun Jul 01 2007 Shad L. Lords <slords@mail.com> 1.14.0-8
296     - Make login/logout no quite so verbose. [SME: 2660]
297    
298     * Fri May 18 2007 Shad L. Lords <slords@mail.com> 1.14.0-7
299     - Use correct lib for modules
300    
301     * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
302     - Clean up spec so package can be built by koji/plague
303    
304     * Mon Apr 9 2007 Stephen Noble <support@dungog.net> 1.14.0-6
305     - Convert http to https [SME: 2577]
306    
307     * Mon Mar 12 2007 Gavin Weight <gweight@gmail.com> 1.14.0-5
308     - Restyle the SME Server manager login form. [SME: 2666]
309    
310     * Mon Mar 05 2007 Shad L. Lords <slords@mail.com> 1.14.0-4
311     - Don't pass domain in ticket cookie (logout) unless it contains a dot [SME: 2402]
312    
313     * Mon Mar 05 2007 Shad L. Lords <slords@mail.com> 1.14.0-3
314     - Don't pass domain in ticket cookie (login) unless it contains a dot [SME: 2402]
315    
316     * Tue Feb 13 2007 Charlie Brady <charlie_brady@mitel.com> 1.14.0-2
317     - Deal gracefully with renamed apache modules. [SME: 2471]
318    
319     * Fri Jan 26 2007 Shad L. Lords <slords@mail.com> 1.14.0-1
320     - Roll stable stream. [SME: 2328]
321    
322     * Fri Jan 19 2007 Shad L. Lords <slords@mail.com> 1.13.1-13
323     - Create /etc/httpd/admin-conf directory
324    
325     * Fri Jan 19 2007 Shad L. Lords <slords@mail.com> 1.13.1-12
326     - Move apache logrotate to e-smith-apache.
327     - Put quotes around 'httpd-admin' in hashes.
328    
329     * Thu Jan 18 2007 Shad L. Lords <slords@mail.com> 1.13.1-11
330     - Move last httpd fragments from e-smith-base.
331    
332     * Thu Dec 07 2006 Shad L. Lords <slords@mail.com>
333     - Update to new release naming. No functional changes.
334     - Make Packager generic
335    
336     * Mon Nov 27 2006 Charlie Brady <charlie_brady@mitel.com> 1.13.1-09
337     - Randomize string used for encrypting auth tickets.
338    
339     * Tue Nov 21 2006 Charlie Brady <charlie_brady@mitel.com> 1.13.1-08
340     - Add ProxyPassReverse entries for server-manager passthroughs, so that
341     redirects work correctly.
342    
343     * Thu Nov 16 2006 Charlie Brady <charlie_brady@mitel.com> 1.13.1-07
344     - Add basic L10N in navigation-conf.
345    
346     * Wed Nov 15 2006 Charlie Brady <charlie_brady@mitel.com> 1.13.1-06
347     - Avoid use of FormMagick in navigation-conf. TODO: fix I18N.
348    
349     * Mon Nov 06 2006 Charlie Brady <charlie_brady@mitel.com> 1.13.1-05
350     - Simplify the sorting code in navigation (so that I can understand
351     it).
352    
353     * Mon Nov 06 2006 Charlie Brady <charlie_brady@mitel.com> 1.13.1-04
354     - Simplify javascript, and remove use of pleasewait script.
355    
356     * Mon Nov 06 2006 Charlie Brady <charlie_brady@mitel.com> 1.13.1-03
357     - Move swapClass javascript out of standard header and into just
358     navigation.
359    
360     * Fri Nov 03 2006 Charlie Brady <charlie_brady@mitel.com> 1.13.1-02
361     - Use mod_auth_tkt authentication for server manager access.
362    
363     * Thu Nov 02 2006 Charlie Brady <charlie_brady@mitel.com> 1.13.1-01
364     - Add branch tag and roll new development version.
365    
366     * Wed Nov 01 2006 Charlie Brady <charlie_brady@mitel.com> 1.13.0-06
367     - Move httpd-admin and its configuration templates from e-smith-base RPM.
368     [SME: 2023]
369    
370     * Wed Nov 01 2006 Charlie Brady <charlie_brady@mitel.com> 1.13.0-05
371     - Move more server-manager components from e-smith-base RPM. [SME: 2023]
372    
373     * Wed Nov 01 2006 Charlie Brady <charlie_brady@mitel.com> 1.13.0-04
374     - Add manager header/footer templates (moved from e-smith-base)
375     [SME: 2023]
376    
377     * Wed Aug 2 2006 Michael Soulier <msoulier@digitaltorque.ca>
378     - [1.13.0-03]
379     - Fixing broken db path in patch. [SME: 107]
380    
381     * Wed Mar 29 2006 Michael Soulier <michael_soulier@mitel.com>
382     - [1.13.0-02]
383     - Forward porting arbitrary menu plugins. [SME: 107]
384    
385     * Wed Mar 29 2006 Michael Soulier <michael_soulier@mitel.com>
386     - [1.13.0-01]
387     - Rolling to dev.
388     [SME: 107]
389    
390     * Wed Mar 15 2006 Charlie Brady <charlie_brady@mitel.com> 1.12.0-01
391     - Roll stable stream version. [SME: 1016]
392    
393     * Tue Jan 31 2006 Gordon Rowell <gordonr@gormand.com.au> 1.11.0-13
394     - Changed the static CSS files into directory templates, which are
395     expanded in bootstrap-console-save [SME: 408]
396    
397     * Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 1.11.0-12
398     - Bump release number only
399    
400     * Sun Oct 16 2005 Gordon Rowell <gordonr@e-smith.com>
401     - [1.11.0-11]
402     - Removed "table-layout: fixed;" from sme_main.css [SF: 1299779]
403    
404     * Sun Oct 16 2005 Gordon Rowell <gordonr@e-smith.com>
405     - [1.11.0-10]
406     - dos2unix conversion on CSS files [SF: 1299779]
407    
408     * Wed Aug 17 2005 Charlie Brady <charlieb@e-smith.com>
409     - [1.11.0-09]
410     - Remove bogus "Provides: perl(I18N::AcceptLanguage)" header. [SF: 1262438]
411    
412     * Thu Jun 9 2005 Charlie Brady <charlieb@e-smith.com>
413     - [1.11.0-08]
414     - Add newly required manager/cgi-bin/{navigation,noframes} symlinks.
415     [SF: 1217426]
416    
417     * Tue Jun 7 2005 Charlie Brady <charlieb@e-smith.com>
418     - [1.11.0-07]
419     - Remove references to /etc/e-smith/web/panel/manager/common
420     [SF: 1172203, 1210715]
421    
422     * Tue Sep 28 2004 Michael Soulier <msoulier@e-smith.com>
423     - [1.11.0-06]
424     - Updated perl dependencies. [msoulier MN00040240]
425    
426     * Tue Jul 13 2004 Michael Soulier <msoulier@e-smith.com>
427     - [1.11.0-05]
428     - Added the sme_panel_menu.css file, for tabbed menu support. Added a link to
429     it in the standard header.
430     [msoulier MN00030141]
431    
432     * Thu Feb 26 2004 Michael Soulier <msoulier@e-smith.com>
433     - [1.11.0-04]
434     - Backed-out previous change. It was better before. [msoulier dpar-22042]
435    
436     * Thu Feb 26 2004 Michael Soulier <msoulier@e-smith.com>
437     - [1.11.0-03]
438     - Added vertical-align: text-top; to td.sme-noborders-label to ensure that
439     text is aligned vertically at the top of the cell. [msoulier dpar-22042]
440    
441     * Tue Jul 8 2003 Charlie Brady <charlieb@e-smith.com>
442     - [1.11.0-02]
443     - Check that files are executable before listing in the
444     manager navigation frame. [charlieb 9197]
445     - s/Copyright/License/.
446    
447     * Tue Jul 8 2003 Charlie Brady <charlieb@e-smith.com>
448     - [1.11.0-01]
449     - Changing version to development stream number - 1.11.0
450    
451     * Thu Jun 26 2003 Charlie Brady <charlieb@e-smith.com>
452     - [1.10.0-01]
453     - Changing version to stable stream number - 1.10.0
454    
455     * Mon Apr 21 2003 Gordon Rowell <gordonr@e-smith.com>
456     - [1.9.5-16]
457     - New class for error link within table cell [gordonr 8129]
458    
459     * Tue Apr 8 2003 Gordon Rowell <gordonr@e-smith.com>
460     - [1.9.5-15]
461     - Removed borders around "warning" cells so they don't look like
462     they are bleeding on some browsers (e.g. Mozilla) [gordonr 8127]
463    
464     * Thu Apr 3 2003 Gordon Rowell <gordonr@e-smith.com>
465     - [1.9.5-14]
466     - Make <h2> and <p> within div.{success,error} => {red,green} [gordonr 7919]
467    
468     * Wed Apr 2 2003 Gordon Rowell <gordonr@e-smith.com>
469     - [1.9.5-13]
470     - Moved manager SSL fragments back to e-smith-base [gordonr 7900]
471    
472     * Tue Apr 1 2003 Tony Clayton <apc@e-smith.com>
473     - [1.9.5-12]
474     - add td.sme-radiobutton css class for date/time panel [tonyc 1588]
475    
476     * Tue Apr 1 2003 Gordon Rowell <gordonr@e-smith.com>
477     - [1.9.5-11]
478     - Make the question make bold [gordonr 7946]
479    
480     * Tue Apr 1 2003 Gordon Rowell <gordonr@e-smith.com>
481     - [1.9.5-10]
482     - Fix SSL listen template for serveronly mode [gordonr 7900]
483    
484     * Tue Apr 1 2003 Gordon Rowell <gordonr@e-smith.com>
485     - [1.9.5-09]
486     - Bind manager on port 981 to localhost only [gordonr 7900]
487    
488     * Mon Mar 31 2003 Mike Dickson <miked@e-smith.com>
489     - [1.9.5-08]
490     - changed class for sme-noborders-label to width=33% rather than
491     a fixed 250px wide, due to limitations in IE6 [miked 7676]
492     - added class "sectionbar" for use [miked]
493     - modified "td.noborders-label" colour [miked]
494    
495    
496     * Fri Mar 28 2003 Gordon Rowell <gordonr@e-smith.com>
497     - [1.9.5-07]
498     - Changed Copyright font from 8px to 10px [gordonr 7676]
499    
500     * Thu Mar 27 2003 Mark Knox <markk@e-smith.com>
501     - [1.9.5-06]
502     - Changed Help -> ? and changed formatting of current user and host [markk
503     7707]
504    
505     * Thu Mar 20 2003 Tony Clayton <apc@e-smith.com>
506     - [1.9.5-05]
507     - Add css style for a.error class [tonyc 4718]
508    
509     * Wed Mar 19 2003 Gordon Rowell <gordonr@e-smith.com>
510     - [1.9.5-04]
511     - Move navigation dbs to /home/e-smith/db/navigation. We shouldn't generate
512     them in /etc/e-smith/locale and we should name them by language, in case
513     we share lexicons (e.g. fr/fr-ca) [gordonr 7733]
514    
515     * Sun Mar 16 2003 Mike Dickson <miked@e-smith.com>
516     - [1.9.5-03]
517     - stylesheet fixes: darkend the copyrigt text, adjuste the UL and LI tags [miked 7676]
518    
519     * Thu Mar 13 2003 Mark Knox <markk@e-smith.com>
520     - [1.9.5-02]
521     - Removed 40LogoRow from header.htm templates [markk 4722]
522    
523     * Thu Mar 13 2003 Mark Knox <markk@e-smith.com>
524     - [1.9.5-01]
525     - Removed product_logo.gif [markk 4722]
526    
527     * Tue Mar 11 2003 Mike Dickson <miked@e-smith.com>
528     - [1.9.4-09]
529     - changed Adming to admin in header.htm templates [miked 7595]
530    
531     * Thu Feb 6 2003 Mike Dickson <miked@e-smith.com>
532     - [1.9.4-08]
533     - updated the CSS to add a new "success" class [miked 7032]
534    
535     * Tue Feb 4 2003 Mark Knox <markk@e-smith.com>
536     - [1.9.4-07]
537     - Refer to new SSL cert name of $SystemName.$DomainName [markk 4874]
538    
539     * Mon Feb 3 2003 Mark Knox <markk@e-smith.com>
540     - [1.9.4-06]
541     - Include ValidFrom hosts in SSL allow statements [markk 6428]
542    
543     * Mon Feb 3 2003 Mark Knox <markk@e-smith.com>
544     - [1.9.4-05]
545     - Also Listen on the right ports [markk 6428]
546    
547     * Mon Feb 3 2003 Mark Knox <markk@e-smith.com>
548     - [1.9.4-04]
549     - Bind SSL to port 443 if no primary web server available [markk 6428]
550    
551     * Sat Jan 25 2003 Mike Dickson <miked@e-smith.com>
552     - [1.9.4-03]
553     - darkened colour of copyright text [miked 6696]
554    
555     * Sat Jan 25 2003 Mike Dickson <miked@e-smith.com>
556     - [1.9.4-02]
557     - removed demo class "warn" from nav script [miked 6706]
558    
559     * Mon Jan 13 2003 Mike Dickson <miked@e-smith.com>
560     - [1.9.4-01]
561     - updated CSS file to show correct colour in menu, added "warn.gif" [miked 6398]
562    
563     * Fri Jan 3 2003 Gordon Rowell <gordonr@e-smith.com>
564     - [1.9.3-13]
565     - Made use of esmith::I18N in navigation-conf. Renamed locale->lang
566     to make it more obvious that we are dealing with a langtag [gordonr 5212]
567    
568     * Thu Jan 2 2003 Gordon Rowell <gordonr@e-smith.com>
569     - [1.9.3-12]
570     - Hide online-manual from navigation bar - now in header Help [gordonr 6394]
571    
572     * Wed Jan 1 2003 Gordon Rowell <gordonr@e-smith.com>
573     - [1.9.3-11]
574     - Updated navigation script to use esmith::I18N [gordonr 5212]
575    
576     * Wed Jan 1 2003 Gordon Rowell <gordonr@e-smith.com>
577     - [1.9.3-10]
578     - Spell bootstrap-console-save correctly [gordonr 5493]
579    
580     * Wed Jan 1 2003 Gordon Rowell <gordonr@e-smith.com>
581     - [1.9.3-09]
582     - Work out the correct navigation.info based on browser language [gordonr 5493]
583    
584     * Wed Jan 1 2003 Gordon Rowell <gordonr@e-smith.com>
585     - [1.9.3-08]
586     - Generate navigation.info files (config db format) for each supported
587     language in /etc/e-smith/locale/{language}/etc/e-smith/web/functions
588     - Read the navigation.info file for the preferred language when
589     displaying the navigation bar
590     - TODO: Actually select the correct navigation.info file [gordonr 5493]
591    
592     * Tue Dec 31 2002 Gordon Rowell <gordonr@e-smith.com>
593     - [1.9.3-07]
594     - Skip non-executable files when generating nav bar [gordonr 5802]
595    
596     * Fri Dec 27 2002 Mike Dickson <miked@e-smith.com>
597     - [1.9.3-06]
598     - updates and comments in the CSS files [miked 3185]
599     - commented out the two links in the header that are not ready yet
600     (log out and update available) [miked 5967 and 492]
601    
602     * Mon Dec 16 2002 Mike Dickson <miked@e-smith.com>
603     - [1.9.3-05]
604     - UI Update, part of the tweaking for the new UI [miked 5494]
605    
606     * Tue Dec 10 2002 Mike Dickson <miked@e-smith.com>
607     - [1.9.3-04]
608     - forgot to update header.htm fragments [miked 5494]
609    
610     * Mon Dec 9 2002 Mike Dickson <miked@e-smith.com>
611     - [1.9.3-03]
612     - ui update [miked 5494]
613    
614     * Mon Dec 2 2002 Mike Dickson <miked@e-smith.com>
615     - [1.9.3-02]
616     - ui update [miked 5494]
617    
618     * Wed Nov 27 2002 Mike Dickson <miked@e-smith.com>
619     - [1.9.3-01]
620     - and again to make it stick
621    
622     * Wed Nov 27 2002 Mike Dickson <miked@e-smith.com>
623     - [1.9.2-01]
624     - updated the header images [miked 5529]
625     - updated other UI stuff [miked 5494]
626    
627     * Fri Nov 22 2002 Gordon Rowell <gordonr@e-smith.com>
628     - [1.9.1-02]
629     - templated header.htm [miked 5826]
630     - modified header.htm template to link to online-manual and blades
631     [gordonr 5826]
632    
633     * Thu Nov 21 2002 Mike Dickson <miked@e-smith.com>
634     - [1.9.1-01]
635     - update to new UI system [miked 5494]
636    
637     * Wed Nov 20 2002 Mike Dickson <miked@e-smith.com>
638     - [1.9.0-01]
639     - Changing to development stream; version upped to 1.9.0
640    
641     * Fri Oct 11 2002 Charlie Brady <charlieb@e-smith.com>
642     - [1.8.0-01]
643     - Roll to maintained version number to 1.8.0
644    
645     * Wed Jun 19 2002 Mark Knox <markk@e-smith.com>
646     - [1.7.2-01]
647     - Move SSL mutex and cache out of /var/log [markk 3830]
648    
649     * Tue Jun 18 2002 Charlie Brady <charlieb@e-smith.com>
650     - [1.7.1-01]
651     - Move admin apache SSL mutex and SSL session cache to files named admin_xxx
652     to avoid name clash with main server. [charlieb 3830]
653    
654     * Wed Jun 5 2002 Charlie Brady <charlieb@e-smith.com>
655     - [1.7.0-01]
656     - Changing version to maintained stream number to 1.7.0
657    
658     * Fri May 31 2002 Charlie Brady <charlieb@e-smith.com>
659     - [1.6.0-01]
660     - Changing version to maintained stream number to 1.6.0
661    
662     * Thu May 23 2002 Gordon Rowell <gordonr@e-smith.com>
663     - [1.5.11-01]
664     - RPM rebuild forced by cvsroot2rpm
665    
666     * Thu May 16 2002 Tony Clayton <apc@e-smith.com>
667     - [1.5.10-01]
668     - Pass noframes=1 as cgi param for browsers without frames [tonyc 3475]
669    
670     * Thu May 16 2002 Tony Clayton <apc@e-smith.com>
671     - [1.5.9-01]
672     - use Dan McGarry's manager.css/navigation fixes for 3377 [tonyc]
673    
674     * Thu May 16 2002 Tony Clayton <apc@e-smith.com>
675     - [1.5.8-01]
676     - Remove unnecessary <p> tags in navigation html [tonyc 3377]
677     - Fix navigation panel to not import symbols from fm subclasses
678     [tonyc 3109]
679    
680     * Mon May 13 2002 Tony Clayton <apc@e-smith.com>
681     - [1.5.7-01]
682     - Fix navigation panel to play nice with FM subclasses [tonyc 3109]
683    
684     * Fri May 10 2002 Gordon Rowell <gordonr@e-smith.com>
685     - [1.5.6-01]
686     - Tell CGI.pm to not produce xhtml [gordonr 3377]
687    
688     * Tue May 7 2002 Gordon Rowell <gordonr@e-smith.com>
689     - [1.5.5-01]
690     - Missing use esmith::util [gordonr 3372]
691    
692     * Wed Apr 24 2002 Gordon Rowell <gordonr@e-smith.com>
693     - [1.5.4-01]
694     - Ignore cgi-bin/internal-.* in navigation [gordonr 3202]
695    
696     * Mon Apr 22 2002 Gordon Rowell <gordonr@e-smith.com>
697     - [1.5.3-01]
698     - Back out gettext() calls - esmith::FormMagic was Croaking on
699     bad lexicons for old panels. Now properly localises the navigation
700     bar if the localisations exist [gordonr 3155]
701    
702     * Fri Apr 19 2002 Gordon Rowell <gordonr@e-smith.com>
703     - [1.5.2-01]
704     - Added explicit gettext() call to localize navigation bar while
705     figuring out esmith::FormMagick won't do it for me [gordonr 3155]
706    
707     * Wed Apr 10 2002 Gordon Rowell <gordonr@e-smith.com>
708     - [1.5.1-01]
709     - navigation is now polymorphic and does noframes as well [gordonr #3155]
710    
711     * Thu Apr 04 2002 Gordon Rowell <gordonr@e-smith.com>
712     Wed Apr 04 2002 --> Wed Apr 03 2002 or Thu Apr 04 2002 or Wed Apr 10 2002 or ....
713     - [1.5.0-01]
714     - Rolled to development stream [gordonr]
715    
716     * Wed Apr 03 2002 Kirrily Robert <skud@e-smith.com>
717     - [1.4.4-01]
718     - Added red error messages to CSS [skud 3027]
719    
720     * Thu Mar 14 2002 Gordon Rowell <gordonr@e-smith.com>
721     - [1.4.3-01]
722     - Fixed regexp for ignoring pleasewait(-.*?). Two each in
723     pleasewait/noframes. Reduced to one in each [gordonr]
724    
725     * Fri Mar 1 2002 Tony Clayton <tonyc@e-smith.com>
726     - [1.4.2-01]
727     - rollRPM: Rolled version number to 1.4.2-01. Includes patches up to 1.4.1-02.
728     - mkdir panels/manager/common in spec file for CVS migration
729    
730     * Fri Jan 25 2002 Tony Clayton <tonyc@e-smith.com>
731     - [1.4.1-02]
732     - added missing ')' in navigation script pleasewait munging
733    
734     * Fri Jan 25 2002 Tony Clayton <tonyc@e-smith.com>
735     - [1.4.1-01]
736     - rollRPM: Rolled version number to 1.4.1-01. Includes patches up to 1.4.0-02.
737     - navigation now ignores pleasewait-* files
738    
739     * Thu Jan 10 2002 Charlie Brady <charlieb@e-smith.com>
740     - [1.4.0-02]
741     - Use dated log file for ssl_engine_log. Name the file ssl_engine_log.xxxxx
742     to keep it distinct from the main web server's log file.
743    
744     * Tue Dec 11 2001 Jason Miller <jay@e-smith.com>
745     - [1.4.0-01]
746     - rollRPM: Rolled version number to 1.4.0-01. Includes patches up to 1.3.0-07.
747    
748     * Sat Dec 08 2001 Charlie Brady <charlieb@e-smith.com>
749     - [1.3.0-07]
750     - Move genNavigationHeader() down below the script grokking code in
751     "navigation", to help Netscape's faulty rendering.
752    
753     * Wed Nov 21 2001 Charlie Brady <charlieb@e-smith.com>
754     - [1.3.0-06]
755     - Remove troublesome "Requires: e-smith-base".
756     - Remove obsolete "Requires: e-smith".
757    
758     * Thu Nov 1 2001 Gordon Rowell <gordonr@e-smith.com>
759     - [1.3.0-05]
760     - Indent description within navigation headings sections
761    
762     * Thu Nov 1 2001 Gordon Rowell <gordonr@e-smith.com>
763     - [1.3.0-04]
764     - Backed out patch from 1.3.0-02 - restored image to navigation frame
765    
766     * Wed Oct 31 2001 Charlie Brady <charlieb@e-smith.com>
767     - [1.3.0-03]
768     - Add Mitel branding changes.
769    
770     * Fri Aug 31 2001 Gordon Rowell <gordonr@e-smith.com>
771     - [1.3.0-02]
772     - Removed image from top of navigation - now in separate frame
773     - Added Provides: server-manager
774    
775     * Fri Aug 31 2001 Gordon Rowell <gordonr@e-smith.com>
776     - [1.3.0-01]
777     - Rolled version number to 1.3.0-01. Includes patches upto 1.2.0-02.
778    
779     * Fri Aug 17 2001 gordonr
780     - [1.2.0-02]
781     - Autorebuild by rebuildRPM
782    
783     * Wed Aug 8 2001 Charlie Brady <charlieb@e-smith.com>
784     - [1.2.0-01]
785     - Rolled version number to 1.2.0-01. Includes patches upto 1.1.0-04.
786    
787     * Tue Jul 31 2001 Adrian Chung <adrianc@e-smith.com>
788     - [1.1.0-04]
789     - moving manager.css file from manager/html to common/css
790    
791     * Tue Jul 31 2001 Adrian Chung <adrianc@e-smith.com>
792     - [1.1.0-03]
793     - Adding SSL enabling templates for port 981.
794     - Adding 01localAccessString fragment for use in SSL
795     enabling templates.
796    
797     * Fri Jul 27 2001 Charlie Brady <charlieb@e-smith.com>
798     - [1.1.0-02]
799     - Prepend "/server-manager" to hrefs, to allow consistent path interpretation
800     between admin and standard web server.
801    
802     * Fri Jul 27 2001 Charlie Brady <charlieb@e-smith.com>
803     - [1.1.0-01]
804     - Rolled version number to 1.1.0-01. Includes patches upto 0.1.1-06.
805    
806     * Tue Jul 24 2001 Adrian Chung <adrianc@e-smith.com>
807     - [0.1.1-06]
808     - Incorporating font size changes to manager.css
809    
810     * Mon Jul 9 2001 Peter Samuel <peters@e-smith.com>
811     - [0.1.1-05]
812     - Updated packager information
813    
814     * Fri Jul 6 2001 Peter Samuel <peters@e-smith.com>
815     - [0.1.1-04]
816     - Changed license to GPL
817    
818     * Wed Jun 06 2001 Charlie Brady <charlieb@e-smith.com>
819     - [0.1.1-03]
820     - Change font setting in navigation - use css class instead.
821     - Add newlines after each link in navigation frame - so that HTML
822     source is readable.
823     - Add manager.css, which came from e-smith-base. Let's have all look&feel
824     in the one RPM.
825     - Check whether "files" in cgi-bin directory are actually directories. Skip
826     any directories.
827    
828     * Mon Apr 9 2001 Adrian Chung <adrianc@e-smith.com>
829     - [0.1.1-02]
830     - changing CELLPADDING in navigation from 4 to 2.
831    
832     * Tue Mar 14 2000 Charlie Brady <charlieb@e-smith.com>
833     Wed Mar 14 2000 --> Wed Mar 08 2000 or Tue Mar 14 2000 or Wed Mar 15 2000 or ....
834     - initial release
835    
836     %description
837     This RPM contributes the navigation bars for the smeserver-manager.
838    
839     %prep
840     %setup
841 jpp 1.3 %patch0 -p1
842 jcrisp 1.4 %patch1 -p1
843 michel 1.5 %patch2 -p1
844 michel 1.6 %patch3 -p1
845 michel 1.7 %patch4 -p1
846 brianr 1.9 %patch5 -p1
847 michel 1.10 %patch6 -p1
848 michel 1.11 %patch7 -p1
849 michel 1.12 %patch8 -p1
850 michel 1.13 %patch9 -p1
851 michel 1.14 %patch10 -p1
852 brianr 1.15 %patch11 -p1
853 brianr 1.16 %patch12 -p1
854 brianr 1.17 %patch13 -p1
855 brianr 1.18 %patch14 -p1
856 michel 1.19 %patch15 -p1
857 jpp 1.1
858     %build
859 michel 1.19 perl createlinks
860    
861 michel 1.7 # Force creation of potentially empty directories
862 michel 1.6 mkdir -p root/etc/e-smith/web/functions2
863     mkdir -p root/home/e-smith/db/navigation
864 michel 1.19 mkdir -p root%{dir_mngr}/html
865     mkdir -p root%{dir_mngr}/cgi-bin/srvmngr/themes/default/public/css
866    
867     ln -s /etc/e-smith/web/common/cgi-bin/logout root/%{dir_mngr}/cgi-bin/logout
868     ln -s %{dir_mngr}/cgi-bin/srvmngr/conf/srvmngr.conf root/%{dir_mngr}/cgi-bin/srvmngr/srvmngr.conf
869     ln -s %{dir_mngr}/cgi-bin/srvmngr/script/srvmngr.pl root/%{dir_mngr}/cgi-bin/srvmngr/srvmngr.pl
870 michel 1.7
871 michel 1.6 gcc -o root/etc/e-smith/web/functions2/wrapper2 manager2.c
872 jpp 1.1
873 michel 1.6 for file in index #initial
874     do
875 michel 1.19 ln -s ../../../functions2/wrapper2 root%{dir_mngr}/html/${file}.cgi
876 michel 1.6 done
877 jpp 1.1
878    
879     %install
880     rm -rf $RPM_BUILD_ROOT
881     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
882     rm -f %{name}-%{version}-%{release}-filelist
883     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
884 michel 1.19 --dir %{dir_mngr} 'attr(0755,root,root)' \
885 michel 1.6 --file /etc/e-smith/web/functions2/wrapper2 'attr(4750,root,admin)' \
886     --file /etc/e-smith/web/functions2/index.cgi 'attr(0500,root,root)' \
887 michel 1.19 --file %{dir_mngr}/html/index.cgi 'attr(root,admin)' \
888     --file %{dir_mngr}/cgi-bin/srvmngr/log/development.log 'attr(0660,root,admin)' \
889 jpp 1.2 > %{name}-%{version}-%{release}-filelist
890 jcrisp 1.4 echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist
891    
892    
893 jpp 1.1 %clean
894     rm -rf $RPM_BUILD_ROOT
895    
896     %pre
897 michel 1.19
898 jpp 1.1 %preun
899 michel 1.19 # js-jquery from epel
900     ##if (rpm -q js-jquery > /dev/null 2>&1)
901     if [ -f /usr/share/javascript/jquery/latest/jquery.min.js ]
902     then
903     unlink %{dir_mngr}/cgi-bin/srvmngr/themes/default/public/js/jquery.min.js
904     fi
905 michel 1.5
906 jpp 1.1 %post
907 michel 1.19 # js-jquery from epel
908     ##if (rpm -q js-jquery > /dev/null 2>&1)
909     if [ -f /usr/share/javascript/jquery/latest/jquery.min.js ]
910     then
911     mkdir %{dir_mngr}/cgi-bin/srvmngr/themes/default/public/js
912     ln -s /usr/share/javascript/jquery/latest/jquery.min.js %{dir_mngr}/cgi-bin/srvmngr/themes/default/public/js/jquery.min.js
913     fi
914 michel 1.5
915 jpp 1.1
916     %postun
917     %files -f %{name}-%{version}-%{release}-filelist
918     %defattr(-,root,root)

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