summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-01-08Updated styles for versions pageSarven Capadisli
2010-01-08Updated markup for versions pageSarven Capadisli
2010-01-08Added Brigitte Schuster (http://brigitteschuster.com) as one of theSarven Capadisli
contributors to StatusNet. She created the identi.ca, laconi.ca, and status.net logos.
2010-01-08let system administrators disallow certain admin panelsEvan Prodromou
2010-01-08Mapstraction PluginVersionEvan Prodromou
2010-01-08PluginVersion for WikiHashtagsEvan Prodromou
2010-01-08Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xEvan Prodromou
2010-01-08add versions for url-shortener pluginsEvan Prodromou
2010-01-08Add version info for Facebook, TwitterBridge and RSSCloud pluginsZach Copley
2010-01-07ptiturl.com correct nameEvan Prodromou
2010-01-07add version information to GeoURLEvan Prodromou
2010-01-07add version information to LinkbackEvan Prodromou
2010-01-07add version information to GoogleAnalyticsEvan Prodromou
2010-01-07add version information to MemcachePluginEvan Prodromou
2010-01-07add version information to PiwikAnalyticsPluginEvan Prodromou
2010-01-07add version info to the Template pluginEvan Prodromou
2010-01-07add version info to OpenID pluginEvan Prodromou
2010-01-07Add version info to the CacheLog pluginEvan Prodromou
2010-01-07add version info to SamplePluginEvan Prodromou
2010-01-07add default plugin version informationEvan Prodromou
2010-01-07make a list of pluginsEvan Prodromou
2010-01-07add version information to Geonames pluginEvan Prodromou
2010-01-07add a version action to give credit and list pluginsEvan Prodromou
2010-01-07add default plugins and load themEvan Prodromou
2010-01-07clear profile location data if unparseable location stringEvan Prodromou
2010-01-07Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xEvan Prodromou
2010-01-07Correction to previous commitCiaran Gultnieks
2010-01-07Fixes to bugs where non-local messages were being wrong put in the public ↵Ciaran Gultnieks
timeline and public xmpp feed
2010-01-07Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xSarven Capadisli
2010-01-07Don't output form_notice in admin panel pages in CloudySarven Capadisli
2010-01-07Cloudy layout fix for public and showstream pages when user is notSarven Capadisli
signed in
2010-01-06fixup keytypes so it returns the types no matter what kind of class it isEvan Prodromou
2010-01-06Revert "Ticket 2107: remove "not implemented" items from sms/xmpp help; ↵Evan Prodromou
nobody likes being told what they can't do!" This reverts commit 5d9a2eb17e3f6e3bc73b5aa80625a365761b6689. These are commands that are/were implemented by Twitter, and we don't (yet) implemented. People will be looking for that information.
2010-01-06Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xEvan Prodromou
2010-01-06pass through keys() as keyTypes() for UserFlagEvan Prodromou
2010-01-06only encache new objects when insert was successfulEvan Prodromou
2010-01-06Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xZach Copley
2010-01-06Fix broken API method /api/statusnet/groups/leave/:id.:formatZach Copley
2010-01-06Ticket 2107: remove "not implemented" items from sms/xmpp help; nobody likes ↵Brion Vibber
being told what they can't do! Also broke up the localized help message into line-by-line pieces to ease translation maintenance.
2010-01-06...and drop the unnecessary &reference from child class pkeyGet() overrides.Brion Vibber
2010-01-06The structure return by parse_url is an associative array, not an object.Craig Andrews
2010-01-06The structure return by parse_url is an associative array, not an object.Craig Andrews
2010-01-06Remove erroneous call to parent::onInitializePlugin()Craig Andrews
2010-01-06Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xZach Copley
2010-01-06Don't output notices from deleted users.Zach Copley
2010-01-06Rearrange Memcached_DataObject::staticGet() to avoid "only variables can be ↵Brion Vibber
passed by reference" warnings when DB lookup fails and we return false. (We need to keep it returning a reference because the extlib parent class is stuck in PHP 4-land and uses references everywhere, including this function's return value. Yuck!) Also changed pkeyGet to drop the reference, since it doesn't have an upstream equivalent.
2010-01-06suppress notice for undefined prompt variable when console.php is used from ↵Brion Vibber
non-interactive terminal
2010-01-06Merge branch 'flagdel' into 0.9.xBrion Vibber
2010-01-06Fix for broken profile flag admin UI: delete stray flag entries when users ↵Brion Vibber
are deleted so broken entries don't litter the lookups. * added ProfileDeleteRelated event to match UserDeleteRelated, to allow plugins to add extra related tables on profile deletion * UserFlagPlugin: deleting flags when target profile is deleted * UserFlagPlugin: deleting flags when flagging user is deleted * UserFlagPlugin: fix for autoloader -- class names are case-insensitive. We may get lowercase class names coming in at times, such as when creating DB objects programatically from a table name. Note that any already-existing bogus entries need to be removed from the database: select * from user_flag_profile where (select id from profile where id=profile_id) is null; select * from user_flag_profile where (select id from user where id=user_id) is null;
2010-01-06Updated notice-option width in Cloudy themeSarven Capadisli