piwigo/include
plegall 9bafdff171 - 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)


git-svn-id: http://piwigo.org/svn/trunk@801 68402e56-0260-453c-a942-63ccdbb3a9ee
2005-07-16 14:29:35 +00:00
..
.cvsignore I don't want to see mysql.inc.php anymore when updating... 2004-10-08 22:24:14 +00:00
category_calendar.inc.php - apply category name and element name separation in calendar special 2005-03-31 21:53:24 +00:00
category_default.inc.php - "add to caddie" link is visible only when categories contains 2005-03-26 22:35:07 +00:00
category_recent_cats.inc.php - "add to caddie" link is visible only when categories contains 2005-03-26 22:35:07 +00:00
category_subcats.inc.php - "add to caddie" link is visible only when categories contains 2005-03-26 22:35:07 +00:00
common.inc.php - include/config.inc.php becomes include/config_default.inc.php : this file 2005-04-25 22:11:57 +00:00
config_default.inc.php - new feature : RSS notification feed. Feed generator is an external tool 2005-07-16 14:29:35 +00:00
constants.php - come back to previous version of include/constants.php : %PWGVERSION% was 2005-04-25 21:45:38 +00:00
feedcreator.class.php - new feature : RSS notification feed. Feed generator is an external tool 2005-07-16 14:29:35 +00:00
functions.inc.php - new function get_name_from_file to centralize the construction of 2005-06-21 19:25:59 +00:00
functions_category.inc.php Bug 0000101: problem with IE search on keywords 2005-04-26 11:34:38 +00:00
functions_group.inc.php all headers adapted to new year 2005, happy new year 2005-01-07 23:10:51 +00:00
functions_html.inc.php - no "..." in navigation bar if page numbers are consecutive 2005-01-08 00:18:39 +00:00
functions_metadata.inc.php all headers adapted to new year 2005, happy new year 2005-01-07 23:10:51 +00:00
functions_session.inc.php all headers adapted to new year 2005, happy new year 2005-01-07 23:10:51 +00:00
functions_user.inc.php - new feature : RSS notification feed. Feed generator is an external tool 2005-07-16 14:29:35 +00:00
functions_xml.inc.php all headers adapted to new year 2005, happy new year 2005-01-07 23:10:51 +00:00
index.php all headers adapted to new year 2005, happy new year 2005-01-07 23:10:51 +00:00
page_header.php - bug fixed : slideshow was not working since modification of test on 2005-01-30 22:16:31 +00:00
page_tail.php - new configuration parameter show_version : should the version be displayed 2005-03-16 20:57:54 +00:00
scripts.js - Change of the picture page behavior to be able to open the full size image in a new window 2004-10-01 22:50:50 +00:00
template.php - new feature : RSS notification feed. Feed generator is an external tool 2005-07-16 14:29:35 +00:00
user.inc.php - user list : links to profile page and permissions page are represented by 2005-05-09 22:34:21 +00:00