summaryrefslogtreecommitdiff
path: root/classes
AgeCommit message (Expand)Author
2009-03-11Correction to recently added dupe-checking feature - was using wrong config v...CiaranG
2009-03-07Fix bug in dupe checking on notice post when there is no notice in cache.Adrian Lang
2009-03-07Fix nonce usage in OAuth storeEvan Prodromou
2009-03-07Add local directory for plugins, themes, etc.Evan Prodromou
2009-03-07Limit duplicate notices in a particular time period (default 60s)Evan Prodromou
2009-03-05PostgreSQL - fixed a couple more quoting issuesCiaranG
2009-03-03Use single quotes for data literals on inserts to notice_index, so it works o...CiaranG
2009-02-28fix problem with dupe tags in profileEvan Prodromou
2009-02-20Fixing a bunch of undefined variable warnings in OpenID signup processLeslie Michael Orchard
2009-02-16wrong name for attn functionEvan Prodromou
2009-02-16send mail when @-replies are receivedEvan Prodromou
2009-02-16add email notify flag for @-repliesEvan Prodromou
2009-02-16Automatically add a tag for every group messagesEvan Prodromou
2009-02-14Optionally ignore some notice sources for public pageEvan Prodromou
2009-02-13Add events for filtering and logging new noticesEvan Prodromou
2009-02-12Make ID of SMS Carrier not autoincrementEvan Prodromou
2009-02-11Move Commands stuff out of classesEvan Prodromou
2009-02-06Fix name of default avatarEvan Prodromou
2009-02-06Move common_avatar_* functions to AvatarEvan Prodromou
2009-02-05Merge branch '0.7.x' of git://gitorious.org/laconica/sgmurphy-clone into sgmu...Evan Prodromou
2009-02-05Allow re-authentication with OpenIDEvan Prodromou
2009-02-04Fixed #1134; Consolidated image scaling functions.Sean Murphy
2009-02-04Fix for #1057; group logo transparecy (and pixilation)Sean Murphy
2009-02-04Make WebChannel and AjaxWebChannel workEvan Prodromou
2009-02-04Revert "Fixed direct messaging: AjaxWebChannel is now using Action's methods."Evan Prodromou
2009-02-03Merge branch 'master' of evan@dev.controlyourself.ca:/var/www/trunk into 0.7.xEvan Prodromou
2009-02-02Fixed direct messaging: AjaxWebChannel is now using Action's methods.Sarven Capadisli
2009-02-01Fixes #1088: Show number of group members. Unlike the bugreport requested, th...Adrian Lang
2009-01-30PostgreSQL - code changes to avoid problems where user table is referenced in...Ciaran Gultnieks
2009-01-28whitespace in User_groupEvan Prodromou
2009-01-26Fix canonical tags in notice and in URLsAdrian Lang
2009-01-24Update notice deletionEvan Prodromou
2009-01-23Merge branch 'master' of /var/www/mublogEvan Prodromou
2009-01-23Upload logos for groupsEvan Prodromou
2009-01-23Remove require_once for Memcached_DBObject from new classesEvan Prodromou
2009-01-22Debug some of the subscriptions+tags problemsEvan Prodromou
2009-01-22Was accidentally not saving cached items (doh!)Evan Prodromou
2009-01-22Fixed bug in caching of queriesEvan Prodromou
2009-01-22Return $inst, not $cls, if no cache in Memcached_DataObjectEvan Prodromou
2009-01-22Add a method the memcached_object that lets it cache query resultsEvan Prodromou
2009-01-22Move NoticeWrapper to a generalized ArrayWrapper classEvan Prodromou
2009-01-22Move common_save_replies to Notice classEvan Prodromou
2009-01-21Add the right inbox source for group noticesEvan Prodromou
2009-01-21First pass at delivery of group messagesEvan Prodromou
2009-01-21Add pkey query to Group_memberEvan Prodromou
2009-01-21Fix include for group inbox classEvan Prodromou
2009-01-21move membership/adminship tests to profileEvan Prodromou
2009-01-21user subscriptions methodsEvan Prodromou
2009-01-21Add group and groups to list of forbidden user namesEvan Prodromou
2009-01-21A method on User for getting groupsEvan Prodromou