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