summaryrefslogtreecommitdiff
path: root/plugins/Autocomplete/autocomplete.php
AgeCommit message (Collapse)Author
2010-09-20Ticket #2750: fixes to HTTP caching behavior across login/logout boundariesBrion Vibber
* now ignoring if-modified-since if we failed an etag if-none-match comparison, per spec * now including a hash of user id/nickname in most etags, so we'll update the view properly after login/logout For API methods, checking the API-auth'ed user. (Many change results to include things like 'you're subscribed to this user' or 'this is one of your favorites', so user info is again needed) There'll still be some last-modified stamps that aren't including user info properly, probably.
2010-09-14* i18n/L10n updatesSiebrand Mazeland
* superfluous whitespace removed
2010-05-27Assigning my copyrights to the Free Software FoundationCraig Andrews
2009-11-09Revert "Remove more contractions"Brion Vibber
This reverts commit 5ab709b73977131813884558bf56d97172a7aa26. Missed this one yesterday...
2009-11-08Remove more contractionsSiebrand Mazeland
* doesn't * won't * isn't * don't
2009-11-05Fixed autocomplete returning bogus resultsCraig Andrews
2009-09-24implemented etag and last modifiedCraig Andrews
2009-09-15Remove unnecessary Profile::pkeyGetCraig Andrews
Thanks for the info, Evan.
2009-09-13Make a new REST service for the autocomplete plugin, significantly reducing ↵Craig Andrews
the size of the responses. Also enables caching in the browser.