Commit Graph

19 Commits

Author SHA1 Message Date
r888888888
953b9c7a74 fixes #3281 2017-09-12 13:11:30 -07:00
evazion
4631262374 Fix broken tag autocomplete on multiple pages.
Mark all tag <input>s with a `data-autocomplete` attribute, instead of
hardcoding a list of html IDs to autocomplete in javascript.

This way should be less error prone. It fixes autocomplete in several places:

* Autocomplete for the search box on /posts didn't work in the
  responsive layout. This was because /posts has two search boxes that
  both have the id `tags`: one in the normal sidebar, and one in the
  responsive tag list. $("#tags") only initialized autocomplete on the
  first one.

* Autocomplete didn't work on the aliases or implications pages. This
  was due to selecting the wrong html ids.
2017-04-22 15:24:03 -05:00
Albert Yi
2af622e7a7 add ban to post mode menu 2016-12-09 11:56:25 -08:00
r888888888
1d9596d7f2 fixes #2417 2015-06-29 18:17:59 -07:00
r888888888
1b958c6aba usability improvements for #1237 2014-02-28 17:10:59 -08:00
Toks
092ddbe6e6 Fix css style 2013-07-13 23:56:02 -04:00
Toks
0fb44a801b hide certain elements by default to prevent flickering; fixes #1357 2013-07-06 16:39:47 -04:00
Toks
43a2525099 fixes #1466 2013-04-28 14:07:01 -04:00
r888888888
d5f575159f rename references of privileged to gold 2013-04-28 00:04:52 -07:00
Toks
90e00b2150 add placeholder text to tag script input 2013-04-25 17:39:48 -04:00
Toks
675b48bdd8 combine edit and apply tag script modes (#1009) 2013-04-24 20:37:44 -04:00
Toks
c6c5671c44 fixes #1009; alter edit tag script mode 2013-04-24 20:00:27 -04:00
albert
12313e2526 fixes #1013 2013-03-21 17:30:04 -07:00
小太
1a03a86592 Kill trailing whitespace in erb files 2013-03-19 23:11:58 +11:00
albert
e3892e09c9 fixes #653 2013-02-28 15:06:22 -08:00
albert
d32a839aa1 view fixes, updated uesr profile 2011-08-15 17:10:35 -04:00
albert
c8afd34d15 added ip addr search 2011-07-29 18:04:50 -04:00
albert
f9c961cdc6 * Removed unapprovals, added post flags and post appeals (still need to update tests)
* Restyled text
2011-03-28 18:48:02 -04:00
albert
fc0a076aca * Missing files
* Work on post exploration code by traversing dates
2010-10-27 20:16:43 -04:00