summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2009-12-01Ticket 2048: make OMB posting HTTP timeout configurable as $config['omb']['ti...Brion Vibber
2009-12-01Add missing rule for /api/users/show.:formatZach Copley
2009-12-01Revert "Fix problem where screen_name and user_id parameters are being"Zach Copley
2009-11-30Fix problem where screen_name and user_id parameters are beingZach Copley
2009-11-27Drop the username from the log id for now; seems to trigger an error loop in ...Brion Vibber
2009-11-27request id on logs... pid + random id per web request + username + method + urlBrion Vibber
2009-11-25Revert "Allow plugin DB_DataObject classes to not have to use the .ini file b...Zach Copley
2009-11-25Catch and report exceptions from notice_to_omb_notice() instead of letting th...Brion Vibber
2009-11-25Fix regression in remote subscription; added hasRole() shadow method on Remot...Brion Vibber
2009-11-25Drop error message on setlocale() failure; this is harmless, since we actuall...Brion Vibber
2009-11-24Fix regression in OMB sending with queues enabled -- items never got dequeued...Brion Vibber
2009-11-24Fix SSL options for Twitter bridge HTTP requestsZach Copley
2009-11-24Break TableDef, ColumnDef classes to separate files so autoloader can find them.Brion Vibber
2009-11-20Disable XHTML Content-Type negotiation... You've foiled our plans for the las...Brion Vibber
2009-11-20Revert "Added 'login' command that gives you a link that can be used to login...Evan Prodromou
2009-11-20revert adding avatar IMG to jabber output; shows entire URL in some Jabber cl...Evan Prodromou
2009-11-20Updated version info0.9.0rc1Zach Copley
2009-11-19Added validation to fields in user admin panelZach Copley
2009-11-19Added a user admin panelZach Copley
2009-11-19Add geometa library, and include it.Craig Andrews
2009-11-19Add location form elements to the noticeform, and save their values on submis...Craig Andrews
2009-11-19Revert "Re added NICKNAME_FMT constant to router.php."Eric Helgeson
2009-11-19Moved most path and server settings to a new paths admin panelZach Copley
2009-11-19tobyink's RDF compatibility patchCraig Andrews
2009-11-19tobyink's location RDF patchCraig Andrews
2009-11-19Added lat and lon coordinates to notice locationSarven Capadisli
2009-11-19Added @class 'location', 'at' text reference for name, and @class 'geo'Sarven Capadisli
2009-11-19Changed notice source and location orderSarven Capadisli
2009-11-18Merge branch 'admin-sections/2' into 0.9.xZach Copley
2009-11-18Design admin panel mostly done.Zach Copley
2009-11-18Added support for pgettext() and npgettext() to separate contexts for transla...Brion Vibber
2009-11-18Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.xCraig Andrews
2009-11-18Terminology consistency fix: 'Unlock' -> 'Unblock' in unblock form description.Brion Vibber
2009-11-18Added Authorization pluginCraig Andrews
2009-11-18First draft of the admin panel for site designZach Copley
2009-11-17Declare global usage in common.php so setup works right when called from phpu...Brion Vibber
2009-11-17Merge branch '0.9.x' into adminpanelEvan Prodromou
2009-11-17Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xEvan Prodromou
2009-11-16Cleanup for bug 1813: workaround sometimes-missing dl() in PHP 5.3 by definin...Brion Vibber
2009-11-16Do proper translations for pluralsCraig Andrews
2009-11-16Allow plugin DB_DataObject classes to not have to use the .ini file by overri...Craig Andrews
2009-11-16disallow email on faves from sandboxed usersEvan Prodromou
2009-11-16prevent email notification on replies by sandboxed usersEvan Prodromou
2009-11-16block subscribes by silenced usersEvan Prodromou
2009-11-16silently skip email for subs from sandboxed userEvan Prodromou
2009-11-16more rights denied to silenced and sandboxedEvan Prodromou
2009-11-16don't allow sandboxed users to post public noticesEvan Prodromou
2009-11-16Move rights check to profile and add right for new noticesEvan Prodromou
2009-11-16use return-to method for UserProfile widgetEvan Prodromou
2009-11-16getting arguments for return-to processingEvan Prodromou