Loading...
 
Skip to main content

History: PluginSF

Preview of version: 8

New ! SF plugin !



  • must edit the lib/wiki-plugins/wikiplugins-sf.php and fill out default values for groupid and atid in the tags arrays
    • Copy to clipboard
      define('SF_CACHE',48); # in hours ... function wikiplugin_sf($data, $params) { $tags['bugs'] = array('64258','506846'); $tags['rfe'] = array('64258','506849'); $tags['patches'] = array('64258','506848'); $tags['support'] = array('64258','506847'); $tags['jgbug'] = array('43118','435210'); $tags['jgsupport'] = array('43118','435211'); $tags['jgrfe'] = array('43118','435213'); ...

  • Bugs are default tracker (first defined tag):
    • {SF(aid=>747033)}{SF}
      {SF(aid=>747033)}{SF}

  • use a tag :
    • {SF(tag=>rfe,aid=>640834)}{SF}
      {SF(tag=>rfe,aid=>640834)}{SF}

  • can specify another project ! bug in jgraphpad ? :
    • bug in jgraphpad : {SF(groupid=>43118,atid=>435210,aid=>815711)}{SF}
      bug in jgraphpad : {SF(groupid=>43118,atid=>435210,aid=>815711)}{SF}

  • labels are cached in temp/sftracker.* for 48h as text files, easy to use elsewhere

  • php-curl is used to parse the page on sourceforge


mose

History

Advanced
Information Version
Philippe Cloutier Noticed broken 13
View
terris 12
View
Philippe Cloutier Added bugs 11
View
Jim Kring 10
View
Mose 9
View
Mose 8
View
Mose 7
View
Mose 6
View
Mose 5
View
Marc Laporte added to categories 4
View