Re: [Trac] Re: Remotely creating Trac projects

2016-05-14 Thread Olemis Lang
On 5/14/16, Olemis Lang <ole...@gmail.com> wrote:
> On 5/14/16, blacktho...@ironik.org <blacktho...@ironik.org> wrote:
>
>> Thank you as well. That doesn't seem off-topic at all yet it seems to be
>> something that you install onto existing environments as opposed to the
>> trac daemon itself?
>>
>
> That's a plugin for Apache Bloodhound [1]_ , a fork of Trac that was
> aimed at providing a few extras features e.g. multi-product support
> [2]_ . Nonetheless its development is stagnant .
>
[...]

Sorry . The links

.. [1] http://bloodhound.apache.org

.. [2] https://issues.apache.org/bloodhound/wiki/Proposals/BEP-0003

-- 
Regards,

Olemis - @olemislc

Apache™ Bloodhound contributor
http://issues.apache.org/bloodhound
http://blood-hound.net

Brython committer
http://brython.info
http://github.com/brython-dev/brython

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 unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at https://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.


Re: [Trac] Re: Remotely creating Trac projects

2016-05-14 Thread Olemis Lang
On 5/14/16, blacktho...@ironik.org  wrote:
> Thank you as well. That doesn't seem off-topic at all yet it seems to be
> something that you install onto existing environments as opposed to the
> trac daemon itself?
>

That's a plugin for Apache Bloodhound [1]_ , a fork of Trac that was
aimed at providing a few extras features e.g. multi-product support
[2]_ . Nonetheless its development is stagnant .

> I really like trac but I'm trying to get it onto a place where we need to
> List and Create environments remotely, (remotely) set hooks for different
> operations (like commits, branch, checkouts, ...), maybe even create
> tickets (which I can see it can be done with your plugin) and this seems to
> be the only stopper.
>
[...]

Yes , I get it . That's what the Apache Bloodhound project was created
for few years ago .

-- 
Regards,

Olemis - @olemislc

Apache™ Bloodhound contributor
http://issues.apache.org/bloodhound
http://blood-hound.net

Brython committer
http://brython.info
http://github.com/brython-dev/brython

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 unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at https://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.


Re: [Trac] Re: Remotely creating Trac projects

2016-05-13 Thread Olemis Lang
On 5/12/16, blacktho...@ironik.org  wrote:
> Thank you, I must say I am surprised, I was expecting this to be something
> I wasn't aware of rather than something missing. I feel an API would be
> very useful here.
>

 that makes sense . Indeed , we considred this use case in
Bloodhound RPC plugin [1]_ there is a product API 

.. [1] https://bitbucket.org/olemis/bloodhound-rpc

[...]

-- 
Regards,

Olemis - @olemislc

Apache™ Bloodhound contributor
http://issues.apache.org/bloodhound
http://blood-hound.net

Brython committer
http://brython.info
http://github.com/brython-dev/brython

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 unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at https://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.


Re: [Trac] When and why does trac itself change trac.ini?

2016-03-10 Thread Olemis Lang
On 3/10/16, Florian Berger  wrote:
> Hi,
>

Hi !
:)

> are there occasions where trac rewrites / resets trac.ini on its own?
>

Yes . Both Trac and plugins may modify it .
Given that `env` variable contain a reference to an instance of
`trac.env.Environment` class then every invocation of
`env.config.save()` will overwrite it .

[...]

-- 
Regards,

Olemis - @olemislc

Apache™ Bloodhound contributor
http://issues.apache.org/bloodhound
http://blood-hound.net

Brython committer
http://brython.info
http://github.com/brython-dev/brython

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 unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at https://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.


Re: [Trac] How to use the TracGViz Plugin?

2016-03-05 Thread Olemis Lang
On 3/4/16, ivanelson  wrote:
> I have no special data. I only want to show charts from my tickets. How do
> I do that?
>

The process is meant to be as follow . Start by choosing your data
source e.g. tickets list [1]_ [2]_ ; then write a query [3]_ (e.g.
tickets by milestone [4]_ [5]_ ) to filter and prepare the data for
the particular chart you want to render . Finally, embed the chart
using WikiFormatting [6]_ .

[...]

.. [1] Milestones list in readable HTML format
(http://dataviz.blood-hound.net/gviz/ticket/milestone?tqx=out:html)

.. [2] Milestones list in on-the-wire GViz API JSON format
(http://dataviz.blood-hound.net/gviz/ticket/milestone)

.. [3] Google Charts query language spec
(https://developers.google.com/chart/interactive/docs/querylanguage)

.. [4] Tickets per milestone data in readable HTML format

(http://dataviz.blood-hound.net/gviz/ticket/milestone?tqx=out:html=select%20name,%20total%20label%20total%20'Total%20tickets',%20name%20'Milestones')

.. [5] Tickets per milestone data in on-the-wire GViz API JSON format

(http://dataviz.blood-hound.net/gviz/ticket/milestone?tq=select%20name,%20total%20label%20total%20'Total%20tickets',%20name%20'Milestones')

.. [6] Embedding chart widget , explained

(https://widgets.blood-hound.net/wiki/Demos/DojoTicketChartsMacro#count_where_milestone)

-- 
Regards,

Olemis - @olemislc

Apache™ Bloodhound contributor
http://issues.apache.org/bloodhound
http://blood-hound.net

Brython committer
http://brython.info
http://github.com/brython-dev/brython

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 unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at https://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.


Re: [Trac] How to use the TracGViz Plugin?

2016-03-04 Thread Olemis Lang
Oops typos ...

On 3/4/16, Olemis Lang <ole...@gmail.com> wrote:
[...]
>>
>> I need to create a data source before?
>>
>
> If you have data you want "special" to be exposed in GViz format then
> yes .

I wanted to say :

«If you have "special" data that you want to expose in GViz format then yes .»

[...]

P.S. If you find me saying weird things in my previous message I'm
keen to clarify your doubts later today . It's 4:08 am and I still
have to sleep for a while , so not even coffee can make my brains work
correctly .

-- 
Regards,

Olemis - @olemislc

Apache™ Bloodhound contributor
http://issues.apache.org/bloodhound
http://blood-hound.net

Brython committer
http://brython.info
http://github.com/brython-dev/brython

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 unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at https://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.


Re: [Trac] How to use the TracGViz Plugin?

2016-03-04 Thread Olemis Lang
I have fixed top-posting in spite of transforming the conversation
into a readable form .

On 3/3/16, ivanelson  wrote:
> Em quinta-feira, 3 de março de 2016 10:46:33 UTC-3, olemis escreveu:
>>
>> On 3/2/16, Ryan Ollos  wrote:
>> > On Wed, Mar 2, 2016 at 3:34 PM, ivanelson > > wrote:
>> >
>> >> The [1] page opens. However, it seems to be empty.
>> >>
>> >> [1] http://dataviz.blood-hound.net/wiki/UserDoc
[...]
>>
>> There is something wrong with plugins installed in that site . Sorry for
>> this .
>>

A bunch of plugins were disabled . They should be back to normal now .

[...]
> When I go to this url: *http://mytrac.com/gviz/what*
>
> I get an error:
>
>
>> *Trac detectou um erro interno:*ValueError: Can't send unicode content
>

Thanks, it's the 2^10-th ticket https://dataviz.blood-hound.net/ticket/1024
That would make 1KT
:)

>
> I need to create a data source before?
>

If you have data you want "special" to be exposed in GViz format then
yes . Nonetheless you should be all set with default data sources [4]_
(disclaimer : the exact DS available in your particular environment
may vary according to the plugins you have enabled / disabled ) .
Please see a sample query execution [3]_ , and notice that you'll get
results in HTML format by adding `tqx=out:html` argument in the URL .

> I do not understand what's in the
> URL after myenv/gviz/ ?!
>
>
[...]

Please read data source docs [1]_ .

>>
>> I'll tell you about a few
>> more things to consider related to this topic .
>>
[...]

Once upon a time TracGVizPlugin was quite easy to use because it
relied upon iGoogle visualization gadgets . Unfortunately iGoogle was
shut down few years ago . Therefore in the docs
(dataviz.blood-hound.net/wiki/...) you'll find a lot of references to
samples that will not be rendered due to the fact that the former
gadget iframe URL specified in  tags now return back to the
client an HTTP 404 error response all the time (e.g. [2]_ ) .
Therefore the data is there but the widgets rendering such data are
gone .

So alternatives have to be implemented . Once upon a time I started
writing widget sets powered by Flot [5]_ , HighCharts [6]_ [8]_ [9]_
and Dojo [7]_ .

.. [1] https://dataviz.blood-hound.net/wiki/UserDoc/DataSources

.. [2] 
http://gmodules.com/ig/ifr?lang=en_US==http%3A%2F%2Fwww.google.com%2Fig%2Fmodules%2Ftime-series-line.xml=ALL=open__table_query_url=http%3A%2F%2Fbhnet.blood-hound.net%2Fgviz%2Ftimeline%2Flog%3Ftq%3Dselect+%60toDate%28date%29%60%2C+count%28timestamp%29+group+by+toDate%28%60date%60%29+order+by+%60toDate%28date%29%60+where+kind+%3D+%27changeset%27+label+%60count%28timestamp%29%60+%22Events%22=400=200=js=%23ff%7C1px%2C1px+solid+black%7C1px%2C1px+solid+black%7C0px%2C1px+black

.. [3] 
http://dataviz.blood-hound.net/gviz/timeline/log?tq=select%20%60toDate(date)%60,%20count(timestamp)%20group%20by%20toDate(%60date%60)%20order%20by%20%60toDate(date)%60%20label%20%60count(timestamp)%60%20%22Events%22=out:html

.. [4] https://dataviz.blood-hound.net/gviz

.. [5] https://widgets.blood-hound.net/wiki/Demos/FlotTimeline

.. [6] https://widgets.blood-hound.net/wiki/Demos/HighStockTimeline

.. [7] https://widgets.blood-hound.net/wiki/Demos/DojoTicketChartsMacro

.. [8] https://widgets.blood-hound.net/wiki/Demos/HighStockGithub

.. [9] https://widgets.blood-hound.net/wiki/Demos/HighChartsTimeline

-- 
Regards,

Olemis - @olemislc

Apache™ Bloodhound contributor
http://issues.apache.org/bloodhound
http://blood-hound.net

Brython committer
http://brython.info
http://github.com/brython-dev/brython

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 unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at https://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.


Re: [Trac] How to use the TracGViz Plugin?

2016-03-03 Thread Olemis Lang
On 3/2/16, Ryan Ollos  wrote:
> On Wed, Mar 2, 2016 at 3:34 PM, ivanelson  wrote:
>
>> The [1] page opens. However, it seems to be empty.
>>
>> [1] http://dataviz.blood-hound.net/wiki/UserDoc
>>
>
> Probably the best route is to ask Olemis (BCC'ed on this message).
>
[...]

There is something wrong with plugins installed in that site . Sorry for this .

For instance TOC macro is failing but you can consult the index
directly [1]_ . Starting from there feel free to browse the docs to
get an initial idea of what should be done and , at least until
everything will be back to normal , you could try the plugin in a
sandbox local environment .

I'll take a look later today in order to bring up all other plugins
needed to render the docs . Once I do this I'll tell you about a few
more things to consider related to this topic .

.. [1] http://dataviz.blood-hound.net/wiki/TitleIndex

-- 
Regards,

Olemis - @olemislc

Apache™ Bloodhound contributor
http://issues.apache.org/bloodhound
http://blood-hound.net

Brython committer
http://brython.info
http://github.com/brython-dev/brython

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 unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at https://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.


Re: [Trac] User problem accessing tickets.

2016-01-29 Thread Olemis Lang
On 1/29/16, Roger Oberholtzer  wrote:
> Follow up: problem 'solved'.
>
> I looked through the Trac database for anything that looked different for
> what turned out to be two users. I could find nothing.
>
> So, ooc, I logged in as these users from my browser. All worked for me.
> Here is the mysterious part: after that all works for them as well.
>
> So logging in from a different computer seems to have cleared something.
> Note that using a different browser on the same computer did not help.
>

Maybe it is related to the browser language setting and the
Accept-Language HTTP header [1]_ [3]_ . If you could inspect requests
, e.g. with a tool like Fiddler [1]_ , you could see the data the
browser is sending on the wire (though I guess there should be
something in the logs with the appropriate log/level set ... DEBUG? )

.. [1] http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.4

.. [2] http://www.telerik.com/fiddler

.. [3] 
http://stackoverflow.com/questions/1043339/javascript-for-detecting-browser-language-preference

[...]

-- 
Regards,

Olemis - @olemislc

Apache™ Bloodhound contributor
http://issues.apache.org/bloodhound
http://blood-hound.net

Brython committer
http://brython.info
http://github.com/brython-dev/brython

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 unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at https://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.


Re: [Trac] Any way to notify comment author when their comment is replied to?

2016-01-26 Thread Olemis Lang
On 1/11/16, Dave Huang  wrote:
> Hi there! In Trac 1.0.x, is there a way to send a notification to the author
> of a ticket comment when someone replies to their comment? They're not
> anyone who would normally get notifications from that ticket (not in Cc
> list, not reporter, not owner, etc...)--just some person who saw the ticket
> and commented on it. If someone replies to their comment, I'd like them to
> get an email notification of the reply.
>
> None of the options in http://trac.edgewall.org/wiki/TracNotification seem
> to do this, and I didn't spot any tickets about this specifically (although
> perhaps http://trac.edgewall.org/ticket/11871 would work, in combination
> with replies defaulting to including an @mention)
>
[...]

Have you considered something like TracMentionsPlugin [1]_ ?

https://github.com/trac-hacks/trac-mentions


-- 
Regards,

Olemis - @olemislc

Apache™ Bloodhound contributor
http://issues.apache.org/bloodhound
http://blood-hound.net

Brython committer
http://brython.info
http://github.com/brython-dev/brython

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 unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at https://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.


Re: [Trac] SharedCookieAuthPlugin 0.1.5

2015-11-27 Thread Olemis Lang
On 11/27/15, RjOllos  wrote:
> I've been trying to enable single-sign-on for environments that reside in
> the same directory, with the aim of adding support to Trac for
> single-sign-on across subdomains (1).
>
> I've read that AccountManagerPlugin has support for single-sign-on, but I
> also did some work to correct issues with SharedCookieAuthPlugin (2) so
> that we have a simple standalone solution for single-sign-on. I hope we can
> even integrate the feature as an optional component in Trac (3).
>
> If anyone has a need for single-sign-on to a collection of Trac instances
> I'd appreciate testing and feedback on the latest changes to
> SharedCookieAuthPlugin. The latest, 0.1.5dev, should support Trac 0.12 and
> later.
>

I do find it useful . I'll take a look and try to adapt this to deploy
onto my environments .

-- 
Regards,

Olemis - @olemislc

Apache™ Bloodhound contributor
http://issues.apache.org/bloodhound
http://blood-hound.net

Brython committer
http://brython.info
http://github.com/brython-dev/brython

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 unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.


Re: [Trac] Re: ThemeEnginePlugin 2.2.0 released

2015-11-09 Thread Olemis Lang
Thanks Ryan for moving forward with this . I've been extremely busy these days .

You rock ! Keep up the good work ... :)

On 11/3/15, RjOllos  wrote:
> ThemeEnginePlugin 2.2.2 released today and uploaded to PyPI (1), fixing two
>
> issues (2,3).
>
> (1) https://pypi.python.org/pypi/TracThemeEngine
> (2) https://trac-hacks.org/ticket/12549
> (3) https://trac-hacks.org/ticket/12550
>
> --
> You received this message because you are subscribed to the Google Groups
> "Trac Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to trac-users+unsubscr...@googlegroups.com.
> To post to this group, send email to trac-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/trac-users.
> For more options, visit https://groups.google.com/d/optout.
>


-- 
Regards,

Olemis - @olemislc

Apache™ Bloodhound contributor
http://issues.apache.org/bloodhound
http://blood-hound.net

Brython committer
http://brython.info
http://github.com/brython-dev/brython

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 unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.


Re: [Trac] Requesting feedback on authentication at trac-hacks.org

2015-08-07 Thread Olemis Lang
On 8/6/15, RjOllos rjol...@gmail.com wrote:
 On Thursday, August 6, 2015 at 5:44:38 PM UTC-7, olemis wrote:
[...]

   - What is the plan regarding repository access ?
 To get rid of svn and migrate all repos onto github ?


 No, I didn't suggest anything of the sort. This is just about
 authentication.


My point is , if you are still going to have HTTP auth for the
repository then you'd be maintaining both auth schemes to make'em work
together . Therefore users will still have to register and setup a
password and so on . In the end this is all up to you . Adding github
logins might be helpful for devs who use Github frequently . I rarely
use it though . Indeed I interact with t.h.o in anonymous mode most of
the time .


   - What about RPC auth @trac-hacks.org ?


 Unsure. I don't know that anyone uses authenticated RPC.


... well , for instance , at a given point in time I'd like a CI
server to modify tickets when tests are reported as failures .

 Your last login was 17 months ago, so I can't imagine you'd even notice if
 we removed basic authentication.


Really ? Thanks for taking the time to do this research . That's
interesting because I never do so . I always interact with t.h.o as
anonymous user , so I was estimating this to be few years ago , to be
honest .

-- 
Regards,

Olemis - @olemislc

Apache™ Bloodhound contributor
http://issues.apache.org/bloodhound
http://blood-hound.net

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 unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.


Re: [Trac] Requesting feedback on authentication at trac-hacks.org

2015-08-07 Thread Olemis Lang
On 8/6/15, RjOllos rjol...@gmail.com wrote:
 On Thursday, August 6, 2015 at 6:07:58 PM UTC-7, RjOllos wrote:

   - What is the plan regarding repository access ?
 To get rid of svn and migrate all repos onto github ?


 No, I didn't suggest anything of the sort. This is just about
 authentication.


 I see now the major flaw in the proposed change. There's probably no way to

 authenticate Subversion repository access through GitHub.

 I didn't think about that since the other site on which trac-github is
 deployed doesn't host repositories.

[...]

Exactly . That's why I asked whether you were thinking of moving
version control on to github . If that was the case then Github auth
might make more sense ; otherwise it might be an extra effort .

-- 
Regards,

Olemis - @olemislc

Apache™ Bloodhound contributor
http://issues.apache.org/bloodhound
http://blood-hound.net

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 unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.


Re: [Trac] Requesting feedback on authentication at trac-hacks.org

2015-08-06 Thread Olemis Lang
On 8/6/15, RjOllos rjol...@gmail.com wrote:

[...]

 authentication provided by GitHub? Would anyone consider this to be an
 improvement?


Improvement ? IMO not particularly .

 If you are favor the change I'd appreciate a quick reply to upvote. If you
 are against the change please give a brief explanation of your objections.


+0 for now ... questions :

  - What is the plan regarding repository access ?
To get rid of svn and migrate all repos onto github ?
  - What about RPC auth @trac-hacks.org ?

[...]

-- 
Regards,

Olemis - @olemislc

Apache™ Bloodhound contributor
http://issues.apache.org/bloodhound
http://blood-hound.net

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 unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.


[Trac] Re: [OT] Spam messages from trac-hacks servers

2015-06-21 Thread Olemis Lang
JFTR , the same thing happened to me yesterday .

#12332: Start a Profit Painting Business That Is High
 -+-
 Reporter:|  Owner:  olemis
   jess_cordell@… |
 Type:| Status:  new

Why is t.h.o server sending spam messages ?

On 6/10/15, Olemis Lang ole...@gmail.com wrote:
 On Tue, Jun 9, 2015 at 4:31 PM I've received a message from tho
 servers concerning a ticket with title similar to ...

 #12301: Sanal Alemden korkusuz formatta ürün sahibi olmak Artık sıkıntı
 değil

 On clicking the URL the page for the real ticket is displayed .

 It seems to me this is caused by spammers , isn't it ? Should you need
 further information to track this down please let me know to forward
 off the list the original message .

[...]

-- 
Regards,

Olemis - @olemislc

Apache™ Bloodhound contributor
http://issues.apache.org/bloodhound
http://blood-hound.net

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 unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.


[Trac] [OT] Spam messages from trac-hacks servers

2015-06-10 Thread Olemis Lang
On Tue, Jun 9, 2015 at 4:31 PM I've received a message from tho
servers concerning a ticket with title similar to ...

#12301: Sanal Alemden korkusuz formatta ürün sahibi olmak Artık sıkıntı değil

On clicking the URL the page for the real ticket is displayed .

It seems to me this is caused by spammers , isn't it ? Should you need
further information to track this down please let me know to forward
off the list the original message .

-- 
Regards,

Olemis - @olemislc

Apache™ Bloodhound contributor
http://issues.apache.org/bloodhound
http://blood-hound.net

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 unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.


Re: [Trac] Multiple projects, single database

2015-01-29 Thread Olemis Lang
On 1/29/15, Massimo burcheri.mass...@gmail.com wrote:
 Hi,

[...]

Hello .

 Trac itself cannot maintain
 different products as first layer and components as second layer, not
 without coding into component names like
 * productA_componentA
 * productB_componentC

[...]

In a few words , that's why Apache Bloodhound project was created back
in ... 2011 ?

As far as I can recall I've seen plans for supporting this in Trac .
Considering my experience as one of the authors of Bloodhound
multi-product (project) support [1]_ , it's not a trivial task .

Bloodhound 0.8 (latest) is not built upon latest version of Trac and
there are a few important features that should be improved .

OTOH , there are plugins offering lightweight alternatives to
multiproject support .

p.s. AFAICR official Bloodhound demo is down . If you want to take a
look at an online instance please browse blood-hound.net domain
hierarchy . In that case each product base URL is product
name.blood-hound.net [2]_ e.g. dataviz.blood-hound.net

.. [1] https://issues.apache.org/bloodhound/wiki/Proposals/BEP-0003

.. [2] https://blood-hound.net/products

-- 
Regards,

Olemis - @olemislc

Apache(tm) Bloodhound contributor
http://issues.apache.org/bloodhound
http://blood-hound.net

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 unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.


Re: [Trac] Cannot access /Project/login/xmlrpc from Trac installation (with HTTP Basic authentication)

2014-12-06 Thread Olemis Lang
On 12/6/14, quasiroot quasir...@gmail.com wrote:


 The question is (of course!) how the configuration (see previous
 descriptions) can be changed such that authentication succeeds and HTTP 401

 no longer occurs.


AFAIK , what you are requesting is impossible . HTTP 401 is the
(obligatory) first step in both basic as well as digest HTTP
authentication schemes .

@osimons : cmiiw

 Ultimately I want to access Trac from an Eclipse Mylyn
 client. What concrete steps could resolve this lasting issue?


I've received reports from both Trac  Bloodhound users integrating
successfully with Mylyn . In your case I do not know exactly what
would be the problem but afaict HTTP 401 status code is definitely not
the root cause .

[...]

-- 
Regards,

Olemis - @olemislc

Apache(tm) Bloodhound contributor
http://issues.apache.org/bloodhound
http://blood-hound.net

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 unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.


Re: [Trac] Cannot access /Project/login/xmlrpc from Trac installation (with HTTP Basic authentication)

2014-11-20 Thread Olemis Lang
On 11/20/14, quasiroot quasir...@gmail.com wrote:
 But the problem is (at least to my understanding) that I'm asked for user
 name/password again even (and again ...) before the first request has
 succeeded. At least there is no result visible in the browser. Also, I
 would expect the Eclipse Mylyn client to go through authentication whenever

 it's needed, but also it fails.

 To me it still looks as if the Trac server for some reason is not accepting

 my credentials as valid, not that I'm not providing them sufficiently
 often.


After all this been said it'd be helpful if you could share with us
the requests/responses exchanged by both RPC client and server e.g. by
using something similar to Fiddler [1]_ . Please feel free to
obfuscate any sensitive data .

.. [1] http://www.telerik.com/fiddler

-- 
Regards,

Olemis - @olemislc

Apache(tm) Bloodhound contributor
http://issues.apache.org/bloodhound
http://blood-hound.net

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 unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.


Re: [Trac] Re: Post commit hooks not triggering

2014-11-15 Thread Olemis Lang
On 10/20/14, Oscar Edvardsson oscar.edvards...@gmail.com wrote:
 I figured I could change the post-commit hook into

 [hooks]
 commit = touch commit_triggered.file
 changegroup = touch commit_triggered.file

 to see if the triggers were triggered. And they were (i.e.
 commit_triggered.file was created).

 So, this leads me to the conclusion that something is wrong with executing
 the trac-admin command. Either permissions (what permissions are required
 and how do I know which Mercurial is using?) or configuration-wise.

 Regards,


OT
The post-commit hooks in Bloodhound are different . Since the same
repository may be linked to multiple projects it is mandatory to
specify product prefix explicitly to make reference to tickets .

@rjollos as you seem to be working towards a BH release I do not see
this committed in BH trunk . There should be some
multiproduct.ticket.commit_updater module . I can not see them in BH
trunk now o.O

http://svn.apache.org/viewvc/bloodhound/trunk/bloodhound_multiproduct/multiproduct/ticket/

The patches may be found in this repository in branch t695_commit_ticket_update

https://bitbucket.org/olemis/bloodhound-mq

p.s. It is not possible for me to see what's the status of this
feature since the issue tracker seems to be down (at least when I
tried minutes ago ...) due to some kind of SSL proxy error . I thought
that this was already committed in BH trunk
/OT

Please for further details about Bloodhound way of doing things please
send messages to u...@bloodhound.apache.org

-- 
Regards,

Olemis - @olemislc

Apache(tm) Bloodhound contributor
http://issues.apache.org/bloodhound
http://blood-hound.net

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 unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.


Re: [Trac] Re: Issue with ticket order and creating of href

2014-11-13 Thread Olemis Lang
On 11/13/14, osimons oddsim...@gmail.com wrote:


 On Thursday, November 13, 2014 3:42:48 PM UTC+1, quiri...@gmail.com wrote:

 i am experiencing 2 issues about bloodhound apache right now.


 Then you need ask your question in the Bloodhound mailing list. This
 mailing list is for the Trac project.


List address should be u...@bloodhound.apache.org .

[...]

-- 
Regards,

Olemis - @olemislc

Apache(tm) Bloodhound contributor
http://issues.apache.org/bloodhound
http://blood-hound.net

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 unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.


Re: [Trac] Read only ticket according to custom resolution type

2014-07-26 Thread Olemis Lang
On 7/26/14, Jared Bownds jared.bow...@gmail.com wrote:
 Reference:  http://trac-hacks.org/ticket/11885

 I am looking for a solution that will work like this:

- Create a new permission group called SIGNER
- Add 'signed' as a resolution type
- Users with permission SIGNER are allowed to resolve a request as
'Signed'

 Desired behavior:

- Once a ticket is resolved as 'Signed', the ticket is now read only
except to TRAC_ADMIN
- Users without TRAC_ADMIN permissions are unable to modify the ticket
in any way. When an attempt is made, the user should receive an error
 upon
save indicating the ticket is signed and therefore read only.

I'm not sure of whether a plugin provides this behavior OOTB , but if
not , it is possible to get this done by implementing a custom
IPermissionPolicy (... and enabling it in trac.ini , of course ;) .
IMHO that's the way to go , al least as a last recourse .

[...]

-- 
Regards,

Olemis - @olemislc

Apache(tm) Bloodhound contributor
http://issues.apache.org/bloodhound
http://blood-hound.net

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 unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.


Re: [Trac] Re: One repository and two trac instances

2014-05-09 Thread Olemis Lang
On Fri, May 9, 2014 at 12:24 AM, shath...@e-z.net wrote:

 This might give you insight.

 I have a set of subversion repositories, lets call them R1, R2, R3, R4, R5.

 I have a set of trac project environments, lets call them T1, T2, T3

 T1 can browse repositories R1, R2, R4

 T2 can browse repositories R3, R4, R5

 T3 can browse repositories R1, R3, R4

 R1 can issue post-commit and post-propset-change to T1 and T3

 R2 can issue post-commit and post-propset-change to T1

 R3 can issue post-commit and post-propset-change to T2 and T3

 R4 can issue post-commit and post-propset-change to T1, T2 and T3

 R5 can issue post-commit and post-propset-change to T2

 When you do your svn checkin to a repository and wish
 to reference a ticket in a specific trac project, you
 should craft your checkin message to have the intertrac
 ticket address for each appropriate ticket.




for links in repository browser this is correct



 The intertrac ticket address should allow (currently untested by me)
 the ability to find the appropriate ticket references automatically.


the ticket reference will expanded , yes .


 Otherwise if you just reference in a commit message to repository R4,
 with no T1, T2, or T3 intertrac addressing, then ticket:nnn will
 refer to that ticket number on the current trac instance, not
 finding the intertrac reference.


That's what happens .

The missing feature is using close , refs , ... verbs with intertrac links
. If you use those constructs in your commit messages then ticket #N in all
environments will be update on repos synchronization (unless something like
Bloodhound commit updater [1]_ will be implemented ;) .

.. [1] https://issues.apache.org/bloodhound/ticket/695

-- 
Regards,

Olemis - @olemislc

Apache(tm) Bloodhound contributor
http://issues.apache.org/bloodhound
http://blood-hound.net

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 unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.


Re: [Trac] Custom Ticket Number instead of #1 or #67

2014-04-25 Thread Olemis Lang
On 4/23/14, Gini net.g...@gmail.com wrote:
 Hi Experts,


:)

 Is there any way to customize the ticket number pattern ? We are running
 multiple trac environments and it would be eazy to user different ticket
 number patterns for each environment.

 Eg: for Production trac environment #PRD324, for Dev, #DEV432 etc.

 All advices are appreciated.


What you are looking for is similar to Bloodhound's link syntax

https://issues.apache.org/bloodhound/wiki/Proposals/BEP-0003#vcs-commit-updater

[...]

-- 
Regards,

Olemis - @olemislc

Apache(tm) Bloodhound contributor
http://issues.apache.org/bloodhound
http://blood-hound.net

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 unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.


Re: [Trac] One repository and two trac instances

2014-04-25 Thread Olemis Lang
On Fri, Apr 25, 2014 at 8:06 AM, Steffen Hoffmann hoff...@web.de wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 On 25.04.2014 12:54, mimi wrote:
  Question: is there any extension to the #-type links which can point a
  particular ticket in the particular trac instance? Or  have to put full
  url link?

 You may be able to code something different, but speaking of existing
 functionality, there InterTrac [1] link syntax for
 http://trac.edgewall.org/wiki/TracLinks [2] will allow to set links to
 different issue tracker instances - just what you want. Easy enough, if
 you create speaking and memorable InterTrac aliases for both.

 Likely the biggest part might become the work for extending
 CommitTicketUpdater [3]. While it shouldn't be hard to filter for
 references with prefix matching local environment name, at least I
 cannot see, that InterTrac ticket links are supported as ticket
 reference out-of-the-box [4].


I agree with all the facts above mentioned by Steffen .


 OTOH there is an old ticket [5] referring to a demand like yours.
 Someone even worked out a patch, that you may give a try and possibly
 support further development by reporting back, if you care.


ot The only thing I wanted to add is that multi-product ticket references
have been implemented in Apache Bloodhound , and is pending for review ,
see https://issues.apache.org/bloodhound/ticket/695 /ot

[...]

-- 
Regards,

Olemis - @olemislc

Apache(tm) Bloodhound contributor
http://issues.apache.org/bloodhound
http://blood-hound.net

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 unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.


Re: [Trac] OperationalError: (1136, Column count doesn't match value count at row 1)

2014-04-04 Thread Olemis Lang
On 4/4/14, Frank tuxs...@gmail.com wrote:
 Steffen,

 Thank you for the information.  Do you think it's possible to run
 1.1.2dev-r11794 on the same new box at the same time as 0.12.2 (the .deb
 packaged version)?

 If so, I wouldn't mind copy/paste the markdown and recreating the pages
 manually between browser tabs. That would enable me to stay with the .deb
 upgrade process in the future.

 Thoughts?


I guess so . You could try virtualenv , similar to this [1]_ (more
accurate citation needed)

cmiiw

.. [1] 
http://trac.edgewall.org/wiki/TracDev/DevelopmentEnvironmentSetup#Setupavirtualenvironment

[...]

-- 
Regards,

Olemis - @olemislc

Apache(tm) Bloodhound contributor
http://issues.apache.org/bloodhound
http://blood-hound.net

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 unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.


Re: [Trac] Any tickets statistics plugins working with trac 1.0?

2014-03-12 Thread Olemis Lang
Hi !
:)

On Wed, Mar 5, 2014 at 4:34 PM, Olemis Lang ole...@gmail.com wrote:

 On 3/5/14, Kristian Nørgaard krist...@noergaard.dk wrote:
  Seems that TracTicketStatsPlugin does not work due to use of obsolete
 YUI2.
 
  Can I tweak it to work or does alternatives exist?
 
  I am looking for something showing how number/status of tickets evolve
 over
  time.
 

 FYI , you could try TracGViz e.g. see these demos [1]_ . AFAICR ,
 supporting that plugin's use cases (i.e. the combo chart) is one of
 our targets [2]_ and we are working towards this goal hoping to
 deliver something for 2014 Q1 ... i.e. end of March or early in April
 .
 ;)

 Disclaimer : The demos are embedded in a Bloodhound web site as
 widgets , I do not know if that could be suitable for your particular
 use case ; but even if that's not the case TracGVizPlugin still works
 on Trac web sites by feeding Google Visualization API charts , so this
 gives you an idea of its possibilities .

 .. [1] https://widgets.blood-hound.net/wiki/Demos

 .. [2] http://dataviz.blood-hound.net/ticket/69




Just in case you have followed the links in this message , they've not been
working since few days ago . Since few minutes ago they are working once
again , everything is back to normal .

p.s. failure was caused by some BH widget classes moved to other modules
and a few more incompatibilities caused by modifications we have performed
recently .


-- 
Regards,

Olemis - @olemislc

Apache(tm) Bloodhound contributor
http://issues.apache.org/bloodhound
http://blood-hound.net

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 unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.


Re: [Trac] XmlRpcPlugin: escaping/replacing of unicode control characters

2014-03-06 Thread Olemis Lang
Hi !
:)


On Thu, Mar 6, 2014 at 3:57 AM, manu-m manuel.mein...@gmail.com wrote:

 I want to get the changelog of a ticket with a self-written software. In
 general it works quite good, but now I've got a problem with a ticket that
 contains a unicode control character. As a result the XML parser I use is
 not able to parse this response an throws an exception that say that the
 XML response can't be parsed because of unicode control character 0x1E.

 I found a ticket that deals with a similar issue:
 http://trac-hacks.org/ticket/11050. If this ticket will be fixed, my
 problem is fixed, too. The shown code snippet replaces the control
 characters with a question mark. Will the code snippet be applied to the
 official trac-xmlrpc codebase in near future?


Hmmm ... I'm not sure but I'd rather spend some time figuring out a
slightly different approach .

-- 
Regards,

Olemis - @olemislc

Apache(tm) Bloodhound contributor
http://issues.apache.org/bloodhound
http://blood-hound.net

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 unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [Trac] XmlRpcPlugin: escaping/replacing of unicode control characters

2014-03-06 Thread Olemis Lang
On Thu, Mar 6, 2014 at 10:51 AM, Olemis Lang ole...@gmail.com wrote:


 Hi !
 :)


 On Thu, Mar 6, 2014 at 3:57 AM, manu-m manuel.mein...@gmail.com wrote:

 I want to get the changelog of a ticket with a self-written software. In
 general it works quite good, but now I've got a problem with a ticket that
 contains a unicode control character. As a result the XML parser I use is
 not able to parse this response an throws an exception that say that the
 XML response can't be parsed because of unicode control character 0x1E.

 I found a ticket that deals with a similar issue:
 http://trac-hacks.org/ticket/11050. If this ticket will be fixed, my
 problem is fixed, too. The shown code snippet replaces the control
 characters with a question mark. Will the code snippet be applied to the
 official trac-xmlrpc codebase in near future?


 Hmmm ... I'm not sure but I'd rather spend some time figuring out a
 slightly different approach .


Done !
:)

-- 
Regards,

Olemis - @olemislc

Apache(tm) Bloodhound contributor
http://issues.apache.org/bloodhound
http://blood-hound.net

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 unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.


Re: [Trac] Any tickets statistics plugins working with trac 1.0?

2014-03-05 Thread Olemis Lang
On 3/5/14, Kristian Nørgaard krist...@noergaard.dk wrote:
 Seems that TracTicketStatsPlugin does not work due to use of obsolete YUI2.

 Can I tweak it to work or does alternatives exist?

 I am looking for something showing how number/status of tickets evolve over
 time.


FYI , you could try TracGViz e.g. see these demos [1]_ . AFAICR ,
supporting that plugin's use cases (i.e. the combo chart) is one of
our targets [2]_ and we are working towards this goal hoping to
deliver something for 2014 Q1 ... i.e. end of March or early in April
.
;)

Disclaimer : The demos are embedded in a Bloodhound web site as
widgets , I do not know if that could be suitable for your particular
use case ; but even if that's not the case TracGVizPlugin still works
on Trac web sites by feeding Google Visualization API charts , so this
gives you an idea of its possibilities .

.. [1] https://widgets.blood-hound.net/wiki/Demos

.. [2] http://dataviz.blood-hound.net/ticket/69

-- 
Regards,

Olemis - @olemislc

Apache(tm) Bloodhound contributor
http://issues.apache.org/bloodhound
http://blood-hound.net

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 unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [Trac] How are attachment file paths determined?

2014-03-03 Thread Olemis Lang
Hi !


On Mon, Mar 3, 2014 at 2:54 PM, Josh Santangelo j...@stimulant.io wrote:

 Using a number of scripts and some manual database mangling, I've managed
 to merge my organization's ~60 previous trac projects into one big one.
 This is all working fine, but the one thing that's broken is all the
 previous attachments. They appear on each ticket's page, but the links to
 them fail. I assume this is because the path on disk to the attachment is
 constructed somehow based on the ticket number?

 I imagine that if I knew how these paths were constructed, I could
 reconcile them, but I'm not sure what the logic is.


http://trac.edgewall.org/browser/trunk/trac/attachment.py?marks=173-201#L173

[...]

-- 
Regards,

Olemis - @olemislc

Apache(tm) Bloodhound contributor
http://issues.apache.org/bloodhound
http://blood-hound.net

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 unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [Trac] Re: xmlrpcplugin, mylyn, ticket types

2014-02-21 Thread Olemis Lang
On Feb 21, 2014 4:03 AM, osimons oddsim...@gmail.com wrote:


 On Friday, February 21, 2014 8:39:32 AM UTC+1, Rainer Sokoll wrote:

 Hi,

 trac 1.0.1, tracxmlrpc 1.1.2, python 2.7.3, Apache 2.4.7 with mod_fcgid
2.3.9 and the latest Eclipse.
 If I want to gat all the ticket types from Eclipse/mylyn, only task is
returned:

 2014-02-20 19:28:14,844 Trac[xml_rpc] DEBUG: RPC(xml) call by 'rainer',
method 'ticket.type.getAll' with args: ()
 2014-02-20 19:28:14,844 Trac[session] DEBUG: Retrieving session for ID
'rainer'
 2014-02-20 19:28:14,848 Trac[web_ui] DEBUG: RPC(XML-RPC) call by
'rainer' ticket.type.getAll
 2014-02-20 19:28:14,852 Trac[xml_rpc] DEBUG: RPC(xml)
'ticket.type.getAll' result: [u'task']

 But there are also the types defect and enhancement.
 The tracxmlrpc plugin is the only plugin enabled.

 Any ideas, or shall I file a bug?
 BTW: the task repo at http://mylyn.org/trac-test works fine, so I guess
I have a weird local problem at my site.


  To test this I just committed a new test case:

 http://trac-hacks.org/changeset/13710

 Test passes for latest Trac 0.12.6dev and Trac 1.0.2dev. I think it must
be a local problem at your site.


Could you please push recent changes onto bitbucket mirror? Last
update=2013-05-23 afaics.

Thnx in advance!

Sent from Android

--
Regards

Olemis - @olemislc
Blog-ES : http://simelo-es.blogspot.com
Blog-EN : http://simelo-en.blogspot.com
Projects : http://blood-hound.net

-- 
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [Trac] Re: Migrate from Redmine

2014-02-10 Thread Olemis Lang
On Mon, Feb 10, 2014 at 2:17 PM, RjOllos rjol...@gmail.com wrote:

 On Monday, February 10, 2014 8:39:21 AM UTC-8, Remi Verchere wrote:

  Hello,

 I need to migrate a Redmine installation to Trac.
 I've seen many howtos to migrate from Trac to Redmine, but not from
 Redmine to Trac.

 Does anyone have some howtos or script to do such a migration?

 Thanks for your help,

 Rémi


 I haven't seen a howto or migration script, but I'm sure we would
 appreciate either if you wanted to work through it and provide a wiki page
 or migration script.


TracImport [1]_ could be a good place just to documenting any solutions ,
as well as a starting point to look for similar alternatives .

Nevertheless in any case you should consider what to map Redmine projects
to Trac . The later does not support managing multiple projects (as
opposite to Apache Bloodhound [2]_ or SimpleMultiprojectPlugin [3]_ ) .

.. [1] http://trac.edgewall.org/wiki/TracImport

.. [2] http://issues.apache.org/bloodhound

.. [3] http://trac-hacks.org/wiki/SimpleMultiProjectPlugin

-- 
Regards,

Olemis - @olemislc

Apache(tm) Bloodhound contributor
http://issues.apache.org/bloodhound
http://blood-hound.net

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 unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [Trac] Trac Sprint at Pycon North America 2014

2014-02-03 Thread Olemis Lang
On Sun, Feb 2, 2014 at 5:03 AM, RjOllos rjol...@gmail.com wrote:

 We previously (1) discussed having a Trac sprint at PyCon in Montreal.
 There's finally a 2014 page for the sprints (2), but information is still
 to be added. I just wanted to gauge the general interest in attending a
 sprint, and which days people might attend.


confirmation : I'll be there


 I haven't made any definite plans yet, but I foresee attending all 4 days
 if there are others that would like to work on Trac together.


4 days



 I imagine the sprint to be a good lead-up to the (undoubtedly more global)
 TracCon 2020 event (3) :)


good ! ... but organizing it in the context of PyCon is very convenient
since there will be some synergies with other Py-powered projects .
:)

[...]


-- 
Regards,

Olemis - @olemislc

Apache(tm) Bloodhound contributor
http://issues.apache.org/bloodhound
http://blood-hound.net

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 unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [Trac] Trac Sprint at Pycon North America 2014

2014-02-03 Thread Olemis Lang
On Mon, Feb 3, 2014 at 2:58 PM, Olemis Lang ole...@gmail.com wrote:




 On Sun, Feb 2, 2014 at 5:03 AM, RjOllos rjol...@gmail.com wrote:

 We previously (1) discussed having a Trac sprint at PyCon in Montreal.
 There's finally a 2014 page for the sprints (2), but information is still
 to be added. I just wanted to gauge the general interest in attending a
 sprint, and which days people might attend.


 confirmation : I'll be there



@ryan , jftr there is nothing concrete yet about sprints , at least not in
the web site . That page has been like that for a while and also notice
this reply from the organizers .

https://twitter.com/pycon/status/426901842660835329

nonetheless eventually something will be handy to register sprints

OTOH , EuroPython conference will be organized in Berlin , Germany . It is
scheduled for 21st - 27th July 2014 . IMO it's also a great opportunity to
schedule a sprint in there and ( ... if everything goes according to the
plans ... ) I also plan to be there .

So, in advance , let's also explore the possibility of organizing another
sprint in the context of EuroPython as well . What do you think ?

-- 
Regards,

Olemis - @olemislc

Apache(tm) Bloodhound contributor
http://issues.apache.org/bloodhound
http://blood-hound.net

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 unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [Trac] Custom date field

2014-01-31 Thread Olemis Lang
On Fri, Jan 31, 2014 at 6:09 AM, solomon sumanth
solomon.suma...@gmail.comwrote:

 While creating Ticket, is it possible to have a date field, to select past
 dates instead of current date? Is there already available plugin which does
 this? Thanks.


I'm sure you'll find something related in th.o [1]_ e.g. DateFieldPlugin
[2]_


.. [1] http://trac-hacks.org/wiki/HackIndex

.. [2] http://trac-hacks.org/wiki/DateFieldPlugin

[...]

-- 
Regards,

Olemis - @olemislc

Apache(tm) Bloodhound contributor
http://issues.apache.org/bloodhound
http://blood-hound.net

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 unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [Trac] Connecting PyCharm to Trac

2014-01-31 Thread Olemis Lang
Ryan , I'll try to test this later today , but TBH I've never tried it
before ...
:-/

Do you have any links to a guide to setup this integration ?


On Fri, Jan 31, 2014 at 5:13 PM, RjOllos rjol...@gmail.com wrote:

 Just wondering if anyone has used the Tasks  Contexts feature to connect
 PyCharm to a Trac instance via XmlRpc. So far I can query the tickets and
 create a context from the ticket id and summary (so connection via XmlRpc
 is good), but I don't see a way to view the ticket history through PyCharm.
  It looks like that feature might be available through the //Show '9931:
 Ignores Finegrained ...// link in the menu, but that link is disabled.
 Maybe this feature is not available for Trac? If no one here knows, then
 I'll email PyCharm support desk and report back what I hear.



 https://lh5.googleusercontent.com/-Qkp2LBpmkeU/Uuwaxo1ylNI/BGY/NFwZ0lo4H8o/s1600/Untitled.png

  --
 You received this message because you are subscribed to the Google Groups
 Trac Users group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to trac-users+unsubscr...@googlegroups.com.
 To post to this group, send email to trac-users@googlegroups.com.
 Visit this group at http://groups.google.com/group/trac-users.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
Regards,

Olemis - @olemislc

Apache(tm) Bloodhound contributor
http://issues.apache.org/bloodhound
http://blood-hound.net

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 unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [Trac] Mylyn, XMLRPC, and An Interesting Issue

2014-01-16 Thread Olemis Lang
On 1/16/14, jeffmlevy jeffml...@gmail.com wrote:
 Hello,


:)

 I am experiencing an interesting issue after updating trac from .11 to .12
 -- The latest available on this particular Ubuntu Server system.

 We have had issues with Trac / Mylyn in the past, but this one is new to
 me. Here are the basic symptoms. I will be glad to elaborate when
 necessary.

 The main problem arises when I try to do a basic update to a ticket: Adding

 a comment. A nasty set of errors occur. Eclipse shows some ugly red text,
 Unable to connect at this time, check connectivity and try again.
 Clicking the error shows this: 'No permissions to add a comment. while
 executing ticket.update()'

 My trac server logs show

 2014-01-16 09:21:57,592 Trac[xml_rpc] ERROR: No permissions to add a
 comment.
 2014-01-16 09:21:57,592 Trac[xml_rpc] ERROR: Traceback (most recent call
 last):
   File
 /usr/local/lib/python2.7/dist-packages/TracXMLRPC-1.1.2_r13203-py2.7.egg/tracrpc/web_ui.py,

 line 158, in _rpc_process
 result = (XMLRPCSystem(self.env).get_method(method_name)(req, args))[0]
   File
 /usr/local/lib/python2.7/dist-packages/TracXMLRPC-1.1.2_r13203-py2.7.egg/tracrpc/api.py,

 line 197, in __call__
 result = self.callable(req, *args)
   File
 /usr/local/lib/python2.7/dist-packages/TracXMLRPC-1.1.2_r13203-py2.7.egg/tracrpc/ticket.py,

 line 250, in update
  .join([warning for warning in req.chrome['warnings']]))
 ServiceException: No permissions to add a comment.


Thanks for sharing this tracebacks , but I guess a bit more will be
needed . For instance what user is reported in the logs for
authenticated RPC requests ?

FWIW , Apache™ Bloodhound relies upon account manager plugin and
positive feedback [3]_ [4]_ has been reported regarding Mylyn
integration .

[...]

 Ideas?


BTW , have you read these [1]_ [2]_ [5]_ ?

.. [1] https://groups.google.com/d/msg/trac-users/lPnrfSOSmoo/nTykEsBTupoJ

.. [2] 
http://permalink.gmane.org/gmane.comp.version-control.subversion.trac.general/35051

.. [3] 
http://mail-archives.apache.org/mod_mbox/bloodhound-user/201401.mbox/%3c52ceb66a.1090...@qwas.li%3e

.. [4] 
http://mail-archives.apache.org/mod_mbox/bloodhound-user/201401.mbox/%3c52cef7d0.5090...@qwas.li%3e

.. [5] 
http://trac-hacks.org/wiki/XmlRpcPlugin#ProblemswhenAccountManagerPluginisenabled



 --
 You received this message because you are subscribed to the Google Groups
 Trac Users group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to trac-users+unsubscr...@googlegroups.com.
 To post to this group, send email to trac-users@googlegroups.com.
 Visit this group at http://groups.google.com/group/trac-users.
 For more options, visit https://groups.google.com/groups/opt_out.



-- 
Regards,

Olemis - @olemislc

Apache™ Bloodhound contributor
http://issues.apache.org/bloodhound
http://blood-hound.net

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 unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [Trac] Re: Trac Wiki

2013-12-03 Thread Olemis Lang
On Dec 2, 2013 4:49 PM, Stuart Cracraft smcracr...@gmail.com wrote:

 I'm good here. TracWiki-ing away...




Hi!

You also have (at least) two other options

1. Trac Wysiwyg plugin
2. Trac plugins for different wiki text-like syntax e.g. Markdown, etc.

See trac-hacks.org ...

Sent from Android

--
Regards

Olemis - @olemislc
Blog-ES : http://simelo-es.blogspot.com
Blog-EN : http://simelo-en.blogspot.com
Projects : http://blood-hound.net

-- 
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [Trac] Android Client on Google Play

2013-11-13 Thread Olemis Lang
On Wed, Nov 13, 2013 at 12:09 PM, Ethan Jucovy ethan.juc...@gmail.comwrote:

 On Wed, Nov 13, 2013 at 10:03 AM, Michiel van Loon mfvl...@gmail.comwrote:

 since I had a need for an Android client to TRAC I wrote one myself.
 It is now in a state that I dare to show it to the world.


 I'm really excited about this!!  I've been wishing there was an Android
 Trac client for a while, but had no idea where to begin.  I'll try it out
 ASAP and encourage my coworkers to try it also.


Nice !
:)



 Is the source code available somewhere (trac-hacks, github, etc)?  And do
 you have an issue tracker set up?


... yes , I'd like to contribute to this effort as well ...

-- 
Regards,

Olemis - @olemislc

Apache™ Bloodhound contributor
http://issues.apache.org/bloodhound
http://blood-hound.net

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 unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [Trac] Trac 1.0.1 ticket templates not found

2013-11-12 Thread Olemis Lang
On Mon, Nov 4, 2013 at 3:23 PM, Sam sambar...@gmail.com wrote:

 I did a new/clean install of Trac 1.0.1 on FreeBSD 9.1. The install was
 from the FreeBSD ports and I followed the setup instructions from the Trac
 website. Everything is working fine except for anything to do with tickets.
 I get this error when I click on View Tickets and similar errors when I
 try to view anything to do with the tickets:

 [...]


 Trac 0.12.x seems to install and work fine so I'm wondering if there's
 possibly something wrong with the FreeBSD port or maybe I'm missing some
 new dependency of Trac 1.0.1?

Any idea what might be wrong and how I can fix it?


Maybe you could contact people responsible for packaging in FreeBSD ... ?
I'm not really a FreeBSD user
-- 
Regards,

Olemis - @olemislc

Apache™ Bloodhound contributor
http://issues.apache.org/bloodhound
http://blood-hound.net

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 unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [Trac] Missing attachments after upgrading

2013-11-11 Thread Olemis Lang
On Mon, Nov 11, 2013 at 11:16 AM, Rainer Sokoll rai...@sokoll.com wrote:

 Hi,


:)



 recently I moved a trac instance from server A running trac 0.12 to server
 B running trac 1.0.1.
 For some unknown reason, not all attachments wer copied, but I did not
 notice that.
 After a user complained, I copied the missing files into the correct
 directories.
 Still, trac throws a 404:

 2013-11-11 16:50:02,615 Trac[attachment] DEBUG: Trying to open attachment
 at
 /svn/trac/simprogno/files/attachments/wiki/ded/dedda92c1b093886e0456d55cc374d47e9da45f1/b9de2d9a5a3e90e84776bfdd1d1157ea1047c208.zip
 2013-11-11 16:50:02,616 Trac[main] WARNING: [10.0.23.238] HTTPNotFound:
 404 Trac Error (Attachment 'Vorlage_SRS.zip' not found)

 $TRAC_ENV/attachments/wiki/Arbeitsergebnisse/ shows Vorlage_SRS.zip.

 I think I need to re-upgrade the environment, but trac-admin simply says:
 Database is up to date, no upgrade necessary.“

 Any hints what I can do?


It seems the upgrade is partially broken ? ... anyway ... what happens
after copying $TRAC_ENV/attachments/wiki/Arbeitsergebnisse/Vorlage_SRS.zip
to the new
location 
$TRAC_ENV/files/attachments/wiki/ded/dedda92c1b093886e0456d55cc374d47e9da45f1/b9de2d9a5a3e90e84776bfdd1d1157ea1047c208.zip
?



-- 
Regards,

Olemis - @olemislc

-- 
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [Trac] TRAC 1.0.x compatibility against SVN 1.8.x

2013-11-11 Thread Olemis Lang
Hi !
:)

On Mon, Nov 11, 2013 at 1:39 AM, Maisie Han maisieha...@gmail.com wrote:

 Just a noob question. Is TRAC 1.0.x compatible against SVN 1.8.x?
 Reading this, http://trac.edgewall.org/wiki/TracUpgrade#to1.0, I think it
 still is supported, but just not by default right?

 And version 0.12.x will continue to work against SVN 1.7 but not SVN 1.8?
 http://trac.edgewall.org/wiki/TracSubversion#TracandSubversion1.7

 Appreciate the clarification. Thanks!




I recall there was a discussion about this subject in the mailing list few
(weeks | months) ago . I do not recall the details but maybe you can find
more information by searching the archives.

-- 
Regards,

Olemis - @olemislc

-- 
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [Trac] error - no policy allowed

2013-10-30 Thread Olemis Lang
On Wed, Oct 30, 2013 at 2:36 PM, Stuart Cracraft smcracr...@gmail.comwrote:


 I don't follow you. Can you re-phrase?


It's easy to figure this out after a quick research

{{{#!sh

$ grep -n -r No policy allowed trac
trac/perm.py:469: self.log.debug(No policy allowed %s performing %s on %r,
Binary file trac/perm.pyc matches
}}}

... and then browsing to
http://trac.edgewall.org/browser/trunk/trac/perm.py#L482 (or a local
checkout of Trac source code) reveals this code

{{{#!py

def check_permission(self, action, username=None, resource=None, perm=None):
   #  8  Further code omitted  8 
   self.log.debug(No policy allowed %s performing %s on %r,
  username, action, resource)
   return False
}}}

Therefore the answer to your question after a 5 min research is that such
lines are debug logging entries emitted prior to returning False for a
permission check , which means that

  - Some permission check not scoped to a particular resource failed
  - You will not see them if logging level is adjusted to leave DEBUG
entries out
* http://trac.edgewall.org/wiki/TracLogging

-- 
Regards,

Olemis - @olemislc

Apache™ Bloodhound contributor
http://issues.apache.org/bloodhound
http://blood-hound.net

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 unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [Trac] Particular meta tags for each trac wiki page

2013-10-28 Thread Olemis Lang
On Sat, Oct 26, 2013 at 5:56 PM, mutetella mutete...@denkdran.org wrote:

 Well, it's dissatisfying... ;-(
 At least then I know there is no (easy) way to do what moinmoin
 implementation do it via a markup like
 #pragma description This page is about cars.
 to insert a `description` tag by example.


Have you checked trac-hacks.org for existing plugins ?

-- 
Regards,

Olemis - @olemislc

-- 
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [Trac] Dummy question: no handler request

2013-10-15 Thread Olemis Lang
On 10/15/13, Renger van Nieuwkoop rvannieuwk...@gmail.com wrote:
 Hi


:)

 I just started using trac on a hosted subversion and trac (1.0) system.
 I have been working with svn for quite a while and want to use trac with
 it.
 I gave myself trac admin rights and wanted to add the svn project
 Parking. For this I issued: trac-admin Parking.

trac-admin Parking or trac-admin Parking initenv ?

 There is now a directory .\trac\Parking.

is there anything inside that folder ?

 However, if I want to access the wiki at  https://modelworks.ch/Parking I
 get the following:
 - Error: Not found
 - No handler matched to request /Parking

 Any help would be appreciated.


How are you running Trac ? Maybe this is a single env vs multiple env
tracd (or whatever other server) issue.

-- 
Regards,

Olemis - @olemislc

Apache™ Bloodhound contributor
http://issues.apache.org/bloodhound
http://blood-hound.net

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 unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [Trac] Dummy question: no handler request

2013-10-15 Thread Olemis Lang
On 10/15/13, Olemis Lang ole...@gmail.com wrote:
 On 10/15/13, Renger van Nieuwkoop rvannieuwk...@gmail.com wrote:

[...]
 However, if I want to access the wiki at  https://modelworks.ch/Parking

Considering this https://modelworks.ch/wiki/Parking the web server is
serving a single environment directly at https://modelworks.ch/

 I
 get the following:
 - Error: Not found
 - No handler matched to request /Parking

 Any help would be appreciated.


 How are you running Trac ? Maybe this is a single env vs multiple env
 tracd (or whatever other server) issue.


So this is it
;)

-- 
Regards,

Olemis - @olemislc

Apache™ Bloodhound contributor
http://issues.apache.org/bloodhound
http://blood-hound.net

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 unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [Trac] more melodrama

2013-10-15 Thread Olemis Lang
On 10/15/13, Stuart Cracraft smcracr...@gmail.com wrote:
 # trac-admin /home/trac permission add admin TRAC_ADMIN

 Error: TimeoutError: Unable to get database connection within 0 seconds.
 (OperationalError: no pg_hba.conf entry for host 10.1.2.3, user
 trac_db_admin, database trac_db, SSL off


These are the kind of tiny details we have documented in Bloodhound
install procedure . Please read this page , maybe you'll find a few
hints for installation and configuration of the PostgreSQL cluster
(this ain't even related to Trac)

https://issues.apache.org/bloodhound/wiki/BloodhoundInstall


-- 
Regards,

Olemis - @olemislc

Apache™ Bloodhound contributor
http://issues.apache.org/bloodhound
http://blood-hound.net

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 unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [Trac] Trac MercurialTrac

2013-10-09 Thread Olemis Lang
On Wed, Oct 9, 2013 at 2:32 PM, Oscar Edvardsson oscar.edvards...@gmail.com
 wrote:

 Thanks for the input!
 Ok, it was the installation of mercurial that had some strange names, but
 I fixed that with creating aliases. However, I get a different error now:

 *Warning:* Can't synchronize with repository (default) (Unsupported
 version control system hg: cannot import name hg). Look in the Trac log
 for more information.

 I can find nothing in the log (except saying that hg loaded). What does
 the error mean? I can successfully import what you mentioned in the
 previous post. Is it still a python error?


This time I do not know ... I've never seen that error before .

-- 
Regards,

Olemis - @olemislc

Apache™ Bloodhound contributor
http://issues.apache.org/bloodhound
http://blood-hound.net

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 unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [Trac] Trac MercurialTrac

2013-10-07 Thread Olemis Lang
On 10/7/13, Oscar Edvardsson oscar.edvards...@gmail.com wrote:
 Hi,

 I have installed the Mercurial plugin to my Trac. However, I get *Warning:*
 Can't
 synchronize with repository (default) (Unsupported version control system

 hg: No module named mercurial). Look in the Trac log for more
 information.
 when I point my browser at Trac. I found it strange, because the plugin is
 listed as a plugin in the administration panel.

[...]

The plugin is installed and working . Nevertheless it requires
mercurial sources as a dependency to be installed **in the same Python
installation as Trac** . The steps to fix this will vary considering
the characteristics of your deployment (OS, virtual env , ...)

-- 
Regards,

Olemis - @olemislc

Apache™ Bloodhound contributor
http://issues.apache.org/bloodhound
http://blood-hound.net

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 unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [Trac] Trac MercurialTrac

2013-10-07 Thread Olemis Lang
On 10/7/13, Oscar Edvardsson oscar.edvards...@gmail.com wrote:
 Thanks for the reply!


:)

 I forgot to add that I have Mercurial installed and I can issue commands
 from it.

... the binaries , ok ; but ...

 To help me troubleshoot; what you are saying is that Trac can access it
 somehow? I'll look into it.


... yes, you have to install mercurial sources **on the Python env
used to run Trac** . Try `import mercurial` after launching **the
interpreter you use to run Trac**

This is a quite frequent issue on Windows and/or when using virtualenv

[...]

-- 
Regards,

Olemis - @olemislc

Apache™ Bloodhound contributor
http://issues.apache.org/bloodhound
http://blood-hound.net

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 unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [Trac] Trac MercurialTrac

2013-10-07 Thread Olemis Lang
On 10/7/13, Oscar Edvardsson oscar.edvards...@gmail.com wrote:
 I guess you mean that I should execute import mercurial as a python
 command?

yes

 I recieved ImportError: No module named mercurial, so I guess
 there is something missing in my Mercurial installation.


This is what you should get in a properly configured Python (virtual)
environment

{{{#!sh

$ python
Python 2.6.5 (r265:79063, Apr 16 2010, 13:57:41)
[GCC 4.4.3] on linux2
Type help, copyright, credits or license for more information.
 import trac
 import mercurial
 import tracext.hg.backend

}}}

[...]

-- 
Regards,

Olemis - @olemislc

Apache™ Bloodhound contributor
http://issues.apache.org/bloodhound
http://blood-hound.net

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 unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/groups/opt_out.


[Trac] Blood-hound.net outage this week

2013-09-27 Thread Olemis Lang
Hello !

This is a quick note to let you that blood-hound.net web site has been
down since Monday Sept 23rd , 2013 . That's a bad news for users of
the plugins hosted in there but OTOH the good news is that when it'll
be back online we expect it to have more resources and be more stable
. Measurements we've performed indicated that the upgrade was
inevitable considering the increasing number of HTTP requests that our
servers have processed in the last few months (which is great ! :).

We apologize for the trouble this might have caused , but the upgrade
was really necessary to provide you with an enhanced user experience
in the future. Your satisfaction that's what we work for .

-- 
Regards,

Olemis - @olemislc
Apache™ Bloodhound contributor
http://issues.apache.org/bloodhound
http://blood-hound.net

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

Featured article:
TuxInfo 61 : Instalando Apache™ Bloodhound 0.7 -
http://goo.gl/fb/Ssu06

-- 
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [Trac] TracSprint at PyCon

2013-09-25 Thread Olemis Lang
On 9/25/13, RjOllos rjol...@gmail.com wrote:


 On Wednesday, September 18, 2013 1:43:53 PM UTC-7, Remy Blank wrote:

 [...]

 Also, pro tip: make sure you attend the testing BoF.

 -- Remy


 One of the two projects I have in mind is replacing the functional test
 infrastructure written in Twill with one using Selenium (1), or anything
 else that is more powerful, easier to debug , generally more user-friendly
 and supports testing JavaScript code.

Yeah , I'd like to work on the functional test suite too ... even if
the jump is not too high at least considering the following aspects in
order of complexity afaict :

  - retwill
  - Phantom JS
  - Backport the work on functional testers in bh:ticket:387
* ... plus a few crazy ideas that I hope u r gonna 3 :)
* ... plus running RPC test suite using multiple protocols
  + AMF , Hessian, ...
  - Multiple commands in a single trac-admin session
* bh:ticket:651
  - Testing (JS) on multiple browsers
  - Selenium

... and I've heard that historically there's very good pizza in the
testing BoF ... ñam !
:)

http://lists.idyll.org/pipermail/testing-in-python/2010-January/002537.html
https://us.pycon.org/2011/openspaces/TestingBOF/

I see no details yet for PyCon'2014

 The other project I have in mind

Many initiatives come to my mind too ... but not enough time for everything ...
It'd be interesting to hear more suggestions

[...]

 Btw, registration opened for Pycon 2014 ;)


\o/

.. [2]

-- 
Regards,

Olemis - @olemislc

Apache™ Bloodhound contributor
http://issues.apache.org/bloodhound
http://blood-hound.net

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 unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [Trac] there is no logging

2013-09-20 Thread Olemis Lang
On Fri, Sep 20, 2013 at 3:24 PM, Stuart Cracraft smcracr...@gmail.comwrote:

 Trac here is in /home/trac.

 The /home/trac/trac.conf file has:

 [logging]
 log_file = trac.log
 log_level = DEBUG
 log_type = file

 Despite this, no logging occurs with activity on the trac page.

 Thoughts?


/home/trac/conf/trac.ini

-- 
Regards,

Olemis - @olemislc

Apache™ Bloodhound contributor
http://issues.apache.org/bloodhound
http://blood-hound.net

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 unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [Trac] if you have an operational trac system...

2013-09-20 Thread Olemis Lang
you could contact us @ #trac via freenode irc

-- 
Regards,

Olemis - @olemislc

Apache™ Bloodhound contributor
http://issues.apache.org/bloodhound
http://blood-hound.net

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

Featured article:
Popularidad de Python, septiembre 2013 -
http://goo.gl/fb/tr0XB

-- 
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [Trac] Trac 1.0.1 Cc confusion

2013-09-18 Thread Olemis Lang
On 9/18/13, roger.oberholt...@gmail.com roger.oberholt...@gmail.com wrote:
 On Friday, September 06, 2013 10:57:40 AM roger.oberholt...@gmail.com
 wrote:
 In a ticket, I have a Cc like this:

  @Tickets

 This is handled by the Announcer plugun so that users who have added
 themselves to this group get e-mail. Works quite nice.

 I would now like to append specific e-mails to this list:

  @Tickets, some...@yoyodyne.com, pesky...@gmail.com

 Oddly, the messages are still sent to users in the Tickets list. However,
 the additional addresses do not get a message. I checked the trac.log
 file
 and there is no complaint.

 Am I missing comething?

 So the Cc field used like this is working for everyone? Only I have this
 mystery?


... or maybe it's that announcer plugin is not so popular , at least
when it comes to use it the way you mention ? ...

[...]

-- 
Regards,

Olemis - @olemislc

Apache™ Bloodhound contributor
http://issues.apache.org/bloodhound
http://blood-hound.net

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

Featured article:
Popularidad de Python, septiembre 2013 -
http://goo.gl/fb/tr0XB

-- 
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [Trac] TracSprint at PyCon

2013-09-18 Thread Olemis Lang
On 9/17/13, RjOllos rjol...@gmail.com wrote:
 On Tuesday, September 17, 2013 9:52:22 PM UTC-7, olemis wrote:

 On 9/17/13, RjOllos rjo...@gmail.com javascript: wrote:
 [...]
  is there
  any interest in having a TracSprint at PyCon in 2014?
 

 yes , especially if that includes working on plugins too ... is that
 the case or is it just limited to Trac core ?

 [...]


 It looks like work was planned or done on plugins at the last sprint,
 http://trac.edgewall.org/wiki/TracSprint

good !

 I'd be interested in working on either the Trac core or plugins

/me too ...
/me just asking

 (including
 Bloodhound of course) :)


which might just be a matter of including Bootstrap UI templates .

-- 
Regards,

Olemis - @olemislc

Apache™ Bloodhound contributor
http://issues.apache.org/bloodhound
http://blood-hound.net

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 unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [Trac] Re: query ticket-owner by date?

2013-09-18 Thread Olemis Lang
On 9/18/13, Frank Murphy frankl...@gmail.com wrote:
 On Mon, 16 Sep 2013 01:57:47 -0500
 Olemis Lang ole...@gmail.com wrote:

 
  the ReportModule to do what you want.
 
 
  You definitely can do something like this using TracGViz=1.4.1 .
  I'll write a demo later today and share the URL here for you to
  take a look .
 

 Will something like this help ?
 http://dataviz.blood-hound.net/ticket/215#comment:3


 I saw it, but power was off at home since.
 That could fit was I was thinking of.


Fact is that atm it is not possible to apply filters after computing
aggregate functions , in this case considering dates or time spans .
GViz QL does not support SQL HAVING clause . I've sent a messge to
GViz API group looking for feedback to see whether it'd be a good idea
to incorporate it into the language .

Do you think that adding HAVING clause is a good idea ?

[...]

-- 
Regards,

Olemis - @olemislc

Apache™ Bloodhound contributor
http://issues.apache.org/bloodhound
http://blood-hound.net

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

Featured article:
Popularidad de Python, septiembre 2013 -
http://goo.gl/fb/tr0XB

-- 
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [Trac] Re: query ticket-owner by date?

2013-09-18 Thread Olemis Lang
On Wed, Sep 18, 2013 at 12:26 PM, Olemis Lang ole...@gmail.com wrote:

 On 9/18/13, Frank Murphy frankl...@gmail.com wrote:
  On Mon, 16 Sep 2013 01:57:47 -0500
  Olemis Lang ole...@gmail.com wrote:
 
  
   the ReportModule to do what you want.
  
  
   You definitely can do something like this using TracGViz=1.4.1 .
   I'll write a demo later today and share the URL here for you to
   take a look .
  
 
  Will something like this help ?
  http://dataviz.blood-hound.net/ticket/215#comment:3
 
 
  I saw it, but power was off at home since.
  That could fit was I was thinking of.
 

 Fact is that atm it is not possible to apply filters after computing
 aggregate functions , in this case considering dates or time spans .
 GViz QL does not support SQL HAVING clause . I've sent a messge to
 GViz API group looking for feedback to see whether it'd be a good idea
 to incorporate it into the language .


see http://goo.gl/1icTHU


 Do you think that adding HAVING clause is a good idea ?

 [...]




-- 
Regards,

Olemis - @olemislc

Apache™ Bloodhound contributor
http://issues.apache.org/bloodhound
http://blood-hound.net

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

Featured article:
Popularidad de Python, septiembre 2013 -
http://goo.gl/fb/tr0XB

-- 
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [Trac] TracSprint at PyCon

2013-09-17 Thread Olemis Lang
On 9/17/13, RjOllos rjol...@gmail.com wrote:
[...]
 is there
 any interest in having a TracSprint at PyCon in 2014?


yes , especially if that includes working on plugins too ... is that
the case or is it just limited to Trac core ?

[...]

-- 
Regards,

Olemis - @olemislc

Apache™ Bloodhound contributor
http://issues.apache.org/bloodhound
http://blood-hound.net

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

Featured article:
Popularidad de Python, septiembre 2013 -
http://goo.gl/fb/tr0XB

-- 
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [Trac] Re: query ticket-owner by date?

2013-09-16 Thread Olemis Lang
On 9/15/13, Olemis Lang ole...@gmail.com wrote:
 Hi !

 On 9/15/13, RjOllos rjol...@gmail.com wrote:
 On Sunday, September 15, 2013 5:29:53 AM UTC-7, Frankly3D wrote:

 Is it be possible to sort ticket owner by date,
 that I could create a report\query from within trac,
 and have result displayed in a wiki page created for the purpose?

 Have looked Custom Query,
 Owner Begins With (leave blank)
 Modified  between and  
 How can I express it to mean as below:

 I want to remove trac-members
 who have not accepted a ticket for a year (365 days)
 https://fedorahosted.org/freemedia/


 In order to get a list a users that haven't accepted a ticket for more
 than

 a year, you'll probably need to write an SQL query and create your own
 plugin. I don't think you can use the QueryModule, TicketQueryMacro or
 even

 the ReportModule to do what you want.


 You definitely can do something like this using TracGViz=1.4.1 . I'll
 write a demo later today and share the URL here for you to take a look
 .


Will something like this help ?
http://dataviz.blood-hound.net/ticket/215#comment:3

-- 
Regards,

Olemis - @olemislc

Apache™ Bloodhound contributor
http://issues.apache.org/bloodhound
http://blood-hound.net

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

Featured article:
TuxInfo 61 : Instalando Apache™ Bloodhound 0.7 -
http://goo.gl/fb/Ssu06

-- 
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [Trac] Re: query ticket-owner by date?

2013-09-15 Thread Olemis Lang
Hi !

On 9/15/13, RjOllos rjol...@gmail.com wrote:
 On Sunday, September 15, 2013 5:29:53 AM UTC-7, Frankly3D wrote:

 Is it be possible to sort ticket owner by date,
 that I could create a report\query from within trac,
 and have result displayed in a wiki page created for the purpose?

 Have looked Custom Query,
 Owner Begins With (leave blank)
 Modified  between and  
 How can I express it to mean as below:

 I want to remove trac-members
 who have not accepted a ticket for a year (365 days)
 https://fedorahosted.org/freemedia/


 In order to get a list a users that haven't accepted a ticket for more than

 a year, you'll probably need to write an SQL query and create your own
 plugin. I don't think you can use the QueryModule, TicketQueryMacro or even

 the ReportModule to do what you want.


You definitely can do something like this using TracGViz=1.4.1 . I'll
write a demo later today and share the URL here for you to take a look
.

-- 
Regards,

Olemis - @olemislc

Apache™ Bloodhound contributor
http://issues.apache.org/bloodhound
http://blood-hound.net

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

Featured article:
TuxInfo 61 : Instalando Apache™ Bloodhound 0.7 -
http://goo.gl/fb/Ssu06

-- 
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [Trac] Native fields Preselected

2013-09-12 Thread Olemis Lang
On 9/12/13, Ivanelson Nunes ivanelsonnu...@gmail.com wrote:
 Some fields already have with preselected values. Example: Component,
 Types.

 Can I change this behavior? Without the use of plugins.

 Fields without previous values, makes filling the Ticket more consistent.
 IMHO.


I do not know if I understood your question , but afaict there are
admin panels to customize types, priorities, components, ...

[...]

-- 
Regards,

Olemis - @olemislc

Apache™ Bloodhound contributor
http://issues.apache.org/bloodhound
http://blood-hound.net

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 unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [Trac] Native fields Preselected

2013-09-12 Thread Olemis Lang
On 9/12/13, Ivanelson Nunes ivanelsonnu...@gmail.com wrote:
 Olemis,

 For example I do not want in the component already show a first selected
 item.


I see , you want to clear default ticket field values ? If this is the
case you could do so

  - by editing relevant options in TracIni
  - by installing IniAdminPlugin or similar ... though this
breaks your precondition ... :$

AFAICT , there's no way to clear default value in admin UI . The good
news is that such feature is not hard to implement at all , so I guess
submitting a ticket (if one does not exists yet ..) should be the
right way to go ?

[...]

-- 
Regards,

Olemis - @olemislc

Apache™ Bloodhound contributor
http://issues.apache.org/bloodhound
http://blood-hound.net

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 unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [Trac] email2trac use guidelines

2013-09-04 Thread Olemis Lang
On 9/4/13, W. Martin Borgert deba...@debian.org wrote:
 Quoting roger.oberholt...@gmail.com:
 We are looking at using email2trac to allow users to add and modify
 tickets. I
 am curious what experience people have had with this. Not so much how
 email2trac works, but how you have managed getting users to format
 messages
 correctly.

 No guidelines, just some experiences here.

[...]

  Possible improvements: email2trac should work on base of
  message-ids in the e-mail header instead of parsing the subject
  like OpenERP. Or one could have one email address per ticket,
  like in Debian (e.g. 123...@bugs.myserver.com).


AFAICT both suggestions are valid . FWIW , I prefer it to work the
Debian way . However under certain circumstances this might not be
possible to deploy , but I guess it'd be possible to toggle this
behavior on/off considering some configuration ... ?

[...]

@robert : About replies , I've noticed that other systems include some
«tags» in the message with the purpose of delimiting comment
boundaries . AFAICT this feature is not available in email2trac (...
cmiiw ...) and would be nice to have. Other features like triggering
workflow actions and updating fields might be more complicated to
handle .

-- 
Regards,

Olemis - @olemislc

Apache™ Bloodhound contributor
http://issues.apache.org/bloodhound
http://blood-hound.net

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

Featured article:
Apache™ Mesos se gradúa de Apache™ Incubator -
http://goo.gl/fb/fI4wW

-- 
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [Trac] Re: Trac XmlRpcPlugin and HTTP digest authentication

2013-08-27 Thread Olemis Lang
On 8/27/13, Feuermurmel michi.schw...@gmail.com wrote:
 On Monday, August 26, 2013 6:16:45 PM UTC+2, olemis wrote:

   - Digest auth is enabled , what about anonymous access ?
 * If there's anonymous access to /login/... is forbidden then you'll
   get expeted HTTP error status .


 Is it possible that the authentication work needs to be done by the HTTP
 server for XmlRpcPlugin to work?

[...]

Yes , of course . When account manager is deployed somehow you have to
specify that RPC requests will have to be touched by some digest auth
handler . That could be one of

  - Server digest auth module ...
  - trachacks:HttpAuthPlugin

Indeed I usually set the match for ^/login/.* but that's up to you
to decide ...

 I've now tried to set up lighttpd to do
 digest authentication for any URL that matches ^/login/xmlrpc and it
 seems to work. Both curl and using Requests for Python I was able to make a
 successful XMLRPC request.
[...]

\o/

-- 
Regards,

Olemis - @olemislc

Apache™ Bloodhound contributor
http://issues.apache.org/bloodhound
http://blood-hound.net

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 unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [Trac] Re: Trac XmlRpcPlugin and HTTP digest authentication

2013-08-26 Thread Olemis Lang
On 8/26/13, Feuermurmel michi.schw...@gmail.com wrote:
 Hi Simon

 On Wednesday, February 15, 2012 7:58:14 PM UTC+1, osimons wrote:

 There is no problem using the RPC plugin with digest auth - or any
 particular other auth for that matter. The RPC plugin just uses what
 it gets from Trac, and if Trac can authenticate then the plugin is
 fine with that.

 The real problem is that CLIENTS generally don't support digest auth,
 or any other particular auth mechanism other than lowest common
 denominator: Basic Authentication. So something like Python xmlrpclib
 only supports Basic auth. However, if you were to build a custom
 client that provides its own authentication handlers, all should be
 fine. Other clients for other platforms like Java, .Net or whatever
 may support further mechanisms - including Digest. I don't know. But
 in the end it all depends on the client.

 If you configure a project with digest auth, you should have no
 problem using curl to make authenticated calls to a Trac /rpc handler.
 man curl for all details of curl options... :-)


 Are you sure?

I do (and I'm sure of the fact that osimons will) . I use this on a
regular basis , but requires the correct config ; might br tricky .

 I'm not getting the XMLRPC interface to work using curl and
 digest authentication:


What other plugins have you deployed ? There are a number of
interactions that can make this fails , especially if you are using
AccountManagerPlugin together with server (e.g. apache2) digest auth
handlers then check this out

http://trac-hacks.org/wiki/XmlRpcPlugin#ProblemswhenAccountManagerPluginisenabled

 $ curl --data '?xml
 version=1.0?methodCallmethodNamewiki.getPage/methodNameparamsparamvaluestringSandBox/string/value/param/params/methodCall'

 --header 'Content-Type: text/xml' --digest --user $user:$password
 --dump-header - 'http://localhost:8080/login/xmlrpc'
[...]

 It seems that the XmlRpcPlugin will return a 200 OK status code even if
 authentication is required.

Actually what (I think that) is happening there is that user
authentication succeeded but Trac did not not detect the REMOTE_USER ,
thus falling back to anonymous login .

 Shouldn't it send a different status code so
 curl known that it should send the authentication data to the server?


It should ...

  - What's the HTTP server ?
  - Digest auth is enabled , what about anonymous access ?
* If there's anonymous access to /login/... is forbidden then you'll
  get expeted HTTP error status .
  - Have you tried using an invalid password or non-existent user ?

[...]

-- 
Regards,

Olemis - @olemislc

Apache™ Bloodhound contributor
http://issues.apache.org/bloodhound
http://blood-hound.net

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 unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [Trac] add custom buttons to wiki toolbar

2013-08-18 Thread Olemis Lang
On 8/18/13, Clemens Feige c.fe...@osypkamed.com wrote:
 Clemens, 01.08.2013 15:13:
[...]

 I know that it is not recommended to edit TRAC central templates, but I
 did not manage to get it properly working with local templates instead
 central ones.
[...]

Sometimes there's no other choice ... :-/

[...]

-- 
Regards,

Olemis - @olemislc

Apache™ Bloodhound contributor
http://issues.apache.org/bloodhound
http://blood-hound.net

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 unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [Trac] wiki page metadata macro

2013-08-13 Thread Olemis Lang
On 8/12/13, Felipe G. Nievinski fgnievin...@gmail.com wrote:
 On Monday, August 12, 2013 1:49:24 PM UTC-3, olemis wrote:
 On 8/12/13, Felipe G. Nievinski fgnie...@gmail.com javascript: wrote:

  I noticed that each trac-hack includes the following section at the end:
 
 
  == Author/Contributors ==
  '''Author:''' [wiki:todjiang] [[BR]]
  '''Maintainer:''' ''none'' [[BR]]
  '''Contributors:'''
 
  I'd like to adopt a similar format in my internal wiki, except that I
 don't
 
  like this metadata being entered as free text.
 
  *- Would you recommend any macro to fill-in such wiki page **metadata**?
 
 *
 
  Then it could be expanded to obtain a list of all the page maintainers,
 
  authors, etc.
 

 Are you looking for a list of users who edited the target wiki page ?

 If so I could suggest something (please confirm ;) but JFTR , that's
 not exactly what is happening in tho wiki pages .


 I'm looking for an equivalent of Ticket's owner fields but for Wiki
 pages.

[...]

This is the closest match I found :-/

http://trac-hacks.org/wiki/WikinfoPlugin

-- 
Regards,

Olemis - @olemislc

Apache™ Bloodhound contributor
http://issues.apache.org/bloodhound
http://blood-hound.net

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 unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [Trac] wiki page metadata macro

2013-08-13 Thread Olemis Lang
On 8/13/13, Felipe G. Nievinski fgnievin...@gmail.com wrote:
 On Tuesday, August 13, 2013 4:12:37 AM UTC-3, olemis wrote:
 On 8/12/13, Felipe G. Nievinski fgnie...@gmail.com javascript: wrote:

[...]
 
  I'm looking for an equivalent of Ticket's owner fields but for Wiki
  pages.
 
 [...]

 This is the closest match I found :-/

 http://trac-hacks.org/wiki/WikinfoPlugin

 Almost perfect! Thanks for taking the time.

 I was looking at how to extend it to fit my needs.

 The macro retrieves information from these wiki page fields:
 page.author
 page.version
 page.author
 page.comment
 page.time
 Do you think it's possible to customize the wiki page fields?


yes, possible.

 Another option would be updating the creator (the first author)
 to indicate the current page guardian (this would be the
 metadata that I'd like to use):
 page = WikiPage(self.env, formatter.context.resource, 1)
 text = page.author
 Do you think that field is read-only?


via the web UI , afaict it is . It may be modified in the DB

 Also, could you please direct me to any documentation that you might be
 aware of.

[...]

Api docs ?
http://trac.edgewall.org/wiki/TracDev/ApiDocs

-- 
Regards,

Olemis - @olemislc

Apache™ Bloodhound contributor
http://issues.apache.org/bloodhound
http://blood-hound.net

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 unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [Trac] wiki page metadata macro

2013-08-13 Thread Olemis Lang
On 8/13/13, Felipe G. Nievinski fgnievin...@gmail.com wrote:
 On Tue, Aug 13, 2013 at 2:15 PM, Olemis Lang ole...@gmail.com wrote:

 On 8/13/13, Felipe G. Nievinski fgnievin...@gmail.com wrote:
  On Tuesday, August 13, 2013 4:12:37 AM UTC-3, olemis wrote:
  On 8/12/13, Felipe G. Nievinski fgnie...@gmail.com javascript:
 wrote:
 
 [...]
  
   I'm looking for an equivalent of Ticket's owner fields but for Wiki
   pages.
  
  [...]
 
  This is the closest match I found :-/
 
  http://trac-hacks.org/wiki/WikinfoPlugin
 
  Almost perfect! Thanks for taking the time.
 
  I was looking at how to extend it to fit my needs.
 
  The macro retrieves information from these wiki page fields:
  page.author
  page.version
  page.author
  page.comment
  page.time
  Do you think it's possible to customize the wiki page fields?
 

 yes, possible.

 ...

  Also, could you please direct me to any documentation that you might be
  aware of.
 
 [...]

 Api docs ?
 http://trac.edgewall.org/wiki/TracDev/ApiDocs

 Sorry, let me be more specific in my request.  The existing macro:
 http://trac-hacks.org/browser/wikinfoplugin/trunk/wikinfo/macro.py
 uses from trac.wiki.model import WikiPage to retrieve the metadata.

 I can't seem to find the description of this module in, e.g.:
 http://www.edgewall.org/docs/trac-trunk/html/api/trac_wiki_api.html

 Am I looking at the wrong place -- or just not seeing it?


Choose one considering version

http://www.edgewall.org/docs/tags-trac-1.0/epydoc/trac.wiki.model-module.html
http://www.edgewall.org/docs/trac-trunk/epydoc/trac.wiki.model-module.html

... and see ...

http://trac.edgewall.org/wiki/TracDev/ApiDocs#Viewthedocumentation

 Also: where are the existing wiki page metadata fields
 (author, changed_by, changed_ts, comment) defined?

trac.wiki.model:WikiPage

 Any hint on how to store and retrieve custom fields?


I've been looking for a plugin for this but found nothing ... :-/

[...]

-- 
Regards,

Olemis - @olemislc

Apache™ Bloodhound contributor
http://issues.apache.org/bloodhound
http://blood-hound.net

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 unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [Trac] wiki page metadata macro

2013-08-12 Thread Olemis Lang
On 8/12/13, Felipe G. Nievinski fgnievin...@gmail.com wrote:
 I noticed that each trac-hack includes the following section at the end:

 == Author/Contributors ==
 '''Author:''' [wiki:todjiang] [[BR]]
 '''Maintainer:''' ''none'' [[BR]]
 '''Contributors:'''

 I'd like to adopt a similar format in my internal wiki, except that I don't

 like this metadata being entered as free text.

 *- Would you recommend any macro to fill-in such wiki page **metadata**? *

 Then it could be expanded to obtain a list of all the page maintainers,
 authors, etc.


Are you looking for a list of users who edited the target wiki page ?

If so I could suggest something (please confirm ;) but JFTR , that's
not exactly what is happening in tho wiki pages .

-- 
Regards,

Olemis - @olemislc

Apache™ Bloodhound contributor
http://issues.apache.org/bloodhound
http://blood-hound.net

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 unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/groups/opt_out.


[Trac] Re: [ANN] TracGViz 1.4.2

2013-08-10 Thread Olemis Lang
On 8/9/13, Olemis Lang ole...@gmail.com wrote:
[...]
   - Implement a widgets library suitable for deployments behind firewalls
 * see an early preview of some demos here [6]_
 * ... and beware of the fact that atm this is WiP
[...]

 .. [6] http://widgets.blood-hound.net/wiki/Demos

[...]

I've received complaints because pages in widgets.blood-hound.net were
not visible at all. This seems to be fixed after granting 'anonymous'
user with PRODUCT_VIEW permission . Sorry if this caused any trouble .

For those who could not see demos in action and are still interested
on the subject they should be available now .

-- 
Regards,

Olemis - @olemislc

Apache™ Bloodhound contributor
http://issues.apache.org/bloodhound
http://blood-hound.net

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 unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/groups/opt_out.


[Trac] [ANN] TracGViz 1.4.2

2013-08-09 Thread Olemis Lang
Hi!

After a long time of low activity I'm pleased to announce the release
of version 1.4.2 of TracGViz plugin [1]_ . It offers integration of
Trac and Apache™ Bloodhound with Google Charts API, amongst other
features.

It's available for download from PyPI [2]_ and sourceforge.net [8]_ .
The change log is really long. Please take a look at those pages.

Undoubtedly the most important enhancement has been the implementation
of a query engine aimed at being compatible with Google Charts query
language version 0.7 . There's still a lot of work to get there though
; beware of the differences [3]_ .

There are a few demos [7]_ in project wiki. We'll be adding more soon
(see below).

I'll be working towards version 1.4.3 [4]_ (due October 1st, 2013) and
1.5.1 [5]_ (due January 15th, 2014). Some of the immediate goals are :

  - Improved documentation
* Illustrate how to render graphs offered by related charting plugins
  and known project analytics solutions
  - Implement a widgets library suitable for deployments behind firewalls
* see an early preview of some demos here [6]_
* ... and beware of the fact that atm this is WiP
  - Multiple repository support
  - Optimizations for Apache Bloodhound
  - Performance optimizations in data sources and query engine

Hope you like it. Happy hacking !
o|:)

PS: It's not possible yet to create tickets in the issue tracker, at
least not until I finish working on OpenId auth and deploy it on that
site. Meanwhile , please, use trac-users@... mailing list to request
for support and report bugs, if any. I apologize if this causes any
trouble. I estimate this will be ready in the next one or two weeks.

.. [1] http://dataviz.blood-hound.net/wiki/Packages/TracGViz

.. [2] http://pypi.python.org/pypi/TracGViz/1.4.2

.. [3] http://dataviz.blood-hound.net/wiki/UserDoc/QueryLanguageCompatibility

.. [4] http://dataviz.blood-hound.net/milestone/tracgviz_1.4.3

.. [5] http://dataviz.blood-hound.net/milestone/tracgviz_1.5.1

.. [6] http://widgets.blood-hound.net/wiki/Demos

.. [7] http://dataviz.blood-hound.net/wiki/Demos

.. [8] https://sourceforge.net/projects/simelo/files/TracGViz/1.4.2


-- 
Regards,

Olemis - @olemislc

Apache™ Bloodhound contributor
http://issues.apache.org/bloodhound
http://blood-hound.net

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 unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/groups/opt_out.


[Trac] Clarification about JqChartMacro samples

2013-08-03 Thread Olemis Lang
I've read the examples of JqChartMacro [1]_ and there's something I do
not understand about the line chart . In there it's mentioned that
v-axis value represents ticket id * 10 whereas x-axis is reserved for
dates .

The resulting chart has many ups and downs , however I'm wondering how
is it possible since AFAIK ticket numbers increase linearly with time
. That's exactly what I'd expect as output in all cases .

Am I missing something obvious ?

.. [1] http://trac-hacks.org/wiki/JqChartMacro#Example

-- 
Regards,

Olemis - @olemislc

Apache™ Bloodhound contributor
http://issues.apache.org/bloodhound
http://blood-hound.net

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 unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [Trac] Re: XML-RPC plugin -Using from java provided link returns NOT FOUND

2013-08-01 Thread Olemis Lang
On 8/1/13, Punnadi punn...@gmail.com wrote:
 I found it at the below link:

 http://trac-hacks.org/attachment/ticket/7663/trac_xml_rpc_example_java.zip


Hi !

There's no preview for .zip files at trac-hacks.org . There are
instructions saying 'Try downloading the file instead.' The links
works for me .

[...]

-- 
Regards,

Olemis - @olemislc

Apache™ Bloodhound contributor
http://issues.apache.org/bloodhound
http://blood-hound.net

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 unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/groups/opt_out.




[Trac] RPC and account manager plugin

2013-07-21 Thread Olemis Lang
Hi!

I've deployed th:XmlRpcPlugin in a Trac 1.0 web site with logins powered by
th:AccountManagerPlugin digest auth store. I have setup apache2 auth this way
(further VirtualHost details omitted)

{{{#!apacheconf

   LocationMatch /login/.+
 AuthType Digest
 AuthName realm
 AuthDigestDomain realm
 AuthUserFile /path/to/env/.htdigest
 Require valid-user
   /LocationMatch
}}}

On accessing /login/rpc using a browser RPC methods list is shown after
providing auth credentials. Target (TRAC_ADMIN) user is detected.
Nevertheless XML-RPC calls fail this way:

{{{#!sh

$ ipython
[...] # Digest transport preparation in verbose mode ... and other stuff

In [42]: p = ServerProxy('http://example.com/login/rpc', transport=t)

In [43]: p.wiki.getPage('WikiStart')
ProxyTransport URL: [http://example.com/login/rpc]
body: ?xml 
version='1.0'?\nmethodResponse\nfault\nvaluestruct\nmember\nnamefaultCode/name\nvalueint403/int/value\n/member\nmember\nnamefaultString/name\nvaluestringXML_RPC
privileges are required to perform this operation. You don't have the
required 
permissions./string/value\n/member\n/struct/value\n/fault\n/methodResponse\n
---
Fault Traceback (most recent call last)
ipython-input-43-cff533b5a58a in module()
 1 p.wiki.getPage('WikiStart')

[...]
Fault: Fault 403: XML_RPC privileges are required to perform this
operation. You don't have the required permissions.

}}}

Then I looked for relevant log entries and found the following

{{{
2013-07-22 04:13:59,481 Trac[main] DEBUG: Dispatching
RequestWithSession POST '/login/rpc'
2013-07-22 04:13:59,497 Trac[web_ui] DEBUG: LoginModule._remote_user:
Authentication attempted for 'None'
2013-07-22 04:13:59,498 Trac[web_ui] WARNING:
LoginModule.authenticate: 'REMOTE_USER' was set to 'admin'
2013-07-22 04:13:59,498 Trac[web_ui] DEBUG: LoginModule.authenticate:
Set 'REMOTE_USER' = 'None'
[...]
2013-07-22 04:13:59,501 Trac[web_ui] DEBUG: RPC incoming request of
content type 'text/xml' dispatched to tracrpc.xml_rpc.XmlRpcProtocol
object at 0x7f08098eecd0
2013-07-22 04:13:59,501 Trac[web_ui] DEBUG: RPC(XML-RPC) call by
'anonymous' None
2013-07-22 04:13:59,502 Trac[xml_rpc] DEBUG: RPC(xml) call by
'anonymous', method 'wiki.getPage' with args: ('WikiStart',)
[...]
2013-07-22 04:13:59,511 Trac[web_ui] ERROR: RPC(XML-RPC) Error
Traceback (most recent call last):
  File /path/to/trac_rpc/trunk/tracrpc/web_ui.py, line 149, in _rpc_process
req.perm.require('XML_RPC') # Need at least XML_RPC
  File /path/to/trac/perm.py, line 601, in require
raise PermissionError(action, resource, self.env)
PermissionError
}}}

Considering 2nd-4th lines above based on th:AccountManager code my
interpretation is :

  - There is no `user` arg in URL
  - `environ_auth_overwrite` option was on
  - ... so value for REMOTE_USER set by apache2 is cleared

RPC calls started to work after turning off `environ_auth_overwrite`

Therefore I performed the following changes in th:XmlRpcPlugin page

http://goo.gl/5IgGn

... because IMHO installing another plugin is:

  - Unnecessary
  - Confusing

I'm sending this message to trac-users ML so that others will be aware
of the fact
and provide feedback about whether this approach actually works on different
configurations. Feel free to revert the change or add notes if
problems are detected.


-- 
Regards,

Olemis.

Apache™ Bloodhound contributor
http://issues.apache.org/bloodhound

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 unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [Trac] Getting field value results into a Wiki page

2013-07-20 Thread Olemis Lang
On 7/19/13, Dan Harlacher dano.harlac...@gmail.com wrote:
 Hello,


Hi !
:)

 I can figure out how to get the value for a field for a given ticket. I'm
 creating a manual report on a wiki page and need to put this value into it.

 Here is an example. I have a field in every ticket called test_depth. I
 want to get the value in this field for ticket 9339. Is there a way to do
 that and get just the value back.


Well , honestly I'm not sure of whether I understood your question but
here is a 'probable' answer .

With TracGVizPlugin=1.4.1 you'll be able to retrieve a data table
containing that value and use it to feed a (widget / chart / gauge
...) able to render the value the way you want .

see http://dataviz.blood-hound.net/wiki/UserDoc/EmbedGVizGadget

 I know I can use TicketQuery to create a table where I can control the
 columns but in this case all I need is the value so I can control the
 formatting. I'm wondering if there is something like the count option to
 TicketQuery where I can get just the values for a given field.


Is my response accurate ? If so I could provide you with an example .
If I did not understand your question could you please clarify ?

-- 
Regards,

Olemis.

Apache™ Bloodhound contributor
http://issues.apache.org/bloodhound

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 unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/groups/opt_out.




[Trac] Google Analytics integration for Trac 1.0 web sites

2013-07-19 Thread Olemis Lang
What's the recommended approach for installing Google Analytics in Trac=1.x
sites . I tried with TracGoogleAnalytics [1]_ but install fails with error

{{{
ImportError: No module named google.analytics
}}}

TIA

.. [1] https://pypi.python.org/pypi/TracGoogleAnalytics

-- 
Regards,

Olemis.

Apache™ Bloodhound contributor
http://issues.apache.org/bloodhound

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 unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [Trac] trac-admin upgrade fails

2013-07-10 Thread Olemis Lang
Hi !

On 7/10/13, Roger Oberholtzer roger.oberholt...@gmail.com wrote:

 I am migrating a trac site from one machine to another.
[...]

 Unfortunately, when I
 run the suggested
 command, I get:

   The upgrade failed. Please fix the issue and try again.

   AttributeError:

 And nothing more. I can't quess what it does not like.


I've recently experienced this issue trying to install
TracTagsPlugin==0.6 from t.h.o svn repository on Trac==1.x . The
source code in there is not up to date.


 How to find out what it is unhappy about?


If this is your case then everything should be back to normal after
installing 0.7-dev from this repository
https://bitbucket.org/alexandrul/trac-tags-plugin

 Is there a better way to move a trac db to a new system?


All I can say now is that you're doing things right .

[...]

-- 
Regards,

Olemis.

Apache™ Bloodhound contributor
http://issues.apache.org/bloodhound

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 unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [Trac] Re: LDAP, Trac 1.0 and ActiveDirectory

2013-07-09 Thread Olemis Lang
On 7/9/13, RjOllos rjol...@gmail.com wrote:
 On Saturday, June 29, 2013 2:03:28 AM UTC-7, rdeman wrote:

[...]

 I am thinking to install


- Trac 1.0 (stable)


+1

[...]

 What is the latest status on Ldap  Trac 1.0?

1. Will I still need a plugin?

 Yes, you'll need a plugin.


There are many ways to achieve this integration so, depending on what
option is better for you maybe you won't need a plugin at all . Some
options that I've used in practice :

  1. apache modules for ldap auth
  2. Trac plugin for ldap auth (MSAD)
  3. Leverage your ldap directory using an OpenId provider
  * I've deployed proprietary MSAD to OpenId solutions
  * gracie is a lightweight open source option based on
PAM and used to work well for me
  * OTOH you could use Trac openid plugin ...
  * ... or apache modules for openid
  * This way you'll actually have an SSO environment
   4. There are other ways to get this done ...


1. Will it work with ActiveDIrectory?



In case (1), (2), (3) above it will work, though you'll have to assess
pros/cons .

 The only plugin I'm aware of for working with ActiveDirectory is
 DirectoryAuthPlugin, Last I checked it was completely broken; including a
 lot of really basic problems like incorrect imports, typos in the DB schema


:'(

[...]

1. How can I configure Trac so that it will only allow my team members

access to Trac and not simply everybody in the ActiveDirectory.


You can deploy plugins integrating LDAP groups into Trac , then you
may configure permissions (in Trac) for groups/users .

[...]

-- 
Regards,

Olemis.

Apache™ Bloodhound contributor
http://issues.apache.org/bloodhound

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 unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [Trac] Repository sizes?

2013-06-18 Thread Olemis Lang
On 6/18/13, Steffen Hoffmann hoff...@web.de wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 On 12.06.2013 22:12, Malcolm wrote:
 As we just hit ticket 40,000 at $WORK (and passed svn revision 210,000 a
 while ago), I'm curious as to what's the largest known trac instance.

 Interesting question. Closest that I know of is my own test setup with
 little more than 30.000 tickets. Someone mentioned to use the
 TracBrowser on a copy of the Linux kernel Git repo, but I have not seem
 real numbers as high as yours here yet.

 We might want to create something like a TracScores wiki page at
 trac.edgewall.org from feedback given here.?


fwiw +1

-- 
Regards,

Olemis.

Apache™ Bloodhound contributor
http://issues.apache.org/bloodhound

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 unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [Trac] Datetime values in add_script_data

2013-06-06 Thread Olemis Lang
On 6/6/13, Ethan Jucovy ethan.juc...@gmail.com wrote:
 On Wed, Jun 5, 2013 at 9:25 PM, Olemis Lang ole...@gmail.com wrote:
 Is it possible to include datetime values in add_script_data and
 expect these to be converted to JS values in templates ? If not,
 what's the recommended approach to get this done ?

 The JSON format does not define a syntax for specifying datetime
 values, so you'll need to turn your Python datetime into a string
 before passing it to add_script_data, and your Javascript code will
 need to know that the variable should be turned into a Date.

 In Python `my_dt_obj.isoformat()` (ISO 8601 format) will give you a
 string with full date/time/zone information, which can then be passed
 into the Javascript `new Date(myVar)` constructor on the other end.

 -Ethan


understood. thanks :)

-- 
Regards,

Olemis.

Apache™ Bloodhound contributor
http://issues.apache.org/bloodhound

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 unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [Trac] Re: Trac + Git performance issue

2013-06-05 Thread Olemis Lang
On 6/4/13, W. Martin Borgert deba...@debian.org wrote:
 On 2013-06-04 15:58, Grzegorz Sobański wrote:
[...]

 From what I remember reading the code some time ago - it won't.
 Performance problems (and wrong data with cache) are a result of Trac
 version control system being tightly dependant on the SVN model.

 GitCachedRepository is using an SVN cache, and its representation
 assumes linear (:D) order of commits.

 IMO without huge rewrite of GitCachedRepository and probably some parts
 of the not-cached version no gains can be achieved.

 I see. So there are three options:
  - bribe Trac developers to solve the problem (my boss will kill
me for the spendings)
  - avoid Git for now (my colleagues will kill me for having to
stay with SVN)
  - find an alternative to Trac (I will kill myself for not being
able to work with it)


That's the situation now , yes ...

[...]

 Anyway, from my perspective, Git has a huge momentum and - if I
 like it or not - most developers I know, are already using it or
 have plans to migrate. If Tracs support for Git does not improve
 significantly in the short term, I fear, that people will move
 to Gitorious or Gitlab. Both are based on Ruby - no hacking fun
 for me :~(


fwiw +1

I do not know whether this suggestion will be a good idea but maybe
you could try to create a mercurial mirror (mercurial-git debian
package afaicr) and plug it into your Trac instance ... ?

-- 
Regards,

Olemis.

Apache™ Bloodhound contributor
http://issues.apache.org/bloodhound

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 unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[Trac] Datetime values in add_script_data

2013-06-05 Thread Olemis Lang
Hi !

Is it possible to include datetime values in add_script_data and
expect these to be converted to JS values in templates ? If not,
what's the recommended approach to get this done ?

TIA

-- 
Regards,

Olemis.

Apache™ Bloodhound contributor
http://issues.apache.org/bloodhound

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 unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [Trac] Domain Controller Migration for existing TRAC

2013-05-31 Thread Olemis Lang
On 5/27/13, Bhupendra bhupendrakumar.j...@gmail.com wrote:
 Hi,


:)

 We are using TRAC(version 0.11.7) from past 3-4 years and we use
 LDAP Apache authentication as of now and that is working good for now but
 since the company has been acquired by some other company and they are
 planning for a Domain Controller Migration for existing TRAC and the
 users(since we move to a different domain) so could any one in the group
 highlight what all changes do I need to do for the same and what are the
 things which I need to take care of for this transition?

Honestly , it is hard for me to answer this question . There might be
many details involved in the process depending on

  - target DC
  - installed plugins
  - data
  - topology
  - ...

 To me I have just
 been informed that I need to update the existing IP with the new IP
 wherever applicable but I am not sure how can that be tested and if it has
 got any after effects which I have to manage so just wanted to check with
 the group if there are any suggestions or ideas which I can try before
 simply changing the IP's everywhere.


if the application layer is agnostic to the network layer (= and
that's a rhetoric statement ;) and configuration does not rely upon
IPs then afaik changing values should be ok , as long as names et al,
will be resolved correctly . cmiiw

-- 
Regards,

Olemis.

Apache™ Bloodhound contributor
http://issues.apache.org/bloodhound

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 unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [Trac] problem installing trac

2013-05-30 Thread Olemis Lang
On 5/30/13, Tim Dunphy bluethu...@gmail.com wrote:
 Ok well thanks for your input. As far as system of choice that ones out of
 my hands in the shop that I work in. Stuck using CentOS here. Perhaps a
 source install would be a better choice?

Definitely yes , IMHO .

-- 
Regards,

Olemis.

Apache™ Bloodhound contributor
http://issues.apache.org/bloodhound

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 unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[Trac] ThemeEnginePlugin 2.2.0 released

2013-05-23 Thread Olemis Lang
Minutes ago I released TracThemeEngine==2.2.0 available for download on PyPI

It backports a subset of the solution implemented in Apache™
Bloodhound to override specific templates . Read «Customizing specific
views» in API docs [1]_ for further details . Critical bugs
th:ticket:11103, th:ticket:11104 have been fixed

Please try it . Feedback is welcome especially if new issues are detected .

More features coming soon.

PS: Changes have only been applied in trunk . Should interest arise in
backporting this feature in 0.11 branch , please contact me .

.. [1] Modular styles manager
(http://trac-hacks.org/wiki/ThemeEnginePlugin)

-- 
Regards,

Olemis.

Apache™ Bloodhound contributor
http://issues.apache.org/bloodhound

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 unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [Trac] Plugin Options for Graphics

2013-05-11 Thread Olemis Lang
On 4/25/13, Ivanelson Nunes ivanelsonnu...@gmail.com wrote:
 2013/4/25 Olemis Lang ole...@gmail.com
 On 4/23/13, Ivanelson Nunes ivanelsonnu...@gmail.com wrote:
  No! I really want is suggestions of options for graphics. Your options
 will
  be welcome and hopefully by tomorrow and then test them.
 

 This will take a bit longer
[...]

 Sorry for the delay . I'll let you know as soon as it will be ready so
 that you can try it live ..


 Okay, let's wait.

 Good luck

 @ivanelson
 []s



Sorry for the delay . We've been busy with many other things . Finally
you can see the widgets in action in this page . This is a sandbox
instance and target plugin is still under development , so please
consider that in your assessment . We are working towards a more
polished version . For instance in my PC charts not including glossy
effects are still rendered with tooltips on marker and slice hover .
We'll have to look into this and see what's happening in online
version .

Demos wiki pages :

http://bh.web-sandbox.com/wiki/Bloodhound/Hack
http://bh.web-sandbox.com/wiki/Bloodhound/Test

Relevant TracGViz data sets :

Ticket attachments
http://bh.web-sandbox.com/gviz/ticket/attachments?tqx=out:html
Milestones
http://bh.web-sandbox.com/gviz/ticket/milestone?tqx=out:html

Should you be interested in a particular data visualization , please
let me know to add it in there . I'm quite interested on feedback
about real use cases related to this .

-- 
Regards,

Olemis.

Apache™ Bloodhound contributor
http://issues.apache.org/bloodhound

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 unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [Trac] Plugin Options for Graphics

2013-05-11 Thread Olemis Lang
On 5/11/13, Olemis Lang ole...@gmail.com wrote:
 On 4/25/13, Ivanelson Nunes ivanelsonnu...@gmail.com wrote:
 2013/4/25 Olemis Lang ole...@gmail.com
 On 4/23/13, Ivanelson Nunes ivanelsonnu...@gmail.com wrote:
  No! I really want is suggestions of options for graphics. Your options
 will
  be welcome and hopefully by tomorrow and then test them.
 

 This will take a bit longer
 [...]

 Sorry for the delay . I'll let you know as soon as it will be ready so
 that you can try it live ..


 Okay, let's wait.

 Good luck

 @ivanelson
 []s



 Sorry for the delay . We've been busy with many other things . Finally
 you can see the widgets in action in this page . This is a sandbox
 instance and target plugin is still under development , so please
 consider that in your assessment . We are working towards a more
 polished version . For instance in my PC charts not including glossy
 effects are still rendered with tooltips on marker and slice hover .
 We'll have to look into this and see what's happening in online
 version .

 Demos wiki pages :

 http://bh.web-sandbox.com/wiki/Bloodhound/Hack
 http://bh.web-sandbox.com/wiki/Bloodhound/Test

 Relevant TracGViz data sets :

 Ticket attachments
 http://bh.web-sandbox.com/gviz/ticket/attachments?tqx=out:html
 Milestones
 http://bh.web-sandbox.com/gviz/ticket/milestone?tqx=out:html

 Should you be interested in a particular data visualization , please
 let me know to add it in there . I'm quite interested on feedback
 about real use cases related to this .


Disclaimer : I forgot to mention something important . Considering
it's a sandbox Apache™ Bloodhound instance , the warnings you'll see
in there are not plugin failures , but expected behavior caused by
erroneous input and / or use of invalid widget parameters .

-- 
Regards,

Olemis.

Apache™ Bloodhound contributor
http://issues.apache.org/bloodhound

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 unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[Trac] Request for feedback WAS: [Apache Bloodhound] #509: Test compatibility with XMLRPC Plug-in

2013-05-10 Thread Olemis Lang
Hi !

It'd be nice if you could follow the instructions below and try recent
compatibility improvements applied upon trachacks:XmlRpcPlugin .

In the next few days I'll be adding more RPC handlers expose data
managed by Trac core , and other plugins . The former might be
backported relatively soon in trachacks:XmlRpcPlugin , if they prove
to be useful .

Thanks for your interest in Apache™ Bloodhound and supported plugins .

-- Forwarded message --
From: Apache Bloodhound d...@bloodhound.apache.org
Date: Fri, 10 May 2013 05:54:59 -
Subject: Re: [Apache Bloodhound] #509: Test compatibility with XMLRPC Plug-in
To:
Cc: comm...@bloodhound.apache.org

#509: Test compatibility with XMLRPC Plug-in
---+--
  Reporter:  mbooth|  Owner:  mbooth
  Type:  task  | Status:  review
  Priority:  critical  |  Milestone:
 Component:  plugins   |Version:
Resolution:|   Keywords:  rpc XmlRpcPlugin
---+--
Changes (by olemis):

 * status:  accepted = review
 * owner:  olemis = mbooth


Comment:

 Hi Matt !

 Replying to [comment:7 mbooth]:
  Cool, thanks for your work on this.
 
  I'm actually okay with a fork as long as the XML-RPC API remains
 unchanged. There is already a lot of software out there that talks to Trac
 programatically and it would be great if it all could also talk to
 Bloodhound without change -- it would greatly lower the barrier to
 adoption :-)

 I have pushed some changes onto [https://bitbucket.org/olemis/bloodhound-
 rpc/src/8075ed8a7cd4?at=bloodhound_rpc bloodhound_rpc branch] in
 [https://bitbucket.org/olemis/bloodhound-rpc olemis/bloodhound-rpc
 repository @ Bitbucket] . All plugin tests are successful in my local
 working copy after applying the following patches (order matters).

 {{{#!sh

 $ hg qapplied
 t509/t509_r143_tracadmin_globalcmd_attr.diff
 t514/t514_r143_load_bootstrap_handler.diff
 t514/t514_r143_tracd_bootstrap.diff

 $ hg log -r qparent --template=[{svnrev}] - {desc}\n
 [1480224] - Translate SELECT part of CREATE TABLE ... AS SELECT ...
 queries.

 Fixes an issue where some product plugin tables were prepopulated with
 rows from global product.

 }}}

 After reviewing [https://bitbucket.org/olemis/bloodhound-
 rpc/compare/bloodhound_rpc..#diff the differences] it is possible to
 realize that not much has changed in the plugin but there are subtle
 (backwards compatible) usage differences if running against product
 environments .

 Please review .

-- 
Regards,

Olemis.

Apache™ Bloodhound contributor
http://issues.apache.org/bloodhound

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 unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [Trac] Plugin Options for Graphics

2013-04-25 Thread Olemis Lang
On 4/23/13, Ivanelson Nunes ivanelsonnu...@gmail.com wrote:
 No! I really want is suggestions of options for graphics. Your options will
 be welcome and hopefully by tomorrow and then test them.


This will take a bit longer since we'll have to upgrade our sandbox
instance . I've published screenshots illustrating what the widgets
look like in my local test environment .

https://twitter.com/olemislc/status/327479147817488384
https://twitter.com/olemislc/status/327478795063922690

Sorry for the delay . I'll let you know as soon as it will be ready so
that you can try it live ..

-- 
Regards,

Olemis.

Apache™ Bloodhound contributor
http://issues.apache.org/bloodhound

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 unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [Trac] Plugin Options for Graphics

2013-04-23 Thread Olemis Lang
Hi !

On 4/23/13, Ivanelson Nunes ivanelsonnu...@gmail.com wrote:
 I want an option to generate graphs on my wiki pages. I tried using the
 TicketChartsMacro [1], but without success. Examples desire:

 * Graphics by owner
 * By Type
 * For Situation (open, closed, etc. ..)
 * For owner and situation.

 * My trac version 1.0


We are close to release TracGViz=1.4.1 which will provide users with
advanced charting capabilities by implementing almost all aspects of
Google Charts Query Language . That will be ready to use ootb with
Google Charts .

If you are an Apache™ Bloodhound users the good news (beyond that) is
that sooner rather than later we plan to release a set of widgets that
will allow to host charting solution inside your Trac environment .
Tomorrow I'll send you a link to a demo site for you to see and, if
you have a particular visualization in mind , please let me know if
interested to know what they will look like .

 Note: The plugin TicketChartMacro has a TicketCharts.py module that
 imports another module openFlashCharts. Trac can not find this module
 openFlashCharts.

 Suggestions?!


I've not tried that plugin . If your question was just about it and
not about alternatives , I apologize in advance since I misunderstood
your question .

-- 
Regards,

Olemis.

Apache™ Bloodhound contributor
http://issues.apache.org/bloodhound

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 unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [Trac] migrating from generic trac to bloodhound

2013-04-18 Thread Olemis Lang
On 4/17/13, Brettschneider Falk fbrettschnei...@baumer.com wrote:
 Hi,


:)

 RjOllos wrote:
 I haven't used Bitnami, but my understanding is that it is a bundle of
 Trac and all it's dependencies that simplifies installation on Windows. If
 that is true, I would suggest that the key differences here are Trac vs
 Bloodhound, and the key features of Bloodhound that differentiate it from
 Trac so far are: the Bootstrap theme including responsive web design,
 multi-product support, enhanced search and ticket relations (forthcoming
 in the next release).

 I see, then I understand it as Bitnami provides the stuff under Trac, and
 Bloodhound provides additional functionality on top of Trac. I wonder if
 those Bloodhound addons can be used as common Trac plugins in a generic Trac
 installation, for instance I'm interested in installing the enhanced search
 of Bloodhound additionally on top of my Bitnami installation.


Bloodhound Search is a Trac plugin , but it has been built and tested
against our patched copy of Trac . In forthcoming releases (i.e.
current trunk) delivered artifacts will also be aware of multi-product
architecture (i.e. BEP-0003) . So I'm not sure it will work ootb .
However it should be «almost usable» on top of mainstream Trac
distribution . So I guess it'd be possible to patch it for backwards
compatibility .

-- 
Regards,

Olemis.

Apache™ Bloodhound contributor
http://issues.apache.org/bloodhound

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 unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [Trac] migrating from generic trac to bloodhound

2013-04-18 Thread Olemis Lang
On 4/18/13, Olemis Lang ole...@gmail.com wrote:
 On 4/17/13, Brettschneider Falk fbrettschnei...@baumer.com wrote:
 Hi,


 :)

 RjOllos wrote:
 I haven't used Bitnami, but my understanding is that it is a bundle of
 Trac and all it's dependencies that simplifies installation on Windows.
 If
 that is true, I would suggest that the key differences here are Trac vs
 Bloodhound, and the key features of Bloodhound that differentiate it
 from
 Trac so far are: the Bootstrap theme including responsive web design,
 multi-product support, enhanced search and ticket relations (forthcoming
 in the next release).

 I see, then I understand it as Bitnami provides the stuff under Trac, and
 Bloodhound provides additional functionality on top of Trac.

it seems so

 I wonder if
 those Bloodhound addons can be used as common Trac plugins in a generic
 Trac
 installation, for instance I'm interested in installing the enhanced
 search
 of Bloodhound additionally on top of my Bitnami installation.


 Bloodhound Search is a Trac plugin , but it has been built and tested
 against our patched copy of Trac . In forthcoming releases (i.e.
 current trunk) delivered artifacts will also be aware of multi-product
 architecture (i.e. BEP-0003) . So I'm not sure it will work ootb .
 However it should be «almost usable» on top of mainstream Trac
 distribution . So I guess it'd be possible to patch it for backwards
 compatibility .


I forgot , Genshi templates would have to be rewritten because UI
relies upon Twitter Bootstrap and related Bloodhound customizations .

-- 
Regards,

Olemis.

Apache™ Bloodhound contributor
http://issues.apache.org/bloodhound

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 unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [Trac] migrating from generic trac to bloodhound

2013-04-18 Thread Olemis Lang
On 4/18/13, Brettschneider Falk fbrettschnei...@baumer.com wrote:
 Hi,


:)

 Olemis Lang wrote:
 F@lk wrote:
  I wonder if
  those Bloodhound addons can be used as common Trac plugins in a generic
  Trac
  installation, for instance I'm interested in installing the enhanced
 search
  of Bloodhound additionally on top of my Bitnami installation.

 Bloodhound Search is a Trac plugin , but it has been built and tested
 against our patched copy of Trac . In forthcoming releases (i.e.
 current trunk) delivered artifacts will also be aware of multi-product
 architecture (i.e. BEP-0003) . So I'm not sure it will work ootb .
 However it should be almost usable on top of mainstream Trac
 distribution . So I guess it'd be possible to patch it for backwards
 compatibility .

 Would be cool if you kept your extensions also compatible to the mainstream
 Trac, to minimize the drawbacks of your fork a bit so to speak.

That would be hard sometimes in the sense that we are forced to patch
Trac core in some ways to make all our plugin work . Most of those
patches would not make be accepted by trac-dev . Some of them have
even been rejected (afaicr , citation needed) . Bloodhound uses a
custom ticket module , report module , ...

 Otherwise it
 could happen that people fork your extensions and port them as Trac-hacks
 plugins back to mainstream Trac, which could lead to a confusing
 situation...


Based on the contents of the license it'd be possible for anybody to
do so . Personally , I find it a bit hard to make some of our plugins
work without the patches we've introduced . We've been extremely
careful with this and introduce patches in core as a last recourse
after days of trying to get things done in backwards compatible ways .
Patching our Trac copy is problematic for us because we should pay
attention to such changes as Trac vendor branch evolves .

For instance , afaicr dashboard plugin should work on top of Trac ,
though much more work will be needed to develop layouts and widgets
that «play nice» with Trac css , as widgets in core are tightly
coupled to Bootstrap styling , but dashboard API is pluggable .

-- 
Regards,

Olemis.

Apache™ Bloodhound contributor
http://issues.apache.org/bloodhound

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 unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [Trac] Error with trac-admin /path/env/... upgrade

2013-04-17 Thread Olemis Lang
On 4/17/13, Joost Kraaijeveld j.kraaijev...@askesis.nl wrote:
 Hi,


:)

 I am using some hosted server with limited access to the server, i.e. I
 have no root capabilities. I have to run trac-admin /path/env/...
 upgrade. If I do so i get the following error:

 ./trac-admin /home/askesis/public_html/hanprojects/hanprojects upgrade
 Traceback (most recent call last):
   File ./trac-admin, line 5, in module
 from pkg_resources import load_entry_point
   File /usr/lib/python2.6/site-packages/pkg_resources.py, line 2655,
 in module
 working_set.require(__requires__)
   File /usr/lib/python2.6/site-packages/pkg_resources.py, line 648, in
 require
 needed = self.resolve(parse_requirements(requirements))
   File /usr/lib/python2.6/site-packages/pkg_resources.py, line 546, in
 resolve
 raise DistributionNotFound(req)
 pkg_resources.DistributionNotFound: Trac==1.0.1

 Can I solve this somehow? Can I upgrade my trac somehow?


This has happened to me before while messing around with virtual envs
e.g. sometimes I switch a repository I'm working against (i.e.
setup.py develop) and the source code is there (so `import trac` will
work) but not the .egg-info meta-data (so pkg_resources lookups will
fail like shown above) .

-- 
Regards,

Olemis.

Apache™ Bloodhound contributor
http://issues.apache.org/bloodhound

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 unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [Trac] Error with trac-admin /path/env/... upgrade

2013-04-17 Thread Olemis Lang
On 4/17/13, Olemis Lang ole...@gmail.com wrote:
 On 4/17/13, Joost Kraaijeveld j.kraaijev...@askesis.nl wrote:
 Hi,


 :)

 I am using some hosted server with limited access to the server, i.e. I
 have no root capabilities. I have to run trac-admin /path/env/...
 upgrade. If I do so i get the following error:

 ./trac-admin /home/askesis/public_html/hanprojects/hanprojects upgrade
 Traceback (most recent call last):
   File ./trac-admin, line 5, in module
 from pkg_resources import load_entry_point
   File /usr/lib/python2.6/site-packages/pkg_resources.py, line 2655,
 in module
 working_set.require(__requires__)
   File /usr/lib/python2.6/site-packages/pkg_resources.py, line 648, in
 require
 needed = self.resolve(parse_requirements(requirements))
   File /usr/lib/python2.6/site-packages/pkg_resources.py, line 546, in
 resolve
 raise DistributionNotFound(req)
 pkg_resources.DistributionNotFound: Trac==1.0.1

 Can I solve this somehow? Can I upgrade my trac somehow?


 This has happened to me before while messing around with virtual envs
 e.g. sometimes I switch a repository I'm working against (i.e.
 setup.py develop) and the source code is there (so `import trac` will
 work) but not the .egg-info meta-data (so pkg_resources lookups will
 fail like shown above) .


I'll clarify my statement above so that it will be possible to
understand what I'm trying to say. I'm working with a repository at
/path/to/repos installed via `setup.py develop` in a virtual env .
Next I remove it and copy another equivalent repository at the same
path . Immediately after that pkg_resources will complain . Re-running
`setup.py develop` usually fixes that problem . In any case , should
be something related to reading .egg-info metadata .

-- 
Regards,

Olemis.

Apache™ Bloodhound contributor
http://issues.apache.org/bloodhound

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 unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




  1   2   3   4   5   6   7   8   9   >