Ticket #628 (closed enhancement: fixed)

Opened 3 months ago

Last modified 3 months ago

Atom feed uses pagination option to determine number of entries

Reported by: mikelietz Owned by:
Priority: major Milestone: Undetermined
Component: Habari Core Software Version: SVN
Keywords: atom feed option Cc:

Description

The # of Atom feed entries isn't set so the default for Posts::get (i.e. Options::get('pagination') ) is used.

I want to have more posts in my feed than on my home.php. See attached patch.

Attachments

atom_entries.patch (1.5 kB) - added by mikelietz 3 months ago.
adds Options::get('atom_entries') to atomhandler, adminhandler, and install options

Change History

Changed 3 months ago by mikelietz

adds Options::get('atom_entries') to atomhandler, adminhandler, and install options

Changed 3 months ago by michaeltwofish

  • status changed from new to closed
  • resolution set to fixed

in r2435. Thanks mikelietz.

Note: See TracTickets for help on using tickets.