[Bug 683204] Re: trac-wysiwyg plugin doesn't show

2012-01-19 Thread Eric van der Vlist
The apache configuration hack was not doing the trick for me and after some investigations, I have noticed that there was no link toward jquery.js in /usr/lib/python2.6/dist-packages/trac/htdocs/js/ ... Adding a link here: sudo ln -s /usr/share/pyshared/trac/htdocs/js/jquery.js /usr/lib/python2.6

[Bug 683204] Re: trac-wysiwyg plugin doesn't show

2011-02-05 Thread Zhang Zhuo
In other words, this is not the fault of trac-wysiwyg, but a bug of trac itself. Package trac-wysiwyg merely reveals this bug of package trac. What do you think of? Can any one deal with this situation? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subsc

[Bug 683204] Re: trac-wysiwyg plugin doesn't show

2011-02-04 Thread Zhang Zhuo
I had a better solution for this issue. The reason of this issue is that the handler used in Trac can support "symbolic link", but Apache can. Unfortunately, the file jquery.js which trac-wysiwyg required is a symbolic file stored in /usr/share/pyshared/trac/htdocs/js. If we can serve static resou

[Bug 683204] Re: trac-wysiwyg plugin doesn't show

2011-01-12 Thread Mike Dunphy
The update fixed it. However I had to completely remove all the ubuntu stuff w/ apt-get remove and use easy_install as it apparently left leftovers around when I just used easy_install. trac-admin still had some pieces and parts of the older version -- You received this bug notification because y

[Bug 683204] Re: trac-wysiwyg plugin doesn't show

2011-01-12 Thread Mike Dunphy
Here are the errors I get: Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6.6; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E) Timestamp: Wed, 12 Jan 2011 16:57:47 UTC Message: 'jQuery' is und

[Bug 683204] Re: trac-wysiwyg plugin doesn't show

2011-01-12 Thread Etienne Ringuet
I downloaded the last TRAC release and updated my project. After, I redeployed the project. I didn't need to symlink jquery. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/683204 Title: trac-wysiwyg

[Bug 683204] Re: trac-wysiwyg plugin doesn't show

2011-01-12 Thread Mike Dunphy
I have the same problem with the same version. Applying the fix did not help either Any ideas ? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/683204 Title: trac-wysiwyg plugin doesn't show -- ubun

[Bug 683204] Re: trac-wysiwyg plugin doesn't show

2011-01-05 Thread Holger Obermaier
After installing the plugin you need to do the trac deployment once again e.g. trac-admin /srv/trac/YourTracName deploy /usr/share/trac After this you need to create a symbolic link to jquery.js ln -s /usr/share/javascript/jquery/jquery.js /usr/share/trac/htdocs/common/js/jquery.js This link is a