]> git.mxchange.org Git - quix0rs-gnu-social.git/shortlog
quix0rs-gnu-social.git
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-19 Mikael NordfeldthStatusNet_HTTPResponse now prefixed with GNUSocial_
2013-09-18 Mikael Nordfeldthurl shortening fixes for api config and not ur1.ca
2013-09-17 Mikael Nordfeldth8 chars was too little, 32 should be enough.
2013-09-17 Mikael NordfeldthGNUSOCIAL is the new defined indicator
2013-09-17 Mikael Nordfeldthminor fixes and cleanups in the scripts directory
2013-09-17 Mikael NordfeldthPHP 5.3 dependency declared in INSTALL file
2013-09-16 Mikael NordfeldthBad call to joinAdd in Profile.php
2013-09-16 Mikael NordfeldthAutocomplete migrated to jquery-ui autocomplete
2013-09-16 Mikael NordfeldthGravatar pretty much equals disregarding privacy
2013-09-14 Mikael NordfeldthEvents on user registrations now strictly typed
2013-09-14 Mikael NordfeldthEvent::handle only takes array $args
2013-09-14 Brian TegtmeierAdded new config for lighttpd.conf that worked on my...
2013-09-14 Mikael NordfeldthMinified javascripts are evil! Human readable source...
2013-09-14 Mikael Nordfeldthjquery 2.x update related fix (.die no longer defined)
2013-09-14 Mikael NordfeldthFixed regression from jquery-cookie update
2013-09-14 Mikael Nordfeldthupdated and moved jquery-cookie
2013-09-14 Mikael Nordfeldthupdated and moved jquery-jcrop (no longer .min.js)
2013-09-14 Mikael Nordfeldthupdated jquery-infieldlabel from 0.1.2 to 0.2.1
2013-09-12 Mikael NordfeldthRemoved jOverlay as it's outdated and not referenced
2013-09-12 Mikael Nordfeldthjquery form updated and moved to js/extlib
2013-09-12 Mikael Nordfeldthjquery-ui updated and moved to js/extlib
2013-09-10 Mikael Nordfeldthjquery javascript was moved to js/extlib
2013-09-10 Mikael NordfeldthChanging js .live calls to .on for jquery 2.x
2013-09-10 Mikael Nordfeldthfarbtastic removed along with userdesign stuff
2013-09-10 Mikael NordfeldthFixed regression from util.js updates + syntax cleanup
2013-09-10 Mikael NordfeldthUpdated jquery extlib to v2.0.3
2013-09-10 Mikael Nordfeldthjson2 extlib updated to 2013-05-26 version
2013-09-10 Brian TegtmeierShortcut for (document).ready(). Changed .attr() to...
2013-09-10 Brian TegtmeierChanged .attr() to .prop() for checked and disabled...
2013-09-10 Brian TegtmeierChanged bind() and live() to on(). Changed .attr()...
2013-09-10 Brian TegtmeierChanged bind() and unbind() to on() and off(). Shortcut...
2013-09-10 Jean Baptiste... Add 'twitter:title' meta tag support.
2013-09-10 Jean Baptiste... Twitter cards implementation. Currently only supports...
2013-09-10 Emily O'LearyPutting in functionality so that sites with the "Someti...
2013-09-09 Mikael NordfeldthDeclaring some more static functions properly
2013-09-09 Mikael NordfeldthRemoving unnecessary require_once lines (autoload!)
2013-09-09 Mikael NordfeldthTidying up getUser calls to profiles and some events
2013-09-09 Mikael NordfeldthUsing a bit more of $this->scoped (Action parent class)
2013-09-02 Mikael NordfeldthNewapplicationAction converted to FormAction
2013-09-02 Mikael NordfeldthneedLogin renamed checkLogin and made a property
2013-09-02 Mikael Nordfeldthnewmessage (and Message class) fixed for FormAction
2013-09-02 Mikael NordfeldthIMPORTANT: parent::handlePost() in NewnoticeAction
2013-09-01 Mikael NordfeldthNewnoticeAction converted to extend FormAction
2013-09-01 Mikael NordfeldthConforming to code layout
2013-09-01 Mikael NordfeldthProper definition of $args array in NewgroupAction...
2013-08-31 Mikael NordfeldthNewgroupAction converted to extend FormAction
2013-08-30 Mikael NordfeldthAdded a FormAction extension
2013-08-29 Mikael Nordfeldthhandle no longer uses $argarray or $args
2013-08-29 Mikael NordfeldthPreparing more object-oriented Action handling
2013-08-29 Thomas Johnsondb/core.php lacked User_username (Issue 3299)
2013-08-29 Mikael NordfeldthFixed comment description in STS plugin
2013-08-29 Mikael NordfeldthChanges to GNUsocial plugins
2013-08-29 Mikael Nordfeldthremoving empty "planned" GNU Social plugins
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-28 Mikael NordfeldthSyntax error in XMPP config example
2013-08-28 Mikael Nordfeldthplugins onAutoload now only overloads if necessary...
2013-08-28 Mikael NordfeldthMore info for a proper, fancy-url lighttpd setup
2013-08-21 Mikael NordfeldthWoops, forgot auto_increment (comes with 'serial')
2013-08-21 Mikael NordfeldthGNU Social extensions fixes (please read note)
2013-08-21 Mikael NordfeldthIMPORTANT - fixed HubSub to properly fetch primary...
2013-08-21 Mikael NordfeldthOStatus classes now has modern schemaDef
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-20 Mikael NordfeldthUnnecessary UTF-8 declaration for database
2013-08-19 Mikael NordfeldthFurther static declarations of functions
2013-08-19 Mikael NordfeldthClass wasn't used anywhere, and file contained wrong...
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 NordfeldthProperly definingStatusNet class static functions with...
2013-08-18 Mikael NordfeldthAdded shared default plugin list between profiles
2013-08-18 Mikael NordfeldthIMPORTANT - fixed Magicsig to properly overload getKV...
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 NordfeldthMagicsig class now Managed_DataObject with nicer schemaDef
2013-08-18 Mikael NordfeldthBookmark class now has schemaDef (for Managed_DataObject)
2013-08-18 Mikael NordfeldthThe overloaded DB_DataObject function staticGet is...
2013-08-18 Mikael NordfeldthUpdating all Memcached_DataObject extended classes...
2013-08-18 Mikael NordfeldthSome statically called functions in plugins now declare...
2013-08-12 Mikael NordfeldthPlugins with classes that extend Managed_DataObject...
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 NordfeldthNo need for newline when running 'echo'
2013-08-12 Mikael NordfeldthDefault to NOT ask for current location for new users
2013-08-12 Mikael Nordfeldthprintf tries to evaluate "%" in paths, echo does not
2013-08-12 Mikael NordfeldthAutomatic memcache support enabler for config
2013-08-12 Mikael NordfeldthAdded SSL option to web and cli installers
2013-08-12 Mikael Nordfeldthvisual presentation of group's homepage href was its...
2013-08-12 Mikael Nordfeldthfix typo on provider_url
2013-08-12 Mikael Nordfeldthletting the noticeform at the top show, to fix broken...
2013-08-12 Mikael NordfeldthAdded author name to modified file
2013-08-12 Mikael Nordfeldth_m function for translation seems to be what we use
2013-08-12 Mikael NordfeldthIssue 3636 request clarity for users without validated...
2013-08-12 Mikael Nordfeldthnew plugin to check, store and migrate password hashes...
2013-08-12 Mikael Nordfeldthcomparing a url scheme should be done case insensitively
next