aboutsummaryrefslogtreecommitdiffstats
path: root/include (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-06-07bug 2648 fixed: pwg.categories.getList, avoid to throw an error whenplegall1-1/+1
representative_picture_id is missing for an album, which makes parsing the JSON output impossible. git-svn-id: http://piwigo.org/svn/branches/2.3@15585 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-07Merged r15583 from trunk to branch 23patdenice1-19/+0
bug:2647 Test 1and1 server with $_SERVER['SCRIPT_FILENAME'] git-svn-id: http://piwigo.org/svn/branches/2.3@15584 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-06merge r15575 from trunk to branch 23patdenice1-0/+19
bug:2647 External ImageMagick does not work anymore on 1and1 servers git-svn-id: http://piwigo.org/svn/branches/2.3@15576 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-05merge r15570 from trunkmistic1001-2/+4
bug:2645 author field is kept when comment not validated git-svn-id: http://piwigo.org/svn/branches/2.3@15571 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-07next release is 2.3.4plegall1-1/+1
git-svn-id: http://piwigo.org/svn/branches/2.3@13969 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-10feature 2566 added: pwg.images.add can perform an update on an existing photo.plegall1-1/+23
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-01-10merge r12870 from trunk to branch 2.3patdenice1-1/+2
feature:2552 Apply trigger render_element_description for thumbnail title (for picture description) git-svn-id: http://piwigo.org/svn/branches/2.3@12871 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-30bug 2543 fixed: the representative_picture_id was missing in the SQL query ↵plegall1-1/+1
for pwg.categories.getList git-svn-id: http://piwigo.org/svn/branches/2.3@12809 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-19next version is 2.3.3plegall1-1/+1
git-svn-id: http://piwigo.org/svn/branches/2.3@12772 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-17bug 2502 fixed: better handling of non-latin tags and multilanguage tags onplegall1-1/+11
tags.php with mode letter. We can't rely on url_name because it always start with "_" when the tag looks like "[lang...". Instead we compute a str2url on the name, but once it has been rendered by Extended Description. To avoid useless computations, I have added a cache on the tag_alpha_compare function. Tested on a 175 tags set, speed is good. git-svn-id: http://piwigo.org/svn/branches/2.3@12760 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-16merge r12749 from trunk to branch 2.3patdenice1-2/+7
bug:2535 Image is not cropped and ressized if requested size is bigger than image size. git-svn-id: http://piwigo.org/svn/branches/2.3@12750 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-16bug 2534 fixed: clean (as clean as possible with MySQL+MyISAM) handle ofplegall2-4/+16
concurrency on user cache refresh. No more error when regenerating several thumbnails at once. git-svn-id: http://piwigo.org/svn/branches/2.3@12747 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-16feature 2489 updated: photos added by synchronization can't update their ↵plegall1-1/+11
"file" field git-svn-id: http://piwigo.org/svn/branches/2.3@12738 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-13feature 2489 added: ability to update "file" info in pwg.images.setInfoplegall1-0/+1
git-svn-id: http://piwigo.org/svn/branches/2.3@12729 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-13feature 2532 added: pwg.images.add returns image_id (+url)plegall1-0/+22
git-svn-id: http://piwigo.org/svn/branches/2.3@12727 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-13feature 2533 added: ability to deactivate uniqueness check on pwg.images.addplegall1-11/+14
git-svn-id: http://piwigo.org/svn/branches/2.3@12725 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-13feature 2531: bug fixed, need to be sure functions_upload.inc.php is loaded ↵plegall1-0/+2
before using add_uploaded_file() git-svn-id: http://piwigo.org/svn/branches/2.3@12723 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-13feature 2531 added: pwg.images.add is able to generate web size + thumbnailplegall1-65/+113
(remote client needs to set "resize" option to something else than 0). When the "resize" is On, only the "file" must be send with pwg.images.addChunk. git-svn-id: http://piwigo.org/svn/branches/2.3@12722 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-11-22merge -r12656 from trunk bug 2516: compiled_template_cache_language option ↵rvelices1-2/+2
does not work properly (again) git-svn-id: http://piwigo.org/svn/branches/2.3@12657 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-11-21feature 2486 merge from trunk -r12624,12625,12650 Add an admin view for ↵rvelices2-3/+40
rates by user (improvement) git-svn-id: http://piwigo.org/svn/branches/2.3@12651 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-11-15bug 2506 fixed: Batch Manager does not take permissions into account whenplegall1-14/+23
filtering on tags feature 2507 added: Batch Manager can filter on "all tags" or "any tag" git-svn-id: http://piwigo.org/svn/branches/2.3@12629 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-11-11merge r12596 from trunk: feature 2500: make 'validate_user_comment' and ↵mistic1001-5/+23
'delete_user_comment' working with array git-svn-id: http://piwigo.org/svn/branches/2.3@12597 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-11-08next version is 2.3.2plegall1-1/+1
git-svn-id: http://piwigo.org/svn/branches/2.3@12587 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-11-07next version is 2.3.1plegall1-1/+1
git-svn-id: http://piwigo.org/svn/branches/2.3@12577 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-11-05merge r12556 from trunk (feature:2495 add triggers for comment validation ↵mistic1001-0/+4
and deletion) git-svn-id: http://piwigo.org/svn/branches/2.3@12557 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-11-05merge r12553 from trunk to branch 2.3patdenice1-0/+1
feature:2322 feature:2493 Add a trigger for multi language tags in quick search and url git-svn-id: http://piwigo.org/svn/branches/2.3@12555 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-11-04feature 2397 added: add details about the album thumbnail for extra templates.plegall2-27/+51
Algorithm changed for FILE_HAS_HD : we don't care about the $user['enabled_high'] Fields added in category_default : high_filesize, high_width, high_height, rating_score We send the same fields on category_cats but for album thumbnail only. git-svn-id: http://piwigo.org/svn/branches/2.3@12545 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-11-04bug 2492 fixed: no need to transmit ['hit'] to get_thumbnail_title, this ↵plegall1-1/+1
parameter becomes optional to avoid errors in plugins git-svn-id: http://piwigo.org/svn/branches/2.3@12540 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-11-03feature 2352: a bug had been introduced by r12537, the ↵plegall1-1/+2
piwigo_user_cache_categories.count_categories was missing (the list of albums was not refreshing correctly on the upload form) git-svn-id: http://piwigo.org/svn/branches/2.3@12539 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-11-03feature 2352 added: pwg.categories.getList now returns a tn_url parameter.plegall1-0/+189
This is the album thumbnail. Warning: if the API method is called with $params['public'], the album thumbnail may be not accurate. The thumbnail can be viewed by the connected user, but maybe not by the guest. Changing the filtering method would be too complicated for now. We will simply avoid to persist the user_representative_picture_id in the database if $params['public'] git-svn-id: http://piwigo.org/svn/branches/2.3@12537 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-17feature 2477: Remove unused CSS / html elements from version 2.3 (merge from ↵rvelices1-1/+1
trunk) git-svn-id: http://piwigo.org/svn/branches/2.3@12480 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-15merge r12451 from trunk to branch 2.3patdenice2-4/+4
feature:2473 Apply trigger render_element_description for thumbnail title git-svn-id: http://piwigo.org/svn/branches/2.3@12452 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-13bug 2469 (merge from trunk) compiled_template_cache_language option does not ↵rvelices1-1/+1
work properly on some language keys because of double escaping git-svn-id: http://piwigo.org/svn/branches/2.3@12430 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-13bug 2469 (merge from trunk) compiled_template_cache_language option does not ↵rvelices1-3/+3
work properly on some language keys because of double escaping git-svn-id: http://piwigo.org/svn/branches/2.3@12428 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-11avoid division by 0 warning when there are no rates in the databaservelices1-2/+5
git-svn-id: http://piwigo.org/svn/branches/2.3@12413 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-08merge -r12391 from trunk moved up one line of code added in 2.3 (plugin ↵rvelices1-1/+2
compatibility) git-svn-id: http://piwigo.org/svn/branches/2.3@12392 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-04change default configuration settings for a stable branch. Developers who ↵plegall1-4/+4
need previous configuration settings can modify them in their local configuration git-svn-id: http://piwigo.org/svn/branches/2.3@12345 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-04postpone warning on is_adviser to Piwigo 2.4 to avoid breaking compatibility ↵plegall1-2/+4
with plugins git-svn-id: http://piwigo.org/svn/trunk@12339 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-01next version is 2.3.0plegall1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@12294 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-29feature 2439: ability to sync more metadata from plusigns (send the mapping ↵rvelices1-1/+1
to plugins) git-svn-id: http://piwigo.org/svn/trunk@12254 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-17feature 2441 added: no need to have the HD to regenerate the websize if theplegall1-3/+34
current websize is bigger than resize settings. When it occurs, we move the current websize as HD and create the new websize from it. git-svn-id: http://piwigo.org/svn/trunk@12175 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-12change version number to 2.3.0RC3plegall1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@12137 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-12[trunk] - language - add key - feature:2428ddtddt1-2/+2
git-svn-id: http://piwigo.org/svn/trunk@12131 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-08- fix protection against session hijacking for IPv4; ti be done later for ipv6rvelices1-6/+9
git-svn-id: http://piwigo.org/svn/trunk@12119 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-08- reoptimize queries for MySqlrvelices5-67/+30
- week starts on monday/sunday applies also to weekly calendar git-svn-id: http://piwigo.org/svn/trunk@12118 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-08change version number to 2.3.0RC2plegall1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@12101 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-06Issue 2433 : resizing of php.ini parameter pcre.backtrack_limit for remote ↵laurent.duretz1-1/+1
site synchronisation git-svn-id: http://piwigo.org/svn/trunk@12067 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-31merge r12022 from branch 2.2 to trunkplegall1-0/+5
bug 2421 fixed: no more warning on comments.php when $_SERVER['QUERY_STRING'] is not defined git-svn-id: http://piwigo.org/svn/trunk@12023 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-30merge r12009 from branch 2.2 to trunkplegall1-1/+1
bug 2416 fixed: the CAST function in MySQL seems to return unexpected results, depending on MySQL version. As a consequence it was producing virtual years in calendar display. git-svn-id: http://piwigo.org/svn/trunk@12010 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-30feature 2420 added: automatically use the gallery title in the page banner.plegall1-3/+8
Just write %gallery_title% in the page banner (this is written by default). The default gallery title and tagline are now localized. git-svn-id: http://piwigo.org/svn/trunk@12008 68402e56-0260-453c-a942-63ccdbb3a9ee