Trac is being migrated to new services! Issues can be found in our new YouTrack instance and WIKI pages can be found on our website.

Changes between Version 19 and Version 20 of LocalTracChanges


Ignore:
Timestamp:
May 3, 2009, 9:05:26 PM (15 years ago)
Author:
John Bailey
Comment:

Add the template modifications I made and reformat the page a bit so it looks more structured

Legend:

Unmodified
Added
Removed
Modified
  • LocalTracChanges

    v19 v20  
    44
    55== 0.11 Plugins ==
    6 
    7 [http://trac-hacks.org/wiki/AccountManagerPlugin AccountManagerPlugin] (with [attachment:wiki:LocalTracChanges:acct_mgr_plugin_ssl_remember_me_rev_4111.patch Patch])
    8 
    9 [http://trac-hacks.org/wiki/SimpleTicketPlugin SimpleTicketPlugin] (with [attachment:wiki:LocalTracChanges:daa_simpleticket_0.11.patch Patch])
    10 
    11 [http://trac-hacks.org/wiki/DoxygenPlugin DoxygenPlugin]
    12 
    13 [http://www.trac-hacks.org/wiki/TocMacro TOC Macro]
    14 
    15 [http://www.trac-hacks.org/wiki/CatPages CatPages Macro]
    16 
    17 [http://www.trac-hacks.org/wiki/PendingTicketPlugin PendingTicketPlugin]
    18 
    19 [http://www.trac-hacks.org/wiki/TicketDeletePlugin TicketDeletePlugin] (with [attachment:wiki:LocalTracChanges:ticketdeleteplugin_0.11_working.patch Patch])
    20 
    21 [http://www.trac-hacks.org/wiki/TicketChangePlugin TicketChangePlugin]
    22 
    23 [http://www.trac-hacks.org/wiki/ReadOnlyTicketPlugin ReadOnlyTicketPlugin]
    24 
    25 [attachment:wiki:LocalTracChanges:cachingpermstore.py UsersWithPermCachingPermissionStore]
    26 
    27 [attachment:wiki:LocalTracChanges:CCMe.py CC Me Plugin]
    28 
    29 [attachment:wiki:LocalTracChanges:ReporterClose.py Ticket Reporter Permissions plugin]
    30 
    31 [http://www.trac-hacks.org/wiki/AdvancedTicketWorkflowPlugin AdvancedTicketWorkflowPlugin] (with [http://trac-hacks.org/attachment/ticket/3615/adv_ticket_workflow_xref_fixes.patch Patch])
    32 
    33 [attachment:wiki:LocalTracChanges:viewmtn_revision_links.py ViewMTN Linkifying]
    34 
    35 [http://www.trac-hacks.org/wiki/BatchModifyPlugin Batch Modify Plugin] (with the corresponding permission granted to "developers")
    36 
    37 [http://www.trac-hacks.org/wiki/VotePlugin Vote Plugin]
    38 
    39 [http://trac-hacks.org/wiki/CannedResponsesPlugin CannedResponsesPlugin]
    40 
    41 [http://google.ufsoft.org/wiki/TracGoogleAnalytics Google Analytics plugin]
     6 * [http://trac-hacks.org/wiki/AccountManagerPlugin AccountManagerPlugin] (with [attachment:wiki:LocalTracChanges:acct_mgr_plugin_ssl_remember_me_rev_4111.patch Patch])
     7 * [http://trac-hacks.org/wiki/SimpleTicketPlugin SimpleTicketPlugin] (with [attachment:wiki:LocalTracChanges:daa_simpleticket_0.11.patch Patch])
     8 * [http://trac-hacks.org/wiki/DoxygenPlugin DoxygenPlugin]
     9 * [http://www.trac-hacks.org/wiki/TocMacro TOC Macro]
     10 * [http://www.trac-hacks.org/wiki/CatPages CatPages Macro]
     11 * [http://www.trac-hacks.org/wiki/PendingTicketPlugin PendingTicketPlugin]
     12 * [http://www.trac-hacks.org/wiki/TicketDeletePlugin TicketDeletePlugin] (with [attachment:wiki:LocalTracChanges:ticketdeleteplugin_0.11_working.patch Patch])
     13 * [http://www.trac-hacks.org/wiki/TicketChangePlugin TicketChangePlugin]
     14 * [http://www.trac-hacks.org/wiki/ReadOnlyTicketPlugin ReadOnlyTicketPlugin]
     15 * [attachment:wiki:LocalTracChanges:cachingpermstore.py UsersWithPermCachingPermissionStore]
     16 * [attachment:wiki:LocalTracChanges:CCMe.py CC Me Plugin]
     17 * [attachment:wiki:LocalTracChanges:ReporterClose.py Ticket Reporter Permissions plugin]
     18 * [http://www.trac-hacks.org/wiki/AdvancedTicketWorkflowPlugin AdvancedTicketWorkflowPlugin] (with [http://trac-hacks.org/attachment/ticket/3615/adv_ticket_workflow_xref_fixes.patch Patch])
     19 * [attachment:wiki:LocalTracChanges:viewmtn_revision_links.py ViewMTN Linkifying]
     20 * [http://www.trac-hacks.org/wiki/BatchModifyPlugin Batch Modify Plugin] (with the corresponding permission granted to "developers")
     21 * [http://www.trac-hacks.org/wiki/VotePlugin Vote Plugin]
     22 * [http://trac-hacks.org/wiki/CannedResponsesPlugin CannedResponsesPlugin]
     23 * [http://google.ufsoft.org/wiki/TracGoogleAnalytics Google Analytics plugin]
    4224
    4325
    4426== Previous Plugins ==
    45 ~~[http://tracmtn.1erlei.de TracMonotone]~~
    46 
    47 ~~[http://trac-hacks.org/wiki/PermCachePlugin PermCachePlugin]~~
    48 
    49 ~~[http://trac-hacks.org/wiki/CacheSystemPlugin CacheSystemPlugin]~~
     27 * ~~[http://tracmtn.1erlei.de TracMonotone]~~
     28 * ~~[http://trac-hacks.org/wiki/PermCachePlugin PermCachePlugin]~~
     29 * ~~[http://trac-hacks.org/wiki/CacheSystemPlugin CacheSystemPlugin]~~
    5030
    5131== 0.11 Patches ==
    52 
    53 Hack to workaround [http://trac.lighttpd.net/trac/ticket/729 lighttpd bug #729] (See [http://trac.edgewall.org/ticket/2418#comment:15 trac bug #2418])
    54 
    55 [attachment:wiki:LocalTracChanges:attachment_filename_restrict.patch Hack to rename attachments] so that they will not be URL-escaped (and so we can serve raw-attachments directly from lighttpd).
    56 
    57 Reduce session timeout (`PURGE_AGE`) to 1 day in `web/session.py`
     32 * Hack to workaround [http://trac.lighttpd.net/trac/ticket/729 lighttpd bug #729] (See [http://trac.edgewall.org/ticket/2418#comment:15 trac bug #2418])
     33 * [attachment:wiki:LocalTracChanges:attachment_filename_restrict.patch Hack to rename attachments] so that they will not be URL-escaped (and so we can serve raw-attachments directly from lighttpd).
     34 * Reduce session timeout (`PURGE_AGE`) to 1 day in `web/session.py`
    5835
    5936== 0.11 Template Changes ==
    60 
    61 Custom site header to integrate with pidgin.im (`site.html`)
    62 
    63 Error Page customization to handle redirecting to registration screen for ticket creation (`site.html`)
    64 
    65 New Ticket customization to add link to TipsForBugReports and request to search for duplicates. (`site.html`)
    66 
    67 Update to display "Last Modified"  information on all wiki pages (`site.html`)
    68 
    69 lighttpd forward from `/simpleticket` to `/newticket` (new !SimpleTicketPlugin works differently)
     37 * Custom site header to integrate with pidgin.im (`site.html`)
     38 * Error Page customization to handle redirecting to registration screen for ticket creation (`site.html`)
     39 * New Ticket customization to add link to TipsForBugReports and request to search for duplicates. (`site.html`)
     40 * Update to display "Last Modified"  information on all wiki pages (`site.html`)
     41 * lighttpd forward from `/simpleticket` to `/newticket` (new !SimpleTicketPlugin works differently)
     42 * Linkify reporter, owner, version, and components to the ticket query system (`site.html`)
     43 * Linkify keywords to Google Site Search for developer.pidgin.im (`site.html`)
All information, including names and email addresses, entered onto this website or sent to mailing lists affiliated with this website will be public. Do not post confidential information, especially passwords!