]> git.mxchange.org Git - quix0rs-gnu-social.git/history - classes/Notice.php
Move NoticeWrapper to a generalized ArrayWrapper class
[quix0rs-gnu-social.git] / classes / Notice.php
2009-01-22 Evan ProdromouMove NoticeWrapper to a generalized ArrayWrapper class
2009-01-22 Evan ProdromouMerge branch 'master' of evan@dev.controlyourself.ca...
2009-01-22 Evan ProdromouMove common_save_replies to Notice class
2009-01-22 Evan ProdromouAdd the right inbox source for group notices
2009-01-22 Evan ProdromouFirst pass at delivery of group messages
2009-01-08 Evan ProdromouMerge branch 'master' of ../laconica-stable
2009-01-06 Evan ProdromouMerge branch 'master' into devel
2008-12-11 Evan Prodromoumore places where required since param skipped for...
2008-12-11 Evan Prodromoumissing argument
2008-12-11 Evan Prodromouresolve whitespace changes in Notice.php
2008-12-23 Evan ProdromouTRUE
2008-12-23 Evan Prodromouchange function headers to K&R style
2008-12-23 Evan Prodromoureplace NULL with null
2008-12-23 Evan Prodromoureplace all tabs with four spaces
2008-12-09 Zach Copleytrac540 - Add 'since' param to Twitter-compatible API...
2008-12-03 millettedelete user and all traces from the db.
2008-11-28 milletteshorten urls for posts > 140 chars only, from anywhere...
2008-12-10 Evan Prodromoudon't check edit throttle if throttle not enabled
2008-12-10 Zach CopleyBan certain users from posting by nickname and/or ID
2008-12-10 millettemake sure passed profile_id is valid in Notice::saveNew
2008-12-10 Evan Prodromouedit throttling
2008-12-02 Evan Prodromouchange is_local flag for blacklisted users
2008-11-24 Evan Prodromoublow last caches on notice delete
2008-11-22 Evan Prodromouwhitespace cleanup
2008-11-22 Evan Prodromoudouble-cache to get newer items
2008-11-21 Evan Prodromounotice inbox only when not already exists
2008-11-20 Evan Prodromouhide certain users from the public stream
2008-11-14 Evan Prodromoudon't write notice to inbox if user isn't inboxed yet
2008-11-12 Evan Prodromouadd created to notice update
2008-11-12 Evan Prodromoucreated timestamp on notice_inbox
2008-11-04 zachTwitter-compatible API - since_id and before_id were...
2008-10-23 Evan Prodromoublow inboxes
2008-10-22 Evan Prodromousave notice to inbox on saveNew
2008-10-01 mac65Add support for since_id and before_id to Twitter API...
2008-10-04 Evan Prodromoumore specific profile-get is slightly more efficient
2008-09-29 Evan Prodromoublow cache in Notice for tags
2008-09-28 Evan Prodromoublow the cached streams for tags on a new notice
2008-09-28 Evan Prodromouremove debugging code for notice streams
2008-09-28 Evan Prodromoucorrect some SQL and add some spaces
2008-09-28 Evan Prodromouexact check on memcached results
2008-09-28 Evan Prodromouanother debug notice
2008-09-28 Evan Prodromouadd some debugging stuff to Notice
2008-09-28 Evan Prodromoulost paren in Notice
2008-09-28 Evan Prodromouchange arguments to Notice::publicStream
2008-09-28 Evan Prodromousingle function for important streams, with memcached...
2008-09-26 Evan Prodromoumove memcache connections to util.php
2008-09-26 Evan Prodromouadd some more info on notice update
2008-09-26 Evan Prodromoulog a db error for inserting the notice
2008-09-26 Evan Prodromoupath correct in require_once for memcached
2008-09-26 Evan Prodromouprepend Memcached_DataObject require with INSTALLDIR
2008-09-26 Evan Prodromoucaching layer for DB/DataObject
2008-09-20 Evan Prodromoublow subscriptions cache when the user deletes a notice
2008-09-15 Evan Prodromoufixup SQL code
2008-09-15 Evan Prodromoufix cache deletion code
2008-09-15 Evan Prodromoucache noticesWithFriends in memcached
2008-09-02 Ori AvtalionSome Notice::saveNew cleanups.
2008-09-01 Garret BuellElide_Tags
2008-09-01 Garret BuellAllow_multicase_tags
2008-08-26 Evan Prodromoufix error storing uris of remote notices
2008-08-25 Evan Prodromouchange DataObject_Cast to use sql_now
2008-08-15 zachTwitter-compatible API: support for new in_reply_to_sta...
2008-08-07 Evan ProdromouLOG_ERROR -> LOG_ERR (again)
2008-07-31 Evan Prodromouextend length of source for notices
2008-07-30 Evan Prodromousave the source
2008-07-30 Evan Prodromourefactor notice-adding code to one static method on...
2008-07-20 Mike CochraneFirst cut at hastags support.
2008-07-22 Evan Prodromouadd notice sources (currently unused)
2008-07-22 Evan Prodromoumark notices as local
2008-07-15 Evan Prodromoureplies from people you're not subscribed to over Jabber
2008-07-10 Mike CochraneResolve conflicts and convert _t( to _( where it was...
2008-07-09 Mike CochraneMerge conflicts and kill a whole lot of trailing whites...
2008-07-09 Evan Prodromourebuild DB_DataObject classes for new structure
2008-05-22 Evan Prodromougenerate classes for db schema with URIs
2008-05-21 Evan Prodromouremove validation code
2008-05-20 Evan Prodromouease up on the validation
2008-05-20 Evan Prodromoufix validation of url
2008-05-20 Evan Prodromoutrim whitespace
2008-05-20 Evan Prodromouadd validation methods to classes
2008-05-17 Evan Prodromoufixes to make it all lint
2008-05-15 Evan Prodromousettings and avatars
2008-05-14 Evan Prodromoulicense block for source code
2008-05-14 Evan Prodromoudeny access to include files
2008-05-09 Evan Prodromouread-only stuff
2008-05-07 Evan Prodromouadd data objects