[Trac] pdf file issue

2009-06-02 Thread prabhakar

Hi,

can anybody tell me how to write the data to pdf file and how to read
from pdf file.


give me one simple program, i had tried lot.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: build / test automation with features

2009-06-02 Thread Olaf Meeuwissen

"W. Martin Borgert"  writes:

> Quoting "Johnny Chang" :
>> I looked at the documentation and it wasn't clear to me how to run a
>> test suite, look for output, and check in.  Can you give me some
>> hints?
>
> Running tests itself is not in the scope of bitten (and would be
> the wrong place IMHO). You run e.g. unittests (in my case junit
> tests via ant) and bitten makes the logs available via trac. For
> further questions I suggest you ask on the bitten mailing list.

Seconded, all of it.  From what I've looked at (haven't tried anything
yet in this area), several of the *unit elements can parse the test
results and put this up on the build page.  There is also support for
test coverage and test success/failure ratio graphs.  Have a look at

  http://bitten.edgewall.org/build/trunk/1456#step_test
  http://bitten.edgewall.org/build/trunk

to get an idea.

Hope this helps,
-- 
Olaf Meeuwissen, LPIC-2   FLOSS Engineer -- AVASYS Corporation
FSF Associate Member #1962   Help support software freedom
 http://www.fsf.org/jf?referrer=1962

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] [reports/query] Count Incoming tickets by milestone, and count closed tickets by milestone and user.

2009-06-02 Thread Lukasz Szybalski

Hello,
I'm trying to get management reports for the following:

1. Count Incoming tickets by milestone sort by date,  (30 new tickets
for milestone on 06-02-09)
2. Count closed tickets by milestone and user.  (25 tickets closed by
xyz on 6-2-09)(list a count by user in each milestone)
3. lookup by custom field? (custom field = account_number) (With query
I can do that, but how do I put it on a wiki so that they can type in
account# and press "query" or something along these lines.)

Where can I find examples on how to do this?

I've noticed on the website trac seem to want to replace the "reports"
with "query". Would anybody have a "query syntax" for all the default
reports that I can paste into wiki page?

This for example allows me to modify the new tickets by milestone:
[query:status=new|assigned|reopened&version=1.0 Active tickets against 1.0]

But with the other reports most of them ask for action, and/or count
on particular category or action. How many tickets we had, how many
closed, who closed most of them,  how many are outstanding, who is
doing most of the work,etc?

I guess I'm looking for a statement like above that I can add to a
wiki page if its possible.

Thanks,
Lucas

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: line breaks starting new paragraph

2009-06-02 Thread Clemens Feige

Emmanuel Blot:
>> Note that my HTML has an additional .
>> How can this be?
> 
> See 'preserve_newlines' option in
> http://trac.edgewall.org/wiki/TracIni#ticket-section
> Disable this option.

Ok, that works. Thanks Emmanuel.

As far as I have understood people who set 'preserve_newlines=yes' want 
for example write source code fragments directly into the ticket 
description i.e. without the {{{...}}} wiki environment.
As a side effect these people then have to accept a little odd layout 
results e.g. vertical space after headlines.


In my case 'preserve_newlines' was 'default' which actually means 'yes' 
because my trac repository was created with 0.11 and not upgraded from 
0.10 (then 'default' would mean 'no').

Fortunately we do not have "ASCII art" in our ticket descriptions. We 
can explicitely set 'preserve_newlines=no' to get nice layouts as 
suggested by Emmanuel (thanks again).

Clemens



--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Subscribing to additional features

2009-06-02 Thread Erik Bray

On Tue, Jun 2, 2009 at 2:58 PM, abalter  wrote:
>
> I'm using the Announcer plugin that allows me to subscribe to wiki
> pages, i.e. I will get an email if they change.
>
> I would like to also be able to get notifications of new blog posts by
> others, new forum topics, and comments/updates to these.
>
> Does anyone know a way to do this?
>
> Thanks, Ariel (abalter)

Well, part of the point of the announcer plugin seems to be that it's
very extensible.  So you could either write plugins for it that hook
it into the blog/forum plugins, or ask the authors of those plugins
about adding optional support for the announcer plugin.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: line breaks starting new paragraph

2009-06-02 Thread Emmanuel Blot

> Note that my HTML has an additional .
> How can this be?

See 'preserve_newlines' option in
http://trac.edgewall.org/wiki/TracIni#ticket-section

Disable this option.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: line breaks starting new paragraph

2009-06-02 Thread Clemens Feige

Emmanuel Blot:
> Do you use custom CSS file for your Trac site?

No, no custom CSS.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: line breaks starting new paragraph

2009-06-02 Thread Clemens Feige

I have investigated a little more and compared the HTML output from my 
trac server and the server from trac.edgewall.org.

This is the wiki input for a ticket description:

=== ABC heading ===
ABC text text text ...


My HTML output:

ABC heading
 ABC text text text ... 


trac.edgewall.org HTML output:

ABC heading
 ABC text text text ... 

Note that my HTML has an additional .
How can this be?

Clemens

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: line breaks starting new paragraph

2009-06-02 Thread Emmanuel Blot

> Does anybody know what can be wrong?

Do you use custom CSS file for your Trac site?

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] line breaks starting new paragraph

2009-06-02 Thread Clemens Feige

Hello.

When I write Trac ticket wiki text paragraphs with headings I get too 
much vertical space between the heading and the text.

I write like this:

=== ABC heading ===
ABC text text text ...

=== XYZ heading ===
XYZ text text text ...

Now the vertical space between ABC heading and ABC text is almost 
tripple as large as between the end of ABC text and XYZ heading.
In other words the vertical space between a heading and its text is much 
bigger then the space between the heading and the end of the previous text.

I have tested my wiki text on an official Trac Wiki page on 
http://trac.edgewall.org/wiki (just preview without committing of 
course). The official Trac Wiki behaves like it should do, but my own 
Trac (0.11.2) inserts additional vertical space.

I have the feeling that my Trac starts a new after the heading. My Trac 
accepts wiki text like the following. Note that the text begins on the 
same line like the heading:

=== ABC heading === ABC text text text ...

The above is not accepted by the official Trac Wiki on 
http://trac.edgewall.org/wiki. But my Trac accepts it and renders a 
heading and text without the annoying space. Unfortunately this is not 
really a workaround.

Does anybody know what can be wrong?

Best regards
Clemens

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Subscribing to additional features

2009-06-02 Thread abalter

I'm using the Announcer plugin that allows me to subscribe to wiki
pages, i.e. I will get an email if they change.

I would like to also be able to get notifications of new blog posts by
others, new forum topics, and comments/updates to these.

Does anyone know a way to do this?

Thanks, Ariel (abalter)
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: trac-users - 7 new messages in 2 topics - digest

2009-06-02 Thread Roger Oberholtzer

On Tue, 2009-06-02 at 05:33 -0700, Steve Povilaitis wrote:

> I'm sure Bitten and Buildbot are fine tools, but I haven't used them,
> so I won't compare them to Hudson. What I like about Hudson is the
> large number of plugins, tight integration with SVN and Trac, ease of
> installation, and configurability.

Is hudson really for Java developers? There is lots of talk of tracking
which jars are made (fingerprinting). Or does it works as well building
and testing, say, C code?

-- 
Roger Oberholtzer

OPQ Systems / Ramböll RST

Ramböll Sverige AB
Krukmakargatan 21
P.O. Box 17009
SE-104 62 Stockholm, Sweden

Office: Int +46 8-615 60 20
Mobile: Int +46 70-815 1696


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: trac-users - 7 new messages in 2 topics - digest

2009-06-02 Thread Steve Povilaitis

On Jun 1, 12:10 pm, Olemis Lang  wrote:
> On Mon, Jun 1, 2009 at 7:08 AM, Steve Povilaitis  wrote:
>
> >> Date: Sun, May 31 2009 6:52 pm
> >> From: Johnny Chang
>
> >> Hello, I just started using trac with svn and it is very nice.  I
> >> wanted to implement some build and test automation into it and was
> >> looking for these features:
>
> >> -checks out code
> >> -builds and checks for errors
> >> -runs a test suite (run the executable with various predetermined
> >> parameters, checks exit status, logs messages)
> >> -allows automatic parsing of log messages
> >> -checks in working executable
>
> I'd like to add here «computes and store stats about the project» even
> if external tools are needed ;o)
>
> >> Any suggestions are appreciated!
>
> > I suggest you take a look at Hudson. Built in integration with Trac,
> > Svn, and has plugins available for many build and test automation
> > tools.https://hudson.dev.java.net/
>
> I just want to ask something here ... IMHO it's not OT, but if it is,
> I hope u dont mind and use TiP list [1]_ instead ;)
>
> - What's the advantage in using Hudson over buildbot, or viceversa ...
> - How does Bitten fit in CI ? I mean, if I use Bitten do I still need
> (buildbot |
>   Hudson ...) or should I just use integration plugins ?
> - How stable is Bitten ? Is it ok to try it out right now or should I
> wait a little ?
>
> I'm in the process of setting up a CI environment and I'm still
> deciding, so I'd really appreciate your feedback and / or suggestions
> :)
>
> Thanks in advance !
>
> .. [1] TiP list
>         (testing-in-pyt...@lists.idyll.org)
>
> --
> Regards,
>
> Olemis.
>

I'm sure Bitten and Buildbot are fine tools, but I haven't used them,
so I won't compare them to Hudson. What I like about Hudson is the
large number of plugins, tight integration with SVN and Trac, ease of
installation, and configurability.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] re-ordering reports and queries

2009-06-02 Thread Christian Unger


so we have added and deleted reports over time.

and I want to put them in a certain order.

every report obviosuly got it's own report ID

now some queries show this id  under e.g. report=7

if I change this to a different number I get presented withan error  
like so:


Error: When specified, the report number should be "29".

even when earlier slots like 9,10,11 and so on are free trac tries to  
append the new report at the end of the report list rather than  
inserting it in the free slot which I specified in the query.

What gives?






__
cu
christian unger









--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Updating all instances of a ticket variable

2009-06-02 Thread yoheeb

On May 29, 8:25 am, Roger Oberholtzer 
wrote:
> I have a ticket variable that is a text field. I do wiki formatting of
> that field. The field should contain the name of a wiki page. The thing
> is, the fields that are entered may not always be CamelCase. They are
> usually something like TestProcedureTicket104. The 104 is the problem.
> This was recently discovered when I did an update to get the wiki
> rendering of variables (which is really a great feature!).
>
> So, I have a few options:
>
> 1. Insist that there be no numbers in the names. I do not think that is
> great as these wiki pages are related to tickets, and sharing the ticket
> number is a 'good thing'. Also, there are already many of these in
> existence.
>
> 2. Convert all the text to [wiki:TestProcedureTicket104] This is
> probably the most straight forward. But, as the subject suggests, I
> wonder if there is a way to do this to all tickets with this variable in
> a single script. It would make my life much easier. Otherwise I have a
> marathon editing session.
>
> 3. Find a way to force this variable text to be a wiki page, CamelCase
> aside. That is even nicer, But I think it requires fiddling with Trac
> itself.
>
> Suggestions?

not exactly what you are after here, but there is the
BatchModifyPlugin as well.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Trac field workflow validation

2009-06-02 Thread yoheeb

On Jun 1, 3:49 pm, "Dan Winslow"  wrote:
> I want to be able to control validation of fields on certain actions.
> For instance, I want to block changing the status to Closed if a certain
> field has not been filled out.  So, two questions :
>
> 1. Is this possible within the current Trac 0.11, and if so, how.
>
> 2. Can it be done with custom fields?
>
> 3. Has anyone considered a general purpose mechanism to apply
> constraints to workflow, in the following manner :
>   a. Add the ability to specify a SQL query to an action, such that when
> the action is fired, the query is run.
>   b. If the query returns a single column of boolean false, the action
> is blocked with a validation error. If it returns anything else, it
> proceeds.
>
> This would allow a very easy way to specify a workflow section setting
> that could be customized for any condition. Example :
> resolve = in_QA -> closed
> resolve.operations = set_resolution
> resolve.permissions = TICKET_MODIFY
> resolve.validate = select 1=0 from tickets where somefield > 0;
>
> Obviously thats not a real example but you get the idea.
>
> Dan Winslow
> Director of Information Technology, AIM INSTITUTE
> 1905 Harney Street, Suite 700
> Omaha, NE 68102
> 402-345-5025 x156
> dwins...@aiminstitute.orgwww.aiminstitute.org

or you could try the TicketValidatorPlugin 
http://trac-hacks.org/wiki/TicketValidatorPlugin
This requires field X to not be left blank on transition Y  Take a
little layout though, but you have to allow for blank as the default
for these types of fields.  It works on custom fields.

The TicketSubmitPolicyPlugin is more flexible, but it's not quite
working right in 0.11 last time I tried it.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: trac-users - 7 new messages in 2 topics - digest

2009-06-02 Thread W. Martin Borgert

Quoting "Olemis Lang" :
> - How stable is Bitten ? Is it ok to try it out right now or should I
> wait a little ?

Despite some minor points at installation time (I had to change some
database table field types), bitten runs fine.


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: build / test automation with features

2009-06-02 Thread W. Martin Borgert

Quoting "Johnny Chang" :
> I looked at the documentation and it wasn't clear to me how to run a
> test suite, look for output, and check in.  Can you give me some
> hints?

Running tests itself is not in the scope of bitten (and would be
the wrong place IMHO). You run e.g. unittests (in my case junit
tests via ant) and bitten makes the logs available via trac. For
further questions I suggest you ask on the bitten mailing list.


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: build / test automation with features

2009-06-02 Thread W. Martin Borgert

Quoting "Johnny Chang" :
> Hello, I just started using trac with svn and it is very nice.  I
> wanted to implement some build and test automation into it and was
> looking for these features:
>
> -checks out code
> -builds and checks for errors
> -runs a test suite (run the executable with various predetermined
> parameters, checks exit status, logs messages)
> -allows automatic parsing of log messages
> -checks in working executable
>
> Any suggestions are appreciated!

I'm using bitten for all but your last requirement. Nice tool!


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Wiki download formats (HTML, text, PDF etc.)

2009-06-02 Thread Álvaro J . Iradier

Take a look at http://trac-hacks.org/wiki/TracWikiPrintPlugin, it
should print images, and allow header and footer customization.

On Tue, Jun 2, 2009 at 2:17 PM, Ice Polar  wrote:
> Hi,
>
> i would appreciate such a solution too, if there where the images printed...
>   Ice
>
>
> 2009/6/1 David Starr 
>>
>>
>> On 19-Feb-09, at 4:30 PM, W. Martin Borgert wrote:
>> > * saving the HTML in the web browser gives me the complete page, but
>> >   it would be more useful without the trac headers and footers. There
>> >   was a patch for trac 0.8(?) to have an HTML download, but it does
>> >   not work for 0.11
>>
>> Hi just a quick idea here. Why not attach a custom print.css in your
>> project's templates to hide the page elements you don't want in the
>> PDF..
>>
>> Then just print each page to PDF in your browser.. and reassemble as
>> multipage.
>>
>> I admit it would be nice to be able to export structured PDFs from the
>> Trac wiki directly but it's probably not coming any time soon
>> considering all of these hurdles. Might as well let your web browser/
>> pdf engine do the heavy lifting for now.
>>
>>
>> > My current workaround is:
>> >
>> > 1. Save the wiki page with the scrapbook Firefox/Iceweasel extension
>> >
>> > 2. Delete headers and footers with scrapbooks DOM eraser tool
>> >
>> > 3. Save as text or HTML, or print into PDF file from the browser
>> >
>> > 4. Delete saved page in scrapbook
>> >
>> > This works, but with an HTML download without headers/footers I could
>> > save steps 1 and 2 and replace 4 with an "rm".
>>
>> This should save a few steps for you anyway.
>>
>> -David
>> >>
>



-- 
Álvaro J. Iradier Muro
Departamento de Desarrollo
alvaro.irad...@polartech.es

Polar Technologies
T +34 976 527 952
F +34 976 466 125
www.polartech.es

Antes de imprimir este mensaje, por favor, compruebe que es verdaderamente
necesario. El medioambiente es cosa de todos.

AVISO LEGAL
Este mensaje, y en su caso, cualquier fichero anexo al mismo, puede contener
información confidencial, siendo para uso exclusivo del destinatario,
quedando prohibida su divulgación, copia o distribución a terceros sin la
autorización expresa del remitente. Si Vd. ha recibido este mensaje
erróneamente, se ruega lo notifique al remitente y proceda a su borrado.
Gracias por su colaboración.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Wiki download formats (HTML, text, PDF etc.)

2009-06-02 Thread Ice Polar
Hi,

i would appreciate such a solution too, if there where the images printed...
  Ice



2009/6/1 David Starr 

>
>
> On 19-Feb-09, at 4:30 PM, W. Martin Borgert wrote:
> > * saving the HTML in the web browser gives me the complete page, but
> >   it would be more useful without the trac headers and footers. There
> >   was a patch for trac 0.8(?) to have an HTML download, but it does
> >   not work for 0.11
>
> Hi just a quick idea here. Why not attach a custom print.css in your
> project's templates to hide the page elements you don't want in the
> PDF..
>
> Then just print each page to PDF in your browser.. and reassemble as
> multipage.
>
> I admit it would be nice to be able to export structured PDFs from the
> Trac wiki directly but it's probably not coming any time soon
> considering all of these hurdles. Might as well let your web browser/
> pdf engine do the heavy lifting for now.
>
>
> > My current workaround is:
> >
> > 1. Save the wiki page with the scrapbook Firefox/Iceweasel extension
> >
> > 2. Delete headers and footers with scrapbooks DOM eraser tool
> >
> > 3. Save as text or HTML, or print into PDF file from the browser
> >
> > 4. Delete saved page in scrapbook
> >
> > This works, but with an HTML download without headers/footers I could
> > save steps 1 and 2 and replace 4 with an "rm".
>
> This should save a few steps for you anyway.
>
> -David
>
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Export charts to PDF

2009-06-02 Thread Ice Polar
Hi,

Me too, would appreciate such a solution.
  Ice

2009/6/1 mona 

>
> Hi,
>
>We are using Flashgantt plugin to display Gantt chart in trac
> 0.11. Is there any way to export the chart to PDF or same image in
> jpeg or png format?
>
> Thanks,
> Mona
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Integration with Habari and MediaWiki

2009-06-02 Thread Olemis Lang

On Tue, Jun 2, 2009 at 6:59 AM, Olemis Lang  wrote:
> On Mon, Jun 1, 2009 at 12:19 PM, Alex Hempton-Smith
>  wrote:
>> I read that a site could locally host and openID provider,
>> example.com/openID, snd example.com/application and example.com/application2
>> etc could authenticate against that locally hosted openID provider. But I'm
>> not sure how we can share user data as well as logins.
>>
>
> (OpenId | Cosign) for login and LDAP for user data as well as logins.
> CoSign integrates with LDAP OOTB (well ... I mean that it includes
> LDAP support ;o) and is decoupled from the credentials store AFAIK.
> Besides there should be many tools out there for OpenId + LDAP
>

Furthermore Trac, Plone (the combination used at WebLion site using
CoSign) Drupal, and many other web apps integrate with LDAP OOTB or
using plugins, many and Trac & Dupal have plugins for CoSign

-- 
Regards,

Olemis.

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

Featured article:
¿El fin del mundo o "hasta pronto The World of Goo"?  -
http://feedproxy.google.com/~r/simelo-es/~3/ph7DeUopho0/el-fin-del-mundo-o-hasta-pronto-world.html

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Integration with Habari and MediaWiki

2009-06-02 Thread Olemis Lang

On Mon, Jun 1, 2009 at 12:19 PM, Alex Hempton-Smith
 wrote:
> I read that a site could locally host and openID provider,
> example.com/openID, snd example.com/application and example.com/application2
> etc could authenticate against that locally hosted openID provider. But I'm
> not sure how we can share user data as well as logins.
>

(OpenId | Cosign) for login and LDAP for user data as well as logins.
CoSign integrates with LDAP OOTB (well ... I mean that it includes
LDAP support ;o) and is decoupled from the credentials store AFAIK.
Besides there should be many tools out there for OpenId + LDAP

> We would be looking to integrate Trac, Habari, Vanilla and MediaWiki, with
[...]
> the sharing of data
> (username, password, email, real name etc) for use in the various apps.
>

OpenLDAP or MSAD or ...? LDAP's been designed for this purpose ... ;o)

-- 
Regards,

Olemis.

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

Featured article:
Oracle : por más que engorda sigue subiendo ...  -
http://feedproxy.google.com/~r/simelo-es/~3/ndKoYi3D-kg/oracle-por-mas-que-engorda-sigue.html

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Trac field workflow validation

2009-06-02 Thread Dan Winslow
I want to be able to control validation of fields on certain actions.
For instance, I want to block changing the status to Closed if a certain
field has not been filled out.  So, two questions : 

1. Is this possible within the current Trac 0.11, and if so, how. 

2. Can it be done with custom fields? 

3. Has anyone considered a general purpose mechanism to apply
constraints to workflow, in the following manner : 
  a. Add the ability to specify a SQL query to an action, such that when
the action is fired, the query is run. 
  b. If the query returns a single column of boolean false, the action
is blocked with a validation error. If it returns anything else, it
proceeds. 

This would allow a very easy way to specify a workflow section setting
that could be customized for any condition. Example : 
resolve = in_QA -> closed 
resolve.operations = set_resolution 
resolve.permissions = TICKET_MODIFY 
resolve.validate = select 1=0 from tickets where somefield > 0; 


Obviously thats not a real example but you get the idea.

 

Dan Winslow
Director of Information Technology, AIM INSTITUTE
1905 Harney Street, Suite 700
Omaha, NE 68102
402-345-5025 x156
dwins...@aiminstitute.org
www.aiminstitute.org

 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Integration with Habari and MediaWiki

2009-06-02 Thread Alex Hempton-Smith
I read that a site could locally host and openID provider,
example.com/openID, snd example.com/application and
example.com/application2etc could authenticate against that locally
hosted openID provider. But I'm
not sure how we can share user data as well as logins.

We would be looking to integrate Trac, Habari, Vanilla and MediaWiki, with
single sign-on (sharing of cookies would be great), and the sharing of data
(username, password, email, real name etc) for use in the various apps.

-- Alex  (Hempsworth)


On Mon, Jun 1, 2009 at 5:20 PM, Olemis Lang  wrote:

>
> On Mon, Jun 1, 2009 at 10:52 AM, Alex  wrote:
> >
> > Hi all,
> >
> > We're looking at implementing single sign-on at HabariProject.org,
> > between our Trac, MediaWiki and Habari installs. What would you guys
> > think the best option would be?
> >
> > Something llike oAuth or openID?
>
> If the goal is to allow a broad audience to login to those sites only
> once, then OpenId should be it.
>
> If the goal is to login to those sites only once, and there is a
> «limited» (fuzzy criteria I know ;) number users (e.g. in an
> enterprise to access an intranet) and credentials are stored in a
> single (or well-known number of ) directory (e.g. OpenLDAP | MS AD)
> then I would suggest (CoSign | a local OpenId provider).
>
> If the goal is to allow many apps to autheticate on behalf of the user
> in order to access a service then OAuth should be it -which requires
> OpenId AFAIK-.
>
>
>
> --
> Regards,
>
> Olemis.
>
> Blog ES: http://simelo-es.blogspot.com/
> Blog EN: http://simelo-en.blogspot.com/
>
> Featured article:
> ¿El fin del mundo o "hasta pronto The World of Goo"?  -
>
> http://feedproxy.google.com/~r/simelo-es/~3/ph7DeUopho0/el-fin-del-mundo-o-hasta-pronto-world.html
>
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: build / test automation with features

2009-06-02 Thread Johnny Chang

I looked at the documentation and it wasn't clear to me how to run a
test suite, look for output, and check in.  Can you give me some
hints?

On May 31, 10:08 pm, Olaf Meeuwissen 
wrote:
> Johnny Chang  writes:
> > Hello, I just started using trac with svn and it is very nice.  I
> > wanted to implement some build and test automation into it and was
> > looking for these features:
>
> > -checks out code
> > -builds and checks for errors
> > -runs a test suite (run the executable with various predetermined
> > parameters, checks exit status, logs messages)
> > -allows automatic parsing of log messages
> > -checks in working executable
>
> > Any suggestions are appreciated!
>
> Have a look at Bitten (http:// bitten.edgewall.org/).  Should be able to
> do everything you list.
>
> Hope this helps,
> --
> Olaf Meeuwissen, LPIC-2           FLOSS Engineer -- AVASYS Corporation
> FSF Associate Member #1962               Help support software freedom
>                  http://www.fsf.org/jf?referrer=1962

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: How to store the data globaly

2009-06-02 Thread Emmanuel Blot

> how can i store the data globaly.

I'm afraid you need to provide more details about your request...

Cheers,
Manu

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] How to store the data globaly

2009-06-02 Thread prabhakar

Hi,

currently i am using Trac 0.11,  i need to store the data globaly.

how can i store the data globaly.


can anybody suggest me.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---