Changes between Initial Version and Version 1 of Ticket #5138
- Timestamp:
- 08/12/2013 09:37:27 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5138 – Description
initial v1 3 3 One specific case is adding rewrite rules, a feature slated for 1.8, bumped to 1.9. 4 4 5 Because we directly reference `$bp-> current_user->domain` inside templates, functions, methods, and classes, translating that reference into an unpretty permalink becomes problematic, as existing plugins have come to expect that it is always a pretty URL.5 Because we directly reference `$bp->loggedin_user->domain` inside templates, functions, methods, and classes, translating that reference into an unpretty permalink becomes problematic, as existing plugins have come to expect that it is always a pretty URL. 6 6 7 7 Another case is the `$bp->pages` array. As we introduce rewrite rules, our dependance on this array will disappear, though because we reference it directly in 60+ places, we're forced to touch these references rather than using a function and replacing its guts.