piwigo/include
plegall fab6a3ad4f feature 2566 added: pwg.images.add can perform an update on an existing photo.
The additional parameter is image_id and it can be used only combined with
option resize=1.


git-svn-id: http://piwigo.org/svn/branches/2.3@13083 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-10 15:31:42 +00:00
..
dblayer bug 2534 fixed: clean (as clean as possible with MySQL+MyISAM) handle of 2011-12-16 13:52:40 +00:00
php_compat Happy new year 2011 2011-01-18 00:02:52 +00:00
smarty - fix smarty debugging info (not important) 2009-07-30 03:59:18 +00:00
ws_protocols - ws accepts method name in GET paraeters even if http method is POST (easier to see in apache logs) 2011-07-26 04:34:36 +00:00
block.class.php Happy new year 2011 2011-01-18 00:02:52 +00:00
calendar_base.class.php feature 2486 merge from trunk -r12624,12625,12650 Add an admin view for rates by user (improvement) 2011-11-21 20:48:37 +00:00
calendar_monthly.class.php - reoptimize queries for MySql 2011-09-08 18:22:27 +00:00
calendar_weekly.class.php - reoptimize queries for MySql 2011-09-08 18:22:27 +00:00
category_cats.inc.php feature 2397 added: add details about the album thumbnail for extra templates. 2011-11-04 23:49:03 +00:00
category_default.inc.php feature 2397 added: add details about the album thumbnail for extra templates. 2011-11-04 23:49:03 +00:00
class_smtp_mail.inc.php Happy new year 2011 2011-01-18 00:02:52 +00:00
common.inc.php merge r12553 from trunk to branch 2.3 2011-11-05 16:34:26 +00:00
config_default.inc.php change default configuration settings for a stable branch. Developers who need previous configuration settings can modify them in their local configuration 2011-10-04 13:44:01 +00:00
constants.php next version is 2.3.3 2011-12-19 23:53:23 +00:00
cssmin.class.php combined css and js are minified 2010-12-17 06:33:16 +00:00
feedcreator.class.php
filter.inc.php Happy new year 2011 2011-01-18 00:02:52 +00:00
functions.inc.php merge r12870 from trunk to branch 2.3 2012-01-10 15:31:09 +00:00
functions_calendar.inc.php - reoptimize queries for MySql 2011-09-08 18:22:27 +00:00
functions_category.inc.php rename #images.average_rate to rating_score 2011-08-02 19:20:50 +00:00
functions_comment.inc.php merge r12596 from trunk: feature 2500: make 'validate_user_comment' and 'delete_user_comment' working with array 2011-11-11 10:21:58 +00:00
functions_cookie.inc.php Happy new year 2011 2011-01-18 00:02:52 +00:00
functions_filter.inc.php Happy new year 2011 2011-01-18 00:02:52 +00:00
functions_html.inc.php bug 2502 fixed: better handling of non-latin tags and multilanguage tags on 2011-12-17 22:51:20 +00:00
functions_mail.inc.php feature added: ability to avoid sending technical details with pwg_mail_notification_admins 2011-02-23 10:44:07 +00:00
functions_metadata.inc.php feature 2439: ability to sync more metadata from plusigns (send the mapping to plugins) 2011-09-29 04:11:26 +00:00
functions_notification.inc.php Happy new year 2011 2011-01-18 00:02:52 +00:00
functions_picture.inc.php new function to get image name depending on name and filename 2011-02-24 13:48:31 +00:00
functions_plugins.inc.php Happy new year 2011 2011-01-18 00:02:52 +00:00
functions_rate.inc.php avoid division by 0 warning when there are no rates in the database 2011-10-11 20:14:11 +00:00
functions_search.inc.php bug fix quick search - file name was not correctly search (typo error) 2011-08-22 19:14:11 +00:00
functions_session.inc.php - fix protection against session hijacking for IPv4; ti be done later for ipv6 2011-09-08 18:47:30 +00:00
functions_tag.inc.php bug 2506 fixed: Batch Manager does not take permissions into account when 2011-11-15 11:48:37 +00:00
functions_url.inc.php bug:2386 2011-07-25 19:10:30 +00:00
functions_user.inc.php bug 2534 fixed: clean (as clean as possible with MySQL+MyISAM) handle of 2011-12-16 13:52:40 +00:00
functions_xml.inc.php Issue 2433 : resizing of php.ini parameter pcre.backtrack_limit for remote site synchronisation 2011-09-06 14:45:14 +00:00
index.php Happy new year 2011 2011-01-18 00:02:52 +00:00
jsmin.class.php combined css and js are minified 2010-12-17 06:33:16 +00:00
menubar.inc.php Happy new year 2011 2011-01-18 00:02:52 +00:00
no_photo_yet.inc.php Happy new year 2011 2011-01-18 00:02:52 +00:00
page_header.php feature 2420 added: automatically use the gallery title in the page banner. 2011-08-30 08:24:42 +00:00
page_tail.php Happy new year 2011 2011-01-18 00:02:52 +00:00
picture_comment.inc.php feature 2384: improve average rating calculation (final) 2011-07-26 19:04:50 +00:00
picture_metadata.inc.php [trunk] - language - add key - feature:2428 2011-09-12 06:19:51 +00:00
picture_rate.inc.php rename #images.average_rate to rating_score 2011-08-02 19:20:50 +00:00
section_init.inc.php rename #images.average_rate to rating_score 2011-08-02 19:20:50 +00:00
template.class.php merge -r12656 from trunk bug 2516: compiled_template_cache_language option does not work properly (again) 2011-11-22 21:19:11 +00:00
user.inc.php merge r11367 from branch 2.2 to trunk 2011-06-14 12:14:29 +00:00
ws_core.inc.php ws_getVersion -> add test for admin , sendResponse -> add a trigger for debug ws 2011-03-17 14:40:26 +00:00
ws_functions.inc.php feature 2566 added: pwg.images.add can perform an update on an existing photo. 2012-02-10 15:31:42 +00:00