#11491 closed task (fixed)
Adoption Request for WantedPagesPlugin
Reported by: | Geert | Owned by: | Justin Francis |
---|---|---|---|
Priority: | normal | Component: | WantedPagesMacro |
Severity: | normal | Keywords: | |
Cc: | Trac Release: |
Description
I would like to adopt WantedPagesPlugin
Attachments (0)
Change History (10)
comment:2 Changed 11 years ago by
Component: | WantedPagesPlugin → WantedPagesMacro |
---|
Renaming plugin from WantedPagesPlugin to WantedPagesMacro.
comment:3 Changed 11 years ago by
Page content moved to WantedPagesMacro and redirect added at WantedPagesPlugin.
comment:4 Changed 11 years ago by
Type: | defect → task |
---|
comment:7 Changed 11 years ago by
Okay, changes that I had planned are completed. Please let me know if you spot any issues.
One thought I had, maybe we can use rules from parser.py rather than trying to redefine them in the plugin code. That might allow the plugin to implicitly handle changes such as #9639 and #10820.
comment:8 Changed 11 years ago by
glinders: In case you aren't familiar with running the unit tests, I just wanted to mention that you can execute them in a few different ways:
$ PYTHONPATH=. python setup.py test
$ PYTHONPATH=. python -m wantedpages.tests.__init__
$ PYTHONPATH=. python ./wantedpages/tests/__init__.py
It should be simple to add test cases for any issues you fix, but if you run into trouble please feel free to CC me on the ticket. The cases in which you need to provide a particular context can be slightly more complex.
comment:9 Changed 11 years ago by
Hi Guys, I give my blessing for someone to take over maintenance of this project. Being absent for, oh, 2-3 years does not make for a great maintainer. Good luck
comment:10 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
glinders is now the maintainer. Please complete the steps at AdoptingHacks#AfterAdoptingaHack.
This should really be WantedPagesMacro, so I'm going to rename it now.