scragg0x / realms-wiki

Git based wiki inspired by Gollum
http://realms.io
GNU General Public License v2.0
833 stars 91 forks source link

Fix search hooks #151

Closed gazpachoking closed 7 years ago

gazpachoking commented 7 years ago

I realized I broke the search module hooks with the WikiPage change. I think this seems like the right fix, but I'm tired and haven't tested this much yet.

gazpachoking commented 7 years ago

Think this is good now, going with it. It does change the way the HookMixin calls work to also pass self, but I think that makes sense. If you hook a WikiPage method, I think it's reasonable you want to know which page.