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-09-03 02:50 am

[dreamwidth/dw-free] 240e52: Implement Previous/Next Entry links within tag. Fi...

Branch: refs/heads/develop
Home: https://github.com/dreamwidth/dw-free
Commit: 240e5265f920cbe72e4185623f77b0afbd03c756
https://github.com/dreamwidth/dw-free/commit/240e5265f920cbe72e4185623f77b0afbd03c756
Author: Woggy <dh-woggy@newhack.dreamwidth.net>
Date: 2014-09-01 (Mon, 01 Sep 2014)

Changed paths:
M cgi-bin/LJ/Entry.pm
M cgi-bin/LJ/S2.pm
M htdocs/go.bml
M styles/core2.s2

Log Message:
-----------
Implement Previous/Next Entry links within tag. Fixes #943

Building off of the existing code base for the generic previous/next
entry links. The new links use the same structure, but pass in one
additional argument (the tag to search within) to go.bml. If a tag is
passed in, it narrows the SQL query in get_item_id_near2()
appropriately.


Commit: c2657a31baae90dbc0d20a5d179794f479013d40
https://github.com/dreamwidth/dw-free/commit/c2657a31baae90dbc0d20a5d179794f479013d40
Author: Woggy <woggy222@gmail.com>
Date: 2014-09-03 (Wed, 03 Sep 2014)

Changed paths:
M styles/core2.s2

Log Message:
-----------
Limiting display of tag links. Update to #943

Displaying the previous/next links everywhere is a bit overkill. Added
logic to limit to only show on single-entry pages, and /tag/foo
multi-entry pages.


Commit: cd41f4174795c502364cc26cf906ce24355299e3
https://github.com/dreamwidth/dw-free/commit/cd41f4174795c502364cc26cf906ce24355299e3
Author: Afuna <afuna@users.noreply.github.com>
Date: 2014-09-03 (Wed, 03 Sep 2014)

Changed paths:
M cgi-bin/LJ/Entry.pm
M cgi-bin/LJ/S2.pm
M htdocs/go.bml
M styles/core2.s2

Log Message:
-----------
Merge pull request #947 from woggy/feature/2014-tagnav

Add Intra-tag navigation links - fixes #943


Compare: https://github.com/dreamwidth/dw-free/compare/4a0d4e1c18c3...cd41f4174795