On Nov 1, 2006, at 1:41 PM, Mark Thomas wrote: > Just pinging to see if anyone had any new thoughts on this. Since > this last message, I downgraded from Trac 0.10.1 to 0.9.6 in the > hopes that some source changes in the Trac trunk, but seem to have > run into a similar, more compounded problem involving missing > classes in the Trac source. Assuming that TracForge requires Trac > 0.10.1, then, I thought this might be an issue with Interface class > and the notion of extending the implementation of an Interface via > inheritance (as TracForgePermissionsModule does through class > DefaultPermissionStore), but don't know enough Python to get much > further.
It should work just fine with >=0.10, I develop on a stock 0.10 system right now. I would check your log to make sure the tracforge.admin.perm module is loading. > > Some other questions: does TracForge require a certain version of > Trac? Is TracForge functional yet, or by "unfinished," is it > assumed that the implementation is simply not yet complete? If it > is not complete, there might be an opportunity for developers > working with me to help complete it, as this functionality is of > key interest to a project we are working on. It is indeed functionally incomplete. I have ben trying to work on things in small chunks, so what is there should be reasonably usable. The project creation system is nearing completion, so that will be the next Big Thing(tm). --Noah --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users -~----------~----~----~----~------~----~------~--~---
