Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2010-01-05 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Sarven Capadisli | |
2010-01-05 | Retain the geo data when FormNoticeXHR is complete because form gets | Sarven Capadisli | |
reset | |||
2010-01-04 | Merge branch 'master' into 0.9.x | Evan Prodromou | |
Conflicts: actions/publictagcloud.php classes/Memcached_DataObject.php | |||
2010-01-04 | Merge branch 'master' of git@gitorious.org:statusnet/mainline | Evan Prodromou | |
2010-01-04 | Merge branch 'batchlocation' | Evan Prodromou | |
2010-01-05 | Remove input geo data as well | Sarven Capadisli | |
2010-01-05 | If user checked shared location but didn't enter their location, don't | Sarven Capadisli | |
show the checkbox | |||
2010-01-04 | Refactored NoticeLocationAttach(). It works better in UAs that don't | Sarven Capadisli | |
support Geolocation API. | |||
2010-01-04 | Exclude process-specific link & result cache references from serialized ↵ | Brion Vibber | |
Memcached_Data_Object instances. Should fix seemingly-random bugs due to destructor free()ing local resources by mistake. cherry-pick from 0.9.x | |||
2010-01-04 | Revert "Take Memcached_DataObject destructor back out to check whether it ↵ | Brion Vibber | |
might be causing some under-the-hood problems." This reverts commit 89cca01259d71f3da961ef64def3647f86a01567. | |||
2010-01-04 | Exclude process-specific link & result cache references from serialized ↵ | Brion Vibber | |
Memcached_Data_Object instances. Should fix seemingly-random bugs due to destructor free()ing local resources by mistake. | |||
2010-01-04 | Merge branch 'locshunt2' into 0.9.x | Evan Prodromou | |
2010-01-04 | user_id is a non-autoincrement pkey for user_location_prefs | Evan Prodromou | |
2010-01-04 | drop debug statement | Brion Vibber | |
2010-01-04 | Ticket 2141: bugs with weighted popularity lists across year boundary. | Brion Vibber | |
Consolidated several separate implementations of the same weighting algorithm into common_sql_weight() and fixed some bugs... For MySQL, now using timestampdiff() instead of subtraction for the comparison, so we get sane results when the year doesn't match, and utc_timestamp() rather than now() so we don't get negative ages for recent items with local server timezone. Unknown whether the same problems affect PostgreSQL, but note that it lacks the timestampdiff() SQL function. | |||
2010-01-04 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
2010-01-04 | XCachePlugin returns false value for cache miss | Evan Prodromou | |
2010-01-04 | cached id streams can be empty, compare against false | Evan Prodromou | |
2010-01-04 | carefully compare cached settings against false for Config | Evan Prodromou | |
2010-01-04 | Merge branch '2141' into 0.9.x | Brion Vibber | |
2010-01-04 | Memcached_DataObject stores empty values in the cache | Evan Prodromou | |
There's great value in knowing that something doesn't exist. We now cache this information, and carefully compare the results from cache as $results !== false instead of !empty($results), since some empty values (null, 0, empty array, empty string) are stored in the cache. Caching staticGet() and pkeyGet() now store DB misses in the cache, and cachedQuery() checks for empty results from the cache. | |||
2010-01-04 | default value for cache::get() changed from null to false | Evan Prodromou | |
2010-01-04 | Differentiate between empty values and cache misses in CacheLogPlugin | Evan Prodromou | |
2010-01-04 | Ticket 2141: bugs with weighted popularity lists across year boundary. | Brion Vibber | |
Consolidated several separate implementations of the same weighting algorithm into common_sql_weight() and fixed some bugs... For MySQL, now using timestampdiff() instead of subtraction for the comparison, so we get sane results when the year doesn't match, and utc_timestamp() rather than now() so we don't get negative ages for recent items with local server timezone. Unknown whether the same problems affect PostgreSQL, but note that it lacks the timestampdiff() SQL function. | |||
2010-01-04 | Add 'takeOverLogin' parameter for a real SSO feel | Craig Andrews | |
2010-01-04 | make compression threshold and min savings config attrs for MemcachePlugin | Evan Prodromou | |