Ticket #184 (closed enhancement: fixed)

Opened 2 years ago

Last modified 2 years ago

Add xfa= attribute to <relocate>

Reported by: scorfield Owned by: scorfield
Type: enhancement Priority: normal
Milestone: Fusebox 5.1 Component: Miscellaneous
Version: Severity: normal
Keywords: Cc:

Description

Add xfa= as a shorthand for url="{baseTemplate}?{fuseactionVariable}=xfa.something" to the <relocate> tag following discussions on the FB5 mailing list.

Attachments

Change History

Changed 2 years ago by scorfield

  • owner changed from sean@corfield.org to scorfield
  • status changed from new to assigned

Added self and myself variables to the Fusebox (application).

Added queryStringStart, queryStringSeparator, queryStringEqual to the Fusebox (application) and used those to implement <xfa> and <relocate>.

Also added myFusebox.getSelf() and myFusebox.getMyself().

Changed 2 years ago by scorfield

  • status changed from assigned to closed
  • resolution set to fixed

(In [308]) Fixes #184 by adding self/myself to fuseboxApplication, getSelf()/getMyself() to myFusebox,
queryStringStart, queryStringSeparator, queryStringEqual to fuseboxApplication, rebuilt
<xfa> using the queryString* variables and added xfa= attribute to <relocate>. Also updated
skeleton fusebox.init.cfm file to use new myFusebox methods and added a test case fuseaction
to the controller circuit.

Changed 2 years ago by scorfield

(In [313]) Addresses #184 by adding some enhancements Barney suggested: myFusebox.setSelf() and myFusebox.setMyself().
<relocate> now uses myFusebox.getMyself() for consistency.

Changed 2 years ago by scorfield

(In [314]) Addresses #184 by updating circuit.dtd to add xfa= to <relocate>

Note: See TracTickets for help on using tickets.