github: shadowy octopus with the head of a robot, emblazoned with the Dreamwidth swirl (Default)
github ([personal profile] github) wrote in [site community profile] changelog2014-06-10 12:17 am

[dreamwidth/dw-free] 4636ba: Fix nested comments not showing up sometimes

Branch: refs/heads/release-1.20
Home: https://github.com/dreamwidth/dw-free
Commit: 4636ba3d1d599ada176defd2f91e44b03ef4f838
https://github.com/dreamwidth/dw-free/commit/4636ba3d1d599ada176defd2f91e44b03ef4f838
Author: Afuna <fu@dreamwidth.org>
Date: 2014-06-10 (Tue, 10 Jun 2014)

Changed paths:
M styles/core2.s2

Log Message:
-----------
Fix nested comments not showing up sometimes

We were popping from the original comments array... so in
one-column-split, after processing the page summary module, there were
no more comment replies to be printed. Oops. Fixed by working on a copy
of the original array.


Commit: ca9cce159a13a1aadfc0ea00e98a5ef593e328cd
https://github.com/dreamwidth/dw-free/commit/ca9cce159a13a1aadfc0ea00e98a5ef593e328cd
Author: Mark Smith <mark@qq.is>
Date: 2014-06-10 (Tue, 10 Jun 2014)

Changed paths:
M styles/core2.s2

Log Message:
-----------
Merge pull request #734 from afuna/nested-comments-in-one-column-split

Fix nested comments not showing up sometimes


Compare: https://github.com/dreamwidth/dw-free/compare/7c8164f75c8e...ca9cce159a13