Albert Yi
8ac530a909
fixes #4006 : Bring back the "edit tags" button to the sidebar
...
fixes #4011 : Comment input field under posts is too big, goes slightly beyond view boundaries
fixes #4010 : Incorrect dynamic tag counts
2018-12-12 11:44:25 -08:00
evazion
79ec053cef
Fix #4009 : Tag list is empty when editing tags, causing destructive changes.
2018-12-12 13:02:04 -06:00
Albert Yi
4706cae114
Add user permissions for flagging and for giving user feedback
2018-12-11 17:08:31 -08:00
Albert Yi
3893926048
add dynamic tag counts on upload form
2018-12-10 17:51:28 -08:00
evazion
fe60672ef3
Fix #4005 : Add confirmation for unbanning a post.
2018-12-10 00:39:02 -06:00
evazion
4fcb82f2e6
Fix #3991 : Loading post #1604318 is broken.
...
Fix exception in Pool#previous_post_id when the post id is not contained
in the pool.
This can happen when a post's pool_string lists the post as being in a
certain pool, but the post is not included in the pool's post_ids. Such
pool_string / post_ids inconsistencies exist because of past bugs.
2018-11-15 10:28:20 -06:00
Albert Yi
5493e16f04
tweak matomo tracking
2018-11-12 10:28:48 -08:00
Albert Yi
684e2bdbad
fix undefined _paq references
2018-11-09 15:49:42 -08:00
Albert Yi
c8793457cb
remove mixpanel + add more matomo tracking
2018-11-09 15:40:38 -08:00
evazion
115ed16a96
pools: store post_ids as array instead of string ( fix #3979 )
2018-11-08 15:09:31 -06:00
evazion
bd0bb658b8
Fix #3974 : Pool galleries: link thumbnails to pools instead of posts.
2018-11-06 14:33:04 -06:00
evazion
ff9ce25b01
Fix #3973 : Pool gallery is broken.
2018-11-06 13:11:11 -06:00
Albert Yi
1d3eb584c7
fix new postpresenter styles
2018-11-05 15:11:27 -08:00
evazion
29b6121a07
pools: refactor #neighbors + fix broken #neighbors tests.
2018-11-04 19:40:57 -06:00
evazion
19b92acabc
Fix #3970 : Make "Copy all notes" not builder exclusive.
2018-11-04 16:42:55 -06:00
Albert Yi
e360058aca
refactor
2018-11-02 13:40:01 -07:00
Albert Yi
542641e3e2
refactor pool nav html
2018-11-01 17:42:49 -07:00
Albert Yi
e334c34836
fix image container html
2018-10-31 16:15:07 -07:00
evazion
39374a70d3
posts/show: rename tags params to q in various places.
...
Fixup for 011a6f1f7 .
2018-10-30 11:32:07 -05:00
Albert Yi
011a6f1f7c
move post preview presenter to partial
2018-10-29 17:46:45 -07:00
Albert Yi
a2811d1484
add shareout options
2018-10-25 16:46:25 -07:00
Albert Yi
4d07183a1d
Merge pull request #3957 from evazion/fix-related-tags
...
Related tags: build html server-side, eliminate cookies
2018-10-24 17:34:14 -07:00
Albert Yi
21a08d17a4
tweak styles for fav button
2018-10-24 10:02:50 -07:00
Albert Yi
c0ab54b889
css tweaks
2018-10-23 18:30:35 -07:00
Albert Yi
38d94a7d37
update meta tags
2018-10-23 11:24:43 -07:00
Albert Yi
261cc8d993
remove index/show mixpanel events
2018-10-23 11:02:30 -07:00
Albert Yi
9ce419b692
fix user editing
2018-10-22 17:35:59 -07:00
Albert Yi
464596fbb4
disable some props
2018-10-22 17:28:04 -07:00
Albert Yi
f4cafebd0f
fix escaping
2018-10-22 17:25:14 -07:00
Albert Yi
11e75aec2a
add referer prop
2018-10-22 17:21:26 -07:00
Albert Yi
1b9e3d687d
add events for posts pages
2018-10-22 17:19:32 -07:00
Albert Yi
08e3051d31
add mixpanel events for signup page
2018-10-22 17:05:05 -07:00
Albert Yi
c1f70b9a02
truncate og description to 350 chars
2018-10-22 14:01:25 -07:00
Albert Yi
683b45c031
update dtext gem
2018-10-22 13:48:50 -07:00
Albert Yi
5d3f072a2f
fix wiki excerpt links
2018-10-22 13:15:33 -07:00
r888888888
7051351852
fix og:title metatags
2018-10-20 19:53:39 -07:00
r888888888
ee3b8933d2
tweak social links
2018-10-20 19:38:32 -07:00
r888888888
0ab6e9f94d
refactor share buttons
2018-10-20 19:11:16 -07:00
r888888888
192ac128cd
add additional meta tags for seo
2018-10-20 17:15:29 -07:00
Albert Yi
a6b00b3ff3
fixes #3921
2018-10-16 15:01:39 -07:00
evazion
6d293dfde2
related tags: fix style issues.
2018-10-16 13:09:22 -05:00
evazion
6223f89a99
related tags: refactor /related_tags.js to avoid updating unchanged columns.
...
Refactor the /related_tags.js call so that when the "Related tags"
button is clicked, it only replaces the columns that actually changed,
not the entire related tags section.
This avoids rebuilding the Recent / Frequent / Translated Tags / Artist
columns every time the "Related tags" button is clicked.
2018-10-15 18:41:32 -05:00
evazion
5a05961bde
related tags: factor partials out from post, upload edit forms.
2018-10-12 21:18:15 -05:00
Albert Yi
3696fb10a0
add rating meta tag
2018-10-12 11:56:54 -07:00
evazion
739bb1270c
TagSetPresenter: refactor tag string for post edit form.
...
Move PostPresenter#categorized_tag_groups to TagSetPresenter#split_tag_list_text.
This allows split_tag_list_text to reuse the same set of tags already
fetched by the tag set presenter for the sidebar.
This avoids a memcache call to get the tag categories when rendering the
tag string for the post edit form.
2018-09-30 21:52:24 -05:00
evazion
99632d5e8a
TagSetPresenter: refactor to pass options explicitly.
...
Refactor tag_list_html, split_tag_list_html, and inline_tag_list_html to
take the `show_extra_links` and `current_query` options explicitly,
rather than implicitly relying on CurrentUser or taking `params[:tags]`
from the template.
2018-09-30 21:52:24 -05:00
Albert Yi
05dfb5de60
disable prefetch
2018-09-27 16:49:52 -07:00
evazion
654d40875f
posts/show: only render detailed rejection dialog for approvers.
2018-09-26 20:46:22 -05:00
evazion
6aecbf4a7e
posts/show: skip rendering dialogs for anon users.
...
Anonymous users can't use any of the artist commentary / add to pool /
add to favgroup dialogs, so rendering them is unnecessary.
2018-09-26 20:01:49 -05:00
evazion
f886f2fdb3
posts/show: load flag/appeal/replacement dialogs via ajax ( #3922 ).
2018-09-26 20:01:14 -05:00