index
:
statusnet/lukeshus-gnu-social
0.7.x
0.8.x
0.9.x
1.0.x
base_plugins
master
testing
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
classes
/
Notice.php
Age
Commit message (
Expand
)
Author
2010-03-02
Show <activity:subject> and no activity actors for user feed
Evan Prodromou
2010-02-27
fix call of common_find_mentions() in Notice::saveReplies()
Evan Prodromou
2010-02-27
Use notice for context when deciding who @nickname refers to
Evan Prodromou
2010-02-26
blow cache on known replies
Evan Prodromou
2010-02-25
Add lots of fun avatars to our Atom output
Zach Copley
2010-02-25
OStatus: save categories from the Atom entry as hashtags.
Brion Vibber
2010-02-22
Add PoCo namespace to optional ns output in Notice::asAtomEntry()
Zach Copley
2010-02-22
Merge branch 'rationalize-activity' into testing
Zach Copley
2010-02-22
Move ActivityObject and related stuff to core
Zach Copley
2010-02-23
OStatus group delivery initial implementation.
Brion Vibber
2010-02-21
don't calculate replies for remote notices
Evan Prodromou
2010-02-21
Combine code that finds mentions into one place and add hook points
Evan Prodromou
2010-02-21
permalink on a note represented by rel=alternate
Evan Prodromou
2010-02-21
Notice::saveNew() accepts url and rendered options
Evan Prodromou
2010-02-20
OStatus: send favorite/unfavorite notifications to remote authors
Brion Vibber
2010-02-18
add type='text/html' to alternate link in Notice Atom
Evan Prodromou
2010-02-18
always distribute to inbox of author immediately
Evan Prodromou
2010-02-17
- Set the root of a new local conversation to a new conversation.id
Zach Copley
2010-02-16
Take remote profiles into account when looking up canonical profile URIs
Zach Copley
2010-02-12
fix for Atom notice output: correct check against conversation & current id
Brion Vibber
2010-02-11
Fix retarded spelling mistake
Zach Copley
2010-02-11
ostatus:attention links in Notice Atom output
Zach Copley
2010-02-11
Some upgrades to Atom output for OStatus
Zach Copley
2010-02-09
OStatus partial support for group subscriptions:
Brion Vibber
2010-02-08
OStatus cleanup...
Brion Vibber
2010-02-03
clear cache for Profile::hasRepeated() at Notice::insert() time
Evan Prodromou
2010-01-30
error clearing tags for profiles from memcached
Evan Prodromou
2010-01-28
Last-chance distribution if enqueueing fails
Evan Prodromou
2010-01-27
fix notice -- drop unused return value of variable that isn't initialized :) ...
Brion Vibber
2010-01-27
Adds an emergency switch so we can run inbox distribution at save time (bypas...
Brion Vibber
2010-01-25
Offload inbox updates to a queue handler to speed up posting online
Evan Prodromou
2010-01-15
Fix for background recalculation of groups; needs to get Group objects not ID...
Brion Vibber
2010-01-13
make sure whoGets() doesn't write anything
Evan Prodromou
2010-01-13
Don't save reply info for repeats
Evan Prodromou
2010-01-13
repeats don't get posted to groups
Evan Prodromou
2010-01-13
remove vestiges of Notice_inbox from cache clearing code in Notice
Evan Prodromou
2010-01-13
memoize Notice::whoGets()
Evan Prodromou
2010-01-12
remove transaction for Notice save; causes deadlocks
Evan Prodromou
2010-01-09
whoGets() method for Notice
Evan Prodromou
2010-01-09
Use inbox instead of notice_inbox
Evan Prodromou
2010-01-07
Fixes to bugs where non-local messages were being wrong put in the public tim...
Ciaran Gultnieks
2010-01-05
Fix for overlong RT trimming: don't trim if textlimit is 0 (unlimited)
Brion Vibber
2010-01-05
Ticket 2135: trim overlong repeats with ellipsis rather than failing.
Brion Vibber
2010-01-04
cached id streams can be empty, compare against false
Evan Prodromou
2010-01-02
Merge branch 'master' into 0.9.x
Evan Prodromou
2010-01-02
incorrectly used empty() instead of isset() for a variable that could be 0
Evan Prodromou
2009-12-29
Merge branch 'master' into 0.9.x
Evan Prodromou
2009-12-28
notices are immutable, use created date for updated
Evan Prodromou
2009-12-28
Move location-argument-handling code into a single function
Evan Prodromou
2009-12-16
Add doc comments listing the array parameters for User::register() and Notice...
Brion Vibber
[next]