summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-03-17upgrade Comments to LiberytMime to support attaching files to comments. big ↵wjames57-96/+187
move also of comment storage hash verification into LComm::verifyComment, everything else is support. new liberty admin option to enabled attachments on comments. boards and tickters verification bits move into verification services
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 ↵wjames51-2/+12
stuff is getting out of control
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 ↵Christian Fowler1-5/+19
acrobatics are necessary
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
comment services and minimizes functional overrides in subclasses
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 ↵Christian Fowler1-2/+2
captcha.tpl so inline login can toggle captcha display
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
is included in invokeService("content_edit_function")
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} ↵Christian Fowler1-46/+39
include (LIBERTY_PKG_PATH.'edit_storage_inc.php'); {/php} in LibertyMime default scenario, else deleteAttachment does not work
2009-02-22add getThumbnailUrl method that will return the primary attachment, or last ↵Christian Fowler1-1/+16
attachment if no is_primary
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
managed dsn entries
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, ↵Tekimaki1-2/+2
not hasUserPermission -- hasUserPermission runs the perm on the content object - in which case its the gBitUser itself - which will thus always return true since the user is the owner of themselves
2009-02-06hush up exif_read_data which can be noisy due to crappy files, e.g. ↵Christian Fowler1-3/+4
"Incorrect APP1 Exif Identifier Code" etc...
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 ↵Tekimaki1-3/+12
requests on an empty string which always returned no results
2009-02-05fix comment status joins - need comment table ref independently - was ↵Tekimaki1-3/+7
dependent on libertysecure join before naughty naught
2009-02-04fix comments getDisplayUrl - gets url based on root_id - related fix boards ↵Tekimaki1-3/+8
topics urls which are derived from comments - note the tpl tweak in boards
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 ↵Christian Fowler1-2/+3
alter parmater hash if need be, such as in the content_verify_function method
2009-01-28pass param hash by reference in services - utilized in _list_sql services to ↵Tekimaki1-2/+2
append values to listHash
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 ↵wjames54-8/+20
DEVELOPERS who use get_content_list_inc take notecvs up -dP
2009-01-24tweak connectby query for postgres8.3, check for ↵R250Christian Fowler1-5/+5
\!empty($pParamHash['content_status_id']) before even handling content_status verifying
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
for comment only display, such as _bit_moderation
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