[pmwiki-users] PITS or other bug tracker in 2.2.0-beta65

David Sovinski aslan at aslandata.com
Tue Apr 29 11:48:47 CDT 2008


Marcus

I updated one of my sites today and had the same problem.

Went to pmwiki on IRC and Petko had it fixed in a couple minutes. Two 
letter 's' are missing in Lines 31-33. In both cases the word 
'directive' should be 'directives'. Fix that and it should work. Or else 
Petko tells me he updated the PITS Recipe on pmwiki.org

Old Code

markup('pitslist','directive','/\\(:pitslist\\s*(.*?):\\)/e',
  "FmtPitsList('',\$pagename,array('q'=>PSS('$1')))");
markup('pits','directive',
  
'/^(Summary|Created|Status|Category|From|Assigned|Version|OS|Priority):.*/',
  "<:block><div class='pits'>$0</div>");

needs to be changed to:

markup('pitslist','directives','/\\(:pitslist\\s*(.*?):\\)/e',
  "FmtPitsList('',\$pagename,array('q'=>PSS('$1')))");
markup('pits','directives',
  
'/^(Summary|Created|Status|Category|From|Assigned|Version|OS|Priority):.*/',
  "<:block><div class='pits'>$0</div>");



marcus wrote:
> Hi All,
>
> I just tried PITS in 2.2.0-beta65 and the markup is not recognised. I 
> copied PIT.php to local/ and when that didn't work I copied it to 
> cookbook/ and included it in the config.
>
> Is there a workaround for PITS in the current version?
> If not, which bug/issue tracker might work?
> I'm not sure whether to test Wiki Forms, it looks more complex to setup 
> and I don't know whether it works with 2.2.0-beta65 either. I hoped PITS 
> would be an easy drop-in solution.
>
> We'd like to use pmwiki for a small Linux distro's website and the issue 
> tracking. (This is a separate project to my interest in a more complex 
> helpdesk app posted yesterday.)
>
>
> Thanks,
>
> Marcus
>
>
>
> _______________________________________________
> pmwiki-users mailing list
> pmwiki-users at pmichaud.com
> http://www.pmichaud.com/mailman/listinfo/pmwiki-users
>
>   

-- 
David Sovinski
ASLAN Data Services, Inc.
507-867-0063




More information about the pmwiki-users mailing list