Changes between Version 5 and Version 6 of Ticket #4954, comment 13
- Timestamp:
- 02/05/2015 09:55:30 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4954, comment 13
v5 v6 15 15 * '''Shortlink canonical redirection''' - Try something like `domain.com/?bp_user_id=1` or `domain.com/?bp_group_id=1`. This will redirect to the pretty permalink. Still a lot of work to do to our output link functions if we want to support non-fancy permalinks entirely. 16 16 17 * '''bp-default compatibility''' - Yup, still works :) I've tweaked `bp_core_load_template()` to only run on bp-default set ups, while making sure the existing filters in that function will still work for plugins that use them.17 * '''bp-default compatibility''' - ~~Yup, still works :) I've tweaked `bp_core_load_template()` to only run on bp-default set ups, while making sure the existing filters in that function will still work for plugins that use them.~~ This isn't needed any more. I've patched this in a later version of BP. When repatching rewrite rules later on, ignore most of the stuff in `bp_core_load_template()` except for the stuff at the end as we'll want to remove the last `else` block. 18 18 19 19 * '''BP directory page as front page''' - Briefly tested with the activity directory and this also works fine. Though I should point out that if we are getting rid of WP pages, setting a BP component as the front page will be a little harder to implement. 20 21 * '''Page menu highlighting''' - Not sure how we're going to tackle this while keeping backward compatibility. 20 22 21 23 * '''Existing routing unit tests pass''' - With some modifications to initialize and flush rewrite rules.