summaryrefslogtreecommitdiff
path: root/articles_rss.php
AgeCommit message (Collapse)AuthorFilesLines
2026-05-15Namespace fixLester Caine1-2/+3
2026-05-14php-cs-fixer updates to php8.5 styleLester Caine1-2/+2
2026-02-01Major refactor for namespace, php8.4 and smarty5lsces1-1/+2
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
2014-05-31PSR trial tidyup. Drop trailing ?> and tidy legacy bracing.lsces1-3/+2
2012-04-18resolve conflictChristian Fowler1-1/+1
2012-04-18major migration of getDisplayUrl to ->getDisplayUrl and ::getDisplayUrlFromHashChristian Fowler1-1/+1
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
2008-06-30set uri_mode = TRUE when feeding RSS stuff. this way all URLs are always ↵Max Kremmel1-4/+6
absolute.
2008-06-19Correct documentation package name to articlesLester Caine1-2/+2
Could have worked around error, but lets get these things consistent
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-07-06use gBitUser when gContent isn't loaded yetMax Kremmel1-2/+2
2007-07-06move to gContent perm functions to fully support liberty content permissionsMax Kremmel1-2/+2
2007-06-13updated getList in BitArticle to work more like the rest of bitweaver by not ↵Max Kremmel1-2/+2
returnign data in ['data'] sub array. display future articles on main articles page.
2007-06-10use LIBERTY_SPLIT_REGEXMax Kremmel1-2/+2
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-05-01show the full article in the feed - it's cached and only loaded once an hourbitweaver.org1-2/+7
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-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-02-02only feed approved articlesMax Kremmel1-1/+2
2006-01-17merge recent changes into HEADMax Kremmel1-1/+4
2006-01-10merge recent changes into HEADMax Kremmel1-2/+2
2005-12-26merge recent changes into HEADMax Kremmel1-2/+2
2005-10-30Add PHPDoc headings to packageLester Caine1-0/+9
2005-10-29clean up rss stuff further and return more data - parsed data for articles, ↵Max Kremmel1-9/+10
blogs and wiki
2005-10-28add articles rss supportMax Kremmel1-0/+47