RE: [Trac] About including jQuery UI in Trac ...

2009-12-23 Thread W. Martin Borgert
Quoting "Noah Kantrowitz" : > Just remember the alternative is that every plugin has its own copy. However > much work it might be to retrofit Trac to use a central version, it will be > much harder to do this for every plugin that wants to use jQuery UI. No question: This would be worse. -- You

RE: [Trac] About including jQuery UI in Trac ...

2009-12-23 Thread Noah Kantrowitz
> -Original Message- > From: trac-users@googlegroups.com [mailto:trac-us...@googlegroups.com] > On Behalf Of W. Martin Borgert > Sent: Wednesday, December 23, 2009 3:04 PM > To: trac-users@googlegroups.com; Remy Blank > Subject: Re: [Trac] About including jQuery UI in Trac ... > > Quoting

Re: [Trac] About including jQuery UI in Trac ...

2009-12-23 Thread Olemis Lang
On Wed, Dec 23, 2009 at 6:04 PM, W. Martin Borgert wrote: > Quoting "Remy Blank" : > [...] > >> Packaging jQuery with Trac (besides simplifying dependencies) ensures >> that we can make changes to the Trac code required by a jQuery update in >> sync with the update. > > This is also my fear: If jQ

Re: [Trac] About including jQuery UI in Trac ...

2009-12-23 Thread W. Martin Borgert
Quoting "Remy Blank" : > - Maybe I'm a bit naive, but what security issues could be in a > JavaScript library? Security is provided by the browser, not the > libraries, isn't it? In the case of JavaScript, the code runs in the browser, so maybe it could influence client-side security. But in any

[Trac] Advanced use of Genshi substitutions using wiki docs

2009-12-23 Thread Olemis Lang
This one is about Genshi, but it's for a Trac plugin. Hope you don't mind ;o) I'd like to do the following : 1- Retrieve a text written using WikiFormatting. Wiki text contains some Genshi template expressions (done !) 2- Render the text as (X)HTML leaving template expressions intact (don

[Trac] Re: Trac Wiki won't display images

2009-12-23 Thread zlacelle
It's actually not an attachment, since for some reason attachments aren't working (I go to attach something, and it goes through with no attachment showing...but that's another problem). I just have these files located on disk. On Dec 23, 1:49 pm, Jeff Hammel wrote: > On Wed, Dec 23, 2009 at 07:

Re: [Trac] Trac Wiki won't display images

2009-12-23 Thread Jeff Hammel
On Wed, Dec 23, 2009 at 07:42:00PM +0100, Remy Blank wrote: > zlacelle wrote: > > I use the following line to display an image in the Trac Wiki: > > [[Image(/attachments/pic.jpg)]] > > If the image is attached to the page where you want to display it, you > should use: > > [[Image(attachment:pi

Re: [Trac] Trac Wiki won't display images

2009-12-23 Thread Remy Blank
zlacelle wrote: > I use the following line to display an image in the Trac Wiki: > [[Image(/attachments/pic.jpg)]] If the image is attached to the page where you want to display it, you should use: [[Image(attachment:pic.jpg)]] -- Remy signature.asc Description: OpenPGP digital signature

[Trac] Trac Wiki won't display images

2009-12-23 Thread zlacelle
I use the following line to display an image in the Trac Wiki: [[Image(/attachments/pic.jpg)]] However, when I click on the link, I get: {{{ Error: Not Found No handler matched request to /attachments/pic.jpg }}} I'm very new to Trac, so I've looked through FAQ's and the list, and I haven't foun

Re: [Trac] About including jQuery UI in Trac ...

2009-12-23 Thread Olemis Lang
On Wed, Dec 23, 2009 at 12:11 PM, Christian Boos wrote: > Olemis Lang wrote: >> On Wed, Dec 23, 2009 at 11:30 AM, Olemis Lang wrote: >> >>> On Tue, Dec 22, 2009 at 11:44 PM, W. Martin Borgert >>> wrote: >>> Quoting "Olemis Lang" : >> [...] >> >>> PS: Hey ! Everybody ! I talked to Sant

Re: [Trac] About including jQuery UI in Trac ...

2009-12-23 Thread Christian Boos
Olemis Lang wrote: > On Wed, Dec 23, 2009 at 11:30 AM, Olemis Lang wrote: > >> On Tue, Dec 22, 2009 at 11:44 PM, W. Martin Borgert >> wrote: >> >>> Quoting "Olemis Lang" : >>> > [...] > >> PS: Hey ! Everybody ! I talked to Santa and he'll bring us many great >> Trac plugins, so

Re: [Trac] About including jQuery UI in Trac ...

2009-12-23 Thread Olemis Lang
On Wed, Dec 23, 2009 at 11:30 AM, Olemis Lang wrote: > On Tue, Dec 22, 2009 at 11:44 PM, W. Martin Borgert > wrote: >> Quoting "Olemis Lang" : >>> > [...] > > PS: Hey ! Everybody ! I talked to Santa and he'll bring us many great > Trac plugins, so Merry Christmas ! > o<|;o) > /me hoping for an

Re: [Trac] About including jQuery UI in Trac ...

2009-12-23 Thread Olemis Lang
On Tue, Dec 22, 2009 at 11:44 PM, W. Martin Borgert wrote: > Quoting "Olemis Lang" : >> >>  - Why not to include jQuery UI so that plugin developers be able to >>    use those widgets in their own plugins and also custom widgets without >>    bundling jQuery UI core files ? >>  - The same for a jQ

[Trac] Can't login after upgrading to 11.6

2009-12-23 Thread Michel Jung
Hi I upgraded my Trac from 11.5 (I guess) to 11.6. Now, I can't login anymore (see Traceback below). I had installed some plugins like UserAdmin or however it was called (to allow users to register themselves). Couldn't find anything on google yet, except a 3 year old, solved trac- ticket (http://

[Trac] ImportError: No module named pyPgSQL

2009-12-23 Thread marioneta
hi all: I am installing trac in pkgutil THROUGH Solaris10 I have the version of python 2.5 by default and 2.6. My problem is that apache THROUGH access I get the following error and if you can run import makes both ... could help Traceback (most recent call last): File "/opt/csw/lib/python2.5/s

Re: [Trac] About including jQuery UI in Trac ...

2009-12-23 Thread Remy Blank
W. Martin Borgert wrote: > For distributions such as Debian or Ubuntu it is very important > not to duplicate software in the archive, mainly, but not only, > for security reasons. Therefore, JQuery is packaged as a Debian > package that is used by Trac, but also by other web applications. > If e.g

[Trac] Re: Edit do not reflect immediately

2009-12-23 Thread Sneha
On Dec 22, 2:25 pm, Sneha wrote: > On Dec 21, 11:13 pm, Remy Blank wrote: > > > Sneha wrote: > > > Is anyone in this group also facing the similar problem? Is there any > > > solution for this issue? > > > Make sure your trac.ini file is writable by the web server. > > > -- Remy > > >  signature.

[Trac] Re: Trac 0.11.6 DistributionNotFound: genshi

2009-12-23 Thread CRep
When I run easy_install -Z -U http://svn.edgewall.org/repos/genshi/branches/stable/0.5.x I receive an error: error: Unexpected HTML page found at http://svn.edgewall.org/repos/genshi/branches/stable/0.5.x When I browse the tags, 0.5.1 is the latest, so how do I get 0.5.2? On Dec 11, 1:08 pm,

[Trac] Sun Java Web Server 7

2009-12-23 Thread CRep
Has anyone successfully installed Trac using FastCGI on Sun Java Web Server 7? -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to trac-us...@googlegroups.com. To unsubscribe from this group, send email to trac-us