bobdenotter / rss-extension

RSS and Atom feeds for your Bolt 4 site
MIT License
3 stars 4 forks source link

Unexpected feed output #6

Closed Puddingboy closed 9 months ago

Puddingboy commented 1 year ago

The feeds parameter is completely ignored. instead all feed types are output:

feeds:
  rss: false
  json: false
  atom: false

will still produce all feed types on domain/{feedtype}/feed.{feedtype} This is unexpected. false should return a 404 page on request for a falsy feed type.


contenttype specific options fail to produce individual feeds regardless.

domain/{entries}/{feedtype}/feed.{feedtype}

will never spawn into existence. regardless of settings in the feeds key. Individual contenttypes are currently inaccessable.

⚙️  Bolt
=======

 Bolt version: 5.1.18

 * Install type: Packaged distribution
 * Database: sqlite 3.37.2 (with JSON)
 * PHP version: 7.3.33-7+ubuntu22.04.1+deb.sury.org+2
 * Symfony version: v5.4.14
 * Operating System: Linux - 4.4.0-19041-Microsoft
 * Memory limit: 1024M

 Currently installed extensions:
 ----------------------------------- -------------------------------------------- ----------------------------------------------
  Package name                        Class                                        Extension name
 ----------------------------------- -------------------------------------------- ----------------------------------------------
  bobdenotter/configuration-notices   BobdenOtter\ConfigurationNotices\Extension   Bolt Configuration Notices Widget
  bobdenotter/weatherwidget           BobdenOtter\WeatherWidget\Extension          Dashboard Weather Widget
  bobdenotter/rss-extension           Bobdenotter\RssExtension\Extension           RSS Extension
  bolt/article                        Bolt\Article\Extension                       Bolt Extension to add the Article FieldType
  bolt/forms                          Bolt\BoltForms\Extension                     Boltforms
  bolt/newswidget                     Bolt\NewsWidget\Extension                    Dashboard News Widget
  bolt/redactor                       Bolt\Redactor\Extension                      Bolt Extension to add the Redactor FieldType
 ----------------------------------- -------------------------------------------- ----------------------------------------------
bobdenotter commented 9 months ago

Fixed by recent PR. :-)