summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-09-28Missed static function - e_strict compliancelsces1-5/+5
2012-09-26add totalregistrations and code support for timeframespiderr2-2/+13
2012-09-26add totalregistrations and code support for timeframespiderr2-4/+14
2012-09-12default to period_format if nothing is specifiedspiderr2-6/+13
2012-05-25replace PHP_SELF with SCRIPT_NAMEspiderr1-1/+1
2012-05-06replace all PHP4 style constructors with __construct; replace calls to base c...spiderr1-7/+0
2012-05-05Merge branch 'master' of github.com:bitweaver/statsspiderr1-1/+1
2012-05-05replace all calls to ::BitBase() with parent::__construct()spiderr1-1/+1
2012-05-02replace self:: with static::spiderr1-1/+1
2011-12-17init hashKey variablespiderr1-0/+1
2011-07-06fix NOTICE errorsspiderr1-1/+1
2011-05-17tighten up stats perms defaultpre-lf-storage-path-to-file-namespiderr1-1/+1
2011-02-14add timeframe viewspiderr3-15/+28
2011-02-14add user registrations based on referersspiderr4-32/+91
2011-01-08fix stats_referer_map_user_idxChristian Fowler1-1/+1
2010-09-29add function stats_referer_display_short, best used as a smarty modifierspiderr1-1/+16
2010-07-11use 4096 byte varchar for referer_url since mysql doesn't handle simple index...spiderr1-1/+1
2010-07-11use 4096 byte varchar for referer_url since mysql doesn't handle simple index...spiderr1-1/+1
2010-06-09Strip down CVS keywords.cvs2git11-18/+18
2010-04-24fix indexes names and tablesCVS_HEADChristian Fowler2-9/+7
2010-04-24Wrap stats updates in transaction to prevent problems with concurrent page re...Lester Caine1-6/+9
2010-04-23typo - use STATS_PKG_NAMEChristian Fowler1-1/+1
2010-04-22Add code to tracking referering url to registered user_idChristian Fowler3-0/+107
2010-04-17SCHEMA CHANGE - liberty_content_types - change content_description to content...wjames52-4/+6
2010-04-17step three of contenttype name plural - replace all instances where name is a...pre_ctype_desc_name_schmeachangewjames52-9/+10
2010-04-17step one of contenttype name plural - new methods to fetch name in libertycon...wjames51-3/+3
2010-02-08deprecate root bit_setup_inc use kernel/setup_inc.phpPRE_LIBERTYSYS_SERVICE_UPDATEPRE_CONTENTTYPE_NAME_PLURALwjames56-18/+18
2009-11-11link period dates to list of users registered during a given periodpre_deprecate_bit_setup_incR270PRE_BIT_SETUP_CHANGEChristian Fowler3-28/+34
2009-10-01remove ref to non-existant copyright.txt filewjames54-12/+12
2009-10-01fix LGPL license ref from non-existant license.txt file to lgpl urlwjames54-12/+12
2009-09-08URL might have been malformed so check for proper schemeChristian Fowler1-10/+12
2008-07-25Fixed uninitialised tmp variable.pre_update_permissioncreate_permissionR250Stephan Borg1-2/+3
2008-07-25Standardised data output when single or multiple graphs.Stephan Borg1-13/+7
2008-07-25Changed to bar and non-logarithmic graphs. Removed the No Data graphic and ch...Stephan Borg1-23/+16
2008-06-25change display call to use a hash for display options, add display_mode to op...Christian Fowler3-9/+9
2008-06-14show stat links also in admin menulaetzer1-0/+7
2008-06-10Fixed broken stats chart by updating old stats_lib references.Aaron Lee2-6/+6
2007-09-22fixes bug with wrong db column after LibertyContent::prepGetListR202Thomas Recknagel1-18/+23
2007-09-19add option to optionally record pageviewsChristian Fowler2-2/+5
2007-07-10Missing space in queryPRE_LIB_ATTACHMENT_REFACTORLester Caine1-3/+3
2007-07-03update stats_lib include to use renamed Statistics.php fileChristian Fowler1-3/+3
2007-07-01standardise all menus by using new ilocation=menu and add missing iconsMax Kremmel1-3/+3
2007-07-01add iconsMax Kremmel1-3/+3
2007-06-23provide gif alternatives for all png icons. this will allow us to remove the ...Max Kremmel2-0/+0
2007-06-22massive stats overhaul. remove all non-stats code and allow packages to inser...Max Kremmel12-774/+450
2007-06-22Remove subpackage tag from class - phpdoc 1.3.2 handles correctly nowLester Caine1-3/+2
2007-06-22use a table alias and use that in the JOIN clause. we really need to get this...Max Kremmel1-17/+18
2007-06-14try to avoid some errors when data for graph is lacking informationMax Kremmel2-14/+18
2007-06-08meaningful icons (kind of)laetzer1-0/+0
2007-04-25clean up query aliases to be more consistent with our standards, use alias in...Christian Fowler1-11/+10