]> git.mxchange.org Git - quix0rs-gnu-social.git/history - lib
GNUSOCIAL, not STATUSNET. Too many changes to be backwards compatible
[quix0rs-gnu-social.git] / lib /
2013-11-19 Mikael NordfeldthGNUSOCIAL, not STATUSNET. Too many changes to be backwa...
2013-11-13 Mikael NordfeldthMinor queue fixes, probably not very important. Prepari...
2013-11-11 Mikael NordfeldthSlightly better indication that notice section shows...
2013-11-10 Mikael NordfeldthSection notices should not take up too much space.
2013-11-10 Mikael Nordfeldthcurly braces to pick a character in string is not recom...
2013-11-07 Mikael NordfeldthGroup mentions got the wrong class. Now lists get their...
2013-11-04 Mikael NordfeldthCache key lead is 'gnusocial' now (restart daemons!)
2013-11-02 Mikael NordfeldthProfile->getGroupCount() should be used for groupcounts
2013-11-02 Mikael NordfeldthWe can only handle Memcached_DataObject in NoResultExce...
2013-11-02 Mikael NordfeldthMinor typing stuff and syntax fixes
2013-11-02 Mikael NordfeldthMinor PHP stylistic features and typing stuff
2013-11-01 Mikael NordfeldthThere are no LaconicaScripts left
2013-11-01 Mikael NordfeldthMinor labeling things for StatusNet to GNU social migration
2013-11-01 Mikael NordfeldthWhat was that NewMenu plugin doing there anyway?
2013-11-01 Mikael NordfeldthUsing GNUSOCIAL_VERSION instead of STATUSNET_VERSION
2013-11-01 Mikael NordfeldthUser agents and generators changed to GNU social
2013-11-01 Mikael NordfeldthBetter typing and minor fixes to OStatus related stuff
2013-10-30 Mikael NordfeldthVersion name strings updated, StatusNet only retained...
2013-10-30 Mikael NordfeldthForgot to catch no-parent-exception
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-30 Mikael NordfeldthUse addPlugin! (esp. XMPP folks should do this)
2013-10-30 Mikael NordfeldthLoginAction somewhat converted to FormAction
2013-10-29 Mikael Nordfeldthmentioned was an array, not a single object
2013-10-29 Mikael NordfeldthUser_group->permalink() is a function, not a variable.
2013-10-29 Mikael NordfeldthGroup discovery from text functions polished
2013-10-29 Mikael NordfeldthProtected function prepare with array $args defaulting...
2013-10-28 Mikael NordfeldthReworked the ActivityContext->attention structure
2013-10-28 Mikael NordfeldthMore OOP-ish tests using instanceof
2013-10-28 Mikael NordfeldthSome getStaticProperty calls to PEAR globalized
2013-10-28 Mikael NordfeldthgetAcctUri function added with related exception
2013-10-28 Mikael NordfeldthMake Atom titles a bit more verbose
2013-10-28 Mikael NordfeldthRemoved legacy OMB. Use OStatus for remote profiles.
2013-10-28 Mikael NordfeldthEnable json-specified objects in queue_item frames
2013-10-27 Mikael Nordfeldthdefines changed to GNU social names instead of StatusNet
2013-10-22 Mikael NordfeldthNo need to know what DBQueueManager got if not debugging
2013-10-22 Mikael NordfeldthGeonames now not a default plugin
2013-10-22 Mikael NordfeldthDaisychaining bug with exceptions in PHP
2013-10-21 Mikael NordfeldthOnly use ActivityVerb::SHARE (forwardId is deprecated)
2013-10-21 Mikael NordfeldthRemoving rel='ostatus:attention' in favor of Salmon...
2013-10-21 Mikael NordfeldthUse pre-defined const instead of strings
2013-10-21 Mikael NordfeldthReplace common_good_random with common_random_hexstr
2013-10-21 Mikael Nordfeldthcommon_good_rand was _not_ a "good rand", only hex
2013-10-20 Mikael NordfeldthApparently only one atom:content is allowed
2013-10-20 Mikael NordfeldthSwitch order of html/text for StatusNet backwards compa...
2013-10-19 Mikael NordfeldthCore plugin list would not merge into $config
2013-10-19 Mikael NordfeldthAlways generate local HTTPS links if ssl is 'always'
2013-10-19 Mikael NordfeldthCore and Default plugins separated, now loads on install
2013-10-18 Mikael NordfeldthInstaller redirects to HTTPS if ssl is set to 'always'
2013-10-17 Mikael NordfeldthAuthCrypt now tidied up and enabled by default.
2013-10-16 Mikael NordfeldthLocal_group and User are now assumed to be in same...
2013-10-16 Mikael NordfeldthNoProfileException now parent to User* and Group*
2013-10-16 Mikael NordfeldthBetter use of Nickname validation functions
2013-10-16 Mikael NordfeldthBetter checks during User::register and improved Nickna...
2013-10-16 Mikael NordfeldthNickname::normalize now checks for path name collision...
2013-10-15 Mikael NordfeldthMaking many of the API actions more consistent with...
2013-10-14 Mikael NordfeldthGNU social is with a minor s.
2013-10-14 Mikael NordfeldthNaming stuff GNUsocial rather than StatusNet
2013-10-14 Mikael Nordfeldthcommon_sql_now() is recommended before DB_DataObject_Ca...
2013-10-08 Mikael NordfeldthRemote Profile Action from ModPlus now more generic
2013-10-08 Mikael NordfeldthRemoved deprecated activity:subject
2013-10-08 Mikael NordfeldthAtom output of ActivityObject now has html AND text
2013-10-08 Mikael NordfeldthRevert "Don't set the title of a notice to its plain...
2013-10-07 Mikael NordfeldthNoResultException returns the failed object
2013-10-07 Mikael NordfeldthLet's not limit qvitter stuff to 'json' requests
2013-10-07 Mikael NordfeldthCleaning up clientError and serverError
2013-10-07 Mikael NordfeldthValidate::uri replaced with filter_var for HTTP[S]...
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 Nordfeldth60 chars was too little, 100 chars seems better. For me.
2013-10-06 Mikael NordfeldthMissed an exclamation mark. Still doesn't linkify groups?
2013-10-06 Mikael NordfeldthMoved Avatar retrieval into Avatar class
2013-10-06 Mikael NordfeldthMoved shareLocation preference check to Profile class
2013-10-06 Mikael NordfeldthOAuth related syntax fixes, nothing big
2013-10-06 Mikael NordfeldthI missed a preg_replace with /e
2013-10-06 Mikael NordfeldthTyping and static declaration in PoCo class
2013-10-06 Mikael NordfeldthSome PHP strict warning fixes
2013-10-06 Mikael NordfeldthPCRE modifier /e is deprecated in favour of preg_replac...
2013-10-06 Mikael NordfeldthfillAvatars would avoid the *ProfileGetAvatar events
2013-10-05 Mikael NordfeldthMediaFile code improvements, preparing to implement...
2013-10-05 Mikael NordfeldthOAuth extlib updated and Twitter comments removed
2013-10-05 Mikael NordfeldthWe don't need _that_ noisy queue managers...
2013-10-05 Mikael NordfeldthIM/XMPP Plugin classes use throwing getParent
2013-10-05 Mikael NordfeldthMerge-request 3 by pztrn, IM reply more intuitive
2013-10-05 pztrnAdopted merge request #232 from statusnet to gnusocial
2013-10-04 Mikael NordfeldthProperly defined globals, $_PEAR caused install to...
2013-10-04 Mikael NordfeldthTwitter Import improvements. Still buggy?
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 NordfeldthPHP Notice: Trying to get property of non-object
2013-10-01 Mikael NordfeldthProperly unlink all old avatars when deleting/uploading...
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 RosenRemove bad common_path() call in context of cssLink().
2013-09-25 Mikael NordfeldthUncaught exception when no subscribers/subscriptions...
2013-09-25 Mikael NordfeldthmaxNoticeLength test for url-shortening failed on maxCo...
2013-09-25 Mikael NordfeldthUpdated some of the INSTALL documentation
2013-09-24 Mikael NordfeldthFilling in missing endHTML calls for Action AJAX
2013-09-23 Mikael NordfeldthCompleting extra-element-without-text patch from 4015a5...
2013-09-23 Mikael NordfeldthPHP5.5 fix: Better use of startXML for Action classes...
next