summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-02-04do not use defaults for title input fieldpre_deprecate_bit_setup_incPRE_BIT_SETUP_CHANGEChristian Fowler1-1/+1
2010-02-03remove caching of title and display_url in mInfo, use ->getTitle() and ->getD...Christian Fowler1-5/+5
2010-02-03use getTitle with FALSE default so empty title images don't get overwritten w...Christian Fowler3-6/+3
2010-02-03if load fisheye_image row has empty width and height, call getImageDetails an...Christian Fowler1-1/+14
2010-02-02use ->getTitle() method instead of ->mInfo.title in templates to allow for cl...Christian Fowler7-24/+24
2010-02-02add pDefault=TRUE tp getTitle to allow control of returning a default image t...Christian Fowler1-8/+4
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
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
2009-12-03Add another permission check to make sure that even if a user is in the prope...Tyler Bello2-4/+5
2009-12-03Add function to archive a FisheyeGallery and allow a user to download it in i...Tyler Bello5-6/+59
2009-11-10use verifyFileExtension to be certain about mime type/handle no inbound mime ...R270Christian Fowler1-3/+5
2009-11-10Add gallery_id attribute and breadcrumb class to breadcrumb link. Bare bones ...Tyler Bello1-2/+2
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 f...Tyler Bello1-1/+3
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 _P...Christian Fowler2-12/+24
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
2009-07-09Added option to always use filenames to name fisheye images vs. forcing use o...Tyler Bello2-3/+10
2009-07-06move js upload service AFTER form so service javascript can do thing to the ...Christian Fowler1-8/+8
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 upl...Christian Fowler1-3/+3
2009-07-03use liberty services for custom uploading, remove redundant {legend} with hea...Christian Fowler1-47/+45
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 pH...Christian Fowler1-4/+5
2009-06-30add default do nothing loadThumbnailChristian Fowler1-1/+5
2009-06-30move $() into BitBase name space, and use document.getElementById in distro'e...Christian Fowler1-7/+7
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 a...Tekimaki1-1/+5
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