| Summary: | Disable non-english feeds by default | ||
|---|---|---|---|
| Product: | [Websites] Planet KDE | Reporter: | Jonathan Riddell <jr> |
| Component: | general | Assignee: | Ranveer <code> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | greg |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | http://commits.kde.org/websites/planet-kde-org/ae4f0fcf07265d85cf6d198bbc46a4b19a045000 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
| Attachments: | Patch that fixes this. | ||
|
Description
Jonathan Riddell
2015-02-04 15:29:19 UTC
Created attachment 91051 [details]
Patch that fixes this.
From now on, if PlanetKDE is opened on a new browser, non-English feeds won't be visible by default. They'll have to be enabled via the configuration menu.
Git commit ae4f0fcf07265d85cf6d198bbc46a4b19a045000 by Jonathan Riddell. Committed on 16/02/2015 at 12:17. Pushed by jriddell into branch 'master'. hide non-english blogs by default M +6 -6 planetkde/planet_template http://commits.kde.org/websites/planet-kde-org/ae4f0fcf07265d85cf6d198bbc46a4b19a045000 I'm not convinced this has worked, launching chromium with a blank profile it still has Spanish blogs ticked in configure and it still displays Baltasar Ortega blogs 12:45 < Riddell> ranveeraggarwal: interesting, now when I start chromium is does have the language classes unticked by default 12:45 < Riddell> ranveeraggarwal: and it doesn't show baltasar's blog 12:45 < Riddell> ranveeraggarwal: but when I tick the classes it still doesn't show baltasar's blog it doesn't show non-english by default but it doesn't save my settings when I choose to show some blogs. Possibly this works when the blogs are currently in the website feed but it should work all the time. This seems to work now. It didn't disable feeds on first use of the website if the CDN decided to set a cookie first so I changed it to only look for cookies we set. |