summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2009-12-28phpcs-clean User_flag_profile as best as possibleEvan Prodromou
2009-12-28phpcs-clean flagprofile.phpEvan Prodromou
2009-12-28phpcs-clean clearflag.phpEvan Prodromou
2009-12-28PHPCS-clean adminprofileflags.phpEvan Prodromou
2009-12-28PHPCS-clean UserFlagPluginEvan Prodromou
2009-12-28clear flags and show flaggers in adminflagprofileEvan Prodromou
2009-12-28add stuff for clearing flags to UserFlagPluginEvan Prodromou
2009-12-28Add tools to clear flagsEvan Prodromou
Added a form to clear all flags for a profile, when showed on adminprofileflags list. Add an action to handle the form, and a right for the action.
2009-12-27pagination works for flagged profilesEvan Prodromou
2009-12-27admin page checks for right to review flagsEvan Prodromou
2009-12-23make sure Geonames API queries use correct arg separatorEvan Prodromou
2009-12-23Better error notification for Geonames pluginEvan Prodromou
2009-12-22Merge branch 'testing'Evan Prodromou
2009-12-18Followup fix for ticket 1672: Twitter bridge !group->#hash conversion will ↵Brion Vibber
now happen regardless of whether account was configured with oauth or basic auth (previously applied only on the oauth path)
2009-12-15can't repeat your own notice posted through realtimeEvan Prodromou
2009-12-15Don't show repeater avatar in notice listsEvan Prodromou
2009-12-15make realtime plugin grok repeatsEvan Prodromou
2009-12-15Added .form_repeat notice option to received notices in Realtime pluginSarven Capadisli
2009-12-14Fix Twitter bridge so it responds reasonably to authorization errors.Zach Copley
2009-12-13(Puctuation) consistency in clientError() calls.Siebrand Mazeland
2009-12-11Build stub .po template for Gravatar pluginBrion Vibber
2009-12-11change Notice::saveNew() to use named arguments for little-used optionsEvan Prodromou
2009-12-10Changing avatar should broadcast the profile via OMB.Eric Helgeson
2009-12-10remove the Repeat plugin (for now)Evan Prodromou
2009-12-10Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xEvan Prodromou
2009-12-10Add table() and keys() overrides to User_usernameCraig Andrews
2009-12-10move forward form to pluginEvan Prodromou
2009-12-10move inbox notice list to repeat pluginEvan Prodromou
2009-12-10move forwarding stuff to Repeat pluginEvan Prodromou
2009-12-09Initial GravatarPluginEric Helgeson
2009-12-09Added todo item to Realtime pluginSarven Capadisli
2009-12-09Added a todo list for Realtime pluginSarven Capadisli
2009-12-08New _m() gettext wrapper with smart detection of plugin domains. Plugin base ↵Brion Vibber
class registers your gettext files if present at initialization. update_pot.sh replaced with update_po_templates.php which can do core, plugins, or all (default). Top-level Makefile added to build .mo files for plugins as well as core. As described on list: http://lists.status.net/pipermail/statusnet-dev/2009-December/002869.html
2009-12-07Cleanup of recaptcha plugin remove xhtml hackEric Helgeson
2009-12-07Add a "grandfather" creation date cutoff to RequireValidatedEmail plugin; ↵Brion Vibber
will allow us to use this for temporary emergency moderation of new registrations without affecting older accounts.
2009-12-07Add a "grandfather" creation date cutoff to RequireValidatedEmail plugin; ↵Brion Vibber
will allow us to use this for temporary emergency moderation of new registrations without affecting older accounts.
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-06Minor fix for play/pause mouseleaveSarven Capadisli
2009-12-05Preliminary UI for Play/Pause behaviour on hover state for noticesSarven Capadisli
2009-12-05Add FirePHP plugin - uses FirePHP as an output method for loggingCraig Andrews
2009-12-05Add configuration option to toggle the indenting of the output HTML. ↵Craig Andrews
Defaults to indent enabled.
2009-12-05Minify inline JS and CSS (can be disable in configuration)Craig Andrews
2009-12-04If a theme server is being used, do not minify theme CSS (as doing so could ↵Craig Andrews
cause 404s)
2009-12-04Separate out some common codeCraig Andrews
2009-12-04Use inlineScript() instead of element() to write inline javascriptCraig Andrews
2009-12-04use cssLink() instead of element() to write out references to CSSCraig Andrews
2009-12-04use the new htmloutputter->style() functionCraig Andrews
2009-12-04Use inlineScript() everywhere inline scripts are writtenCraig Andrews