1425 Commits

Author SHA1 Message Date
plegall
1a7dd9aa63 next stable release is 2.4.8
git-svn-id: http://piwigo.org/svn/branches/2.4@20862 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-19 21:58:25 +00:00
flop25
b3ab6cf8e8 bug:2797 merge r19696 in 2.4 branche
added !defined('IN_ADMIN') to prefilter_local_css to exlude the local css files from the administration part

git-svn-id: http://piwigo.org/svn/branches/2.4@19794 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-04 12:11:35 +00:00
plegall
814e57d4d8 next version is 2.4.7
git-svn-id: http://piwigo.org/svn/branches/2.4@19479 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-17 22:55:18 +00:00
plegall
3a7c669418 bug 2806 fixed: only use the day to compare from and to, and not the time.
git-svn-id: http://piwigo.org/svn/branches/2.4@19419 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-13 10:58:33 +00:00
plegall
ea3e07c326 bug 2805: avoid XSS from EXIF/IPTC
git-svn-id: http://piwigo.org/svn/branches/2.4@19417 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-13 09:27:24 +00:00
patdenice
5266cecfef merge r18967 from trunk to branch 2.4
bug:2687
bug:2778
Unable to switch from mobile theme to classic theme with incompatible plugins.
Detect blackberry and symbian for mobile theme.
Update mdetect class.

git-svn-id: http://piwigo.org/svn/branches/2.4@18968 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-07 09:44:24 +00:00
rvelices
fd6c0cc7ba merge -r18732 from trunk to branch 2.4 add page_url (canonical picture url) for web service methods images.search, tags.getImages, images.getInfo, categories.getImages
git-svn-id: http://piwigo.org/svn/branches/2.4@18733 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-24 20:26:21 +00:00
plegall
21c1660ab9 next version is 2.4.6
git-svn-id: http://piwigo.org/svn/branches/2.4@18702 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-19 21:06:56 +00:00
plegall
88f962c19a next version is 2.4.5
git-svn-id: http://piwigo.org/svn/branches/2.4@18673 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-17 13:44:58 +00:00
rvelices
afb83c772d merge -r18667 from trunk - improved page title when viewing tags, fix canonical url on index page if the webmaster changes the default number of thumbnails per page
git-svn-id: http://piwigo.org/svn/branches/2.4@18668 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-16 19:59:08 +00:00
plegall
06873239d7 next version is 2.4.4
git-svn-id: http://piwigo.org/svn/branches/2.4@18273 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-26 14:06:12 +00:00
plegall
49d958e03f bug 2752 fixed: make sure we don't use the mobile theme with the no_photo_yet feature
git-svn-id: http://piwigo.org/svn/branches/2.4@18116 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-21 09:14:16 +00:00
rvelices
5f23fa1473 merge -r17748 from trunk to branch 2.4 bug 2735: fix/improve non latin language tags
a. non latin tags (greek/cyrillic...) are not sorted case-insesitive and group by letter view in tag list is not case insesitive
b. quick searching tag names does not perform correctly accent folding (e.g. Köln and Koln do not match) and case insesitivity for non latin letters
c. missing from remove_accents characters in romanian language (Latin Extended-B)
  ? c8 98 = LATIN CAPITAL LETTER S WITH COMMA BELOW
  ? c8 99 = LATIN SMALL LETTER S WITH COMMA BELOW
  ? c8 9a = LATIN CAPITAL LETTER T WITH COMMA BELOW
  ? c8 9b = LATIN SMALL LETTER T WITH COMMA BELOW
d. str2url allow non latin letters in output only if the input does not contain any valid lating letter/digit. we should always allow non latin letters in output 


git-svn-id: http://piwigo.org/svn/branches/2.4@17749 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-04 20:04:34 +00:00
rvelices
a2f73718d9 bug 2725: Piwigo isn't compatible with suPHP + better handling of watermark upload errors merge from trunk to branch 2.4
git-svn-id: http://piwigo.org/svn/branches/2.4@17676 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-08-30 19:20:50 +00:00
plegall
2c24b0b38a bug 2733 fixed: when creating a sub-album in a private album with
pwg.categories.add, it is automatically private too.


git-svn-id: http://piwigo.org/svn/branches/2.4@17668 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-08-30 12:52:40 +00:00
rvelices
fd64213045 merg from trunk to 2.4: small fix on element_url returned from web service calls (now coherent with picture.php)
git-svn-id: http://piwigo.org/svn/branches/2.4@17470 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-08-07 19:55:40 +00:00
plegall
7cb1c24ce8 newt version is 2.4.3
git-svn-id: http://piwigo.org/svn/branches/2.4@17170 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-27 07:56:34 +00:00
rvelices
273f066daf merge from trunk to 2.4
- fix smartpocket : web service calls in admin not working on iphones
- removed unused func params in template

git-svn-id: http://piwigo.org/svn/branches/2.4@17022 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-25 17:26:26 +00:00
plegall
c87ad378c2 bug 2706 fixed: pwg.getMissingDerivatives correctly manages galleries with not a single photo.
git-svn-id: http://piwigo.org/svn/branches/2.4@17016 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-25 15:13:02 +00:00
plegall
ef5777dd71 next version is 2.4.2
git-svn-id: http://piwigo.org/svn/branches/2.4@17005 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-25 10:35:13 +00:00
rvelices
6b8f0a49f9 fix prev commit - again :( (bug 2682)
git-svn-id: http://piwigo.org/svn/branches/2.4@16995 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-24 22:09:19 +00:00
rvelices
1c948a7fd5 bug 2682: Watermark sizing calculation is made on the requested size not on the final one - fix (merge from trunk)
git-svn-id: http://piwigo.org/svn/branches/2.4@16992 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-24 20:54:52 +00:00
rvelices
663f6273a7 bug 2682: Watermark sizing calculation is made on the requested size not on the final one (merge from trunk)
git-svn-id: http://piwigo.org/svn/branches/2.4@16990 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-24 20:50:20 +00:00
rvelices
0bb3361cf1 Merged revision(s) 16986-16987 from trunk: refactor code when selected derivative on index page is changed by a plugin ...
fix ie7 display and unwanted text in print


git-svn-id: http://piwigo.org/svn/branches/2.4@16988 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-24 20:48:44 +00:00
flop25
d3f5ed2c2d bug:2683
create get_size_css

git-svn-id: http://piwigo.org/svn/branches/2.4@16507 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-08 17:15:40 +00:00
mistic100
787c716b66 Merged revision(s) 16278 from trunk:
bug 2674: cssmin 3.0.1 requires PHP 5.2.4 

git-svn-id: http://piwigo.org/svn/branches/2.4@16279 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-02 13:09:09 +00:00
plegall
5d9fc3066d next version is 2.4.1
git-svn-id: http://piwigo.org/svn/branches/2.4@16273 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-02 07:46:35 +00:00
plegall
457a627c29 tabulation is not the expected indentation
git-svn-id: http://piwigo.org/svn/branches/2.4@16083 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-27 07:01:01 +00:00
rvelices
9f809077e0 bug 2666 Fix invalid xml on web service output with xml format (merge from trunk to branch 2.4)
git-svn-id: http://piwigo.org/svn/branches/2.4@16075 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-27 04:09:54 +00:00
plegall
015e2f5ac8 next release is 2.4.0
git-svn-id: http://piwigo.org/svn/branches/2.4@15936 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-22 08:57:49 +00:00
plegall
d5dc1ee06d change default configuration settings for a stable branch. Developers who need previous configuration settings can modify them in their local configuration
git-svn-id: http://piwigo.org/svn/branches/2.4@15935 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-22 08:56:58 +00:00
mistic100
5ae74aac04 on comment_list add link to exit from comment edition
git-svn-id: http://piwigo.org/svn/trunk@15924 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-21 13:39:25 +00:00
mistic100
6ddf16ead6 feature 2657: previous commit may work, but badly coded
git-svn-id: http://piwigo.org/svn/trunk@15852 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-20 16:05:27 +00:00
mistic100
c8d097d3f8 feature 2657: make sure admins can access the new category (see r11727)
git-svn-id: http://piwigo.org/svn/trunk@15851 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-20 15:56:54 +00:00
mistic100
07c7470584 feature 2657: More options for pwg.categories.add
git-svn-id: http://piwigo.org/svn/trunk@15850 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-20 15:41:31 +00:00
plegall
aa7bc99766 no longer use of images.tn_ext field any longer
git-svn-id: http://piwigo.org/svn/trunk@15598 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-07 22:04:19 +00:00
plegall
1808c59fd6 bug 2649: broken code commited in r15587, fixed with a simpler condition
git-svn-id: http://piwigo.org/svn/trunk@15597 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-07 21:33:30 +00:00
plegall
28e722f27c bug 2649 fixed: do not load mobile theme when using web API
git-svn-id: http://piwigo.org/svn/trunk@15587 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-07 13:20:00 +00:00
plegall
1e4bc8d5d6 merge r15585 from branch 2.3 to trunk
bug 2648 fixed: pwg.categories.getList, avoid to throw an error when
representative_picture_id is missing for an album, which makes parsing
the JSON output impossible.



git-svn-id: http://piwigo.org/svn/trunk@15586 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-07 13:09:17 +00:00
patdenice
3d7971d640 bug:2647
Test 1and1 server with $_SERVER['SCRIPT_FILENAME']

git-svn-id: http://piwigo.org/svn/trunk@15583 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-07 10:48:57 +00:00
mistic100
8c4a87a0f5 feature:2538 little rework of messages system, now can be used on 'loc_end_index' and 'loc_end_picture'
git-svn-id: http://piwigo.org/svn/trunk@15578 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-06 20:29:30 +00:00
patdenice
acb3e717fc bug:2647
External ImageMagick does not work anymore on 1and1 servers

git-svn-id: http://piwigo.org/svn/trunk@15575 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-06 15:38:56 +00:00
plegall
1dfe8d5645 bug 2646 fixed: avoid useless PHP warnings with uncompleted creation date
git-svn-id: http://piwigo.org/svn/trunk@15573 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-05 22:55:57 +00:00
mistic100
56cfd9b3ac bug:2645 author field is kept when comment not validated
git-svn-id: http://piwigo.org/svn/trunk@15570 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-05 19:51:54 +00:00
rvelices
aca35f36f0 multi size: avoid warning for nonphoto elements for which the mime type icon does not exist in the current theme
git-svn-id: http://piwigo.org/svn/trunk@15431 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-30 04:22:45 +00:00
ddtddt
6c9782b08b [trunk] - l10n page no found
git-svn-id: http://piwigo.org/svn/trunk@15384 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-28 15:00:37 +00:00
ddtddt
6239d54d08 [trunk] - l10n page no found message 2
git-svn-id: http://piwigo.org/svn/trunk@15383 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-28 14:56:21 +00:00
ddtddt
fcd83e7839 [trunk] - l10n page no found message 1
git-svn-id: http://piwigo.org/svn/trunk@15381 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-28 14:22:19 +00:00
plegall
7ceb4bf21c remove useless function/configuration due to derivatives
git-svn-id: http://piwigo.org/svn/trunk@15316 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-26 07:48:28 +00:00
plegall
b205058983 feature 2633 added: ability to select default size
git-svn-id: http://piwigo.org/svn/trunk@15299 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-24 23:12:04 +00:00