]> git.mxchange.org Git - quix0rs-gnu-social.git/history - classes
Add urlshortenerplugin2.php to solve some @todo's and adding exceptions
[quix0rs-gnu-social.git] / classes /
2014-03-01 Mikael NordfeldthThrow exception, don't return null in Conversation...
2014-03-01 Mikael NordfeldthConversation ID now gets set from initial notice.
2014-03-01 Mikael NordfeldthMinor code cleanup with group related actions (thanks...
2014-01-12 Mikael NordfeldthUse exceptions for Notice::getByUri
2014-01-12 Mikael NordfeldthNotice::getByUri is of course static
2014-01-12 Mikael NordfeldthgetByUri added to Notice for future use
2013-11-10 Mikael NordfeldthSlight cleanup in typing and syntax of File and File_...
2013-11-09 Mikael NordfeldthInbox class a bit more consistent in argument order...
2013-11-09 Mikael NordfeldthNotice_inbox no longer used (and should've already...
2013-11-04 Mikael NordfeldthCall self:: instead of Memcached_DataObject
2013-11-02 Mikael NordfeldthMinor typing stuff and syntax fixes
2013-11-02 Mikael NordfeldthImplement a User_group fetching function for Local_group
2013-11-02 Mikael NordfeldthLess raw SQL in User_group
2013-11-02 Mikael NordfeldthMinor PHP stylistic features and typing stuff
2013-11-01 Mikael NordfeldthMinor labeling things for StatusNet to GNU social migration
2013-10-30 Mikael NordfeldthgetStreamName will now return nick/fullname based on...
2013-10-30 Mikael NordfeldthNoticeListItem attentions showed double for User_group
2013-10-29 Mikael NordfeldthFile oEmbed lookup failure is not as severe as LOG_ERR
2013-10-29 Mikael NordfeldthGroup discovery from text functions polished
2013-10-29 Mikael Nordfeldthfunction delete in dataobjects now don't break strict...
2013-10-28 Mikael NordfeldthReworked the ActivityContext->attention structure
2013-10-28 Mikael NordfeldthMore OOP-ish tests using instanceof
2013-10-28 Mikael NordfeldthMemcached_DataObject extensions got their update functi...
2013-10-28 Mikael NordfeldthgetAcctUri function added with related exception
2013-10-28 Mikael NordfeldthUse getParent instead of manual reply_to lookup
2013-10-28 Mikael NordfeldthRemoved legacy OMB. Use OStatus for remote profiles.
2013-10-23 Mikael NordfeldthNotice class local cache fixes
2013-10-23 Mikael NordfeldthCall memcache() as a static object (it's a static class)
2013-10-22 Mikael NordfeldthDon't disconnect a DB_Error, instead log for better...
2013-10-22 Mikael NordfeldthNotice->getParent function fixes
2013-10-21 Mikael NordfeldthRevert "Better ID for notice activity"
2013-10-21 Mikael NordfeldthOnly use ActivityVerb::SHARE (forwardId is deprecated)
2013-10-21 Mikael NordfeldthReplace common_good_random with common_random_hexstr
2013-10-21 Mikael NordfeldthException wasn't thrown. How does PHP handle daisychain...
2013-10-20 Mikael NordfeldthStrict type check against false in User_group
2013-10-20 Mikael NordfeldthWebFingerResource introduced, instead of strict Profile...
2013-10-19 Mikael NordfeldthCore and Default plugins separated, now loads on install
2013-10-17 Mikael NordfeldthMove nick updating of User entry to Profile->update()
2013-10-17 Mikael NordfeldthWhen updating a User_group nickname, correlate Local_gr...
2013-10-16 Mikael NordfeldthLocal_group and User are now assumed to be in same...
2013-10-16 Mikael NordfeldthBetter checks during User::register and improved Nickna...
2013-10-15 Mikael NordfeldthAdd support (and upgrade path) for group profiles
2013-10-15 Mikael NordfeldthRemoving legacy code and fixup_* for Status_network...
2013-10-15 Mikael NordfeldthDo calls straight to the result of getProfile
2013-10-15 Mikael NordfeldthMoved favoriteNotices from User to Profile class
2013-10-15 Mikael NordfeldthgetTaggedSub-stuff moved to Profile class
2013-10-14 Mikael NordfeldthWe never accept a user without a Profile
2013-10-14 Mikael NordfeldthGNU social is with a minor s.
2013-10-14 Mikael Nordfeldthstatic:: call are less cluttery
2013-10-14 Mikael Nordfeldthcommon_sql_now() is recommended before DB_DataObject_Ca...
2013-10-14 Mikael NordfeldthMDB2 now works with UTF-8
2013-10-08 Mikael NordfeldthRemote Profile Action from ModPlus now more generic
2013-10-08 Mikael NordfeldthRemoved deprecated activity:subject
2013-10-08 Mikael Nordfeldthcommon_sql_now() is recommended
2013-10-07 Mikael NordfeldthNoResultException returns the failed object
2013-10-06 Mikael NordfeldthURL shortening can now be disabled for the 'maxurllength'
2013-10-06 Mikael NordfeldthQvitter API changes (thanks hannes2peer)
2013-10-06 Mikael NordfeldthpkeyGet unfortunately returns null (should throw NoResu...
2013-10-06 Mikael NordfeldthlistFind throws NoResultException on no results
2013-10-06 Mikael NordfeldthMoved Avatar retrieval into Avatar class
2013-10-06 Mikael NordfeldthAdded Profile_prefs class for profile preferences
2013-10-06 Mikael NordfeldthMoved shareLocation preference check to Profile class
2013-10-06 Mikael NordfeldthSome PHP strict warning fixes
2013-10-06 Mikael NordfeldthfillAvatars would avoid the *ProfileGetAvatar events
2013-10-05 Mikael NordfeldthLOG_WARNING, not LOG_WARN
2013-10-05 Mikael NordfeldthMediaFile code improvements, preparing to implement...
2013-10-05 Mikael NordfeldthForgot to clean some debug logging
2013-10-05 Mikael NordfeldthgetParent throws exception
2013-10-05 Mikael NordfeldthMerge-request 3 by pztrn, IM reply more intuitive
2013-10-05 Mikael NordfeldthFix Avatar-unlink plus better logging in TwitterImport
2013-10-04 Mikael Nordfeldthis_a() with 3 params only supported in 5.3.9 anyway
2013-10-04 Mikael NordfeldthTwitter Import improvements. Still buggy?
2013-10-03 Mikael NordfeldthTwitter Import + avatar fixes (cleaning up + fixing)
2013-10-02 Mikael NordfeldthDo not name anything getOriginal (because DB_DataObject...
2013-10-02 Mikael NordfeldthVarious minor Avatar fixes, but pretty necessary.
2013-10-01 Mikael NordfeldthProperly unlink all old avatars when deleting/uploading...
2013-09-30 Mikael NordfeldthFixed regression in latest Avatar fixes
2013-09-30 Mikael NordfeldthFix regression from WebFinger update for singleuser...
2013-09-30 Mikael NordfeldthAvatar resizing improvements and better code reuse
2013-09-30 Mikael NordfeldthImplemented WebFinger and replaced our XRD with PEAR...
2013-09-29 Joshua Judson RosenCorrect a logic-inverting typo in handling of replies...
2013-09-25 Mikael NordfeldthUncaught exception when no subscribers/subscriptions...
2013-09-25 Mikael NordfeldthmaxNoticeLength test for url-shortening failed on maxCo...
2013-09-23 Mikael Nordfeldth$_PEAR now defined globally as new PEAR, so no static...
2013-09-21 Mikael NordfeldthShouldn't define static classes as abstract.
2013-09-21 Mikael NordfeldthSubscription "get by" functions now don't use ArrayWrappers
2013-09-21 Mikael NordfeldthNew Managed_DataObject retrieval: listFind
2013-09-19 Mikael NordfeldthMake better use of Subscription class
2013-09-19 Mikael Nordfeldthinstanceof instead of is_a is faster (thanks quix0r)
2013-09-17 Mikael Nordfeldth8 chars was too little, 32 should be enough.
2013-09-16 Mikael NordfeldthBad call to joinAdd in Profile.php
2013-09-14 Mikael NordfeldthEvents on user registrations now strictly typed
2013-09-09 Mikael NordfeldthDeclaring some more static functions properly
2013-09-09 Mikael NordfeldthTidying up getUser calls to profiles and some events
2013-09-02 Mikael Nordfeldthnewmessage (and Message class) fixed for FormAction
2013-08-29 Mikael NordfeldthMoved multiGet into Managed_DataObject
2013-08-29 Mikael NordfeldthStronger typing, require array where param array
2013-08-29 Mikael NordfeldthpivotGet moved into Managed_DataObject
2013-08-21 Mikael NordfeldthWoops, forgot auto_increment (comes with 'serial')
2013-08-21 Mikael NordfeldthIMPORTANT: Making prev. Memcached_DataObject working...
next