-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO
54 lines (39 loc) · 1.65 KB
/
TODO
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
- Explain mail hidding more precisely
http://savannah.gnu.org/support/?105697
- Support Mercurial
http://savannah.gnu.org/support/?105710
- Authenticate via e-mail
http://savannah.gnu.org/support/?105727
- Clean-up themes wrt guidelines version
http://savannah.gnu.org/support/?105647
- Import data from SF
http://savannah.gnu.org/support/?105668
- Make it easier to submit a support request
http://savannah.gnu.org/support/?105676
- Less scary CC warnings
http://savannah.gnu.org/support/?104841
- Project-wide input sanitizing.
Some considerations:
https://gna.org/bugs/?367
- Clean-up themes wrt guidelines version
https://savannah.gnu.org/support/?105749
- Old Makefiles to inspect and migrate to autotools:
frontend/php/images, db, devel, doc
- 'submitted by' not exported by sv_export - is the following commit
necessary, and should it be also applied to table 'support'?
http://svn.gna.org/viewcvs/savane?rev=6499&view=rev
- The configure script could check if the necessary perl modules are
installed; also perl-suid is a dependency for the SVN-tracker
gateway.
https://gna.org/bugs/?7975
https://gna.org/support/?1640
- commit hooks won't get updated if all hooks are removed
Database upgrade
================
- The database content is UTF-8, but is still declared latin1. That's
why there are alignment issues when reading query results via the
command line interface. This also leads to mis-sorting when
manipulating strings with accents. The database update could
redeclare the database fields as utf8 while not altering the content
itself. There's a way to do so with MySQL but I don't have the
commands under the hand.