Changes between Version 3 and Version 4 of SubticketsPlugin/Reporting


Ignore:
Timestamp:
Jan 11, 2017, 9:19:21 PM (7 years ago)
Author:
Theodor Norup
Comment:

fix typos and grammar

Legend:

Unmodified
Added
Removed
Modified
  • SubticketsPlugin/Reporting

    v3 v4  
    55The plugin SubticketsPlugin contains stored functions that can aid in the reporting of subticket hierarchies in Trac. Using such functions is necessary due to TracReports rewriting of SQL queries.
    66
    7 The functions are found in the `reporting` [https://github.com/trac-hacks/trac-subtickets-plugin/tree/master/tracsubtickets/reportings subdirectory of the plugin code].
     7The functions are found in the `reporting` [https://github.com/trac-hacks/trac-subtickets-plugin/tree/master/tracsubtickets/reporting subdirectory of the plugin code] and will have to be installed by hand.
    88
    9 Currently only PostgreSQL is supported. The query technique used is supported by at least MySql and SQLServer, but the DDLs differ slightly. Patches are welcome.
     9Currently. only PostgreSQL is supported. The query technique used is supported by at least MySql and SQLServer, but their DDLs differ slightly. Patches are welcome.
    1010 
    1111== Simple Example
    1212
    13 The `tracsubticket_tree()` function returns a depth-first search of all tickets and subtickets. A simple report using that function is:
     13The `tracsubticket_tree()` stored function returns a depth-first search of all tickets and subtickets. A simple report using that function is:
    1414
    1515{{{#!sql