[Trac] Re: PATCH: Re: [Trac] force file download

2008-04-30 Thread Jeroen Ruigrok van der Werven

-On [20080424 16:39], Ted Gifford ([EMAIL PROTECTED]) wrote:
>Devs, what do you think?

It's better to just log such things as tickets, then they will definitely be
looked at.

[snip patch]

>[wiki]
>forward_to_raw_href = true

Mmm, the idea in principle seems ok, but it feels a bit heavy handed since
it will do this for every non matching MIME-type. I wonder if all these
files have the Subversion binary bit set and as a result we could just look
for something like that without a need for configuration options.

-- 
Jeroen Ruigrok van der Werven  / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.in-nomine.org/ | http://www.rangaku.org/ | GPG: 2EAC625B
Weep for the lives your wishes never lead...

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
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
-~--~~~~--~~--~--~---



[Trac] Upgrading clearsilver

2008-04-30 Thread br

Hello,

I'm having a problem and the possible solution is to upgrade
clearsilver from 0.9.14 to 0.10.x (0.10.2 to be more especific)

Well, I'm under Windows OS with python 2.4.

How can i upgrade clearsilver?

Can anybody tell me the steps to do that on Windows?

Thanks.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
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
-~--~~~~--~~--~--~---



[Trac] Re: force file download

2008-04-30 Thread Ted Gifford


> I attempted to add those three lines to my own
>
> .../site-packages/Trac-0.11b2-py2.4.egg/trac/attachment.py
>
> file, as well as adding the line to my trac.ini file but the behavior
> of the browser was unaffected.
>
> Am I missing something
If you didn't, perhaps restart Apache?

Ted



--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
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
-~--~~~~--~~--~--~---



[Trac] Re: Trac 0.11rc1 Upgrade Not Reflected After Install

2008-04-30 Thread Chris

Having Apache running caused the issue. I stopped Apache, removed all
trac egg info folders and the trac folder under site-packages, ran the
installer again, and then started Apache. All is well now. Thanks
Christian.

On Apr 30, 3:04 pm, Christian Boos <[EMAIL PROTECTED]> wrote:
> Chris wrote:
> > I ran the RC1 Windows exe. Previously had beta 2 installed. I've
> > restarted Apache and when I run trac-admin F:/tracrepo/project1
> > upgrade receive the below error. Also, viewing Trac in the browser and
> > going to About shows the version as 0.11b2. Did I miss a step in the
> > upgrade process?
>
> Perhaps you should have stopped apache before running the rc1.exe?
>
> After the installation, you should have a Trac-0.11rc1-py2.3.egg-info
> folder in your C:\Program Files\Python25\Lib\site-packages folder.
> If it's not there, you will indeed see the error below:
>
>
>
> > Traceback (most recent call last):
> >   File "C:\Program Files\Python25\Scripts\trac-admin-script.py", line
> > 5, in  > ule>
> > from pkg_resources import load_entry_point
> >   File "C:\Program Files\Python25\Lib\site-packages\pkg_resources.py",
> > line 2565
> > , in 
> > parse_requirements(__requires__), Environment()
> >   File "C:\Program Files\Python25\Lib\site-packages\pkg_resources.py",
> > line 524,
> >  in resolve
> > raise DistributionNotFound(req)  # XXX put more info here
> > pkg_resources.DistributionNotFound: Trac==0.11rc1
>
> But it should be there. I just removed it, de-installed 0.11rc,
> re-installed it, and it was created again.
> So if you didn't have it in the first place (or more probably in your
> case, you have the old one from the 0.11rc2 installer), maybe that was
> because apache kept some file opened.
>
> -- Christian
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
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
-~--~~~~--~~--~--~---



[Trac] Re: Trac 0.11rc1 Upgrade Not Reflected After Install

2008-04-30 Thread Christian Boos

Chris wrote:
> I ran the RC1 Windows exe. Previously had beta 2 installed. I've
> restarted Apache and when I run trac-admin F:/tracrepo/project1
> upgrade receive the below error. Also, viewing Trac in the browser and
> going to About shows the version as 0.11b2. Did I miss a step in the
> upgrade process?
>
>   

Perhaps you should have stopped apache before running the rc1.exe?

After the installation, you should have a Trac-0.11rc1-py2.3.egg-info 
folder in your C:\Program Files\Python25\Lib\site-packages folder.
If it's not there, you will indeed see the error below:

> Traceback (most recent call last):
>   File "C:\Program Files\Python25\Scripts\trac-admin-script.py", line
> 5, in  ule>
> from pkg_resources import load_entry_point
>   File "C:\Program Files\Python25\Lib\site-packages\pkg_resources.py",
> line 2565
> , in 
> parse_requirements(__requires__), Environment()
>   File "C:\Program Files\Python25\Lib\site-packages\pkg_resources.py",
> line 524,
>  in resolve
> raise DistributionNotFound(req)  # XXX put more info here
> pkg_resources.DistributionNotFound: Trac==0.11rc1
>
>   

But it should be there. I just removed it, de-installed 0.11rc, 
re-installed it, and it was created again.
So if you didn't have it in the first place (or more probably in your 
case, you have the old one from the 0.11rc2 installer), maybe that was 
because apache kept some file opened.

-- Christian


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
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
-~--~~~~--~~--~--~---



[Trac] Re: Trac 0.11rc1 Upgrade Not Reflected After Install

2008-04-30 Thread Chris

More info from About.

Trac: 0.11b2
Python: 2.5.2 (r252:60911, Feb 21 2008, 13:11:45) [MSC v.1310 32 bit
(Intel)]
setuptools: 0.6c8
MySQL: server: "5.0.51a-community-nt", client: "5.0.27", thread-safe:
1
MySQLdb: 1.2.2
Genshi: 0.5dev
mod_python: 3.3.1
Subversion: 1.4.6 (r28521)
jQuery: 1.2.3

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
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
-~--~~~~--~~--~--~---



[Trac] Trac 0.11rc1 Upgrade Not Reflected After Install

2008-04-30 Thread Chris

I ran the RC1 Windows exe. Previously had beta 2 installed. I've
restarted Apache and when I run trac-admin F:/tracrepo/project1
upgrade receive the below error. Also, viewing Trac in the browser and
going to About shows the version as 0.11b2. Did I miss a step in the
upgrade process?

Traceback (most recent call last):
  File "C:\Program Files\Python25\Scripts\trac-admin-script.py", line
5, in 
from pkg_resources import load_entry_point
  File "C:\Program Files\Python25\Lib\site-packages\pkg_resources.py",
line 2565
, in 
parse_requirements(__requires__), Environment()
  File "C:\Program Files\Python25\Lib\site-packages\pkg_resources.py",
line 524,
 in resolve
raise DistributionNotFound(req)  # XXX put more info here
pkg_resources.DistributionNotFound: Trac==0.11rc1

Thanks.
Chris
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
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
-~--~~~~--~~--~--~---



[Trac] Re: Modifications to database to allow for pseudo-workflow in Trac 0.10

2008-04-30 Thread Dana V. Baldwin
Vincent Polite wrote:
> Hello,
>
> Supposed genius that I am, I came up with a couple of enhancement
> ideas for Trac 0.10 to allow our QA guys to get a "pseudo" workflow.
> There are two parts, the first is assigning tickets to a QA queue, and
> second, the report/query to "call out" those tickets in that status.
> Please note that we are going to move to Trac 0.11 as soon as a couple
> of key plugins become 0.11 friendly.
>
> [snip]
>   
We've had a couple of similar approaches. One was to just create a user 
called test and then whenever someone on our team was posing as QA for 
the day they could look at the list. Another is to add test as a new 
ticket type which can be changed and searched for that way.

We're also very much looking forward to moving to .11 for the flow and 
quite possibly some of those Agio (?) scrum plug ins. That seems to be 
about all Trac is missing for our needs.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
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
-~--~~~~--~~--~--~---

begin:vcard
fn:Dana V. Baldwin
n:Baldwin;Dana
org:Playnet Inc.;WWIIOL - Battleground Europe
adr;dom:;;1901 Central Drive Suite 400;Bedford;Texas;76021
email;internet:[EMAIL PROTECTED]
title:Senior Producer
x-mozilla-html:TRUE
url:http://www.wwiionline.com
version:2.1
end:vcard



[Trac] Trac 0.11rc1 Released

2008-04-30 Thread Jonas Borgström

Trac 0.11rc1


We now have a first release candidate for the much awaited Trac 0.11.

You will find this release at the usual place:
http://trac.edgewall.org/wiki/TracDownload

Here are some of the features you can expect from this version:

  * New template engine for generating content (Genshi)
  * New configurable workflow in the ticket subsystem
  * Finer-grained control of permissions
  * Support for Pygments as the default syntax highlighter
  * Improved repository browser ("blame" support, dynamic in-place
expansion of folders)
  * Improved user preferences subsystem, among which the possibility
for any user to select their time zone and disable access keys
  * The WebAdmin plugin is now an integral part of Trac

You can find a more detailed release note at:
http://trac.edgewall.org/wiki/TracDev/ReleaseNotes/0.11

Acknowledgements


Many thanks to the growing number of people who have, and continue to,
support the project. Also our thanks to all people providing feedback
and bug reports that helps us make Trac better, easier to use and more
effective.
Without your invaluable help, Trac would not evolve. Thank you all.

Finally, we offer hope that Trac will prove itself useful to like-
minded programmers around the world, and that this release will prove an
improvement over the last version.

Please let us know.   :-) 

/The Trac Team http://trac.edgewall.org/


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
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
-~--~~~~--~~--~--~---



[Trac] Re: Apache: One tag for all Trac Environments

2008-04-30 Thread Chris

That was some serious turn-around time Noah! Thanks for the info too.
It worked perfectly. I had searched the group and obviously didn't
fully understand TracEnvParentDir's usage.

Thanks again!
Chris


On Apr 30, 1:37 pm, Noah Kantrowitz <[EMAIL PROTECTED]> wrote:
> Chris wrote:
> > How would one specify a single  block for all Trac projects?
> > Currently, I have 2 projects, and this will grow. Last thing I want to
> > do is edit the httpd.conf file every time I set up a new Trac project.
> > So far I have this for each Trac project.
>
> > # Project1 Trac setup
> > 
> >    SetHandler mod_python
> >    PythonInterpreter main_interpreter
> >    PythonHandler trac.web.modpython_frontend
> >    PythonOption TracEnv F:/tracrepo/Project1
> >    PythonOption TracUriRoot /projects/Project1
> > 
>
> > # Project2 Trac setup
> > 
> >    SetHandler mod_python
> >    PythonInterpreter main_interpreter
> >    PythonHandler trac.web.modpython_frontend
> >    PythonOption TracEnv F:/tracrepo/Project2
> >    PythonOption TracUriRoot /projects/Project2
> > 
>
> > How do I get out of specifying this for each Trac install? I have it
> > so logging in uses the same file as shown below but to not know how to
> > dynamically specify the locations for TracEnv and TracUriRoot in the
> > options above.
>
> > 
> > ...
> > AuthUserFile F:\tracrepo\trac.htpasswd
> > ...
> > 
>
> 
>         ...
>         PythonOption TracEnvParentDir F:/tracrepo
>         ...
> 
>
> --Noah
>
>  signature.asc
> 1KDownload
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
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
-~--~~~~--~~--~--~---



[Trac] Re: Apache: One tag for all Trac Environments

2008-04-30 Thread Noah Kantrowitz

Chris wrote:

How would one specify a single  block for all Trac projects?
Currently, I have 2 projects, and this will grow. Last thing I want to
do is edit the httpd.conf file every time I set up a new Trac project.
So far I have this for each Trac project.

# Project1 Trac setup

   SetHandler mod_python
   PythonInterpreter main_interpreter
   PythonHandler trac.web.modpython_frontend
   PythonOption TracEnv F:/tracrepo/Project1
   PythonOption TracUriRoot /projects/Project1


# Project2 Trac setup

   SetHandler mod_python
   PythonInterpreter main_interpreter
   PythonHandler trac.web.modpython_frontend
   PythonOption TracEnv F:/tracrepo/Project2
   PythonOption TracUriRoot /projects/Project2


How do I get out of specifying this for each Trac install? I have it
so logging in uses the same file as shown below but to not know how to
dynamically specify the locations for TracEnv and TracUriRoot in the
options above.


...
AuthUserFile F:\tracrepo\trac.htpasswd
...




...
PythonOption TracEnvParentDir F:/tracrepo
...


--Noah



signature.asc
Description: OpenPGP digital signature


[Trac] Apache: One tag for all Trac Environments

2008-04-30 Thread Chris

How would one specify a single  block for all Trac projects?
Currently, I have 2 projects, and this will grow. Last thing I want to
do is edit the httpd.conf file every time I set up a new Trac project.
So far I have this for each Trac project.

# Project1 Trac setup

   SetHandler mod_python
   PythonInterpreter main_interpreter
   PythonHandler trac.web.modpython_frontend
   PythonOption TracEnv F:/tracrepo/Project1
   PythonOption TracUriRoot /projects/Project1


# Project2 Trac setup

   SetHandler mod_python
   PythonInterpreter main_interpreter
   PythonHandler trac.web.modpython_frontend
   PythonOption TracEnv F:/tracrepo/Project2
   PythonOption TracUriRoot /projects/Project2


How do I get out of specifying this for each Trac install? I have it
so logging in uses the same file as shown below but to not know how to
dynamically specify the locations for TracEnv and TracUriRoot in the
options above.


...
AuthUserFile F:\tracrepo\trac.htpasswd
...


Thanks.
Chris

PS - Looking forward to 0.11rc1 today!
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
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
-~--~~~~--~~--~--~---



[Trac] trac-0.11 - no syntax highlighting

2008-04-30 Thread Neal Becker

I look here:

http://localhost.localdomain/trac/wiki/WikiProcessors

The example C code is not highlighted.  But I have pygments installed.

rpm -qf /usr/lib/python2.5/site-packages/pygments
python-pygments-0.9-2.fc8.noarch

trac log says:
2008-04-30 13:06:19,625 Trac[api] DEBUG: Trying to render HTML preview using
PygmentsRenderer [No annotations]
2008-04-30 13:06:19,665 Trac[api] DEBUG: Trying to render HTML preview using
PygmentsRenderer [No annotations]
2008-04-30 13:06:19,715 Trac[api] DEBUG: Trying to render HTML preview using
PygmentsRenderer [No annotations]

no indications of any errors.


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
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
-~--~~~~--~~--~--~---



[Trac] Re: Problem to install trac on Debian Etch

2008-04-30 Thread Eirik Schwenke

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Kai Behncke skrev 30-04-2008 14:35:
| Dear users,
|
| I try to install trac on my Debian-Etch system. Many steps went well.
| I did like it`s written in
| http://dev.e-taxonomy.eu/trac/wiki/TracInstallDebianEtch
|
|
| But in the end I try
| "trac-admin /var/www/trac/trac-example initenv" and answer the questions and
then I get:
|
|
| Creating and Initializing Project
|  Installing default wiki pages
|  /usr/share/trac/wiki-default/RecentChanges => RecentChanges
|  /usr/share/trac/wiki-default/CamelCase => CamelCase
|
| Failed to initialize environment. ("File not found: revision 0, path
'test/'", 160013)

Not entierly sure, but did you specify the correct and full path to the
repository you created with

~  svnadmin create  ?

when responding to the prompts made by tracadmin ? Looks like you just typed in
"test/" and not /var/local/subversion/test --- or whatever path you chose for
your subversion repository.


I tried locally with trac-0.11 and it gives a different error with invalid an
repository -- but that might be a change from 10.x to 11.


Best regards,

Eirik


PS: Without having looked at the test-suite(s) for trac 0.11b -- do you (trac
devs/testers) remeber to sanitycheck things like these before release ? I.e.
that common usage errors gives a reasonable and readable error messages ?

- --
~ .---.  Eirik Schwenke <[EMAIL PROTECTED]>
( NSD ) Harald Hårfagresgate 29Rom 150
~ '---'  N-5007 Bergentlf: (555) 889 13

~  GPG-key at pgp.mit.edu  Id 0x8AA3392C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFIGKfixUW7FIqjOSwRArR9AJ9IDlHfAEAt6GqyKbMLsfjX1FuEZQCdEwO9
uEb2n9FsgzUWHNREKsFupCE=
=TZRl
-END PGP SIGNATURE-

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
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
-~--~~~~--~~--~--~---



[Trac] Re: Recursive macro replacement?

2008-04-30 Thread Noah Kantrowitz

Wenzel, Norbert wrote:

Hi,
 
I was wondering how to create linked images in a wiki page and to my

surprise found the following:
   [[Image(example.jpg, link=http://example.org)]]
 
I would consider it more straightforward to write links and images as

usual. That would result in the following code:
   [http://example.org [[Image(example.jpg)]] ]
 
That would mean the link macro would interpret the first part as a link

and the second part as normal wiki text, which is processed by the wiki
engine. Therefore the image macro wouldn' t have to deal with links
itself. 
 
I use a trac installation with a lot of extensions and found every

extension writing it's own markup code. With recursive macro replacement
a chart drawing plugin might create an image, attach it to the wiki page
and replace itself with [[Image(generatedChart.png)]] and tell trac to
reparse it's result. Therefore all links would be created by only one
macro which could easily be adopted to ones needs.


This is recursive, just in the other direction. [[Image(file.png, 
link=[ticket:32 The ticket])]] is quite valid. It processes the link 
using the wiki formatter.


--Noah



signature.asc
Description: OpenPGP digital signature


[Trac] Re: trac-0.11 + mod_wsgi + auth

2008-04-30 Thread Neal Becker

Zoom.Quiet wrote:

> On Wed, Apr 30, 2008 at 10:05 PM, Neal Becker <[EMAIL PROTECTED]> wrote:
>>
>>  How do I setup authentication (basic) with mod_wsgi?
>>
> try accountmamager plugin ;)
>>
>>  >
>>
> 
> 
> 
I found the info here:
http://code.google.com/p/modwsgi/wiki/IntegrationWithTrac


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
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
-~--~~~~--~~--~--~---



[Trac] Modifications to database to allow for pseudo-workflow in Trac 0.10

2008-04-30 Thread Vincent Polite

Hello,

Supposed genius that I am, I came up with a couple of enhancement
ideas for Trac 0.10 to allow our QA guys to get a "pseudo" workflow.
There are two parts, the first is assigning tickets to a QA queue, and
second, the report/query to "call out" those tickets in that status.
Please note that we are going to move to Trac 0.11 as soon as a couple
of key plugins become 0.11 friendly.

  * Modify the resolution enum table to include the following entries
* closed - please validate, "closed - please validate"
* closed - QA complete

This allows us to reassign tickets to our QA person (there's only 1)
and when he is done he can change the status to closed - QA complete.

So the question becomes is there a simple way to create a custom query
that gives me all the tickets I am responsible for?  i.e. owner = me,
and tickets that are both open and with a resolution of closed -
please validate.

There didn't seem to be one short of a custom report, and we shut down
the reporting module for various and sundry reasons.  My boss came up
with a reasonable idea which was to add an entry to the resolution
enum table that represented a NULL value.  Unfortunately, the title of
the field shown in the filter mechanism also happens to be the value
as the number in the data field appears to represent the sort
order...  all that said, is there a way through the custom query
builder to come up with this OR condition I am trying to achieve?

i.e. OWNER = me, and any tickets that are assigned to me regardless of
status except the ones that are closed - QA complete?

It seems like if the resolution filter is invoked at all, that it will
only pull tickets that are closed and ignore the open tickets where
there is no resolution (i.e. resolution = NULL), and I am curious why
that is?

Thanks.

Vincent
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
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
-~--~~~~--~~--~--~---



[Trac] Re: trac-0.11 + mod_wsgi + auth

2008-04-30 Thread Zoom . Quiet
On Wed, Apr 30, 2008 at 10:05 PM, Neal Becker <[EMAIL PROTECTED]> wrote:
>
>  How do I setup authentication (basic) with mod_wsgi?
>
try accountmamager plugin ;)
>
>  >
>



-- 
'''过程改进乃是开始催生可促生靠谱的人的组织!
PI keeps evolving organizations which promoting people be good!
'''http://zoomquiet.org
Pls. usage OOo to replace M$ Office. http://zh.openoffice.org
Pls. usage 7-zip to replace WinRAR/WinZip. http://7-zip.org
You can get the truely Freedom 4 software.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
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
-~--~~~~--~~--~--~---



[Trac] Problem to install trac on Debian Etch

2008-04-30 Thread Kai Behncke

Dear users,

I try to install trac on my Debian-Etch system. Many steps went well.
I did like it`s written in
http://dev.e-taxonomy.eu/trac/wiki/TracInstallDebianEtch


But in the end I try
"trac-admin /var/www/trac/trac-example initenv" and answer the questions and 
then I get:


Creating and Initializing Project
 Installing default wiki pages
 /usr/share/trac/wiki-default/RecentChanges => RecentChanges
 /usr/share/trac/wiki-default/CamelCase => CamelCase
.

Failed to initialize environment. ("File not found: revision 0, path 'test/'", 
160013)
.
.
  File "/var/lib/python-support/python2.4/libsvn/repos.py", line 316, in 
svn_repos_history2
return apply(_repos.svn_repos_history2, args)
SubversionException: ("File not found: revision 0, path 'test/'", 160013)


H...what can I do to solve the problem?
Thank you very much, Kai




-- 
Ist Ihr Browser Vista-kompatibel? Jetzt die neuesten 
Browser-Versionen downloaden: http://www.gmx.net/de/go/browser

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
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
-~--~~~~--~~--~--~---



[Trac] trac-0.11 + mod_wsgi + auth

2008-04-30 Thread Neal Becker

How do I setup authentication (basic) with mod_wsgi?


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
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
-~--~~~~--~~--~--~---



[Trac] Re: i18n internationalization

2008-04-30 Thread Jeroen Ruigrok van der Werven

-On [20080417 15:52], tom ([EMAIL PROTECTED]) wrote:
>Were you able to give a look at it?
>If not, would you be so kind to drop me a line when its working
>(either directly or via the list).

Thanks to someone else a patch is now in trunk.

Switching languages on the fly now works. The only minor nit is selecting
the default language does not do anything, but I'll look at that.

-- 
Jeroen Ruigrok van der Werven  / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.in-nomine.org/ | http://www.rangaku.org/ | GPG: 2EAC625B
How are the mighty fallen...

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
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
-~--~~~~--~~--~--~---



[Trac] Re: Tracd + svn

2008-04-30 Thread Jani Tiainen

Subscription kirjoitti:
> Hej everyone, I just installed trac and is running find... configuring 
> permisions and everything over tracd simple www server... my point is 
> that i can not use webdav to access the svn repository over http and 
> i'm reading and reading and i see nothing of howto setup webdav to 
> access my svn server over tracd just apache can someone confirm 
> me that this feature is only avariable to apache servers??

You got that right. tracd is only meant for serving Trac data, other 
options like svn serving you need to use some other means like apache or 
svn own server.

-- 
Jani Tiainen

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
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
-~--~~~~--~~--~--~---



[Trac] Tracd + svn

2008-04-30 Thread Subscription

Hej everyone, I just installed trac and is running find... configuring 
permisions and everything over tracd simple www server... my point is 
that i can not use webdav to access the svn repository over http and 
i'm reading and reading and i see nothing of howto setup webdav to 
access my svn server over tracd just apache can someone confirm 
me that this feature is only avariable to apache servers??

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
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
-~--~~~~--~~--~--~---



[Trac] Recursive macro replacement?

2008-04-30 Thread Wenzel, Norbert
Hi,
 
I was wondering how to create linked images in a wiki page and to my
surprise found the following:
   [[Image(example.jpg, link=http://example.org)]]
 
I would consider it more straightforward to write links and images as
usual. That would result in the following code:
   [http://example.org [[Image(example.jpg)]] ]
 
That would mean the link macro would interpret the first part as a link
and the second part as normal wiki text, which is processed by the wiki
engine. Therefore the image macro wouldn' t have to deal with links
itself. 
 
I use a trac installation with a lot of extensions and found every
extension writing it's own markup code. With recursive macro replacement
a chart drawing plugin might create an image, attach it to the wiki page
and replace itself with [[Image(generatedChart.png)]] and tell trac to
reparse it's result. Therefore all links would be created by only one
macro which could easily be adopted to ones needs.
 
Any comments on that?
 
regards,
Norbert

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
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
-~--~~~~--~~--~--~---