Commit Graph

6377 Commits

Author SHA1 Message Date
BrokenEagle
e312ae3d92 Added fix script to update the correct tagcount for all posts 2017-11-14 17:11:18 -08:00
evazion
5f39a8b4b2 Fix #3365: Incorrect tag category counts.
`Hash[array]` didn't work because Hash needed to be called as `Hash[*array]`. Or,
more simply, `array.to_h`.
2017-11-13 21:45:12 -06:00
evazion
6d8143a9eb Fixup typo in 6fbd7c23 (#3363).
Fixes accidental clobbering of the `@@categories` variable used by
`TagCategory.categories`.
2017-11-13 20:27:03 -06:00
r888888888
974a770bc6 fixes #3354 2017-11-13 16:41:01 -08:00
evazion
6fbd7c23e1 Fix #3363: Prevent setting tags to invalid categories. 2017-11-13 16:56:57 -06:00
Albert Yi
40bd313ac4 Merge pull request #3361 from BrokenEagle/fix-3351
Change visible/hidden on comments for moderators
2017-11-13 14:56:13 -08:00
r888888888
0cda1a3dcc disable check for approved bulk update requests 2017-11-13 14:39:36 -08:00
r888888888
63ca4cb24f add PGError to rescue block 2017-11-13 14:36:40 -08:00
r888888888
f71a7a97bb disable timeout for testing whether bulk update request has been approved 2017-11-13 14:23:02 -08:00
r888888888
93d1ef1cca disable timeout on mass_update approval check on admin dashboard 2017-11-13 12:48:23 -08:00
Albert Yi
0674a03fb6 Merge pull request #3353 from BrokenEagle/feat-add-meta-tag-category
Migrated tag logic into config file and added fifth tag category meta
2017-11-13 11:44:15 -08:00
Albert Yi
ddcb615365 Merge pull request #3360 from BrokenEagle/fix-localstorage-calculation
Fixed issue with pruning calculation in Firefox
2017-11-13 11:43:44 -08:00
r888888888
36948bbf33 move explore links to sidebar, fix popular searches action 2017-11-13 11:14:09 -08:00
BrokenEagle
8445a0c7ad Differentiate visible/hidden comments for moderators 2017-11-11 20:45:01 -08:00
r888888888
e739dc77d7 fixes #3359 2017-11-10 17:44:53 -08:00
r888888888
546dfda6f3 truncate date to day 2017-11-10 16:28:34 -08:00
r888888888
8b1fca4662 add most viewed posts page 2017-11-10 16:21:01 -08:00
r888888888
6c4eb62957 fix scale reference 2017-11-10 15:59:23 -08:00
r888888888
8458c62e8a eliminate month scale for popular searches (takes up too much space in redis) 2017-11-10 15:40:10 -08:00
r888888888
354247e3c7 disable common searches 2017-11-10 15:26:56 -08:00
r888888888
5e247df8ec enable view count js globally 2017-11-10 14:37:48 -08:00
r888888888
6431dafa80 use json serializer for message verifier 2017-11-10 14:37:27 -08:00
r888888888
9250dd599d fix bug with verifier 2017-11-10 14:12:15 -08:00
r888888888
710a5f1abe fix typo 2017-11-10 14:06:56 -08:00
r888888888
893563cf9a render view count js on post/show 2017-11-09 16:13:39 -08:00
r888888888
131734f7a6 enable post view count tracking (for mods initially) 2017-11-09 16:10:34 -08:00
BrokenEagle
a591660b01 Fixed issue with $.localStorage returning non-keys in Firefox 2017-11-08 23:15:05 -08:00
BrokenEagle
c9c70bbaa4 Fixed bug with related tag script 2017-11-08 10:23:16 -08:00
Albert Yi
0079e107fa Merge pull request #3355 from BrokenEagle/fix-3349
Disallow a user from seeing flagger's name on own uploads
2017-11-08 10:22:33 -08:00
BrokenEagle
5b4ab8d80e Disallow a user from seeing flagger's name on own uploads 2017-11-08 00:37:16 -08:00
BrokenEagle
6838901aac Moved non-config tag category info to its own class 2017-11-07 16:21:29 -08:00
r888888888
d0ccce6985 fixes #3350 2017-11-07 11:56:26 -08:00
BrokenEagle
7cb45fc8d3 Added fifth tag category meta 2017-11-07 10:58:42 -08:00
BrokenEagle
1de8fd2bd6 Moved tag logic for Javascript to config file 2017-11-07 10:58:40 -08:00
BrokenEagle
1e5540f3a0 Moved most of the tag category config logic to the config file
-Fixed an unused Post class method (fix_post_counts) that didn't have a parameter
2017-11-06 15:27:54 -08:00
BrokenEagle
9f4daf7d2f Allow metatag case switch to use regexes
- Fix errant tabspaces
2017-11-06 15:27:54 -08:00
BrokenEagle
bdf5912dc9 Reduce tag config variables co-dependency 2017-11-06 15:27:54 -08:00
Type-kun
af7c109912 Restrict post replacements to mod+ (issue #3348) 2017-11-01 13:19:52 +05:00
Albert Yi
e243648b91 Merge pull request #3347 from BrokenEagle/fix-newpool-upload
Fix bug with newpool metatag on uploads
2017-10-30 17:02:23 -07:00
BrokenEagle
6e812ca714 Moved adding post to new pool until after post save 2017-10-30 16:38:31 -07:00
r888888888
2260d024b7 remove 'r' shortcut references for post listing 2017-10-30 14:51:05 -07:00
r888888888
32ff7de6d8 fixes #3346 2017-10-30 14:47:00 -07:00
r888888888
aff81bb9ed change maintenance twitter account 2017-10-26 11:08:31 -07:00
r888888888
19fdd25297 use update_attribute for updating descendant names on tagimplication 2017-10-26 11:01:19 -07:00
Albert Yi
1cfe887631 Merge pull request #3341 from BrokenEagle/fix-3340
Move case sensitive metatags to before downcase
2017-10-25 18:12:43 -07:00
r888888888
676a991bb2 fix path for bulk revert creation #3342 2017-10-25 18:08:52 -07:00
Albert Yi
257b2f9fde Merge pull request #3344 from hakusaro/change-duration
Skip validation of video duration if user is admin
2017-10-25 18:03:04 -07:00
Lucas Nicodemus
3a519c2eee Skip validation of video duration if user is admin 2017-10-22 13:49:59 -06:00
BrokenEagle
635c76df57 Move case sensitive metatags to before downcase 2017-10-21 13:58:55 -07:00
Albert Yi
361196aca4 Merge pull request #3338 from BrokenEagle/fix-toggle-tag-focus
Use timeout on tag box cursor calculation
2017-10-19 10:45:23 -07:00