plegall
c1d7fbebdd
feature 2359: simpler function single_update and single_insert
...
git-svn-id: http://piwigo.org/svn/trunk@11991 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-24 19:50:54 +00:00
flop25
e780496fbe
bug:1729
...
revert of changes : the TN_TITLE will be changed in php
git-svn-id: http://piwigo.org/svn/trunk@11990 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-24 11:43:29 +00:00
plegall
ce0179cd26
fix indentation issues, tabs are forbidden
...
git-svn-id: http://piwigo.org/svn/trunk@11989 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-23 19:01:32 +00:00
riopwg
8f05d60554
Update language IT
...
git-svn-id: http://piwigo.org/svn/trunk@11988 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-23 16:06:37 +00:00
plegall
103b5f684e
feature 2413: forgotten to remove the gallery_url parameter in config.sql
...
git-svn-id: http://piwigo.org/svn/trunk@11987 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-23 10:42:53 +00:00
ddtddt
b11cb93300
[trunk] - language - update vi_VN - Tiếng Việt - Vietnamese Thanks to Em Ku - feature:2320
...
git-svn-id: http://piwigo.org/svn/trunk@11986 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-23 07:35:31 +00:00
ddtddt
46c6de7f1f
[trunk] - language - update zh_CN - 简体中文 - Chinese thanks to Ralph.Bai - feature:2320
...
git-svn-id: http://piwigo.org/svn/trunk@11984 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-23 07:27:41 +00:00
plegall
fc1d139741
replace tabs by spaces for indentation introduced in r
...
git-svn-id: http://piwigo.org/svn/trunk@11981 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-22 21:08:14 +00:00
rvelices
ab8deea23b
bug fix quick search - file name was not correctly search (typo error)
...
git-svn-id: http://piwigo.org/svn/trunk@11979 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-22 19:14:11 +00:00
plegall
58b18bff0f
feature 2413 added: move gallery_url configuration parameter from database to
...
local configuration file.
git-svn-id: http://piwigo.org/svn/trunk@11978 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-22 17:14:13 +00:00
plegall
24ab1e2467
feature 2410 added: uploadify upgraded from version 2.1.0 to 3.0.0 (still beta,
...
but said as stable by users on uploadify forums)
bug 2411 fixed: thanks to uploadify 3.0.0, the "Browse" button is now localized
(text in any language)
bug 1653 fixed: if the selected file exceeds the upload_max_size (as defined in
the php.ini), an alert is shown and the file is not added to the queue.
bug 2412 fixed: ability to select GIF files with the Flash Uploader.
git-svn-id: http://piwigo.org/svn/trunk@11975 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-19 16:04:43 +00:00
plegall
50cb55c656
feature 2409 added: by default, hide the "who can see these photos?" field in the upload form.
...
git-svn-id: http://piwigo.org/svn/trunk@11967 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-18 16:51:16 +00:00
plegall
27d0c89c33
feature 2407 added: display upload limitations before file selection (file
...
maximum size, maximum dimensions, allowed file types). The maximum dimensions
are calculated for GD only (because Imagick and External ImageMagick are not
using PHP memory as far as I could find on the web).
bug 2408 fixed: change term "old style form" into "browser uploader" and
"multiple file form" into "Flash Uploader" (based on WordPress user interface)
git-svn-id: http://piwigo.org/svn/trunk@11966 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-18 15:19:03 +00:00
plegall
71848746ba
tiny bug fixed in ['graphics_library'] parameter description
...
git-svn-id: http://piwigo.org/svn/trunk@11965 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-18 15:14:39 +00:00
plegall
25522edae8
convert to UNIX file type
...
git-svn-id: http://piwigo.org/svn/trunk@11964 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-18 15:13:53 +00:00
plegall
2259fe7615
comment debug instruction from uploadify.php
...
git-svn-id: http://piwigo.org/svn/trunk@11963 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-17 20:02:07 +00:00
plegall
64ba898944
feature 2406 added: if the user wants a new album in the upload form, the album
...
is created before the start of the upload. The ergonomy is now simpler, the
page is smaller and cleaner.
bug 2373 fixed: now that album is created before upload, uploadify.php gets the
category_id and the level: as soon as it is uploaded (function add_uploaded_file)
the photo gets its final privacy level and is directly associated to the album.
This way, we can have an error on a photo without making orphan all photos of
the same upload group.
feature 2405 added: as soon as a photo is uploaded, its thumbnail is displayed
in the "Uploaded Photos" fieldset, without waiting for other photos to be
uploaded. The latest photos comes first.
I have slighlty changed the integration of colorbox in core. Now we have 2
styles available and by default, we use style2 (overlay in black, title and
control icons outside the popup). It is also used for zooming on bulk manager
in unit mode.
display change: on each uploading photos, instead of showing the transfer
speed, we display the transfer progression in %
bug fixed: the color of the "Start Upload" button was not correct because the
button was not a submit button but a simple type=button.
language: "Upload" button becomes "Start Upload" button.
git-svn-id: http://piwigo.org/svn/trunk@11962 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-17 19:56:07 +00:00
ddtddt
e255cd8c2f
[trunk] - language - update sr_RS - Српски - Serbia - Thanks to Ћирилица1 - feature:2320
...
git-svn-id: http://piwigo.org/svn/trunk@11960 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-15 20:48:45 +00:00
ddtddt
e8a6a8df97
[trunk] - language - update it_IT - Italiano - Italian - Thanks to sugar888 - feature:2320
...
git-svn-id: http://piwigo.org/svn/trunk@11955 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-15 20:11:12 +00:00
ddtddt
77c4c30898
[trunk] - language - update de_DE- Deutsch - German - Thanks to sugar888 - feature:2320
...
git-svn-id: http://piwigo.org/svn/trunk@11954 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-15 20:08:16 +00:00
ddtddt
5f258c697c
[trunk] - language - add af_ZA - Afrikaans - Thanks to Marius Loots and Mignon Smit - feature:2320
...
git-svn-id: http://piwigo.org/svn/trunk@11953 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-15 19:45:40 +00:00
flop25
984dbc729f
bug:2402
...
vsprintf() [function.vsprintf ]: Too few arguments => fix with that code but tests in various environements are needed
git-svn-id: http://piwigo.org/svn/trunk@11951 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-15 15:59:49 +00:00
Gotcha
08318d1b80
Merge r11937 from br2.2 to trunk
...
bug:2399
git-svn-id: http://piwigo.org/svn/trunk@11938 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-12 16:44:53 +00:00
samli
5cc78ff4da
[trunk] [admin.lang.php] modified HU language
...
git-svn-id: http://piwigo.org/svn/trunk@11932 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-10 20:13:56 +00:00
samli
46a3ff65b2
[trunk] [admin.lang.php] modified HU language
...
git-svn-id: http://piwigo.org/svn/trunk@11931 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-10 20:09:49 +00:00
flop25
aa3a908634
bug:2383
...
/!\ corrected but not checked
git-svn-id: http://piwigo.org/svn/trunk@11925 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-09 14:29:19 +00:00
flop25
803d50f534
feature:2390
...
All the legend is hidden if $conf['show_thumbnail_caption'] = false;
git-svn-id: http://piwigo.org/svn/trunk@11924 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-09 14:21:33 +00:00
flop25
3ed5fad6ff
bug:1729
...
Instead of using the get_thumbnail_title() which return the "file : nb of ko", it's better to use the file name.
Here if the $conf['show_thumbnail_caption'] is false, the old title will be set : maybe it should be better to remove get_thumbnail_title()
git-svn-id: http://piwigo.org/svn/trunk@11918 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-06 13:38:09 +00:00
flop25
79f9cdf5f4
feature:2391
...
adding colorbox for theme : for new and installed themes
git-svn-id: http://piwigo.org/svn/trunk@11917 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-06 13:25:34 +00:00
ddtddt
09532cc630
[trunk] - language - cs_CZ - Česky - Czech thanks to jezekus - feature:2320
...
git-svn-id: http://piwigo.org/svn/trunk@11915 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-05 20:26:42 +00:00
ddtddt
bdd8374f31
[trunk] - language - SL (Slovenia - Slovenšcina) thanks to klemen - feature:2320
...
git-svn-id: http://piwigo.org/svn/trunk@11909 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-05 12:05:05 +00:00
ddtddt
1004440778
[trunk] - language - update - zh_CN - 简体中文 - Chinese Thanks to winson - feature:2320
...
git-svn-id: http://piwigo.org/svn/trunk@11908 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-05 07:31:46 +00:00
ddtddt
a26444b2a8
[trunk] - language - update - uk_UA - Українська -Ukrainian (admin part ) thanks to quest_tom - feature:2320
...
git-svn-id: http://piwigo.org/svn/trunk@11906 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-04 17:52:00 +00:00
ddtddt
50dfa98889
[trunk] - language - update vi_VN - Tiếng Việt - Vietnamese Thanks to Em Ku - feature:2320
...
git-svn-id: http://piwigo.org/svn/trunk@11898 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-02 19:51:56 +00:00
rvelices
86ae4d8b3a
rename #images.average_rate to rating_score
...
git-svn-id: http://piwigo.org/svn/trunk@11893 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-02 19:20:50 +00:00
ddtddt
a61fea9283
[trunk] - language - update sk_SK - Slovak - Slovensky thanks to dodo - feature:2320
...
git-svn-id: http://piwigo.org/svn/trunk@11883 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-02 10:15:43 +00:00
ddtddt
25c564cb73
[trunk] - language - updateNL (Dutch - Nederlands) thanks to mathias - feature:2320
...
git-svn-id: http://piwigo.org/svn/trunk@11882 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-02 08:34:00 +00:00
ddtddt
14ff627a01
[trunk] - language - (Latvian - Latviešu) thanks to Aivars Baldone - feature:2320
...
git-svn-id: http://piwigo.org/svn/trunk@11879 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-02 07:50:20 +00:00
samli
a99569316d
[trunk] [common.lang.php] modified HU language
...
git-svn-id: http://piwigo.org/svn/trunk@11868 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-31 06:54:45 +00:00
ddtddt
c9c54b2680
[trunk] - language - update - sv_SE - Svenska - Swedish (admin part ) thanks to styxsailor - feature:2320
...
git-svn-id: http://piwigo.org/svn/trunk@11863 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-30 20:36:56 +00:00
ddtddt
ebe182a05c
[trunk] - language - update - sv_SE - Svenska - Swedish (admin part ) thanks to styxsailor - feature:2320
...
git-svn-id: http://piwigo.org/svn/trunk@11860 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-30 20:33:10 +00:00
ddtddt
a47e2a4334
[trunk] - language - update - uk_UA - Українська -Ukrainian (admin part ) thanks to quest_tom - feature:2320
...
git-svn-id: http://piwigo.org/svn/trunk@11858 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-30 19:43:47 +00:00
ddtddt
6c65b1407d
[trunk] - language - update - uk_UA - Українська -Ukrainian (admin part ) thanks to rukhov - feature:2320
...
git-svn-id: http://piwigo.org/svn/trunk@11856 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-30 19:13:25 +00:00
rvelices
c17ed8b55f
feature 2387: addd a filter by tag in the batch manager
...
git-svn-id: http://piwigo.org/svn/trunk@11853 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-30 04:49:02 +00:00
plegall
afb91c6ca2
change version number to 2.3.0RC1
...
git-svn-id: http://piwigo.org/svn/trunk@11852 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-29 21:35:44 +00:00
samli
6dd31d53f4
[trunk] [upgrade.lang.php] modified HU language
...
git-svn-id: http://piwigo.org/svn/trunk@11847 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-29 12:43:27 +00:00
rvelices
c0bb4dfb43
feature 2384: improve average rating calculation (final)
...
git-svn-id: http://piwigo.org/svn/trunk@11839 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-26 19:04:50 +00:00
rvelices
630c4bb85e
fix lang keys
...
git-svn-id: http://piwigo.org/svn/trunk@11838 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-26 19:03:59 +00:00
rvelices
dd212fc6a1
- ws accepts method name in GET paraeters even if http method is POST (easier to see in apache logs)
...
- picture rating is done through POST and not GET
git-svn-id: http://piwigo.org/svn/trunk@11834 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-26 04:34:36 +00:00
patdenice
41202b1f2b
bug:2386
...
Bug in tag urls if tag start with a number
git-svn-id: http://piwigo.org/svn/trunk@11831 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-25 19:10:30 +00:00