Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-08 | PluginVersion for WikiHashtags | Evan Prodromou | |
2010-01-08 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
2010-01-08 | add versions for url-shortener plugins | Evan Prodromou | |
2010-01-08 | Add version info for Facebook, TwitterBridge and RSSCloud plugins | Zach Copley | |
2010-01-07 | ptiturl.com correct name | Evan Prodromou | |
2010-01-07 | add version information to GeoURL | Evan Prodromou | |
2010-01-07 | add version information to Linkback | Evan Prodromou | |
2010-01-07 | add version information to GoogleAnalytics | Evan Prodromou | |
2010-01-07 | add version information to MemcachePlugin | Evan Prodromou | |
2010-01-07 | add version information to PiwikAnalyticsPlugin | Evan Prodromou | |
2010-01-07 | add version info to the Template plugin | Evan Prodromou | |
2010-01-07 | add version info to OpenID plugin | Evan Prodromou | |
2010-01-07 | Add version info to the CacheLog plugin | Evan Prodromou | |
2010-01-07 | add version info to SamplePlugin | Evan Prodromou | |
2010-01-07 | add default plugin version information | Evan Prodromou | |
2010-01-07 | make a list of plugins | Evan Prodromou | |
2010-01-07 | add version information to Geonames plugin | Evan Prodromou | |
2010-01-07 | add a version action to give credit and list plugins | Evan Prodromou | |
2010-01-07 | add default plugins and load them | Evan Prodromou | |
2010-01-07 | clear profile location data if unparseable location string | Evan Prodromou | |
2010-01-07 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
2010-01-07 | Correction to previous commit | Ciaran Gultnieks | |
2010-01-07 | Fixes to bugs where non-local messages were being wrong put in the public ↵ | Ciaran Gultnieks | |
timeline and public xmpp feed | |||
2010-01-07 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Sarven Capadisli | |
2010-01-07 | Don't output form_notice in admin panel pages in Cloudy | Sarven Capadisli | |
2010-01-07 | Cloudy layout fix for public and showstream pages when user is not | Sarven Capadisli | |
signed in | |||
2010-01-06 | fixup keytypes so it returns the types no matter what kind of class it is | Evan Prodromou | |
2010-01-06 | Revert "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-06 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
2010-01-06 | pass through keys() as keyTypes() for UserFlag | Evan Prodromou | |
2010-01-06 | only encache new objects when insert was successful | Evan Prodromou | |
2010-01-06 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Zach Copley | |
2010-01-06 | Fix broken API method /api/statusnet/groups/leave/:id.:format | Zach Copley | |
2010-01-06 | Ticket 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-06 | The structure return by parse_url is an associative array, not an object. | Craig Andrews | |
2010-01-06 | The structure return by parse_url is an associative array, not an object. | Craig Andrews | |
2010-01-06 | Remove erroneous call to parent::onInitializePlugin() | Craig Andrews | |
2010-01-06 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Zach Copley | |
2010-01-06 | Don't output notices from deleted users. | Zach Copley | |
2010-01-06 | Rearrange 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-06 | suppress notice for undefined prompt variable when console.php is used from ↵ | Brion Vibber | |
non-interactive terminal | |||
2010-01-06 | Merge branch 'flagdel' into 0.9.x | Brion Vibber | |
2010-01-06 | Fix 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-06 | Updated notice-option width in Cloudy theme | Sarven Capadisli | |
2010-01-06 | Fixes layout for attachment page in Cloudy theme | Sarven Capadisli | |
2010-01-06 | Uses a fixed height for header to control the layout for notice form | Sarven Capadisli | |
in Cloudy | |||
2010-01-06 | Removed unnecessary internal style | Sarven Capadisli | |
2010-01-06 | Some better log msgs | Zach Copley | |
2010-01-05 | Fix subscription path in link element | Zach Copley | |