Commit Graph

23 Commits

Author SHA1 Message Date
r888888888
11e550c385 remove mpixel search, remove some unused indexes on posts 2015-01-15 17:43:10 -08:00
r888888888
81c5c15758 revert hammer js changes 2014-08-20 16:50:53 -07:00
r888888888
461f3b4a4d fixes #2243 2014-08-18 13:13:49 -07:00
Toks
cd9970bfa1 fixes #2227 2014-07-16 11:48:10 -04:00
r888888888
2cfc66a60a remove intelligent autocomplete expiry 2014-05-15 21:46:59 -07:00
Toks
b182311e29 fix javascript error 2014-05-14 22:31:05 -04:00
r888888888
852e28b032 add autocomplete guards 2014-05-09 17:42:40 -07:00
r888888888
9b8f70dd5f fixes #2147 2014-05-09 16:27:39 -07:00
Toks
e84934bf78 Automatically focus first autocomplete result
In order to do this space-to-complete needs to be removed too since it
doesn't work together with autofocus. I think this is a good thing
anyway as it can cause accidental selections when typing. And we already
have two other shortcuts for this too (enter and tab).
2014-04-28 15:07:09 -04:00
Toks
0519c44821 #2097: Use localStorage.length instead to get number of entries
It looks like some older browsers are not compatible with the keys()
function of jquery.storageapi, but are compatible with just
localStorage.length.
2014-02-15 21:01:51 -05:00
r888888888
2abfcd9063 add check for localstorage implementation in autocomplete 2014-02-13 11:36:33 -08:00
r888888888
ef7c91cfc6 Merge branch 'localstorage-autocomplete' of github.com:r888888888/danbooru into localstorage-autocomplete 2014-02-12 16:04:05 -08:00
r888888888
35cc338dce add check to make sure localstorage doesnt get filled 2014-02-12 15:20:36 -08:00
Toks
f1a995e2d8 #2097: Fix autocomplete for single-term fields
JQuery passes an object as first argument but normal_source function
accepts a string instead
2014-02-11 22:20:51 -05:00
r888888888
06b92f9546 cache autocomplete results 2014-02-11 15:56:06 -08:00
Toks
a9895ea212 Update metatag autocomplete 2014-01-16 19:42:59 -05:00
Toks
f9df9ddb4a fixes #2074, reduce height of tag sub input box 2014-01-03 01:40:30 -05:00
Toks
e4b196e08a #2063: Add child: 2013-12-23 12:26:43 -05:00
Toks
d0c0d2a314 Fix single-tag autocomplete fields not colorizing tags 2013-12-17 16:25:28 -05:00
Toks
13157cecfa #2063: fix issue with static metatags 2013-12-17 00:05:07 -05:00
Toks
4f537b2136 #2063: Add noteupdater 2013-12-16 15:53:32 -05:00
Toks
5c04efce65 Autocomplete metatags (#2063) 2013-12-16 13:15:36 -05:00
Toks
7e79509b98 Move tag autocomplete logic to new file 2013-12-14 11:46:24 -05:00