make changelog fully rST-parsable. that was easy!
This commit is contained in:
parent
74c72b5cab
commit
07656f6724
1 changed files with 11 additions and 2 deletions
|
@ -68,11 +68,13 @@ your SemanticScuttle installations!
|
||||||
- Fix several SQL injection possibilities
|
- Fix several SQL injection possibilities
|
||||||
- Fix E_NOTICE when calling alltags.php without any parameter
|
- Fix E_NOTICE when calling alltags.php without any parameter
|
||||||
- Implement part of request #2928950:
|
- Implement part of request #2928950:
|
||||||
|
|
||||||
- User adjustable entry count: rss.php?count=20
|
- User adjustable entry count: rss.php?count=20
|
||||||
- Fix HTTP content type header for RSS
|
- Fix HTTP content type header for RSS
|
||||||
- Add config option to allow sorting by bookmark creation date
|
- Add config option to allow sorting by bookmark creation date
|
||||||
instead of modification date
|
instead of modification date
|
||||||
- Implement request #2833793: Export to avahi config files
|
|
||||||
|
- Implement request #2833793: Export to avahi config files
|
||||||
- we support zeroconf networking!
|
- we support zeroconf networking!
|
||||||
- Implement request #2934868: Do not display full redirection URL
|
- Implement request #2934868: Do not display full redirection URL
|
||||||
Patch by fnorder@users.sourceforge.net
|
Patch by fnorder@users.sourceforge.net
|
||||||
|
@ -181,7 +183,7 @@ your SemanticScuttle installations!
|
||||||
- Major Refactoring: add a tag cache improving query processing
|
- Major Refactoring: add a tag cache improving query processing
|
||||||
(knowledge inference on tag relations) [DB modified]
|
(knowledge inference on tag relations) [DB modified]
|
||||||
- Interface fix: allows to remove a tag from the selection into
|
- Interface fix: allows to remove a tag from the selection into
|
||||||
subtitle bar thanks to a *.
|
subtitle bar thanks to a \*.
|
||||||
- New Feature: authorizes anchors with brackets into descriptions
|
- New Feature: authorizes anchors with brackets into descriptions
|
||||||
of bookmark. For example: "[city]Paris[/city]".
|
of bookmark. For example: "[city]Paris[/city]".
|
||||||
This text between anchors will be highlighted when the
|
This text between anchors will be highlighted when the
|
||||||
|
@ -219,6 +221,7 @@ your SemanticScuttle installations!
|
||||||
0.90 - 2008-06-05
|
0.90 - 2008-06-05
|
||||||
-----------------
|
-----------------
|
||||||
The main improvements of this new version are:
|
The main improvements of this new version are:
|
||||||
|
|
||||||
- menu tags (tags which are included into the "menu" tag and
|
- menu tags (tags which are included into the "menu" tag and
|
||||||
thus which appear on the main page)
|
thus which appear on the main page)
|
||||||
- connexion with Google Custom Search Engine which allows to
|
- connexion with Google Custom Search Engine which allows to
|
||||||
|
@ -227,6 +230,7 @@ The main improvements of this new version are:
|
||||||
|
|
||||||
|
|
||||||
All the changes:
|
All the changes:
|
||||||
|
|
||||||
- New feature: add Google Custom Search Engine into
|
- New feature: add Google Custom Search Engine into
|
||||||
gsearch/ folder and looking into all bookmarks [Config modified]
|
gsearch/ folder and looking into all bookmarks [Config modified]
|
||||||
- Interface design: antispam question is hidden when
|
- Interface design: antispam question is hidden when
|
||||||
|
@ -279,6 +283,7 @@ The main change of this release is the possibility to preview websites
|
||||||
through thumbnails (thanks to artviper.net).
|
through thumbnails (thanks to artviper.net).
|
||||||
|
|
||||||
All the changes:
|
All the changes:
|
||||||
|
|
||||||
- Interface design: display SemanticScuttle version number
|
- Interface design: display SemanticScuttle version number
|
||||||
on "about" page
|
on "about" page
|
||||||
- Bug fix: allow clean urls thanks to .htaccess
|
- Bug fix: allow clean urls thanks to .htaccess
|
||||||
|
@ -298,6 +303,7 @@ All the changes:
|
||||||
0.87 - 2008-02-14
|
0.87 - 2008-02-14
|
||||||
-----------------
|
-----------------
|
||||||
This new version brings two major features to SemanticScuttle:
|
This new version brings two major features to SemanticScuttle:
|
||||||
|
|
||||||
1) You can now create a synonym link between tags.
|
1) You can now create a synonym link between tags.
|
||||||
For example, by linking the tags "monument" and "monuments",
|
For example, by linking the tags "monument" and "monuments",
|
||||||
you can find resources tagged with the first one when you navigate
|
you can find resources tagged with the first one when you navigate
|
||||||
|
@ -310,6 +316,7 @@ This new version brings two major features to SemanticScuttle:
|
||||||
ones (more difficult but more powerful).
|
ones (more difficult but more powerful).
|
||||||
|
|
||||||
All the changes:
|
All the changes:
|
||||||
|
|
||||||
- Interface design: allow to access to users' bookmarks from last
|
- Interface design: allow to access to users' bookmarks from last
|
||||||
user sidebox. (Currently, we can just access to their profiles).
|
user sidebox. (Currently, we can just access to their profiles).
|
||||||
- Interface design: hide multiple URLs repeated into history page
|
- Interface design: hide multiple URLs repeated into history page
|
||||||
|
@ -335,9 +342,11 @@ All the changes:
|
||||||
-----------------
|
-----------------
|
||||||
- New feature: Add stats (nb children, nb descendants, depth,
|
- New feature: Add stats (nb children, nb descendants, depth,
|
||||||
nb update) to structured tags
|
nb update) to structured tags
|
||||||
|
|
||||||
- Allow to visualize structured tags according to stats
|
- Allow to visualize structured tags according to stats
|
||||||
- Add admin page to update stats from the existing structured
|
- Add admin page to update stats from the existing structured
|
||||||
tags in the database
|
tags in the database
|
||||||
|
|
||||||
- Translation: improve French translation (add missing translations,
|
- Translation: improve French translation (add missing translations,
|
||||||
transform "labels" into "tags")
|
transform "labels" into "tags")
|
||||||
- New feature: List all users in a users page and users block on
|
- New feature: List all users in a users page and users block on
|
||||||
|
|
Loading…
Reference in a new issue