summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-05-06replace all PHP4 style constructors with __construct; replace calls to base ↵spiderr1-3/+0
class constructors with parent::__construct()
2012-05-05replace all calls to ::BitBase() with parent::__construct()spiderr1-1/+1
2010-06-09Strip down CVS keywords.pre-lf-storage-path-to-file-namecvs2git8-11/+11
2010-02-08deprecate root bit_setup_inc use kernel/setup_inc.phppre_ctype_desc_name_schmeachangePRE_LIBERTYSYS_SERVICE_UPDATEPRE_CONTENTTYPE_NAME_PLURALCVS_HEADwjames52-5/+5
2009-10-09allow pkg to set pkg menu with request parampre_deprecate_bit_setup_incR270PRE_BIT_SETUP_CHANGEwjames51-2/+3
2009-10-02new option to use httpauth on feeds to support private content - opt in and ↵wjames54-5/+34
universally handled in rss_inc
2009-10-02fix title bug - titles set by referrencing pkgwjames51-5/+1
2009-10-01remove ref to non-existant copyright.txt filewjames55-13/+13
2009-10-01fix LGPL license ref from non-existant license.txt file to lgpl urlwjames55-13/+13
2009-05-13quick patch to rss explout - set default rss_version_name if not none ↵wjames51-1/+4
matches on switch
2008-11-09remove unused and confusing registerPlugin parameters: security and pathR250Max Kremmel1-4/+2
2008-09-09one help file for each module (that takes parameters), html code change from ↵pre_update_permissioncreate_permissionlaetzer1-0/+13
<table> to <dl>
2008-09-03allow any value to be 'yes'; 10 instead of 99 default rowslaetzer1-3/+5
2008-07-08move some plugins to their new homesChristian Fowler1-0/+104
2008-06-30set uri_mode = TRUE when feeding RSS stuff. this way all URLs are always ↵Max Kremmel1-4/+5
absolute.
2008-06-25change display call to use a hash for display options, add display_mode to ↵Christian Fowler2-5/+5
options hash
2008-06-03start adding support for media and itunes tags - this can be expanded as desiredwjames51-2/+24
2008-06-03make sure enclosure param is set before checking it, php is annoyingwjames51-2/+2
2008-06-03handle enclosurewjames51-1/+14
2007-08-03ooops remove old code was working fromR202PRE_LIB_ATTACHMENT_REFACTORwjames51-91/+0
2007-08-01comment out depricated functions - note slated for removalwjames51-5/+23
2007-08-01move common processes into classwjames52-4/+114
2007-07-31Migrate to SimplePie for parsing feeds - add support for multifeeds in ↵wjames55-24/+139
modules and for first sentences descriptions - keep an eye on sites when using short desc - class still needs clean up and rss plugin needs to be addapted to SimplePie
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-07-08create cache dir if it doesn't existMax Kremmel1-1/+4
2007-07-01standardise all menus by using new ilocation=menu and add missing iconsMax Kremmel1-1/+1
2007-06-23provide gif alternatives for all png icons. this will allow us to remove the ↵Max Kremmel1-0/+0
msie png fix and add an option to enable it
2007-06-17remove deprecated filenameMax Kremmel1-2/+5
2007-04-15merge tp_http_request with BitSystem::fetchRemoteFile, rename function to ↵Max Kremmel1-3/+3
bit_http_request and clean up code
2007-04-15merge tp_http_request with BitSystem::fetchRemoteFile, rename function to ↵Max Kremmel1-3/+3
bit_http_request and clean up code
2007-04-09remove escape on links - double parse bugwjames51-1/+1
2007-04-05escape urls to make xhtml validwjames51-2/+2
2007-04-05add param to hide article descwjames52-2/+5
2007-04-05add rss feed column moduleswjames52-0/+47
2007-04-05add parsing of author and description in rss feedswjames51-3/+15
2007-01-13add iconMax Kremmel1-1/+1
2007-01-08clean up <link rel=...> stuff in <head>, turn the links into a customisable ↵Max Kremmel1-1/+3
feature, only include certain links when feature is active
2007-01-08move rss link to rss packageMax Kremmel1-0/+4
2007-01-07add option to specify caching time of rss feeds, add / fix rss default ↵Max Kremmel3-3/+26
setting in individual packages
2007-01-06rename some methods in BitDbBase to meet bitweaver standards. all changes ↵Max Kremmel1-3/+3
backwards compatible with deprecated function call message.
2007-01-05add option to include custom css fileMax Kremmel2-9/+14
2007-01-05fix default css file inclusionMax Kremmel1-2/+2
2007-01-05searched for .title} .description} and .data} and added |escape where ↵Max Kremmel1-1/+1
appropriate (i hope). might have misinterpreted a situation or two, so please keep a lookout...
2007-01-01apply default feed format when nothing is setMax Kremmel2-6/+8
2007-01-01use standard rss icon for pkg and provide a number of differently sized rss ↵Max Kremmel19-0/+0
icons for personal use...
2006-12-27insert rss link in <head> when selectedMax Kremmel1-0/+3
2006-12-09only display valid feedsMax Kremmel1-3/+3
2006-12-09do some generic rss cleanup and actually make use of the default rss feed ↵Max Kremmel2-34/+42
type setting
2006-09-12clean up registerAppMenu API, clean up a lot of the menu code, don't assign ↵Max Kremmel1-1/+6
appMenu to templates but use $gBitSystem->mAppMenu directly
2006-09-03change all biticon links to point to the new icons provided in ↵Max Kremmel2-5/+5
themes/icon_styles, update themes manager to make icon styles selectable, massive script used to do this ( will me made available shortly ) - might not all be perfect. please help out by fixing broken icon links.