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

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

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


Revision 1.33 - (hide annotations) (download)
Mon Oct 5 15:43:13 2020 UTC (3 years, 8 months ago) by michel
Branch: MAIN
CVS Tags: smeserver-manager-0_1_0-30_el7_sme
Changes since 1.32: +28 -31 lines
* Mon Oct 05 2020 Michel Begue <mab974@gmail.com> 0.1.0-30.sme
- fix I18N Namespace change for keeping Language
- clean up emailsettings code
- remove old global lexicon files
- add first simple tests
- add smanager-update event

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

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