Commit Graph

74 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
fce8dcc97d /users: fix self-xss in favorite tags. 2017-04-20 20:33:56 -05:00
Type-kun
a7d553038f Add "disable-with" to most edit forms (should fix #2264) 2016-08-30 22:54:38 +05:00
r888888888
c3b78b1752 add user searches 2016-08-23 18:20:21 -07:00
r888888888
bdd408952b add user option for disabling tagged filenames 2016-05-26 10:16:13 -07:00
r888888888
caf4a28b02 enable user privacy mode for displaying favorites 2016-02-22 12:18:19 -08:00
Toks
2d3b7182bc #2523 Enable categorized saved searches by default 2015-11-13 00:14:08 -05:00
r888888888
6514265ca7 support new listbooru changes #2523 2015-11-03 16:50:52 -08:00
r888888888
1abdcb3cf3 fixes #2419 2015-06-30 13:21:39 -07:00
r888888888
9a09282221 bug fix 2014-11-29 08:51:21 -08:00
r888888888
2b5ce48d5c fixes #2230 2014-11-19 21:28:26 -08:00
r888888888
9a260eecb9 fix tests 2014-11-07 15:03:00 -08:00
r888888888
f02f72fac1 implement saved searches, move user boolean settings to bitprefs 2014-06-18 16:16:27 -07:00
Toks
3f61415388 Merge branch 'active-children' 2014-05-29 23:03:05 -04:00
Toks
71cd5ce783 fixes #2114 2014-05-29 22:55:35 -04:00
Toks
9a7b7e9b87 fix #2152 2014-05-10 13:42:44 -04:00
Toks
e5f6c094cc Fix link in label getting escaped 2014-05-10 12:06:21 -04:00
Toks
744daa6c0c When email change fails, give appropriate error message
Previously it would always say "Password was incorrect" on failure,
whether that was the actual problem or not.
2014-01-24 13:52:43 -05:00
Toks
cbe9edfa88 Add link to help:blacklists on user settings page 2014-01-11 14:06:05 -05:00
Toks
150d5003ff fixes #1878 2013-07-21 13:50:07 -04:00
Toks
a15c3c7e7a fixes #1878 2013-07-21 11:09:48 -04:00
Toks
088fcfd151 #1817: Move custom style to separate file 2013-07-19 10:02:08 -04:00
Toks
02962a3a22 Add hint that custom css cannot contain html
closes #1817
2013-07-18 19:26:18 -04:00
Toks
73387e32ad Merge branch 'custom-css' 2013-07-12 19:35:47 -04:00
Toks
7785eee4b0 Exclude deletion tab from special click event
Otherwise line 82 causes a syntax error and line 83 breaks the link.
2013-07-12 19:27:24 -04:00
Toks
7fc16c14b1 fixes #1817 2013-07-12 18:29:11 -04:00
Toks
205904e2e3 Don't affect location hash when changing setting tabs 2013-07-12 12:37:45 -04:00
r888888888
a4911e3f65 * Refactor user settings page
* Change default route to posts#index
* Add footer to intro page
* Change promotion report to exclude deleted posts
2013-07-09 17:47:29 -07:00
Toks
6c174f78cd fix autocomplete setting input 2013-06-19 00:07:06 -04:00
r888888888
f16f530eea fixes #1747 2013-06-18 16:06:48 -07:00
r888888888
eab2eb1d82 fixes #1651 2013-05-21 17:52:03 -07:00
r888888888
e936963005 restyle account deletion 2013-05-16 15:16:11 -07:00
r888888888
0a9e2a39b0 add account deletion 2013-05-16 15:15:00 -07:00
r888888888
d5f575159f rename references of privileged to gold 2013-04-28 00:04:52 -07:00
Toks
53ee04d6a2 fixes #619 2013-04-17 20:09:48 -04:00
Toks
56e82b6c84 fixes #1199 2013-04-15 15:21:22 -04:00
Toks
854e0a6668 Revert "Revert "partial fix #1199""
This reverts commit 7aae5f03e8.
2013-04-15 15:21:21 -04:00
albert
56f1e19f67 fixes #1209 2013-04-09 18:05:23 -04:00
albert
0c16403c29 fixes #1216 2013-04-09 18:04:23 -04:00
Toks
fc1887165a fixes #1152 2013-03-31 08:05:03 -04:00
albert
a9be96ce8b implements user name change requests 2013-03-26 18:13:03 -04:00
albert
578baf072d fixes #1064 2013-03-25 22:55:32 -04:00
albert
2378e91006 fixes #841 2013-03-23 12:06:49 -04:00
albert
7f5bdb0121 fixes #1049 2013-03-23 11:55:24 -04:00
albert
3e4d149d28 fixes #959 2013-03-22 10:38:37 -07:00
albert
a9170d8381 fixes #1003 2013-03-22 09:45:59 -07:00
小太
1a03a86592 Kill trailing whitespace in erb files 2013-03-19 23:11:58 +11:00
albert
a52eb3ddc2 fixes #848 2013-03-17 23:13:47 -04:00
albert
7f0d31168c fixes #915 2013-03-17 21:18:07 -04:00
albert
656d591806 fixes to tag alias cache expiration, improved instructions for sign up 2013-03-13 12:15:56 -04:00