| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2008-09-15 | migrate out view gallery into modular gallery_views | Christian Fowler | 4 | -2/+175 | |
| 2008-09-14 | handle no preivew image (empty gallery) | Christian Fowler | 1 | -4/+5 | |
| 2008-09-14 | use getPreviewHash to pass into getMimeTemplate, add getThumbnailContentId ↵ | Christian Fowler | 4 | -16/+42 | |
| pure virtual function | |||||
| 2008-09-12 | allow custom title | laetzer | 1 | -3/+3 | |
| 2008-09-10 | a number of html and consistency fixes for module help | Max Kremmel | 1 | -4/+5 | |
| 2008-09-09 | one help file for each module (that takes parameters), html code change from ↵ | laetzer | 1 | -33/+22 | |
| <table> to <dl> | |||||
| 2008-09-02 | removed "data" class from ul. avoids mix up between center vs column styles | laetzer | 1 | -2/+2 | |
| 2008-08-30 | add nested <ul> to getTree so html validates | Christian Fowler | 1 | -4/+5 | |
| 2008-08-27 | normal instead of special characters | laetzer | 1 | -1/+1 | |
| 2008-07-24 | remove some LINKED_ATTACHMENTS stuff that can easily be kept packages ↵ | Max Kremmel | 1 | -2/+2 | |
| outside bitweaver-core | |||||
| 2008-07-20 | Add additional transaction wrapper around store to restore libertyattachment ↵ | Lester Caine | 1 | -1/+5 | |
| handling of storage failure. | |||||
| 2008-07-20 | Put back 'process archive' default as on. (Should have been in fishery) | Lester Caine | 1 | -2/+2 | |
| 2008-07-20 | Missing </div> | Lester Caine | 1 | -2/+3 | |
| 2008-07-18 | Default navigation elements should be avatar ( think I switched to icon when ↵ | Lester Caine | 1 | -3/+3 | |
| applying LM updates ) | |||||
| 2008-07-11 | show plugin options | Max Kremmel | 1 | -0/+2 | |
| 2008-07-08 | move some plugins to their new homes | Max Kremmel | 2 | -6/+148 | |
| 2008-07-06 | call inline tpl instead of view | Max Kremmel | 1 | -1/+1 | |
| 2008-07-06 | fix div layout css laoding | Max Kremmel | 2 | -6/+4 | |
| 2008-06-26 | whitespace fix | Christian Fowler | 1 | -4/+4 | |
| 2008-06-26 | add iforce="icon" to next and prev | Christian Fowler | 1 | -2/+2 | |
| 2008-06-25 | change display call to use a hash for display options, add display_mode to ↵ | Christian Fowler | 10 | -24/+24 | |
| options hash | |||||
| 2008-06-23 | replace individual function parameters with an array of options when using ↵ | Max Kremmel | 3 | -7/+19 | |
| liberty thumbnail fetching functions | |||||
| 2008-06-23 | fix closing tag in generateList | Christian Fowler | 1 | -2/+2 | |
| 2008-06-20 | add recursive generateList and generateMenu methods to build entire tree for ↵ | Christian Fowler | 1 | -1/+66 | |
| a user using FisheyeGallery::getTree (which still only works for ADVANCED_POSTGRESQL due to its recursive nature | |||||
| 2008-06-20 | Make internal item entry consistent - galItem | Lester Caine | 1 | -32/+40 | |
| Improve gallery handling in simple_list Still need list items to use mime display properly | |||||
| 2008-06-20 | Tell LibertyMime we are processing an update | Lester Caine | 1 | -1/+7 | |
| 2008-06-17 | Converted to LibertyMime | Lester Caine | 13 | -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-16 | add ::getTree method to get a complete tree of a user's galleries from a ↵ | Christian Fowler | 2 | -2/+47 | |
| given list of top level galleries - currently only ADVANCED_POSTGRESQL is supported | |||||
| 2008-05-05 | shorter js-tabs, extended info still in <legend>sR202 | laetzer | 1 | -4/+4 | |
| 2008-04-30 | handle empty module_title | bitweaver.org | 1 | -2/+2 | |
| 2008-03-29 | remove debug | Christian Fowler | 1 | -6/+2 | |
| 2008-03-29 | add support for query_cache_time | Christian Fowler | 1 | -4/+7 | |
| 2008-03-19 | quiet exif_read to prevent mass NOTICE's in error_log | Christian Fowler | 1 | -2/+2 | |
| 2008-02-26 | register content types on install. many packages are updated with this, but ↵ | wjames5 | 1 | -0/+6 | |
| more need updating | |||||
| 2008-02-24 | Added missing global $gBitUser directive. | Tomasz Kalkosinski | 1 | -1/+2 | |
| 2008-02-19 | add fisheye_verify_upload_item support for uploaded image files, add ↵ | Christian Fowler | 1 | -6/+7 | |
| p_fisheye_upload_nonimages to default fisheye_verify_upload_item | |||||
| 2008-02-15 | add fisheye_verify_upload_item function as a possible override so custom ↵ | Christian Fowler | 1 | -2/+9 | |
| package can scour uploaded items | |||||
| 2008-02-08 | add fancy zoom js for viewing images. if this turns out to be a bad choice ↵ | Max Kremmel | 1 | -9/+24 | |
| of js we can easily remove it again. insanely easy to implement. | |||||
| 2008-02-05 | revert to libertypagination since it actually works and is very feature complete | Christian Fowler | 2 | -4/+4 | |
| 2008-02-03 | convert last remaining uses of libertypagination to pagination function | Jams H Thompson | 1 | -1/+1 | |
| 2008-01-14 | nuke Thumbs.db files, common in zip files coming from windows | Christian Fowler | 1 | -2/+4 | |
| 2007-12-07 | correctly add missing sequence fisheye_image_id_seq | MW | 1 | -0/+6 | |
| 2007-11-25 | fix image link | Christian Fowler | 1 | -4/+2 | |
| 2007-11-25 | add center image comments | Christian Fowler | 2 | -0/+89 | |
| 2007-11-21 | undefined index and variable fixes | Max Kremmel | 1 | -3/+3 | |
| 2007-11-21 | load css using loadCSS | Max Kremmel | 2 | -5/+7 | |
| 2007-11-20 | fore obscure DISTINCT ON + ORDER BY limitations, add ↵ | Christian Fowler | 1 | -9/+11 | |
| pListHash['recent_images'] to get images from recent user truncated by day. | |||||
| 2007-11-20 | default getList to distinct users if no user_id set since one user easily ↵ | Christian Fowler | 1 | -1/+4 | |
| can monopolize list | |||||
| 2007-11-20 | assign moduleTitle if a module parameter, add name of user if image list is ↵ | Christian Fowler | 2 | -2/+7 | |
| not for a particularly user | |||||
| 2007-11-20 | change $mid to $whereSql, $join to $joinSql, add support for group_id in ↵ | Christian Fowler | 1 | -10/+22 | |
| getList pParamHash | |||||
