Add redirects and tests for filename=foo for pidtracker's view_id

and idindex's id_detail.
 - Legacy-Id: 900
This commit is contained in:
Bill Fenner 2007-07-24 23:24:55 +00:00
parent 5640e22dc0
commit e7d0d71420
3 changed files with 18 additions and 0 deletions

View file

@ -13,6 +13,7 @@
200 /drafts/draft-ietf-dnsext-dnssec-protocol/related/
301,skipdiff /drafts/9574/ https://datatracker.ietf.org/public/idindex.cgi?command=id_detail&id=9574
200,skipredirect /drafts/draft-ietf-dnsext-dnssec-protocol/ https://datatracker.ietf.org/public/idindex.cgi?command=id_detail&id=9574
200,skipdiff /drafts/draft-ietf-dnsext-dnssec-protocol/ https://datatracker.ietf.org/public/idindex.cgi?command=id_detail&filename=draft-ietf-dnsext-dnssec-protocol
200 /drafts/all_id_txt.html
200 /drafts/all_id.html
200,skipdiff /drafts/ https://datatracker.ietf.org/public/idindex.cgi?command=search_id

View file

@ -10,6 +10,7 @@ skipdiff,200 /idtracker/status/last-call/ https://datatracker.ietf.org/public/la
200 /idtracker/rfc3847/ https://datatracker.ietf.org/public/pidtracker.cgi?command=view_id&dTag=3847&rfc_flag=1
301,skipdiff /idtracker/12689/ https://datatracker.ietf.org/public/pidtracker.cgi?command=view_id&dTag=12689&rfc_flag=0
skipredirect,200 /idtracker/draft-ietf-isis-link-attr/ https://datatracker.ietf.org/public/pidtracker.cgi?command=view_id&dTag=12689&rfc_flag=0
skipdiff,200 /idtracker/draft-ietf-isis-link-attr/ https://datatracker.ietf.org/public/pidtracker.cgi?command=view_id&filename=draft-ietf-isis-link-attr
skipredirect,200 /idtracker/draft-ietf-isis-link-attr/comment/65232/ https://datatracker.ietf.org/public/pidtracker.cgi?command=view_comment&id=65232
200 /idtracker/comment/65232/ https://datatracker.ietf.org/public/pidtracker.cgi?command=view_comment&id=65232
skipredirect,200 /idtracker/ballot/1760/ https://datatracker.ietf.org/public/pidtracker.cgi?command=print_ballot&ballot_id=1760&filename=draft-ietf-isis-link-attr

View file

@ -336,6 +336,18 @@
<field to="redirects.redirect" name="script" rel="ManyToOneRel">21</field>
<field to="redirects.suffix" name="suffix" rel="ManyToOneRel">9</field>
</object>
<object pk="24" model="redirects.command">
<field type="CharField" name="command">^filename^view_id</field>
<field type="CharField" name="url"></field>
<field to="redirects.redirect" name="script" rel="ManyToOneRel">10</field>
<field to="redirects.suffix" name="suffix" rel="ManyToOneRel">10</field>
</object>
<object pk="25" model="redirects.command">
<field type="CharField" name="command">^filename^id_detail</field>
<field type="CharField" name="url"></field>
<field to="redirects.redirect" name="script" rel="ManyToOneRel">7</field>
<field to="redirects.suffix" name="suffix" rel="ManyToOneRel">10</field>
</object>
<object pk="2" model="redirects.suffix">
<field type="CharField" name="rest">%(fl)s</field>
<field type="CharField" name="remove"></field>
@ -364,4 +376,8 @@
<field type="CharField" name="rest">%(ipr_id)s</field>
<field type="CharField" name="remove"></field>
</object>
<object pk="10" model="redirects.suffix">
<field type="CharField" name="rest">%(filename)s</field>
<field type="CharField" name="remove"></field>
</object>
</django-objects>