]> git.mxchange.org Git - quix0rs-gnu-social.git/shortlog
quix0rs-gnu-social.git
2009-10-13 Sarven CapadisliMerge branch '0.9.x' of git@gitorious.org:statusnet...
2009-10-13 Sarven CapadisliUpdated default theme to use the CSS Sprites method...
2009-10-13 Sarven CapadisliMerge branch '0.9.x' of git@gitorious.org:statusnet...
2009-10-13 Craig AndrewsAdded a new plugin that requires a user to have a valid...
2009-10-12 Zach CopleyAdded in credits.
2009-10-12 Zach CopleyUse site's name for basic auth realm
2009-10-12 Zach CopleyMake apigroupcreate.php pass phpcs
2009-10-12 Zach CopleyTook out some unnecessary intializations
2009-10-12 Zach CopleyMoved group create API into its own action
2009-10-12 Sarven CapadisliAdded missing $this
2009-10-12 Sarven CapadisliOnly output attachment if the mobile device is interested
2009-10-12 Sarven CapadisliRan phpcs and fixed a few errors and warnings
2009-10-12 Sarven CapadisliAdded function to set a list of features the mobile...
2009-10-12 Sarven CapadisliFixed typo, added ipod
2009-10-12 Sarven CapadisliInit mp-handheld stylesheet. For now, it is reusing...
2009-10-12 Sarven CapadisliMerge branch '0.9.x' of git@gitorious.org:statusnet...
2009-10-11 Craig AndrewsMerge remote branch 'statusnet/0.8.x' into 0.9.x
2009-10-11 Craig AndrewsMerge commit 'refs/merge-requests/1723' of git://gitori...
2009-10-11 Craig AndrewsMerge commit 'refs/merge-requests/1730' of git://gitori...
2009-10-11 Craig AndrewsMerge commit 'refs/merge-requests/1738' of git://gitori...
2009-10-11 Craig AndrewsImplemented create group api
2009-10-10 Zach CopleyCamelCase all function names in the API code
2009-10-10 Zach CopleyThese same params are used in most API actions; moved...
2009-10-10 Zach CopleyMissed some of the references to the old TwitterApiActi...
2009-10-10 Zach CopleyRemove more redundant $formats
2009-10-10 Zach CopleyRemove dead code
2009-10-09 Zach CopleyMove all basic auth output and processing to base classes
2009-10-09 Zach Copley$format is used by every API action. Set it in the...
2009-10-09 Zach CopleyDelete action/api.php and rename lib/twitterapi.php...
2009-10-09 Zach CopleyNew actions for blocks via API
2009-10-09 Evan Prodromoufix FBConnect so it doesn't muffle EndPrimaryNav
2009-10-09 Sarven CapadisliReduced whitespace
2009-10-09 Sarven CapadisliUpdated header UI
2009-10-09 Sarven CapadisliRemoved the Help item from global primary navigation...
2009-10-09 Sarven CapadisliUpdated mobilelogo extension
2009-10-09 Evan Prodromoudon't write session if it's unchanged
2009-10-09 Sarven CapadisliFixed notice-options
2009-10-09 Sarven CapadisliSome UI adjustments for form notice
2009-10-09 Jeffery ToFixed facebook connect primary nav to hide search optio...
2009-10-09 Jeffery ToFixed facebook connect primary nav to obey sms/twitter...
2009-10-09 Jeffery ToFixed facebook connect login nav to obey openid settings
2009-10-09 Jeffery ToFixed facebook connect nav to obey sms/twitter disabled
2009-10-09 Jeffery ToFixed twitter defaulting to disabled
2009-10-08 Zach CopleyNew action for test/help API method
2009-10-08 Zach CopleyNew actions for statusnet config and version API methods
2009-10-08 Evan ProdromouRevert "Open tags should have closing tags"
2009-10-08 Jeffery ToDon't show search suggestions for private sites
2009-10-08 Zach CopleyNew individual actions for dealing with groups via API
2009-10-07 Jeffery ToFixed E_NOTICE when returnto isn't set
2009-10-07 Jeffery ToFixed E_NOTICE when the "lite" parameter isn't included...
2009-10-07 Jeffery ToFixed E_NOTICE - GroupList expects an owner object...
2009-10-07 Zach CopleyNew action for group timelines via API
2009-10-07 Zach Copleyphpcs cleanup
2009-10-06 Zach CopleyNew action for tag timelines in the API
2009-10-06 Sarven CapadisliMerge branch '0.9.x' of git@gitorious.org:statusnet...
2009-10-06 Sarven CapadisliReturning false seems to fix IE from reclaiming window...
2009-10-06 Sarven CapadisliMerge branch '0.9.x' into 0.9.x-mobile
2009-10-06 Sarven CapadisliAligning notice attach label from right instead of...
2009-10-06 Sarven CapadisliMerge branch '0.9.x' of git@gitorious.org:statusnet...
2009-10-06 Sarven CapadisliFixed IE background image alignment for attach, favour...
2009-10-06 Sarven CapadisliFixed nudge and direct message background image alignment
2009-10-06 Sarven CapadisliMerge branch '0.9.x' of git@gitorious.org:statusnet...
2009-10-06 Sarven CapadisliUsing 'CSS sprites' for common icons for the identica...
2009-10-06 Zach CopleyBetter Twitter date output
2009-10-06 Zach CopleyNew actions for the account methods we have implemented
2009-10-05 Zach CopleyNew actions for favorites via the API
2009-10-05 Zach CopleyAdd in a check for proper format
2009-10-05 Zach CopleyMerge branch '0.9.x' into refactor-api
2009-10-05 Zach CopleyRoutes for friendships actions
2009-10-05 Zach CopleyNew actions for managing subscriptions (friendships)
2009-10-05 Sarven CapadisliInit styles for form_notice
2009-10-05 Eric HelgesonOpen tags should have closing tags
2009-10-05 Sarven CapadisliNo longer need to style
2009-10-05 Sarven CapadisliInit showNoticeFormData
2009-10-05 Sarven CapadisliMerge branch '0.9.x' into 0.9.x-mobile
2009-10-05 Sarven CapadisliAdded hook to wrap the notice form data block
2009-10-05 Sarven CapadisliInit mobile profile screen stylesheet. It reuses base...
2009-10-05 Sarven CapadisliMinor correction
2009-10-05 Sarven CapadisliMerge branch '0.9.x-mobile' of git@gitorious.org:~csarv...
2009-10-05 Sarven CapadisliMerge branch '0.9.x' of git@gitorious.org:statusnet...
2009-10-04 Sarven CapadisliInit showPrimaryNav
2009-10-04 Sarven CapadisliMerge branch '0.9.x' of git@gitorious.org:statusnet...
2009-10-04 Sarven CapadisliUnnecessary selector bit
2009-10-04 Sarven CapadisliMerge branch '0.9.x' of git@gitorious.org:statusnet...
2009-10-04 Sarven CapadisliRemoved site_notice and anon_notice from output because...
2009-10-04 Sarven CapadisliStop output after showing header
2009-10-04 Sarven CapadisliInit showLogo
2009-10-04 Sarven CapadisliInit showHeader
2009-10-04 Sarven CapadisliIf they are not on the mobile site or not interested...
2009-10-04 Sarven CapadisliMinor adjustment to indenting
2009-10-04 Sarven CapadisliIf not meant to serveMobile, show the default styles
2009-10-04 Sarven CapadisliMerge branch '0.9.x' of git@gitorious.org:statusnet...
2009-10-04 Sarven CapadisliRemoved obsolete iphone theme (pre v0.7)
2009-10-04 Sarven CapadisliAdded custom showHead
2009-10-04 Sarven CapadisliMobile Profile plugin will use the identica theme for now
2009-10-04 Sarven CapadisliAdded ability to define mobile stylesheets (handheld...
2009-10-04 Sarven CapadisliFixed redirect. Added common_path for mobileserver
2009-10-04 Sarven CapadisliDon't redirect if mobile server is same as site server
2009-10-04 Sarven CapadisliMerge branch '0.9.x' of git@gitorious.org:statusnet...
2009-10-04 Sarven CapadisliMerge branch '0.9.x-mobile' of git@gitorious.org:~csarv...
next