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 7 and Version 8 of LocalTracChanges


Ignore:
Timestamp:
Aug 4, 2008, 2:36:07 PM (16 years ago)
Author:
datallah
Comment:

Add TOC Macro, CatPages? Macro,

Legend:

Unmodified
Added
Removed
Modified
  • LocalTracChanges

    v7 v8  
    1313[http://trac-hacks.org/wiki/DoxygenPlugin DoxygenPlugin]
    1414
     15[http://www.trac-hacks.org/wiki/TocMacro TOC Macro]
     16
     17[http://www.trac-hacks.org/wiki/CatPages CatPages Macro]
     18
    1519[http://www.trac-hacks.org/wiki/PendingTicketPlugin PendingTicketPlugin]
    1620
     
    1923[http://www.trac-hacks.org/wiki/TicketChangePlugin TicketChangePlugin]
    2024
    21 !ReadOnlyTicketPlugin
     25[http://www.trac-hacks.org/wiki/ReadOnlyTicketPlugin ReadOnlyTicketPlugin]
    2226
    2327== Previous Plugins ==
     
    3034== Patches ==
    3135
    32 [ticket:13 Patch] to display "Last Modified"  information on all wiki pages
     36[ticket:13 Patch] to display "Last Modified"  information on all wiki pages (not currently enabled)
    3337
    34 Hack to workaround [http://trac.lighttpd.net/trac/ticket/729 lighttpd bug #729] (See [http://trac.edgewall.org/ticket/2418 trac bug #2418])
    35 
    36 {{{
    37 --- /usr/share/python-support/trac/trac/web/api.py.orig      2006-11-13 06:41:07.0000 -0500
    38 +++ /usr/share/python-support/trac/trac/web/api.py      2007-05-07 18:31:23.0000
    39 @@ -216,7 +216,7 @@
    40 
    41      method = property(fget=lambda self: self.environ['REQUEST_METHOD'],
    42                        doc='The HTTP method of the request')
    43 -    path_info = property(fget=lambda self: self.environ.get('PATH_INFO', '').de
    44 code('utf-8'),
    45 +    path_info = property(fget=lambda self: self.environ.get('SCRIPT_NAME', '') + self.environ.get('PATH_INFO', '').decode('utf-8'),
    46                           doc='Path inside the application')
    47      remote_addr = property(fget=lambda self: self.environ.get('REMOTE_ADDR'),
    48                             doc='IP address of the remote user')
    49 @@ -225,7 +225,7 @@
    50                                 'has not logged in using HTTP authentication')
    51      scheme = property(fget=lambda self: self.environ['wsgi.url_scheme'],
    52                        doc='The scheme of the request URL')
    53 -    base_path = property(fget=lambda self: self.environ.get('SCRIPT_NAME', ''),
    54 +    base_path = property(fget=lambda self: '/',
    55                           doc='The root path of the application')
    56      server_name = property(fget=lambda self: self.environ['SERVER_NAME'],
    57                             doc='Name of the server')
    58 
    59 }}}
     38Hack to workaround [http://trac.lighttpd.net/trac/ticket/729 lighttpd bug #729] (See [http://trac.edgewall.org/ticket/2418#comment:15 trac bug #2418])
    6039
    6140Reduce session timeout (PURGE_AGE) to 5 days in web/session.py
     41
     42== Template Changes ==
     43
     44Custom site header to integrate with pidgin.im (`site_css.cs`, `site_header.cs`, `site_footer.cs`)
     45
     46Error Page customization to handle server load errors and redirecting to registration screen for ticket creation (`error.cs`)
     47
     48New Ticket customization to add link to TipsForBugReports and request to search for duplicates. (`site_newticket.cs`)
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!