evazion
146dc116d6
/posts: remove tag subscriptions from navbar.
2017-04-24 21:44:40 -05:00
r888888888
ba1399abef
desktop mode redirects back to original page
2017-04-24 15:54:04 -07:00
Albert Yi
57148b0690
Merge pull request #2989 from evazion/fix-notes-listing
...
Default /notes to listing notes, not posts.
2017-04-24 13:46:51 -07:00
evazion
989917cb07
/notes, /note_versions: use numbered paginator.
2017-04-23 14:59:36 -05:00
evazion
e6d1842545
/notes: default to listing notes, not posts. Remove group_by=post.
...
The posts listing is replaced by a link to order:note.
2017-04-23 14:59:36 -05: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
f403763d8b
/tag_implications: convert to simple form.
2017-04-22 15:23:14 -05:00
evazion
738c14a8a3
/tag_aliases: convert to simple form.
2017-04-22 15:23:14 -05:00
evazion
2db3af56dd
/tags: convert search form to simple form.
2017-04-22 15:23:14 -05:00
evazion
0ed0fb095b
/notes/search: convert to simple form.
2017-04-22 13:04:04 -05:00
evazion
d8fb4399cf
/artist_commentaries/search: convert to simple form.
2017-04-22 13:04:04 -05:00
Albert Yi
ecf00260c3
Merge pull request #2982 from evazion/fix-ss-dropdown
...
Fix saved search dropdown on post show page.
2017-04-22 01:04:47 -07:00
evazion
fce8dcc97d
/users: fix self-xss in favorite tags.
2017-04-20 20:33:56 -05:00
evazion
5303d1052f
/posts: fix saved search dropdown for post show page.
2017-04-20 19:05:54 -05:00
r888888888
9718c6e107
fixes to mobile responsive view
2017-04-20 14:29:11 -07:00
evazion
9bf1c89357
/bans: add search form.
2017-04-19 17:56:25 -05:00
evazion
84c075e4bf
/bans: add "»" links for narrowing search by user.
2017-04-19 17:56:25 -05:00
evazion
198b6db507
/bans: replace Expires column with Duration.
2017-04-19 17:56:25 -05:00
evazion
1bc4eda12b
/bans: add Banner, Banned at columns.
2017-04-19 17:56:25 -05:00
evazion
715dcc491b
/bans: size columns to avoid unnecessary wrapping.
...
Sizes columns such that they automatically shrink to fit. This fixes
problems with usernames and dates wrapping in the middle.
2017-04-19 17:56:25 -05:00
evazion
40fe0f595f
/bans: color code expired/unexpired bans.
2017-04-19 17:56:24 -05:00
r888888888
cd6a1575de
set viewport for default layout
2017-04-18 17:50:04 -07:00
r888888888
75249427d9
add schema data for site name
2017-04-18 17:24:01 -07:00
r888888888
bf8f04df0a
fix sitelinks searchbox
2017-04-18 17:12:44 -07:00
Albert Yi
e639be60e5
Merge pull request #2977 from evazion/feat-flag-reason-search
...
Add full text search for flag/appeal reasons
2017-04-17 13:10:28 -07:00
evazion
54b4a2e0c5
/post_{flags,appeals}: default to fulltext search for reason field.
2017-04-16 21:15:23 -05:00
evazion
87b295b632
Fix exception on /post_flags/new, /post_appeals/new.
2017-04-15 23:15:17 -05:00
r888888888
97da8f8647
deprecate tag subscriptions with warnings
2017-04-14 16:00:20 -07:00
r888888888
5d7d6eecf8
partial fix for #2751
2017-04-14 13:14:36 -07:00
evazion
c90614272a
/posts/:id - add dtext preview to flag/appeal dialogs.
2017-04-13 15:17:55 -05:00
Albert Yi
441022960a
Merge pull request #2968 from evazion/fix-wiki-rename
...
Fix #2964 : prevent renaming wikis with non-empty tags.
2017-04-10 14:53:33 -07:00
evazion
1b572c592c
wikis: disallow renaming unless tag is empty ( fix #2964 ).
2017-04-10 16:40:42 -05:00
Albert Yi
02302fde2f
Merge pull request #2965 from evazion/fix-confirm-approve
...
Add confirm dialog to sidebar approve/undelete links.
2017-04-10 14:29:24 -07:00
Albert Yi
0a45b99e33
Merge pull request #2966 from evazion/fix-artist-autocomplete
...
Improve autocomplete on /artists, /wiki_pages, and /pools.
2017-04-10 14:29:05 -07:00
evazion
8d45bb6d52
/post_{flags,appeals}: allow searching by tags.
2017-04-07 19:37:26 -05:00
evazion
f5e22ea235
/post_{flags,appeals}: convert search forms to simple form.
2017-04-07 19:37:26 -05:00
evazion
652e251040
/post_{flags,appeals}: add uploader, approver, flag/appeal count columns.
...
Also include '»' links next to uploader/approver names for drilling down
the search by a given user.
2017-04-07 19:37:26 -05:00
evazion
b9693827c3
/wiki_pages: sort autocomplete by post count.
...
* Add search[order]=post_count param to /wiki_pages.
* Make autocomplete do a prefix match ordered by post count, so that it
works the same way that tag autocomplete does elsewhere.
2017-04-07 18:25:31 -05:00
evazion
6b462c865e
/artists: sort autocomplete by post count.
...
* Add search[order]=post_count param to /artists.
* Make autocomplete do a prefix match ordered by post count, so that it
works the same way that tag autocomplete does elsewhere.
2017-04-07 18:25:31 -05:00
evazion
5f6506cbb4
/posts/1234: add confirm dialog to sidebar approve/undelete links.
2017-04-06 22:33:34 -05:00
evazion
423dd0b848
/iqdb_queries: include full data for each post in api response.
2017-04-05 18:01:16 -05:00
evazion
f57561118c
reportbooru: raise exception if not configured.
2017-04-05 01:17:04 -05:00
evazion
70a7f77a48
Post#approve!: signal errors with invalid object instead of exception.
2017-04-03 17:18:32 -05:00
evazion
765fbac11d
/reports/upload_tags: show thumbnails instead of post ids.
2017-04-03 15:03:26 -07:00
evazion
fdd8ebb1b8
/users/1234: link to upload tag changes report.
2017-04-03 15:03:26 -07:00
r888888888
dd4a70c195
fixes #2935 : Eliminate the og:description meta tag
2017-03-27 16:01:22 -07:00
Albert Yi
7f7f843763
Merge pull request #2933 from evazion/feat-doc-cosplay-autotags
...
Fix #2931 : mention automated implications on *_(cosplay) wikis.
2017-03-23 10:46:20 -07:00
evazion
66b5dc641c
/moderator/dashboard: use PostPresenter.preview for appeal thumbnails.
2017-03-23 04:05:06 -05:00
evazion
d1d0fe9bc5
/moderator/dashboard: optimize sql queries
...
* Converts queries to use active record instead of raw sql. This ensures
that user objects are loaded by rails in the join, so that we
don't have to issue `User.find` calls to load users one-by-one.
* Use `.includes` to preload associations used in the view, to avoid
additional N+1 query problems (primarily, calls to link_to_user
also causing users to be loaded one-by-one).
2017-03-23 04:05:05 -05:00
evazion
90cd029f6f
wiki excerpts: show alias/implication lists even for tags without a wiki.
2017-03-23 03:54:42 -05:00