piwigo/include
vdigital 9a0403c698 - $conf['meta_ref'] is a new configuration parameter (Default true)
Meta tags for description, author, and keywords are generated,
except if meta robots "noindex" is forced (with some pages like search, recent cats, etc.).

In addition, $conf['meta_ref'] = false is forcing "noindex, nofollow".
merge -c3040 from branch 2.0 to trunk





git-svn-id: http://piwigo.org/svn/trunk@3041 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-01-03 21:08:22 +00:00
..
php_compat Bug fixed: as rvelices notified me by email, my header replacement script was 2008-04-05 14:14:07 +00:00
smarty Upgrade Smarty to 2.6.22 2008-12-19 18:12:48 +00:00
ws_protocols - images.file categories.permalink old_permalinks.permalink - become binary 2008-09-12 02:17:35 +00:00
block.class.php - based on test_menu by grum (thanks to you) - integration of dynamic menu bar to pwg 2008-08-28 00:32:39 +00:00
calendar_base.class.php updating files for the Menu class (test_menu) 2008-08-09 21:27:58 +00:00
calendar_monthly.class.php Bug fixed: as rvelices notified me by email, my header replacement script was 2008-04-05 14:14:07 +00:00
calendar_weekly.class.php Bug fixed: as rvelices notified me by email, my header replacement script was 2008-04-05 14:14:07 +00:00
category_cats.inc.php - fix undefined template vars U_LOST_PASSWORD (menubar), F_ACTION (extend_for_templates) and F_C13Y_ACTION (check_integrity) 2008-09-10 01:16:13 +00:00
category_default.inc.php Resolved issue 0000900: format_date function doesn't work when time is omitted with 'mysql_datetime' type 2008-11-09 21:44:44 +00:00
class_smtp_mail.inc.php Bug fixed: as rvelices notified me by email, my header replacement script was 2008-04-05 14:14:07 +00:00
common.inc.php - ini_set usage is sometimes prohibited. 2008-12-28 14:23:22 +00:00
config_default.inc.php - $conf['meta_ref'] is a new configuration parameter (Default true) 2009-01-03 21:08:22 +00:00
constants.php merge -c2848 from branch 2.0 to trunk 2008-11-08 20:42:50 +00:00
feedcreator.class.php - an optimization of a Mysql query for tags (oddly but it's faster) 2008-04-04 19:47:07 +00:00
filter.inc.php - optim dont include a php file if not required 2008-08-16 01:32:37 +00:00
functions.inc.php merge r2916 from branch 2.0 to trunk 2008-12-02 23:28:32 +00:00
functions_calendar.inc.php - better management of fatal errors (instead of die or trigger_error rather use fatal_error ...) 2008-09-05 01:24:01 +00:00
functions_category.inc.php - merge rev 2765,2769 from branch 2.0 2008-10-18 00:45:45 +00:00
functions_comment.inc.php Bug fixed: as rvelices notified me by email, my header replacement script was 2008-04-05 14:14:07 +00:00
functions_cookie.inc.php - fix status header (web services + IE6 min display) 2008-09-17 01:48:31 +00:00
functions_filter.inc.php - add #user_cache.cache_update_time - useful for plugins or the filter when it is not possible/desirable to cache/calculate data specific to the user when pwg core does it; note that this opens the possibility to implement a data cache (file/shared mem/ etc...) for every user (for very large databases) 2008-07-22 10:32:25 +00:00
functions_html.inc.php - Replace some mysql_query by pwg_query function. 2008-11-19 15:44:04 +00:00
functions_mail.inc.php Border removal in mails on thumbnails (2). Need further tests. 2008-12-16 22:55:08 +00:00
functions_metadata.inc.php Bug fixed: as rvelices notified me by email, my header replacement script was 2008-04-05 14:14:07 +00:00
functions_notification.inc.php - fix status header (web services + IE6 min display) 2008-09-17 01:48:31 +00:00
functions_picture.inc.php - local.lang is loaded without fallback on default language or PHPWG_DEFAULT_LANGUAGE (needed to change the signature of load_language which became a little too big) 2008-08-20 00:35:22 +00:00
functions_plugins.inc.php Change some PhpWebGallery to Piwigo. 2008-05-14 22:25:36 +00:00
functions_rate.inc.php git-svn-id: http://piwigo.org/svn/trunk@2471 68402e56-0260-453c-a942-63ccdbb3a9ee 2008-08-11 11:25:07 +00:00
functions_search.inc.php - removed #debug css rule (why would we need that in default-layout?) 2008-09-23 01:04:41 +00:00
functions_session.inc.php - Bug fixed: username or password with accented character are now accepted for upgrade. 2008-11-22 23:33:17 +00:00
functions_tag.inc.php - remember me cookie security improvement (the time when the cookie was generated is saved and checked in range [now-remember_me_length; now] 2008-07-01 02:09:21 +00:00
functions_url.inc.php merge rev 2771,2772 from branch 2.0 2008-10-18 01:08:58 +00:00
functions_user.inc.php merge -c2823 from branch 2.0 to trunk 2008-11-04 01:47:48 +00:00
functions_xml.inc.php - Add home and identification buttons after installation. 2008-11-23 17:23:57 +00:00
index.php Bug fixed: as rvelices notified me by email, my header replacement script was 2008-04-05 14:14:07 +00:00
menubar.inc.php use of a boolean value for the "qsearch" $block->data variable 2008-10-27 21:45:02 +00:00
page_header.php - $conf['meta_ref'] is a new configuration parameter (Default true) 2009-01-03 21:08:22 +00:00
page_tail.php Bug fixed: as rvelices notified me by email, my header replacement script was 2008-04-05 14:14:07 +00:00
picture_comment.inc.php Bug fixed: as rvelices notified me by email, my header replacement script was 2008-04-05 14:14:07 +00:00
picture_metadata.inc.php Bug fixed: as rvelices notified me by email, my header replacement script was 2008-04-05 14:14:07 +00:00
picture_rate.inc.php - less mysql queries on picture page (under some circumstances) 2008-04-25 23:38:04 +00:00
section_init.inc.php improve task:0000902: 2009-01-03 19:38:53 +00:00
template.class.php - Add a "Bound Template" column for template extensions. 2008-12-06 02:28:54 +00:00
user.inc.php merge 2755 and 2756 from branch 2.0 to trunk 2008-10-16 00:38:26 +00:00
ws_core.inc.php - some checks for admins that are advisers (no write access) 2008-09-25 00:30:42 +00:00
ws_functions.inc.php merge r2921 from branch 2.0 to trunk 2008-12-03 23:29:08 +00:00