summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-02-22add whitespace for conditional levels so code is readable, call {php} includ...Christian Fowler1-46/+39
2009-02-22add getThumbnailUrl method that will return the primary attachment, or last a...Christian Fowler1-1/+16
2009-02-21If no external database connection string supplied fall back to local database.Lester Caine1-8/+14
2009-02-21Tidy dbreport_direct and dbreport_manage - still need to add tools to create ...Lester Caine3-18/+52
2009-02-21Move to liberty - plugin will be used from other packagesLester Caine3-0/+1733
2009-02-07only display edit icon when a user has the right to edit a commentMax Kremmel1-2/+3
2009-02-06when checking for a general user perm you call hasPermission on gBitUser, not...Tekimaki1-2/+2
2009-02-06hush up exif_read_data which can be noisy due to crappy files, e.g. "Incorrec...Christian Fowler1-3/+4
2009-02-05persist contenttypeguid request properly - handle array params in making urlsTekimaki1-2/+2
2009-02-05fix case where all pay be sent in an array - the bug was we were limiting req...Tekimaki1-3/+12
2009-02-05fix comment status joins - need comment table ref independently - was depende...Tekimaki1-3/+7
2009-02-04fix comments getDisplayUrl - gets url based on root_id - related fix boards t...Tekimaki1-3/+8
2009-02-04remove unused p_liberty_delete_attachments perm checkChristian Fowler1-1/+1
2009-02-03more robust getDisplayUrlTekimaki1-1/+4
2009-01-31remove debugChristian Fowler1-2/+1
2009-01-30pass pFunctionParam by reference in invokeServices so service methods can alt...Christian Fowler1-2/+3
2009-01-28pass param hash by reference in services - utilized in _list_sql services to ...Tekimaki1-2/+2
2009-01-28add some standard help languageTekimaki1-0/+1
2009-01-27Help text fixesDaniel Sutcliffe2-4/+4
2009-01-25tweak switchboard messageChristian Fowler1-3/+3
2009-01-25send switchboard 'new comment' eventChristian Fowler1-2/+14
2009-01-24standardize search with 'find' param, removes find_objects - CUSTOM PACKAGE D...wjames54-8/+20
2009-01-24tweak connectby query for postgres8.3, check for \!empty($pParamHash['content...R250Christian Fowler1-5/+5
2009-01-24provide a full list of accepted styling methods.Max Kremmel1-3/+3
2009-01-24alphabetically sort options for easier overviewMax Kremmel1-9/+8
2009-01-23check lat lngs are numeric so 0s printTekimaki1-2/+2
2009-01-23only print <br /> when a description is setMax Kremmel1-1/+3
2009-01-23disable by defaultMax Kremmel1-2/+2
2009-01-23use serviceLocation='comment' for comment to display to allow service to opt ...Christian Fowler1-1/+1
2009-01-16Prevent creation of cache directories when cache is switched offLester Caine1-2/+3
2009-01-16Allow longer page numbers - log had 20000 pages but I could not get to endLester Caine1-1/+1
2009-01-16undefined variable fixMax Kremmel1-3/+3
2009-01-15add option to use swftools to convert pdfs to swf and display the PDF inlineMax Kremmel4-0/+285
2009-01-15use is_executable() instead of unreliable and cumbersome shell_exec()Max Kremmel1-4/+4
2009-01-15Fix error when viewing content from tags package.Nick Palmer1-2/+2
2009-01-11more code cleanupMax Kremmel1-111/+115
2009-01-11clean up code.Max Kremmel1-26/+32
2009-01-10make use of get_image_sizes function, add option to set default liberty image...Max Kremmel3-9/+24
2009-01-10move fancy zoom stuff to liberty mime, clean up code, set size in $_REQUEST, ...Max Kremmel1-1/+11
2009-01-04undefined index fix and some code cleanupMax Kremmel1-6/+6
2009-01-04use a better motion estimation method for encoding mp4 files. keep an eye on ...Max Kremmel1-4/+4
2009-01-03allow user to specify displayed size when using {attachment} with the new pan...Max Kremmel1-1/+6
2009-01-03force a maximum quality of 75 to reduce panoramic image download size and pro...Max Kremmel1-2/+22
2009-01-03if we specify output=thumbnail, we can force the use of thumbnail display for...Max Kremmel1-6/+7
2009-01-03allow mime plugins to provide wiki helpMax Kremmel2-27/+70
2009-01-03allow the user to specify the default compression setting for thumbnailsMax Kremmel5-14/+28
2009-01-02rename 'flv' to 'video', clean up code and fix the use of MP4Box when fixing ...Max Kremmel13-162/+217
2009-01-02calculate the maximum possible vertical movement based on the aspect ratio of...Max Kremmel2-4/+25
2009-01-02remove image flop. no need for that anymore with new pano viewerMax Kremmel1-25/+22
2009-01-01update fspp to new version (renamed to pan0), split swf player into new tpl a...Max Kremmel3-66/+13