93 Commits

Author SHA1 Message Date
ccd0
f0f962ccdd Support is.4chan.org in post building. #1141 2016-11-05 13:21:59 -07:00
ccd0
a4cb3ce5f7 Merge branch 'master' into next 2016-10-30 21:32:11 -07:00
ccd0
bc3099caa7 Do auto-checking when last check timestamp is from the future or a non-number. #1164 2016-10-30 19:53:26 -07:00
ccd0
a84fb59723 Merge branch 'master' into next 2016-10-30 11:01:13 -07:00
ccd0
2503ffaad8 Remove inlined posts before parsing clone. #1133 2016-10-29 16:42:40 -07:00
ccd0
6484f461d0 Include rolls and fortunes in filterable text but continue removing them from notifications and thread excerpts. 2016-10-09 17:29:00 -07:00
ccd0
e7eb5fd2ab Remove post.nodes.links, unused since af62b44df1c097acceba002567ef98a7b3cd5b42. 2016-10-09 14:49:10 -07:00
ccd0
3921433292 Let nodes.uniqueID be the ID part, and nodes.uniqueIDRoot be the whole thing. 2016-10-09 14:42:26 -07:00
ccd0
65d6de9e49 Fix IDs/capcodes being removed from stubs/notifications by Anonymize. #1129 2016-10-09 13:54:58 -07:00
ccd0
7f27e78b58 Merge branch 'bstable' 2016-10-09 12:18:26 -07:00
ccd0
dc8664144f Quick fix for is.4chan.org problem. #1141 2016-10-09 12:04:45 -07:00
ccd0
25c30120b2 Merge branch 'master' into next 2016-10-09 04:26:54 -07:00
ccd0
7ede00a495 Fix bug from v1.13.0.0 that broke Quote Inlining / Previewing of OPs on /f/. 2016-10-09 03:48:34 -07:00
ccd0
39792ad2ca Move cooldown parsing into Boards class and use boards.json data rather than script on page. 2016-10-08 20:28:16 -07:00
ccd0
0aaeb1ce06 Add pass date to post fields. #1123 2016-10-02 23:04:36 -07:00
ccd0
e4a1f6d4a3 Reduce needless rebuilding of threads. 2016-10-02 22:53:01 -07:00
ccd0
3b9a79647f Don't collect posts someone is quoting. 2016-10-02 20:08:41 -07:00
ccd0
4b85e1a267 Add pass date to post fields. #1123 2016-10-02 12:57:40 -07:00
ccd0
ddb0c3b048 Get rid of obsolete thread.nodes.placeholder. 2016-10-02 00:52:10 -07:00
ccd0
0f283df4fa Fix bug from 49b946199c736636baa10a032605e5a4b510b1f7 breaking archive post building. 2016-10-01 23:55:04 -07:00
ccd0
59bc4143db Remove deferred thumbnail loading; no longer needed. 2016-10-01 21:02:26 -07:00
ccd0
8c6424f512 Add threadID and boardID to regular post object to make it more compatible with Build.parseJSON output. 2016-10-01 17:47:12 -07:00
ccd0
445b6fdf6f Sort and filter index based on JSON data. 2016-10-01 17:10:33 -07:00
ccd0
ad9c3df4dc Help out decaffeinate. #829 2016-10-01 03:18:22 -07:00
ccd0
8ba89c348d Also remove op class from posts in catalog. 2016-09-28 22:30:06 -07:00
ccd0
03460875e4 catalog-postContainer -> catalog-container 2016-09-28 21:44:37 -07:00
ccd0
422ed5213b Remove opContainer class in catalog. 2016-09-28 21:33:02 -07:00
ccd0
a9bde55965 Consolidate code to add/remove catalog classes from posts. 2016-09-28 21:13:21 -07:00
ccd0
ef3ee6afa2 Add catalog-postContainer and catalog-post classes, and use them in CSS. 2016-09-27 01:33:49 -07:00
ccd0
9bb9be1f67 Show excerpts of replies in catalog with full reply on hover. 2016-09-26 21:37:29 -07:00
ccd0
9cee88ce3a Put catalog stuff into post rather than moving post stuff into catalog thread. 2016-09-25 18:21:02 -07:00
ccd0
8a6b6b5ec8 Add thread.nodes.root property. 2016-09-25 14:28:04 -07:00
ccd0
a3c32ad4aa Drop changing class name on comment in catalog. 2016-09-25 02:18:55 -07:00
ccd0
049fe3b118 Make original parent node of thumbnail post.file.thumbLink. 2016-09-25 00:19:15 -07:00
ccd0
4fcb304b96 Revert "Reveal Spoiler Thumbnails will replace the imgspoiler class on the thumbnail parent link with imgspoiler-revealed."
This reverts commit 5fbe0c27d2ab36f433c990f5130f3dd7b9af3307.
2016-09-25 00:03:39 -07:00
ccd0
e54a42edeb Have Post object track whether it is being used as a catalog OP. 2016-09-24 23:42:20 -07:00
ccd0
5fbe0c27d2 Reveal Spoiler Thumbnails will replace the imgspoiler class on the thumbnail parent link with imgspoiler-revealed. 2016-09-24 10:29:36 -07:00
ccd0
e496de4f6a Move file div from post into catalog node; display file info on hover. 2016-09-23 01:10:21 -07:00
ccd0
88efaeae67 Add nodes.fileRoot to Post object. 2016-09-22 23:24:34 -07:00
ccd0
350230d52c Show name and timestamp in catalog thread on hover by moving post info from post. 2016-09-22 07:49:23 -07:00
ccd0
ecec1211ab Fix comment being missing when clone is made when comment is in catalog thread.
Fixes bug from e45eaea49f775bcb59727e9657e718ac3dcd5421.
2016-09-22 07:30:10 -07:00
ccd0
823ddb9d46 Change quote markers from textContent to styleable spans. 2016-09-21 03:44:03 -07:00
ccd0
e45eaea49f Move comment from index post to catalog post. Make quote previewing and embedding work in catalog. 2016-09-18 03:26:21 -07:00
ccd0
3f63be3cec Rewrite ThreadWatcher DataBoard use to reduce use of forceSync. #1012 2016-09-17 20:57:34 -07:00
ccd0
517fa1c4b6 Better Auto Watch. 2016-09-17 19:12:57 -07:00
ccd0
e5451a21fc board.config should always be an object. 2016-07-10 16:41:20 -07:00
ccd0
52e7749f72 Merge commit 'f2bb9b00a343a305e04f4f29285084c758471c34' (BoardsJSON -> BoardConfig.) 2016-07-10 01:41:38 -07:00
ccd0
a193d0a3ac Revert "Revert "Fetch boards.json data.""
This reverts commit cc03357e071dc33bc54d4e25870998bde2d34139.
2016-07-10 01:40:03 -07:00
ccd0
e1b0d62ceb Have return hack be added by the compilation script. 2016-06-12 00:25:58 -07:00
ccd0
90a3985ea2 A 304 status is not expected here. #945 2016-05-30 17:57:54 -07:00