github: shadowy octopus with the head of a robot, emblazoned with the Dreamwidth swirl (Default)
github ([personal profile] github) wrote in [site community profile] changelog2013-09-13 03:03 pm

[dreamwidth/dw-free] eec008: (Bug 4532, 5142, 5143) Convert /feeds - remove raw...

Branch: refs/heads/develop
Home: https://github.com/dreamwidth/dw-free
Commit: eec0088cd8fd37a0ea08807ccf5fb50f89de7cf7
https://github.com/dreamwidth/dw-free/commit/eec0088cd8fd37a0ea08807ccf5fb50f89de7cf7
Author: Kareila <kareila@dreamwidth.org>
Date: 2013-07-23 (Tue, 23 Jul 2013)

Changed paths:
M cgi-bin/redirect.dat
R htdocs/feeds/raw.bml

Log Message:
-----------
(Bug 4532, 5142, 5143) Convert /feeds - remove raw.bml

This isn't serving a useful purpose, so remove it and redirect to /feeds/list.


Commit: bd8eb3ad2a019cc1393d375610a6c5227d9ade59
https://github.com/dreamwidth/dw-free/commit/bd8eb3ad2a019cc1393d375610a6c5227d9ade59
Author: Kareila <kareila@dreamwidth.org>
Date: 2013-07-23 (Tue, 23 Jul 2013)

Changed paths:
M cgi-bin/LJ/Feed.pm
M htdocs/feeds/index.bml

Log Message:
-----------
(Bug 4532, 5142, 5143) Convert /feeds - new function LJ::Feed::synrow_select

Refactored repeated raw SQL statement from index.bml into new function
in LJ/Feed.pm for better maintainability. Also fixed a warning
"uninitialized value in subtraction" in a different section of Feed.pm.


Commit: ecd961878e3464777e68867a686024c7f4f23f52
https://github.com/dreamwidth/dw-free/commit/ecd961878e3464777e68867a686024c7f4f23f52
Author: Kareila <kareila@dreamwidth.org>
Date: 2013-07-23 (Tue, 23 Jul 2013)

Changed paths:
M cgi-bin/DW/Controller/Admin/Feeds.pm
M cgi-bin/LJ/CProd/Feeds.pm
M cgi-bin/LJ/Console/Command/SynMerge.pm
M cgi-bin/LJ/Feed.pm
R cgi-bin/LJ/Syn.pm
M cgi-bin/LJ/Widget/Feeds.pm
M cgi-bin/modperl_subs.pl
M htdocs/feeds/index.bml
M htdocs/feeds/list.bml

Log Message:
-----------
(Bug 4532, 5142, 5143) Convert /feeds - remove LJ::Syn module

Between LJ::Feed, LJ::Syn, and LJ::SynSuck, I really felt like we had
too many code modules related to feed management, so I merged LJ::Syn
into LJ::Feed.


Commit: 93d20bc0cf6055537ed02096115aad3e8c401634
https://github.com/dreamwidth/dw-free/commit/93d20bc0cf6055537ed02096115aad3e8c401634
Author: Kareila <kareila@dreamwidth.org>
Date: 2013-07-23 (Tue, 23 Jul 2013)

Changed paths:
A cgi-bin/DW/Controller/Feeds.pm
R htdocs/feeds/index.bml
R htdocs/feeds/index.bml.text
R htdocs/feeds/list.bml
R htdocs/feeds/list.bml.text
A views/feeds/index.tt
A views/feeds/index.tt.text
A views/feeds/list.tt
A views/feeds/list.tt.text
A views/feeds/name.tt
A views/feeds/name.tt.text

Log Message:
-----------
(Bug 4532, 5142, 5143) Convert /feeds - move BML files to DW::Controller::Feeds

Three new templates: /feeds/index, /feeds/list, and (interstitial) /feeds/name


Commit: e25350c7242b8319f5088614e03cfdabfc36271f
https://github.com/dreamwidth/dw-free/commit/e25350c7242b8319f5088614e03cfdabfc36271f
Author: Kareila <kareila@dreamwidth.org>
Date: 2013-07-23 (Tue, 23 Jul 2013)

Changed paths:
M cgi-bin/DW/Controller/Feeds.pm
M views/feeds/name.tt

Log Message:
-----------
(Bug 4532, 5142, 5143) Convert /feeds - tweaks as requested

Separated get args and post args, used automatic form_auth check,
fixed whitespace, etc.

Made one extra tweak to name.tt, removing an unneeded paragraph tag.


Commit: 9aef16c9395b5f5a3a45c2b32800f6580ed175bc
https://github.com/dreamwidth/dw-free/commit/9aef16c9395b5f5a3a45c2b32800f6580ed175bc
Author: Kareila <kareila@dreamwidth.org>
Date: 2013-07-23 (Tue, 23 Jul 2013)

Changed paths:
M cgi-bin/DW/Controller/Feeds.pm

Log Message:
-----------
(Bug 4532, 5142, 5143) Convert /feeds - use default subscription filter

Found a small bug in testing where if you added a feed from the list of
checkboxes, the feed wouldn't get added to the user's default filter.
All the other paths redirect to the subscription management page.


Commit: 133304eea8c1ab48e91356907240d15383871640
https://github.com/dreamwidth/dw-free/commit/133304eea8c1ab48e91356907240d15383871640
Author: Afuna <afuna@users.noreply.github.com>
Date: 2013-09-13 (Fri, 13 Sep 2013)

Changed paths:
M cgi-bin/DW/Controller/Admin/Feeds.pm
A cgi-bin/DW/Controller/Feeds.pm
M cgi-bin/LJ/CProd/Feeds.pm
M cgi-bin/LJ/Console/Command/SynMerge.pm
M cgi-bin/LJ/Feed.pm
R cgi-bin/LJ/Syn.pm
M cgi-bin/LJ/Widget/Feeds.pm
M cgi-bin/modperl_subs.pl
M cgi-bin/redirect.dat
R htdocs/feeds/index.bml
R htdocs/feeds/index.bml.text
R htdocs/feeds/list.bml
R htdocs/feeds/list.bml.text
R htdocs/feeds/raw.bml
A views/feeds/index.tt
A views/feeds/index.tt.text
A views/feeds/list.tt
A views/feeds/list.tt.text
A views/feeds/name.tt
A views/feeds/name.tt.text

Log Message:
-----------
Merge pull request #529 from kareila/bug2077-feeds

(Bug 2077) convert /feeds BML pages to TT


Compare: https://github.com/dreamwidth/dw-free/compare/09fea4211357...133304eea8c1