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.
- Timestamp:
-
Sep 10, 2012, 2:09:54 AM (11 years ago)
- Author:
-
datallah
- Comment:
-
Update for Trac 1.0 upgrade
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v25
|
v26
|
|
3 | 3 | This is a place to keep track of changes that have been made to customize the trac installation. |
4 | 4 | |
5 | | == 0.11 Plugins == |
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]) |
| 5 | == 1.0 Plugins == |
| 6 | * [http://trac-hacks.org/wiki/AccountManagerPlugin AccountManagerPlugin] |
| 7 | * [http://trac-hacks.org/wiki/SimpleTicketPlugin SimpleTicketPlugin] |
8 | 8 | * [http://trac-hacks.org/wiki/DoxygenPlugin DoxygenPlugin] |
9 | 9 | * [http://www.trac-hacks.org/wiki/TocMacro TOC Macro] |
10 | | * [http://www.trac-hacks.org/wiki/CatPages CatPages Macro] |
| 10 | * [raw-attachment:wiki:LocalTracChanges:catpagesmacro-0.12.tar.gz CatPages Macro] |
11 | 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 | 12 | * [http://www.trac-hacks.org/wiki/ReadOnlyTicketPlugin ReadOnlyTicketPlugin] |
15 | 13 | * [attachment:wiki:LocalTracChanges:cachingpermstore.py UsersWithPermCachingPermissionStore] |
16 | 14 | * [attachment:wiki:LocalTracChanges:CCMe.py CC Me Plugin] |
17 | 15 | * [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]) |
| 16 | * [http://www.trac-hacks.org/wiki/AdvancedTicketWorkflowPlugin AdvancedTicketWorkflowPlugin] |
19 | 17 | * [attachment:wiki:LocalTracChanges:hgweb_revision_links.py hgweb Linkifying] |
20 | | * [http://www.trac-hacks.org/wiki/BatchModifyPlugin Batch Modify Plugin] (with the corresponding permission granted to "developers") |
21 | 18 | * [http://www.trac-hacks.org/wiki/VotePlugin Vote Plugin] |
22 | 19 | * [http://trac-hacks.org/wiki/CannedResponsesPlugin CannedResponsesPlugin] |
23 | 20 | * [http://google.ufsoft.org/wiki/TracGoogleAnalytics Google Analytics plugin] |
24 | 21 | * [http://www.schwarz.eu/opensource/projects/trac_captcha/ Captcha plugin] |
| 22 | * Also the !AccountManagerCaptcha plugin that is shipped with the Captcha plugin] |
25 | 23 | |
26 | 24 | |
… |
… |
|
29 | 27 | * ~~[http://trac-hacks.org/wiki/PermCachePlugin PermCachePlugin]~~ |
30 | 28 | * ~~[http://trac-hacks.org/wiki/CacheSystemPlugin CacheSystemPlugin]~~ |
| 29 | * ~~[http://www.trac-hacks.org/wiki/TicketDeletePlugin TicketDeletePlugin] (with [attachment:wiki:LocalTracChanges:ticketdeleteplugin_0.11_working.patch Patch])~~ |
| 30 | * ~~[http://www.trac-hacks.org/wiki/TicketChangePlugin TicketChangePlugin]~~ |
31 | 31 | * ~~[attachment:wiki:LocalTracChanges:viewmtn_revision_links.py ViewMTN Linkifying]~~ |
| 32 | * ~~[http://www.trac-hacks.org/wiki/BatchModifyPlugin Batch Modify Plugin] (with the corresponding permission granted to "developers")~~ |
32 | 33 | |
33 | | == 0.11 Patches == |
34 | | * 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]) |
35 | | * [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 | == 1.0 Patches == |
36 | 35 | * Reduce session timeout (`PURGE_AGE`) to 1 day in `web/session.py` |
37 | | * Modified the query module to not disable its View Tickets link when the reports module is disabled ([attachment:wiki:LocalTracChanges:query_and_report.diff Patch]) |
38 | | * Modified the reports module to create a View Reports link instead of overriding the View Tickets link ([attachment:wiki:LocalTracChanges:query_and_report.diff Patch]) |
| 36 | * Modified the query module and reports modules to interact better([attachment:wiki:LocalTracChanges:query_and_report.diff Patch]) |
39 | 37 | |
40 | | == 0.11 Template Changes == |
| 38 | == 1.0 Template Changes == |
41 | 39 | * Custom site header to integrate with pidgin.im (`site.html`) |
42 | 40 | * Error Page customization to handle redirecting to registration screen for ticket creation (`site.html`) |
43 | 41 | * New Ticket customization to add link to TipsForBugReports, request that ticket submitters search for duplicates, and note that we don't support third-party plugins. (`site.html`) |
44 | | * Update to display "Last Modified" information on all wiki pages (`site.html`) |
45 | | * lighttpd forward from `/simpleticket` to `/newticket` (new !SimpleTicketPlugin works differently) |
| 42 | * apache2 redirect from `/simpleticket` to `/newticket` (new !SimpleTicketPlugin works differently) |
46 | 43 | * Linkify reporter, owner, version, and components to the ticket query system (`site.html`) |
47 | 44 | * 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!