[Trac] SVN on network drive

2008-11-20 Thread Simon Martin

Hi,

I have a SVN repo, which is located on a network drive (mapped to a
local drive, WinXP).
I'm aware that Trac can't handle remote repos, so I tried
svnsyncplugin. This didn't work (see http://trac-hacks.org/ticket/4109).

But my question is, why do I get the "Can't synchronize with the
repository (P:\repo does not appear to be a Subversion repository.)."
error, if this drive is mapped to a local drive and Windows handles
this like my internal HDD?
How does Trac know this isn't a local drive? :)

Or is this errror not related to the remote repo issues?

WinXP, Trac 0.11.2, Python 2.5

Simon
--~--~-~--~~~---~--~~
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: Fwd: Serach respond time in Trac

2008-11-20 Thread fj6573ez

Hi

Not sure why it would be so slow.  I'd suggest upgrading Trac to
0.11.2 and seeing if that helps.

→I update trac 0.11.2 now.
  But Its not change Trac search repond  about 7 minutes.

If you use Trac, please tell me.
How long is waited for Trac seach repond?

Trac version:
tickets:
sqlite:
pyhon:

Best Regards Masataka oda

On Nov 20, 3:05 am, "Erik Bray" <[EMAIL PROTECTED]> wrote:
> 2008/11/18  <[EMAIL PROTECTED]>:
>
> > Hi
>
> > Thank you your help.
>
> > Its only trac search that are slow.
> > Isnt running any plugins.
>
> > I customize this trac file
> > /usr/lib/python2.3/site-packages/trac/ticket/api.py
>
>  ...snip...
>
> I couldn't really read your formatting.  Posting a diff would be better.
>
> > And then i used to this customize file.
> > I tried to trac search in Linux server again.It respond 20 seconds
> > Its fast than berore.
> > But its tentative action.
> > What do you this this customize?
>
> > Do you have patch for Trac serach repond or improve this poblem Trac
> > version?
>
> > If you know this problem , please teach me.
>
> Not sure why it would be so slow.  I'd suggest upgrading Trac to
> 0.11.2 and seeing if that helps.

--~--~-~--~~~---~--~~
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] The error for using enterprise-review-workflow.ini content in trac.ini

2008-11-20 Thread Sailing Cai

I found some useful workflow examples in
http://trac.edgewall.org/browser/trunk/sample-plugins/workflow. I have
used enterprise-review-workflow.ini in my project, the way is copy the
content in enterprise-review-workflow.ini to section ticket-workflow
in trac.ini, but there is an error when I visit the project site, the
error is:

Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/Trac-0.11.2-py2.4.egg/trac/
web/api.py", line 367, in send_error
'text/html')
  File "/usr/lib/python2.4/site-packages/Trac-0.11.2-py2.4.egg/trac/
web/chrome.py", line 688, in render_template
data = self.populate_data(req, data)
  File "/usr/lib/python2.4/site-packages/Trac-0.11.2-py2.4.egg/trac/
web/chrome.py", line 596, in populate_data
d['chrome'].update(req.chrome)
  File "/usr/lib/python2.4/site-packages/Trac-0.11.2-py2.4.egg/trac/
web/api.py", line 194, in __getattr__
value = self.callbacks[name](self)
  File "/usr/lib/python2.4/site-packages/Trac-0.11.2-py2.4.egg/trac/
web/chrome.py", line 464, in prepare_request
for category, name, text in contributor.get_navigation_items(req):
  File "/usr/lib/python2.4/site-packages/Trac-0.11.2-py2.4.egg/trac/
ticket/web_ui.py", line 162, in get_navigation_items
if 'TICKET_CREATE' in req.perm:
  File "/usr/lib/python2.4/site-packages/Trac-0.11.2-py2.4.egg/trac/
perm.py", line 523, in has_permission
return self._has_permission(action, resource)
  File "/usr/lib/python2.4/site-packages/Trac-0.11.2-py2.4.egg/trac/
perm.py", line 536, in _has_permission
decision = PermissionSystem(self.env). \
  File "/usr/lib/python2.4/site-packages/Trac-0.11.2-py2.4.egg/trac/
perm.py", line 424, in check_permission
perm)
  File "/usr/lib/python2.4/site-packages/Trac-0.11.2-py2.4.egg/trac/
perm.py", line 281, in check_permission
permissions = PermissionSystem(self.env). \
  File "/usr/lib/python2.4/site-packages/Trac-0.11.2-py2.4.egg/trac/
perm.py", line 343, in get_user_permissions
for requestor in self.requestors:
  File "/usr/lib/python2.4/site-packages/Trac-0.11.2-py2.4.egg/trac/
core.py", line 67, in extensions
return filter(None, [component.compmgr[cls] for cls in
extensions])
  File "/usr/lib/python2.4/site-packages/Trac-0.11.2-py2.4.egg/trac/
core.py", line 204, in __getitem__
component = cls(self)
  File "/usr/lib/python2.4/site-packages/Trac-0.11.2-py2.4.egg/trac/
core.py", line 108, in maybe_init
init(self)
  File "/usr/lib/python2.4/site-packages/Trac-0.11.2-py2.4.egg/trac/
ticket/api.py", line 162, in __init__
self.log.debug('action controllers for ticket workflow: %r' %
  File "/usr/lib/python2.4/site-packages/Trac-0.11.2-py2.4.egg/trac/
config.py", line 487, in __get__
for impl in self.xtnpt.extensions(instance):
  File "/usr/lib/python2.4/site-packages/Trac-0.11.2-py2.4.egg/trac/
core.py", line 67, in extensions
return filter(None, [component.compmgr[cls] for cls in
extensions])
  File "/usr/lib/python2.4/site-packages/Trac-0.11.2-py2.4.egg/trac/
core.py", line 204, in __getitem__
component = cls(self)
  File "/usr/lib/python2.4/site-packages/Trac-0.11.2-py2.4.egg/trac/
core.py", line 108, in maybe_init
init(self)
  File "/usr/lib/python2.4/site-packages/Trac-0.11.2-py2.4.egg/trac/
ticket/default_workflow.py", line 107, in __init__
self.actions = get_workflow_config(self.config)
  File "/usr/lib/python2.4/site-packages/Trac-0.11.2-py2.4.egg/trac/
ticket/default_workflow.py", line 85, in get_workflow_config
actions = parse_workflow_config(raw_actions)
  File "/usr/lib/python2.4/site-packages/Trac-0.11.2-py2.4.egg/trac/
ticket/default_workflow.py", line 76, in parse_workflow_config
attributes['oldstates'] = [x.strip() for x in
KeyError: 'oldstates'

It seems some error when parse the workflow config, anyone can give me
some suggestion to resolve that ?

--~--~-~--~~~---~--~~
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: pygments using

2008-11-20 Thread Link

Answer my own question:
Since I'm sure that the pygments components is installed corrected --
for I can see it in the Admin page's plugin section.
And as I note, every Java source code file has a message on top of the
source view page.

 
--
Revision 2, 10.2 KB  (checked in by user, ** hours ago)

  * Property svn:mime-type set to text/plain
---

I try to update configuration in trac.ini file:
-
pygments_modes = text/x-java:java:7, text/x-chdr:h:7, text/x-csrc:c:7,
text/x-c++hdrh:h:7, text/x-c++src:cpp:7, text/x-csharp:cs:7, text/x-
python:py:7
---
change "text/x-java:java:7" to "text/plain:java:7", this told pygments
to render text/plain file using java render.
And I got the syntax highlight in the source view page.

I use Eclipse as my IDE and Subversion to add source code to the svn
server. It seems that Subversion plugin of Eclipse had set the
snv:mime-type ??  Or do anyone know how to set the svn:mime-type
property as I need?

--~--~-~--~~~---~--~~
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 setting up track with Apache 2.2

2008-11-20 Thread Michael Renzmann

Hi.

> Have you checked gmane? Both lists should be there.

Gmane has trac-announce, trac-dev and trac-users.

See also: http://trac.edgewall.org/wiki/MailingList#GManeArchive

Bye, Mike

--~--~-~--~~~---~--~~
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: Restrict access to certain svn modules/branches

2008-11-20 Thread toby



On Nov 20, 1:21 pm, Hendrik Maryns <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I want to restrict the access to parts of my repository (some of it is
> private, some of it is public; yes, I should have created a separate
> repository, but that is too late now).
>

You can do this with ordinary Subversion path based access policy,
which is supported equally by Trac's source browser (see conf option).

http://svnbook.red-bean.com/en/1.4/svn-book.html#svn.serverconfig.pathbasedauthz

> How can I do this?  In ViewVC there is the ‘forbidden’ option, I want
> something similar.
>
> Cheers, H.
--~--~-~--~~~---~--~~
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: Upgrade to 0.11 on Mac advise needed!

2008-11-20 Thread Graham Dumpleton



On Nov 21, 2:12 pm, William Siegrist <[EMAIL PROTECTED]> wrote:
> On Nov 19, 2008, at 2:51 PM, Todd Freese wrote:
>
>
>
> > I am currently running Trac 0.10.3 on Mac OS 10.4.11. It was installed
> > using DarwinPorts 1.3.1. Subversion is version 1.4.3 also installed
> > with Darwin ports.
>
> > I really want to upgrade to Leopard, trac 0.11, and svn 1.5. However,
> > I am worried that this upgrade will be a complete nightmare.
>
> > Does the new installer for Leopard non-server, just install without
> > any problems? I know how to build appache and svn, just concerned
> > about trac.
>
> > I would like to not use DarwinPorts if possible as it seems somewhat
> > out of date with the current trac release.
>
> The DarwinPorts project was renamed to MacPorts a while back. See 
>   >. Any sites claiming to be DarwinPorts should be avoided as there  
> are still some people trying to collect ad revenue off of the old name.
>
> FWIW, I use Leopard (both Client and Server on various machines), with  
> MacPorts providing everything (apache, trac, python, etc), and have no  
> problems.  MacPorts is up to date with all of them as well.

Just be aware that Leopard ships with a more than usable Apache 2.2.X,
Python 2.5.1 and subversion. Thus you do not need to use MacPorts to
install these. All you would need is Trac and mod_wsgi (if want to
host under Apache). For Trac and mod_wsgi I would suggest just getting
the source code from original sites, or use easy_install for Trac if
now supported, as have seen too many people having problems with
MacPorts causing problems, especially if you are using a 64 bit
capable Mac machine. This is because Apache runs 64 bits and some
MacPorts stuff (unless now fixed), was not fully fat and so wouldn't
work properly if wanting to run under Trac/Python/mod_wsgi under
Apache.

If you are after some sort of endorsement (from a Trac developer) that
using standard Mac supplied versions of these software is okay, see:

  http://www.cmlenz.net/archives/2007/10/python-on-leopard

Graham
--~--~-~--~~~---~--~~
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: Upgrade to 0.11 on Mac advise needed!

2008-11-20 Thread William Siegrist

On Nov 19, 2008, at 2:51 PM, Todd Freese wrote:



I am currently running Trac 0.10.3 on Mac OS 10.4.11. It was installed
using DarwinPorts 1.3.1. Subversion is version 1.4.3 also installed
with Darwin ports.

I really want to upgrade to Leopard, trac 0.11, and svn 1.5. However,
I am worried that this upgrade will be a complete nightmare.

Does the new installer for Leopard non-server, just install without
any problems? I know how to build appache and svn, just concerned
about trac.

I would like to not use DarwinPorts if possible as it seems somewhat
out of date with the current trac release.



The DarwinPorts project was renamed to MacPorts a while back. See . Any sites claiming to be DarwinPorts should be avoided as there  
are still some people trying to collect ad revenue off of the old name.


FWIW, I use Leopard (both Client and Server on various machines), with  
MacPorts providing everything (apache, trac, python, etc), and have no  
problems.  MacPorts is up to date with all of them as well.


-Bill

smime.p7s
Description: S/MIME cryptographic signature


[Trac] Re: Newbie Here

2008-11-20 Thread Aaron D. Marasco
http://trac.edgewall.org/wiki/TracOnWindows is a good start.

--~--~-~--~~~---~--~~
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: How do I export tickets along with custom fields?

2008-11-20 Thread Erik Bray

On Thu, Nov 20, 2008 at 3:40 AM, petermity <[EMAIL PROTECTED]> wrote:
>
> "Erik Bray" <[EMAIL PROTECTED]> wrote:
>
>>
>>On Sat, Nov 15, 2008 at 2:01 AM, petermity <[EMAIL PROTECTED]> wrote:
>>>
>>> I would like to export from Trac in a similar format as I
>>> imported to it.  I used a hand-created CSV file and the script:
>>>   http://trac.edgewall.org/attachment/wiki/TracSynchronize/csv2trac.2.py
>>>
>>> I defined three custom fields (cross_references, meeting_discuss,
>>> current_status).  The CSV header line and one record sample:
>>>
>>> type,cross_references,time,changetime,component,reporter,cc,url,version,milestone,status,resolution,keywords,meeting_discuss,priority,severity,owner,summary,description,current_status
>>> task,XR-37512,new,,,Maybe,1,1,John,"Issue sample","Description
>>> line 1
>>> Description line 2: Issue discussed at meeting 'Big Issues', last Wed.
>>> Description line 3
>>> ","Awaiting TIB"
>>>
>>> This imported fine and works.  But I can find no report or query
>>> method for exporting to the same kind of CSV format.  Choosing
>>> the CSV export link at the end of a report or query does not
>>> include the Description.
>>>
>>> Playing with sqlite3.exe on trac.db and the ticket and
>>> ticket_custom tables, my newbie SQL non-skills are apparent; a
>>> join of, or trying to select fields from, both tables gives
>>> duplicate ticket records.  What I want is a single record for
>>> each ticket, with the three custom field values included.  (I
>>> don't really care what the field order is, just want all fields
>>> of each ticket).
>>
>>If you want to add the description, manually add col=description to
>>the URL query string.
>
> Thank you very much for the reply!  Yes, this worked; even the
> newline formatting in the Description field is preserved, and
> (after re-checking the checkbox of a couple fields that had
> somehow become unchecked) I verified it exported all data OK.

Yeah, I figured it should work for you.  I've had users come to me
with the same problem.  I keep meaning to try to come up with a better
solution to this, though I haven't really thought about it much at
this point.

--~--~-~--~~~---~--~~
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: Upgrade to 0.11 on Mac advise needed!

2008-11-20 Thread Emmanuel Blot

> Can I build this on a new machine and just move the project files over
> and upgrade them?

If it can help:
I'm using Trac 0.11.2 (from egdewall SVN) on a MBP running 10.5.5, w/
SVN 1.5.4 and Python 2.5.1 without any issues.
I have tried to run it from Apache from a while - I'm using tracd, w/o
mac ports, w/o fink.

Migration should be easy, but I guess it would be safer to try it on
another 10.5 machine first.

Cheers
Manu

--~--~-~--~~~---~--~~
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] Attachments don't

2008-11-20 Thread Charles Bailey

Apologies if I'm missing an obvious issue; searching the group shows
what appear to be related, but not identical, problems.

Running Trac 0.11.1 under Linux (2.6.18), Apache 2.2.9 with
mod_fastcgi 2.4.6.  When a user attempts to add an attachment to a
ticket or wiki page, clicking "Add Attachment"  yields a blank
attachments page; file is not attached.  User is authenticated,
"authenticated" group has TICKET_APPEND and TICKET_MODIFY; no joy if
user has TRAC_ADMIN as well.  Permissions config from trac.ini:
permission_policies = DefaultPermissionPolicy, LegacyAttachmentPolicy
permission_store = DefaultPermissionStore

No notations in Apache error log; access log appears to note
successful request:

192.168.0.131 - - [20/Nov/2008:11:16:40 -0500] "GET /test/trac/
attachment/ticket/19/?action=new&attachfilebutton=Attach+file HTTP/
1.1" 200 4863
192.168.0.131 - - [20/Nov/2008:11:16:53 -0500] "POST /test/trac/
attachment/ticket/19/?action=new&attachfilebutton=Attach+file HTTP/
1.1" 200 3872

though that size seems  bit odd (attempting to upload ~4 kb file).

Trac log doesn't note any problems, either:

2008-11-20 11:16:40,750 Trac[main] DEBUG: Dispatching 
2008-11-20 11:16:40,754 Trac[chrome] DEBUG: Prepare chrome data for
request
2008-11-20 11:16:40,760 Trac[session] DEBUG: Retrieving session for ID
u'Charles Bailey'
2008-11-20 11:16:40,807 Trac[main] DEBUG: 207 unreachable objects
found.
2008-11-20 11:16:53,063 Trac[main] DEBUG: Dispatching 
2008-11-20 11:16:53,068 Trac[chrome] DEBUG: Prepare chrome data for
request
2008-11-20 11:16:53,077 Trac[session] DEBUG: Retrieving session for ID
u'Charles Bailey'
2008-11-20 11:16:53,122 Trac[main] DEBUG: 484 unreachable objects
found.

Attachments directory permissions look OK to me:
drwxrwxr-x 2 baileyc apache 4096 Oct  9 12:02 attachments

I did see a thread noting problems with mod_fcgid but no solutions.
Are there FastCGI problems I'm missing?

Any guidance on things to check, pointers to TFM, or other hints
welcome.

Thanks.

Regards,
Charles Bailey


--~--~-~--~~~---~--~~
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 setting up track with Apache 2.2

2008-11-20 Thread Jonas Borgström

Hendrik Maryns wrote:
>> > P.S. Is there some way to follow this group in a proper mail/news
>> > reader, such as via Gmane?  I’d rather not get all the mails but view
>> > it in a usenet-like fashion.
>>
>> Have you tried:
>>
>> http://groups.google.com/group/trac-users
> 
> Um, yes, that is exactly what I *do not* want to do.  I want to access
> them through Thunderbird, as a newsgroup, Usenet-like.

Have you checked gmane? Both lists should be there.

/ Jonas

--~--~-~--~~~---~--~~
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 setting up track with Apache 2.2

2008-11-20 Thread Hendrik Maryns

On 19 nov, 23:46, Graham Dumpleton <[EMAIL PROTECTED]> wrote:
> On Nov 19, 10:19 pm, Hendrik Maryns <[EMAIL PROTECTED]> wrote:
>
> > On Nov 19, 5:22 am, Graham Dumpleton <[EMAIL PROTECTED]>
> > wrote:
>
> > > Did you actually look in the Apache error log file to see if there was
> > > any useful information?
>
> > Nope, I am pretty new to Apache as well.  Where can I find those?
>
> Depends on where/how you have Apache installed.
>
> You can try running 'httpd -V'. For Apache 2.2 this will dump out,
> amongst other stuff:
>
>  -D HTTPD_ROOT="/usr/local/apache-2.2.4"
>  -D DEFAULT_ERRORLOG="logs/error_log"
>
> Join the paths together and hopefully you have your error log file.

Cheers!

> > P.S. Is there some way to follow this group in a proper mail/news
> > reader, such as via Gmane?  I’d rather not get all the mails but view
> > it in a usenet-like fashion.
>
> Have you tried:
>
> http://groups.google.com/group/trac-users

Um, yes, that is exactly what I *do not* want to do.  I want to access
them through Thunderbird, as a newsgroup, Usenet-like.

H.

--~--~-~--~~~---~--~~
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] Download in other formats

2008-11-20 Thread Normen Müller

He,

is it in Trac 0.11.1 possible to disable ``Download in other formats:'' feature?

Cheers,

-- 
Normen Müller


--~--~-~--~~~---~--~~
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] Restrict access to certain svn modules/branches

2008-11-20 Thread Hendrik Maryns

Hi,

I want to restrict the access to parts of my repository (some of it is
private, some of it is public; yes, I should have created a separate
repository, but that is too late now).

How can I do this?  In ViewVC there is the ‘forbidden’ option, I want
something similar.

Cheers, H.

--~--~-~--~~~---~--~~
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] Can't upload attachments

2008-11-20 Thread sensei

Hope somebody can help.
I'm unable to upload attachments to tickets or wiki's on my trac
installation.
I'm running Trac 0.11
TICKET_APPEND is assigned to anonymous and authorized users
AttachementModule is enabled
LegacyAttacgmentPolicy is enabled

I can see the "attach file" button and use it, but no attachements get
added to the ticket.

I've checked trac.log in debig mode as well as the apache logs, but no
errors at all.

Is there anything else I can do to troubleshoot this, because I
absolutely need to get attachments in tickets.

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: show_email_addresses don't work ?!

2008-11-20 Thread Stephan

Hi!

I have exactly the same problem here, using 0.11.1 under Windows. ini
setting show_email_addresses is set to true, email preferences are
made but no email address is shown.

Is this a known bug?

Regards,

Stephan

--~--~-~--~~~---~--~~
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 Notification problem

2008-11-20 Thread Tod

register  new user  , and next login, should show email validation
notification.

But my trac show "Notice: "

Trac0.11.2
Python2.5

--~--~-~--~~~---~--~~
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: The ordinal 284 could not be located in the dynamic link

2008-11-20 Thread Soul Boy
Ok I solved the problem by using the binary installation from

http://stickpeople.com/projects/python/win-psycopg/#Version2

Not sure why it didnt work

Thanks

--- On Wed, 19/11/08, Gareth Pidgeon <[EMAIL PROTECTED]> wrote:
From: Gareth Pidgeon <[EMAIL PROTECTED]>
Subject: [Trac] Re: The ordinal 284 could not be located in the dynamic link
To: trac-users@googlegroups.com
Date: Wednesday, 19 November, 2008, 12:46 AM

2008/11/19 Jonas Borgström <[EMAIL PROTECTED]>:
>
> Gaz wrote:
>>
>>
>> Hi there I am trying to install trac using Postres.
>>
>> I am using Python 2.4, trac 0.11.2.1, psycopg 2-2.0.8, Postgres 8.3
>>
>> After installing everything, I tried to create a new environment using
>> the following connection string:
>>
>> postgres://User:[EMAIL PROTECTED]:5432/TracDB
>>
>> I get an error pop up with :
>>
>> The ordinal 284 could not be located in the dynamic link library
>> SSLEAY32.dll
>>
>> When I hit ok on the pop up a message in the command prompt says:
> *snip*
>
>> I thought pyPgSQL was separate to psycopg, does pyPgSQL need to be
>> installed as well.
>
> Trac prefers psycopg2 and only attempts to import pyPgSQL if it failed
> to import psycopg2 for some reason.
>
> Try typing "import psycopg2" manually into a python interpreter
to see
> if that works or gives any usable error message.
>
> / Jonas

Yes that gave the same error. Will see whats wrong with the psycopg2
installation

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] SQLite to PostgreSQL Script

2008-11-20 Thread Soul Boy
I am a little unsure about of this script. If I run this script on a trac 
environment does it modify the target and from then on it will use Postgres ?

Thanks

Gareth



  
--~--~-~--~~~---~--~~
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: How do I export tickets along with custom fields?

2008-11-20 Thread petermity

"Erik Bray" <[EMAIL PROTECTED]> wrote:

>
>On Sat, Nov 15, 2008 at 2:01 AM, petermity <[EMAIL PROTECTED]> wrote:
>>
>> I would like to export from Trac in a similar format as I
>> imported to it.  I used a hand-created CSV file and the script:
>>   http://trac.edgewall.org/attachment/wiki/TracSynchronize/csv2trac.2.py
>>
>> I defined three custom fields (cross_references, meeting_discuss,
>> current_status).  The CSV header line and one record sample:
>>
>> type,cross_references,time,changetime,component,reporter,cc,url,version,milestone,status,resolution,keywords,meeting_discuss,priority,severity,owner,summary,description,current_status
>> task,XR-37512,new,,,Maybe,1,1,John,"Issue sample","Description
>> line 1
>> Description line 2: Issue discussed at meeting 'Big Issues', last Wed.
>> Description line 3
>> ","Awaiting TIB"
>>
>> This imported fine and works.  But I can find no report or query
>> method for exporting to the same kind of CSV format.  Choosing
>> the CSV export link at the end of a report or query does not
>> include the Description.
>>
>> Playing with sqlite3.exe on trac.db and the ticket and
>> ticket_custom tables, my newbie SQL non-skills are apparent; a
>> join of, or trying to select fields from, both tables gives
>> duplicate ticket records.  What I want is a single record for
>> each ticket, with the three custom field values included.  (I
>> don't really care what the field order is, just want all fields
>> of each ticket).
>
>If you want to add the description, manually add col=description to
>the URL query string.

Thank you very much for the reply!  Yes, this worked; even the
newline formatting in the Description field is preserved, and
(after re-checking the checkbox of a couple fields that had
somehow become unchecked) I verified it exported all data OK.



--~--~-~--~~~---~--~~
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] Newbie Here

2008-11-20 Thread Eddy Subur
Dear Trac-Users,

I am getting difficulties in installing trac on my notebook, since I am a
newbie here. Please help me or even just directing me to any documentation
that I can read and study, I'll be thankful.

Correct me if I am wrong, please. I didn't find a comprehensive (or maybe I
haven't found yet) articles in FAQ about how to install trac in Windows
platform. I also confused about choices Tracd, CGI Trac, FastCGI Trac,
Mod_python Trac, which one is best for me? I use Python 2.3 in our office
and also have XAMPP for Windows Version 1.6.7.

Thanks for your help.

Regards,
*Eddy Subur*
**
PT Ihsan Solusi Informatika
Jl. Antapani XI No. 15 - 17
Bandung 40291
Indonesia
Phone/Fax: +62 22 723 033
Mobile: +62 812 2018 2408

--~--~-~--~~~---~--~~
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] pygments using

2008-11-20 Thread Link

Hi, I have a problem of using pygments to make syntax highlight in
trac.
I am using trac 0.11.2.1, pygments 0.11.1
I install pygments this way:
-
tar zxvf Pygments-0.11.1.tar.gz.gz
cd Pygments-0.11.1
python setup.py build
python setup.py install
-

And I make a global configuration of trac to use pygments, here is
some sections of my trac.ini file in my project trac sub directory:

---
[inherit]
file = /usr/local/share/trac/conf/trac.ini
plugins_dir = /usr/local/share/trac/plugins
templates_dir = /usr/local/share/trac/templates

[mimeviewer]
enscript_modes = text/x-dylan:dylan:4
enscript_path = enscript
max_preview_size = 262144
mime_map = text/x-dylan:dylan,text/x-idl:ice,text/x-ada:ads:adb, text/
x-java:java, text/x-chdr:h, text/x-csrc:c, text/x-c++hdrh:h, text/x-c+
+src:cpp, text/x-csharp:cs, text/x-python:py
php_path = php
silvercity_modes =
pygments_default_type = trac
pygments_modes = text/x-java:java:7, text/x-chdr:h:7, text/x-csrc:c:7,
text/x-c++hdrh:h:7, text/x-c++src:cpp:7, text/x-csharp:cs:7, text/x-
python:py:7
tab_width = 8
--

and in the file /usr/local/share/trac/conf/trac.ini, I add components
section like this:

--
[components]
tracpygments.* = enabled
--

I restart apache server, and browse source in trac, but here is no
syntax colour at all. On top of the source code trac show,  there is a
message like this:

--
Revision 2, 10.2 KB  (checked in by user, ** hours ago)

  * Property svn:mime-type set to text/plain
---


I use Eclipse as my IDE and Subversion to add source code to the svn
server. It seems that Subversion plugin of Eclipse had set the
snv:mime-type ??

Any one could give me some help of this problem? Thank you.


--~--~-~--~~~---~--~~
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] Upgrade to 0.11 on Mac advise needed!

2008-11-20 Thread Todd Freese

I am currently running Trac 0.10.3 on Mac OS 10.4.11. It was installed
using DarwinPorts 1.3.1. Subversion is version 1.4.3 also installed
with Darwin ports.

I really want to upgrade to Leopard, trac 0.11, and svn 1.5. However,
I am worried that this upgrade will be a complete nightmare.

Does the new installer for Leopard non-server, just install without
any problems? I know how to build appache and svn, just concerned
about trac.

I would like to not use DarwinPorts if possible as it seems somewhat
out of date with the current trac release.

Can I build this on a new machine and just move the project files over
and upgrade them?

Thanks in advance, this system is mission critical to our development
pipeline and really could use some advise.

Todd

--~--~-~--~~~---~--~~
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] Cannot set milestone on ticket

2008-11-20 Thread W. Martin Borgert

Hi,

this is my first attempt on using milestones in trac, so maybe I just didn't
configure it like it should be: I have a small installation with only about
25 tickets so far. Milestones were deleted completely, but now I defined
some. When I enter a new ticket or try to change an existing one, I get the
milestone selection box, but there are no milestones to select from. Instead
there are: the empty value (default), "Open (by due date)" and "Open (no due
date)". I have TRAC_ADMIN rights, of course. I use:

trac 0.11.1
apache 2.2.9
mod-wsgi 2.3
postgresql 8.3.5
psycopg2 2.0.7

Any ideas what I probably forgot? Thanks in advance!

(Btw. I can set ticket milestones by entering them using pgadmin3.)

--~--~-~--~~~---~--~~
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: using a smaller font size in the wiki?

2008-11-20 Thread Christian Boos

noamtm wrote:
> In some wiki pages, or sections of pages, I want to have smaller
> fonts. Is it possible to do?
> I don't mind adding something like:
>  {{{#!html [code to make the rest of the page smaller] }}}
> to the section start if that would do the trick.
>   

In Trac 0.11, you can achieve this effect with the #!div blocks and the 
attribute style="font-size: 80%", for example.

Example:

== Normal Section ==
This text has normal size
{{{
#!div style="font-size: 80%"
 - this is much smaller text
 - well, only 80% smaller actually
 - ...
 - [[span('''NOTE''' this is normal size again,style=font-size: 120%)]]

See http://trac.edgewall.org/wiki/WikiHtml for more details
}}}


-- 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] using a smaller font size in the wiki?

2008-11-20 Thread noamtm

In some wiki pages, or sections of pages, I want to have smaller
fonts. Is it possible to do?
I don't mind adding something like:
 {{{#!html [code to make the rest of the page smaller] }}}
to the section start if that would do the trick.

Thanks, Noam.
--~--~-~--~~~---~--~~
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] Over-zealous caching?

2008-11-20 Thread bobbykjack

Hi all,

I've recently upgraded a trac installation from 0.10 to 0.11, and
apart from many welcome improvements, a significant problem has been
introduced: everything appears to be cached a bit too 'eagerly'. The
result is that many parts of trac are simply unusable - editing a wiki
page, for example, results in many 'version clash' issues, unless I
force a refresh - e.g. Ctrl-r in Firefox - every time.

Of course, I fully realise that this MAY be a local issue, and I MAY
be able to find out more by examining raw HTTP headers, but I'm just
hoping that someone might have a quick answer to this, before I resort
to opening the hood.

Thanks very much,

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