Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-02 | Dropped deprecated timestamp-based 'since' parameter for all API methods. ↵ | Brion Vibber | |
When it sneaks in it can cause some very slow queries due to mismatches with the indexing. Twitter removed 'since' support some time ago, and we've already removed it from the public timeline, so it shouldn't be missed. | |||
2010-01-13 | Fix regressions in XMPP output during inbox refactoring | Brion Vibber | |
- NOTICE_INBOX_SOURCE_* constants moved to common.php since Notice_inbox.php not always loaded - fixed typo in User::staticGet() call which caused user #1 to receive messages once for each subscriber instead of for him/herself - 'continue' -> 'continue 2' inside switch() statement to fix loop escape (PHP considers switch() a looping construct for break & continue) | |||
2010-01-09 | disable all Notice_inbox functions | Evan Prodromou | |
2010-01-09 | Revert "Replace Notice_inbox with Inbox" | Evan Prodromou | |
We use Notice_inbox to transition to Inbox. This reverts commit 7640d3f07bad0710d69575efc7ceda115f24a60a. | |||
2010-01-09 | Replace Notice_inbox with Inbox | Evan Prodromou | |
2010-01-06 | ...and drop the unnecessary &reference from child class pkeyGet() overrides. | Brion Vibber | |
2009-12-29 | Add progress output and optional --sleep-time parameter to triminboxes.php | Brion Vibber | |
2009-12-08 | Basic function to store forwards and redistribute | Evan Prodromou | |
2009-08-26 | define LACONICA and accept LACONICA for backwards compatibility | Evan Prodromou | |
2009-08-25 | change LACONICA to STATUSNET | Evan Prodromou | |
2009-08-25 | a distributed -> the distributed | Evan Prodromou | |
2009-08-25 | change Laconica and Control Yourself to StatusNet in PHP files | Evan Prodromou | |
2009-07-16 | use a soft limit so there's not a whole bunch of deletes on every write | Evan Prodromou | |
2009-07-16 | gc inboxes on a regular basis | Evan Prodromou | |
2009-06-25 | break up big inbox queries into lots of small ones | Evan Prodromou | |
2009-06-18 | Only show twitter msgs in your own inbox | Evan Prodromou | |
2009-06-16 | names for Notice_inbox source values | Evan Prodromou | |
2009-06-10 | some changes based on code review with zach | Evan Prodromou | |
2009-05-29 | Ticket #1567 - Change max_id to return notices <= ID instead of < ID | Zach Copley | |
2009-05-29 | Ticket #1567 - API: Change before_id parameter to max_id | Zach Copley | |
2009-04-29 | Move algorithm for caching to Notice class | Evan Prodromou | |
Moved the algorithm for notice stream caching to the Notice class. | |||
2009-04-28 | Remove some debug comments in query-by-id | Evan Prodromou | |
2009-04-28 | Change to avoid a join in notice inbox | Evan Prodromou | |
The join in notice_inbox is causing temp-table sorting on identi.ca, so I'm trying a finer-tuned approach. | |||
2008-12-23 | change function headers to K&R style | Evan Prodromou | |
Another huge change, for PEAR code standards compliance. Function headers have to be in K&R style (opening brace on its own line), instead of having the opening brace on the same line as the function and parameters. So, a little perl magic found all the function definitions and move the opening brace to the next line (properly indented... usually). darcs-hash:20081223193323-84dde-a28e36ecc66672c783c2842d12fc11043c13ab28.gz | |||
2008-12-23 | replace NULL with null | Evan Prodromou | |
Another global search-and-replace update. Here, I've replaced the PHP keyword 'NULL' with its lowercase version. This is another PEAR code standards change. darcs-hash:20081223192129-84dde-4a0182e0ec16a01ad88745ad3e08f7cb501aee0b.gz | |||
2008-11-20 | whitespace diff on Notice_inbox | Evan Prodromou | |
darcs-hash:20081120205319-84dde-c8ea8a1ae5e1e22c48fa89bd1b8f486345b3e13b.gz | |||
2008-11-13 | add inboxed and regenerate data objects | Evan Prodromou | |
darcs-hash:20081113210209-84dde-56052bac5ce490d54f3220baaa13f5bfc0e7618d.gz | |||
2008-11-12 | created timestamp on notice_inbox | Evan Prodromou | |
darcs-hash:20081112172517-5ed1f-4e8534d7898e2134edf4c0a28417b4a5274617d4.gz | |||
2008-10-22 | better prefix for Notice_inbox.php | Evan Prodromou | |
darcs-hash:20081022205823-5ed1f-4dd1c7ef62a20a62e2be06abb6c4f1f1fdf902f9.gz | |||
2008-10-22 | notice inbox | Evan Prodromou | |
darcs-hash:20081022203600-5ed1f-344e77e348655806a27db2de043b55ba67afc73a.gz |