summaryrefslogtreecommitdiff
path: root/FisheyeGallery.php
AgeCommit message (Expand)AuthorFilesLines
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
2007-02-14pass pPaginate in exportChristian Fowler1-3/+3
2007-01-07fix export to only include non NULL valuesChristian Fowler1-2/+4
2007-01-06rename some methods in BitDbBase to meet bitweaver standards. all changes bac...Max Kremmel1-4/+4
2006-12-24add default sort mode when no position information is availabe, add option to...Max Kremmel1-14/+17
2006-11-16fix var in lookupChristian Fowler1-2/+2
2006-11-10comment out public gallery lookup until issues can be resolved. fix various t...Christian Fowler1-2/+2
2006-11-10cleanup lookup checkingChristian Fowler1-4/+5
2006-11-08generalize lookup methods to allow modularization of gallery and item classes...Christian Fowler1-11/+49
2006-10-08add proper admin permsChristian Fowler1-1/+2
2006-10-06fix long standing next/prev bugChristian Fowler1-2/+3
2006-10-03move hits LEFT JOIN *after* INNER JOINChristian Fowler1-2/+2
2006-09-15add getLayout call, clean up some pagination, more neededChristian Fowler1-1/+10
2006-09-08tweak exportHtml to break down by hashChristian Fowler1-4/+4
2006-09-07clean up export and utiltiy method to get image's pageChristian Fowler1-3/+18
2006-09-06add image position fractional ordering to image galleries, and user selectabl...Christian Fowler1-12/+37
2006-08-29start work on public galleries - basics workingMax Kremmel1-2/+11
2006-08-19fix for hits changeHash91-2/+2
2006-08-19update hits query.Max Kremmel1-2/+3
2006-06-25change allow_comments to use liberty content_prefs and also allow gallery lev...Christian Fowler1-8/+5
2006-06-22a gallery can choose to have comments on its imageSylvie Greverend1-5/+8
2006-05-07use of subselects to achieve 100x increase in query performance. mysql gBitDb...Christian Fowler1-20/+42
2006-05-04make addItem id checks more specificMax Kremmel1-2/+2
2006-04-11rename permissions to new standard using: p_<package>_<verb>_[<noun>]Max Kremmel1-2/+2