summaryrefslogtreecommitdiff
path: root/recent_posts.php
AgeCommit message (Collapse)AuthorFilesLines
2026-05-16Extend recent_blogs to allow Read More to create a pop-up of the full postLester Caine1-7/+2
2026-05-15Need to sort out access control to allow anonymous display if p_blogs_view ↵Lester Caine1-1/+1
is set for user
2026-05-14php-cs-fixer tidies to php8.5 standardsLester Caine1-1/+1
2025-08-28General code updated to PHP8.4 and namespacelsces1-8/+10
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-1/+1
constants
2016-02-07Move from Smarty2 to Smarty3 function stylelsces1-1/+1
2010-06-09Strip down CVS keywords.pre-lf-storage-path-to-file-namecvs2git1-1/+1
2010-03-07remove deprecatedwjames51-2/+1
2010-02-08deprecate root bit_setup_inc use kernel/setup_inc.phpPRE_LIBERTYSYS_SERVICE_UPDATEwjames51-2/+2
2008-06-25change display call to use a hash for display options, add display_mode to ↵Christian Fowler1-2/+2
options hash
2008-03-29user verifyViewPermission instead of BitSystem::verifyPermission for view checkwjames51-4/+5
2007-11-07set ajax for read more if center list if being called by defaultwjames51-1/+6
2007-11-06simplify ajax lib assignment - and add cool display of ajaxed read more contentwjames51-4/+2
2007-11-05new feature - ajax readmore part of blogposts inline into recentposts type listswjames51-1/+5
2007-11-03clean up recent_posts which had some include for a blog reference - but ↵wjames51-6/+1
doesnt make sense because its never used - if needed it should be moved into the center_list script. also patch reference to the blogposts object so that future posts are properly loaded under any use of the center_list module
2007-07-27make publish date dafault list sort orderwjames51-2/+1
2007-07-16invoke content_list_function service functionChristian Fowler1-1/+3
2007-06-22Add phpdoc comment blocksLester Caine1-0/+10
2007-06-22fix home blog setting in admin and make use of it when visiting blogs. this ↵Max Kremmel1-0/+19
could potentially change the way blogs/index.php displays depending on your settings