Bug #39

/articles/category/foo throws an error

Added by pdcawley - 982 days ago. Updated 617 days ago.

Status :Closed Start :
Priority :Normal Due date :
Assigned to :tobi - % Done :

0%

Category :installer
Target version :release2
Resolution :

fixed


Description

It turns out that our test suite isn't quite as comprehensive as we thought and didn't catch a dumbass bug I introduced while refactoring ArticlesController's handling of tags and categories. If you're desperate for a fix, right now, edit app/controllers/articles_controller.rb. At line 192 in the

display_grouping
method, replace
klass.find_by_name
with
klass.find_by_permalink

A patch (with tests) will be arriving shortly.

Associated revisions

Revision 5e755b08c19040129a5840aae6857dd87a859c45
Added by scoop 1330 days ago

  • Check @pages.item_count instead of @articles.size in articles/index.rhtml (fixes #39) []

git-svn-id: http://svn.typosphere.org/typo/trunk@167 820eb932-12ee-0310-9ca8-eeb645f39767

History

03/25/2006 08:20 AM - pdcawley -

  • Status changed from New to Closed
  • Resolution set to fixed

Fixed in r945

With any luck, daejuan won't have to reopen this ticket.

Also available in: Atom PDF