summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-09-15migrate out view gallery into modular gallery_viewsChristian Fowler4-2/+175
2008-09-14handle no preivew image (empty gallery)Christian Fowler1-4/+5
2008-09-14use getPreviewHash to pass into getMimeTemplate, add getThumbnailContentId ↵Christian Fowler4-16/+42
pure virtual function
2008-09-12allow custom titlelaetzer1-3/+3
2008-09-10a number of html and consistency fixes for module helpMax Kremmel1-4/+5
2008-09-09one help file for each module (that takes parameters), html code change from ↵laetzer1-33/+22
<table> to <dl>
2008-09-02removed "data" class from ul. avoids mix up between center vs column styleslaetzer1-2/+2
2008-08-30add nested <ul> to getTree so html validatesChristian Fowler1-4/+5
2008-08-27normal instead of special characterslaetzer1-1/+1
2008-07-24remove some LINKED_ATTACHMENTS stuff that can easily be kept packages ↵Max Kremmel1-2/+2
outside bitweaver-core
2008-07-20Add additional transaction wrapper around store to restore libertyattachment ↵Lester Caine1-1/+5
handling of storage failure.
2008-07-20Put back 'process archive' default as on. (Should have been in fishery)Lester Caine1-2/+2
2008-07-20Missing </div>Lester Caine1-2/+3
2008-07-18Default navigation elements should be avatar ( think I switched to icon when ↵Lester Caine1-3/+3
applying LM updates )
2008-07-11show plugin optionsMax Kremmel1-0/+2
2008-07-08move some plugins to their new homesMax Kremmel2-6/+148
2008-07-06call inline tpl instead of viewMax Kremmel1-1/+1
2008-07-06fix div layout css laodingMax Kremmel2-6/+4
2008-06-26whitespace fixChristian Fowler1-4/+4
2008-06-26add iforce="icon" to next and prevChristian Fowler1-2/+2
2008-06-25change display call to use a hash for display options, add display_mode to ↵Christian Fowler10-24/+24
options hash
2008-06-23replace individual function parameters with an array of options when using ↵Max Kremmel3-7/+19
liberty thumbnail fetching functions
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
a user using FisheyeGallery::getTree (which still only works for ADVANCED_POSTGRESQL due to its recursive nature
2008-06-20Make internal item entry consistent - galItemLester Caine1-32/+40
Improve gallery handling in simple_list Still need list items to use mime display properly
2008-06-20Tell LibertyMime we are processing an updateLester Caine1-1/+7
2008-06-17Converted to LibertyMimeLester Caine13-102/+202
image_data 'flattened' into mInfo for compatability with treasury/mime templates simple_list view added to gallery options. parallels addig grids to treasury, but different ways of managing galleries are not compatible.
2008-06-16add ::getTree method to get a complete tree of a user's galleries from a ↵Christian Fowler2-2/+47
given list of top level galleries - currently only ADVANCED_POSTGRESQL is supported
2008-05-05shorter js-tabs, extended info still in <legend>sR202laetzer1-4/+4
2008-04-30handle empty module_titlebitweaver.org1-2/+2
2008-03-29remove debugChristian Fowler1-6/+2
2008-03-29add support for query_cache_timeChristian Fowler1-4/+7
2008-03-19quiet exif_read to prevent mass NOTICE's in error_logChristian Fowler1-2/+2
2008-02-26register content types on install. many packages are updated with this, but ↵wjames51-0/+6
more need updating
2008-02-24Added missing global $gBitUser directive.Tomasz Kalkosinski1-1/+2
2008-02-19add fisheye_verify_upload_item support for uploaded image files, add ↵Christian Fowler1-6/+7
p_fisheye_upload_nonimages to default fisheye_verify_upload_item
2008-02-15add fisheye_verify_upload_item function as a possible override so custom ↵Christian Fowler1-2/+9
package can scour uploaded items
2008-02-08add fancy zoom js for viewing images. if this turns out to be a bad choice ↵Max Kremmel1-9/+24
of js we can easily remove it again. insanely easy to implement.
2008-02-05revert to libertypagination since it actually works and is very feature completeChristian Fowler2-4/+4
2008-02-03convert last remaining uses of libertypagination to pagination functionJams H Thompson1-1/+1
2008-01-14nuke Thumbs.db files, common in zip files coming from windowsChristian Fowler1-2/+4
2007-12-07correctly add missing sequence fisheye_image_id_seqMW1-0/+6
2007-11-25fix image linkChristian Fowler1-4/+2
2007-11-25add center image commentsChristian Fowler2-0/+89
2007-11-21undefined index and variable fixesMax Kremmel1-3/+3
2007-11-21load css using loadCSSMax Kremmel2-5/+7
2007-11-20fore obscure DISTINCT ON + ORDER BY limitations, add ↵Christian Fowler1-9/+11
pListHash['recent_images'] to get images from recent user truncated by day.
2007-11-20default getList to distinct users if no user_id set since one user easily ↵Christian Fowler1-1/+4
can monopolize list
2007-11-20assign moduleTitle if a module parameter, add name of user if image list is ↵Christian Fowler2-2/+7
not for a particularly user
2007-11-20change $mid to $whereSql, $join to $joinSql, add support for group_id in ↵Christian Fowler1-10/+22
getList pParamHash