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

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

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


Revision 1.36 - (show annotations) (download)
Sat Nov 21 08:43:54 2020 UTC (3 years, 6 months ago) by michel
Branch: MAIN
CVS Tags: smeserver-manager-0_1_2-2_el7_sme
Changes since 1.35: +14 -7 lines
* Fri Nov 20 2020 Michel Begue <mab974@gmail.com> 0.1.2-2.sme
- Fix smanager-update event name
- Move smanager service to /usr/lib/systemd
- Fix Bugreport file download
- Fix translations missing in 'viewlogfiles'
- Remove Admin auth in httpd configuration
- Add an optional alias for admin sign in.
- Remove systemctl from .spec file

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

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