Closed (fixed)
Project:
Pageroute
Version:
6.x-1.0-beta2
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
21 Sep 2009 at 14:11 UTC
Updated:
14 Oct 2009 at 14:50 UTC
Pageroute currently uses the module name as prefix for the page type name classes. So if a modules name is conte_profile, the class name for the viewprofile page type would have to be content_profilepageviewprofile. I didn't like that so I made a patch that Pageroute removes all underscores.
So the page type class above can now be named ContentProfilePageViewProfile(its case insensitivity).
| Comment | File | Size | Author |
|---|---|---|---|
| pageroute_moduleundescore_001.diff | 1.02 KB | sepgil |
Comments
Comment #1
fagothanks, committed.