Changes between Version 2 and Version 3 of Ticket #3632, comment 2


Ignore:
Timestamp:
Apr 9, 2017, 12:29:37 AM (7 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3632, comment 2

    v2 v3  
    77- custom query showing tickets for the current user
    88{{{#!ini
    9     mytickets.title  = Tickets for $USER
    10     mytickets.url    = .../query?owner=$USER
     9mytickets.title  = Tickets for $USER
     10mytickets.url    = .../query?owner=$USER
    1111}}}
    1212- actions for the current wiki page:
    1313{{{#!ini
    14     pageattach.title = Attach
    15     pageattach.url   = .../wiki/$PAGE?action=attach
    16     pagedelete.title = Delete
    17     pagedelete.url   = .../wiki/$PAGE?action=delete
    18     pageedit.title   = Edit
    19     pageedit.url     = .../wiki/$PAGE?action=edit
     14pageattach.title = Attach
     15pageattach.url   = .../wiki/$PAGE?action=attach
     16pagedelete.title = Delete
     17pagedelete.url   = .../wiki/$PAGE?action=delete
     18pageedit.title   = Edit
     19pageedit.url     = .../wiki/$PAGE?action=edit
    2020}}}
    2121- actions for the current ticket
    2222{{{#!ini
    23     samecomp.title   = Same Component
    24     samecomp.url     = .../query?component=$COMPONENT
    25     samemile.title   = Same Milestone
    26     samemile.url     = .../query?milestone=$MILESTONE
     23samecomp.title   = Same Component
     24samecomp.url     = .../query?component=$COMPONENT
     25samemile.title   = Same Milestone
     26samemile.url     = .../query?milestone=$MILESTONE
    2727}}}