
|
If you were logged in you would be able to see more operations.
|
|
|
|
It would be nice to have a way of listing any aliases and redirects used within a space (or even the whole site?) - this would make management of these macros easier as I'm already forgetting where I've used them on the Builder User Guide, etc...
|
|
Description
|
It would be nice to have a way of listing any aliases and redirects used within a space (or even the whole site?) - this would make management of these macros easier as I'm already forgetting where I've used them on the Builder User Guide, etc... |
Show » |
|
select
'[' || s.spacekey || ':' || c.title || '|' ||
'http://is-wiki:11284/confluence/display/' /* hardcoded base URL */
|| s.spacekey || '/' || replace(c.title,' ','+') || '?redirect=false]'
as "Source Page"
from content c, spaces s, bodycontent b
where s.spaceid = c.spaceid
and b.contentid = c.contentid
and contenttype='PAGE'
and prevver is null
and s.spacekey='IS' /* hardcoded space key */
and instr(b.body,'{redirect:') > 0{sql}