Commit Graph

96 Commits

Author SHA1 Message Date
laurent.duretz 2c2cfa0899 Issue 1471 : incomplete test correction
git-svn-id: http://piwigo.org/svn/branches/2.0@5012 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-01 13:02:49 +00:00
laurent.duretz ab21bfa8c5 Issue 1473 : file missing in listing when icon is generated
git-svn-id: http://piwigo.org/svn/branches/2.0@5009 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-01 11:11:38 +00:00
laurent.duretz 27c9b04954 Issue 1472 : Listing genration fail if thumbnail directory does not exists
git-svn-id: http://piwigo.org/svn/branches/2.0@5008 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-01 10:43:19 +00:00
laurent.duretz 453c17d408 Adding JPG support on Wamp server : Wamp server gd_info() method return "JPEG Support" instead "JPG Support"
git-svn-id: http://piwigo.org/svn/branches/2.0@5007 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-01 10:19:16 +00:00
ddtddt f70e159ce1 [Branche2] update da_DK thanks to Lars
git-svn-id: http://piwigo.org/svn/branches/2.0@4864 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-02-09 20:05:19 +00:00
plegall 3903c17783 feature 1375: remove version in Piwigo archive root directory
git-svn-id: http://piwigo.org/svn/branches/2.0@4668 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-01-12 13:04:16 +00:00
ddtddt 56e0d7472a [branche2] [Tools] update translation_validated.inc.php ES
git-svn-id: http://piwigo.org/svn/branches/2.0@4648 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-01-10 00:04:54 +00:00
plegall 2ed479744e feature 1374 related: don't display the validated keys as "untranslated yet".
git-svn-id: http://piwigo.org/svn/branches/2.0@4646 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-01-09 23:52:32 +00:00
plegall b41d62dfff feature 1374 related: improve the problems on translations. Ability to detect
if the key was duplicated from the reference language BUT not really
translated yet.

git-svn-id: http://piwigo.org/svn/branches/2.0@4644 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-01-09 23:26:45 +00:00
plegall 38cfeceb36 feature 1374 related: force to load exactly the language requested and not any
fallback language. If the language file is missing, we tell it explicitely.

git-svn-id: http://piwigo.org/svn/branches/2.0@4638 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-01-09 20:54:52 +00:00
plegall 04792e79e9 feature 1374; first version of the script to detect missing translations. It
is very basic with an ugly output. It just does the job.

git-svn-id: http://piwigo.org/svn/branches/2.0@4637 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-01-09 19:37:53 +00:00
plegall d7f0f0f9b2 feature 1051: ability to add/update a file for an existing photo. For example,
you can add the "high" later. Another example is to update the "web resized"
file (new dimensions is a common example). It also works for thumbnails.
Updating an existing file has no impact on the logical level (list of tags,
list of categories, title, description and so on).

git-svn-id: http://piwigo.org/svn/branches/2.0@4345 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-11-22 23:38:57 +00:00
plegall 6768482bcf feature 1051: new API method pwg.images.checkFiles. This method will be useful
before asking for an update on photo files.

Enhancement in code factorization.

git-svn-id: http://piwigo.org/svn/branches/2.0@4344 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-11-22 22:09:41 +00:00
patdenice e04bd969cb Replace another depreciated functions.
Depreciated functions were removed in trunk in commit 3747 by Eric.

git-svn-id: http://piwigo.org/svn/branches/2.0@4036 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-10-14 16:13:25 +00:00
plegall 90ca8f2d0a update Subversion repository location on release creation script
git-svn-id: http://piwigo.org/svn/branches/2.0@3658 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-07-21 20:13:35 +00:00
plegall 91c7200b59 feature 1033 added: new API method pwg.categories.setInfo makes possible to
change the name and comment of a given category.

git-svn-id: http://piwigo.org/svn/branches/2.0@3453 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-06-24 21:42:39 +00:00
plegall 52db0a523c bug 949 fixed: to avoid memory limit on server side, base64 encode chunks one
by one on client side and base64 decode chunks one by one on server side.


git-svn-id: http://piwigo.org/svn/branches/2.0@3239 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-04-14 22:49:04 +00:00
plegall ab6f96964a bug 926 fixed: change links to piwigo.org so that they go to existing URLs.
new: if the current language is french, the links go to fr.piwigo.org insted.


git-svn-id: http://piwigo.org/svn/branches/2.0@3196 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-03-13 23:37:34 +00:00
plegall 497e753bcf bug 941 fixed: to be able to upload heavy photo, chunk the files, send parts
one by one, and then pwg.images.add merge chunks together. Now big uploads
works and you can even have a fine progress bar on client side.


git-svn-id: http://piwigo.org/svn/branches/2.0@3192 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-03-12 23:09:22 +00:00
plegall bd8b4f51bb new: phpwebgallery renamed piwigo
modification: pwg_rel_create.sh only creates the zip file


git-svn-id: http://piwigo.org/svn/branches/2.0@3134 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-02-12 23:33:39 +00:00
plegall 48c1eef07e bug 912 fixed: we need an extra original_sum to pwg.images.add API method to
check photo existence. Using the file_sum was a bad idea.


git-svn-id: http://piwigo.org/svn/branches/2.0@3064 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-01-08 23:31:49 +00:00
plegall aeaffa61bd Administration: happy new year 2009, all PHP headers updated.
git-svn-id: http://piwigo.org/svn/branches/2.0@3046 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-01-04 23:09:15 +00:00
laurent.duretz 894a38a9bf Issue 899
git-svn-id: http://piwigo.org/svn/branches/2.0@2835 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-11-06 07:14:12 +00:00
laurent.duretz 478291598f Issue 894 : Missing slash at the end of URL
git-svn-id: http://piwigo.org/svn/branches/2.0@2750 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-10-15 18:45:29 +00:00
plegall 720d6134bd version management: the Piwigo version changes to 2.0 instead of Butterfly
which was its codename on trunk.


git-svn-id: http://piwigo.org/svn/branches/2.0@2724 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-10-12 18:46:06 +00:00
plegall 933b820e07 feature 892 added: pwg.images.setInfo added so that once we have discovered
the photo was already in the database (thanks to pwg.images.exist), we can
only set the photo metadata.


git-svn-id: http://piwigo.org/svn/branches/2.0@2722 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-10-11 20:37:54 +00:00
plegall 3eecf04629 feature 889 added: pwg.images.exist check the existence of a photo in the
database based on its md5sum. (avoid failing on pwg.images.add).


git-svn-id: http://piwigo.org/svn/trunk@2683 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-10-07 22:01:14 +00:00
rub 4d87bb1d96 Change 1.7 to Butterfly
git-svn-id: http://piwigo.org/svn/trunk@2681 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-10-07 20:03:42 +00:00
plegall b53cddbf6a feature 885 added: pwg.images.add web API method now supports additional
high resolution format.


git-svn-id: http://piwigo.org/svn/trunk@2670 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-10-05 21:22:57 +00:00
plegall 600e2d87ec feature 874 added: new Web API method pwg.tags.add.
git-svn-id: http://piwigo.org/svn/trunk@2634 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-10-01 21:08:51 +00:00
plegall 5adad7565c new: WebService method pwg.tags.getAdminList was added. The difference with
pwg.tags.getList is that this new method doesn't take permissions into
account, and so is available only for administrator connected users.


git-svn-id: http://piwigo.org/svn/trunk@2584 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-24 21:30:33 +00:00
plegall 6df515a54f new: WebService method pwg.categories.add so that pLoader can create a
virtual category.


git-svn-id: http://piwigo.org/svn/trunk@2583 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-24 20:25:39 +00:00
plegall aa41a468e5 improvement: WebService method pwg.images.add can set fill #images table
columns. rank is directly related to a category and several categories can
be linked at once. Basic technical metadata {filesize, width, height} are
automaticaly filled.


git-svn-id: http://piwigo.org/svn/trunk@2569 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-22 21:47:03 +00:00
plegall d55107e3e3 improvement: instead of sending the images_max_rank of each category in
pwg.categories.getList so that you can correctly set the rank in
pwg.images.add, the rank is calculated automatically in pwg.images.add so
that the image is added at the end of the category.


git-svn-id: http://piwigo.org/svn/trunk@2553 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-19 22:59:41 +00:00
plegall 272113c417 feature added: ability to set rank from webservice upload.
git-svn-id: http://piwigo.org/svn/trunk@2520 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-11 22:19:04 +00:00
plegall 197d4a92e7 bug fixed: following r2516, remove partner from piwigo_remote.pl, the
argument is not useful any longer.


git-svn-id: http://piwigo.org/svn/trunk@2519 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-11 22:09:21 +00:00
plegall 255a4f393a improvement: remote client summarizes HTTP response when invoking
pwg.images.add => code, message.


git-svn-id: http://piwigo.org/svn/trunk@2500 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-04 22:08:47 +00:00
plegall 45960b4631 feature 839, first step : early proof of concept, no error handling. A
remote client can add a photo in a category thanks to the web API. A new
"upload" directory is created (write access required on the base
directory). Uploaded photo have path such as
upload/<year>/<month>/<day>/<datetime>-random.jpg. The thumbnail must come
with the "web sized" photo. The photo has no storage_category_id.

Bugs still need to be fixed and a discussion must occur before next steps.


git-svn-id: http://piwigo.org/svn/trunk@2463 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-07-30 21:53:00 +00:00
rvelices f9927090e0 - feature 832: Folders with no images sql optimization
- recent pics are sorted by date descending, and only then by conf['order_by']
- updated prototype.js to version 1.6

git-svn-id: http://piwigo.org/svn/trunk@2424 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-07-05 22:13:28 +00:00
stripy 93a4c7a150 git-svn-id: http://piwigo.org/svn/trunk@2370 68402e56-0260-453c-a942-63ccdbb3a9ee 2008-05-31 09:46:08 +00:00
stripy 2f2cdb6b91 git-svn-id: http://piwigo.org/svn/trunk@2360 68402e56-0260-453c-a942-63ccdbb3a9ee 2008-05-28 21:18:50 +00:00
patdenice eb975a8cda Change all #content by .content in css files.
In tpl files, id="content" stay here for backward compatibilities.
Add some plugins triggers in index.tpl and picture.tpl.

git-svn-id: http://piwigo.org/svn/trunk@2352 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-05-20 00:27:26 +00:00
rub 3cffa07182 Change some PhpWebGallery to Piwigo. (2/2)
All phpwebgallery.net are not changed!



git-svn-id: http://piwigo.org/svn/trunk@2342 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-05-15 18:43:33 +00:00
rub 51491ab08f Change some PhpWebGallery to Piwigo.
Not all PhpWebGallery has been translated!

git-svn-id: http://piwigo.org/svn/trunk@2339 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-05-14 22:25:36 +00:00
rub 52797d017e Resolved issue 0000825: create_listing_file.php don't work with port server
git-svn-id: http://piwigo.org/svn/trunk@2337 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-05-14 21:53:25 +00:00
plegall 524011bfa6 Bug fixed: as rvelices notified me by email, my header replacement script was
bugged (r2297 was repeating new and old header).

By the way, I've also removed the replacement keywords. We were using them
because it was a common usage with CVS but it is advised not to use them with
Subversion. Personnaly, it is a problem when I search differences between 2
Piwigo installations outside Subversion.


git-svn-id: http://piwigo.org/svn/trunk@2299 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-04-05 14:14:07 +00:00
plegall 3f235497f3 Modification: new header on PHP files, PhpWebGallery renamed Piwigo.
git-svn-id: http://piwigo.org/svn/trunk@2297 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-04-04 22:57:23 +00:00
mathiasm d5015da6ec update release script to avoid the ../ warning in zip
added md5sum in the script

git-svn-id: http://piwigo.org/svn/trunk@2200 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-01-27 21:01:32 +00:00
rub 48220bdf7b Resolved issue 0000794: Avoid to change create_listing_file.php on each version
Resolved issue 0000795: In create_listing_file.php, it's not safe mode but set_time_limit is disabled

Merge branch-1_7 2197:2198 into BSF

git-svn-id: http://piwigo.org/svn/trunk@2199 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-01-27 08:37:59 +00:00
mathiasm c1448de29e Fixed some inconsistencies in folder management
git-svn-id: http://piwigo.org/svn/trunk@2197 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-01-24 22:00:56 +00:00