aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* next release is 2.3.52.3plegall2012-06-162-2/+2
git-svn-id: http://piwigo.org/svn/branches/2.3@15794 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2654: forbid upgrade in case we find a remote site + dynamic message ↵plegall2012-06-152-1/+33
| | | | | | displayed from piwigo.org git-svn-id: http://piwigo.org/svn/branches/2.3@15737 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2648 fixed: pwg.categories.getList, avoid to throw an error whenplegall2012-06-071-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
* feature 2625: ability to sort user list by email addressplegall2012-04-261-0/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/2.3@14430 68402e56-0260-453c-a942-63ccdbb3a9ee
* add package version -nochmodplegall2012-04-071-2/+5
| | | | git-svn-id: http://piwigo.org/svn/branches/2.3@13971 68402e56-0260-453c-a942-63ccdbb3a9ee
* next release is 2.3.4plegall2012-04-072-2/+2
| | | | git-svn-id: http://piwigo.org/svn/branches/2.3@13969 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2612 fixed: sanitize $_GET['installstatus'] before display forplegall2012-04-073-4/+5
| | | | | | | themes/languages/plugins installation git-svn-id: http://piwigo.org/svn/branches/2.3@13961 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2613 fixed: on the theme configuration screen, make sure theplegall2012-04-071-0/+7
| | | | | | | $_GET['theme'] is a theme id already installed. git-svn-id: http://piwigo.org/svn/branches/2.3@13959 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2611 fixed: check $_GET['section'] input parameterplegall2012-04-071-0/+3
| | | | git-svn-id: http://piwigo.org/svn/branches/2.3@13957 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2610 fixed: make sure the $_GET['lang'] or $_GET['language'] is in theplegall2012-04-073-0/+17
list of available languages. git-svn-id: http://piwigo.org/svn/branches/2.3@13955 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2551 fixed: force the use of $conf['gallery_url'] (thanks to theplegall2012-02-111-2/+2
| | | | | | | | get_gallery_home_url function) to build subscribe/unsubscribe links in NBM emails. git-svn-id: http://piwigo.org/svn/branches/2.3@13105 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2566 added: pwg.images.add can perform an update on an existing photo.plegall2012-02-102-1/+24
| | | | | | | | 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
* bug 559 fixed: avoid duplicate insert on tags when synchronizing metadata ifplegall2012-02-101-0/+1
the IPTC keywords contains repeated separators like "tag1,,tag2". git-svn-id: http://piwigo.org/svn/branches/2.3@13080 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2543 fixed: the representative_picture_id was missing in the SQL query ↵plegall2011-12-301-1/+1
| | | | | | for pwg.categories.getList git-svn-id: http://piwigo.org/svn/branches/2.3@12809 68402e56-0260-453c-a942-63ccdbb3a9ee
* next version is 2.3.3plegall2011-12-192-2/+2
git-svn-id: http://piwigo.org/svn/branches/2.3@12772 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2536 fixed: a new virtual album is now added on top of the list of otherplegall2011-12-171-8/+3
| | | | | | | albums in the parent album (instead of bottom). git-svn-id: http://piwigo.org/svn/branches/2.3@12762 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2502 fixed: better handling of non-latin tags and multilanguage tags onplegall2011-12-172-3/+16
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
* bug 2534 fixed: clean (as clean as possible with MySQL+MyISAM) handle ofplegall2011-12-163-10/+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
* merge r12745 from trunk to branch 2.3 : Update es_ES, thanks to : petaquiplegall2011-12-161-78/+77
| | | | git-svn-id: http://piwigo.org/svn/branches/2.3@12746 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r12740 from trunk to branch 2.3 : Update bg_BG, thanks to : hamsiaplegall2011-12-161-1/+11
| | | | git-svn-id: http://piwigo.org/svn/branches/2.3@12741 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2489 updated: photos added by synchronization can't update their ↵plegall2011-12-161-1/+11
| | | | | | "file" field git-svn-id: http://piwigo.org/svn/branches/2.3@12738 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2489 added: ability to update "file" info in pwg.images.setInfoplegall2011-12-132-0/+2
| | | | git-svn-id: http://piwigo.org/svn/branches/2.3@12729 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2532 added: pwg.images.add returns image_id (+url)plegall2011-12-131-0/+22
| | | | git-svn-id: http://piwigo.org/svn/branches/2.3@12727 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2533 added: ability to deactivate uniqueness check on pwg.images.addplegall2011-12-132-11/+15
| | | | git-svn-id: http://piwigo.org/svn/branches/2.3@12725 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2531: bug fixed, need to be sure functions_upload.inc.php is loaded ↵plegall2011-12-131-0/+2
| | | | | | before using add_uploaded_file() git-svn-id: http://piwigo.org/svn/branches/2.3@12723 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2531 added: pwg.images.add is able to generate web size + thumbnailplegall2011-12-132-66/+115
| | | | | | | | (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
* bug 2529 fixed: Piwigo API can only handle the "rest" requestFormat.plegall2011-12-051-17/+1
If we try to search for another request format the only result is an "Unknown request format" error for the client. This error happens when always_populate_raw_post_data is On (which is not the default Apache setting). git-svn-id: http://piwigo.org/svn/branches/2.3@12694 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2506 fixed: Batch Manager does not take permissions into account whenplegall2011-11-153-33/+49
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
* bug 2497 fixed: never try to move a physical albumplegall2011-11-081-2/+3
git-svn-id: http://piwigo.org/svn/branches/2.3@12590 68402e56-0260-453c-a942-63ccdbb3a9ee
* next version is 2.3.2plegall2011-11-082-2/+2
git-svn-id: http://piwigo.org/svn/branches/2.3@12587 68402e56-0260-453c-a942-63ccdbb3a9ee
* next version is 2.3.1plegall2011-11-072-2/+2
| | | | git-svn-id: http://piwigo.org/svn/branches/2.3@12577 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2491 fixed: on album admin screen, don't display "1 album moved" messageplegall2011-11-071-1/+9
| | | | | | | when the album is not really moved. git-svn-id: http://piwigo.org/svn/branches/2.3@12575 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r12568 from trunk to branch 2.3plegall2011-11-071-0/+20
| | | | | | | [trunk (public)] Update de_DE, thanks to : Polly git-svn-id: http://piwigo.org/svn/branches/2.3@12569 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r12565 from trunk to branch 2.3plegall2011-11-072-1/+25
| | | | | | | [trunk (admin)] Update de_DE, thanks to : Polly git-svn-id: http://piwigo.org/svn/branches/2.3@12567 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r12564 from trunk to branch 2.3plegall2011-11-061-112/+120
[trunk (admin)] Update es_ES, thanks to : petaqui git-svn-id: http://piwigo.org/svn/branches/2.3@12566 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2397 added: add details about the album thumbnail for extra templates.plegall2011-11-042-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
* bug 2492 fixed: no need to transmit ['hit'] to get_thumbnail_title, this ↵plegall2011-11-041-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
* feature 2352: a bug had been introduced by r12537, the ↵plegall2011-11-031-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
* feature 2352 added: pwg.categories.getList now returns a tn_url parameter.plegall2011-11-031-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
* change default configuration settings for a stable branch. Developers who ↵plegall2011-10-041-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
* Create branch 2.3 from trunk r12343plegall2011-10-040-0/+0
| | | | git-svn-id: http://piwigo.org/svn/branches/2.3@12344 68402e56-0260-453c-a942-63ccdbb3a9ee
* admin/plugins.php is not longer obsolete, it was reintroduced in Piwigo 2.3plegall2011-10-041-1/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@12343 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2430 fixed: prevents from cross site scripting, the URL is cleanly rewrittenplegall2011-10-042-9/+5
| | | | git-svn-id: http://piwigo.org/svn/trunk@12342 68402e56-0260-453c-a942-63ccdbb3a9ee
* postpone warning on is_adviser to Piwigo 2.4 to avoid breaking compatibility ↵plegall2011-10-041-2/+4
with plugins git-svn-id: http://piwigo.org/svn/trunk@12339 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2452 added: upgrade script from 2.2 to 2.3plegall2011-10-013-1/+123
| | | | git-svn-id: http://piwigo.org/svn/trunk@12296 68402e56-0260-453c-a942-63ccdbb3a9ee
* coding guideline: replace tabs by spacesplegall2011-10-011-5/+8
| | | | git-svn-id: http://piwigo.org/svn/trunk@12295 68402e56-0260-453c-a942-63ccdbb3a9ee
* next version is 2.3.0plegall2011-10-012-2/+2
git-svn-id: http://piwigo.org/svn/trunk@12294 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2449 fixed: in the "tags box" on batch manager and picture_modify, weplegall2011-09-293-4/+4
should only display the tag in the current user language, not the tag in all available languages. git-svn-id: http://piwigo.org/svn/trunk@12259 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2448 fixed: change term "album representative" into "album thumbnail"plegall2011-09-262-11/+11
git-svn-id: http://piwigo.org/svn/trunk@12238 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2441 added: no need to have the HD to regenerate the websize if theplegall2011-09-1720-22/+40
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