Commit Graph

19 Commits

Author SHA1 Message Date
evazion
40bf74220c comments: add score to search form. 2021-01-19 05:48:41 -06:00
evazion
1743f3797f views: factor out search_form_for helper.
Refactor search forms to use `search_form_for` so that we can set common
options on all search forms, such as autocomplete="off" (#4162).
2019-09-10 14:31:19 -05:00
evazion
f151285038 views: standardize page titles. 2019-08-24 22:55:35 -05:00
evazion
fa19047220 autocomplete: add username autocompletion sitewide. 2019-08-11 15:38:39 -05:00
BrokenEagle
5cdd8d8f67 Standardize position of page title and secondary links
- Removed path specification for secondary links where unneeded
2017-12-28 10:20:27 -08: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
evazion
ecf22adc7d /comments/search: add more search params; style as inline form. 2017-01-23 22:13:00 -06:00
r888888888
9fb68cee94 fixes #2451: /comments/search has two elements with id "group_by" 2015-07-24 13:53:48 -07:00
Toks
772003a55a fixes #2217 2014-07-06 12:03:48 -04:00
小太
1a03a86592 Kill trailing whitespace in erb files 2013-03-19 23:11:58 +11:00
albert
43a32efdc5 better error message when searching comments with metatags 2013-03-02 20:55:46 -05:00
albert
b109d44daf fix search forms 2013-02-18 15:50:57 -05:00
albert
8749c43b3e refactored search 2013-01-10 17:45:52 -05:00
albert
e745c30699 fixes #321 2012-02-20 14:35:22 -05:00
albert
34ae712be0 fixed titles 2011-10-23 16:55:57 -04:00
albert
d32a839aa1 view fixes, updated uesr profile 2011-08-15 17:10:35 -04:00
albert
a16dfdf0dd fixes 2011-07-09 03:32:18 -04:00
albert
bd3af50e10 changes 2011-07-02 21:04:29 -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