diff options
author | plegall <plg@piwigo.org> | 2005-08-19 13:54:40 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2005-08-19 13:54:40 +0000 |
commit | ede184cacc411173ba29f05f9b8a12d18a595e0f (patch) | |
tree | 02ef32bc51fe1969ab4929ae29e3161efd0b4422 /doc | |
parent | c8bf225cd4e2bc6c55a0e05b60537a00fdfee142 (diff) |
- modification : RSS feed work only with a given feed identifier. Thus we
can avoid fixed frequency notification to concentrate on variable
frequency notification, which is much more interesting. To do this, feeds
have moved to a dedicated table allowing each user (including guest user)
to have more than on feed.
git-svn-id: http://piwigo.org/svn/trunk@833 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | doc/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index f308b844d..df5afdaa5 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,12 @@ +2005-08-19 Pierrick LE GALL + + * modification : RSS feed work only with a given feed + identifier. Thus we can avoid fixed frequency notification to + concentrate on variable frequency notification, which is much more + interesting. To do this, feeds have moved to a dedicated table + allowing each user (including guest user) to have more than on + feed. + 2005-08-18 Pierrick LE GALL * bug 133 fixed : (report from branch 1.4) Deleting user favorites |