[TYPO3-dev] Mantis BT Searchplugin for FF

Krystian Szymukowicz t33kRE.MO.VE. at RE.MO.VE.prolabium.com
Mon Apr 7 19:51:34 CEST 2008


Steffen Kamper wrote:
> Hi,
> 
> i attached a zip, that you can use for our Bugtracker, just extract and copy 
> both files to
> <firefox programdir>/searchplugins
> 
> now you easy can enter number of bug to go there ;-)
> 
> vg Steffen 
> 


tnx - its working fine :)


Try those below. You can type a word to search for in
a) all projects
b) core
c) tt_news


<search
    name="Mantis - search all"
    description="TYPO3 Bugtracker"
    method="GET"
    action="http://bugs.typo3.org/search.php"
    queryEncoding="utf-8"
    queryCharset="utf-8">

<input name="search" user>
<input name="hide_status_id" value="-2">
</search>



<search
    name="Mantis - search core"
    description="TYPO3 Bugtracker"
    method="GET"
    action="http://bugs.typo3.org/search.php"
    queryEncoding="utf-8"
    queryCharset="utf-8">

<input name="search" user>
<input name="hide_status_id" value="-2">
<input name="project_id" value="1">
</search>


<search
    name="Mantis - search tt_news"
    description="TYPO3 Bugtracker"
    method="GET"
    action="http://bugs.typo3.org/search.php"
    queryEncoding="utf-8"
    queryCharset="utf-8">

<input name="search" user>
<input name="hide_status_id" value="-2">
<input name="project_id" value="10">
</search>



--
grtz
Krystian




More information about the TYPO3-dev mailing list