> I spent sometime setting it up today and that's quite a nifty piece of > code. The looks are far from confluence, but sounds like I will be able to > manage to change it for my own purposes!
Cool, glad to hear it! Sorry about the fiddly setup. I never did get around to automating or at least simplifying the setup. > I had a bit of work to get it working, as it was probably developed in a > version of django < 1.0 and I still have to manage to make some things > work. e.g AJAX on the "Edit Page" and "New Page" is not working at all, It should work with django 1.0 and 1.1. Edit Page and New Page not working? Edit Page should be working, if it's not, it's probably annoyed about some path to the static media files or similar not set correctly. New Page could potentially not work since I may have committed some naming convention changes in my JS code and didn't update the matching python code. i.e. request.GET['page_location'] instead of GET['pageLocation']. > since I've never really done anything with jquery, I will have to figure > out how to troubleshoot and fix this. Also, when calling Siderbar, it > seems that timiki's is ommiting the extension for the staticly cached > file, e.g: > > timiki.log: > > [~LOG~][2009-07-11 Sat 22:37:56] INFO "Viewing page "Sidebar"." > [~LOG~][2009-07-11 Sat 22:37:56] ERROR "Tried to get listing of > "/var/django/media/featherless/timiki/timikipages/content/Sidebar". This > is not a directory." I can't say I've come across this one before. Sidebar should be working fine out of the box, but it does rely on your django settings.py file having correct entries setup for static media files, both path and url. You'll want to make sure that the path is /path/to/timiki/media. As for the url, whatever you want as long as these will be served by your webserver or django. > Note Tim was working on timiki lately I understand, > so it would be worth checking that the latest code > is on launchpad. Indeed, the latest code is not on Launchpad. I've made a tonne of structural changes, by which I mean that I've rewritten about 95% of it since I was not happy, but did not yet finish this. I didn't not want to commit my changes yet since it would break what is there. I've been a little tied up with some client work over the past few weeks so it hasn't been getting any of my attention. I'll take a look at it and see what needs to be done so that the current code can be merged back into launchpad. Hopefully I can give you an update tomorrow. Tim ^,^ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Python Ireland" 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.ie/group/pythonireland?hl=en -~----------~----~----~----~------~----~------~--~---
