Commit Graph

4328 Commits

Author SHA1 Message Date
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
rvelices b3b7af0982 feature 2384: improve average rating calculation (still need to update language files)
git-svn-id: http://piwigo.org/svn/trunk@11829 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-25 18:07:45 +00:00
rvelices e83a606ea3 partially revert one of my previous commits where I removed an obsolete function (was used directly in the tpls:-( )
git-svn-id: http://piwigo.org/svn/trunk@11828 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-25 18:06:48 +00:00
rvelices 4e4dc79e51 feature 2384: improve average rating calculation (still need to update language files)
git-svn-id: http://piwigo.org/svn/trunk@11827 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-25 18:04:50 +00:00
rvelices 86bc4d1143 - simplify calculation of auto login key (no need to concatenate 2 hashes)
git-svn-id: http://piwigo.org/svn/trunk@11826 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-25 17:56:47 +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 8abe4bc72c [trunk] - language - updateNL (Dutch - Nederlands) thanks to mathias - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@11815 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-23 07:13:07 +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