summaryrefslogtreecommitdiff
path: root/rss_inc.php
AgeCommit message (Collapse)AuthorFilesLines
2012-05-25replace PHP_SELF with SCRIPT_NAMEPRE_BOOTSTRAPspiderr1-1/+1
2010-06-09Strip down CVS keywords.pre-lf-storage-path-to-file-namecvs2git1-1/+1
2009-10-02new option to use httpauth on feeds to support private content - opt in and ↵wjames51-1/+8
universally handled in rss_inc
2009-05-13quick patch to rss explout - set default rss_version_name if not none ↵wjames51-1/+4
matches on switch
2008-06-30set uri_mode = TRUE when feeding RSS stuff. this way all URLs are always ↵Max Kremmel1-4/+5
absolute.
2007-07-08append a common rss cache feed filename for easier maintenance. this tail ↵Max Kremmel1-2/+5
includes users groups that permissions are generally respected and cache package rss files in individual dirs.
2007-01-05add option to include custom css fileMax Kremmel1-7/+8
2006-05-01use BIT_BASE_URI instead of $_SERVER['HTTP_HOST']Max Kremmel1-4/+4
2006-03-01move BitSystem:: preferences methods to get/set/load/storeConfig to avoid ↵Christian Fowler1-11/+11
conflict with new content preferences
2006-02-09use isFeatureActive() to check if a preference has been setMax Kremmel1-2/+2
2006-02-09remove getPref() and we continue using old method getPreference();Max Kremmel1-26/+26
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
2005-12-26merge recent changes into HEADMax Kremmel1-2/+2
2005-11-22merge recent changes into HEADMax Kremmel1-1/+10
2005-10-29merge recent changes into HEADMax Kremmel1-8/+20
2005-10-23merge recent changes into HEADMax Kremmel1-0/+74