Piwigo is a photo gallery system for the Web. The project started in 2002 and was built by an active community of users and developers. It comes with powerful features for publishing and managing your photos, scalability, and smart browsing capabilities such as categories, tags, or chronology. It is Web and photo standard compliant. Extensions make Piwigo even more scalable and customizable.
| Tags | multimedia Graphics Viewers Internet Web Dynamic Content |
|---|---|
| Licenses | GPL |
| Implementation | PHP |
Recent releases


Release Notes: This stable release fixes 13 bugs and adds 7 features, including new options to filter on tags in the batch manager, an embedded documentation on triggers for creating plugins, and new options to upload photos with the Web API (REST). Cambodian language support was added.


Release Notes: This stable release fixes 15 minor bugs, updates 10 languages, and add 3 minor features for extension writers: additional data returned by remote API, triggers for plugins, and extra template variables for themes.


Release Notes: This is the new major version and brings many new features and improvements to the user interface, such as a simpler and smarter plugin manager, a dynamic progress bar on the upload form, a rating score replacing the average rate for smarter ranking of photos, the update manager integrated into the Piwigo core, the ability to merge tags, thumbnails, and Web-size photo regeneration, cropping, one given tag which can be described in several languages, and six new languages: Afrikaans, Bulgarian, Estonian, Greek, Korean , and Thai. Support of PostgreSQL has been removed.


Release Notes: This version mainly focuses on fixing bugs. It also adds a small feature: the ability to use a tag or a list of tags as filter in the Batch Manager.


Release Notes: Bulgarian language support was added. An improved CSS file selector in the core plugin LocalFiles Editor. When you create a sub-album in a private album, admins and the album creator automatically get permission on it. New methods in the Piwigo API to set a photo as representative of an album or to set photo manual order in an album. To increase performance, Piwigo 2.2.0 removed a bit of randomness on thumbnails when an album has no defined representant. Piwigo 2.2.4 gives you back this randomness as an option. Better detection of upgrade failure.
Recent comments
19 Mar 2006 12:59
Re: Anonymous Rating
Development release 200603181355 brings anonymous rating (with a cookie). Waiting for your feedback :-)
27 Dec 2005 02:31
History Site Graph
I am not sure if it works, but my version is 1.5.1 (very close to 1.5.2 , just the one before - a devel version). I noticed that on history, you show (very nice) the statistics of how many users accessed the site (even with 1 hour resolution). However, at some point a statistic of uniq visitors (graphical) should be good as well. Many people are interested on uniqs , and not on how many pages are opened.
Just an ideea - on my version i couldn't find a way to view graphs of the uniq visitors. I am sure is a very simple addon, and that's why i am mentioning it here.
Also, by the way, you are one of the less php programmers i saw to write clean code, that even me i could understand what is inside. Mucho Kudos.
27 Dec 2005 02:18
Re: Anonymous Rating
>
> % "but this doesn't works for ratings".
>
>
> You're right, rating system is disabled
> for unregistered users. I didn't know
> how to make it work, but PhpWebGallery
> can continue to think about it.
>
> Can you add a feature request ?
Well, i was thinking that you can add some virtual user, and you can identify the user by a permanent cookie stored on user's computer. Ofcourse, the user will be able to delete the
cookie (which by the way should be uniq, probably unixtime+X_random_chars), but who will do this just to rate a picture, let's be serious.
However, is hard to create a community when having just pictures to show, people come , see, and then rarely come back (is the ideea "Ah, i know this site, i saw all the pics"), Rarely the ideea of having comments may make visitors return (if the pictures are very commented , and becomes like a small forum).
Regarding the rating anonymous, i would use cookies, in fact i think this is the only way to allow anonymous rating.
26 Dec 2005 08:05
Re: Anonymous Rating
> "but this doesn't works for ratings".
You're right, rating system is disabled for unregistered users. I didn't know how to make it work, but PhpWebGallery can continue to think about it.
Can you add a feature request ? bugs.phpwebgallery.net
19 Dec 2005 04:26
Re: Anonymous Rating
"but this doesn't works for comments" should be read "but this doesn't works for ratings".