aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2012-01-20 22:10:30 +0100
committerChristian Weiske <cweiske@cweiske.de>2012-01-20 22:10:30 +0100
commit6ff4370a20e7da8d02239b387cc0db296d7bf466 (patch)
tree0166e5a7b78779675507086326efd67b4fef9eb3 /doc
parentd16ca9235157042604f23949f2fa6e479e882d7d (diff)
parentd6d44c6cfa7e3e5cdb36d9e4abd3a62edad74eb9 (diff)
downloadsemanticscuttle-6ff4370a20e7da8d02239b387cc0db296d7bf466.tar.gz
semanticscuttle-6ff4370a20e7da8d02239b387cc0db296d7bf466.tar.bz2
Merge branch '0.98'
Diffstat (limited to 'doc')
-rw-r--r--doc/ChangeLog11
-rw-r--r--doc/INSTALL.txt2
2 files changed, 12 insertions, 1 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 68f5617..6a08fea 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -5,14 +5,23 @@ ChangeLog for SemantiScuttle
0.98.4 - 2011-XX-XX
-------------------
-- Fix bug: URLs were escaped too often in bookmark list
+- Fix bug #3439729: URLs were escaped too often in bookmark list
- Fix bug: Subtitle was not escaped
- Fix bug #3388219: Incorrect URL when cancelling tag2tag-actions
- Fix bug #3393951: Logo images missing on bookmark page
- Fix bug #3399815: PHP error in opensearch API in 0.98.3
- Fix bug #3407728: Can't delete users from admin page
- Fix bug #3431742: open_basedir problems with /etc/ config files
+- Fix bug #3436624: Wrong URL for Delicious API when importing
+- Fix bug #3463481: RSS feed show warnings in feedvalidator.org
+- Fix bug #3384416: Use URL with protocol in bookmarklet
+- Fix bug: Invalid HTML when website thumbnails are activated
+- Fix bug #3413459: Thumbnails not in one line
+- Fix bug #3468293: Delicious import does not preserve private links
+- Fix bug #3396727: Title of http://lesscss.org/ not loaded
- Implement request #3403609: fr_CA translation update
+- Implement patch #3476011: PostgreSQL tables can not be initialized
+ (Frédéric Fauberteau [triaxx])
0.98.3 - 2011-08-09
diff --git a/doc/INSTALL.txt b/doc/INSTALL.txt
index 2f64740..7868191 100644
--- a/doc/INSTALL.txt
+++ b/doc/INSTALL.txt
@@ -25,6 +25,8 @@ then this instructions are for you.
on the shell ("semanticscuttle" being the database name)
+ If you run PostgreSQL, use ``data/tables.postgresql.sql``.
+
3. Copy ``data/config.php.dist`` to ``data/config.php`` and modify it as
necessary. See configuration_ for more information.
4. Make the cache directory writable by your web server.