Opened 11 years ago
Last modified 7 years ago
#10193 closed enhancement
Upgrade t-h.o to Trac 1.0 — at Version 16
Reported by: | Ryan J Ollos | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Component: | TracHacks |
Severity: | normal | Keywords: | upgrade |
Cc: | Steffen Hoffmann, falkb, osimons, Dirk Stöcker, Mitar, Jun Omae | Trac Release: | 1.0 |
Description (last modified by )
The following plugins needed to be upgraded, tested and possibly fixed to work with the upgraded version of Trac.
Plugin | Status |
AccountManagerPlugin | WiP - Version 0.4dev, for new user registration see #10092 |
AcronymsPlugin | ✓ |
AutoWikifyPlugin | ✓ Version 0.2 has been tested with Trac 1.0dev |
ChangeLogMacro | |
EmailProcessorMacro | |
FootNoteMacro | |
IncludeMacro | ✓ |
IniAdminPlugin | ✓ |
NewHackMacro | |
NewsFlashMacro | |
PollMacro | ✓ |
| Integrated into core with Trac 0.10, see t:TracLinks#Linkanchors |
SpamFilterPlugin | |
SvnAuthzAdminPlugin | |
TagsPlugin | |
| Integrated into core with Trac 0.12 (permission TICKET_EDIT_COMMENT )
|
| Integrated into core as option component with Trac 0.12 (tracopt.ticket.deleter )
|
| Replace macro calls with native PageOutline wiki macro from Trac core. WikiReplacePlugin can help with quick replacement, but the plugin may need to be further developed first (better regex support and preview function).
|
| deprecated, use FullBlogPlugin |
FullBlogPlugin | ✓, even combined with FullBlogNotificationPlugin |
TracHacksPlugin | |
| Integrated into core with Trac 0.11. Make sure to install Pygment 1.5 |
| ✓ Version 0.4 has been tested with Trac 1.0dev |
| Integrated into core with Trac 0.11 |
XmlRpcPlugin | |
WikiReplacePlugin | Not currently used on t-h.o, but may be added. |
Change History (16)
comment:1 Changed 11 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 11 years ago by
Description: | modified (diff) |
---|
comment:3 Changed 11 years ago by
Description: | modified (diff) |
---|
comment:4 Changed 11 years ago by
Description: | modified (diff) |
---|---|
Owner: | changed from Michael Renzmann to Ryan J Ollos |
RefMacro is no longer needed.
comment:5 Changed 11 years ago by
Description: | modified (diff) |
---|
Let's plan to replace all calls to TOC
macro with [[PageOutline(2-5,Contents,pullout)]]
unless:
- Someone steps up with reasonable objections.
- Someone steps up to maintain the macro.
Even better than (2), if someone wishes to step-up and maintain TocMacro, why not see if you can get those features pushed to the Trac core? In the future, we can certainly plan to upgrade t-h.o on the release cycle of Trac, so any features pushes to the Trac core will make their way to t-h.o before too long.
comment:6 Changed 11 years ago by
Description: | modified (diff) |
---|
comment:7 Changed 11 years ago by
Summary: | Upgrade t--h.o to Trac 1.0 → Upgrade t-h.o to Trac 1.0 |
---|
comment:8 Changed 11 years ago by
Description: | modified (diff) |
---|
Pushed a patch for ServerSideRedirectPlugin this evening in [11890] and did some quick testing with Trac 1.0dev. Seems to be good to go.
comment:10 Changed 11 years ago by
Cc: | osimons added |
---|
Replying to falkb:
What is the news? What are you doing at present?
We should have some news in the near future. Everything seems to be moving towards an upgrade and server move, but the details must be working out in the coming days.
comment:11 Changed 11 years ago by
work for me with 1.0.
I just called python setup.py clean bdist_egg
on the current SVN checkout and reloaded Trac with the new plugin egg files, used it for a while, checked the logging.
comment:12 follow-up: 13 Changed 11 years ago by
- IncludeMacro works as well with 1.0
- AcronymsPlugin works only if
[acronym]
page = AcronymDefinitions` is explicitly set in trac.ini, the default hasn't worked, although I'm not sure if this maybe is a general problem.
comment:13 Changed 11 years ago by
Replying to falkb:
- AcronymsPlugin works only if [acronym] page = AcronymDefinitions is explicitely set in trac.ini
No, I think that was just a caching problem, fully works now after Browser restart and Apache reload. I tag it for 1.0, too.
comment:14 Changed 11 years ago by
Description: | modified (diff) |
---|---|
Keywords: | upgrade added |
description update according to falkb's comments, added my own work on AccountManagerPlugin
comment:15 follow-up: 16 Changed 11 years ago by
Hi hasienda, You can also sign InitAdminPlugin since it works with 1.0 as well
comment:16 Changed 11 years ago by
Description: | modified (diff) |
---|
Replying to falkb:
Hi hasienda, You can also sign InitAdminPlugin since it works with 1.0 as well
You meant IniAdminPlugin, right? Done so now.
Fixed-up the AutoWikifyPlugin. It should be good to go, but I'll add some unit tests this evening for good measure.