]> git.mxchange.org Git - quix0rs-gnu-social.git/history - classes
Profile creation always failed because we didn't COMMIT
[quix0rs-gnu-social.git] / classes /
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...
2013-08-20 Mikael NordfeldthWe can now do late static binding (PHP >= 5.3)
2013-08-19 Mikael NordfeldthDon't use DB_DataObject::factory (statically at least)
2013-08-18 Mikael NordfeldthManaged_DataObject now has listGet for all classes
2013-08-18 Mikael NordfeldthMemcached_DataObject::multicache is now properly define...
2013-08-18 Mikael NordfeldthpkeyGet is now static and more similar to getKV
2013-08-18 Mikael NordfeldthThe overloaded DB_DataObject function staticGet is...
2013-08-18 Mikael NordfeldthUpdating all Memcached_DataObject extended classes...
2013-08-12 Mikael NordfeldthstaticGet for sub-Managed_DataObject classes now calls...
2013-08-12 Mikael NordfeldthManaged_DataObject gets dynamic class detection for...
2013-08-12 Mikael NordfeldthstaticGet is a static function
2013-08-12 Mikael NordfeldthDefault to NOT ask for current location for new users
2013-08-12 Mikael Nordfeldthfix typo on provider_url
2013-08-12 Mikael Nordfeldthcomparing a url scheme should be done case insensitively
2013-08-12 Mikael Nordfeldthif parameters are not 0, null then limit will be PROFIL...
2013-08-12 Mikael NordfeldthMerge commit 'refs/merge-requests/230' of git://gitorio...
2013-08-12 Mikael NordfeldthMerge remote-tracking branch 'statusnet/master'
2013-07-16 Evan ProdromouMerge branch '1.1.x'
2013-07-16 Evan ProdromouMerge 1.1.x into master
2013-07-16 Joshua WiseEscape argument to prevent SQL injection attack in
2013-07-16 Joshua WiseEscape argument to User::getTaggedSubscribers() to...
2013-07-16 Joshua WiseEscape query parameters in Profile_tag::getTagged()
2013-07-16 Joshua WiseEscape SQL parameter in Profile_tag::moveTag()
2013-07-16 Joshua WiseEscape $tag passed to Profile::getTaggedSubscribers()
2013-07-16 Joshua WisePotential SQL injection in Local_group::setNickname()
2013-07-16 Joshua WisePotential SQL injection in Local_group::setNickname()
2013-06-30 Evan ProdromouSlightly more robust group-membership conversion
2013-06-15 Jean Baptiste FavreMerge commit 'merge-requests/192' into statusnet_1.1.x
2013-06-15 Evan ProdromouBetter ID for notice activity
2013-06-15 Evan ProdromouBetter ID for notice activity
2013-06-15 Evan ProdromouMerge remote-tracking branch 'origin/master'
2013-06-09 Evan ProdromouPass null to Profile::profileInfo()
2013-06-09 Evan ProdromouBad variable in Message::asActivity()
2013-06-09 Evan ProdromouBad variable in Message::asActivity()
2013-06-08 Evan ProdromouStore direct messages as an activity
next