summaryrefslogtreecommitdiff
path: root/templates/crosspost.tpl
AgeCommit message (Collapse)AuthorFilesLines
2010-02-02use ->getTitle() method instead of ->mInfo.title in templates to allow for ↵Christian Fowler1-2/+2
cleaner polymorphism
2009-01-20blogs implemented non standard url param, add standard display_url and ↵wjames51-1/+1
update tpls accordingly. old url param is left in for compatability since this change could royally screw up paths in custom tpls. maybe should be yanked on major version release.
2008-07-16Added 'rel="bookmark"' to pemalink <a> tagsJo-Herman Haugholt1-1/+1
2007-11-12parse crosspost note using format of the blogpost - display foramt name in ↵wjames51-1/+8
crosspost edit interface
2007-11-12parse crosspost note using format of the blogpost - display foramt name in ↵wjames51-1/+2
crosspost edit interface
2007-11-12overhaul of crossposting options - now you can add a note to each crosspost ↵wjames51-11/+42
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-03-22adds function and form for crossposting, structurally it seems perfect, but ↵wjames51-0/+98
the associateInsert is not doing its thing