devroy | 1 Jan 10:48
Picon

[Trac] trac error..


I am facing a strangege error..Today is my first day with trac and just
installed it..but when i am hosting it on localhost the page is getting
displayed. but there I am not finding the create ticket tab..why it is
so??..it surely must be a dumb issue but not getting where i have gone
wrong.
kindly help.
--

-- 
View this message in context: http://old.nabble.com/trac-error..-tp26984421p26984421.html
Sent from the Trac Users mailing list archive at Nabble.com.

--

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@...
To unsubscribe from this group, send email to trac-users+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.

Chris Heller | 1 Jan 23:35
Picon

Re: [Trac] trac error..

There is a permission called TICKET_CREATE that you need to do that.  You are either not logged in (and the anonymous user does not have TICKET_CREATE) or the account that you are logged in with does not have the TICKET_CREATE permission.

On Fri, Jan 1, 2010 at 1:48 AM, devroy <dev17.roy-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:

I am facing a strangege error..Today is my first day with trac and just
installed it..but when i am hosting it on localhost the page is getting
displayed. but there I am not finding the create ticket tab..why it is
so??..it surely must be a dumb issue but not getting where i have gone
wrong.
kindly help.
--
View this message in context: http://old.nabble.com/trac-error..-tp26984421p26984421.html
Sent from the Trac Users mailing list archive at Nabble.com.

--

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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org.
To unsubscribe from this group, send email to trac-users+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org.
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.



--

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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to trac-users+unsubscribe <at> googlegroups.com.
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.
Chris Heller | 1 Jan 23:59
Picon

Re: [Trac] importing from csv

The default delimiter for CSV imports is a comma (,) not a semi-colon.  Python's underlying CSV module allows the delimiter to be specified, but the Trac ticket import module does not expose this,  so the best thing for you to do is change your import file to use commas instead.

Note that if you have any text in your import file that contains commas in it,  you'll need to wrap those fields in quotes for the parsing to work properly.

On Mon, Dec 28, 2009 at 9:52 AM, Francisco Cavaco <site.operacoes-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
Hello,

I'm new to Trac and probably that shows with the problem I will put.
Nonetheless, I have not a lot to go and need to have my tickets
imported. My problem is the following:

I've set up my TRAC environment with the import plugin. afterwards,
I've setup customised fields for tickets and created an CSV file based
on that. Tried also a reduced version of my csv file such as the one
below:

summary;priority;reporter;type;status;milestone
1;1;Administrador;task;new;1.0.5


Tried to import and always get the same error :

Trac Error
The first line of the worksheet contains neither a 'ticket', an 'id'
nor a 'summary' field name. At least one of them is needed to perform
the import. Please check the file and try again.


when to check trac log and could find a similar error . i.e. did'nt
add much:-
2009-12-28 17:33:04,936 Trac[main] DEBUG: Dispatching <Request "POST
u'/importer'">
2009-12-28 17:33:04,936 Trac[cache] DEBUG: cache metadata undefined
(youngest_rev=u'')
2009-12-28 17:33:04,936 Trac[cache] INFO: repos rev [0] != cached rev
[None]
2009-12-28 17:33:04,936 Trac[session] DEBUG: Retrieving session for ID
u'fjferreira'
2009-12-28 17:33:04,951 Trac[main] WARNING: HTTPInternalError: 500
Trac Error (The first line of the worksheet contains neither a
'ticket', an 'id' nor a 'summary' field name. At least one of them is
needed to perform the import. Please check the file and try again.)
2009-12-28 17:33:04,951 Trac[chrome] DEBUG: Prepare chrome data for
request


Can anyone help?

already grateful

Francisco

--

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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org.
To unsubscribe from this group, send email to trac-users+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org.
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.



--

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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to trac-users+unsubscribe <at> googlegroups.com.
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.
Ice Polar | 2 Jan 00:37
Picon

Re: [Trac] trac error..

Hi,

have a look at the ADMIN Tab, if you can't find it at the right side of the menu you are not logged in as a user with the apropriate rights: Follow the installation quide where this aspects are discussed and fix it.
Please give us an idea on which OS you are working and the brand of your browser, so we can help much more better.

  Ice




2010/1/1 Chris Heller <chris.heller.greysparling <at> gmail.com>
There is a permission called TICKET_CREATE that you need to do that.  You are either not logged in (and the anonymous user does not have TICKET_CREATE) or the account that you are logged in with does not have the TICKET_CREATE permission.

On Fri, Jan 1, 2010 at 1:48 AM, devroy <dev17.roy-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:

I am facing a strangege error..Today is my first day with trac and just
installed it..but when i am hosting it on localhost the page is getting
displayed. but there I am not finding the create ticket tab..why it is
so??..it surely must be a dumb issue but not getting where i have gone
wrong.
kindly help.
--
View this message in context: http://old.nabble.com/trac-error..-tp26984421p26984421.html
Sent from the Trac Users mailing list archive at Nabble.com.

--

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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org.
To unsubscribe from this group, send email to trac-users+unsubscribe <at> googlegroups.com.
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.



--

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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org.
To unsubscribe from this group, send email to trac-users+unsubscribe <at> googlegroups.com.
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.

--

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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to trac-users+unsubscribe <at> googlegroups.com.
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.
Ice Polar | 2 Jan 00:45
Picon

Re: [Trac] importing from csv

Hi,

i think there is also missing a ticket-id as a field-name.
- summary 1 isn't that meaningfull

With the tipps from my predecessor a test-file like the following makes more sense:

ID, summary, priority, reporter, type, status, milestone
1, "This is a Ticket", 1, Administrador, task, new, 1.0.5

good luck & peace

  Ice



2010/1/1 Chris Heller <chris.heller.greysparling-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
The default delimiter for CSV imports is a comma (,) not a semi-colon.  Python's underlying CSV module allows the delimiter to be specified, but the Trac ticket import module does not expose this,  so the best thing for you to do is change your import file to use commas instead.

Note that if you have any text in your import file that contains commas in it,  you'll need to wrap those fields in quotes for the parsing to work properly.

On Mon, Dec 28, 2009 at 9:52 AM, Francisco Cavaco <site.operacoes <at> gmail.com> wrote:
Hello,

I'm new to Trac and probably that shows with the problem I will put.
Nonetheless, I have not a lot to go and need to have my tickets
imported. My problem is the following:

I've set up my TRAC environment with the import plugin. afterwards,
I've setup customised fields for tickets and created an CSV file based
on that. Tried also a reduced version of my csv file such as the one
below:

summary;priority;reporter;type;status;milestone
1;1;Administrador;task;new;1.0.5


Tried to import and always get the same error :

Trac Error
The first line of the worksheet contains neither a 'ticket', an 'id'
nor a 'summary' field name. At least one of them is needed to perform
the import. Please check the file and try again.


when to check trac log and could find a similar error . i.e. did'nt
add much:-
2009-12-28 17:33:04,936 Trac[main] DEBUG: Dispatching <Request "POST
u'/importer'">
2009-12-28 17:33:04,936 Trac[cache] DEBUG: cache metadata undefined
(youngest_rev=u'')
2009-12-28 17:33:04,936 Trac[cache] INFO: repos rev [0] != cached rev
[None]
2009-12-28 17:33:04,936 Trac[session] DEBUG: Retrieving session for ID
u'fjferreira'
2009-12-28 17:33:04,951 Trac[main] WARNING: HTTPInternalError: 500
Trac Error (The first line of the worksheet contains neither a
'ticket', an 'id' nor a 'summary' field name. At least one of them is
needed to perform the import. Please check the file and try again.)
2009-12-28 17:33:04,951 Trac[chrome] DEBUG: Prepare chrome data for
request


Can anyone help?

already grateful

Francisco

--

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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org.
To unsubscribe from this group, send email to trac-users+unsubscribe <at> googlegroups.com.
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.



--

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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org.
To unsubscribe from this group, send email to trac-users+unsubscribe <at> googlegroups.com.
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.

--

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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to trac-users+unsubscribe <at> googlegroups.com.
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.
Ryan J Ollos | 3 Jan 10:47

[Trac] Searching the Repository from Trac


Hello,

1. Is there a way to search source code in the repository from Trac?  For
example, suppose I know a file's name, but not where in the repository tree
it is located.  Obviously there are ways to do this from a working copy, but
for convenience I was wondering if this could be done from Trac.

If such a feature does not exist, is there an open ticket requesting this
feature? (searched for, but couldn't find one).

2. I was looking at WebSVN and TortoiseSVN, and neither of them appear to
have a "repository search" feature either. Another case when I would find
this feature useful is for a project with many branches, and I can't
remember which branch I added a particular class method or file.  Can anyone
point me to an SVN client or WebViewer that implements a feature like this?

3. When using Trac's Search module, it appears that including a changeset in
the search criteria will search the changeset log message only, as opposed
to returning results for files changed in that changeset.  For example,
suppose I made a change to `macros.py` in a particular changeset.  If I
don't mention `macros.py` in the changeset log message, then a Trac search
for `macros.py` won't return that changeset in the list of results.

If I'm not mistaken about that behavior, it would seem to me that the
checkbox should be named "RevisionLogs" rather than "Changesets".

- Ryan

--

-- 
View this message in context: http://old.nabble.com/Searching-the-Repository-from-Trac-tp27000157p27000157.html
Sent from the Trac Users mailing list archive at Nabble.com.

--

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@...
To unsubscribe from this group, send email to trac-users+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.

W. Martin Borgert | 3 Jan 15:35
Picon
Favicon

Re: [Trac] Searching the Repository from Trac

Quoting "Ryan J Ollos" <ryano@...>:
> 1. Is there a way to search source code in the repository from Trac?

Try this plugin: http://trac-hacks.org/wiki/RepoSearchPlugin

--

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@...
To unsubscribe from this group, send email to trac-users+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.

Carsten Fuchs | 2 Jan 14:25
Picon
Favicon

[Trac] Pretty Trac URLs - how are the page and cookie URLs properly set?

Dear Trac group,

I have a Trac instance running at

	http://web278.server07.lcube-server.de/trac-cafu/htdocs/

and a .htaccess file according to http://trac.edgewall.org/wiki/TracPrettyUrls at the root 
directory http://web278.server07.lcube-server.de/ :

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ trac-cafu/htdocs/trac.fcgi/$1 [L,QSA]
RewriteRule ^$ trac-cafu/htdocs/trac.fcgi [L]

This works as expected, for example
	http://web278.server07.lcube-server.de/about
is internally rewritten to
	http://web278.server07.lcube-server.de/trac-cafu/htdocs/trac.fcgi/about

However - and here is the problem - the cookie and the URLs in the website all contain the 
unwanted "trac-cafu/htdocs/trac.fcgi/" part. The above Wiki page doesn't mention anything on how 
this could be fixed.

Despite a search of the Wiki and mailing-list, I've not been able to find the proper place where 
this part of the cookie and page URLs can be set - any help would much be welcome!

Thank you very much,
and best regards,
Carsten

--

-- 
    Cafu - the open-source Game and Graphics Engine
for multiplayer, cross-platform, real-time 3D Action
               Learn more at www.cafu.de

Attachment (smime.p7s): application/pkcs7-signature, 5146 bytes
Alexander Wendland | 3 Jan 20:53
Picon

[Trac] Custom Fields disabled

Hello,

I've Problems with [trac-custom] fields.
All of the custom-fields are not editable in the "New Ticket" form, even 
as admin.
Is there a Solution?

Regards

Alex

--

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@...
To unsubscribe from this group, send email to trac-users+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.

Kevin | 3 Jan 03:08
Picon

[Trac] Mulitrepos & Hg

Trac-0.12multirepos_r8996
TracMercurial-0.12.0.20dev_r8964

I'm playing with with the latest multirepos and mercurial plugin.
Works great, but I can't seem to get the CommitTicketUpdater plugin to
work.

CommitTicketUpdater is enabled.
In my test hg repo I added to .hg/hgrc
[hooks]
commit = trac-admin /home/kevin/Projects/TracTest/ changeset added
"(default)" $HG_NODE

Tickets are not being closed after a commit. Anyone have any hints?

--

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@...
To unsubscribe from this group, send email to trac-users+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.


Gmane