Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-10 | defaultDesign was undefined; fixed that | Evan Prodromou | |
2010-01-10 | catch exceptions from snapshot | Evan Prodromou | |
2010-01-10 | check before saving a thumbnail | Evan Prodromou | |
2010-01-10 | check before inserting File_oembed and File_thumbnail | Evan Prodromou | |
2010-01-10 | don't put Users with object IDs in the cache, and don't fetch them | Evan Prodromou | |
2010-01-10 | debugging code to find passed-in objects in munge_password | Evan Prodromou | |
2010-01-10 | Merge branch 'master' of git@gitorious.org:statusnet/mainline | Evan Prodromou | |
2010-01-06 | Don't output notices from deleted users. | Zach Copley | |
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 | Removed crazy redundant broadcasting of notices by the FB app | Zach Copley | |
2010-01-05 | - 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. | |||
2010-01-04 | Merge branch 'master' of git@gitorious.org:statusnet/mainline | Evan Prodromou | |
2010-01-04 | Merge branch 'batchlocation' | Evan Prodromou | |
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 | 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-02 | return false from Memcached_DataObject::staticGet() on not found, like ↵ | Evan Prodromou | |
DB_DataObject | |||
2010-01-02 | change harmless check of to check of in Memcached_DataObject | Evan Prodromou | |
2010-01-02 | incorrectly used empty() instead of isset() for a variable that could be 0 | Evan Prodromou | |
2010-01-01 | Merge branch 'master' of git@gitorious.org:statusnet/mainline | Evan Prodromou | |
2010-01-01 | Revert "add cleanup method to cleanup a single row" | Evan Prodromou | |
This reverts commit b0527801d9c2b84408bbfdf82bbdc5b778f72cfc. | |||
2010-01-01 | Merge branch 'master' into batchlocation | Evan Prodromou | |
2010-01-01 | add cleanup method to cleanup a single row | Evan Prodromou | |
2010-01-01 | stop using DB_DataObject's staticGet() which caches | Evan Prodromou | |
2009-12-31 | Script to update the location ID for users | Evan Prodromou | |
Since we added locations to the database, some users may have location strings in their profiles but not structured locations. This script updates the locations for single users or for all users. | |||
2009-12-30 | Take Memcached_DataObject destructor back out to check whether it might be ↵ | Brion Vibber | |
causing some under-the-hood problems. | |||
2009-12-30 | Revert debugging code | Brion Vibber | |
2009-12-30 | subbug debug info to check on free ordering | Brion Vibber | |
2009-12-30 | temp debug logging hack for subscriber list early cutoff bug - we can see a ↵ | Brion Vibber | |
cut off list at http://identi.ca/petercook/subscribers but haven't been able to explain it. will log a little data on the execution through the list | |||
2009-12-29 | Add progress output and optional --sleep-time parameter to triminboxes.php | Brion Vibber | |
2009-12-29 | don't show notices with deleted profiles | Evan Prodromou | |
2009-12-28 | notices are immutable, use created date for updated | 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' of git@gitorious.org:statusnet/mainline | 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 | Drop the Google Client API-based AJAX geolocation lookup shim -- it fails to ↵ | Brion Vibber | |
ask for user permission, causing us quite a bit of difficulty. | |||
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 | add events for unblocking a profile | Evan Prodromou | |
2009-12-28 | events for blocking a user | Evan Prodromou | |
2009-12-28 | check if other user exists before unsub | 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. |