Modify ↓
Opened 14 years ago
Closed 11 years ago
#7240 closed enhancement (fixed)
port to trac 0.11/0.12
Reported by: | Guido U. Draheim | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Component: | GuestbookPlugin |
Severity: | critical | Keywords: | |
Cc: | Trac Release: | 0.12 |
Description (last modified by )
The guestbookplugin does not work with Trac 0.11.7 Here is a port to make it work in 0.11
svn co http://trac-hacks.org/svn/guestbookplugin svn copy guestbookplugin/0.10 guestbookplugin/0.11 svn move guestbookplugin/0.11/guestbook/templates/guestbook.cs guestbookplugin/0.11/guestbook/templates/guestbook.html cat guestbook.html > guestbookplugin/0.11/guestbook/templates/guestbook.html cat core.py > guestbookplugin/0.11/guestbook/core.py svn commit -m "port to 0.11 by Guido Draheim" guestbookplugin
Attachments (5)
Change History (16)
Changed 14 years ago by
Attachment: | guestbook.html added |
---|
Changed 14 years ago by
Changed 14 years ago by
Attachment: | guestbook-core-3.patch added |
---|
Changed 14 years ago by
Attachment: | guestbook-templates-3.patch added |
---|
Changed 14 years ago by
Attachment: | guestbook-setup-3.patch added |
---|
comment:2 Changed 14 years ago by
Summary: | port to trac 0.11 → port to trac 0.11/0.12 |
---|---|
Trac Release: | 0.11 → 0.12 |
By the way, rpm packages for guestbookplugin-0.3 ready for Trac-0.12 can be downloaded from
comment:4 Changed 13 years ago by
The prebuilt packages can now be downloaded from the trac12 Open Build System place at
comment:5 Changed 12 years ago by
Description: | modified (diff) |
---|
comment:6 Changed 12 years ago by
I'm trying to integrate guestbook plug in with Track Trac-0.12.3. I have made the changes as per the details mentioned in this ticket. I'm able to see this plugin under Admin tab, but not on the navigation bar. Could someone let me know what could be the issue. Thanks in advance.
comment:7 Changed 12 years ago by
Please turn on t:TracLogging and send any relevant info from the logs.
comment:8 Changed 12 years ago by
Type: | defect → enhancement |
---|
comment:10 Changed 11 years ago by
Owner: | changed from Radek Bartoň to Ryan J Ollos |
---|---|
Status: | assigned → new |
Note: See
TracTickets for help on using
tickets.
Here is a new version that I use at the trac-guestbook-plugin package for 0.11 and 012.
The new package works in the form of patches on the 0.10 sources, so these should be easier to be applied, although I do still recommend to branch off into a 0.11 series as this one is using the genshi template engine.
The rpm spec does:
unzip guestbookplugin-rXXXX.zip cd guestbookplugin/0.10 patch < guestbook-setup-3.spec patch < guestbook-core-3.spec patch < guestbook-templates-3.spec