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