Branch: refs/heads/develop
Home:
https://github.com/dreamwidth/dw-free Commit: 5b497c3b200702f993975584336a1ad6814ebca8
https://github.com/dreamwidth/dw-free/commit/5b497c3b200702f993975584336a1ad6814ebca8 Author: foxfirefey <foxfirefey@gmail.com>
Date: 2013-03-02 (Sat, 02 Mar 2013)
Changed paths:
M bin/upgrading/s2layers/abstractia/layout.s2
M bin/upgrading/s2layers/bases/layout.s2
M bin/upgrading/s2layers/blanket/layout.s2
M bin/upgrading/s2layers/brittle/layout.s2
M bin/upgrading/s2layers/core2.s2
M bin/upgrading/s2layers/core2base/layout.s2
M bin/upgrading/s2layers/drifting/layout.s2
M bin/upgrading/s2layers/easyread/layout.s2
M bin/upgrading/s2layers/negatives/layout.s2
M bin/upgrading/s2layers/skittlishdreams/layout.s2
M cgi-bin/LJ/S2.pm
Log Message:
-----------
(Bug 1867) Add reading filter module to core2
* adds in a SubscriptionFilter class to S2
* adds in a built-in function to S2, journal_subscription_filters, returning a list of
SubscriptionFilters
* adds in appropriate module variables in core2
* adds a "print_module_readfilters()" S2 function to print the module; it uses the standard
module list printing
* adds "property use module_readfilters_group;" to all propgroup modules sections in layouts
Things to double check:
* Test that private filters do not show to people other than the journal owner; I've tested this but
it's very critical.
Commit: 72cc4c1b212e3d68c565ca6b45068ba154112a46
https://github.com/dreamwidth/dw-free/commit/72cc4c1b212e3d68c565ca6b45068ba154112a46 Author: foxfirefey <foxfirefey@gmail.com>
Date: 2013-03-02 (Sat, 02 Mar 2013)
Changed paths:
M bin/upgrading/s2layers/blanket/layout.s2
M bin/upgrading/s2layers/easyread/layout.s2
Log Message:
-----------
(Bug1867) Fix readfilters module ordering
Fix the readfilters module ordering for Blanket and EasyRead.
Commit: edca15adadfb2d5cd6a99c9ffacd59f7a3c757ca
https://github.com/dreamwidth/dw-free/commit/edca15adadfb2d5cd6a99c9ffacd59f7a3c757ca Author: foxfirefey <foxfirefey@gmail.com>
Date: 2013-03-02 (Sat, 02 Mar 2013)
Changed paths:
M bin/upgrading/s2layers/abstractia/layout.s2
M bin/upgrading/s2layers/bases/layout.s2
M bin/upgrading/s2layers/blanket/layout.s2
M bin/upgrading/s2layers/brittle/layout.s2
M bin/upgrading/s2layers/core2.s2
M bin/upgrading/s2layers/core2base/layout.s2
M bin/upgrading/s2layers/drifting/layout.s2
M bin/upgrading/s2layers/easyread/layout.s2
M bin/upgrading/s2layers/negatives/layout.s2
M bin/upgrading/s2layers/skittlishdreams/layout.s2
M cgi-bin/LJ/S2.pm
Log Message:
-----------
(Bug 1867) Review code clean up
This patch:
* Standardizes the module name around subscription filter; that's what they're called
in other areas of the site, so we should be consistent.
* Standardized the SubscriptionFilter class to be consistent in naming; it now has
a string url var instead of a string link, because the Link class seemed overkill
* Abstracts away the id of the Subscription filter; we can add it in if we need it later
* Improves the logic of adding a filter to the list of filters displayed
Commit: 4d986e1000acdc4c3b935d0a9d4ce3b2502292a5
https://github.com/dreamwidth/dw-free/commit/4d986e1000acdc4c3b935d0a9d4ce3b2502292a5 Author: foxfirefey <foxfirefey@gmail.com>
Date: 2013-03-02 (Sat, 02 Mar 2013)
Changed paths:
M bin/upgrading/s2layers/core2.s2
Log Message:
-----------
(Bug 1867) Add a manage link to the filter module
Implements the same way other management links have been implemented.
Commit: ee1745473992b689f5b944b51da50891adc19a1e
https://github.com/dreamwidth/dw-free/commit/ee1745473992b689f5b944b51da50891adc19a1e Author: foxfirefey <foxfirefey@gmail.com>
Date: 2013-03-02 (Sat, 02 Mar 2013)
Changed paths:
M bin/upgrading/s2layers/core2.s2
Log Message:
-----------
(Bug1867) Improve filter module print checks
Now the module checks to see if it should print:
* It shouldn't print for communities or for syncdication journals
* It shouldn't print if there are no filters for it to print
Commit: ebd949e55a60454c7803abf7b7fad3380a247b37
https://github.com/dreamwidth/dw-free/commit/ebd949e55a60454c7803abf7b7fad3380a247b37 Author: foxfirefey <foxfirefey@gmail.com>
Date: 2013-03-02 (Sat, 02 Mar 2013)
Changed paths:
M cgi-bin/LJ/Widget/S2PropGroup.pm
Log Message:
-----------
(Bug1867) Filter module shouldn't show for comms
Makes it so the filter module doesn't show up in the
theme customization wizard for communities, as they
cannot use it.
Commit: 1ae7539820e9c348724b1cbe3b6b885c444911d2
https://github.com/dreamwidth/dw-free/commit/1ae7539820e9c348724b1cbe3b6b885c444911d2 Author: Afuna <afunamatata+github@gmail.com>
Date: 2013-03-11 (Mon, 11 Mar 2013)
Changed paths:
M bin/upgrading/s2layers/abstractia/layout.s2
M bin/upgrading/s2layers/bases/layout.s2
M bin/upgrading/s2layers/blanket/layout.s2
M bin/upgrading/s2layers/brittle/layout.s2
M bin/upgrading/s2layers/core2.s2
M bin/upgrading/s2layers/core2base/layout.s2
M bin/upgrading/s2layers/drifting/layout.s2
M bin/upgrading/s2layers/easyread/layout.s2
M bin/upgrading/s2layers/negatives/layout.s2
M bin/upgrading/s2layers/skittlishdreams/layout.s2
M cgi-bin/LJ/S2.pm
M cgi-bin/LJ/Widget/S2PropGroup.pm
Log Message:
-----------
Merge pull request #272 from foxfirefey/Bug1867/readfiltermodule
(Bug 1867) Add reading filter module to core2
Compare:
https://github.com/dreamwidth/dw-free/compare/bf253195c685...1ae7539820e9