Opened 14 years ago

Last modified 10 years ago

#7240 closed enhancement

port to trac 0.11/0.12 — at Version 5

Reported by: Guido U. Draheim Owned by: Radek Bartoň
Priority: normal Component: GuestbookPlugin
Severity: critical Keywords:
Cc: Trac Release: 0.12

Description (last modified by Ryan J Ollos)

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

Change History (10)

Changed 14 years ago by Guido U. Draheim

Attachment: guestbook.html added

Changed 14 years ago by Guido U. Draheim

Attachment: core.py added

comment:1 Changed 13 years ago by anonymous

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
Last edited 11 years ago by Ryan J Ollos (previous) (diff)

Changed 13 years ago by Guido U. Draheim

Attachment: guestbook-core-3.patch added

Changed 13 years ago by Guido U. Draheim

Attachment: guestbook-templates-3.patch added

Changed 13 years ago by Guido U. Draheim

Attachment: guestbook-setup-3.patch added

comment:2 Changed 13 years ago by Guido U. Draheim

Summary: port to trac 0.11port to trac 0.11/0.12
Trac Release: 0.110.12

By the way, rpm packages for guestbookplugin-0.3 ready for Trac-0.12 can be downloaded from

https://build.opensuse.org/package/show?package=trac-guestbook-plugin&project=home%3Aguidod%3Atools%3Ascm

comment:3 Changed 13 years ago by Radek Bartoň

Status: newassigned

Thank you.

comment:4 Changed 13 years ago by Guido U. Draheim

The prebuilt packages can now be downloaded from the trac12 Open Build System place at

https://build.opensuse.org/package/show?package=trac-guestbook-plugin&project=home%3Aguidod%3Atrac12

comment:5 Changed 12 years ago by Ryan J Ollos

Description: modified (diff)
Note: See TracTickets for help on using tickets.