Commit Graph

13 Commits

Author SHA1 Message Date
faucet
8b91156b97
[Tags] Use template for MetaSearch relation tables 2023-07-11 10:44:38 +01:00
Earlopain
9afc1949fa
[CSS] Clean up duplicate table classes
width: 100% is already part of the class.
Remove duplicate classes .table/.striped and exclusivly use the more common one.
Add this class to PostReportReasons/Help, which were missing it.
2022-12-29 16:36:33 +01:00
Earlopain
4702691288
[Tags] Fix MetaSearch finding results without input 2022-07-10 21:04:25 +02:00
Earlopain
9b7c4db852 [Template] Don't explicitly add app_name in every title
- Use a helper function to add it to every title (except the root path
which is just the app_name)
- Remove useless set_title function in application_controllerller
2021-03-21 16:58:35 +01:00
Kira
36af053218 Fix voting and remove some dead .js files 2020-02-21 21:40:37 -08:00
Kira
63291cde2f Fix exception on tag meta searches view 2019-10-12 16:44:33 -07:00
Kira
e6a2a37b43 Fix exception in tag meta search 2019-09-15 15:59:06 -07:00
evazion
2cd0355665 Fix #4130: Remove tag alias corrections. 2019-08-13 03:18:39 -07:00
Kira
4024108f1c Convert builder -> janitor for user rank 2019-06-29 12:58:28 -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
r888888888
1d9596d7f2 fixes #2417 2015-06-29 18:17:59 -07:00
r888888888
fad0ab7c93 fixes #2133 2014-04-16 17:43:34 -07:00
r888888888
1f10f39d1e fixes #1227 2014-02-28 16:40:11 -08:00