-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEWS
297 lines (172 loc) · 7.66 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
2019-07-05 3.5
[FRONTEND]
* Actually make it run on PHP 7.0: use mysqli_* instead of mysql_*
when available, replace a few other functions.
* Add 'quote' buttons to trackers.
* Add /markup-test.php page with an updated markup documentation
and a test facility. Improve markup rendering.
* Fix 'Clean Reload' and 'Printer Version' links for pages like
/p/www-tr and /u/rms.
* Improve footer and menu text readability in some themes.
* Fix group registration page.
* Serve all images from the same website, remove the CSP exception
for images.
* Improve registration template HTML.
* Make theme selection logic more consistent: rely primarily
on user's preferences and only use cookies when the user
is anonymous.
* Add test for cgitrepos on /testconfig.php.
* Fix a 12 years old bug on Squad Administration page.
* Sanitize user-supplied attachment filenames; fix rendering of
existings files with HTML special characters in their name.
* Fix spacing in header fields of emails with non-ASCII characters.
* Add links to browsing additional Git repositories to group's pages.
* Include VCS host fingerprint on "Use Git" and "Use Hg" pages.
* Fix processing tracker queries that contain no bug id.
* Remove shadows under <h?> elements.
* Fix nextprev url, Savannah sr #109673.
* Add a configuration variable for GPG executable.
* Fix tracker preview: it didn't preserve fields like 'Status' changed
by the user.
* Enforce restrictions on "real names" of users: disallow '",<
* Convert 'unavailable' links from <a> to <del>.
* Move GPLv3+ to the top of license list.
* Fix feedback on query form edit page.
* Rewrite Export to work syncrhonously, without the need for cron jobs.
* Add a control for site admins to rename accounts.
* Remove accounts more aggressively: set username to _<account_no>,
drop "Delete" vs. "Suspend" distinction. [anti-spam]
* Don't let users add resume until they join to any group. [anti-spam]
* Show site admins previous user names and link to the account when
deleting accounts.
* Differentiate self-removed accounts from admin-removed accounts using
"real name".
* Add user markers when exporting group GPG keyring to show whose
keys are listed in which place.
* In email notifications from trackers, add URLs of attached files.
* On user's page, add links for editing account for site admins.
[I18N]
* Update French translation from the TP.
* Update Russian translation.
[BACKEND]
* Clear idle accounts in sv_cleaner.in. [anti-spam]
* Fix time calculations in sv_cleaner.in.
* Remove obsolete tasks in sv_cleaner.in.
* Add 'cookbook' to tracker list in sv_cleaner.in.
[CONFIGURATION]
* Fix gettext detection.
[BUILD]
* Use configured value of MSGMERGE.
2019-01-09 3.4
[CONFIGURATION]
* Tarball name is fixed: savannah -> savane.
[I18N]
* Update translations from TranslationProject.
* Enable French, Russian and Spanish translations.
* Make context_icon alt attribute localizable.
[FRONTEND]
* Improve page handling user's GPG keys. Add a means to test submitted
keys.
* Multiple cosmetic HTML improvements.
* Show shorter dates in trackers when possible; render full dates
with ISO format.
* Fix HTML errors found with HTML_CodeSniffer.
* Fix handling user input per OBB-636261 and OBB-647866.
* Use HTTPS URLs in email notifications.
* Drop logging user's IPs.
* Disallow emgedding in frames; move JavaScript and styles to separate
files; add a CSP header.
* Fix a few bugs.
* Make the code PHP 7.0-compatible:
** Avoid reserved names.
** Eliminate egreg*.
* Use user_delete to delete users instead of settings their status
to 'D'.
[BACKEND]
* sv_membersh: prevent user from breaking out of scp-restricted shell
2018-05-20 3.3
[I18N]
* Missing in 3.2: savane.pot is updated.
2018-05-20 3.2
[FRONTEND]
* Multiple typo fixes.
* Language selection is rewritten. New way to select language is added
for the case when regular browser means don't work.
* Most strings to i18n are reviewed, translator's comments are added.
* Comment preview is implemented for trackers.
* A few PHP notices and warnings are fixed.
* Some dead links are removed.
* In Markup, named links to trackers are supported, like
[task #4913 our most important task] and
[comment #289 my second reply].
* When deleting account, non-active groups are ignored
per Savannah Task #14513.
* OBB-296182 is fixed.
* Getting group keyring was fixed per Savannah sr #109450.
* Due to a MySQL bug, some Unicode characters didn't display
in tracker comments correctly, per Savannah sr #109450.
* When registering a new user account, a message explaining
what the confirmation email looks like is shown,
per Savannah sr #109310.
* Account Configuration -> Change GPG Key:
a sample key is shown to explain what it should look like;
a button to test the submitted key is added.
* Some fixes in CSS.
* In Markup, URL parts like "*checkout*" were shown in bold.
[SITE SPECIFIC CONTENT]
* Webpages (including "site-specific content") are imported to Git;
they are localized together with frontend messages.
* Apache 2.0 is added to license list.
* Add SHA256 VCS server SSH key fingerprints to MD5 ones.
2017-05-23 3.1-cleanup2
[CONFIGURATION]
* .mo (translation files) will be installed in /usr/local/share/locale
by default, and the $sys_localedir configuration variable should be
set accordingly.
* $sys_appdatadir (default "/var/lib/savane") and
$sys_trackers_attachments_dir (default
"$sys_appdatadir/trackers_attachments")
* The behavior of SCP changed somewhere between OpenSSH 5.2 and 5.5
(inclusive). It now passes an extra '--' argument before the copy
destination. You may need to adapt your '$regexp_scp' in
'/etc/membersh-conf.pl'.
[SITE SPECIFIC CONTENT]
* git/index.txt added: displayed in /git/index.php
* hg/index.txt added: displayed in /hg/index.php
* bzr/index.txt added: displayed in /bzr/index.php
* account/login.txt added: displayed in /account/login.php
[FRONTEND]
* New TextCHA antispam in the user registration process.
[BACKEND]
* Git, Mercurial and Bazaar support.
[DATABASE STRUCTURE]
* Store trackers attachments on the filesystem. On large sites such as
Savannah, there are now ~17000 files totalling >400MB, which becomes
inconvient to handle (huge dumpfiles, etc.). The migration script
stores files in /var/lib/savane/trackers_attachments by
default. Files are named after their file_id, to avoid naming issues
(duplicates, security, simplicity, etc.)
[DEVELOPER NOTES]
* Code compatible with PHP5
* Cleaner PHP code (less warnings, allowing to look for real issues)
* More secure input validation (prevents SQL injections and CSRF);
works with register_globals=off and magic_quotes=off.
* Test Savane on http://localhost:50080/ with single line:
make -C tests/minimal_configs/
* Build system based on autoconf & automake, plus MakeMaker for the
Perl library
* Full UTF-8 database (including declarations and ordering)
================================================================
Copyright (C) 2017, 2018, 2019 Ineiev
Copyright (C) 2007, 2009, 2010 Sylvain Beucler
This file is part of Savane.
Savane is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
Savane is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.