Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2010-01-05 | Some phpcs cleanup | Zach Copley | |
2010-01-05 | Comment out the LoggingAggregator business | Zach Copley | |
2010-01-05 | Reject subscription requests for handlers that don't support http-post | Zach Copley | |
2010-01-05 | Added a bunch of function commment blocks | Zach Copley | |
2010-01-05 | Added intial README | Zach Copley | |
2010-01-05 | Support an 'extra' clause when definining a column (e.g.: 'on update | Zach Copley | |
CURRENT_TIMESTAMP'). | |||
2010-01-05 | Add an RSSCloud queue handler daemon | Zach Copley | |
2010-01-05 | Notifier works, and bad subscriptions are deleted properly now. | Zach Copley | |
2010-01-05 | Plugin now checks notify handlers before registering subscriptions | Zach Copley | |
2010-01-05 | Better .ini info for RSSCloud subscription | Zach Copley | |
2010-01-05 | Make dummy aggregator handle RSSCloud challenge/response with domain parameter | Zach Copley | |
2010-01-05 | Set modified column correctly. | Zach Copley | |
2010-01-05 | Fixed DB_DataObject to return the right keys info for a compound | Zach Copley | |
key & fix ini output | |||
2010-01-05 | Add a table and DB_DataObject class for storing cloud subscriptions | Zach Copley | |
2010-01-05 | Queue notices for rssCloud | Zach Copley | |
2010-01-05 | Only add rssCloud link to user timeline | Zach Copley | |
2010-01-05 | /rsscloud/request_notify should work now | Zach Copley | |
2010-01-05 | Some foundational work. Not much to see here. Move along. | Zach Copley | |
2010-01-05 | Test action to simulate an aggregator. Useful for checking that the cloud ↵ | Zach Copley | |
hub is sending notifications. | |||
2010-01-05 | Extremely nascent RSSCloud plugin | Zach Copley | |
2010-01-05 | encache on insert instead of decaching | Evan Prodromou | |
2010-01-06 | remove invalid calls to AuthenticationPlugin::onAutoload | Craig Andrews | |
2010-01-06 | Use plugin configuration instead of common_config() | Craig Andrews | |
2010-01-06 | Use common_{log,debug} instead of error_log for logging | Craig Andrews | |
2010-01-06 | Add shiny's mollom plugin | Craig Andrews | |
2010-01-05 | Fix for overlong RT trimming: don't trim if textlimit is 0 (unlimited) | Brion Vibber | |
2010-01-05 | Ticket 2135: trim overlong repeats with ellipsis rather than failing. | Brion Vibber | |
In web interface and retweet/repeat API we show the original untrimmed text, but some back-compat API messages will still show the trimmed 'RT' version. This matches Twitter's behavior on overlong retweets, though we're outputting the RT version in more API results than they do. | |||
2010-01-05 | Cache fixes: | Brion Vibber | |
* We now cache negative lookups; clear them in Memcached_DataObject->insert() * Mark file.url as a unique key in statusnet.ini so its negative lookups are cleared properly (first save of a notice with a new URL was failing due to double-insert) * Now using serialization for default in-process cache instead of just saving objects; avoids potential corruption if you save an object to cache, change the original object, then fetch the same key from cache again | |||
2010-01-05 | Require users to login to view attachments on private sites | Craig Andrews | |
Thank you jeff-themovie for this implementation! | |||
2010-01-05 | Localisation updates for !StatusNet from !translatewiki.net !sntrans | Siebrand Mazeland | |
2010-01-05 | Move Authorization and Authentication plugin structures into core, instead ↵ | Craig Andrews | |
of as plugins. This move makes sense as you can addPlugin('Authentication') for example - these are abstract classes designed to be implemented, not used directly. | |||
2010-01-05 | Fix auth plugin autoregistration issue. | Craig Andrews | |
2010-01-05 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Sarven Capadisli | |
2010-01-05 | Added adminprofileflag padding for Cloudy | Sarven Capadisli | |
2010-01-05 | Typo fix in the new default in-process cache; spewed notice warnings on ↵ | Brion Vibber | |
deletion, breaking XHR responses. | |||
2010-01-05 | Admin panel layout for Cloudy | Sarven Capadisli | |
2010-01-05 | Rest of layout styles for Cloudy. | Sarven Capadisli | |
2010-01-05 | More updates to Cloudy theme layout | Sarven Capadisli | |
2010-01-05 | Updated Cloudy theme | Sarven Capadisli | |
2010-01-04 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
Conflicts: classes/Memcached_DataObject.php | |||
2010-01-04 | free some memory in createsim.php | Evan Prodromou | |
2010-01-05 | Updated default theme for geo | Sarven Capadisli | |
2010-01-05 | Reuse cookie location_enabled before .change() | Sarven Capadisli | |