I really appreciate you taking the time to answer my question! :) 

-----Original Message-----
From: [EMAIL PROTECTED] on behalf of [EMAIL PROTECTED]
Sent: Thu 6/29/2006 7:46 PM
To: [email protected]
Subject: Trac Digest, Vol 29, Issue 58
 
Send Trac mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.edgewall.com/mailman/listinfo/trac
or, via email, send a message with subject or body 'help' to
        [EMAIL PROTECTED]

You can reach the person managing the list at
        [EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Trac digest..."


Today's Topics:

   1. spanish translation ( Johan Chaves Sabor?o )
   2. Macro parameter help (Pruitt, Dawn (HQ-LD070)[InDyne, Inc])
   3. Best way to add tickets from external application. (m christensen)
   4. Re: Macro parameter help (Christian Boos)
   5. Re: Best way to add tickets from external application.
      (Noah Kantrowitz)
   6. Trac Admin Egg (Jacco Steur)
   7. Re: Trac Admin Egg (Emmanuel Blot)
   8. Re: Trac Admin Egg ([EMAIL PROTECTED])
   9. Re: spanish translation (Emmanuel Blot)


----------------------------------------------------------------------

Message: 1
Date: Thu, 29 Jun 2006 11:37:53 -0600
From: " Johan Chaves Sabor?o " <[EMAIL PROTECTED]>
Subject: [Trac] spanish translation
To: [email protected]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="iso-8859-1"

Hi,

Does anybody has translated Trac to Spanish???

Where can I find a translation, or how can I translate it???
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
http://lists.edgewall.com/archive/trac/attachments/20060629/29d639ab/attachment-0001.html

------------------------------

Message: 2
Date: Thu, 29 Jun 2006 14:35:28 -0400
From: "Pruitt, Dawn (HQ-LD070)[InDyne, Inc]" <[EMAIL PROTECTED]>
Subject: [Trac] Macro parameter help
To: <[email protected]>
Message-ID:
        <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="us-ascii"

Hi everyone,

 

I am using the Recent Changes macro as [[RecentChanges]]. It shows up
and works just fine, but I want to add a parameter to limit the amount
of pages it returns.

I have read and re-read the Wiki Macros help page but all it tells me is
this:

"This macro accepts two parameters. The first is a prefix string: if
provided, only pages with names that start with the prefix are included
in the resulting list. If this parameter is omitted, all pages are
listed. The second parameter is a number for limiting the number of
pages returned. For example, specifying a limit of 5 will result in only
the five most recently changed pages to be included in the list."

I do want to limit the number of pages returned but I have NO idea how
to set this parameter. 

Can anyone help me out with this?
Thanks so much!

Dawn

 

 

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
http://lists.edgewall.com/archive/trac/attachments/20060629/e0c843b6/attachment-0001.htm

------------------------------

Message: 3
Date: Thu, 29 Jun 2006 12:46:14 -0600
From: m christensen <[EMAIL PROTECTED]>
Subject: [Trac] Best way to add tickets from external application.
To: [email protected]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

We have finished one phase of our project and as part of the next I want 
to replace our
current bug and issue tracking system.

I built it with trac version 8.4 and svn.

I have external test processes that run tests, insert results and logs 
into SVN and add
new trac tickets with summary info and links to those logs in SVN.

I did this by directly connecting to the sqlite database and inserting data.
It worked OK, but was not real portable.

We are replacing everything and I'd like a clean start.

With the current version of  trac what is the best approach for 
inserting tickets in a non-interactive way?

Which database backend do people prefer?
Which is best supported and most stable?

I'd prefer postgresql, but one of the developers prefers mysql.

mgc


------------------------------

Message: 4
Date: Thu, 29 Jun 2006 20:51:57 +0200
From: Christian Boos <[EMAIL PROTECTED]>
Subject: Re: [Trac] Macro parameter help
To: [email protected]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Pruitt, Dawn (HQ-LD070)[InDyne, Inc] wrote:
> Hi everyone,
>
>
> I am using the Recent Changes macro as [[RecentChanges]]. It shows up
> and works just fine, but I want to add a parameter to limit the amount
> of pages it returns.
>
> I have read and re-read the Wiki Macros help page but all it tells me is
> this:
>
> "This macro accepts two parameters. The first is a prefix string: if
> provided, only pages with names that start with the prefix are included
> in the resulting list. If this parameter is omitted, all pages are
> listed. 
>   

Yes, that's not that obvious, but the way to "omit" the first parameter 
is to write:

[[RecentChanges(,10)]]

-- Christian


------------------------------

Message: 5
Date: Thu, 29 Jun 2006 15:07:37 -0400
From: Noah Kantrowitz <[EMAIL PROTECTED]>
Subject: Re: [Trac] Best way to add tickets from external application.
To: [email protected]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

The best way is probably to use the XML-RPC plugin, though this only 
works on 0.10 (which should be released shortly)

--Noah

m christensen wrote:
> We have finished one phase of our project and as part of the next I want 
> to replace our
> current bug and issue tracking system.
> 
> I built it with trac version 8.4 and svn.
> 
> I have external test processes that run tests, insert results and logs 
> into SVN and add
> new trac tickets with summary info and links to those logs in SVN.
> 
> I did this by directly connecting to the sqlite database and inserting 
> data.
> It worked OK, but was not real portable.
> 
> We are replacing everything and I'd like a clean start.
> 
> With the current version of  trac what is the best approach for 
> inserting tickets in a non-interactive way?
> 
> Which database backend do people prefer?
> Which is best supported and most stable?
> 
> I'd prefer postgresql, but one of the developers prefers mysql.
> 
> mgc
> _______________________________________________
> Trac mailing list
> [email protected]
> http://lists.edgewall.com/mailman/listinfo/trac
> 



------------------------------

Message: 6
Date: Thu, 29 Jun 2006 21:39:51 +0200
From: Jacco Steur <[EMAIL PROTECTED]>
Subject: [Trac] Trac Admin Egg
To: [email protected]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; format=flowed; charset=ISO-8859-1

All,

I created a new instance of trac using the trad-admin tool. After that I 
created a user with htdigest and put the file in the proper place. After 
that I gave this user the TRAC_ADMIN permission. I dropped the file 
TracWebAdmin-0.1.1dev_r2765-py2.4.egg in the plugin directory of the 
instance I created. (So I removed the .zip extension) After all this I 
logged in with the created user and did not see the additional admin tab 
for the user.

What am I doing wrong here?

Jacco.


------------------------------

Message: 7
Date: Thu, 29 Jun 2006 22:01:02 +0200
From: "Emmanuel Blot" <[EMAIL PROTECTED]>
Subject: Re: [Trac] Trac Admin Egg
To: [email protected]
Message-ID:
        <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Did you enabled it?

[components]
webadmin.* = enabled

in trac.ini ?

Have a look at the log file (DEBUG level), it should report whether
the plugin is loaded or not.

On 6/29/06, Jacco Steur <[EMAIL PROTECTED]> wrote:
> All,
>
> I created a new instance of trac using the trad-admin tool. After that I
> created a user with htdigest and put the file in the proper place. After
> that I gave this user the TRAC_ADMIN permission. I dropped the file
> TracWebAdmin-0.1.1dev_r2765-py2.4.egg in the plugin directory of the
> instance I created. (So I removed the .zip extension) After all this I
> logged in with the created user and did not see the additional admin tab
> for the user.
>
> What am I doing wrong here?
>
> Jacco.
> _______________________________________________
> Trac mailing list
> [email protected]
> http://lists.edgewall.com/mailman/listinfo/trac
>


-- 
Manu


------------------------------

Message: 8
Date: Thu, 29 Jun 2006 15:55:33 -0500 (CDT)
From: [EMAIL PROTECTED]
Subject: Re: [Trac] Trac Admin Egg
To: [email protected]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain;charset=iso-8859-1

> All,
>
> I created a new instance of trac using the trad-admin tool. After that I
> created a user with htdigest and put the file in the proper place. After
> that I gave this user the TRAC_ADMIN permission. I dropped the file
> TracWebAdmin-0.1.1dev_r2765-py2.4.egg in the plugin directory of the
> instance I created. (So I removed the .zip extension) After all this I
> logged in with the created user and did not see the additional admin tab
> for the user.
>
> What am I doing wrong here?
>

I think you also need to enable web admin in /path/to/trac/conf/trac.ini

Mine has this section:

[components]
webadmin.* = enabled






------------------------------

Message: 9
Date: Fri, 30 Jun 2006 01:46:19 +0200
From: "Emmanuel Blot" <[EMAIL PROTECTED]>
Subject: Re: [Trac] spanish translation
To: [email protected]
Message-ID:
        <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

> Does anybody has translated Trac to Spanish???

I'm not sure whether it has already be done for spanish.
http://lists.edgewall.com/archive/trac/2006-March/007155.html

I think it has been done for portuguese, russian, japanese and french,
although I do not know the current status of these projects.

> Where can I find a translation, or how can I translate it???

Translating the whole Trac interface is not really an easy task with
the current release. You need to modify the Clearsilver templates
files, but the most of the Python files as well. Clearly, Trac is not
really designed to support internationalization.

However, I18N support is planned for an upcoming release
(http://projects.edgewall.com/trac/milestone/0.11), so localization
will be easier by that time.

-- 
Manu


------------------------------

_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac


End of Trac Digest, Vol 29, Issue 58
************************************

<<winmail.dat>>

_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac

Reply via email to