Changes between Initial Version and Version 1 of Ticket #3632, comment 2


Ignore:
Timestamp:
Feb 5, 2017, 4:55:57 AM (7 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3632, comment 2

    initial v1  
    66
    77- custom query showing tickets for the current user
     8{{{#!ini
    89    mytickets.title  = Tickets for $USER
    910    mytickets.url    = .../query?owner=$USER
    10 
     11}}}
    1112- actions for the current wiki page:
     13{{{#!ini
    1214    pageattach.title = Attach
    1315    pageattach.urk   = .../wiki/$PAGE?action=attach
     
    1618    pageedit.title   = Edit
    1719    pageedit.url     = .../wiki/$PAGE?action=edit
    18 
     20}}}
    1921- actions for the current ticket
     22{{{#!ini
    2023    samecomp.title   = Same Component
    2124    samecomp.url     = .../query?component=$COMPONENT
    2225    samemile.title   = Same Milestone
    2326    samemile.url     = .../query?milestone=$MILESTONE
     27}}}