[Trac] Re: trac setup -special requirements

2009-03-06 Thread Lukasz Szybalski

On Wed, Mar 4, 2009 at 2:33 AM, Noah Kantrowitz n...@coderanger.net wrote:


 On Mar 3, 2009, at 2:04 PM, Lukasz Szybalski wrote:


 Hello,
 I'm looking into using trac (tracking tickets only) in a very special
 way. I want to manage incoming pdfs, as a ticket. Each ticket would
 need to be processed by somebody.

 The process would be:
 1. Receive a pdf (from any source)
 2. requestor = caseid
 3. assign to = some group of users, queue, or user
 4. I would need some kind of field called (source = email, letter,
 middleman 1, middleman2,...)

 Everything else seems to be would follow normal assign to, so the
 questions are:

 Install trac and then:

 1. How can I automatically create a ticket ? (some python script that
 says if a file appears in the folder open a new ticket and assign to
 xyz

 trac.ticket.model.Ticket or XML-RPC.

XML-rpc..I found a post that has a code to add a trac ticket but I
couldn't find the documentation on how to upload the attachment? 
Where can I find api for xmlrpc and trac?

Also,
Because the process will involve a lot of tickets with attachments is
there a way to modify view tickets so that a user can view ticket 55
and show a next ticket button that would take him to the next ticket
in the report/category.

1. View my tickets
2. View first ticket in a list,
3. Click next to go to next ticket in my list.

Thanks,
Lucas



 2. When user looks at that ticket they will need to enter a requestor
 id. How can I enable that to be free form field?

 It should be a field in ticket as normal.


 3. How to create a group of users (dev team, support team). Can I sync
 users with a domain? How to create groups/users/queues?

 Read TracPermissions and/or look at the LdapPlugin.


 4. Can I use existing field for a source like field which would hold
 some kind of identifier for a source,( free form)


 Read up on custom fields.

 --Noah

 




-- 
How to create python package?
http://lucasmanual.com/mywiki/PythonPaste
Bazaar and Launchpad
http://lucasmanual.com/mywiki/Bazaar

--~--~-~--~~~---~--~~
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] adding a roadmap progress bar in wiki page

2009-03-06 Thread Badawi

Is it possible to add the roadmap progress bar from of the some
milestone in wiki's page?

my version of trac is 0.10.3.1

thanks!

--~--~-~--~~~---~--~~
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 Installation

2009-03-06 Thread Sachin Murudkar
Hi
Thanks for the promp reply !!!
Below mentioned is my configuration and configuration files, I tried
restarting http but it is giving me this error mentioned below.
*Starting httpd: httpd: Syntax error on line 200 of
/etc/httpd/conf/httpd.conf: Cannot load /etc/httpd/modules/mod_dav_svn.so
into server: /usr/local/lib/libsvn_subr-1.so.0: undefined symbol:
apr_hash_clear
*
To get access to trac
From backend I am trying with  *tracd --port 8000 /srv/trac/testproject *which
gives me ...
10.0.2.53 - - [05/Mar/2009 14:38:05] GET /testproject HTTP/1.1 200 -
10.0.2.53 - - [05/Mar/2009 14:38:05] GET
/testproject/chrome/common/css/trac.css HTTP/1.1 200 -
10.0.2.53 - - [05/Mar/2009 14:38:05] GET
/testproject/chrome/common/css/wiki.css HTTP/1.1 200 -

But i am able to get the frontend in the browser with *
http://localhost:8000/testproject/

*Also i have attached the screenshot of trac below for your reference please
let me know where i am going wrong ...*
*
 trac-admin /srv/trac/newproject initenv
Creating a new Trac environment at /srv/trac/newproject
Project Name [My Project] newproject
Database connection string [sqlite:db/trac.db]
Repository type [svn]
Path to repository [/path/to/repos] /srv/svn/

trac.conf
Location /trac/testproject
SetHandler mod_python
PythonHandler trac.web.modpython_frontend
PythonOption TracEnv /srv/trac/testproject
PythonOption TracUriRoot /trac/testproject
/Location
Location /trac/testproject/login
AuthType Basic
AuthName trac
AuthUserFile /srv/trac/testproject.htpasswd
Require valid-user
/Location

subversion.conf
Location /svn/testproject
DAV svn
SVNPath /srv/svn/testproject
AuthType Basic
AuthName testproject Repository
AuthzSVNAccessFile /srv/svn/svn-acl-conf
AuthUserFile /srv/svn/testproject.htpasswd
Require valid-user
/Location

On Wed, Mar 4, 2009 at 8:29 PM, Olemis Lang ole...@gmail.com wrote:


 On Wed, Mar 4, 2009 at 7:20 AM, sachin sachin.murud...@gmail.com wrote:
 
  Hi All
 

 Hello there ...

  I am trying to install trac on centOS-5.2 system. I did according to
  the installation process trac installation is done successfully but
  not able to get the frontpage ???
 
  http://localhost:8000/
   Available Projects
 
  http://localhost:8000/trac
  Environment not found
 

 What are your project's names ? Where are they (... I mean in the FS
 ...) ? How d'u run trac ? ... and so on ... ;)

 --
 Regards,

 Olemis.

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

 Featured article:
 Clic y al Sur: Conociendo a Ubuntu Linux

 



-- 
Thanks  Regards

Sachin Murudkar
Sr. Specialist Solutions

DUX Soft Pvt. Ltd
Complexity Simplified
Mobile  : +91 9819565900
Fax : +91 22 4057 2894
Board   : +91 22 4057 2800

Email : sac...@duxsoft.com
www.DUXSoft.com

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@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] Add own page at startup

2009-03-06 Thread mona

Hi,
  I want to add my personal page(such as login page) at the
startup instead of WikiStart page, when we open the environment.
I am not able to understand where to add this page, please can anyone
give me solution for this.

--~--~-~--~~~---~--~~
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] Customizing ticket mails

2009-03-06 Thread Alexander Skwar

Hello.

The default header of a trac ticket mail looks like this:

#133: Blah
--
+-
  Reporter:  askwar2  |   Owner:  foobar
  Type:  task |  Status:  assigned
  Priority:  minor|   Milestone:
 Component:  Webpage  | Version:  Production
Resolution:   |Keywords:  Trac E-Mail Verify
--
+-
Changes (by askwar):

What would I need to do, to also display the date a ticket
was created and when it was last updated there? I know
that the last update time is redundant, as it's the time
a mail was sent out, but  still, it would be nice to see it
there.

Thanks a lot,
Alexander

--~--~-~--~~~---~--~~
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] Add an attachment linked to a ticket from the command line

2009-03-06 Thread Pedro Fraca

Hi I'm trying to add an attachment linked to a ticket using the
command line. I've read a little about the trac python api, and I
don't know if I can do using it, or accessing directly to the trac.db.

Any suggestion.

Thanks in advance.

--~--~-~--~~~---~--~~
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 setup -special requirements

2009-03-06 Thread Noah Kantrowitz


On Mar 4, 2009, at 9:59 AM, Lukasz Szybalski wrote:


 On Wed, Mar 4, 2009 at 2:33 AM, Noah Kantrowitz  
 n...@coderanger.net wrote:


 On Mar 3, 2009, at 2:04 PM, Lukasz Szybalski wrote:


 Hello,
 I'm looking into using trac (tracking tickets only) in a very  
 special
 way. I want to manage incoming pdfs, as a ticket. Each ticket would
 need to be processed by somebody.

 The process would be:
 1. Receive a pdf (from any source)
 2. requestor = caseid
 3. assign to = some group of users, queue, or user
 4. I would need some kind of field called (source = email, letter,
 middleman 1, middleman2,...)

 Everything else seems to be would follow normal assign to, so the
 questions are:

 Install trac and then:

 1. How can I automatically create a ticket ? (some python script  
 that
 says if a file appears in the folder open a new ticket and assign  
 to
 xyz

 trac.ticket.model.Ticket or XML-RPC.

 XML-rpc..I found a post that has a code to add a trac ticket but I
 couldn't find the documentation on how to upload the attachment? 
 Where can I find api for xmlrpc and trac?

The API browser is built-in to the RPC plugin: http://trac-hacks.org/xmlrpc



 Also,
 Because the process will involve a lot of tickets with attachments is
 there a way to modify view tickets so that a user can view ticket 55
 and show a next ticket button that would take him to the next ticket
 in the report/category.

 1. View my tickets
 2. View first ticket in a list,
 3. Click next to go to next ticket in my list.

Going out on a limb here, I would say to use the Next ticket link  
shown in the ctxtnav bar for every ticket.

--Noah

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



[Trac] Re: How to delete tickets

2009-03-06 Thread Michael Renzmann

Hi.

 How to delete one ticket or all tickets?

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

Bye, Mike

--~--~-~--~~~---~--~~
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: adding a roadmap progress bar in wiki page

2009-03-06 Thread Christian Boos

Badawi wrote:
 Is it possible to add the roadmap progress bar from of the some
 milestone in wiki's page?

 my version of trac is 0.10.3.1

Definitely not in 0.10.x, no, but look at 
http://trac.edgewall.org/ticket/3284 which has a patch you could try on 
0.11.

-- Christian

--~--~-~--~~~---~--~~
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: Add an attachment linked to a ticket from the command line

2009-03-06 Thread Christian Boos

Pedro Fraca wrote:
 Hi I'm trying to add an attachment linked to a ticket using the
 command line. I've read a little about the trac python api, and I
 don't know if I can do using it, or accessing directly to the trac.db.

 Any suggestion.
   

See http://trac.edgewall.org/ticket/6023 which has a patch.

-- Christian

--~--~-~--~~~---~--~~
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: Add own page at startup

2009-03-06 Thread Christian Boos

mona wrote:
 Hi,
   I want to add my personal page(such as login page) at the
 startup instead of WikiStart page, when we open the environment.
 I am not able to understand where to add this page, please can anyone
 give me solution for this.
   

Interesting suggestion, maybe we could expand $USER in the .href 
properties of [mainnav] and [metanav] entries (see 
http://trac.edgewall.org/wiki/TracNavigation).

-- Christian


--~--~-~--~~~---~--~~
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: Center an image

2009-03-06 Thread Christian Boos

jevans wrote:
 On Mar 5, 6:18 am, Peter von Kaenel
 peter.vonkae...@harmonicinc.com wrote:
   
 There must be a simple way (and it's probably well documented), but I
 have not been able to figure out how to center an [[Image()]].  I was
 hoping to just use c[[Image()]]/c, but that did not work.  Could
 someone help me out on this one?

 Thanks,

 Peter
 

 Well there's http://trac.edgewall.org/ticket/5223.  Seems like the
 resolution was more of a 'wontfix'.
 Seems you're stuck with embedding HTML or div, or hacking the macro
 (if you do that, please post it).
 - jevans

Well, as getting a centered image is less trivial than it seems and 
given we already have support for align=left/right, I think it makes 
sense to add support for align=center. I'll reopen the ticket and 
provide a patch.

-- Christian

--~--~-~--~~~---~--~~
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: Center an image

2009-03-06 Thread Peter von Kaenel



Well, as getting a centered image is less trivial than it seems and 
given we already have support for align=left/right, I think it makes 
sense to add support for align=center. I'll reopen the ticket and 
provide a patch.

-- Christian

That sounds great, thanks!  I had no idea the can of worms I was
opening, but I do look forward to the patch.

Peter



--~--~-~--~~~---~--~~
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: WikiToPDF-Plugin don't work as expected

2009-03-06 Thread Olemis Lang

 On Mar 5, 7:57 pm, yoheeb yoh...@gmail.com wrote:
 Is there a particular reason you reposted this?  you started this
 thread:http://groups.google.com/group/trac-users/browse_thread/thread/7bb4b7...
 a couple days ago, and I was trying to work with it on you.  Now I am
 just annoyed.

On Thu, Mar 5, 2009 at 7:16 PM,  ice.po...@gmail.com wrote:

 Hi,


Hi ... Ice Polar ...

Could you please follow yoheeb's advice (... with a little bit less
top posting [1]_ ;) and help us (and all those consulting the list
archive, and so on ...) ... and pls, forget about this thread and
continue the original (... just like I did previously with the thread
about PyCon'09 sprint ;)

There is no need to follow this one here ... and if there are two
threads for a single topic, and everybody is replying to both, things
will get a little bit messy and it will be annoying to follow it in
order to help you ...

Peace brothers ... believe when I tell you that many people will
appreciate that you follow the original thread ... and leave this one
behind ...

Please ... Please ... Please ... Please ... Please ... Please ... Please ...

Thnx ... Thnx ... Thnx ... Thnx ... Thnx ... Thnx ... Thnx ...

.. [1] Posting style ,,From Wikipedia, the free encyclopedia,,
(http://en.wikipedia.org/wiki/Top_posting)

-- 
Regards,

Olemis.

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

Featured article:
Click y al Sur : Amanecer feliz ...

--~--~-~--~~~---~--~~
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 Installation

2009-03-06 Thread Olemis Lang

On Thu, Mar 5, 2009 at 4:29 AM, Sachin Murudkar sac...@duxsoft.com wrote:
 Hi
 Thanks for the promp reply !!!

:) ... That's what we are here for ... ;)

 Below mentioned is my configuration and configuration files, I tried
 restarting http but it is giving me this error mentioned below.
 Starting httpd: httpd: Syntax error on line 200 of
 /etc/httpd/conf/httpd.conf: Cannot load /etc/httpd/modules/mod_dav_svn.so
 into server: /usr/local/lib/libsvn_subr-1.so.0: undefined symbol:
 apr_hash_clear


IMO ... this is specific to httpd + svn config, so I am not sure about
following this here ...

 To get access to trac
 10.0.2.53 - - [05/Mar/2009 14:38:05] GET /testproject HTTP/1.1 200 -

The first time you told us you have tried different addresses (see below) ...

  http://localhost:8000/
   Available Projects
 
  http://localhost:8000/trac
  Environment not found
 

There is something weird here ... since if you are not specifying -e
to tracd ... 8O ... and you should not be able to see `Available
Projects` page, and so on ...


 Also i have attached the screenshot
 of trac below for your reference please
 let me know where i am going wrong ...

  trac-admin /srv/trac/newproject initenv
 Creating a new Trac environment at /srv/trac/newproject
 Project Name [My Project] newproject
 Database connection string [sqlite:db/trac.db]
 Repository type [svn]
 Path to repository [/path/to/repos] /srv/svn/


Here you mention newproject ...

 trac.conf
 Location /trac/testproject
 SetHandler mod_python
 PythonHandler trac.web.modpython_frontend
 PythonOption TracEnv /srv/trac/testproject

... and here you mention testproject ... besides the location in
httpd.conf does not match the paths you are requesting from you
browser (or equivalent ;) ... so I don't know exactly how can I help
you ... Besides IMO this should not display `Available Projects` page
...

Could you pls help me (us) to understand what you'r doing ? or CMIIW
... and yes, this is a support request ... :P

Good luck ... :)

-- 
Regards,

Olemis.

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

Featured article:
Clic y al Sur: Conociendo a Ubuntu Linux

--~--~-~--~~~---~--~~
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: Email Address Required for Tickets

2009-03-06 Thread Jeff Hammel

On Thu, Mar 05, 2009 at 05:52:33PM -0800, jevans wrote:
 
 
 On Mar 5, 6:57 pm, FishGills fishgi...@fishgills.net wrote:
  I know this has been asked a lot as I've searched the archive but I
  can't find a simple answer.
 
  Is there someway to just say that field is required for ticket
  creation? That's it. It's frustrating getting tickets with no contact
  info in them. :)
 
 Probably a least a few options.
 I haven't tried it but you could look at 
 http://trac-hacks.org/wiki/TicketValidatorPlugin.
 It looks like it would just require that 'something' be entered in the
 specified field(s).

There is also http://trac-hacks.org/wiki/TicketSubmitPolicyPlugin

As a vain hope, it would be nice if these plugins were consolidated some day.

Jeff

 If you're not already using it, you might look at
 http://trac-hacks.org/wiki/AccountManagerPlugin.  You could use it to
 allow/require your users to self-register and even validate their
 email address before writing tickets.
 - jevans
  

--~--~-~--~~~---~--~~
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: adding a roadmap progress bar in wiki page

2009-03-06 Thread Olemis Lang

On Fri, Mar 6, 2009 at 5:31 AM, Christian Boos cb...@neuf.fr wrote:
 Badawi wrote:
 Is it possible to add the roadmap progress bar from of the some
 milestone in wiki's page?

 my version of trac is 0.10.3.1

 Definitely not in 0.10.x, no, but look at
 http://trac.edgewall.org/ticket/3284 which has a patch you could try on
 0.11.


JFYI ... this is the kind of things that could be «easily» done with
TracGVizPlugin [1]_, until another «Trac-specific» solution be at hand
...

The steps :

  - Implement a data source provider for roadmap ... this sould be
included in the plugin by default ... but it is not already there ...
(perhaps a TODO for PyCon sprint ... if anyone find it useful and has
the time ... ;)
  - Connect this data source with your preferred visualization gadget
(e.g. Google Bar charts ? [1]_, [2]_ ;) ... using iGoogleGadget macro
;)

... but anyway, let's start from the beginning ... I'm still trying to
release it before PyCon'09 ... ;)

.. [1] 3D Bar Chart
 
(http://www.google.com/ig/directory?type=gadgetsurl=www.google.com/ig/modules/bar-chart.xml)

.. [2] Image Bar Chart

(http://www.google.com/ig/directory?type=gadgetsurl=www.google.com/ig/modules/image-bar-chart.xml)

-- 
Regards,

Olemis.

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

Featured article:
Filmes que van más allá ... Brainstorm + Los Dioses Rotos

--~--~-~--~~~---~--~~
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: Add own page at startup

2009-03-06 Thread Olemis Lang

On Fri, Mar 6, 2009 at 5:54 AM, Christian Boos cb...@neuf.fr wrote:

 mona wrote:
 Hi,
       I want to add my personal page(such as login page) at the
 startup instead of WikiStart page, when we open the environment.
 I am not able to understand where to add this page, please can anyone
 give me solution for this.



I dont understand very well (and I would .. ;) ... can't you just
modify WikiStart and provide links if necessary ? Isn't it enough ?

-- 
Regards,

Olemis.

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

Featured article:
No me gustan los templates de Django ...

--~--~-~--~~~---~--~~
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: Center an image

2009-03-06 Thread Olemis Lang

On Fri, Mar 6, 2009 at 5:57 AM, Christian Boos cb...@neuf.fr wrote:
 jevans wrote:
 On Mar 5, 6:18 am, Peter von Kaenel
 peter.vonkae...@harmonicinc.com wrote:

 Well there's http://trac.edgewall.org/ticket/5223.  Seems like the
 resolution was more of a 'wontfix'.

 Well, as getting a centered image is less trivial than it seems and
 given we already have support for align=left/right, I think it makes
 sense to add support for align=center. I'll reopen the ticket and
 provide a patch.


+1 ... wise words ... 0|:)

-- 
Regards,

Olemis.

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

Featured article:
Clic y al Sur: Conociendo a Ubuntu Linux

--~--~-~--~~~---~--~~
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: Add own page at startup

2009-03-06 Thread Christian Boos

Olemis Lang wrote:
 On Fri, Mar 6, 2009 at 5:54 AM, Christian Boos cb...@neuf.fr wrote:
   
 mona wrote:
 
 Hi,
   I want to add my personal page(such as login page) at the
 startup instead of WikiStart page, when we open the environment.
 I am not able to understand where to add this page, please can anyone
 give me solution for this.

   

 I dont understand very well (and I would .. ;) ... can't you just
 modify WikiStart and provide links if necessary ? Isn't it enough ?

   

Yes, sorry, I probably jumped too hastily to conclusions when reading 
add my personal page. It seems after all that all the original poster 
wanted is something that could be achieved either by simply editing the 
WikiStart page or maybe a change of the [trac] default_handler (e.g. 
specify the QueryModule or some form-based login module from accountmgr, 
instead of the default WikiModule).

What I instead understood - probably wrongly, was that he wanted to get 
immediate access to personal pages (i.e. a different page for each 
user). That could somehow be emulated by using the following configuration:

[mainnav]
wiki.label = My Page
wiki.href = /wiki/$USER

(provided adequate expansion of $USER in the navigation code).

Anyway, in 0.13 (?), that could possibly better be implemented by a 
UserModule which could be set as the default handler and show the user 
page /user/$USER (and that would not necessarily be a wiki page).

-- Christian



--~--~-~--~~~---~--~~
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 Installation

2009-03-06 Thread Sachin Murudkar
Hi


I managed to solve the problem and my TRAC is working successfully now.

Thanks to all of U !

Regards

Sachin M

On Fri, Mar 6, 2009 at 7:35 PM, Olemis Lang ole...@gmail.com wrote:


 On Thu, Mar 5, 2009 at 4:29 AM, Sachin Murudkar sac...@duxsoft.com
 wrote:
  Hi
  Thanks for the promp reply !!!

 :) ... That's what we are here for ... ;)

  Below mentioned is my configuration and configuration files, I tried
  restarting http but it is giving me this error mentioned below.
  Starting httpd: httpd: Syntax error on line 200 of
  /etc/httpd/conf/httpd.conf: Cannot load /etc/httpd/modules/mod_dav_svn.so
  into server: /usr/local/lib/libsvn_subr-1.so.0: undefined symbol:
  apr_hash_clear
 

 IMO ... this is specific to httpd + svn config, so I am not sure about
 following this here ...

  To get access to trac
  10.0.2.53 - - [05/Mar/2009 14:38:05] GET /testproject HTTP/1.1 200 -

 The first time you told us you have tried different addresses (see below)
 ...

   http://localhost:8000/
Available Projects
  
   http://localhost:8000/trac
   Environment not found
  

 There is something weird here ... since if you are not specifying -e
 to tracd ... 8O ... and you should not be able to see `Available
 Projects` page, and so on ...

 
  Also i have attached the screenshot
  of trac below for your reference please
  let me know where i am going wrong ...
 
   trac-admin /srv/trac/newproject initenv
  Creating a new Trac environment at /srv/trac/newproject
  Project Name [My Project] newproject
  Database connection string [sqlite:db/trac.db]
  Repository type [svn]
  Path to repository [/path/to/repos] /srv/svn/
 

 Here you mention newproject ...

  trac.conf
  Location /trac/testproject
  SetHandler mod_python
  PythonHandler trac.web.modpython_frontend
  PythonOption TracEnv /srv/trac/testproject

 ... and here you mention testproject ... besides the location in
 httpd.conf does not match the paths you are requesting from you
 browser (or equivalent ;) ... so I don't know exactly how can I help
 you ... Besides IMO this should not display `Available Projects` page
 ...

 Could you pls help me (us) to understand what you'r doing ? or CMIIW
 ... and yes, this is a support request ... :P

 Good luck ... :)

 --
 Regards,

 Olemis.

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

 Featured article:
 Clic y al Sur: Conociendo a Ubuntu Linux

 



-- 
Thanks  Regards

Sachin Murudkar
Sr. Specialist Solutions

DUX Soft Pvt. Ltd
Complexity Simplified
Mobile  : +91 9819565900
Fax : +91 22 4057 2894
Board   : +91 22 4057 2800

Email : sac...@duxsoft.com
www.DUXSoft.com

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@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: Add own page at startup

2009-03-06 Thread David Champion

 What I instead understood - probably wrongly, was that he wanted to get 
 immediate access to personal pages (i.e. a different page for each 
 user). That could somehow be emulated by using the following configuration:
 
 [mainnav]
 wiki.label = My Page
 wiki.href = /wiki/$USER

I am a rank amateur with Trac, but I wanted something similar for my site
and came up with two plugins that work jointly.  I just added them on
Trac-Hacks in case anyone is interested.

This implements some privacy for user pages:
http://trac-hacks.org/wiki/TracUserPagePlugin

This adds a nav bar tab for such pages:
http://trac-hacks.org/wiki/TracMyPagePlugin

-- 
 -D.d...@uchicago.eduNSITUniversity of Chicago

--~--~-~--~~~---~--~~
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] ZipImportError: bad local file header in plugin

2009-03-06 Thread Olemis Lang

I was trying to install a plugin I am developping and the following
message is shown ...

{{{
ZipImportError: bad local file header in path/to/plugin
}}}

Does it byte ? ... XD

What is this and what can I do ?

Thnx in advance ... ;)

PD: ... yes ... I have rebuilt everything from scratch several times ...

-- 
Regards,

Olemis.

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

Featured article:
Filmes que van más allá ... Brainstorm + Los Dioses Rotos

--~--~-~--~~~---~--~~
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] TicketQuery problem

2009-03-06 Thread Jamie @ Sierra

Hello Everyone,

We are getting a strange error when trying to use the TicketQuery
macrod in Trac 0.11:

=
Report execution failed: unrecognized token: ]
=

Can anyone provide some idea as to what this relates to?

Thanks,

Jamie
--~--~-~--~~~---~--~~
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: ZipImportError: bad local file header in plugin

2009-03-06 Thread Olemis Lang

On Fri, Mar 6, 2009 at 1:40 PM, Olemis Lang ole...@gmail.com wrote:
 I was trying to install a plugin I am developping and the following
 message is shown ...

 {{{
 ZipImportError: bad local file header in path/to/plugin
 }}}

 What is this and what can I do ?


Well I restarted the web server and the error is gone ... I hope it
wont come up in the future ... isn't it ?

-- 
Regards,

Olemis.

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

Featured article:
Clic y al Sur: Conociendo a Ubuntu Linux

--~--~-~--~~~---~--~~
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] htdocs location not inherited with trac-0.11.2.1 ?

2009-03-06 Thread rupert thurner

i tried the trac htdocs location in a parent-environment, inheriting
from a central trac.ini. if i enter:

[trac]
htdocs_location = /trac-htdocs

in the inherited file, there seems to be no effect. if i enter this in
the instance config file, it picks it up.

anybody experienced this?

rupert.

--~--~-~--~~~---~--~~
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: Email Address Required for Tickets

2009-03-06 Thread FishGills

Yeah, I read about these plugins but thought something so simple
wouldn't be a plugin...

Off to figure out how to use plugins. :)

On Mar 6, 6:55 am, Jeff Hammel jham...@openplans.org wrote:
 On Thu, Mar 05, 2009 at 05:52:33PM -0800, jevans wrote:

  On Mar 5, 6:57 pm,FishGillsfishgi...@fishgills.net wrote:
   I know this has been asked a lot as I've searched the archive but I
   can't find a simple answer.

   Is there someway to just say that field is required for ticket
   creation? That's it. It's frustrating getting tickets with no contact
   info in them. :)

  Probably a least a few options.
  I haven't tried it but you could look 
  athttp://trac-hacks.org/wiki/TicketValidatorPlugin.
  It looks like it would just require that 'something' be entered in the
  specified field(s).

 There is alsohttp://trac-hacks.org/wiki/TicketSubmitPolicyPlugin

 As a vain hope, it would be nice if these plugins were consolidated some day.

 Jeff

  If you're not already using it, you might look at
 http://trac-hacks.org/wiki/AccountManagerPlugin.  You could use it to
  allow/require your users to self-register and even validate their
  email address before writing tickets.
  - jevans
--~--~-~--~~~---~--~~
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: TicketQuery problem

2009-03-06 Thread yoheeb
On Mar 6, 1:00 pm, Jamie @ Sierra jeggib...@gmail.com wrote:
 Hello Everyone,

 We are getting a strange error when trying to use the TicketQuery
 macrod in Trac 0.11:

 =
 Report execution failed: unrecognized token: ]
 =

 Can anyone provide some idea as to what this relates to?

 Thanks,

 Jamie

Any chance you can post the macro text.  It sure seems like you did
something silly like [TicketQuery(somehtingUseful])

--~--~-~--~~~---~--~~
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: adding a roadmap progress bar in wiki page

2009-03-06 Thread yoheeb

On Mar 6, 9:25 am, Olemis Lang ole...@gmail.com wrote:
 On Fri, Mar 6, 2009 at 5:31 AM, Christian Boos cb...@neuf.fr wrote:
  Badawi wrote:
  Is it possible to add the roadmap progress bar from of the some
  milestone in wiki's page?

  my version of trac is 0.10.3.1

  Definitely not in 0.10.x, no, but look at
 http://trac.edgewall.org/ticket/3284which has a patch you could try on
  0.11.

 JFYI ... this is the kind of things that could be «easily» done with
 TracGVizPlugin [1]_, until another «Trac-specific» solution be at hand
I use the progress meter macro.  It's handy.  I actually use it in
Feature Branch tickets, but that is a whole different conversation:
http://trac-hacks.org/wiki/ProgressMeterMacro
--~--~-~--~~~---~--~~
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: Customizing ticket mails

2009-03-06 Thread yoheeb

On Mar 5, 3:50 am, Alexander Skwar alexanders.mailingli...@gmail.com
wrote:
 Hello.

 The default header of a trac ticket mail looks like this:

 #133: Blah
 --
 +-
   Reporter:  askwar2  |       Owner:  foobar
       Type:  task     |      Status:  assigned
   Priority:  minor    |   Milestone:
  Component:  Webpage  |     Version:  Production
 Resolution:           |    Keywords:  Trac E-Mail Verify
 --
 +-
 Changes (by askwar):

 What would I need to do, to also display the date a ticket
 was created and when it was last updated there? I know
 that the last update time is redundant, as it's the time
 a mail was sent out, but  still, it would be nice to see it
 there.

 Thanks a lot,
 Alexander

Search this group a bit, I am POSITIVE there was something about this
in the last couple weeks.  There is a template file for the CC email
that you can edit (or maybe you have to create it, I forget.  I think
it's ticket_notify_email.txt or something, my memory is failing, and I
have never actually used email notification so I am not even sure why
I remember this!


--~--~-~--~~~---~--~~
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: Customizing ticket mails

2009-03-06 Thread Christian Unger

:-

__
cu
christian unger

On 07.03.2009, at 00:11, yoheeb wrote:


 I am not even sure why
I remember this!




smime.p7s
Description: S/MIME cryptographic signature