forked from GNUsocial/gnu-social
64cdbe6c55
* 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. |
||
---|---|---|
.. | ||
jquery-autocomplete | ||
locale | ||
Autocomplete.js | ||
autocomplete.php | ||
AutocompletePlugin.php | ||
README |
Autocomplete allows users to autocomplete screen names in @ replies. When an "@" is typed into the notice text area, an autocomplete box is displayed populated with the user's friends' screen names. Note: This plugin doesn't work if the site is in Private mode, i.e. when $config['site']['private'] is set to true. Installation ============ Add "addPlugin('Autocomplete');" to the bottom of your config.php That's it!