summaryrefslogtreecommitdiff
path: root/FisheyeGallery.php
AgeCommit message (Expand)AuthorFilesLines
2010-03-16replace deprecated split call with explodeChristian Fowler1-2/+2
2010-03-02remove debugChristian Fowler1-2/+1
2010-03-02sort getTree results alphabetically by lc.titleChristian Fowler1-1/+16
2010-01-09add Content-Length to gallery downloadChristian Fowler1-1/+2
2009-12-03Add function to archive a FisheyeGallery and allow a user to download it in i...Tyler Bello1-2/+45
2009-08-25remove NULL squash on bindVarsChristian Fowler1-2/+2
2009-05-06remove stray char in exportHtmlChristian Fowler1-2/+1
2009-05-05get fi.image_id in getImageListChristian Fowler1-4/+5
2009-03-30ajax image scroller added to gallery layout optionsLester Caine1-1/+2
2009-03-27update last_modified time of gallery on addItemChristian Fowler1-1/+4
2009-03-23make sure this->mContentId is validChristian Fowler1-2/+2
2009-03-23add display_uri to getList hashChristian Fowler1-1/+2
2008-12-11Fix another ambigous column on Oracle.Tomasz Kalkosinski1-2/+2
2008-12-11Fix ambigous column on Oracle.Tomasz Kalkosinski1-2/+2
2008-11-06add getImageListChristian Fowler1-1/+30
2008-10-20BIG CHANGE: migrate p_*_edit permissions to p_*_update permission naming conv...Christian Fowler1-2/+2
2008-10-03CORE CHANGE: cleave Create permission from Edit permission so that they are d...wjames51-1/+2
2008-09-27set NULL as default gallery thumbnail_size if not setChristian Fowler1-2/+2
2008-09-27set NULL as default gallery thumbnail_size if not setChristian Fowler1-2/+2
2008-09-14handle no preivew image (empty gallery)Christian Fowler1-4/+5
2008-09-14use getPreviewHash to pass into getMimeTemplate, add getThumbnailContentId pu...Christian Fowler1-8/+28
2008-08-30add nested <ul> to getTree so html validatesChristian Fowler1-4/+5
2008-07-18Default navigation elements should be avatar ( think I switched to icon when ...Lester Caine1-3/+3
2008-06-23replace individual function parameters with an array of options when using li...Max Kremmel1-3/+11
2008-06-23fix closing tag in generateListChristian Fowler1-2/+2
2008-06-20add recursive generateList and generateMenu methods to build entire tree for ...Christian Fowler1-1/+66
2008-06-17Converted to LibertyMimeLester Caine1-4/+5
2008-06-16add ::getTree method to get a complete tree of a user's galleries from a give...Christian Fowler1-1/+45
2007-10-25Fix up various vd()s to use something more useful.Nick Palmer1-2/+2
2007-10-24use getThumbnailUriChristian Fowler1-1/+2
2007-10-10Fix pagination in list_galleries.tplNick Palmer1-4/+5
2007-10-03handle gallery image order with no positions setChristian Fowler1-3/+6
2007-09-21fix no recursive delete of images to use is_a instead of is_subclass_ofChristian Fowler1-6/+5
2007-09-15SCHEMA CHANGE: Major overhaul to liberty attachable by removing attachment_ma...Christian Fowler1-3/+2
2007-09-14rename valid_sort_modes hash key and update to take more sort modesPRE_LIB_ATTACHMENT_REFACTORMax Kremmel1-2/+2
2007-09-05use is_subclass_of FisheyeImage when deleting childrenChristian Fowler1-4/+2
2007-07-16Add m(Admin|Edit|View)ContentPermission to various classes. update LibertyCon...Max Kremmel1-3/+9
2007-06-25when retrieving thumbnail via advanced postgres, remove fisheyeimage restrict...Christian Fowler1-5/+6
2007-06-24use liberty thumbnail fetcher to get next and previous thumbs.Max Kremmel1-17/+3
2007-06-22Remove subpackage tag from class - phpdoc 1.3.2 handles correctly nowLester Caine1-2/+1
2007-06-15migrate gatekeeper list SQL to new service functionChristian Fowler1-16/+1
2007-06-13Hide breadcrumbs for private galleries.Nick Palmer1-2/+2
2007-06-11remove unused global $commentsLibMax Kremmel1-2/+2
2007-06-08Remove reserved wordLester Caine1-3/+3
2007-05-05removeORDER BY RANDOM for isAdvancedPostgresEnabled in getThumbnailImageChristian Fowler1-2/+2
2007-04-19liberty_attachemnt join fix to work with new schemaMax Kremmel1-2/+3
2007-03-20set available sort_modes to avoid WSODsMax Kremmel1-1/+3
2007-03-14initialize whereSqlChristian Fowler1-1/+2
2007-03-09fix AdvancedPostgresEnabled query in getThumbnailImage when getting directory...Christian Fowler1-4/+9
2007-02-23init mItems with empty array, not nullChristian Fowler1-3/+3