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