Peopletag link doesn't work with Laconica 0.7.0

Peopletag link doesn't work with Laconica 0.7.0

Issue ID:1008
Issue Category:bug
Component:core
Priority:major
Status:fixed
Assigned:evan
Version:0.7
Milestone:0.7
Keywords:peopletag

Hi there,

after the upgrade to 0.7.0 links like http://identi.ca/peopletag/husband don't work anymore. So when clicking on a tag in a user profile, it results in an empty page.

What's going wrong there?

Andreas (cptblaubaer)

Legacy Data

This issue was migrated from another tracking system. The legacy data at time of import is provided below as a reference.

Ticket ID: 
1008
Reported by: 
cptblaubaer
Owner: 
evan
Status: 
closed
Resolution: 
closed
Type: 
bug
Component: 
core
Priority: 
2
Version: 
0.7
Milestone: 
0.7

Updates

#1

common_show_header is missing. It‘s used in other functions as well:

{{{
/laconica# grep common_show_header -r *
actions/peopletag.php: common_show_header(sprintf(_('Users self-tagged with %s - page %d'), $tag, $page),
actions/userauthorization.php: common_show_header(_('Subscription authorized'));
actions/userauthorization.php: common_show_header(_('Subscription rejected'));
classes/Channel.php: common_show_header(_('Command results'));
/laconica#
}}}

#2

Missing as well:
{{{
/laconica# grep "show_footer" -r *
actions/peopletag.php: common_show_footer();
actions/userauthorization.php: common_show_footer();
actions/userauthorization.php: common_show_footer();
classes/Channel.php: common_show_footer();
/laconica#
}}}
evan somehow completely redesigned this stuff.

#3

I think I fixed this.

Login or Register to modify this issue, or to receive updates by email.

You can also subscribe to the RSS feed for updates to this issue.