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

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

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


Revision 1.21 - (show annotations) (download)
Sun Apr 12 09:02:48 2020 UTC (4 years, 2 months ago) by michel
Branch: MAIN
CVS Tags: smeserver-manager-0_1_0-18_el7_sme
Changes since 1.20: +3 -4 lines
* Sat Apr 11 2020 Michel Begue <mab974@gmail.com> 0.1.0-18.sme
- Add panels : emailaccess, yum, backup
- Fix Rendering comments in portforwarding & localnetworks panels
- Css and images files added (from manager).
- Initial javascript in navigation added (jQuery) -optional-
- Add 'Heading...'  navigation informations in controllers
- Show Themes_switch if there is more than one theme

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

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