Changes between Version 6 and Version 7 of CardsPlugin


Ignore:
Timestamp:
Jan 31, 2016, 10:50:13 AM (8 years ago)
Author:
figaro
Comment:

Further cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • CardsPlugin

    v6 v7  
    55== Description
    66
    7 A new macro `[[Cards(...)]]` shows a whiteboard containing index cards organized in stacks. Adding new cards interactively by clicking a button, move cards by drag-and-drop and double-click cards for editing or deleting.
     7This macro `[[Cards(...)]]` shows a whiteboard containing index cards organized in stacks. Adding new cards interactively by clicking a button, move cards by drag-and-drop and double-click cards for editing or deleting.
    88
    99Cards are stored in a new table in the Trac database.
     
    1111=== Example
    1212
     13The following code in the Trac wiki page:
     14
    1315`[[Cards(stack=todo|wip|done,label=To Do|Work in Progress|Done, width=800)]]` [[BR]]
     16
     17will produce the following capabilities:
     18
    1419[[Image(cards-example-screenshot.png)]]
    1520
     
    3742
    3843If you have any issues, create a
    39 [/newticket?component=CardsPlugin&owner=psuter new ticket].
     44[/newticket?component=CardsPlugin new ticket].
    4045
    4146[[TicketQuery(component=CardsPlugin&group=type,format=progress)]]
     
    6065   }}}
    6166 1. Update database: `trac-admin path-to-your-trac-environment upgrade`.
    62  1. Assign `CARDS_ADMIN` permission, for example in permission admin panel.
     67 1. Assign the `CARDS_ADMIN` permission to the users who need this plugin's functionality, for example in permission admin panel.
    6368
    6469== Configuration