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