]> git.mxchange.org Git - quix0rs-gnu-social.git/history - classes/Notice.php
Update/add translator documentation.
[quix0rs-gnu-social.git] / classes / Notice.php
2011-04-10 Siebrand MazelandUpdate/add translator documentation.
2011-04-10 Zach CopleyMerge branch 'people_tags_rebase' into 1.0.x
2011-04-09 Evan ProdromouMerge branch '1.0.x' of gitorious.org:statusnet/mainlin...
2011-04-09 Evan ProdromouMake sure something's an int before comparing to -1
2011-04-09 Shashi GowdaFix type conversion warnings caused when calling getUse...
2011-04-09 Shashi GowdaMerge remote-tracking branch 'mainline/1.0.x' into...
2011-04-08 Zach CopleyMerge branch '1.0.x' of gitorious.org:statusnet/mainlin...
2011-04-08 Evan ProdromouMerge branch '1.0.x' of gitorious.org:statusnet/mainlin...
2011-04-08 Evan ProdromouMerge remote-tracking branch 'gitorious/1.0.x' into...
2011-04-08 Shashi GowdaMerge remote-tracking branch 'mainline/1.0.x' into...
2011-04-07 Evan Prodromoustore oft-requested stuff in the data object
2011-04-07 Evan Prodromoudo a short-term cache of notice scope
2011-04-07 Shashi GowdaMerge remote-tracking branch 'mainline/1.0.x' into...
2011-04-07 Evan Prodromouprofiles were getting overwritten in Notice::asActivity()
2011-04-07 Evan ProdromouMerge branch '1.0.x' of gitorious.org:statusnet/mainlin...
2011-04-07 Evan ProdromouUninitialized value for attachments
2011-04-07 Evan Prodromoucache getReplies() values
2011-04-07 Evan ProdromouCache results for attachments
2011-04-07 Evan Prodromoucache tags per notice
2011-04-07 Evan Prodromoucache the notice count for threaded view
2011-04-07 Evan ProdromouMerge branch '1.0.x' into testing
2011-04-07 Evan Prodromoucache groups per notice
2011-04-05 Evan ProdromouMerge branch '1.0.x' into testing
2011-04-05 Shashi GowdaMerge remote-tracking branch 'mainline/1.0.x' into...
2011-04-05 Zach CopleyMerge branch '1.0.x' of gitorious.org:statusnet/mainlin...
2011-04-05 Evan Prodromoufix scope for replies to group-private notices
2011-04-04 Zach CopleyMerge branch '1.0.x' of gitorious.org:statusnet/mainlin...
2011-04-04 Evan ProdromouMerge branch '1.0.x' of gitorious.org:statusnet/mainlin...
2011-04-04 Evan Prodromouforce the reply to a notice to have the same scope
2011-04-04 Zach CopleyMerge branch '1.0.x' of gitorious.org:statusnet/mainlin...
2011-04-04 Evan ProdromouMerge branch '1.0.x' of gitorious.org:statusnet/mainlin...
2011-04-04 Evan ProdromouForce group scope on notices sent to a private-only...
2011-04-04 Shashi GowdaMerge remote-tracking branch 'mainline/1.0.x' into...
2011-04-03 Brion VibberMerge branch '1.0.x' of gitorious.org:statusnet/mainlin...
2011-04-01 Zach CopleyMerge branch 'qna' into 1.0.x
2011-03-31 Siebrand MazelandUpdate translator documentation.
2011-03-31 Evan Prodromouif user has private stream flag, set that scope
2011-03-30 Shashi GowdaMerge remote-tracking branch 'mainline/1.0.x' into...
2011-03-30 Brion VibberNote explicitly that you can pass null to Notice::inScope()
2011-03-29 Brion VibberMerge branch '1.0.x' of gitorious.org:statusnet/mainlin...
2011-03-29 Brion VibberConsolidate some precondition checks for repeats, fix...
2011-03-29 Siebrand Mazeland@evan Fixed message domain for messages in plugins...
2011-03-29 Evan ProdromouMerge branch 'limitdist2' into 1.0.x
2011-03-29 Evan ProdromouRepeats keep the same scope as parent
2011-03-29 Evan ProdromouDisallow repeats (retweets) of private notices
2011-03-29 Evan ProdromouMerge branch '1.0.x' into limitdist2
2011-03-28 Evan ProdromouAdd a check to prevent replying to an unscoped notice
2011-03-28 Evan ProdromouMerge branch '1.0.x' into limitdist2
2011-03-27 Evan ProdromouMerge branch '1.0.x' into limitdist2
2011-03-26 Evan Prodromoualways allow author to see own notices
2011-03-26 Evan Prodromouclearer scope rules for anonymous and author
2011-03-26 Evan ProdromouCaller can set scope for Notice::saveNew()
2011-03-26 Evan ProdromouMerge branch '1.0.x' into limitdist2
2011-03-25 Evan ProdromouMerge branch '1.0.x' into limitdist2
2011-03-25 Evan ProdromouMerge branch '1.0.x' into limitdist2
2011-03-25 Evan ProdromouMerge branch 'limitdist' into limitdist2
2011-03-24 Evan ProdromouMerge branch '1.0.x' of gitorious.org:statusnet/mainlin...
2011-03-24 Evan ProdromouBreak up stream code to use separate notice stream...
2011-03-24 Zach CopleyMerge branch '1.0.x' into qna
2011-03-23 Evan ProdromouMerge branch '1.0.x' into limitdist
2011-03-23 Evan ProdromouSome fixes to make the notice stream class work
2011-03-23 Evan ProdromouNew NoticeStream class to reify streams of notices
2011-03-22 Evan ProdromouMerge branch 'limitdist' of gitorious.org:~evan/statusn...
2011-03-22 Evan Prodromouadd profile to stream function
2011-03-22 Evan Prodromoumove scope check to Notice so we can have a null profile
2011-03-22 Evan Prodromouadd scope flags for Notice
2011-03-22 Evan ProdromouAdd scope bitmap for notices
2011-03-22 Evan ProdromouMass replacement of #-comments with //-comments
2011-03-22 Shashi GowdaBlend in with some new code. New menus, etc.
2011-03-22 Shashi GowdaMerge remote-tracking branch 'mainline/1.0.x' into...
2011-03-22 Shashi GowdaMerge branch '1.0.x' into people_tags_rebase
2011-03-21 Zach CopleyMerge branch '1.0.x' into qna
2011-03-18 Siebrand MazelandMerge branch '1.0.x' of git://gitorious.org/statusnet...
2011-03-18 Brion VibberCaching for conversation root lookup, some logic fixes...
2011-03-18 Brion VibberUse cached sources for favorites & repeats info on...
2011-03-17 Luke FitzgeraldMerge branch '1.0.x' into msn-plugin
2011-03-17 Evan Prodromouadd scope flags for Notice
2011-03-17 Evan ProdromouAdd scope bitmap for notices
2011-03-17 Evan ProdromouMerge branch '1.0.x' into testing
2011-03-16 Evan ProdromouMerge branch 'jqueryui' into 1.0.x
2011-03-16 Evan ProdromouMerge remote branch 'origin/1.0.x' into 1.0.x
2011-03-16 Zach CopleyMerge branch 'profile-fixups' into 1.0.x
2011-03-15 Brion VibberMerge branch '1.0.x' into feedsub-wizard
2011-03-15 Brion VibberDoc comment on Notice->getTags() to clarify the return...
2011-03-15 Brion VibberAdd StartNoticeWhoGets, EndNoticeWhoGets events to...
2011-03-09 Evan ProdromouRevert "stream for direct responses"
2011-03-09 Evan Prodromoustream for direct responses
2011-03-07 Zach CopleyMerge branch '1.0.x' into directory
2011-03-07 Evan ProdromouMerge branch '3cl' into 1.0.x
2011-03-07 Evan Prodromoustore reply_to notices as comment activity objects
2011-03-07 Evan ProdromouNotice saves its object type
2011-03-06 Shashi GowdaDB_DataObjects for people tags
2011-03-02 Brion VibberMerge branch 'master' into 0.9.x
2011-03-02 Brion VibberMerge branch 'master' into 0.9.x
2011-03-01 Zach CopleyMerge branch '0.9.x' into 1.0.x
2011-03-01 Zach CopleyMerge commit 'refs/merge-requests/153' of git://gitorio...
2011-03-01 Brion VibberMerge branch '1.0.x' of gitorious.org:statusnet/mainlin...
2011-02-28 Zach CopleyMerge branch '0.9.x' into 1.0.x
2011-02-28 Brion VibberMerge branch 'extprofile' into 0.9.x
2011-02-28 Brion VibberMerge branch 'master' into 0.9.x
next