[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/dist-packages/trac/htdocs/js/

fixed the issue for me.

Eric

-- 
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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/trac-wysiwyg/+bug/683204/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/683204

Title:
  trac-wysiwyg plugin doesn't show

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 resources of
project_url/chrome/common/* by Apache, the trac-wysiwyg plugin will
works.

Add following lines to Apache configuration file:

AliasMatch /projects/[^/]+/chrome/common/(.+)
/usr/share/pyshared/trac/htdocs/$1

Directory /usr/share/pyshared/trac/htdocs
Options FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
/Directory

This fix also works on multiple-project trac site.

-- 
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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 plugin doesn't show

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 undefined
Line: 1
Char: 1
Code: 0
URI: http://xyz/trac/chrome/common/js/trac.js


Message: 'jQuery' is undefined
Line: 1
Char: 1
Code: 0
URI: http://xyz/trac/chrome/common/js/search.js


Message: Object expected
Line: 1
Char: 1
Code: 0
URI: http://xyz/trac/chrome/tracwysiwyg/wysiwyg-load.js


Message: 'jQuery' is undefined
Line: 3
Char: 1
Code: 0
URI: http://xyz/trac/chrome/common/js/wikitoolbar.js


Message: Object expected
Line: 27
Char: 7
Code: 0
URI: http://xyz/trac/wiki/WikiStart?action=edit


So I guess I'll bypass the ubuntu release of trac for 10.04 LTS that I get w/ 
apt get and try the latest release

-- 
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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 alread created in /usr/share/pyshared/trac/htdocs/js/
but not copied over to the deployment directory.

After this the trac-wysiwyg plugin worked correct.

-- 
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 

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs