summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-03-14bug #2686661: fix deletion of obsolete links in liberty_content_linksMax Kremmel1-2/+2
2009-03-12add todos to move specific package crap out of here and into services this st...wjames51-2/+12
2009-03-09Don't show the Format Help tab if there is none to showDaniel Sutcliffe1-15/+17
2009-03-03tweak getLibertyObject to allow for overridable getNewObject in case some acr...Christian Fowler1-5/+19
2009-02-27rollback comment allow check as its not helpful for core purpose - fehTekimaki1-17/+5
2009-02-27if new content then always return true for allow comments - this facilitates ...Tekimaki1-5/+17
2009-02-25check for \!anon_post before logging in(auto-fill can hork things up)Christian Fowler1-3/+4
2009-02-25add inline login with comment postingChristian Fowler1-14/+22
2009-02-25move captcha next to comment_name, add params.id and params.style to captcha....Christian Fowler1-2/+2
2009-02-25add code to be able to do online login/registration when posting commentChristian Fowler1-2/+23
2009-02-24remove all php includesMax Kremmel1-2/+0
2009-02-24move data.dbreport.php to a non distro packageChristian Fowler3-1773/+0
2009-02-23remove {php} include (LIBERTY_PKG_PATH."edit_storage_inc.php"); {/php} - it ...Christian Fowler1-3/+0
2009-02-22make sure thumbnail exists and add docsMax Kremmel1-2/+12
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