Mercurial > farol
annotate CHANGES @ 95:0b64dc3f50eb
Add deletion of Remediations
author | Benoît Allard <benoit.allard@greenbone.net> |
---|---|
date | Thu, 09 Oct 2014 16:26:55 +0200 |
parents | 65c874b2c78e |
children | 631852daa991 |
rev | line source |
---|---|
81 | 1 Farol 0.2 (2014-??-??) |
2 ====================== | |
8
2ce3676c9b2e
Ease the import of new documents
Benoît Allard <benoit.allard@greenbone.net>
parents:
0
diff
changeset
|
3 |
81 | 4 This is the second release of Farol. Farol is a Security Advisory Management |
5 (Web) Platform. | |
6 | |
7 This release, fixes various issues, and is a major interface improvement. | |
12
4219d6fb4c38
Implement three kind of caches
Benoît Allard <benoit.allard@greenbone.net>
parents:
8
diff
changeset
|
8 |
4219d6fb4c38
Implement three kind of caches
Benoît Allard <benoit.allard@greenbone.net>
parents:
8
diff
changeset
|
9 Thanks to all the contributors: |
4219d6fb4c38
Implement three kind of caches
Benoît Allard <benoit.allard@greenbone.net>
parents:
8
diff
changeset
|
10 Michael Wiegand and Benoît Allard. |
4219d6fb4c38
Implement three kind of caches
Benoît Allard <benoit.allard@greenbone.net>
parents:
8
diff
changeset
|
11 |
8
2ce3676c9b2e
Ease the import of new documents
Benoît Allard <benoit.allard@greenbone.net>
parents:
0
diff
changeset
|
12 Main changes since 0.1: |
2ce3676c9b2e
Ease the import of new documents
Benoît Allard <benoit.allard@greenbone.net>
parents:
0
diff
changeset
|
13 ----------------------- |
16
eedf9606ab33
Add more error handling in the caching system
Benoît Allard <benoit.allard@greenbone.net>
parents:
12
diff
changeset
|
14 * Ease the import of documents, with various shortcuts. |
eedf9606ab33
Add more error handling in the caching system
Benoît Allard <benoit.allard@greenbone.net>
parents:
12
diff
changeset
|
15 * Add a Welcome page. |
eedf9606ab33
Add more error handling in the caching system
Benoît Allard <benoit.allard@greenbone.net>
parents:
12
diff
changeset
|
16 * Add loging of the exceptions to a ``farol.log`` file (in the instance dir). |
12
4219d6fb4c38
Implement three kind of caches
Benoît Allard <benoit.allard@greenbone.net>
parents:
8
diff
changeset
|
17 * Implement three different kind of 'caching': disableds, global or |
4219d6fb4c38
Implement three kind of caches
Benoît Allard <benoit.allard@greenbone.net>
parents:
8
diff
changeset
|
18 session-based. |
30
762cb7b3b422
Update the CHANGES
Benoît Allard <benoit.allard@greenbone.net>
parents:
16
diff
changeset
|
19 * Add possibility to download the rendered document. |
66
f1705e90695b
Don't allow to add a revision without tracking information
Benoît Allard <benoit.allard@greenbone.net>
parents:
30
diff
changeset
|
20 * Add Description for each field on each edit/add page. |
81 | 21 * Add possibility to delete elements. |
16
eedf9606ab33
Add more error handling in the caching system
Benoît Allard <benoit.allard@greenbone.net>
parents:
12
diff
changeset
|
22 * Various styling improvements. |
8
2ce3676c9b2e
Ease the import of new documents
Benoît Allard <benoit.allard@greenbone.net>
parents:
0
diff
changeset
|
23 |
2ce3676c9b2e
Ease the import of new documents
Benoît Allard <benoit.allard@greenbone.net>
parents:
0
diff
changeset
|
24 |
0 | 25 Farol 0.1 (2014-09-24) |
26 ====================== | |
27 | |
28 This is the first release of Farol. Farol is a Security Advisory Management | |
29 (Web) Platform. | |
30 | |
31 Main Features: | |
32 - Import CVRF Documents. | |
33 - Edit / Add components of the Advisory. | |
34 - Export as CVRF / NASL / OVAL. | |
35 - Keep a local cache of the documents being worked on. | |
36 |