1
0
mirror of https://github.com/silverstripe/silverstripe-comments synced 2024-10-22 09:05:49 +00:00
Will Rossiter 6d3597095f FIX: Implement paginated list for RSS feed. Fixes .
Includes functional tests for the RSSFeed but currently commented out until that feature lands in the main framework.
2012-07-31 20:45:29 +12:00

9 lines
252 B
YAML

---
Name: commentroutes
After: framework/routes#coreroutes
---
Director:
rules:
# handle old 2.4 style urls
'PageComments/$Action/$ID/$OtherID': 'CommentingController'
'PageComments_Controller/$Action/$ID/$OtherID': 'CommentingController'