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