Changes between Version 12 and Version 13 of TracUnreadPlugin


Ignore:
Timestamp:
Jun 8, 2015, 1:56:02 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged wtih nolicense

Legend:

Unmodified
Added
Removed
Modified
  • TracUnreadPlugin

    v12 v13  
    11[[PageOutline(2-5,Contents,Pullout)]]
    2 = Show unread tickets =
    32
    4 == Description ==
     3= Show unread tickets
     4
     5== Description
    56
    67This plugin tracks ticket page views and provides "last unread" link __on ticket pages__ (those that end with `/ticket/XYZ`).
     
    910[[Image(last.png, border=1, align=center)]]
    1011
    11 The only difference is that this plugin is better: it does not just
    12 uses your last login time, but actually tracks time when you requested
    13 each ticket - and that's why trac environment upgrade is required.
     12The only difference is that this plugin is better: it does not just uses your last login time, but actually tracks time when you requested each ticket - and that's why a Trac environment upgrade is required.
    1413
    1514Of course, it does not work for anonymous users.
     
    1716[[Image(no_unread_metanav.png, border=1, align=center)]]
    1817
    19 I tested it on Trac 0.10 and current trunk of 0.11.
     18I tested it on Trac 0.10 and current trunk of Trac 0.11.
    2019
    21 == Can I use it in reports? ==
    22 Yes, you can.
     20This plugin can be used in reports and a [source:tracunreadplugin/0.11/trac7_with_unread.sql sample SQL report for PostgreSQL] is included in distribution.
    2321
    24 [source:tracunreadplugin/0.11/trac7_with_unread.sql Sample SQL report for PostgreSQL] is included in distribution.
    25 
    26 And here is screenshot:
     22Screenshot:
    2723
    2824[[Image(trac_unread_report.png, border=1, align=center)]]
    2925
    30 But there are limitations.
     26But there are limitations:
    3127
    32 First of all, you will need PostgreSQL (I'm pretty sure Mysql will work
    33 too, but I just don't have trac instance with this backend). SQLite
    34 lacks string functions required to extract comment number from
    35 "parent.reply" pair in the database (and you want your link to go directly to unread comment, not just to a ticket, right?).
     28First of all, you will need PostgreSQL (not tested with MySQL). SQLite lacks string functions required to extract comment number from "parent.reply" pair in the database, which invalidates the use of SQLite for this plugin.
    3629
    37 Then, you must dump all `_description`, `description_` and
    38 `_description_` fields from your report (they are hidden in default
    39 reports anyway). Reason: we will need this field to provide link to
    40 "unread comment". The only way to include another link to report row is
    41 generating wiki markup in `description` field. At least, I found no
    42 other way (in Trac 0.10.4).
     30Then, you must dump all `_description`, `description_` and `_description_` fields from your report (they are hidden in default reports). Reason: we will need this field to provide link to "unread comment". The only way to include another link to report row is generating wiki markup in `description` field. At least, I found no other way (in Trac 0.10.4).
    4331
    44 == Bugs/Feature Requests ==
     32== Bugs/Feature Requests
    4533
    4634Existing bugs and feature requests for TracUnreadPlugin are
     
    4836
    4937If you have any issues, create a
    50 [http://trac-hacks.org/newticket?component=TracUnreadPlugin&owner=vnaum new ticket].
     38[/newticket?component=TracUnreadPlugin new ticket].
    5139
    52 == Download ==
     40[[TicketQuery(component=TracUnreadPlugin&group=type,format=progress)]]
     41
     42== Download
    5343
    5444Download the zipped source from [download:tracunreadplugin here].
    5545
    56 == Source ==
     46== Source
    5747
    5848You can check out TracUnreadPlugin from [http://trac-hacks.org/svn/tracunreadplugin here] using Subversion, or [source:tracunreadplugin browse the source] with Trac.
    5949
    60 == Example ==
     50== Example
    6151
    6252A couple of screenshots:
     
    6656[[Image(no_unread_metanav.png, border=1, align=center)]] attachment:no_unread_metanav.png
    6757
    68 == Recent Changes ==
     58== Recent Changes
    6959
    7060[[ChangeLog(tracunreadplugin, 3)]]
    7161
    72 == Author/Contributors ==
     62== Author/Contributors
    7363
    7464'''Author:''' [wiki:vnaum] [[BR]]
    75 '''Maintainer:''' [wiki:vnaum] [[BR]]
     65'''Maintainer:''' [[Maintainer]] [[BR]]
    7666'''Contributors:'''