[Trac] Re: ANN: TracPyTpp, TracDotOrg theme

2009-05-13 Thread Noah Kantrowitz


On May 13, 2009, at 8:25 AM, Olemis Lang wrote:

>
> On Fri, Apr 17, 2009 at 2:45 PM, Noah Kantrowitz  
>  wrote:
>>> On Behalf Of Olemis Lang
>>> On Fri, Apr 17, 2009 at 7:10 AM, Olemis Lang   
>>> wrote:
 On Fri, Apr 17, 2009 at 12:49 AM, Noah Kantrowitz
>>>  wrote:
>>>
>>> Ah! I forgot, the most important of all is
>>>
>>> - setup.py in ThemesEngine plugin (at least the version I have ;)
>>> doesnt handle the resource files correctly (so JS, PNG, and others
>>> files are missing in the final EGG ;)
>>>
>>> Hopefully next weekend I'll publish tyhe patch in TH ;)
>>
>> You sure you are looking at the latest version?
>>
>
>
> Hello Noah ... Once again.
>
> You were definitely right: My version was not updated. I really see
> some improvements in the latest one; and that's cool ! One of those
> is that it seems that carousel issue was *almost* solved after  
> switching
> to using «jcarousellite_1.0.1.js». Great ! Keep up the good job ! ;)
>
> However :
>
>  1. There is another issue now with carousel. BTW I have installed
> three themes : default, PyTpp (set), PyDotOrg. They appear in
> that order in admin UI. The fact is that if I click on the
> «move to left» (previous) image the carousel only switchs between
> PyTpp and default. After solving 4 then I realized that the fact
> is that once PyDotOrg is about to be render, the animation
> continues and stops in the next place: PyTpp. Nevertheless if I
> press «move to right» (next)
> image then the carousel behaves ok. Besides if I move right until
> PyDotOrg and later I go back to the left then the carousel ends
> up in the same loop. But in fact this is undoubtedly
> better than before ;).

Yeah, seemed to be a bug in the carosel code that I didn't feel like  
bothering. The right arrow behaves as it should and loops around.

>
>  2. The same non-portable JS code is already there. It breaks the
> UI in Firefox and Opera, and «possibly»
> Chrome (i.e. real browsers :P ... and I'm not saying that anybody
> has included non-portable code, and non-standard features in
> browsers :$ ... I'm not even mentioning wich one ... did I ? ;)

Which JS is that? I don't have opera, but I tested everything in IE7,  
Fx3, and Safari. The dynamic rules stuff in the scheme builder is  
definitely far from simple, so not working in Opera wouldn't shock me  
too much. The navbar transparency doesn't work in IE6 for obvious  
reasons, so you can't recolor the bar there.

--Noah
--~--~-~--~~~---~--~~
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 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Two or more trac projects connected ina single reposiotry

2009-05-13 Thread Joao Ronaldo
Hi all!

I got it!

I just defined specific modules on authz_module_name and on svn.conf file.
The users do not have access for the repository paths not related to their
trac project.

Thanks,
John

On Wed, May 13, 2009 at 7:35 AM, John  wrote:

>
> Hi all!
>
> Do you know if I can set up a trac project to a specifc folder on the
> repository (or also a set of folders)?
> I'm trying to have two or more trac projects connected into a single
> reposiotry where all my applications are controlled. However, my trac
> projects have access to the svnRepository root folder.
>
> Thanks in advance,
> John
>
>
>
>
> >
>


-- 
João Ronaldo Del Ducca Cunha, Msc.

--~--~-~--~~~---~--~~
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 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Two or more trac projects connected ina single reposiotry

2009-05-13 Thread John

Hi all!

Do you know if I can set up a trac project to a specifc folder on the
repository (or also a set of folders)?
I'm trying to have two or more trac projects connected into a single
reposiotry where all my applications are controlled. However, my trac
projects have access to the svnRepository root folder.

Thanks in advance,
John




--~--~-~--~~~---~--~~
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 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: create new ticket via xmlrpc

2009-05-13 Thread Jeff Hammel

On Wed, May 13, 2009 at 09:40:50AM -0700, Lukasz Szybalski wrote:
> 
> 
> 
> On May 13, 9:43 am, Olemis Lang  wrote:
> > On Wed, May 13, 2009 at 9:34 AM, Jeff Hammel  wrote:
> >
> > > 
> > >> I was able to create a new ticket via xmlrpc.
> >
> > >> Is there a render for pdf attachments in trac?
> >
> > >> "
> > >> File fax000314169.pdf, 32.2 kB  (added by admin, 15 seconds ago)
> >
> > >> fax000314169.pdf
> >
> > >> HTML preview not available, since no preview renderer could handle it.
> > >> Try downloading the file instead.
> > >> "
> >
> > >> If is there somekind of plugin that would allow the pdf to be opened
> > >> when somebody clicks on the attachment?
> >
> > >> Thanks,
> > >> Lucas
> >
> > > You can always click on the download link, or for a quick and dirty hack 
> > > see:
> >
> > >http://trac-hacks.org/wiki/PdfRendererPlugin
> 
> Is there something better?
> 
> Something like  scribd or google pdf render (google books)
> 
> I really would like to render these pdfs on the website. I tried
> getting the adobe plugin to work on the trac but its not working. It
> works on any other page but the trac. I guess it might have something
> to do with the way encoding is done or something along these lines.
> 
> Ideas?
> 
> Thanks,
> Lucas

While I don't have any time to work on it, if any one wants to make the 
PdfRendererPlugin better, I would gladly accept patches or grant access to its 
SVN. I threw up what I did as a 1 hour example because I was annoyed at not 
being able to see a PDF someone else had uploaded to Trac ;)

Jeff

--~--~-~--~~~---~--~~
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 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: create new ticket via xmlrpc

2009-05-13 Thread Lukasz Szybalski



On May 13, 9:43 am, Olemis Lang  wrote:
> On Wed, May 13, 2009 at 9:34 AM, Jeff Hammel  wrote:
>
> > 
> >> I was able to create a new ticket via xmlrpc.
>
> >> Is there a render for pdf attachments in trac?
>
> >> "
> >> File fax000314169.pdf, 32.2 kB  (added by admin, 15 seconds ago)
>
> >> fax000314169.pdf
>
> >> HTML preview not available, since no preview renderer could handle it.
> >> Try downloading the file instead.
> >> "
>
> >> If is there somekind of plugin that would allow the pdf to be opened
> >> when somebody clicks on the attachment?
>
> >> Thanks,
> >> Lucas
>
> > You can always click on the download link, or for a quick and dirty hack 
> > see:
>
> >http://trac-hacks.org/wiki/PdfRendererPlugin

Is there something better?

Something like  scribd or google pdf render (google books)

I really would like to render these pdfs on the website. I tried
getting the adobe plugin to work on the trac but its not working. It
works on any other page but the trac. I guess it might have something
to do with the way encoding is done or something along these lines.

Ideas?

Thanks,
Lucas
--~--~-~--~~~---~--~~
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 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: ANN: TracPyTpp, TracDotOrg theme

2009-05-13 Thread Olemis Lang

On Fri, Apr 17, 2009 at 2:45 PM, Noah Kantrowitz  wrote:
>> On Behalf Of Olemis Lang
>> On Fri, Apr 17, 2009 at 7:10 AM, Olemis Lang  wrote:
>> > On Fri, Apr 17, 2009 at 12:49 AM, Noah Kantrowitz
>>  wrote:
>>
>> Ah! I forgot, the most important of all is
>>
>> - setup.py in ThemesEngine plugin (at least the version I have ;)
>> doesnt handle the resource files correctly (so JS, PNG, and others
>> files are missing in the final EGG ;)
>>
>> Hopefully next weekend I'll publish tyhe patch in TH ;)
>
> You sure you are looking at the latest version?
>


Hello Noah ... Once again.

You were definitely right: My version was not updated. I really see
some improvements in the latest one; and that's cool ! One of those
is that it seems that carousel issue was *almost* solved after switching
to using «jcarousellite_1.0.1.js». Great ! Keep up the good job ! ;)

However :

  1. There is another issue now with carousel. BTW I have installed
 three themes : default, PyTpp (set), PyDotOrg. They appear in
 that order in admin UI. The fact is that if I click on the
 «move to left» (previous) image the carousel only switchs between
 PyTpp and default. After solving 4 then I realized that the fact
 is that once PyDotOrg is about to be render, the animation
 continues and stops in the next place: PyTpp. Nevertheless if I
 press «move to right» (next)
 image then the carousel behaves ok. Besides if I move right until
 PyDotOrg and later I go back to the left then the carousel ends
 up in the same loop. But in fact this is undoubtedly
 better than before ;).
  2. The same non-portable JS code is already there. It breaks the
 UI in Firefox and Opera, and «possibly»
 Chrome (i.e. real browsers :P ... and I'm not saying that anybody
 has included non-portable code, and non-standard features in
 browsers :$ ... I'm not even mentioning wich one ... did I ? ;)
  3. The same problem in setup.py concerning resource files still
 remains.
  4. Because of the former, default screenshots are not included
 in EGG either. This time neither the image for default theme nor
 the one for PyDotOrg theme are shown, and besides accesing its URL
 directly triggers the following error :

{{{
Trac detected an error:
IOError: [Errno 0] Error: 'themeengine\\htdocs\\default_screenshot.png'
}}}

I'll try to publish a patch to fix 4, 3 & 2 ;)

PS: Nonetheless I feel really happy. Theme admin is much much better
than before ... :)

-- 
Regards,

Olemis.

Blog ES: http://simelo-es.blogspot.com/
Blog EN: http://simelo-en.blogspot.com/

Featured article:

--~--~-~--~~~---~--~~
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 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: ANN: TracPyTpp, «enhancing» TracDotOrg theme

2009-05-13 Thread Olemis Lang

On Mon, Apr 13, 2009 at 2:04 PM, Olemis Lang  wrote:
> The last weekend I made a few changes to PyDotOrg theme. It's been
> installed in a public site [1]_ so I'd appreciate if you could please
> provide some feedback in order to enhance it further. Every comment
> will be welcome.
>

It's available here [2]_. Below you'll find a direct download link [3]_

This time the theme displays much better when the browser window is
resized -at least in the tests I have made using Opera & Firefox & MS
IE - (yes I heard Noah's advice ... Thnx Noah ! ;^)

PS: I have inserted this in PyDotOrg wiki page plugin since I consider
that what I did is just a minor change to the original theme -I mean
you 'r the real heroes ;) - . I hope you dont mind ...

;o)

> .. [1] Simelo's projects site
>      (https://opensvn.csie.org/traccgi/swlcu/wiki/WikiStart)

.. [2] PyTpp theme
(http://trac-hacks.org/wiki/PyDotOrgTheme#PyTpptheme)

.. [3] TracPyTppTheme-2.0-py2.5.egg
 
(http://trac-hacks.org/attachment/wiki/PyDotOrgTheme/TracPyTppTheme-2.0-py2.5.egg)

-- 
Regards,

Olemis.

Blog ES: http://simelo-es.blogspot.com/
Blog EN: http://simelo-en.blogspot.com/

Featured article:

--~--~-~--~~~---~--~~
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 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: create new ticket via xmlrpc

2009-05-13 Thread Olemis Lang

On Wed, May 13, 2009 at 9:34 AM, Jeff Hammel  wrote:
>
> 
>> I was able to create a new ticket via xmlrpc.
>>
>> Is there a render for pdf attachments in trac?
>>
>> "
>> File fax000314169.pdf, 32.2 kB  (added by admin, 15 seconds ago)
>>
>> fax000314169.pdf
>>
>> HTML preview not available, since no preview renderer could handle it.
>> Try downloading the file instead.
>> "
>>
>>
>> If is there somekind of plugin that would allow the pdf to be opened
>> when somebody clicks on the attachment?
>>
>>
>>
>> Thanks,
>> Lucas
>
> You can always click on the download link, or for a quick and dirty hack see:
>
> http://trac-hacks.org/wiki/PdfRendererPlugin
>

Cool ! Didnt know ... :-/

Trac is awesome ! Keep up the good work ! It can get even better ;o)

-- 
Regards,

Olemis.

Blog ES: http://simelo-es.blogspot.com/
Blog EN: http://simelo-en.blogspot.com/

Featured article:

--~--~-~--~~~---~--~~
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 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: create new ticket via xmlrpc

2009-05-13 Thread Jeff Hammel

 
> I was able to create a new ticket via xmlrpc.
> 
> Is there a render for pdf attachments in trac?
> 
> "
> File fax000314169.pdf, 32.2 kB  (added by admin, 15 seconds ago)
> 
> fax000314169.pdf
> 
> HTML preview not available, since no preview renderer could handle it.
> Try downloading the file instead.
> "
> 
> 
> If is there somekind of plugin that would allow the pdf to be opened
> when somebody clicks on the attachment?
> 
> 
> 
> Thanks,
> Lucas

You can always click on the download link, or for a quick and dirty hack see:

http://trac-hacks.org/wiki/PdfRendererPlugin
 
I can never get PDFs to render in browser (not that i've tried hard).  
Personally, I hate the things.

Jeff

--~--~-~--~~~---~--~~
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 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Quote code snippets in Wiki from source file

2009-05-13 Thread Eirik Schwenke

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Ted Gifford skrev 12. mai 2009 21:01:
>> Andrew Gehring wrote:
>>> On Tue, May 12, 2009 at 7:06 AM, jevans  wrote:
 Since line numbers can shift so easily, how about something like:
  [[Include(source:trunk/somefile.cpp, '// Important section', 20)]]

 where the second parameter could be a regex matching something in the
 file.

> Why not have a regex for the end line as well?

I believe that is called a "patch"... While a regexp might be easier
sometimes that linenumbers -- I think reffering to trunk wouldn't be a
very good idea -- reffering to an actual version might be better (then
line-numbers would never change).

The "real" problem here is synchronizing documentation in the wiki with
code in the repository -- I'd say either move documentation closer to
the source (same repo, same changeset) -- or keep the documentation in
the wiki do something that's less prone to change -- i.e. API documentation.

I don't have a problem with improvements to the includeplugin to make
all this stuff possible -- just thought it worth pointing out that this
might be solving the right problem in the wrong place...

- -e

- --
 .---.  Eirik Schwenke 
( 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.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkoK2DwACgkQxUW7FIqjOSwzaACgr3YEt45ObNwyAHEvUHXgEoLC
eIQAn22rJ1Kp92xkPxgU4mAJuF2HCZlH
=RMH1
-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 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Ldap autentication

2009-05-13 Thread Sergio Charpinel Jr

The correct page is http://trac-hacks.org/ticket/1147
Also, I'm getting this in my ldap log:
conn=88 op=1 SRCH base="ou=users,dc=mybase,dc=com" scope=1 deref=0
filter="(uid=anonymous)"
It is not looking for my login , like uid=mylogin.
I dont know if the problem is that I'm using trac 0.10.3 and this
module was made to trac 0.11 .
Helps?

On 11 maio, 22:30, "Sergio Charpinel Jr." 
wrote:
> Hi,
> I have trac 0.10.3 installed with WebAdmin, AccountManager and LdapAuth
> plugins. Its working, but the problem is that LdapAuth doesnt offer filter
> paramater, and I need to search in two differents dn, like
> ou=teachers,dc=example,dc=com and ou=students,dc=example,dc=com.
> So, I installed LdapPlugin (because it has filter), applied the last patch
> fromhttp://trac-hacks.org/attachment/ticket/1147/, copied the egg to my
> plugin`s directory, but I always get username or password invalid.
> Do you know what might be the problem? Helps
>
> Thx
> --
> Sergio Roberto Charpinel Jr.
--~--~-~--~~~---~--~~
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 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: create new ticket via xmlrpc

2009-05-13 Thread Olemis Lang

On Tue, May 12, 2009 at 4:17 PM, Lukasz Szybalski  wrote:
> On Tue, May 12, 2009 at 3:28 PM, Lukasz Szybalski  wrote:
>
> If is there somekind of plugin that would allow the pdf to be opened
> when somebody clicks on the attachment?
>
>

That's a browser reaction to the returned content type ... I'm not
saying it's impossible, I'm just saying that if you install pdf viewer
(plugin) for your particular browser then it *SHOULD* be able to
render the file inside a tab | window ... ;)


-- 
Regards,

Olemis.

Blog ES: http://simelo-es.blogspot.com/
Blog EN: http://simelo-en.blogspot.com/

Featured article:

--~--~-~--~~~---~--~~
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 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Trac/Nagios integration

2009-05-13 Thread Greg Troxel

  The company I work for uses Trac quite heavily, and I was recently
  tasked with getting Nagios up and running to replace our current
  monitoring system, I was wondering if anyone had done any kind of
  trac/nagios integration that would allow creation of a trac ticket
  from a nagios alert?  I did some searching but didn't come up with
  anything.

There seems to be an email2ticket script, and it would seem easy to make
nagios have an alert in the right format.

I'm not sure what you want to do is wise, though - we have nagios
monitoring a lot of stuff and get alerts that don't need tickets (load
spikes, upstream ISP is out for a few minutes and comes back, distant
host goes off the net (we watch so we are aware of issues, even if they
aren't ours to fix).  So you'll have to be careful, and also maybe think
about a way to have tickets closed and reopened when nagios sees a
recovery.

Perhaps you have a 24x7 NOC an want to be really on top of things, in
which case this would make sense.

If you write a nagios plugin that can connect to a trac, log in, and do
a ticket query, and error if the server isn't running, that would be
great - it's on my group's todo list and I'll share when it works, but
it's not going to happen soon.  The problem is that apache, even with
ssl can be fine but trac can be hosed because of mod_python leaks, or db
not upgraded, or whatever - our existing nagios monitoring has failed to
notice some problems.



pgp9VKk96YhQS.pgp
Description: PGP signature


[Trac] action cotrollers

2009-05-13 Thread eri x
Hi, i am trying to use the trac/samples-workflow components but i don't
understand whow to use them,i should create a plugin with the file,install
it and than write the component in [components] and in [ticket] so trac can
use it or there is another way to use them.

--~--~-~--~~~---~--~~
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 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: create new ticket via xmlrpc

2009-05-13 Thread Lukasz Szybalski

On Tue, May 12, 2009 at 3:28 PM, Lukasz Szybalski  wrote:
> Hello,
> I'm trying to find an example of how to create a new ticket via xmlrpc.
>
> I've got the stand alone server and authentication going. I am able to
> login via xmlrpc but how do I create a new ticket?
> How do I add an attachment with a new ticket?
> How to set custom fields?
>
> Thanks,
> Lucas
>

I was able to create a new ticket via xmlrpc.

Is there a render for pdf attachments in trac?

"
File fax000314169.pdf, 32.2 kB  (added by admin, 15 seconds ago)

fax000314169.pdf

HTML preview not available, since no preview renderer could handle it.
Try downloading the file instead.
"


If is there somekind of plugin that would allow the pdf to be opened
when somebody clicks on the attachment?



Thanks,
Lucas

--~--~-~--~~~---~--~~
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 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Trac/Nagios integration

2009-05-13 Thread John Andrunas

The company I work for uses Trac quite heavily, and I was recently
tasked with getting Nagios up and running to replace our current
monitoring system, I was wondering if anyone had done any kind of
trac/nagios integration that would allow creation of a trac ticket
from a nagios alert?  I did some searching but didn't come up with
anything.

-- 
John

--~--~-~--~~~---~--~~
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 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Trac Tickets As Code Review Mechanism

2009-05-13 Thread colski

> I've been thinking of using trac tickets as a code review mechanism.
> is anyone else out there doing this?

yes, in a limited way, though I plan to do more...

> i plan to create a new type of ticket and name it as review.

That's what we do.

> How do you normally do code reviews with trac?
Our reviews are relatively informal face to face affairs, and often
include a lot of models that are not rendered by the CodeReviewPlugin
(so we bring them up on the projector / people have print outs of
areas they want to discuss)
I have the MasterTicketsPlugin installed. We set blocking tickets to
be actions from the review ticket. The UI is not particularly elegant
(yet) as the "note taker" during the review needs to remember the
review ticket number to set it in the blocking field of all the
actions. Some users really seem to like the dependency graph.

In terms of keeping tabs on what needs to be done, and verifying all
the actions are complete before the review is closed, it works OK but
not amazing yet.

--~--~-~--~~~---~--~~
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 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] create new ticket via xmlrpc

2009-05-13 Thread Lukasz Szybalski

Hello,
I'm trying to find an example of how to create a new ticket via xmlrpc.

I've got the stand alone server and authentication going. I am able to
login via xmlrpc but how do I create a new ticket?
How do I add an attachment with a new ticket?
How to set custom fields?

Thanks,
Lucas

--~--~-~--~~~---~--~~
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 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Ldap autentication

2009-05-13 Thread Sergio Charpinel Jr.
Hi,
I have trac 0.10.3 installed with WebAdmin, AccountManager and LdapAuth
plugins. Its working, but the problem is that LdapAuth doesnt offer filter
paramater, and I need to search in two differents dn, like
ou=teachers,dc=example,dc=com and ou=students,dc=example,dc=com.
So, I installed LdapPlugin (because it has filter), applied the last patch
from http://trac-hacks.org/attachment/ticket/1147/ , copied the egg to my
plugin`s directory, but I always get username or password invalid.
Do you know what might be the problem? Helps

Thx
-- 
Sergio Roberto Charpinel Jr.

--~--~-~--~~~---~--~~
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 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Trac Tickets As Code Review Mechanism

2009-05-13 Thread Babar, Ramesh (Ramesh)
Hi,
There can be add to add one more state in the ticket (say"code_review")and you 
can put those tickets in this state which require review.

Thanks,
Ramesh 
 
Ramesh Babar| Associate Technical Manager |AMSSD System Verification  | Avaya 
India Pvt Ltd | 
4B-C6, Level 4, Tower 11, Cybercity, Magarpatta City| Pune 411013 ,India |
Voice +91 20 41018838 ,fax:+91 20 30412300|Email :ba...@avaya.com

http://www.avaya-apac.com/corporate/whoisavaya/default.asp
 Save the environment. Please don't print this email unless you really need 
to.
This e-mail message is for the sole use of the intended recipient(s) and may 
contain confidential and/or privileged information. Any unauthorized review, 
use, disclosure or distribution is prohibited.



-Original Message-
From: trac-users@googlegroups.com [mailto:trac-us...@googlegroups.com] On 
Behalf Of Chris Nelson
Sent: Monday, May 11, 2009 5:23 PM
To: trac-users@googlegroups.com
Subject: [Trac] Re: Trac Tickets As Code Review Mechanism


Aaron D. Marasco wrote:
> On Sun, May 10, 2009 at 12:34 PM, Carlo Camerino
>  wrote: 
>   Hi There,
> 
>   I've been thinking of using trac tickets as a code review
mechanism.
>   is anyone else out there doing this?
> 
>   i plan to create a new type of ticket and name it as review.
> 
> 
> 
> Have you seen this? http://trac-hacks.org/wiki/PeerReviewPlugin Just
> making sure. Not sure how well the plugin is maintained or anything. 

The OP said:

   i tried using the peer review plugin but i'm missing one 
   very important issue and that is the notification plugin.



--~--~-~--~~~---~--~~
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 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: synchronize a ticket between two trac instances?

2009-05-13 Thread Noah Kantrowitz

On May 12, 2009, at 3:39 PM, W. Martin Borgert wrote:

>
> On 2009-05-12 09:23, yoheeb wrote:
>> Just out of curiosity, is this a physical limitation (i.e, the help
>> desk can't actually access the trac server) or some poorly thought  
>> out
>> "shall not happen" restriction?
>
> Neither nor. It's a well-thought "shall not happen"
> restriction :~)
>
>> The reason I ask, there are some plugins for CustomerSupport type
>> tickets that limit what can be done for creating tickets.  Combined
>> with other plugins like PrivateTickets, and also modifying
>> permissions, you could easily limit "front desk people" to only
>> creating tickets, and only seeing their own tickets, disallowing all
>> coded, wiki, reports, etc. pages, and not even seeing tickets created
>> by others.  Might be worth a look to see what can be done, and see if
>> that fits within the intent of the "shall not access" edict's actual
>> intent.
>
> When we set up multiple trac instances we were completely aware
> of private ticket and wiki page plugins. But the overhead of
> managing this seemed (and still seems) to be relatively high
> even compared to copying one ticket in a while manually from one
> system to another. Note that both departments have also their
> own wiki, SVN, etc.
>
> Thanks for the hint anyway. I'm sure for many similar situations
> your suggestion is be the best solution!

The 0.10 version of TracForge did have a system for this, but it  
wasn't complete and definitely hacky. Did support full bi-directional  
updates though.

--Noah

--~--~-~--~~~---~--~~
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 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---