Title: - new feature : RSS notification feed. Feed generator is an external tool [...]
Commit from plg 2005-07-16 16:29 CEST
- new feature : RSS notification feed. Feed generator is an external tool
  (FeedCreator class v1.7.2). New file feed.php

- new database field : comments.validation_date (datetime). This field is
  required for notification feed.

- new database field : users.feed_id (varchar(50)). users.feed_id is an
  alias of users.id but is much more complicated to find (50 characters,
  figures or letters, case sensitive) : the purpose is to keep it secret (as
  far as possible).

- new database field : users.last_feed_check (datetime)

- new database field : users.registration_date (datetime)

- bug fixed : no need to add the (unavailable) session id to install.php in
  the installation form.

- modified database field : images.date_available become more precise (date
  to datetime). This precision is needed for notification feed.

- new index : comments_i1 (validation_date). Might be useful for feed
  queries.

- new index : comments_i2 (image_id). Useful each time you want to have
  informations about an element and its associated comments.

- version 9.11 of mysqldump outputs database field names and table names
  with backquote "`" (didn't find how to take them off)
Module File name Revision
phpwebgallery install/phpwebgallery_structure.sql 1.19 >>> 1.20
phpwebgallery install/dbscheme.txt 1.15 >>> 1.16
phpwebgallery include/template.php 1.10 >>> 1.11
phpwebgallery include/functions_user.inc.php 1.37 >>> 1.38
+ phpwebgallery include/feedcreator.class.php 1.1
phpwebgallery include/config_default.inc.php 1.2 >>> 1.3
phpwebgallery doc/ChangeLog 1.24 >>> 1.25
phpwebgallery admin/update.php 1.49 >>> 1.50
phpwebgallery admin/remote_site.php 1.12 >>> 1.13
phpwebgallery admin/picture_modify.php 1.21 >>> 1.22
phpwebgallery picture.php 1.70 >>> 1.71
phpwebgallery install.php 1.22 >>> 1.23
+ phpwebgallery feed.php 1.1
phpwebgallery comments.php 1.24 >>> 1.25
phpwebgallery category.php 1.71 >>> 1.72


Reply via email to