Commit graph

302 commits

Author SHA1 Message Date
plegall
fafb6c3368 feature 2441 added: no need to have the HD to regenerate the websize if the
current websize is bigger than resize settings. When it occurs, we move the
current websize as HD and create the new websize from it.


git-svn-id: http://piwigo.org/svn/trunk@12175 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-17 21:03:58 +00:00
ddtddt
025c596a25 [trunk] - language - update en_UK - English - Thanks to mixedbredie - step 1 - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12161 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-14 20:20:40 +00:00
ddtddt
1aaab1e07c [trunk] - language - update FR - french - français Tranks to lovasoa - feature:2320 - feature:2429
git-svn-id: http://piwigo.org/svn/trunk@12132 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-12 06:23:46 +00:00
ddtddt
1c0f3d46c4 [trunk] - language - add key - feature:2428
git-svn-id: http://piwigo.org/svn/trunk@12131 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-12 06:19:51 +00:00
plegall
251a9a7974 bug 2435 fixed: on the upload form, when no album available, hide the album
selection listbox and if no album is selected, trigger an error before starting
any upload.


git-svn-id: http://piwigo.org/svn/trunk@12106 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-08 14:04:25 +00:00
plegall
79df57b96f bug fixed: the "Learn more" language key needs to be in admin.lang.php, not in install.lang.php
git-svn-id: http://piwigo.org/svn/trunk@12105 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-08 11:52:02 +00:00
plegall
ff46db430b feature 2431: only keep MySQL on installation form
git-svn-id: http://piwigo.org/svn/trunk@12103 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-08 10:46:35 +00:00
ddtddt
d004e1416a [trunk] - language - update fr_FR - Français - French - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12074 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-06 20:21:06 +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
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
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
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
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
plegall
9100a54efd grammar error fixed in english (and in language key)
git-svn-id: http://piwigo.org/svn/trunk@11641 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-05 19:58:40 +00:00
mistic100
5c545444cb feature:2317 move order config to Admin->Config->Options
each drop-down menu is on a new line

git-svn-id: http://piwigo.org/svn/trunk@11588 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-01 13:38:43 +00:00
mistic100
9c0cfb0084 feature:2317 move order config to Admin->Config->Options
new GUI interface for simple paterns
in GUI, order_by and order_by_inside_category are merged (not un DB)
users can define special paterns with $conf['order_by_custom'] and $conf['order_by_inside_category_custom']

git-svn-id: http://piwigo.org/svn/trunk@11587 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-01 13:19:35 +00:00
mistic100
7532e1a802 feature:2330 ability to hide the "new" icon for recent photos
git-svn-id: http://piwigo.org/svn/trunk@11285 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-09 20:34:48 +00:00
mistic100
f56fc4f36d feature:2317 move order config to Admin->Config->Options
first try, may has issues with very specials params

git-svn-id: http://piwigo.org/svn/trunk@11279 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-09 14:32:20 +00:00
mistic100
d29c7cd0a8 plugin manager: "Deactivate all" button now works
git-svn-id: http://piwigo.org/svn/trunk@11184 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-01 09:59:48 +00:00
mistic100
cf1a7f6df7 TokenInput : order tags, theme for roma, 'new' text translated
git-svn-id: http://piwigo.org/svn/trunk@11008 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-23 11:25:50 +00:00
mistic100
daa0bdd09e remplace FCBKcomplete by TokenInput
git-svn-id: http://piwigo.org/svn/trunk@10970 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-21 00:25:26 +00:00
mistic100
fdfe41e343 merge spread_menus to the core
git-svn-id: http://piwigo.org/svn/trunk@10812 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-07 15:55:10 +00:00
riopwg
81fdb458cc Delete duplicate key $lang['Please wait...']
git-svn-id: http://piwigo.org/svn/trunk@10769 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-05 08:24:30 +00:00
patdenice
90825d08ea feature:2284
Rename $conf['image_library'] into $conf['graphics_library']
Display library used in admin intro page.

git-svn-id: http://piwigo.org/svn/trunk@10684 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-29 17:10:00 +00:00
patdenice
ef00110fe7 feature:2274
Bug corrected with crop option.
Clean code.
Add sentence in thumbnails page for regeneration.

git-svn-id: http://piwigo.org/svn/trunk@10571 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-22 14:22:50 +00:00
patdenice
d1eb25df09 feature:2273
Ability to crop thumbnail (fixed size)

git-svn-id: http://piwigo.org/svn/trunk@10552 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-21 21:55:20 +00:00
patdenice
f5ef4fddd7 feature:2271
Add pwg.extensions.checkUpdates method to webservices.
Add a warning message on intro page if update is availble for piwigo or extensions.
Add an "Ignore All" button on extensions update page.

git-svn-id: http://piwigo.org/svn/trunk@10538 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-21 15:12:38 +00:00
patdenice
491e8adc74 feature:2271
Merge autoupdate plugin into piwigo core.

git-svn-id: http://piwigo.org/svn/trunk@10511 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-20 14:52:52 +00:00
patdenice
0dd2644d89 feature:2259
Add language keys.

git-svn-id: http://piwigo.org/svn/trunk@10455 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-17 19:13:45 +00:00
mistic100
fda50a256b plugin manager : description tooltip on the title, tooltip for restoration link
git-svn-id: http://piwigo.org/svn/trunk@10378 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-14 23:17:49 +00:00
patdenice
c24dea4242 Update versions for plugins, themes and languages.
git-svn-id: http://piwigo.org/svn/trunk@10351 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-13 10:46:18 +00:00
mistic100
bb7c28f86f update fr_FR/admin.lang.php
git-svn-id: http://piwigo.org/svn/trunk@10306 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-12 10:10:51 +00:00
mistic100
f5c5a1b9b2 new plugins manager, update TipTip in v1.3
git-svn-id: http://piwigo.org/svn/trunk@10305 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-12 00:30:28 +00:00
ddtddt
b083258772 [trunk] - add help ar_SA thanks to bakir
git-svn-id: http://piwigo.org/svn/trunk@10250 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-10 19:00:12 +00:00
ddtddt
ad97387a9d [trunk] - add key display forget batch_manager_global.tpl
git-svn-id: http://piwigo.org/svn/trunk@10248 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-10 18:50:07 +00:00
mistic100
76194270be bug:2224 one parameter for change thumnails number (needs some translations)
git-svn-id: http://piwigo.org/svn/trunk@10198 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-09 14:52:15 +00:00
mistic100
2f344407a9 bug:2152 no special parameter for updated comment validation
git-svn-id: http://piwigo.org/svn/trunk@10122 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-06 19:24:30 +00:00
patdenice
eee1375f89 feature:2250
Add languages keys.

git-svn-id: http://piwigo.org/svn/trunk@10101 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-06 10:49:59 +00:00
mistic100
a8b750b855 bug:2152 Comments revalidation when modified
git-svn-id: http://piwigo.org/svn/trunk@10097 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-06 08:55:40 +00:00
riopwg
651f236ed7 Update language Fr
git-svn-id: http://piwigo.org/svn/trunk@10039 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-04 14:50:52 +00:00
riopwg
1b642fd793 Update language Fr
Errors due to the replacement of words by "Album" & "Photo"

git-svn-id: http://piwigo.org/svn/trunk@10036 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-04 13:14:16 +00:00
patdenice
7672846367 Remove "all photos" language key
git-svn-id: http://piwigo.org/svn/trunk@9936 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-30 14:42:11 +00:00
patdenice
1ab138e731 bug:2234
HTML characters are allowed in username

git-svn-id: http://piwigo.org/svn/trunk@9923 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-29 19:30:28 +00:00
patdenice
88eda5f32a feature:2236
add "all photos" prefilter

git-svn-id: http://piwigo.org/svn/trunk@9912 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-29 09:46:33 +00:00
riopwg
f4aa113890 Update language Fr
git-svn-id: http://piwigo.org/svn/trunk@9899 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-27 15:18:12 +00:00
riopwg
a76d271e09 Update language Fr
Errors due of the remplacement of "Category" by "Album"

git-svn-id: http://piwigo.org/svn/trunk@9847 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-24 21:03:18 +00:00