]> git.mxchange.org Git - quix0rs-gnu-social.git/history - classes/Notice.php
Save attentions to Reply table for backwards compatibility
[quix0rs-gnu-social.git] / classes / Notice.php
2015-06-06 mmnMerge branch 'tagprofile-ajax-fix' into 'nightly'
2015-06-05 Mikael Nordfeldthfloating elements CSS fix by aroque
2015-06-05 Mikael Nordfeldthbuttle's local/plugins translation file fix
2015-06-05 Mikael NordfeldthMerge request for documentation and URLs
2015-06-05 abjectioMerge branch 'nightly' of git.gnu.io:gnu/gnu-social...
2015-06-04 Mikael NordfeldthgetByPK (primary key) lookup for Managed_DataObject...
2015-06-04 Mikael NordfeldthSend objects instead of integers to File_to_post::proce...
2015-06-03 Mikael Nordfeldthcase insensitive indexing for content and nick/fullname...
2015-06-02 Mikael Nordfeldthfallback to local URL if reply->getUrl() is missing
2015-06-02 Mikael NordfeldthStart using NoParentNoticeException more widely
2015-06-02 Mikael NordfeldthNotice->getParent code reuse
2015-06-02 Mikael Nordfeldthuse array_key_exists instead of empty to test array key
2015-04-22 Mikael NordfeldthMerge branch 'quitagram' into nightly
2015-04-05 Mikael Nordfeldthenclosures in Atom were not included
2015-04-05 Mikael NordfeldthMerge branch 'nightly'
2015-03-12 Mikael NordfeldthNotice properties set in bad order on activityobject...
2015-03-12 Mikael NordfeldthEvent fixes for activityhandlerplugin
2015-03-12 Mikael NordfeldthMerge branch 'nightly' into repeat_as_shareplugin
2015-03-12 Mikael NordfeldthRepeats shown in threaded noticelist now handled by...
2015-03-12 Mikael NordfeldthMerge branch 'nightly' into repeat_as_shareplugin
2015-03-12 Mikael NordfeldthInitial work on making the Share verb handled in plugin
2015-03-09 Mikael NordfeldthNotice class got exception throwing getById
2015-03-09 Mikael NordfeldthMerge branch 'nightly', beginning of 1.2.x
2015-02-27 Mikael NordfeldthMerge branch 'master' into nightly
2015-02-25 Mikael NordfeldthMerge commit 'refs/merge-requests/55' of https://gitori...
2015-02-25 Mikael NordfeldthMerge commit 'refs/merge-requests/51' of https://gitori...
2015-02-25 Mikael NordfeldthMerge commit 'refs/merge-requests/49' of https://gitori...
2015-02-24 Mikael NordfeldthHide posts from users with private_stream in scoping...
2015-02-24 Mikael NordfeldthRemoving whitespace and creating an early-return in...
2015-02-19 Mikael NordfeldthMerge branch 'utf8mb4' into nightly
2015-02-12 Mikael Nordfeldthutf8mb4 conversion on database with index adjusts
2015-02-12 Mikael NordfeldthMerge commit 'refs/merge-requests/43' of https://gitori...
2015-02-10 Mikael NordfeldthMerge commit 'refs/merge-requests/41' of https://gitori...
2015-02-09 Mikael NordfeldthMerge commit 'refs/merge-requests/40' of https://gitori...
2015-02-09 ChimoReplace one instance of LOG_ERR with LOG_DEBUG
2015-02-08 Mikael NordfeldthMerge commit 'refs/merge-requests/30' of https://gitori...
2015-02-08 Mikael NordfeldthMerge commit 'refs/merge-requests/31' of https://gitori...
2015-01-28 Mikael Nordfeldth/main/all will give a network-wide public stream
2015-01-23 Mikael NordfeldthAllow fallback to local URL on Notice->getUrl()
2015-01-23 Mikael NordfeldthPrefer local URLs for all locally generated notices.
2015-01-08 Mikael NordfeldthMerge commit 'refs/merge-requests/28' of https://gitori...
2014-12-10 Mikael NordfeldthMerge commit 'refs/merge-requests/25' of https://gitori...
2014-12-09 Mikael NordfeldthMerge commit 'refs/merge-requests/26' of https://gitori...
2014-12-09 Mikael NordfeldthMerge commit 'refs/merge-requests/27' of https://gitori...
2014-12-09 Joshua Judson RosenConsistently root autostitched conversations at the...
2014-12-06 Mikael NordfeldthMerge commit 'refs/merge-requests/19' of https://gitori...
2014-12-06 Mikael NordfeldthMerge commit 'refs/merge-requests/23' of https://gitori...
2014-12-02 Mikael NordfeldthMerge aqeeliz's commit 'refs/merge-requests/20' of...
2014-12-01 Mikael Nordfeldthdebug output was referencing wrong variable
2014-11-27 Mikael NordfeldthIf a Notice insert fails, don't continue processing it
2014-11-27 Mikael NordfeldthMove Conversation creation out of insert() to allow...
2014-11-27 Mikael NordfeldthUse remote conversation URI info to stitch convos together
2014-11-05 Mikael NordfeldthNotice_source checks in better code style
2014-10-20 Hannes Mannerheimrepeat-bug, could not repeat oversized notices
2014-07-29 Mikael NordfeldthShares would lack a title in any Activity representation
2014-07-28 Mikael NordfeldthStart/End NoticeAsActivity modifications
2014-07-28 Mikael NordfeldthMore use of Profile, less User
2014-07-14 Mikael NordfeldthMore Activity-based reasoning for saveActivity in Notice
2014-07-14 Mikael NordfeldthMerge request from chimo adding getvaliddaemons to...
2014-07-14 Mikael NordfeldthMerge request from robmyers upping the PHP version...
2014-07-14 Mikael NordfeldthUnifying HTML stripping functions to common_strip_html
2014-07-14 Mikael NordfeldthStore activity content into Notice table in saveActivity
2014-07-13 Mikael Nordfeldthmaking more sense in mail_notify_fav
2014-07-09 Mikael NordfeldthUse canonical object type in Notice title as ActivityObject
2014-07-06 Mikael NordfeldthDo proper Activity-plugin based mention notification
2014-07-05 Mikael NordfeldthFavorAction now uses Notice::saveActivity
2014-07-04 Mikael NordfeldthRewriting code for notice representation
2014-07-03 Mikael NordfeldthSaved incoming activites for Favorite as wrong profile
2014-07-03 Mikael NordfeldthOccasionally we'd get a false from Profile::getKV
2014-07-03 Mikael NordfeldthConverted all ActivityObject::fromProfile to $profile...
2014-07-02 Mikael NordfeldthFavorites are now being stored from activities
2014-07-02 Mikael NordfeldthAdded saveActivity method to Notice class
2014-07-02 Mikael NordfeldthgetIdentifiers, resolveUri, findLocalObject Activity...
2014-06-27 Mikael Nordfeldthpluginified most of hasFave, getFaves and related calls
2014-06-22 Mikael NordfeldthInitial move towards microformats2
2014-06-05 Mikael NordfeldthMerge from chimo: Catch GeoCookie JSON parsing error
2014-06-04 Mikael NordfeldthNon-dynamic fetching for multiple Notice properties
2014-06-04 Mikael Nordfeldth$notice->getProfile will ALWAYS return a Profile
2014-06-04 Mikael NordfeldthReplies to repeats should go to the original
2014-06-04 Mikael NordfeldthRepeats were not delivered a conversation ID
2014-06-04 Mikael NordfeldthNotice::getReplyTo more specific now (getInlineReplyTo)
2014-06-03 Mikael NordfeldthDangerous non-dynamic profile fetching in Notice
2014-06-02 Mikael NordfeldthFile::processNew now static and always throws exception...
2014-05-26 Mikael NordfeldthMake Profile::fromUri use UnknownUriException
2014-05-26 Mikael NordfeldthNoProfileException collision avoidance fix
2014-05-18 Mikael NordfeldthNotice->repeat() function takes Profile as argument now
2014-05-18 Mikael NordfeldthNotice->repeat should include the full message
2014-05-10 Mikael NordfeldthNotice->getUrl() for shares would throw exception in...
2014-05-01 Mikael NordfeldthgetConversationUrl introduced for linking to conversations
2014-05-01 Mikael NordfeldthLink notice posted time to local representation
2014-04-29 Mikael Nordfeldths/bestUrl/getUrl/ for notices and microapp objects
2014-04-28 Mikael NordfeldthgetUrl replaces deprecated bestUrl (more to come)
2014-04-20 Mikael Nordfeldthdeprecate Notice::bestUrl() in favor of getUrl()
2014-04-19 Mikael NordfeldthImprove ShownoticeAction remote redirect code
2014-04-19 Mikael NordfeldthFixes to URI/URL handling for notices
2014-04-18 Mikael NordfeldthHandle missing URIs and URLs better
2014-04-18 Mikael NordfeldthAvoid double colon on Notice URI generation
2014-04-18 Mikael NordfeldthThrow exception when we can't get the url for a notice
2014-04-18 Mikael NordfeldthSet new notice uri to something that's not a URL
2014-03-31 Mikael NordfeldthMerge commit 'refs/merge-requests/199' of git://gitorio...
next