Summary | Limit galleries displayed by image count |
Queue | Ansel |
Queue Version | HEAD |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | duck (at) obala (dot) net |
Created | 02/04/2009 (5994 days ago) |
Due | |
Updated | 02/06/2009 (5992 days ago) |
Assigned | |
Resolved | 02/06/2009 (5992 days ago) |
Milestone | |
Patch | Yes |
http://cvs.horde.org/diff.php/ansel/config/conf.xml?rt=horde&r1=1.49.2.1&r2=1.49.2.2&ty=u
http://cvs.horde.org/diff.php/ansel/lib/Ansel.php?rt=horde&r1=1.517.2.40&r2=1.517.2.41&ty=u
State ⇒ Resolved
correct configuration parameter, and committed.
Thanks.
http://cvs.horde.org/diff.php/ansel/config/conf.xml?rt=horde&r1=1.50&r2=1.51&ty=u
http://cvs.horde.org/diff.php/ansel/lib/Ansel.php?rt=horde&r1=1.573&r2=1.574&ty=u
Summary ⇒ Limit galleriesd displayed by image count
State ⇒ Accepted
Sounds reasonable. Thanks. Should also probably document the allowed
values for the $attribute array in those share functions as well.
anything except mangle the $attributes['images'] value?
image attribute is an array, so it take filters the sql query with
"attribute_images > X".
State ⇒ Feedback
Assigned to Michael Rubinsky
anything except mangle the $attributes['images'] value?
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ Limit gallery by images
Queue ⇒ Ansel
Milestone ⇒
Patch ⇒ Yes
New Attachment: limit.diff
State ⇒ New
public display only galleries with certain number of images. For
example to avoid listing still empty galleries. The patch allows to
specify the the number of images needed to be in gallery to make it
available in public list.