Commit graph

4636 commits

Author SHA1 Message Date
plegall
b581ba81b7 merge r12760 from branch 2.3 to trunk
bug 2502 fixed: better handling of non-latin tags and multilanguage tags on
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/trunk@12761 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-17 22:52:19 +00:00
patdenice
b3ce83e9cb bug:2537
Thumbnail creation may crash on some servers

git-svn-id: http://piwigo.org/svn/trunk@12756 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-17 17:45:49 +00:00
plegall
1c84017d23 better get_boolean function: able to detect "0" as false, (bool)false as false
and (int)0 as false.


git-svn-id: http://piwigo.org/svn/trunk@12752 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-16 20:57:55 +00:00
patdenice
1ea0155ad7 bug:2535
Image is not cropped and ressized if requested size is bigger than image size.

git-svn-id: http://piwigo.org/svn/trunk@12749 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-16 17:00:06 +00:00
plegall
d827eacab4 merge r12747 from branch 2.3 to trunk
bug 2534 fixed: clean (as clean as possible with MySQL+MyISAM) handle of
concurrency on user cache refresh. No more error when regenerating several
thumbnails at once.



git-svn-id: http://piwigo.org/svn/trunk@12748 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-16 13:53:24 +00:00
Piwigo-TranslationTeam
c92140a9ff [trunk (admin)] Update es_ES, thanks to : petaqui
git-svn-id: http://piwigo.org/svn/trunk@12745 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-16 09:25:09 +00:00
Piwigo-TranslationTeam
e323e3484d [trunk (admin)] Update hu_HU, thanks to : samli
git-svn-id: http://piwigo.org/svn/trunk@12744 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-16 09:21:35 +00:00
Piwigo-TranslationTeam
b63ff160f5 [trunk (public)] Update hu_HU, thanks to : samli
git-svn-id: http://piwigo.org/svn/trunk@12743 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-16 09:21:29 +00:00
Piwigo-TranslationTeam
e664ddfbc4 [trunk (public)] Update bg_BG, thanks to : hamsia
git-svn-id: http://piwigo.org/svn/trunk@12740 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-16 09:15:47 +00:00
plegall
8796a85ab7 merge r12738 from branch 2.3 to trunk
feature 2489 updated: photos added by synchronization can't update their "file" field



git-svn-id: http://piwigo.org/svn/trunk@12739 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-16 09:10:30 +00:00
ddtddt
4dfc99ca6c [trunk] - language - update nl_NL - Nederlands - Dutch Thanks to Mattias - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@12736 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-16 06:51:34 +00:00
plegall
5bdba6b0bc merge r12729 from branch 2.3 to trunk
feature 2489 added: ability to update "file" info in pwg.images.setInfo


git-svn-id: http://piwigo.org/svn/trunk@12730 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-13 15:21:36 +00:00
plegall
b129ee5c13 merge r12727 from branch 2.3 to trunk
feature 2532 added: pwg.images.add returns image_id (+url)


git-svn-id: http://piwigo.org/svn/trunk@12728 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-13 15:00:32 +00:00
plegall
5338ef80ef merge r12725 from branch 2.3 to trunk
feature 2533 added: ability to deactivate uniqueness check on pwg.images.add


git-svn-id: http://piwigo.org/svn/trunk@12726 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-13 14:42:54 +00:00
plegall
4bc17c2e40 merge r12722 from branch 2.3 into trunk
merge r12723 from branch 2.3 into trunk

feature 2531 added: pwg.images.add is able to generate web size + thumbnail
(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.

Small improvement compared to code implemented in branch 2.3 : use of
single_insert when resize is Off, single algorithm to update $info_colums (resize On/Off)


git-svn-id: http://piwigo.org/svn/trunk@12724 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-13 14:01:10 +00:00
ddtddt
c194f7e578 [trunk] - language - update lv_LV - Latviešu - Latvian Recovery in plugin - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@12721 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-12 21:36:11 +00:00
ddtddt
e84762613e [trunk] - language - Add - fi_FI – Finnish - Thanks to Jussi Sunnari - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@12717 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-10 07:45:05 +00:00
plegall
cdf47f824c merge r12694 from branch 2.3 to trunk
bug 2529 fixed: Piwigo API can only handle the "rest" requestFormat.
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/trunk@12695 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-05 09:09:55 +00:00
rvelices
489beffd6e language cleanup (exact duplicates or almost same duplicate - capital/lower case first letter ...)
git-svn-id: http://piwigo.org/svn/trunk@12693 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-04 19:41:54 +00:00
ddtddt
9a5d818b04 [trunk] - language - update - de_DE- Deutsch - German - Thanks to joergen - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@12687 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-02 17:27:55 +00:00
rvelices
5a2c6acab5 language cleanup (exact duplicates or almost same duplicate - capital/lower case first letter ...)
git-svn-id: http://piwigo.org/svn/trunk@12682 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-02 05:36:46 +00:00
rvelices
d1c4204a42 language cleanup (exact duplicates or almost same duplicate - capital/lower case first letter ...)
git-svn-id: http://piwigo.org/svn/trunk@12681 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-01 21:02:52 +00:00
rvelices
76780eb578 language cleanup (exact duplicates or almost same duplicate)
git-svn-id: http://piwigo.org/svn/trunk@12677 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-01 04:51:13 +00:00
rvelices
adc90e72b6 bug 2515: a few icons are not in CSS sprite (comment actions use text links now)
git-svn-id: http://piwigo.org/svn/trunk@12676 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-11-30 20:51:20 +00:00
rvelices
f75a41d9b9 language cleanup (exact duplicates or almost same duplicate)
git-svn-id: http://piwigo.org/svn/trunk@12672 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-11-29 20:44:38 +00:00
rvelices
5fc6e5f126 bug 2515: a few icons are not in CSS sprite (start/stop filter are now)
also removed many icons that are not used anymore since 2.2

git-svn-id: http://piwigo.org/svn/trunk@12671 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-11-29 19:27:25 +00:00
rvelices
8ce9bc9d39 removed unused css rules
git-svn-id: http://piwigo.org/svn/trunk@12670 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-11-29 04:44:13 +00:00
rvelices
45dcf686ee bug 2516: compiled_template_cache_language option does not work properly (again)
git-svn-id: http://piwigo.org/svn/trunk@12656 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-11-22 21:18:15 +00:00
rvelices
85a60f15e5 feature 2486: Add an admin view for rates by user (improvement)
git-svn-id: http://piwigo.org/svn/trunk@12650 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-11-21 20:46:05 +00:00
patdenice
95325c68cf bug:2513
Warning messages during synchronisation on some servers

git-svn-id: http://piwigo.org/svn/trunk@12642 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-11-17 18:09:37 +00:00
patdenice
5c7f267455 bug:2511
Warning messages during thumbnails creation (FTP method)

git-svn-id: http://piwigo.org/svn/trunk@12640 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-11-17 14:39:47 +00:00
rvelices
24e6177232 simplify cross browser rating stars display
git-svn-id: http://piwigo.org/svn/trunk@12639 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-11-16 20:46:46 +00:00
rvelices
0830ee1413 remove some useless css admin rules
git-svn-id: http://piwigo.org/svn/trunk@12633 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-11-15 21:13:02 +00:00
plegall
f6a6701fb7 merge r12629 from branch 2.3 to trunk
bug 2506 fixed: Batch Manager does not take permissions into account when
filtering on tags

feature 2507 added: Batch Manager can filter on "all tags" or "any tag"



git-svn-id: http://piwigo.org/svn/trunk@12630 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-11-15 11:58:10 +00:00
rvelices
144a79944b remove some useless css admin clear rules
git-svn-id: http://piwigo.org/svn/trunk@12626 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-11-14 20:24:54 +00:00
rvelices
8f0f2742cc feature 2486: Add an admin view for rates by user - add eol:style lf on previous commit
git-svn-id: http://piwigo.org/svn/trunk@12625 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-11-14 20:12:39 +00:00
rvelices
2f87684e09 feature 2486: Add an admin view for rates by user
git-svn-id: http://piwigo.org/svn/trunk@12624 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-11-14 20:10:37 +00:00
mistic100
f59e5bf46a bug:2501 Tooltip mistranslated in the themes manager
git-svn-id: http://piwigo.org/svn/trunk@12613 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-11-12 15:21:23 +00:00
mistic100
0fbc085f52 feature:2466 Display high-definition dimensions in picture_modify
(file size was already displayed)

git-svn-id: http://piwigo.org/svn/trunk@12612 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-11-12 12:45:19 +00:00
mistic100
7f28ff8de0 bug:2503 in register.php bad template var for 'obligatory_user_mail_address'
git-svn-id: http://piwigo.org/svn/trunk@12610 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-11-12 11:50:12 +00:00
mistic100
147be90e53 add the file : tools/triggers_list.php
git-svn-id: http://piwigo.org/svn/trunk@12608 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-11-12 09:44:00 +00:00
mistic100
2650003a54 feature 2500: make 'validate_user_comment' and 'delete_user_comment' working with array
git-svn-id: http://piwigo.org/svn/trunk@12596 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-11-11 10:19:44 +00:00
plegall
16c1226ad3 merge r12590 from branch 2.3 to trunk
bug 2497 fixed: never try to move a physical album


git-svn-id: http://piwigo.org/svn/trunk@12591 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-11-08 14:37:43 +00:00
Gotcha
87aa694561 Merge r12588 from br2.3 to trunk
git-svn-id: http://piwigo.org/svn/trunk@12589 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-11-08 13:13:13 +00:00
patdenice
bbe62b64c0 bug:2496
Imagick library (class version) is not detected properly on some servers 

git-svn-id: http://piwigo.org/svn/trunk@12581 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-11-07 15:34:08 +00:00
plegall
31689aeca1 merge r12575 from branch 2.3 to trunk
bug 2491 fixed: on album admin screen, don't display "1 album moved" message
when the album is not really moved.



git-svn-id: http://piwigo.org/svn/trunk@12576 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-11-07 10:53:23 +00:00
Piwigo-TranslationTeam
22154db6a4 [trunk (public)] Update de_DE, thanks to : Polly
git-svn-id: http://piwigo.org/svn/trunk@12568 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-11-07 10:21:29 +00:00
Piwigo-TranslationTeam
e3ff08e5a8 [trunk (admin)] Update de_DE, thanks to : Polly
git-svn-id: http://piwigo.org/svn/trunk@12565 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-11-06 22:25:12 +00:00
Piwigo-TranslationTeam
5d74aca8e4 [trunk (admin)] Update es_ES, thanks to : petaqui
git-svn-id: http://piwigo.org/svn/trunk@12564 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-11-06 22:25:07 +00:00
mistic100
5e8423c38b feature:2495 add triggers for comment validation and deletion
git-svn-id: http://piwigo.org/svn/trunk@12556 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-11-05 22:56:13 +00:00