| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2008-06-23 | replace individual function parameters with an array of options when using ↵ | Max Kremmel | 1 | -3/+11 | |
| 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-17 | Converted to LibertyMime | Lester Caine | 1 | -4/+5 | |
| 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 | 1 | -1/+45 | |
| given list of top level galleries - currently only ADVANCED_POSTGRESQL is supported | |||||
| 2007-10-25 | Fix up various vd()s to use something more useful. | Nick Palmer | 1 | -2/+2 | |
| 2007-10-24 | use getThumbnailUri | Christian Fowler | 1 | -1/+2 | |
| 2007-10-10 | Fix pagination in list_galleries.tpl | Nick Palmer | 1 | -4/+5 | |
| Modernize FisheyeGallery::getList to return data directly. | |||||
| 2007-10-03 | handle gallery image order with no positions set | Christian Fowler | 1 | -3/+6 | |
| 2007-09-21 | fix no recursive delete of images to use is_a instead of is_subclass_of | Christian Fowler | 1 | -6/+5 | |
| 2007-09-15 | SCHEMA CHANGE: Major overhaul to liberty attachable by removing ↵ | Christian Fowler | 1 | -3/+2 | |
| attachment_map and only allow attachments to be wired to a single piece of content. removed attachment_map, single and multiple attachments are working, ajax code was removed, and should be put in a separate library/class to handle what to do with 'floating' files waiting for a store | |||||
| 2007-09-14 | rename valid_sort_modes hash key and update to take more sort modesPRE_LIB_ATTACHMENT_REFACTOR | Max Kremmel | 1 | -2/+2 | |
| 2007-09-05 | use is_subclass_of FisheyeImage when deleting children | Christian Fowler | 1 | -4/+2 | |
| 2007-07-16 | Add m(Admin|Edit|View)ContentPermission to various classes. update ↵ | Max Kremmel | 1 | -3/+9 | |
| LibertyContent::has(Admin|Edit|View)Permission to work with new values. To make use of these new permission checks simply use $gContent->hasEditPermission(). Please check to see if i inserted the correct permissions in all classes. new admin permission added to treasury. | |||||
| 2007-06-25 | when retrieving thumbnail via advanced postgres, remove fisheyeimage ↵ | Christian Fowler | 1 | -5/+6 | |
| restriction for thumbnail and get content_type_guid | |||||
| 2007-06-24 | use liberty thumbnail fetcher to get next and previous thumbs. | Max Kremmel | 1 | -17/+3 | |
| 2007-06-22 | Remove subpackage tag from class - phpdoc 1.3.2 handles correctly now | Lester Caine | 1 | -2/+1 | |
| 2007-06-15 | migrate gatekeeper list SQL to new service function | Christian Fowler | 1 | -16/+1 | |
| 2007-06-13 | Hide breadcrumbs for private galleries. | Nick Palmer | 1 | -2/+2 | |
| 2007-06-11 | remove unused global $commentsLib | Max Kremmel | 1 | -2/+2 | |
| 2007-06-08 | Remove reserved word | Lester Caine | 1 | -3/+3 | |
| 2007-05-05 | removeORDER BY RANDOM for isAdvancedPostgresEnabled in getThumbnailImage | Christian Fowler | 1 | -2/+2 | |
| 2007-04-19 | liberty_attachemnt join fix to work with new schema | Max Kremmel | 1 | -2/+3 | |
| 2007-03-20 | set available sort_modes to avoid WSODs | Max Kremmel | 1 | -1/+3 | |
| 2007-03-14 | initialize whereSql | Christian Fowler | 1 | -1/+2 | |
| 2007-03-09 | fix AdvancedPostgresEnabled query in getThumbnailImage when getting ↵ | Christian Fowler | 1 | -4/+9 | |
| directory full of protected images | |||||
| 2007-02-23 | init mItems with empty array, not null | Christian Fowler | 1 | -3/+3 | |
| 2007-02-14 | pass pPaginate in export | Christian Fowler | 1 | -3/+3 | |
| 2007-01-07 | fix export to only include non NULL values | Christian Fowler | 1 | -2/+4 | |
| 2007-01-06 | rename some methods in BitDbBase to meet bitweaver standards. all changes ↵ | Max Kremmel | 1 | -4/+4 | |
| backwards compatible with deprecated function call message. | |||||
| 2006-12-24 | add default sort mode when no position information is availabe, add option ↵ | Max Kremmel | 1 | -14/+17 | |
| to disable auto ordering when uploading items - this way it's possible to simply have an autosorted gallery without the need to visit the image_order.php page | |||||
| 2006-11-16 | fix var in lookup | Christian Fowler | 1 | -2/+2 | |
| 2006-11-10 | comment out public gallery lookup until issues can be resolved. fix various ↵ | Christian Fowler | 1 | -2/+2 | |
| things related to public gals | |||||
| 2006-11-10 | cleanup lookup checking | Christian Fowler | 1 | -4/+5 | |
| 2006-11-08 | generalize lookup methods to allow modularization of gallery and item ↵ | Christian Fowler | 1 | -11/+49 | |
| classes, and more generic getSourceFile() overridable method | |||||
| 2006-10-08 | add proper admin perms | Christian Fowler | 1 | -1/+2 | |
| 2006-10-06 | fix long standing next/prev bug | Christian Fowler | 1 | -2/+3 | |
| 2006-10-03 | move hits LEFT JOIN *after* INNER JOIN | Christian Fowler | 1 | -2/+2 | |
| 2006-09-15 | add getLayout call, clean up some pagination, more needed | Christian Fowler | 1 | -1/+10 | |
| 2006-09-08 | tweak exportHtml to break down by hash | Christian Fowler | 1 | -4/+4 | |
| 2006-09-07 | clean up export and utiltiy method to get image's page | Christian Fowler | 1 | -3/+18 | |
| 2006-09-06 | add image position fractional ordering to image galleries, and user ↵ | Christian Fowler | 1 | -12/+37 | |
| selectable per gallery layout style (matrix, auto-flow, or image position) | |||||
| 2006-08-29 | start work on public galleries - basics working | Max Kremmel | 1 | -2/+11 | |
| 2006-08-19 | fix for hits change | Hash9 | 1 | -2/+2 | |
| 2006-08-19 | update hits query. | Max Kremmel | 1 | -2/+3 | |
| 2006-06-25 | change allow_comments to use liberty content_prefs and also allow gallery ↵ | Christian Fowler | 1 | -8/+5 | |
| level commenting | |||||
| 2006-06-22 | a gallery can choose to have comments on its image | Sylvie Greverend | 1 | -5/+8 | |
| 2006-05-07 | use of subselects to achieve 100x increase in query performance. mysql ↵ | Christian Fowler | 1 | -20/+42 | |
| gBitDb does not use them | |||||
| 2006-05-04 | make addItem id checks more specific | Max Kremmel | 1 | -2/+2 | |
| 2006-04-11 | rename permissions to new standard using: p_<package>_<verb>_[<noun>] | Max Kremmel | 1 | -2/+2 | |
