]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Tickets #1610, #1949: show permalinks on Popular Notices, attachments aside sections
authorBrion Vibber <brion@pobox.com>
Fri, 18 Mar 2011 20:58:13 +0000 (13:58 -0700)
committerBrion Vibber <brion@pobox.com>
Fri, 18 Mar 2011 20:58:13 +0000 (13:58 -0700)
commit4874ab0e7d4509dc7c60ba14df5f9d881a4839f9
tree13d088d37fdd5f31a1d4a11997c0d859d3bcadba
parent84e5ca61581829298239a59895602fe637aff134
Tickets #1610, #1949: show permalinks on Popular Notices, attachments aside sections

These mini notice lists were previously not actually showing links to the notices, making them hard to use. There was code to output a link, but it had been unused due to the config options triggering it not being set. The links also looked bad ("( see )" with bad spacing).
Replaced that code with a call into NoticeListItem's existing code to format a relative timestamp with the notice permalink, which looks nice. Used a div rather than p to avoid clearing the float, so it flows nicely.
lib/noticesection.php