Skip Menu |

This queue is for tickets about the Socialtext-Resting CPAN distribution.

Report information
The Basics
Id: 23482
Status: new
Priority: 0/
Queue: Socialtext-Resting

People
Owner: Nobody in particular
Requestors: DPAVLIN [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.06
Fixed in: (no value)



Subject: strut doesn't work with tags
POD has a tiny error, and API has changed it seems. Thanks for great tool, it made kwiki conversion to socialtext a breeze...
Subject: strut-tags.diff
--- Socialtext-Resting-0.06/bin/strut 2006-11-13 02:49:15.000000000 +0200 +++ /usr/local/bin/strut 2006-11-18 13:31:25.000000000 +0200 @@ -87,7 +87,7 @@ strut set_page <workspace> <pagename> <filename> strut list_tags <workspace> <pagename> - strut set_tags <workspace> <pagename> + strut set_tags <workspace> <pagename> <tags> strut list_tagged_pages <workspace> <tag> @@ -414,13 +414,13 @@ $Strutter->get_page_attachments($Page); } -=head2 list_pagetags <workspace> <page_name> +=head2 list_tags <workspace> <page_name> List all tags on the specified page. =cut -sub list_pagetags { +sub list_tags { printemout(_list_tags()); }