Changes between Version 9 and Version 10 of TracBasicMacro


Ignore:
Timestamp:
Jan 1, 2016, 7:30:46 AM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • TracBasicMacro

    v9 v10  
    55== Description
    66
    7 Expand Trac capabilities by embedding simple snippets in wiki pages using simple macros.
     7This collection of macros extends Trac's capabilities. It works by embedding these snippets in Trac wiki pages:
    88
    99=== !ConfigOptionMacro
    1010
    11 Insert configuration options in Wiki pages
     11Insert configuration options in Wiki pages.
    1212
    1313==== !WikiHistoryMacro
    1414
    15 Embed information about wiki changelog in wiki pages. If invoked without keyword arguments then full changelog is shown inside a table with columns `Date`, `Version`, `Description`, `Author`. Please read below for further details.
     15Embed information about wiki changelog in wiki pages. If invoked without keyword arguments then the full changelog is shown inside a table with columns `Date`, `Version`, `Description`, `Author`. Please read below for further details.
    1616
    1717== Bugs/Feature Requests
     
    3434== Source
    3535
    36 You can check out TracBasicMacro from [http://bitbucket.org/olemis/trac-basic-macros its Bitbucket repository] using '''Mercurial'''. Ccurrently it's not possible to [source:tracbasicmacro browse the source] with Trac.
     36You can check out TracBasicMacro from [http://bitbucket.org/olemis/trac-basic-macros its Bitbucket repository] using '''Mercurial'''. Currently it is not possible to [source:tracbasicmacro browse the source] with Trac.
    3737
    3838== Example
     
    7070}}}
    7171
    72 will allow users with `TRAC_ADMIN` privilege to see any option, whereas all those able to read wiki pages may see any option under `project` section. Finally , any user will be able to see the project name.
     72will allow users with `TRAC_ADMIN` privilege to see any option, whereas all those able to read wiki pages may see any option under `project` section. Finally, any user will be able to see the project name.
    7373
    7474 - `[[WikiHistory]]` lists versions of current wiki page (or `WikiStart` if wiki text inserted elsewhere e.g. in a ticket's comment).