1 |
Summary: e-smith manager navigation module |
2 |
%define name e-smith-manager |
3 |
Name: %{name} |
4 |
%define version 1.14.0 |
5 |
%define release 11 |
6 |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
8 |
License: GPL |
9 |
Group: Networking/Daemons |
10 |
Source: %{name}-%{version}.tar.gz |
11 |
Patch0: e-smith-manager-1.14.0.module_list.patch |
12 |
Patch1: e-smith-manager-1.14.0.tktdomain.patch |
13 |
Patch2: e-smith-manager-1.14.0.tktdomain.patch2 |
14 |
Patch3: e-smith-manager-1.14.0-formrestyling.patch |
15 |
Patch4: e-smith-manager-1.14.0-tktport80.patch |
16 |
Patch5: e-smith-manager-1.14.0-lib64.patch |
17 |
Patch6: e-smith-manager-1.14.0-nowarnings.patch |
18 |
Patch7: e-smith-manager-1.14.0-lexiconSpaces.patch2 |
19 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
20 |
BuildRequires: e-smith-devtools |
21 |
BuildRequires: gettext |
22 |
BuildArchitectures: noarch |
23 |
Requires: e-smith-lib >= 1.14.0 |
24 |
Requires: mod_auth_tkt |
25 |
Provides: server-manager |
26 |
AutoReqProv: no |
27 |
|
28 |
%changelog |
29 |
* Tue Jan 08 2008 Stephen Noble <support@dungog.net> 1.14.0-11 |
30 |
- Fix to remove spaces and newlines in panel headers [SME: 3346] |
31 |
|
32 |
* Tue Jan 08 2008 Stephen Noble <support@dungog.net> 1.14.0-10 |
33 |
- remove the FormMagick session files [SME: 3723] |
34 |
|
35 |
* Tue Jan 08 2008 Stephen Noble <support@dungog.net> 1.14.0-9 |
36 |
- Remove spaces and newlines in panel headers [SME: 3346] |
37 |
|
38 |
* Sun Jul 01 2007 Shad L. Lords <slords@mail.com> 1.14.0-8 |
39 |
- Make login/logout no quite so verbose. [SME: 2660] |
40 |
|
41 |
* Fri May 18 2007 Shad L. Lords <slords@mail.com> 1.14.0-7 |
42 |
- Use correct lib for modules |
43 |
|
44 |
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
45 |
- Clean up spec so package can be built by koji/plague |
46 |
|
47 |
* Mon Apr 9 2007 Stephen Noble <support@dungog.net> 1.14.0-6 |
48 |
- Convert http to https [SME: 2577] |
49 |
|
50 |
* Mon Mar 12 2007 Gavin Weight <gweight@gmail.com> 1.14.0-5 |
51 |
- Restyle the SME Server manager login form. [SME: 2666] |
52 |
|
53 |
* Mon Mar 05 2007 Shad L. Lords <slords@mail.com> 1.14.0-4 |
54 |
- Don't pass domain in ticket cookie (logout) unless it contains a dot [SME: 2402] |
55 |
|
56 |
* Mon Mar 05 2007 Shad L. Lords <slords@mail.com> 1.14.0-3 |
57 |
- Don't pass domain in ticket cookie (login) unless it contains a dot [SME: 2402] |
58 |
|
59 |
* Tue Feb 13 2007 Charlie Brady <charlie_brady@mitel.com> 1.14.0-2 |
60 |
- Deal gracefully with renamed apache modules. [SME: 2471] |
61 |
|
62 |
* Fri Jan 26 2007 Shad L. Lords <slords@mail.com> 1.14.0-1 |
63 |
- Roll stable stream. [SME: 2328] |
64 |
|
65 |
* Fri Jan 19 2007 Shad L. Lords <slords@mail.com> 1.13.1-13 |
66 |
- Create /etc/httpd/admin-conf directory |
67 |
|
68 |
* Fri Jan 19 2007 Shad L. Lords <slords@mail.com> 1.13.1-12 |
69 |
- Move apache logrotate to e-smith-apache. |
70 |
- Put quotes around 'httpd-admin' in hashes. |
71 |
|
72 |
* Thu Jan 18 2007 Shad L. Lords <slords@mail.com> 1.13.1-11 |
73 |
- Move last httpd fragments from e-smith-base. |
74 |
|
75 |
* Thu Dec 07 2006 Shad L. Lords <slords@mail.com> |
76 |
- Update to new release naming. No functional changes. |
77 |
- Make Packager generic |
78 |
|
79 |
* Mon Nov 27 2006 Charlie Brady <charlie_brady@mitel.com> 1.13.1-09 |
80 |
- Randomize string used for encrypting auth tickets. |
81 |
|
82 |
* Tue Nov 21 2006 Charlie Brady <charlie_brady@mitel.com> 1.13.1-08 |
83 |
- Add ProxyPassReverse entries for server-manager passthroughs, so that |
84 |
redirects work correctly. |
85 |
|
86 |
* Thu Nov 16 2006 Charlie Brady <charlie_brady@mitel.com> 1.13.1-07 |
87 |
- Add basic L10N in navigation-conf. |
88 |
|
89 |
* Wed Nov 15 2006 Charlie Brady <charlie_brady@mitel.com> 1.13.1-06 |
90 |
- Avoid use of FormMagick in navigation-conf. TODO: fix I18N. |
91 |
|
92 |
* Mon Nov 06 2006 Charlie Brady <charlie_brady@mitel.com> 1.13.1-05 |
93 |
- Simplify the sorting code in navigation (so that I can understand |
94 |
it). |
95 |
|
96 |
* Mon Nov 06 2006 Charlie Brady <charlie_brady@mitel.com> 1.13.1-04 |
97 |
- Simplify javascript, and remove use of pleasewait script. |
98 |
|
99 |
* Mon Nov 06 2006 Charlie Brady <charlie_brady@mitel.com> 1.13.1-03 |
100 |
- Move swapClass javascript out of standard header and into just |
101 |
navigation. |
102 |
|
103 |
* Fri Nov 03 2006 Charlie Brady <charlie_brady@mitel.com> 1.13.1-02 |
104 |
- Use mod_auth_tkt authentication for server manager access. |
105 |
|
106 |
* Thu Nov 02 2006 Charlie Brady <charlie_brady@mitel.com> 1.13.1-01 |
107 |
- Add branch tag and roll new development version. |
108 |
|
109 |
* Wed Nov 01 2006 Charlie Brady <charlie_brady@mitel.com> 1.13.0-06 |
110 |
- Move httpd-admin and its configuration templates from e-smith-base RPM. |
111 |
[SME: 2023] |
112 |
|
113 |
* Wed Nov 01 2006 Charlie Brady <charlie_brady@mitel.com> 1.13.0-05 |
114 |
- Move more server-manager components from e-smith-base RPM. [SME: 2023] |
115 |
|
116 |
* Wed Nov 01 2006 Charlie Brady <charlie_brady@mitel.com> 1.13.0-04 |
117 |
- Add manager header/footer templates (moved from e-smith-base) |
118 |
[SME: 2023] |
119 |
|
120 |
* Wed Aug 2 2006 Michael Soulier <msoulier@digitaltorque.ca> |
121 |
- [1.13.0-03] |
122 |
- Fixing broken db path in patch. [SME: 107] |
123 |
|
124 |
* Wed Mar 29 2006 Michael Soulier <michael_soulier@mitel.com> |
125 |
- [1.13.0-02] |
126 |
- Forward porting arbitrary menu plugins. [SME: 107] |
127 |
|
128 |
* Wed Mar 29 2006 Michael Soulier <michael_soulier@mitel.com> |
129 |
- [1.13.0-01] |
130 |
- Rolling to dev. |
131 |
[SME: 107] |
132 |
|
133 |
* Wed Mar 15 2006 Charlie Brady <charlie_brady@mitel.com> 1.12.0-01 |
134 |
- Roll stable stream version. [SME: 1016] |
135 |
|
136 |
* Tue Jan 31 2006 Gordon Rowell <gordonr@gormand.com.au> 1.11.0-13 |
137 |
- Changed the static CSS files into directory templates, which are |
138 |
expanded in bootstrap-console-save [SME: 408] |
139 |
|
140 |
* Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 1.11.0-12 |
141 |
- Bump release number only |
142 |
|
143 |
* Sun Oct 16 2005 Gordon Rowell <gordonr@e-smith.com> |
144 |
- [1.11.0-11] |
145 |
- Removed "table-layout: fixed;" from sme_main.css [SF: 1299779] |
146 |
|
147 |
* Sun Oct 16 2005 Gordon Rowell <gordonr@e-smith.com> |
148 |
- [1.11.0-10] |
149 |
- dos2unix conversion on CSS files [SF: 1299779] |
150 |
|
151 |
* Wed Aug 17 2005 Charlie Brady <charlieb@e-smith.com> |
152 |
- [1.11.0-09] |
153 |
- Remove bogus "Provides: perl(I18N::AcceptLanguage)" header. [SF: 1262438] |
154 |
|
155 |
* Thu Jun 9 2005 Charlie Brady <charlieb@e-smith.com> |
156 |
- [1.11.0-08] |
157 |
- Add newly required manager/cgi-bin/{navigation,noframes} symlinks. |
158 |
[SF: 1217426] |
159 |
|
160 |
* Tue Jun 7 2005 Charlie Brady <charlieb@e-smith.com> |
161 |
- [1.11.0-07] |
162 |
- Remove references to /etc/e-smith/web/panel/manager/common |
163 |
[SF: 1172203, 1210715] |
164 |
|
165 |
* Tue Sep 28 2004 Michael Soulier <msoulier@e-smith.com> |
166 |
- [1.11.0-06] |
167 |
- Updated perl dependencies. [msoulier MN00040240] |
168 |
|
169 |
* Tue Jul 13 2004 Michael Soulier <msoulier@e-smith.com> |
170 |
- [1.11.0-05] |
171 |
- Added the sme_panel_menu.css file, for tabbed menu support. Added a link to |
172 |
it in the standard header. |
173 |
[msoulier MN00030141] |
174 |
|
175 |
* Thu Feb 26 2004 Michael Soulier <msoulier@e-smith.com> |
176 |
- [1.11.0-04] |
177 |
- Backed-out previous change. It was better before. [msoulier dpar-22042] |
178 |
|
179 |
* Thu Feb 26 2004 Michael Soulier <msoulier@e-smith.com> |
180 |
- [1.11.0-03] |
181 |
- Added vertical-align: text-top; to td.sme-noborders-label to ensure that |
182 |
text is aligned vertically at the top of the cell. [msoulier dpar-22042] |
183 |
|
184 |
* Tue Jul 8 2003 Charlie Brady <charlieb@e-smith.com> |
185 |
- [1.11.0-02] |
186 |
- Check that files are executable before listing in the |
187 |
manager navigation frame. [charlieb 9197] |
188 |
- s/Copyright/License/. |
189 |
|
190 |
* Tue Jul 8 2003 Charlie Brady <charlieb@e-smith.com> |
191 |
- [1.11.0-01] |
192 |
- Changing version to development stream number - 1.11.0 |
193 |
|
194 |
* Thu Jun 26 2003 Charlie Brady <charlieb@e-smith.com> |
195 |
- [1.10.0-01] |
196 |
- Changing version to stable stream number - 1.10.0 |
197 |
|
198 |
* Mon Apr 21 2003 Gordon Rowell <gordonr@e-smith.com> |
199 |
- [1.9.5-16] |
200 |
- New class for error link within table cell [gordonr 8129] |
201 |
|
202 |
* Tue Apr 8 2003 Gordon Rowell <gordonr@e-smith.com> |
203 |
- [1.9.5-15] |
204 |
- Removed borders around "warning" cells so they don't look like |
205 |
they are bleeding on some browsers (e.g. Mozilla) [gordonr 8127] |
206 |
|
207 |
* Thu Apr 3 2003 Gordon Rowell <gordonr@e-smith.com> |
208 |
- [1.9.5-14] |
209 |
- Make <h2> and <p> within div.{success,error} => {red,green} [gordonr 7919] |
210 |
|
211 |
* Wed Apr 2 2003 Gordon Rowell <gordonr@e-smith.com> |
212 |
- [1.9.5-13] |
213 |
- Moved manager SSL fragments back to e-smith-base [gordonr 7900] |
214 |
|
215 |
* Tue Apr 1 2003 Tony Clayton <apc@e-smith.com> |
216 |
- [1.9.5-12] |
217 |
- add td.sme-radiobutton css class for date/time panel [tonyc 1588] |
218 |
|
219 |
* Tue Apr 1 2003 Gordon Rowell <gordonr@e-smith.com> |
220 |
- [1.9.5-11] |
221 |
- Make the question make bold [gordonr 7946] |
222 |
|
223 |
* Tue Apr 1 2003 Gordon Rowell <gordonr@e-smith.com> |
224 |
- [1.9.5-10] |
225 |
- Fix SSL listen template for serveronly mode [gordonr 7900] |
226 |
|
227 |
* Tue Apr 1 2003 Gordon Rowell <gordonr@e-smith.com> |
228 |
- [1.9.5-09] |
229 |
- Bind manager on port 981 to localhost only [gordonr 7900] |
230 |
|
231 |
* Mon Mar 31 2003 Mike Dickson <miked@e-smith.com> |
232 |
- [1.9.5-08] |
233 |
- changed class for sme-noborders-label to width=33% rather than |
234 |
a fixed 250px wide, due to limitations in IE6 [miked 7676] |
235 |
- added class "sectionbar" for use [miked] |
236 |
- modified "td.noborders-label" colour [miked] |
237 |
|
238 |
|
239 |
* Fri Mar 28 2003 Gordon Rowell <gordonr@e-smith.com> |
240 |
- [1.9.5-07] |
241 |
- Changed Copyright font from 8px to 10px [gordonr 7676] |
242 |
|
243 |
* Thu Mar 27 2003 Mark Knox <markk@e-smith.com> |
244 |
- [1.9.5-06] |
245 |
- Changed Help -> ? and changed formatting of current user and host [markk |
246 |
7707] |
247 |
|
248 |
* Thu Mar 20 2003 Tony Clayton <apc@e-smith.com> |
249 |
- [1.9.5-05] |
250 |
- Add css style for a.error class [tonyc 4718] |
251 |
|
252 |
* Wed Mar 19 2003 Gordon Rowell <gordonr@e-smith.com> |
253 |
- [1.9.5-04] |
254 |
- Move navigation dbs to /home/e-smith/db/navigation. We shouldn't generate |
255 |
them in /etc/e-smith/locale and we should name them by language, in case |
256 |
we share lexicons (e.g. fr/fr-ca) [gordonr 7733] |
257 |
|
258 |
* Sun Mar 16 2003 Mike Dickson <miked@e-smith.com> |
259 |
- [1.9.5-03] |
260 |
- stylesheet fixes: darkend the copyrigt text, adjuste the UL and LI tags [miked 7676] |
261 |
|
262 |
* Thu Mar 13 2003 Mark Knox <markk@e-smith.com> |
263 |
- [1.9.5-02] |
264 |
- Removed 40LogoRow from header.htm templates [markk 4722] |
265 |
|
266 |
* Thu Mar 13 2003 Mark Knox <markk@e-smith.com> |
267 |
- [1.9.5-01] |
268 |
- Removed product_logo.gif [markk 4722] |
269 |
|
270 |
* Tue Mar 11 2003 Mike Dickson <miked@e-smith.com> |
271 |
- [1.9.4-09] |
272 |
- changed Adming to admin in header.htm templates [miked 7595] |
273 |
|
274 |
* Thu Feb 6 2003 Mike Dickson <miked@e-smith.com> |
275 |
- [1.9.4-08] |
276 |
- updated the CSS to add a new "success" class [miked 7032] |
277 |
|
278 |
* Tue Feb 4 2003 Mark Knox <markk@e-smith.com> |
279 |
- [1.9.4-07] |
280 |
- Refer to new SSL cert name of $SystemName.$DomainName [markk 4874] |
281 |
|
282 |
* Mon Feb 3 2003 Mark Knox <markk@e-smith.com> |
283 |
- [1.9.4-06] |
284 |
- Include ValidFrom hosts in SSL allow statements [markk 6428] |
285 |
|
286 |
* Mon Feb 3 2003 Mark Knox <markk@e-smith.com> |
287 |
- [1.9.4-05] |
288 |
- Also Listen on the right ports [markk 6428] |
289 |
|
290 |
* Mon Feb 3 2003 Mark Knox <markk@e-smith.com> |
291 |
- [1.9.4-04] |
292 |
- Bind SSL to port 443 if no primary web server available [markk 6428] |
293 |
|
294 |
* Sat Jan 25 2003 Mike Dickson <miked@e-smith.com> |
295 |
- [1.9.4-03] |
296 |
- darkened colour of copyright text [miked 6696] |
297 |
|
298 |
* Sat Jan 25 2003 Mike Dickson <miked@e-smith.com> |
299 |
- [1.9.4-02] |
300 |
- removed demo class "warn" from nav script [miked 6706] |
301 |
|
302 |
* Mon Jan 13 2003 Mike Dickson <miked@e-smith.com> |
303 |
- [1.9.4-01] |
304 |
- updated CSS file to show correct colour in menu, added "warn.gif" [miked 6398] |
305 |
|
306 |
* Fri Jan 3 2003 Gordon Rowell <gordonr@e-smith.com> |
307 |
- [1.9.3-13] |
308 |
- Made use of esmith::I18N in navigation-conf. Renamed locale->lang |
309 |
to make it more obvious that we are dealing with a langtag [gordonr 5212] |
310 |
|
311 |
* Thu Jan 2 2003 Gordon Rowell <gordonr@e-smith.com> |
312 |
- [1.9.3-12] |
313 |
- Hide online-manual from navigation bar - now in header Help [gordonr 6394] |
314 |
|
315 |
* Wed Jan 1 2003 Gordon Rowell <gordonr@e-smith.com> |
316 |
- [1.9.3-11] |
317 |
- Updated navigation script to use esmith::I18N [gordonr 5212] |
318 |
|
319 |
* Wed Jan 1 2003 Gordon Rowell <gordonr@e-smith.com> |
320 |
- [1.9.3-10] |
321 |
- Spell bootstrap-console-save correctly [gordonr 5493] |
322 |
|
323 |
* Wed Jan 1 2003 Gordon Rowell <gordonr@e-smith.com> |
324 |
- [1.9.3-09] |
325 |
- Work out the correct navigation.info based on browser language [gordonr 5493] |
326 |
|
327 |
* Wed Jan 1 2003 Gordon Rowell <gordonr@e-smith.com> |
328 |
- [1.9.3-08] |
329 |
- Generate navigation.info files (config db format) for each supported |
330 |
language in /etc/e-smith/locale/{language}/etc/e-smith/web/functions |
331 |
- Read the navigation.info file for the preferred language when |
332 |
displaying the navigation bar |
333 |
- TODO: Actually select the correct navigation.info file [gordonr 5493] |
334 |
|
335 |
* Tue Dec 31 2002 Gordon Rowell <gordonr@e-smith.com> |
336 |
- [1.9.3-07] |
337 |
- Skip non-executable files when generating nav bar [gordonr 5802] |
338 |
|
339 |
* Fri Dec 27 2002 Mike Dickson <miked@e-smith.com> |
340 |
- [1.9.3-06] |
341 |
- updates and comments in the CSS files [miked 3185] |
342 |
- commented out the two links in the header that are not ready yet |
343 |
(log out and update available) [miked 5967 and 492] |
344 |
|
345 |
* Mon Dec 16 2002 Mike Dickson <miked@e-smith.com> |
346 |
- [1.9.3-05] |
347 |
- UI Update, part of the tweaking for the new UI [miked 5494] |
348 |
|
349 |
* Tue Dec 10 2002 Mike Dickson <miked@e-smith.com> |
350 |
- [1.9.3-04] |
351 |
- forgot to update header.htm fragments [miked 5494] |
352 |
|
353 |
* Mon Dec 9 2002 Mike Dickson <miked@e-smith.com> |
354 |
- [1.9.3-03] |
355 |
- ui update [miked 5494] |
356 |
|
357 |
* Mon Dec 2 2002 Mike Dickson <miked@e-smith.com> |
358 |
- [1.9.3-02] |
359 |
- ui update [miked 5494] |
360 |
|
361 |
* Wed Nov 27 2002 Mike Dickson <miked@e-smith.com> |
362 |
- [1.9.3-01] |
363 |
- and again to make it stick |
364 |
|
365 |
* Wed Nov 27 2002 Mike Dickson <miked@e-smith.com> |
366 |
- [1.9.2-01] |
367 |
- updated the header images [miked 5529] |
368 |
- updated other UI stuff [miked 5494] |
369 |
|
370 |
* Fri Nov 22 2002 Gordon Rowell <gordonr@e-smith.com> |
371 |
- [1.9.1-02] |
372 |
- templated header.htm [miked 5826] |
373 |
- modified header.htm template to link to online-manual and blades |
374 |
[gordonr 5826] |
375 |
|
376 |
* Thu Nov 21 2002 Mike Dickson <miked@e-smith.com> |
377 |
- [1.9.1-01] |
378 |
- update to new UI system [miked 5494] |
379 |
|
380 |
* Wed Nov 20 2002 Mike Dickson <miked@e-smith.com> |
381 |
- [1.9.0-01] |
382 |
- Changing to development stream; version upped to 1.9.0 |
383 |
|
384 |
* Fri Oct 11 2002 Charlie Brady <charlieb@e-smith.com> |
385 |
- [1.8.0-01] |
386 |
- Roll to maintained version number to 1.8.0 |
387 |
|
388 |
* Wed Jun 19 2002 Mark Knox <markk@e-smith.com> |
389 |
- [1.7.2-01] |
390 |
- Move SSL mutex and cache out of /var/log [markk 3830] |
391 |
|
392 |
* Tue Jun 18 2002 Charlie Brady <charlieb@e-smith.com> |
393 |
- [1.7.1-01] |
394 |
- Move admin apache SSL mutex and SSL session cache to files named admin_xxx |
395 |
to avoid name clash with main server. [charlieb 3830] |
396 |
|
397 |
* Wed Jun 5 2002 Charlie Brady <charlieb@e-smith.com> |
398 |
- [1.7.0-01] |
399 |
- Changing version to maintained stream number to 1.7.0 |
400 |
|
401 |
* Fri May 31 2002 Charlie Brady <charlieb@e-smith.com> |
402 |
- [1.6.0-01] |
403 |
- Changing version to maintained stream number to 1.6.0 |
404 |
|
405 |
* Thu May 23 2002 Gordon Rowell <gordonr@e-smith.com> |
406 |
- [1.5.11-01] |
407 |
- RPM rebuild forced by cvsroot2rpm |
408 |
|
409 |
* Thu May 16 2002 Tony Clayton <apc@e-smith.com> |
410 |
- [1.5.10-01] |
411 |
- Pass noframes=1 as cgi param for browsers without frames [tonyc 3475] |
412 |
|
413 |
* Thu May 16 2002 Tony Clayton <apc@e-smith.com> |
414 |
- [1.5.9-01] |
415 |
- use Dan McGarry's manager.css/navigation fixes for 3377 [tonyc] |
416 |
|
417 |
* Thu May 16 2002 Tony Clayton <apc@e-smith.com> |
418 |
- [1.5.8-01] |
419 |
- Remove unnecessary <p> tags in navigation html [tonyc 3377] |
420 |
- Fix navigation panel to not import symbols from fm subclasses |
421 |
[tonyc 3109] |
422 |
|
423 |
* Mon May 13 2002 Tony Clayton <apc@e-smith.com> |
424 |
- [1.5.7-01] |
425 |
- Fix navigation panel to play nice with FM subclasses [tonyc 3109] |
426 |
|
427 |
* Fri May 10 2002 Gordon Rowell <gordonr@e-smith.com> |
428 |
- [1.5.6-01] |
429 |
- Tell CGI.pm to not produce xhtml [gordonr 3377] |
430 |
|
431 |
* Tue May 7 2002 Gordon Rowell <gordonr@e-smith.com> |
432 |
- [1.5.5-01] |
433 |
- Missing use esmith::util [gordonr 3372] |
434 |
|
435 |
* Wed Apr 24 2002 Gordon Rowell <gordonr@e-smith.com> |
436 |
- [1.5.4-01] |
437 |
- Ignore cgi-bin/internal-.* in navigation [gordonr 3202] |
438 |
|
439 |
* Mon Apr 22 2002 Gordon Rowell <gordonr@e-smith.com> |
440 |
- [1.5.3-01] |
441 |
- Back out gettext() calls - esmith::FormMagic was Croaking on |
442 |
bad lexicons for old panels. Now properly localises the navigation |
443 |
bar if the localisations exist [gordonr 3155] |
444 |
|
445 |
* Fri Apr 19 2002 Gordon Rowell <gordonr@e-smith.com> |
446 |
- [1.5.2-01] |
447 |
- Added explicit gettext() call to localize navigation bar while |
448 |
figuring out esmith::FormMagick won't do it for me [gordonr 3155] |
449 |
|
450 |
* Wed Apr 10 2002 Gordon Rowell <gordonr@e-smith.com> |
451 |
- [1.5.1-01] |
452 |
- navigation is now polymorphic and does noframes as well [gordonr #3155] |
453 |
|
454 |
* Wed Apr 04 2002 Gordon Rowell <gordonr@e-smith.com> |
455 |
- [1.5.0-01] |
456 |
- Rolled to development stream [gordonr] |
457 |
|
458 |
* Wed Apr 03 2002 Kirrily Robert <skud@e-smith.com> |
459 |
- [1.4.4-01] |
460 |
- Added red error messages to CSS [skud 3027] |
461 |
|
462 |
* Thu Mar 14 2002 Gordon Rowell <gordonr@e-smith.com> |
463 |
- [1.4.3-01] |
464 |
- Fixed regexp for ignoring pleasewait(-.*?). Two each in |
465 |
pleasewait/noframes. Reduced to one in each [gordonr] |
466 |
|
467 |
* Fri Mar 1 2002 Tony Clayton <tonyc@e-smith.com> |
468 |
- [1.4.2-01] |
469 |
- rollRPM: Rolled version number to 1.4.2-01. Includes patches up to 1.4.1-02. |
470 |
- mkdir panels/manager/common in spec file for CVS migration |
471 |
|
472 |
* Fri Jan 25 2002 Tony Clayton <tonyc@e-smith.com> |
473 |
- [1.4.1-02] |
474 |
- added missing ')' in navigation script pleasewait munging |
475 |
|
476 |
* Fri Jan 25 2002 Tony Clayton <tonyc@e-smith.com> |
477 |
- [1.4.1-01] |
478 |
- rollRPM: Rolled version number to 1.4.1-01. Includes patches up to 1.4.0-02. |
479 |
- navigation now ignores pleasewait-* files |
480 |
|
481 |
* Thu Jan 10 2002 Charlie Brady <charlieb@e-smith.com> |
482 |
- [1.4.0-02] |
483 |
- Use dated log file for ssl_engine_log. Name the file ssl_engine_log.xxxxx |
484 |
to keep it distinct from the main web server's log file. |
485 |
|
486 |
* Tue Dec 11 2001 Jason Miller <jay@e-smith.com> |
487 |
- [1.4.0-01] |
488 |
- rollRPM: Rolled version number to 1.4.0-01. Includes patches up to 1.3.0-07. |
489 |
|
490 |
* Sat Dec 08 2001 Charlie Brady <charlieb@e-smith.com> |
491 |
- [1.3.0-07] |
492 |
- Move genNavigationHeader() down below the script grokking code in |
493 |
"navigation", to help Netscape's faulty rendering. |
494 |
|
495 |
* Wed Nov 21 2001 Charlie Brady <charlieb@e-smith.com> |
496 |
- [1.3.0-06] |
497 |
- Remove troublesome "Requires: e-smith-base". |
498 |
- Remove obsolete "Requires: e-smith". |
499 |
|
500 |
* Thu Nov 1 2001 Gordon Rowell <gordonr@e-smith.com> |
501 |
- [1.3.0-05] |
502 |
- Indent description within navigation headings sections |
503 |
|
504 |
* Thu Nov 1 2001 Gordon Rowell <gordonr@e-smith.com> |
505 |
- [1.3.0-04] |
506 |
- Backed out patch from 1.3.0-02 - restored image to navigation frame |
507 |
|
508 |
* Wed Oct 31 2001 Charlie Brady <charlieb@e-smith.com> |
509 |
- [1.3.0-03] |
510 |
- Add Mitel branding changes. |
511 |
|
512 |
* Fri Aug 31 2001 Gordon Rowell <gordonr@e-smith.com> |
513 |
- [1.3.0-02] |
514 |
- Removed image from top of navigation - now in separate frame |
515 |
- Added Provides: server-manager |
516 |
|
517 |
* Fri Aug 31 2001 Gordon Rowell <gordonr@e-smith.com> |
518 |
- [1.3.0-01] |
519 |
- Rolled version number to 1.3.0-01. Includes patches upto 1.2.0-02. |
520 |
|
521 |
* Fri Aug 17 2001 gordonr |
522 |
- [1.2.0-02] |
523 |
- Autorebuild by rebuildRPM |
524 |
|
525 |
* Wed Aug 8 2001 Charlie Brady <charlieb@e-smith.com> |
526 |
- [1.2.0-01] |
527 |
- Rolled version number to 1.2.0-01. Includes patches upto 1.1.0-04. |
528 |
|
529 |
* Tue Jul 31 2001 Adrian Chung <adrianc@e-smith.com> |
530 |
- [1.1.0-04] |
531 |
- moving manager.css file from manager/html to common/css |
532 |
|
533 |
* Tue Jul 31 2001 Adrian Chung <adrianc@e-smith.com> |
534 |
- [1.1.0-03] |
535 |
- Adding SSL enabling templates for port 981. |
536 |
- Adding 01localAccessString fragment for use in SSL |
537 |
enabling templates. |
538 |
|
539 |
* Fri Jul 27 2001 Charlie Brady <charlieb@e-smith.com> |
540 |
- [1.1.0-02] |
541 |
- Prepend "/server-manager" to hrefs, to allow consistent path interpretation |
542 |
between admin and standard web server. |
543 |
|
544 |
* Fri Jul 27 2001 Charlie Brady <charlieb@e-smith.com> |
545 |
- [1.1.0-01] |
546 |
- Rolled version number to 1.1.0-01. Includes patches upto 0.1.1-06. |
547 |
|
548 |
* Tue Jul 24 2001 Adrian Chung <adrianc@e-smith.com> |
549 |
- [0.1.1-06] |
550 |
- Incorporating font size changes to manager.css |
551 |
|
552 |
* Mon Jul 9 2001 Peter Samuel <peters@e-smith.com> |
553 |
- [0.1.1-05] |
554 |
- Updated packager information |
555 |
|
556 |
* Fri Jul 6 2001 Peter Samuel <peters@e-smith.com> |
557 |
- [0.1.1-04] |
558 |
- Changed license to GPL |
559 |
|
560 |
* Wed Jun 06 2001 Charlie Brady <charlieb@e-smith.com> |
561 |
- [0.1.1-03] |
562 |
- Change font setting in navigation - use css class instead. |
563 |
- Add newlines after each link in navigation frame - so that HTML |
564 |
source is readable. |
565 |
- Add manager.css, which came from e-smith-base. Let's have all look&feel |
566 |
in the one RPM. |
567 |
- Check whether "files" in cgi-bin directory are actually directories. Skip |
568 |
any directories. |
569 |
|
570 |
* Mon Apr 9 2001 Adrian Chung <adrianc@e-smith.com> |
571 |
- [0.1.1-02] |
572 |
- changing CELLPADDING in navigation from 4 to 2. |
573 |
|
574 |
* Wed Mar 14 2000 Charlie Brady <charlieb@e-smith.com> |
575 |
- initial release |
576 |
|
577 |
%description |
578 |
This RPM contributes the navigation bars for the e-smith-manager. |
579 |
|
580 |
%prep |
581 |
%setup |
582 |
%patch0 -p1 |
583 |
%patch1 -p1 |
584 |
%patch2 -p1 |
585 |
%patch3 -p1 |
586 |
%patch4 -p1 |
587 |
%patch5 -p1 |
588 |
%patch6 -p1 |
589 |
%patch7 -p1 |
590 |
|
591 |
%build |
592 |
perl createlinks |
593 |
mkdir -p root/home/e-smith/db/navigation |
594 |
mkdir -p root/etc/e-smith/web/common/css |
595 |
|
596 |
mkdir -p root/usr/share/locale/en_US/LC_MESSAGES/ |
597 |
xgettext -o root/usr/share/locale/en_US/LC_MESSAGES/foot.tmpl.po root/etc/e-smith/templates/etc/e-smith/web/common/foot.tmpl/25Copyright |
598 |
# make header/footer symlinks |
599 |
ln -s head.tmpl root/etc/e-smith/web/common/userpassword_head.tmpl |
600 |
ln -s head.tmpl root/etc/e-smith/web/common/noframes_head.tmpl |
601 |
ln -s foot.tmpl root/etc/e-smith/web/common/noframes_foot.tmpl |
602 |
|
603 |
mkdir -p root/etc/e-smith/web/panels/manager/html |
604 |
for file in index initial |
605 |
do |
606 |
ln -s ../../../functions/${file}.cgi root/etc/e-smith/web/panels/manager/html/${file}.cgi |
607 |
done |
608 |
|
609 |
# Force creation of potentially empty directories |
610 |
mkdir -p root/etc/e-smith/web/{common,functions} |
611 |
mkdir -p root/etc/e-smith/web/panels/manager/{cgi-bin,html} |
612 |
mkdir -p root/etc/e-smith/web/panels/password/{cgi-bin,html} |
613 |
mkdir -p root/etc/httpd/admin-conf |
614 |
|
615 |
mkdir -p root/service |
616 |
mkdir -p root/etc/rc.d/init.d/supervise |
617 |
for service in httpd-admin |
618 |
do |
619 |
ln -s /var/service/$service root/service/$service |
620 |
mkdir -p root/var/service/$service/supervise |
621 |
touch root/var/service/$service/down |
622 |
if [ -d root/var/service/$service/log ] |
623 |
then |
624 |
mkdir -p root/var/service/$service/log/supervise |
625 |
mkdir -p root/var/log/$service |
626 |
fi |
627 |
ln -s ../daemontools root/etc/rc.d/init.d/supervise/$service |
628 |
done |
629 |
|
630 |
%install |
631 |
rm -rf $RPM_BUILD_ROOT |
632 |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
633 |
rm -f %{name}-%{version}-%{release}-filelist |
634 |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
635 |
--file /etc/e-smith/web/common/cgi-bin/login 'attr(0755,root,root)' \ |
636 |
--file /etc/e-smith/web/common/cgi-bin/logout 'attr(0755,root,root)' \ |
637 |
--dir /var/service/httpd-admin 'attr(01755,root,root)' \ |
638 |
--file /var/service/httpd-admin/down 'attr(0644,root,root)' \ |
639 |
--file /var/service/httpd-admin/run 'attr(0755,root,root)' \ |
640 |
--dir /var/service/httpd-admin/log 'attr(0755,root,root)' \ |
641 |
--dir /var/service/httpd-admin/log/supervise 'attr(0700,root,root)' \ |
642 |
--dir /var/service/httpd-admin/supervise 'attr(0700,root,root)' \ |
643 |
--file /var/service/httpd-admin/log/run 'attr(0755,root,root)' \ |
644 |
--dir /var/log/httpd-admin 'attr(0750,smelog,smelog)' \ |
645 |
> %{name}-%{version}-%{release}-filelist |
646 |
echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist |
647 |
|
648 |
%clean |
649 |
rm -rf $RPM_BUILD_ROOT |
650 |
|
651 |
%pre |
652 |
%preun |
653 |
%post |
654 |
find /etc/e-smith/web/panels/manager/cgi-bin/ -type f | \ |
655 |
sed -n '/\/[0-9a-z]\{32\}$/p' | \ |
656 |
xargs grep -l Persisten | \ |
657 |
xargs rm -f |
658 |
|
659 |
%postun |
660 |
|
661 |
%files -f %{name}-%{version}-%{release}-filelist |
662 |
%defattr(-,root,root) |