summaryrefslogtreecommitdiff
path: root/classes/Notice.php
AgeCommit message (Expand)Author
2009-05-18Added personal tag page: http://example.com/MY_NICK/tag/A_TAGRobin Millette
2009-05-17Refactored new sections code to proper classes and added notice link to links...Robin Millette
2009-05-15Attachments and their list now provide "ajax" view. Also added a few sidebars...Robin Millette
2009-05-13rewrote short url stuff to handle new file/url classes (redirections, oembed,...Robin Millette
2009-05-05Merge branch '0.7.x' into 0.8.xSarven Capadisli
2009-05-01make faves work with idsEvan Prodromou
2009-05-01Make user group stream use IDsEvan Prodromou
2009-05-01make profile notice getting use idsEvan Prodromou
2009-05-01Merge branch '0.7.x' into 0.8.xSarven Capadisli
2009-04-29make replies use new query formatEvan Prodromou
2009-04-29Make the tag stream use ID mechanismEvan Prodromou
2009-04-29Public stream uses IDs methodEvan Prodromou
2009-04-29Move algorithm for caching to Notice classEvan Prodromou
2009-04-28Remove some debug comments in query-by-idEvan Prodromou
2009-04-28Change to avoid a join in notice inboxEvan Prodromou
2009-04-23insert into user's inbox at Web timeEvan Prodromou
2009-04-23incorrect config setting for queuesEvan Prodromou
2009-04-23Add an inbox queue handlerEvan Prodromou
2009-04-23A queuehandler for blowing caches offlineEvan Prodromou
2009-04-08Merge branch '0.7.x' into 0.8.xSarven Capadisli
2009-04-08Merge branch 'master' of git://gitorious.org/laconica/br3nda into review/masterCiaranG
2009-03-23Merge branch '0.7.x' into 0.8.xEvan Prodromou
2009-03-22One function for producing Atom entry for a NoticeEvan Prodromou
2009-03-12Merge branch '0.7.x' into 0.8.xEvan Prodromou
2009-03-12When deleting a notice, null the reply_to fields that point to noticeBrenda Wallace
2009-03-11PostgreSQL - a few more query compatibility issues (submitted by oxygene)CiaranG
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-07Limit duplicate notices in a particular time period (default 60s)Evan Prodromou
2009-03-06Merge branch '0.7.x' into 0.8.xEvan Prodromou
2009-03-03Use single quotes for data literals on inserts to notice_index, so it works o...CiaranG
2009-02-26save conversation id when saving a noticeEvan Prodromou
2009-02-26add conversation to notice classEvan Prodromou
2009-02-16wrong name for attn functionEvan Prodromou
2009-02-16send mail when @-replies are receivedEvan 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-01-30PostgreSQL - code changes to avoid problems where user table is referenced in...Ciaran Gultnieks
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-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-20Wrap notice-saving code in a transactionEvan Prodromou
2009-01-19Move add to notice inboxes before cache clearing in hopes they will beEvan Prodromou
2008-12-11more places where required since param skipped for Notice::getStreamDirectEvan Prodromou
2008-12-11missing argumentEvan Prodromou