summaryrefslogtreecommitdiff
path: root/crosspost.php
AgeCommit message (Collapse)AuthorFilesLines
2025-08-28General code updated to PHP8.4 and namespacelsces1-15/+16
2021-02-03move kernel/includes/setup_inc.phpmodela bitweaver1-1/+1
2021-02-01move _inc and classes to includes/classes and use PKG_CLASS/INCLUDE_PATH ↵modela bitweaver1-2/+2
constants
2021-01-31PHP7 clean up dual static + object use of parseData, and create ↵modela bitweaver1-1/+1
->getParsedData & ::filterDataHash
2016-02-07Move from Smarty2 to Smarty3 function stylelsces1-1/+1
2012-04-29White pace tidyupLester Caine ext:(%22)1-2/+2
2012-04-18major migration of getDisplayUrl to ->getDisplayUrl and ::getDisplayUrlFromHashChristian Fowler1-2/+2
2012-04-16Tidy up to remove 'STRICT' warningsLester Caine ext:(%22)1-1/+1
Split static and dynamic use of getDisplayUrl Create getContentUrl as the instantiated version parameters need to be identical across all classes
2010-06-09Strip down CVS keywords.pre-lf-storage-path-to-file-namecvs2git1-1/+1
2010-02-08deprecate root bit_setup_inc use kernel/setup_inc.phpPRE_LIBERTYSYS_SERVICE_UPDATEwjames51-2/+2
2009-10-01remove ref to non-existant copyright.txt filewjames51-2/+2
2009-10-01fix LGPL license ref from non-existant license.txt file to lgpl urlwjames51-2/+2
2009-05-04Cleared up error report from Eclipse - suspect that the code is still broken ↵Lester Caine1-3/+3
though.
2008-09-19tra() for error/warning/delete messageslaetzer1-4/+5
2008-06-25change display call to use a hash for display options, add display_mode to ↵Christian Fowler1-2/+2
options hash
2007-11-12overhaul of crossposting options - now you can add a note to each crosspost ↵wjames51-6/+34
and edit those notes. still todo would be to support editing the crossposting date, and to be able to assign a format type to the note so you can style the note text inline. crosspost notes are displayed at the top of a blogpost when viewed within the blog crossposted to
2007-08-23when mapping a post to a blog check the publish time against current time, ↵wjames51-2/+2
if the publish time is greater set it as the mapping time - for proper display order of posts in a blog
2007-06-22Add phpdoc comment blocksLester Caine1-0/+10
2007-03-23major overhaul to permissioning just about complete, fix crosspost, fix ↵Christian Fowler1-35/+10
viewing and deleting of posts
2007-03-22adds function and form for crossposting, structurally it seems perfect, but ↵wjames51-0/+76
the associateInsert is not doing its thing