summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-09-21Made it slighly more compact with less jQuery selectionSarven Capadisli
2009-09-21Updated todo comment for pushing notices to Personal and RepliesSarven Capadisli
timelines
2009-09-21Fixes for posting shortened URLs or uploadsBrion Vibber
* If no shortener plugin is enabled, fall back to using the long URL instead of trying to load nonexistent ur1.ca plugin and throwing 'Class does not exist' * Fix bad call to call_user_func_array() in callback_helper() which broke all shortening
2009-09-21Don't trigger E_NOTICE when looking for commands in the notice inputBrion Vibber
explode() only returns one item if there was no space, leading to an E_NOTICE about an undefined array index in the list($a,$b) pattern.
2009-09-20Fixed indentingSarven Capadisli
2009-09-20Added realtime streams for all and showstream timelinesSarven Capadisli
2009-09-20No need to call farbtastic.go.js because it was moved to userdesign.go.jsSarven Capadisli
2009-09-20Merge branch '0.8.x' of git@gitorious.org:statusnet/mainline into 0.8.xSarven Capadisli
2009-09-19Make the infinite scroll plugin have a non-infinite scroll (button click to ↵Craig Andrews
scroll) mode
2009-09-19Make statuses/home_timeline return the same thing as ↵Zach Copley
statuses/friends_timeline to support apps trying to use the new retweet API method.
2009-09-19Make statuses/home_timeline return the same thing as ↵Zach Copley
statuses/friends_timeline to support apps trying to use the new retweet API method.
2009-09-19Add missing parenthesis.Adrian Lang
2009-09-19Fix merges.Adrian Lang
2009-09-19handle Godaddy-style PATH_INFO which includes the scriptEvan Prodromou
2009-09-19handle Godaddy-style PATH_INFO which includes the scriptEvan Prodromou
2009-09-19Additional note in Autocomplete plugin readme about private modeCiaranG
2009-09-19Pear code styleBrenda Wallace
2009-09-19@author tags updated -- only one entry per name nowBrenda Wallace
2009-09-18Blacklist all files and directories in the web root (INSTALLDIR). Much more ↵Craig Andrews
elegant than manually keep tracking of these invalid usernames.
2009-09-18Show context link if this notice starts a conversationCraig Andrews
2009-09-18Removed trailing single space in author @titleSarven Capadisli
2009-09-18Correction to path in README of recaptcha pluginCiaranG
2009-09-17Merge remote branch 'cvollick/imDoc' into 0.8.xCraig Andrews
2009-09-17Merge remote branch 'cvollick/userTagPagination' into 0.8.xCraig Andrews
2009-09-17fixed up space on @author tagsBrenda Wallace
2009-09-16Merge branch 'realtime' into 0.8.xSarven Capadisli
2009-09-16Fixed missing quotesSarven Capadisli
2009-09-16make PiwikAnalytics work a little nicerEvan Prodromou
2009-09-16Merge branch '0.8.x' of git@gitorious.org:statusnet/mainline into 0.8.xEvan Prodromou
2009-09-16make PiwikAnalytics work a little nicerEvan Prodromou
2009-09-16Merge branch 'master' of git@gitorious.org:statusnet/mainlineEvan Prodromou
2009-09-16The site id was hardcoded inside the plugin code. Instead the piwikidCraig Andrews
is used now. Fixes http://status.net/trac/ticket/1864 Thanks zmf
2009-09-16Fixed typoSarven Capadisli
2009-09-16Updated csarven emails to csarven@status.net and removed dupesSarven Capadisli
2009-09-16Pagination of user/tag was navigating to wrong page.Christopher Vollick
Fixes bug #1736.
2009-09-15statusize new HTTP classesEvan Prodromou
2009-09-15dedupe evansEvan Prodromou
2009-09-15change all evans to evan@status.netEvan Prodromou
2009-09-15Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xEvan Prodromou
2009-09-15add post to curlclientEvan Prodromou
2009-09-15fix user-agent for curlclientEvan Prodromou
2009-09-15add get to curl clientEvan Prodromou
2009-09-15add cURL client with HEAD methodEvan Prodromou
2009-09-15Merge branch '0.9.x' into httputilEvan Prodromou
2009-09-15add user agent and correct version check to httpclientEvan Prodromou
2009-09-15statusize OpenID pluginEvan Prodromou
2009-09-15add http client config valueEvan Prodromou
2009-09-15update httpclient classEvan Prodromou
2009-09-15move httputil to httpclientEvan Prodromou
2009-09-15Start a common library for HTTP client stuffEvan Prodromou