Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-03 | Debug utility to log cache access | Evan Prodromou | |
2010-01-03 | don't try to set an expiry for XCache | Evan Prodromou | |
2010-01-03 | add keyTypes() for User_greeting_count | Evan Prodromou | |
2010-01-03 | update SamplePlugin.php also | Evan Prodromou | |
2010-01-03 | Expand SamplePlugin to show other best practices | Evan Prodromou | |
I modified the SamplePlugin to show how to do some real processing, adding a data class and an action class and modifying the main menu to link to the new action. I added documentation comments to all the methods and made sure the modules were PHPCS-clean. | |||
2010-01-03 | First version of cache plugin for XCache variable cache | Evan Prodromou | |
2010-01-02 | Add a caching plugin for APC variable cache | Evan Prodromou | |
2010-01-02 | First version of Memcache plugin | Evan Prodromou | |
2009-12-31 | Removed crazy redundant broadcasting of notices by the FB app | Zach Copley | |
2009-12-31 | - Use a stripped down new notice form for FB app because FB canvas apps | Zach Copley | |
can't support image upload via multipart/form-data (and location sharing is iffy). - Deal with new error code 100 from Facebook, which seem to be for inactive accounts. | |||
2009-12-31 | Change inline CSS stylesheet to be on a single line so it doens't blow out ↵ | Zach Copley | |
syntax highlighting in my editor | |||
2009-12-31 | Update to external Facebook libs | Zach Copley | |
2009-12-31 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
2009-12-30 | Add missing required line so this plugin works if it's the first (or only) ↵ | Craig Andrews | |
Authentication Plugin in use | |||
2009-12-29 | Merge branch 'master' into 0.9.x | Evan Prodromou | |
2009-12-28 | don't add flag if it's already there at block time | Evan Prodromou | |
2009-12-28 | Merge branch 'master' into 0.9.x | Evan Prodromou | |
2009-12-28 | First version of blacklist plugin | Evan Prodromou | |
First version of blacklist plugin. Replaces custom code in identi.ca's config.php, which was getting scary and long. Also correctly handles changed nicknames or URLs in profile settings and using 'forbidden' URLs in notice text. | |||
2009-12-28 | optionally flag a profile for review when blocked | Evan Prodromou | |
2009-12-28 | move flag creation to a method of data object | Evan Prodromou | |
2009-12-28 | phpcs-clean User_flag_profile as best as possible | Evan Prodromou | |
2009-12-28 | phpcs-clean flagprofile.php | Evan Prodromou | |
2009-12-28 | phpcs-clean clearflag.php | Evan Prodromou | |
2009-12-28 | PHPCS-clean adminprofileflags.php | Evan Prodromou | |
2009-12-28 | PHPCS-clean UserFlagPlugin | Evan Prodromou | |
2009-12-28 | clear flags and show flaggers in adminflagprofile | Evan Prodromou | |
2009-12-28 | add stuff for clearing flags to UserFlagPlugin | Evan Prodromou | |
2009-12-28 | Add tools to clear flags | Evan 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-27 | pagination works for flagged profiles | Evan Prodromou | |
2009-12-27 | admin page checks for right to review flags | Evan Prodromou | |
2009-12-23 | Merge branch 'geonamesxml' into 0.9.x | Evan Prodromou | |
2009-12-23 | Merge branch 'master' into 0.9.x | Evan Prodromou | |
2009-12-23 | make sure Geonames API queries use correct arg separator | Evan Prodromou | |
2009-12-23 | Convert Geonames plugin to use XML API instead of JSON | Evan Prodromou | |
The XML API for Geonames contains much more detailed error information than the JSON one. So, I've converted this plugin to use it instead. It seems to be the preferred format for Geonames, so biting the bullet on this makes sense. | |||
2009-12-23 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
2009-12-23 | Better error notification for Geonames plugin | Evan Prodromou | |
2009-12-23 | Better error notification for Geonames plugin | Evan Prodromou | |
2009-12-22 | Merge branch 'testing' | Evan Prodromou | |
2009-12-22 | First version of a CAS authentication plugin | Craig Andrews | |
2009-12-22 | Adjusted notice option alignment in MobileProfile | Sarven Capadisli | |
2009-12-21 | Moving & replacing to the end of html and source data | Sarven Capadisli | |
2009-12-21 | Added admin navigation item to MobileProfile | Sarven Capadisli | |
2009-12-19 | Cache the LDAP schema in memcache (if memcache is available) | Craig Andrews | |
2009-12-18 | Allow caching of ldap schema, greatly improves performance. | Eric Helgeson | |
2009-12-18 | search->count() doesnt seem to be cached, so we will | Eric Helgeson | |
2009-12-18 | Limit search to only the basedn we're looking in | Eric Helgeson | |
2009-12-18 | Followup 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-18 | Followup 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-17 | Plugin that outputs 'powered by StatusNet' after site name | Sarven Capadisli | |
2009-12-15 | can't repeat your own notice posted through realtime | Evan Prodromou | |