summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-12-09Initial GravatarPluginEric Helgeson
2009-12-09New Events for avatar settingsEric Helgeson
2009-12-09Added todo item to Realtime pluginSarven Capadisli
2009-12-09Added a todo list for Realtime pluginSarven Capadisli
2009-12-08Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xEvan Prodromou
2009-12-08reorder notices when not using memcachedEvan Prodromou
2009-12-08Compat fix for PHP 5.2.4 -- drop unneeded new param to debug_backtrace(), cau...Brion Vibber
2009-12-09that pesky table named user - now quotedBrenda Wallace
2009-12-09add missing table "forward"Brenda Wallace
2009-12-09added missing table: location_namespaceBrenda Wallace
2009-12-08don't allow forwarding your own noticeEvan Prodromou
2009-12-08make forward form slightly less obnoxiousEvan Prodromou
2009-12-08make sure not to forward blocked usersEvan Prodromou
2009-12-08add forward table to updatesEvan Prodromou
2009-12-08add (ugly) form to forward noticesEvan Prodromou
2009-12-08action to forward a noticeEvan Prodromou
2009-12-08method to check if a profile has forwarded a noticeEvan Prodromou
2009-12-08pkeyGet() method for Forward and return value from saveNew()Evan Prodromou
2009-12-08show forwards in the inboxEvan Prodromou
2009-12-08Basic function to store forwards and redistributeEvan Prodromou
2009-12-08fix exe flagEvan Prodromou
2009-12-08add DB_DataObject for forward tableEvan Prodromou
2009-12-08Merge branch '0.9.x' into forwardEvan Prodromou
2009-12-08Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xEvan Prodromou
2009-12-08include DB_DataObject 1.9.0Evan Prodromou
2009-12-08New _m() gettext wrapper with smart detection of plugin domains. Plugin base ...Brion Vibber
2009-12-08add forward tableEvan Prodromou
2009-12-08Make default & sample val for $config['queue']['queue_basename'] actually wor...Brion Vibber
2009-12-08Tweak updateavatarurl.php: emit a newline whether we're on verbose or non-qui...Brion Vibber
2009-12-07Localisation updates for !StatusNet from !translatewiki.net !sntransSiebrand Mazeland
2009-12-07Cleanup of recaptcha plugin remove xhtml hackEric Helgeson
2009-12-07Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.xZach Copley
2009-12-07Grand ALL permissions to the DB user when setting up a new status.net site.Zach Copley
2009-12-07Add a "grandfather" creation date cutoff to RequireValidatedEmail plugin; wil...Brion Vibber
2009-12-07remove unit tests for minifyEvan Prodromou
2009-12-07If localStorage is not supported, showPause as usualSarven Capadisli
2009-12-07Using localStorage to keep the play/pause state of RealtimeUpdateSarven Capadisli
2009-12-07Added form_response class to XHR notice postsSarven Capadisli
2009-12-07Fixed missing " for element attributeSarven Capadisli
2009-12-07Use .resetForm() instead of manually setting notice form's control values to ...Sarven Capadisli
2009-12-07If the XHR error suggests that the xhr.status is 0 (i.e., it didn'tSarven Capadisli
2009-12-06Minor fix for play/pause mouseleaveSarven Capadisli
2009-12-05Add a configuration option to disable the login command.Craig Andrews
2009-12-05Added 'login' command that gives you a link that can be used to login to the ...Craig Andrews
2009-12-05Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xSarven Capadisli
2009-12-05Preliminary UI for Play/Pause behaviour on hover state for noticesSarven Capadisli
2009-12-05Localisation updates for !StatusNet from !translatewiki.net !sntransSiebrand Mazeland
2009-12-05Changed input.submit styleSarven Capadisli
2009-12-05Add FirePHP plugin - uses FirePHP as an output method for loggingCraig Andrews
2009-12-05Add 2 new events to enable logger pluginization: StartLog and EndLogCraig Andrews