]> git.mxchange.org Git - quix0rs-gnu-social.git/shortlog
quix0rs-gnu-social.git
2009-12-13 Siebrand MazelandLocalisation updates for !StatusNet from !translatewiki...
2009-12-13 Siebrand MazelandLocalisation updates for !StatusNet from !translatewiki...
2009-12-13 Craig AndrewsAdd repeat command
2009-12-12 Brenda Wallacefix typo / parse error in sql comment syntax
2009-12-12 Evan Prodromouremove obsoleted getStream, getStreamDirect, getCachedS...
2009-12-12 Evan Prodromoumake sure to show repeats correctly when original is...
2009-12-12 Evan ProdromouMerge branch 'forward' into 0.9.x
2009-12-12 Evan ProdromouMerge branch '0.9.x' of git@gitorious.org:statusnet...
2009-12-12 Evan Prodromouadd statuses/retweeted_to_me to API
2009-12-12 Evan Prodromouclear repeat_of flag when a notice is deleted
2009-12-12 Evan Prodromouadd statuses/retweets_of_me to API
2009-12-12 Evan Prodromouadd statuses/retweeted_by_me api action
2009-12-12 Evan ProdromouMerge branch '0.9.x' into forward
2009-12-12 Evan Prodromouinteger utility for arguments
2009-12-12 Evan Prodromouadd statuses/retweets to API
2009-12-12 Siebrand MazelandLocalisation updates for !StatusNet from !translatewiki...
2009-12-12 Siebrand MazelandLocalisation updates for !StatusNet from !translatewiki...
2009-12-12 Brion VibberBuild stub .po template for Gravatar plugin
2009-12-12 Hue Bastard(fix clumsy double paste in b45be2b actions/apitimeline...
2009-12-12 Hue Bastardticket 2055: added logos to Atom and RSS feeds
2009-12-11 Brion VibberMake useremail.php executable
2009-12-11 Evan Prodromoushow repeated notices correctly in API output
2009-12-11 Evan Prodromoushow repeated notices correctly in API output
2009-12-11 Evan Prodromoushow repeated notice's author on profile page
2009-12-11 Evan Prodromoushow original notice in repeat, with repeat info below
2009-12-11 Evan Prodromousave repeats from the form
2009-12-11 Evan ProdromouMerge branch '0.9.x' into forward
2009-12-11 Evan Prodromoufix typo in API arg creation
2009-12-11 Evan Prodromouchange Notice::saveNew() to use named arguments for...
2009-12-11 Evan Prodromoushow the repeat form in notice lists
2009-12-11 Christopher... Added UserEmail script.
2009-12-11 Evan Prodromoureset executable bit on Notice.php and statusnet.ini
2009-12-11 Evan Prodromouadd repeat_of column to notice class
2009-12-11 Evan Prodromouadd repeat_of column to notice table
2009-12-11 Evan Prodromourename form_forward to form_repeat in CSS
2009-12-11 Evan Prodromourename forward form to repeat form in JS
2009-12-11 Evan ProdromouRevert "remove form_forward from base css"
2009-12-11 Evan ProdromouRevert "remove NoticeForward from util.js"
2009-12-11 Evan Prodromoudo some moving around of forwarding stuff
2009-12-11 Evan ProdromouMerge branch '0.9.x' into forward
2009-12-11 Sarven CapadisliRemoved styles from entity_remote_subscribe (doesn...
2009-12-11 Eric HelgesonChanging avatar should broadcast the profile via OMB.
2009-12-10 Evan ProdromouRevert "remove the Repeat plugin (for now)"
2009-12-10 Evan Prodromouremove the Repeat plugin (for now)
2009-12-10 Evan ProdromouMerge branch '0.9.x' of git@gitorious.org:statusnet...
2009-12-10 Evan Prodromouremove forward action from router
2009-12-10 Evan Prodromouremove NoticeForward from util.js
2009-12-10 Evan Prodromouremove 'has forwarded' method from Profile
2009-12-10 Craig AndrewsAdd table() and keys() overrides to User_username
2009-12-10 Evan Prodromouremove forward table from PostgreSQL scripts
2009-12-10 Evan Prodromouremove form_forward from base css
2009-12-10 Evan Prodromouhad wrong number of arguments to NoticeList in notice...
2009-12-10 Evan Prodromouremove forward table from db scripts
2009-12-10 Evan Prodromoumove forward form to plugin
2009-12-10 Evan Prodromoumove inbox notice list to repeat plugin
2009-12-10 Evan Prodromoumove forwarding stuff to Repeat plugin
2009-12-10 Craig AndrewsFixed incorrect disabling of login_token.
2009-12-10 Craig AndrewsOverride login_token's sequenceKey() so that it behaves...
2009-12-10 Sarven CapadisliIf ElementData is set on the notice form, use the exist...
2009-12-10 Sarven CapadisliUpdated input background colour for XHR direct message
2009-12-10 Sarven CapadisliCalling NewDirectMessage
2009-12-10 Sarven CapadisliUpdated entity_action form input styles
2009-12-10 Sarven CapadisliUpdated FormNoticeEnhancements and Counter to use the...
2009-12-10 Eric HelgesonInitial GravatarPlugin
2009-12-10 Eric HelgesonNew Events for avatar settings
2009-12-09 Sarven CapadisliAdded todo item to Realtime plugin
2009-12-09 Sarven CapadisliAdded a todo list for Realtime plugin
2009-12-09 Evan ProdromouMerge branch '0.9.x' of git@gitorious.org:statusnet...
2009-12-09 Evan Prodromoureorder notices when not using memcached
2009-12-09 Brion VibberCompat fix for PHP 5.2.4 -- drop unneeded new param...
2009-12-09 Brenda Wallacethat pesky table named user - now quoted
2009-12-09 Brenda Wallaceadd missing table "forward"
2009-12-09 Brenda Wallaceadded missing table: location_namespace
2009-12-08 Evan Prodromoudon't allow forwarding your own notice
2009-12-08 Evan Prodromoumake forward form slightly less obnoxious
2009-12-08 Evan Prodromoumake sure not to forward blocked users
2009-12-08 Evan Prodromouadd forward table to updates
2009-12-08 Evan Prodromouadd (ugly) form to forward notices
2009-12-08 Evan Prodromouaction to forward a notice
2009-12-08 Evan Prodromoumethod to check if a profile has forwarded a notice
2009-12-08 Evan ProdromoupkeyGet() method for Forward and return value from...
2009-12-08 Evan Prodromoushow forwards in the inbox
2009-12-08 Evan ProdromouBasic function to store forwards and redistribute
2009-12-08 Evan Prodromoufix exe flag
2009-12-08 Evan Prodromouadd DB_DataObject for forward table
2009-12-08 Evan ProdromouMerge branch '0.9.x' into forward
2009-12-08 Evan ProdromouMerge branch '0.9.x' of git@gitorious.org:statusnet...
2009-12-08 Evan Prodromouinclude DB_DataObject 1.9.0
2009-12-08 Brion VibberNew _m() gettext wrapper with smart detection of plugin...
2009-12-08 Evan Prodromouadd forward table
2009-12-08 Brion VibberMake default & sample val for $config['queue']['queue_b...
2009-12-08 Brion VibberTweak updateavatarurl.php: emit a newline whether we...
2009-12-07 Siebrand MazelandLocalisation updates for !StatusNet from !translatewiki...
2009-12-07 Eric HelgesonCleanup of recaptcha plugin remove xhtml hack
2009-12-07 Zach CopleyMerge branch '0.9.x' of gitorious.org:statusnet/mainlin...
2009-12-07 Zach CopleyGrand ALL permissions to the DB user when setting up...
2009-12-07 Brion VibberAdd a "grandfather" creation date cutoff to RequireVali...
2009-12-07 Evan Prodromouremove unit tests for minify
2009-12-07 Sarven CapadisliIf localStorage is not supported, showPause as usual
2009-12-07 Sarven CapadisliUsing localStorage to keep the play/pause state of...
next