Announcement

  •  » Engine
  •  » Shutter photo gallery software, web based upload, dynamic sorting

#16 2009-08-24 17:00:51

nicolas
Former Piwigo Team
2004-12-30
1232

Re: Shutter photo gallery software, web based upload, dynamic sorting

VDigital wrote:

plg is thinking to rank management which is needing a drag&drop system.

So it's already in trunk : [Bugtracker] ticket 940

Offline

 

#17 2009-08-24 17:03:21

flop25
Piwigo Team
2006-07-06
7037

Re: Shutter photo gallery software, web based upload, dynamic sorting

ok
i make a bugtracker for the uploader ?


To get a better help : Politeness like Hello-A link-Your past actions precisely described
Check my extensions : more than 30 available
who I am and what I do : http://fr.gravatar.com/flop25
My gallery : an illustration of how to integrate Piwigo in your website

Offline

 

#18 2009-08-24 18:37:40

nicolas
Former Piwigo Team
2004-12-30
1232

Re: Shutter photo gallery software, web based upload, dynamic sorting

flop25 wrote:

ok
i make a bugtracker for the uploader ?

Yes or make a plugin ! :-)

Offline

 

#19 2009-08-26 19:01:28

vimages
Member
2004-03-27
2116

Re: Shutter photo gallery software, web based upload, dynamic sorting

nicolas wrote:

flop25 wrote:

ok
i make a bugtracker for the uploader ?

Yes or make a plugin ! :-)

+1

:o)

Offline

 

#20 2009-08-26 19:19:12

flop25
Piwigo Team
2006-07-06
7037

Re: Shutter photo gallery software, web based upload, dynamic sorting

X-D
[Bugtracker] ticket 1141
can anyone change in the tittle "updater" by "uploader" ?


To get a better help : Politeness like Hello-A link-Your past actions precisely described
Check my extensions : more than 30 available
who I am and what I do : http://fr.gravatar.com/flop25
My gallery : an illustration of how to integrate Piwigo in your website

Offline

 

#21 2009-08-26 21:09:46

plg
Piwigo Team
Nantes, France, Europe
2002-04-05
13786

Re: Shutter photo gallery software, web based upload, dynamic sorting

flop25 wrote:

[Bugtracker] ticket 1141 [...] can anyone change in the tittle "updater" by "uploader" ?

done

Offline

 

#22 2009-08-26 21:12:09

flop25
Piwigo Team
2006-07-06
7037

Re: Shutter photo gallery software, web based upload, dynamic sorting

thx


To get a better help : Politeness like Hello-A link-Your past actions precisely described
Check my extensions : more than 30 available
who I am and what I do : http://fr.gravatar.com/flop25
My gallery : an illustration of how to integrate Piwigo in your website

Offline

 

#23 2010-01-10 01:24:09

plg
Piwigo Team
Nantes, France, Europe
2002-04-05
13786

Re: Shutter photo gallery software, web based upload, dynamic sorting

I've performed a local installion of Shutter tonight. It was very interesting. Shutter has a very little set of features but do them well. It is nice for a small gallery I would say.

What was the most interesting to me is the web uploader. In fact, Shutter uses fancyupload which does not use jQuery but Mootools as JavaScript framework. More specifically you will recognize the showcase Queued Photo Uploader which is quite exactly the same as Shutter implementation. The good news is that fancyupload is under the MIT license :-)

The dynamic sorting is nice too, and the default page layout.

They store the photos like this:

Code:

photos
|-- large
|   |-- 1.jpg
|   |-- 2.jpg
|   |-- 3.jpg
|   |-- 4.jpg
|   `-- 5.jpg
|-- medium
|   |-- 1.jpg
|   |-- 2.jpg
|   |-- 3.jpg
|   |-- 4.jpg
|   `-- 5.jpg
|-- original
|   |-- 1.jpg
|   |-- 2.jpg
|   |-- 3.jpg
|   |-- 4.jpg
|   `-- 5.jpg
`-- small
    |-- 1.jpg
    |-- 2.jpg
    |-- 3.jpg
    |-- 4.jpg
    `-- 5.jpg

4 directories, 20 files

The photos are resized during the upload process (I wanted an answer to this specific question).

Offline

 

#24 2010-01-10 09:01:16

VDigital
Former Piwigo Team
Paris (FR)
2005-05-04
17680

Re: Shutter photo gallery software, web based upload, dynamic sorting

Could we recode a jQuery version of fancyupload?
Do you think so?
Does someone in the team could do it?

Thanks for the idea anyway.


Piwigo.com: Start and run your own photo gallery. Signup and get 30 days to try for free, no commitment.
8-)

Offline

 

#25 2010-01-10 11:21:47

flop25
Piwigo Team
2006-07-06
7037

Re: Shutter photo gallery software, web based upload, dynamic sorting

I have already  suggested that
http://www.uploadify.com/what-is-it/


To get a better help : Politeness like Hello-A link-Your past actions precisely described
Check my extensions : more than 30 available
who I am and what I do : http://fr.gravatar.com/flop25
My gallery : an illustration of how to integrate Piwigo in your website

Offline

 

#26 2010-01-10 12:59:32

LucMorizur
Member
Vienne (Isère) - France
2009-04-30
171

Re: Shutter photo gallery software, web based upload, dynamic sorting

VDigital wrote:

Could we recode a jQuery version of fancyupload?
Do you think so?
Does someone in the team could do it?

(Beginner question : )
Is it a problem to use both JQuery and Mootools (Mootools for the fancyupload, JQuery for all the rest Piwigo already uses) ?


Our gallery : Le Site à Nous (a silly name in french, but here I don't care ;-) ! )
An event, a new gallery ? Plugin Event Cats
My test gallery : Tests Piwigo de Luc
Thanksalot for this beautiful project.

Offline

 

#27 2010-01-10 15:43:06

mathiasm
Former Piwigo Team
2006-02-06
2650

Re: Shutter photo gallery software, web based upload, dynamic sorting

LucMorizur wrote:

VDigital wrote:

Could we recode a jQuery version of fancyupload?
Do you think so?
Does someone in the team could do it?

(Beginner question : )
Is it a problem to use both JQuery and Mootools (Mootools for the fancyupload, JQuery for all the rest Piwigo already uses) ?

As I said in the french topic, it will be better if we can use a JS uploader which has the same framework the other JS in the webapp use, without losing any feature. It will ease update process and limit the bandwith needed (one framework to load instead of two).

Offline

 

#28 2010-01-10 19:02:00

VDigital
Former Piwigo Team
Paris (FR)
2005-05-04
17680

Re: Shutter photo gallery software, web based upload, dynamic sorting

mathiasm wrote:

As I said in the french topic, it will be better if we can use a JS uploader which has the same framework the other JS in the webapp use, without losing any feature. It will ease update process and limit the bandwith needed (one framework to load instead of two).

Yes, and avoid conflicts, remove the requierement of compatibility mode.
And jQuery is a must for: Google, Digg, Mozilla, Wordpress, Drupal, and ...


Piwigo.com: Start and run your own photo gallery. Signup and get 30 days to try for free, no commitment.
8-)

Offline

 
  •  » Engine
  •  » Shutter photo gallery software, web based upload, dynamic sorting

Board footer

Powered by FluxBB

github twitter newsletter Donate Piwigo.org © 2002-2024 · Contact