Opened 13 years ago
Closed 13 years ago
#3325 closed defect (bug) (fixed)
Global and root slug audits
Reported by: | johnjamesjacoby | Owned by: | johnjamesjacoby |
---|---|---|---|
Milestone: | 1.5 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Core | Keywords: | close |
Cc: |
Description
Came across a few incorrect references to normal slugs when they should be using the new root slugs. Also we're still using the globals in quite a few places which means those spots won't get handled by the filters in all places.
Attached patch is for the Activity component, and touches Groups in a few places too.
Attachments (1)
Change History (23)
#10
@
13 years ago
- Keywords close added; has-patch needs-patch removed
- Severity set to normal
What's the status here? Can we close the ticket?
#11
@
13 years ago
This still needs a function for $bp->action_variables to check for and return an array item. We define the $bp global and do a bunch of isset( $bp->action_variables[1] ) type checks everywhere. Once that gets a function and find/replace, it's good.
#12
follow-up:
↓ 13
@
13 years ago
This still needs a function for $bp->action_variables to check for and return an array item. We define the $bp global and do a bunch of isset( $bp->action_variables[1] ) type checks everywhere. Once that gets a function and find/replace, it's good.
Ugh. That will not be a simple find-and-replace, unless you are way awesomer at regex than I am.
#13
in reply to:
↑ 12
@
13 years ago
Replying to boonebgorges:
This still needs a function for $bp->action_variables to check for and return an array item. We define the $bp global and do a bunch of isset( $bp->action_variables[1] ) type checks everywhere. Once that gets a function and find/replace, it's good.
Ugh. That will not be a simple find-and-replace, unless you are way awesomer at regex than I am.
I'm not, but my IDE is.
#15
in reply to:
↑ 14
@
13 years ago
- Owner set to johnjamesjacoby
- Status changed from new to accepted
Activity Slug Audit