riopwg
dd457a0d7b
Update language IT
...
git-svn-id: http://piwigo.org/svn/trunk@12043 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-03 17:58:30 +00:00
riopwg
7aecc6f55f
Update language IT
...
git-svn-id: http://piwigo.org/svn/trunk@12036 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-02 13:25:52 +00:00
plegall
bd7f8c0ba2
feature 1078 added: ability to merge tags
...
git-svn-id: http://piwigo.org/svn/trunk@12032 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-02 08:37:21 +00:00
plegall
0aed550119
plugin manager: replace the top left "Display Compact/Complete" select box by a
...
simpler link "show details" or "hide details" on top right.
git-svn-id: http://piwigo.org/svn/trunk@12029 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-01 14:01:52 +00:00
plegall
c631612c1f
merge r12024 from branch 2.2 to trunk
...
bug 2422 fixed: typo fixed in FTP help
git-svn-id: http://piwigo.org/svn/trunk@12025 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-31 21:11:08 +00:00
riopwg
891979dfbc
Update language IT
...
git-svn-id: http://piwigo.org/svn/trunk@12021 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-31 17:29:19 +00:00
plegall
f8226de8e6
feature 2420 added: automatically use the gallery title in the page banner.
...
Just write %gallery_title% in the page banner (this is written by default).
The default gallery title and tagline are now localized.
git-svn-id: http://piwigo.org/svn/trunk@12008 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-30 08:24:42 +00:00
riopwg
f048a51feb
Update language IT
...
git-svn-id: http://piwigo.org/svn/trunk@12006 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-29 08:22:02 +00:00
plegall
d3d45a43e0
feature 2417 added: add progress bar (jQuery UI progress bar) + details on
...
progressing upload like "photo 21 of 46".
git-svn-id: http://piwigo.org/svn/trunk@12005 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-27 21:58:30 +00:00
ddtddt
cba3e53a04
[trunk] - language - SL (Slovenia - Slovenšcina) thanks to klemen - feature:2320
...
git-svn-id: http://piwigo.org/svn/trunk@11994 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-26 07:04:56 +00:00
plegall
2de0f01dce
feature 2027 implemented: the "lost password" feature was rewritten.
...
The algorithm is highly inspired from WordPress :
1) in a single field, you give a username or an email
2) Piwigo sends an email with the activation key
3) the user clicks on the link in the email (with the activation key) and is able to set a new password
The "lost password" feature is no longer limited to "classic" users:
administrators and webmasters can use it too (no need to tell webmasters
that they can only change their password in the database)
git-svn-id: http://piwigo.org/svn/trunk@11992 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-24 20:03:53 +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
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
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
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
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
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
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
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
ddtddt
19f0fb73d9
[trunk] - language - SL (Slovenia - Slovenšcina) thanks to klemen - feature:2320
...
git-svn-id: http://piwigo.org/svn/trunk@11820 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-23 07:58:09 +00:00
ddtddt
81e9fcc116
[trunk] - language - update
...
git-svn-id: http://piwigo.org/svn/trunk@11810 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-22 06:54:59 +00:00
ddtddt
ebff5ca61e
[trunk] - language - updateNL (Dutch - Nederlands) thanks to mathias - feature:2320
...
git-svn-id: http://piwigo.org/svn/trunk@11809 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-22 06:44:37 +00:00
ddtddt
0c5139cda6
[trunk] - language - beginning of dv_MV - Dhivehi Thanks to Hammadh - feature:2320
...
git-svn-id: http://piwigo.org/svn/trunk@11805 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-21 11:31:16 +00:00
ddtddt
742c786658
[trunk] - language - beginning of ko_KR - 한국어 – Korean Thanks to Aisika - feature:2320
...
git-svn-id: http://piwigo.org/svn/trunk@11804 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-21 11:20:41 +00:00
ddtddt
16570f32d2
[trunk] - language - beginning of et_EE Thanks to jolly - feature:2320
...
git-svn-id: http://piwigo.org/svn/trunk@11803 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-21 10:40:54 +00:00
ddtddt
197873edcf
[trunk] - language - update hu_HU - Magyar – Hungarian - cleaning - feature:2320
...
git-svn-id: http://piwigo.org/svn/trunk@11802 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-21 10:23:10 +00:00
ddtddt
92b3f2d74e
[trunk] - language - update ru_RU - Русский - Russian thanks to yuragal - feature:2320
...
git-svn-id: http://piwigo.org/svn/trunk@11792 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-21 07:49:36 +00:00
ddtddt
c5ff124f64
[trunk] - language - SL (Slovenia - Slovenšcina) thanks to klemen - feature:2320
...
git-svn-id: http://piwigo.org/svn/trunk@11791 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-21 07:43:48 +00:00
samli
91e140808e
[trunk] [admin.lang.php] modified HU language
...
git-svn-id: http://piwigo.org/svn/trunk@11785 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-20 12:58:44 +00:00