On 5/22/10, Olemis Lang <[email protected]> wrote: > Hello ! > > I continued my research so as to finally use Trac in Ubuntu 10.04 LTS > Lucid . After setting up a clean environment using Py 2.6 I tried to > install TracDeveloper and theme engine. Then I noticed that JS widgets > didn't work . After a short research I noticed that the upgrade is > more traumatic than I thought since Lucid repository *ONLY* offers > jQuery 1.3.x and Trac 0.11.7 OTOH . This means that the default > installation does not work as expected because the aforementioned > version of Trac was developped using jQuery 1.2.x .
There's more :( . Forgot to mention that I'm also experiencing a problem with jQuery file itself . Using the default configuration (i.e. retrieving jquery.js from http://server/trac/env/chrome/common/js/jquery.js ) Apache server doesn't send JS file back to the caller . Nonetheless I can retrieve all other static resources , so I imagine this also related to the aforementioned symlinks (isn't it ?). The workaround shown below solves the problem, but doesn't work if using multi-environment setup . {{{ # Ugly patch to work around symlinks problem :( Alias /trac/myenv/chrome/common/js /usr/share/pyshared/trac/htdocs/js/ <Directory "/usr/share/pyshared/trac/htdocs/js/"> Options FollowSymLinks Order allow,deny Allow from all </Directory> }}} Q: - What could I do ? Any suggestion to get this done for multi-envs setup ? - Is this the normal behavior after installing deb package ? Thnx in advance ! -- Regards, Olemis. Blog ES: http://simelo-es.blogspot.com/ Blog EN: http://simelo-en.blogspot.com/ Featured article: -- 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?hl=en.
