Version 5 (modified by 17 years ago) (diff) | ,
---|
Changes to the Vanilla Trac installation
This is a place to keep track of changes that have been made to customize the trac installation.
Plugins
AccountManagerPlugin *This patch has been applied to enable remembering sessions and SSL logins and administration.
Patches
Patch to display "Last Modified" information on all wiki pages
Hack to workaround lighttpd bug #729 (See trac bug #2418)
--- /usr/share/python-support/trac/trac/web/api.py.orig 2006-11-13 06:41:07.0000 -0500 +++ /usr/share/python-support/trac/trac/web/api.py 2007-05-07 18:31:23.0000 @@ -216,7 +216,7 @@ method = property(fget=lambda self: self.environ['REQUEST_METHOD'], doc='The HTTP method of the request') - path_info = property(fget=lambda self: self.environ.get('PATH_INFO', '').de code('utf-8'), + path_info = property(fget=lambda self: self.environ.get('SCRIPT_NAME', '') + self.environ.get('PATH_INFO', '').decode('utf-8'), doc='Path inside the application') remote_addr = property(fget=lambda self: self.environ.get('REMOTE_ADDR'), doc='IP address of the remote user') @@ -225,7 +225,7 @@ 'has not logged in using HTTP authentication') scheme = property(fget=lambda self: self.environ['wsgi.url_scheme'], doc='The scheme of the request URL') - base_path = property(fget=lambda self: self.environ.get('SCRIPT_NAME', ''), + base_path = property(fget=lambda self: '/', doc='The root path of the application') server_name = property(fget=lambda self: self.environ['SERVER_NAME'], doc='Name of the server')
Attachments (13)
-
acct_mgr.patch (7.2 KB) - added by 17 years ago.
Patch to display "Last Modified" information on all wiki pages (against rev# 1709)
-
cached_restrict_users_list.diff (2.9 KB) - added by 16 years ago.
Patch to cache list of users to whom a ticket can be assigned
-
cachingpermstore.py (1.8 KB) - added by 15 years ago.
Trac 0.11 plugin to cache expensive permissions requests (only works correctly when not using fine-grained permissions for what is being cached)
-
ReporterClose.py (1.4 KB) - added by 15 years ago.
Plugin for 0.11 to enable additonal permissions for the ticket reporter
-
ticketdeleteplugin_0.11_working.patch (62.1 KB) - added by 15 years ago.
Patch to bring TicketDeletePlugin? up to date with Trac 0.11
-
acct_mgr_plugin_ssl_remember_me_rev_4111.patch (9.1 KB) - added by 15 years ago.
AccountManager? rev. 4111 patch to implement SSL login and admin screens and persistent sessions
-
daa_simpleticket_0.11.patch (1.7 KB) - added by 15 years ago.
SimpleTicketPlugin patch for 0.11
-
viewmtn_revision_links.py (1.5 KB) - added by 15 years ago.
Plugin to linkify mtn revisions and point them to viewmtn
-
attachment_filename_restrict.patch (542 bytes) - added by 15 years ago.
Hack to restrict filenames so that they don't need to be URL-escaped
-
query_and_report.diff (1.4 KB) - added by 14 years ago.
Patch to allow the query and report modules to play nicely together.
-
catpagesmacro-0.12.tar.gz (1.2 KB) - added by 11 years ago.
CatPages? Macro
-
CCMe.py (7.6 KB) - added by 11 years ago.
Updated CCMe.py for Trac 1.0
-
hgweb_revision_links.py (1.5 KB) - added by 6 years ago.
Modified datallah's original plugin to link to bitbucket for revisions.
Download all attachments as: .zip