summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-02-03remove caching of title and display_url in mInfo, use ->getTitle() and ↵Christian Fowler1-5/+5
->getDisplayUrl() methods instead of ->mInfo.title/.display_url in templates to allow for cleaner polymorphism
2010-02-03use getTitle with FALSE default so empty title images don't get overwritten ↵Christian Fowler3-6/+3
with defaults
2010-02-03if load fisheye_image row has empty width and height, call getImageDetails ↵Christian Fowler1-1/+14
and update as necessary
2010-02-02use ->getTitle() method instead of ->mInfo.title in templates to allow for ↵Christian Fowler7-24/+24
cleaner polymorphism
2010-02-02add pDefault=TRUE tp getTitle to allow control of returning a default image ↵Christian Fowler1-8/+4
title
2010-01-30default sort_mode is created_descChristian Fowler1-2/+1
2010-01-28call unlink_r to completely remove contents of expanded archive upload, also ↵Christian Fowler1-2/+5
tidy up uploads by removing unknown file types
2010-01-09add Content-Length to gallery downloadChristian Fowler1-1/+2
2009-12-16updated usergroup for permission p_fisheye_download_gallery_archive that was ↵Walter Wojcik1-1/+1
missing causing an undefined offset error. Set to 'basic'
2009-12-03Add another permission check to make sure that even if a user is in the ↵Tyler Bello2-4/+5
proper group, they can only download their own gallery
2009-12-03Add function to archive a FisheyeGallery and allow a user to download it in ↵Tyler Bello5-6/+59
its entirety with nested galleries intact
2009-11-10use verifyFileExtension to be certain about mime type/handle no inbound mime ↵R270Christian Fowler1-3/+5
type
2009-11-10Add gallery_id attribute and breadcrumb class to breadcrumb link. Bare bones ↵Tyler Bello1-2/+2
information needed to make personal modifications to breadcrumbs after they are returned.
2009-11-04tweak isMachineName to make sure non-char appears after leading machine prefixChristian Fowler1-2/+2
2009-11-04use default photouploadChristian Fowler1-1/+1
2009-10-23chdir __FILE__Christian Fowler1-1/+3
2009-10-01remove ref to non-existant copyright.txt filewjames52-4/+4
2009-10-01fix LGPL license ref from non-existant license.txt file to lgpl urlwjames52-4/+4
2009-09-25add display mode for inline uploaderTyler Bello1-3/+12
2009-08-28reverse out listBoxContents, better checking of moduleParamsChristian Fowler1-34/+4
2009-08-28add wrapper for columns or notTyler Bello1-2/+44
2009-08-26comment typoTyler Bello1-2/+3
2009-08-25remove NULL squash on bindVarsChristian Fowler1-2/+2
2009-08-17check for size set in thumb url requestChristian Fowler1-2/+2
2009-07-14fisheye_store_upload returns a hash of errors. empty hash means SUCCESS\!Tyler Bello2-6/+5
2009-07-14add verifyMimeType to pFileHash to make sure we are working with the proper ↵Tyler Bello1-1/+3
file type assumptions
2009-07-14Variety of fixes and album nesting supportTyler Bello2-28/+42
2009-07-13separate out pPostData and pParamhash data since some plugins can populate ↵Christian Fowler2-12/+24
_POST['g2_form'] and _GET['g2_form'] differently o-O, implement no-op command as a ping.
2009-07-12initial implementation of Gallery2 Remote API implementation. It works\!Christian Fowler2-0/+303
2009-07-10remove non xhtml compliant <p> tags that wrap a <ul>, move \!hasService code ↵Christian Fowler1-5/+6
around a bit so onSubmit gets assigned
2009-07-09Added option to always use filenames to name fisheye images vs. forcing use ↵Tyler Bello2-3/+10
of existing EXIF data
2009-07-06move js upload service AFTER form so service javascript can do thing to the ↵Christian Fowler1-8/+8
form if need be (like set submit event handlers)
2009-07-04add is_a( FisheyeImage ) before calling rotateImageChristian Fowler1-3/+5
2009-07-04add matching content_pre_upload_function service function to go with post ↵Christian Fowler1-3/+3
upload, remove giga specific code
2009-07-03use liberty services for custom uploading, remove redundant {legend} with ↵Christian Fowler1-47/+45
header and jstab
2009-07-03Modified isMachineName to accept a file extension at the endTyler Bello1-2/+2
2009-07-01revert previous commitTyler Bello1-14/+7
2009-07-01Modifications for new uploaderTyler Bello1-7/+14
2009-07-01use getContentTypeDescription with a guid in getTitle when no lc.title, as ↵Christian Fowler1-4/+5
pHash can be sparse at times (stars for example)
2009-06-30add default do nothing loadThumbnailChristian Fowler1-1/+5
2009-06-30move $() into BitBase name space, and use document.getElementById in ↵Christian Fowler1-7/+7
distro'ed packages
2009-06-26remove seemingly erroneous reference to 'gallery_thumbnail_url' in FisheyeImageChristian Fowler1-9/+2
2009-06-19use hasUpdatePermission to check if gallery can be added toChristian Fowler2-5/+7
2009-06-11Smart quote scrubber for book machineTyler Bello1-1/+24
2009-06-02if there are errors in verify process, then check parent for errors too for ↵Tekimaki1-1/+5
all in one error checking like other pkgs
2009-06-02add request hash to each upload to store so that services values get passed inTekimaki1-6/+11
2009-05-15actually assign a default pTitle in getDisplayLinkChristian Fowler1-2/+2
2009-05-06remove stray char in exportHtmlChristian Fowler1-2/+1
2009-05-05whitespaceTyler Bello1-2/+1
2009-05-05get fi.image_id in getImageListChristian Fowler1-4/+5