summaryrefslogtreecommitdiff
path: root/wiki_rss.php
AgeCommit message (Collapse)AuthorFilesLines
2026-06-07wiki: add missing rss_inc.php include to wiki_rss.phpLester Caine1-0/+1
wiki_rss.php assumed $rss was already created but never included rss_inc.php, causing 'Attempt to assign property on null'. Pattern matches articles_rss.php. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-14php-cs-fixer tidies to php8.5 standardsLester Caine1-1/+1
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2025-08-29General code updated to PHP8.4 and namespacelsces1-13/+13
2021-02-03update path for kernel/includes/setup_inc.phpmodela bitweaver1-1/+1
2021-02-02move _inc and _lib to includes/ and use PKG_INCLUDE_PATH constantsmodela bitweaver1-2/+2
2021-01-31PHP7 clean up dual static + object use of parseData, and create ↵spiderr1-1/+1
->getParsedData & ::filterDataHash
2011-01-04remove CVS Header and Id tagsspiderr1-1/+0
2010-06-09Strip down CVS keywords.cvs2git1-1/+1
2010-02-08deprecate root bit_setup_inc use kernel/setup_inc.phpwjames51-2/+2
2007-07-08append a common rss cache feed filename for easier maintenance. this tail ↵Max Kremmel1-2/+2
includes users groups that permissions are generally respected and cache package rss files in individual dirs.
2007-03-07modernise BitPage::getList() - lots of code changes so we need to keep an ↵Max Kremmel1-3/+7
eye on this for a while.
2007-01-07add option to specify caching time of rss feeds, add / fix rss default ↵Max Kremmel1-2/+2
setting in individual packages
2007-01-01only load class files when packages have been verified - not really ↵Max Kremmel1-3/+4
necessary but good practice
2006-05-04fix rss settings and rename config names in accordance to bitweaver standardMax Kremmel1-4/+5
2006-04-11rename permissions to new standard using: p_<package>_<verb>_[<noun>]Max Kremmel1-2/+2
2006-04-05fix rss cachingMax Kremmel1-3/+3
2006-03-01move BitSystem:: preferences methods to get/set/load/storeConfig to avoid ↵Christian Fowler1-5/+5
conflict with new content preferences
2006-02-16new API for parseData(); please view ApiChangeLog for detailsMax Kremmel1-2/+2
2006-02-09remove getPref() and we continue using old method getPreference();Max Kremmel1-3/+3
replace all direct accesses with getPreference() or setPreference() (new function) BitSystem::getPreference() and related functions will be renamed to BitSystem::getConfig()
2006-02-06more preference standardisationMax Kremmel1-3/+3
2006-01-17merge recent changes into HEADMax Kremmel1-1/+4
2005-12-26merge recent changes into HEADMax Kremmel1-2/+2
2005-11-22merge recent changes into HEADMax Kremmel1-0/+9
2005-10-29merge recent changes into HEADMax Kremmel1-8/+10
2005-10-23merge recent changes into HEADMax Kremmel1-0/+43