rvelices
05671cf18c
batch manager - remove unused code, less sql queries and avoid 4 calls to same display_select function
...
git-svn-id: http://piwigo.org/svn/trunk@18573 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-09 04:58:57 +00:00
mistic100
8501556201
feature:2614 restore global_rank on recent_cats
...
git-svn-id: http://piwigo.org/svn/trunk@18464 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-04 16:43:58 +00:00
mistic100
b3e71e424c
feature 2761: Pass all kind of messages through session on admin
...
git-svn-id: http://piwigo.org/svn/trunk@18463 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-04 16:03:25 +00:00
mistic100
b1cec7bf86
feature:2614 pagination on albums
...
return to old fashioned way (one query in category_cats), restoring recent_cats feature and "menubar optimization", rename "starta" into "startcat"
git-svn-id: http://piwigo.org/svn/trunk@18462 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-04 15:03:55 +00:00
rvelices
cc558d8694
php optimizations:
...
- use faster [] operator instead of array_push
- if tags are grouped by letter, don't add level to tags, sort etc ...
git-svn-id: http://piwigo.org/svn/trunk@18455 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-04 04:15:28 +00:00
mistic100
1e927104aa
feature 2614: pagination on albums, save one query on picture page
...
git-svn-id: http://piwigo.org/svn/trunk@18392 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-01 13:58:11 +00:00
rvelices
3180f1638a
quick search - better handling of wildcard begin/end in tag names (technically rewrote parts of query analser)
...
still to do: exclusion of matching tags
git-svn-id: http://piwigo.org/svn/trunk@18207 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-24 20:50:24 +00:00
mistic100
4e65d9af46
feature 2614: pagination on albums
...
git-svn-id: http://piwigo.org/svn/trunk@18165 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-23 11:19:26 +00:00
mistic100
7e33b84e77
feature 2754: Add "Email" field for user comments + mandatory "Author"
...
git-svn-id: http://piwigo.org/svn/trunk@18164 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-23 09:34:30 +00:00
plegall
8c629a7395
merge r18116 from branch 2.4 to trunk
...
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/trunk@18117 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-21 09:15:26 +00:00
rvelices
fca022031a
distinguish event render_element name and description
...
git-svn-id: http://piwigo.org/svn/trunk@17975 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-17 19:57:35 +00:00
rvelices
528c75ab35
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/trunk@17748 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-04 20:03:33 +00:00
rvelices
c918bb9209
bug 2725: Piwigo isn't compatible with suPHP + better handling of watermark upload errors
...
git-svn-id: http://piwigo.org/svn/trunk@17675 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-08-30 19:20:00 +00:00
plegall
6beee17904
merge r17668 from branch 2.4 to trunk
...
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/trunk@17669 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-08-30 12:54:29 +00:00
rvelices
a6c33e9332
remove deprecated function get_thumbnail_url + $conf['local_data_dir']
...
git-svn-id: http://piwigo.org/svn/trunk@17649 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-08-27 18:32:10 +00:00
rvelices
9166a8d39d
small fix on element_url returned from web service calls (now coherent with picture.php)
...
git-svn-id: http://piwigo.org/svn/trunk@17469 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-08-07 19:52:37 +00:00
mistic100
d7bf41b3ef
feature 2380: add URL for user comment
...
git-svn-id: http://piwigo.org/svn/trunk@17351 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-08-03 17:02:24 +00:00
rvelices
4ca257c5d7
- fix smartpocket : web service calls in admin not working on iphones
...
- removed unused func params in template
git-svn-id: http://piwigo.org/svn/trunk@17021 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-25 17:24:54 +00:00
plegall
1e1c2d4d59
merge r17016 from branch 2.4 to trunk
...
bug 2706 fixed: pwg.getMissingDerivatives correctly manages galleries with not a single photo.
git-svn-id: http://piwigo.org/svn/trunk@17017 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-25 15:14:04 +00:00
rvelices
c382e4c865
fix prev commit - again :( (bug 2682)
...
git-svn-id: http://piwigo.org/svn/trunk@16994 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-24 22:08:59 +00:00
rvelices
0de9ecfb4a
bug 2682: Watermark sizing calculation is made on the requested size not on the final one - fix
...
git-svn-id: http://piwigo.org/svn/trunk@16991 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-24 20:54:08 +00:00
rvelices
7502b3bbee
bug 2682: Watermark sizing calculation is made on the requested size not on the final one
...
git-svn-id: http://piwigo.org/svn/trunk@16989 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-24 20:49:31 +00:00
rvelices
9571cf5e45
refactor code when selected derivative on index page is changed by a plugin ...
...
git-svn-id: http://piwigo.org/svn/trunk@16987 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-24 20:34:52 +00:00
flop25
618c983b9d
merge r16507 from branch 2.4 to trunk
...
bug:2683
create get_size_css
git-svn-id: http://piwigo.org/svn/trunk@16508 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-08 17:16:41 +00:00
mistic100
ba6dfe6a34
bug 2674: cssmin 3.0.1 requires PHP 5.2.4
...
git-svn-id: http://piwigo.org/svn/trunk@16278 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-02 13:08:07 +00:00
plegall
5d6912c45c
merge r16083 from branch 2.4 to trunk
...
tabulation is not the expected indentation
git-svn-id: http://piwigo.org/svn/trunk@16084 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-27 07:02:26 +00:00
rvelices
0bbca1dcbf
bug 2666 Fix invalid xml on web service output with xml format
...
git-svn-id: http://piwigo.org/svn/trunk@16074 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-27 04:08:55 +00:00
mistic100
d39aaff5bc
bug 2660: check guest IP on insert_user_comment (same system as rate_picture)
...
git-svn-id: http://piwigo.org/svn/trunk@15983 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-24 01:24:55 +00:00
plegall
fbc7b6b4ac
next version on trunk is 2.5.0beta1
...
git-svn-id: http://piwigo.org/svn/trunk@15937 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-22 08:59:28 +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
plegall
ea938ab840
feature 2630: switch default admin theme to "clear"
...
git-svn-id: http://piwigo.org/svn/trunk@15228 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-21 20:00:36 +00:00
plegall
fe3d1d6ece
multisize (derivatives): remove obsolete functions get_high_path,
...
get_high_url, get_high_location, get_picture_size
git-svn-id: http://piwigo.org/svn/trunk@14830 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-07 13:51:04 +00:00