Commit Graph

19 Commits

Author SHA1 Message Date
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
evazion
1b572c592c wikis: disallow renaming unless tag is empty (fix #2964). 2017-04-10 16:40:42 -05:00
Albert Yi
e78b7d2a8c fixes #2716: Wiki pages should be undeletable 2016-10-18 15:45:50 -07:00
Type-kun
a7d553038f Add "disable-with" to most edit forms (should fix #2264) 2016-08-30 22:54:38 +05:00
r888888888
1d9596d7f2 fixes #2417 2015-06-29 18:17:59 -07:00
Toks
198ab5f2d1 Add hint for renaming wikis/artists 2014-06-25 11:32:23 -04:00
Toks
aebeffb888 #2141 add link to help page 2014-05-27 16:13:24 -04:00
Toks
b18bb73f4b Implentation for #2141 2014-05-22 20:07:15 -04:00
ToksT
00c9c02e87 fixes #1706 2013-06-04 22:34:59 -03:00
r888888888
c936fe5796 fixes #1698 2013-05-31 14:56:48 -07:00
小太
1a03a86592 Kill trailing whitespace in erb files 2013-03-19 23:11:58 +11:00
albert
36f4d80d9b added meta description tag 2011-11-11 18:02:30 -05:00
albert
0eb665af0d refactored dtext field helper 2011-10-21 17:45:49 -04:00
albert
e8808987d5 unified js for dtext previews 2011-10-20 18:50:16 -04:00
albert
4717726217 wiki page, comment views 2011-03-13 03:54:32 -04:00
albert
2549d643f3 alternative form style 2011-03-10 19:07:45 -05:00
albert
81aec6b950 wiki pages 2011-03-10 18:35:19 -05:00
albert
e431452a11 improved pool simple edit interface 2011-03-03 18:26:50 -05:00
albert
9e7efbd295 stubbed in view code from old danbooru; only janitors can lock a wiki page 2011-02-28 14:18:39 -05:00