Changes between Initial Version and Version 2 of Ticket #10414


Ignore:
Timestamp:
Oct 3, 2012, 1:46:15 PM (12 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10414

    • Property Status changed from new to assigned
  • Ticket #10414 – Description

    initial v2  
    1 I think I've found a defect in either ParameterizedTemplatesPlugin or
    2 the TagsPlugin. hasienda thinks TagsPlugin is working OK but doesn't
    3 use ParameterizedTemplates so is unable to check.
     1I think I've found a defect in either ParametrizedTemplatesPlugin or the TagsPlugin. hasienda thinks TagsPlugin is working OK but doesn't use ParametrizedTemplatesPlugin so is unable to check.
    42
    53BACKGROUND: I have created a few HTML input boxes like this, which
    6 make use of your excellent /newpage/ handler:
     4make use of your excellent `/newpage/` handler:
    75
    8 {{{#!html <form name="input" action="/newpage"> <input type="text"
     6{{{
     7#!text/html
     8<form name="input" action="/newpage"> <input type="text"
    99name="page" /> <input type="hidden" name="tags"
    1010value="tag_i_really_want" /> <input type="submit" name="template"
    11 value="Idea" /> </form> }}}
     11value="Idea" /> </form>
     12}}}
    1213
    1314If I do not include the "hidden" (tags) field, then the newly created
     
    2122
    2223This requires the development branch (0.7+) of tagsplugin.
    23