[Trac] Is reStructuredText rendering broken in Trac?

2009-04-16 Thread Eric Walstad

Hi All,

Can someone tell me how to enable reStructuredText formatting on my
UbuntuLTS/mod_python/Trac 0.10.4 machine.  I've installed docutils per
the /wiki/WikiRestructuredText page and have tried using the {{{#!rst
...etc}}} processor but I still don't see rst formatting.  Even the
reStructured text in /wiki/WikiRestructuredText are not rendering the
rst.  If it helps, I see this in my trac log but I still dont see
rendered restructuredtext:

2009-04-14 11:13:09,929 Trac[formatter] DEBUG: Executing Wiki macro
rst by provider tracpygments.PygmentsRenderer object at 0x88ea92c

I checked the mailing list archives and found this recent thread that
tells me others with 0.10.X and 0.11 versions are also having trouble:
http://groups.google.com/group/trac-users/browse_thread/thread/57910c18d7acc434

Although I don't know how the verify the following from within
mod_python, here's what I see at the python console:

In [32]: import pkg_resources

In [33]: pkg_resources.require('docutils')
Out[33]: [docutils 0.4 (/usr/lib/python2.5/site-packages)]

In [34]: for d in sys.path:
print d
   :
   :

/usr/bin
/usr/lib/python2.5/site-packages/TracPygments-0.3dev_r2113-py2.5.egg
/usr/lib/python2.5/site-packages/Pygments-0.9-py2.5.egg
/usr/lib/python2.5/site-packages/TracWebAdmin-0.1.2dev-py2.5.egg
/usr/lib/python2.5/site-packages/TracAccountManager-0.1.3dev_r2548-py2.5.egg
/usr/lib/python2.5/site-packages/TracWikiToPdfPlugin-2.2.2-py2.5.egg
/usr/lib/python2.5/site-packages/TracCombineWiki-1.2-py2.5.egg
/usr/lib/python2.5/site-packages/virtualenv-1.3.2-py2.5.egg
/usr/lib/python2.5/site-packages
/usr/lib/python25.zip
/usr/lib/python2.5
/usr/lib/python2.5/plat-linux2
/usr/lib/python2.5/lib-tk
/usr/lib/python2.5/lib-dynload
/usr/local/lib/python2.5/site-packages
/usr/lib/python2.5/site-packages/PIL
/var/lib/python-support/python2.5
/usr/lib/python2.5/site-packages/wx-2.8-gtk2-unicode
/var/lib/python-support/python2.5/IPython/Extensions


Anyone see what I'm doing wrong?

Thank you,

Eric.

--~--~-~--~~~---~--~~
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] Install Trac on 64 bit Windows and run it under IIS7 fast cgi.

2009-04-16 Thread Alex Ermakov

I've have had written detailed tutorial on how to install Trac on 64
bit Windows and run it under IIS7 fast cgi. There is detailed
description of how to create python bindings of subversion. This
article is a result of two weeks of my research. Maby it can be
rewritten for http://trac.edgewall.org/wiki/TracOnWindowsIis7FastCgi.
The articles permalink is
http://er2v.wordpress.com/2009/04/15/install_trac_on_64_bit_windows_and_run_it_under_iis7_fast_cgi/

--~--~-~--~~~---~--~~
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: Roadmap 'show completed' default status

2009-04-16 Thread RobinP

DOH!  Hangs head

I *did* have the link set up with ?show=all at the end, in trac.ini.
Removing that solves the problem.  Thanks for the comments folks.

On Apr 15, 3:05 pm, jevans jevans...@gmail.com wrote:
 RobinP wrote:
  Hi Folks,

  on the roadmap page, is it possible to set the default value for the
  'Show already completed milestones' checkbox?  I mostly want this to
  be unticked as I normally want to focus on uncompleted work, but this
  is not the default. It's also annoying when I navigate away from the
  page and back again, and the checkbox is ticked again.

 You could save your own roadmap link with ?show=all at the end.
 - 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: Login to trac is not woking any more

2009-04-16 Thread Heinrich Götzger

Rainer Sokoll wrote:
 Heinrich Götzger wrote:
 
 But anyway: you posted trac's log. Do you use apache's auth? If so,
 apache's error log could be of interest.

No, I use trac auth independent of apache.

This is all I have in my host.conf

Location /trac
SetHandler mod_python
PythonHandler trac.web.modpython_frontend
PythonOption TracEnvParentDir /opt/trac
PythonOption TracUriRoot /trac
SetEnv PYTHON_EGG_CACHE /opt/trac/
#AuthType Basic
#AuthName Trac
#AuthUserFile /opt/trac/.htpasswd
#Require valid-user
/Location
Redirect /trac/  https://my_url/trac/

And this is in my ssl_host.conf:

Location /trac
SetHandler mod_python
PythonHandler trac.web.modpython_frontend
PythonOption TracEnvParentDir /opt/trac
PythonOption TracUriRoot /trac
SetEnv PYTHON_EGG_CACHE /opt/trac/
/Location

My trac.ini is posted in the first mail as well.

After I granted the permission TRAC_ADMIN to anonymous, I was able to
work with trac as usual.
After removing it I wasn't able to log in at all.

Is there a cache or something like that for modules permissions or other
stuff?

What happened a few days before was an update of gcc with update of all
libraries and subsequent a run of python_updater.
And than, a few days later the reboot of the server which led to a not
working trac as described in the beginning of this thread.

 I still think you have a problem with apache, not with trac.

I think it has to do with authentication and switching role from
anonymous to authorized. But this is just a guess.

 Wait and retry is for the Windoze whimps :-)
 Thanks for the telling me the truth ;-) But even my day has only 24h.
 
 Mine has 25 hours - there must be something wrong at your side ;-)
Ah, that's how my days feel like ...  ;-)

And thanks for spending some minutes on my problem!

cheers

Heinrich

--~--~-~--~~~---~--~~
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] Tricky behavior in URL + macro + processor

2009-04-16 Thread Olemis Lang

I want to specify the following value so that it be correctly
processed | displayed by both macros and processors.

http://spreadsheets.google.com/tq?range=\1:G358key=pYrzgPeB7CdR28VofZxUaeQgid=0

Inside a macro I get the following error :

{{{
Error: Macro iGoogleGadget(url=http://www.google.com/ig/modules/motionchart.xml,
_table_query_url=http://spreadsheets.google.com/tq?range=­A1:G358key=pYrzgPeB7CdR28VofZxUaeQgid=0,
_table_query_refresh_interval=5) failed
asciihttp://spreadsheets.google.com/tq?range=­A1:G358key=pYrzgPeB7CdR28VofZxUaeQgid=04041ordinal
not in range(128)

}}}

Inside a processor the text is displayed as follows

{{{
iGoogleGadget(url=http://www.google.com/ig/modules/motionchart.xml,
_table_query_url=http://spreadsheets.google.com/tq?range=1:G358key=pYrzgPeB7CdR28VofZxUaeQgid=0,
_table_query_refresh_interval=5)
}}}

Notice that both are different than  I expected

You can see the concrete example here [1]_

Thnx in advance

.. [1] Embedding Visualization Gadgets in you wiki pages

(https://opensvn.csie.org/traccgi/swlcu/wiki/En/Devel/TracGViz/EmbedGVizGadget)

-- 
Regards,

Olemis.

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

Featured article:

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



[Trac] [mailto: not working after upgrade -- 0.11.4

2009-04-16 Thread renderedlife

Hi all,

We were using 0.10 for quite a while. I had some wiki pages with
mailto: links.

These links no longer work, even for logged in users after upgrading
to .11

I understand that email addresses are automatically obfuscated for
anon users, but i haven't found a reason why the link does not work
for logged-in users.

What permissions need to be set so that users can see email links as
in previous versions?

(or should i just embed it as html? -i'd rather not have to go and
change them all)

thanks.

-jeremy
--~--~-~--~~~---~--~~
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] Access denied in Google Spreadsheet as data source

2009-04-16 Thread Olemis Lang

Hello, recently I tried to include further examples to illustrate how
to use iGoogleGadget macro [1]_ in TracGViz plugin [2]_, in order
to enhance the plugin docs.

This is what I've done so far :

  - I copied the spreadsheet provided as example data source [3]_
in GViz gadget gallery for motion chart.
  - I published the spreadsheet, granted access to everybody (at least
in mind after following the instructions in the manual ;).
  - Later on I tried to use the gadget URL (the one provided in the
gadget menu) to connect it to a widget lying inside a wiki page
[4]_

Doesnt work. I tried to access that URL directly and the following
JSON response is returned:

{{{
google.visualization.Query.setResponse({version:'0.5',reqId:'0',status:'error',errors:[{reason:'access_denied',message:'Access
denied',detailed_message:'Access Denied'}]});
}}}

Nothing changes if I use the original URL. I'm logged in and I see
everything in Google Docs, but not in Google Creator Page.

Since I couldnt get it done and I also
think that possibly (85% ;) I'm doing something wrong, here is my Q:

  - How can I access that URL from the outside in order to
include the example motion chart in the aforementioned wiki page ?

Thnx in advance !

PS: I send two separate messages even if both things happened «at the
same time» because they'r completely different subjects. I apologize
(if needed) in case this causes you any trouble.

.. [1] iGoogleGadget macro
   
(https://opensvn.csie.org/trac/swlcu/wiki/En/Devel/TracGViz/Macros/iGoogleGadget)

.. [2] TracGViz plugin
   (https://opensvn.csie.org/trac/swlcu/wiki/En/Devel/TracGViz/)

.. [3] Motion Chart Example
   (http://spreadsheets.google.com/pub?key=pCQbetd-CptE1ZQeQk8LoNw)

.. [4] Embedding visualization gadgets in your wiki pages
   
(https://opensvn.csie.org/traccgi/swlcu/wiki/En/Devel/TracGViz/EmbedGVizGadget)



-- 
Regards,

Olemis.

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

Featured article:

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



[Trac] Re: [mailto: not working after upgrade -- 0.11.4

2009-04-16 Thread Jeff Hammel

On Thu, Apr 16, 2009 at 06:29:50AM -0700, renderedlife wrote:
 
 Hi all,
 
 We were using 0.10 for quite a while. I had some wiki pages with
 mailto: links.
 
 These links no longer work, even for logged in users after upgrading
 to .11
 
 I understand that email addresses are automatically obfuscated for
 anon users, but i haven't found a reason why the link does not work
 for logged-in users.
 
 What permissions need to be set so that users can see email links as
 in previous versions?

EMAIL_VIEW, iirc
 
 (or should i just embed it as html? -i'd rather not have to go and
 change them all)
 
 thanks.
 
 -jeremy
  

--~--~-~--~~~---~--~~
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: Access denied in Google Spreadsheet as data source

2009-04-16 Thread Olemis Lang

On Thu, Apr 16, 2009 at 8:33 AM, Olemis Lang ole...@gmail.com wrote:
[...]

Sorry guys, wrong list. Forget about this ... :-/

-- 
Regards,

Olemis.

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

Featured article:

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



[Trac] Re: Error: Forbidden when trying to access browser

2009-04-16 Thread Erik Bray

On Wed, Apr 15, 2009 at 6:26 PM, George Nychis gnyc...@cmu.edu wrote:
 Hi all,

 I have BROWSER_VIEW granted to anonymous (verified), but whenever I try to
 browse the source it says: Error: Forbidden.  The web server does have
 access to the repository also:
 drwxrwxr-x  7 www  svn   512 Sep 24  2008 cgran

 Any thoughts?

 Thanks!
 George

You probably don't have anonymous read access to the root of your
repository in your authz file.

--~--~-~--~~~---~--~~
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] More milestone statuses

2009-04-16 Thread Chris Nelson

I have nearly 60 milestones on my Roadmap.  Of course we can't be actively 
working on all of them at once.  Some of them are in a planning stage with no 
real work going on.  Others are tentative at best.  I'd love to have more 
milestone statuses than open and closed so I cold have pending or future or 
domant or something and filter my roadmap down to what we're really working 
on.  Am I alone in this?

   Chris
--
Christopher Nelson, Software Engineering Manager
SIXNET, 331 Ushers Road, Ballston Lake, NY 12065
Phone: +1(518)877-5173,  Facsimile: +1(518)877-8346
Innovative. Open. Industrial Data Products. http://www.sixnetio.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: More milestone statuses

2009-04-16 Thread Jennifer A. Drummond

On Thu, Apr 16, 2009 at 01:47:48PM -0400, Chris Nelson wrote:
 I have nearly 60 milestones on my Roadmap.  Of course we can't be 
 actively working on all of them at once.  Some of them are in a 
 planning stage with no real work going on.  Others are tentative at 
 best.  I'd love to have more milestone statuses than open and closed 
 so I cold have pending or future or domant or something and 
 filter my roadmap down to what we're really working on.  Am I alone 
 in this?

You're definitely not alone. I dream at night about having time to add 
functionality to the milestone system. I'd love to have whole workflows! 
More status options would definitely be the first step, though.

=-=- Jenn Drummond // j...@rice.edu
  Project Developer, Connexions Project (cnx.org)
  Rice University


--~--~-~--~~~---~--~~
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] Authentication information not available, cgi with htaccess

2009-04-16 Thread ed

I have trac set up on a shared server (bluehost) but I can't get
authentication working.  I followed the instructions on the trac wiki,
except I had to use .htaccess instead of apache's main configuration.
When I click the login link on trac, I'm prompted for my user and
password, and it lets me see the page if I enter valid login info,
except trac still says Authentication information not available.
My .htaccess is given below.  Anyone know what could be wrong?

AddHandler application/x-httpd-php5 .php

DirectoryIndex index.cgi
Options ExecCGI FollowSymLinks

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.cgi/$1 [L]

SetEnv TRAC_ENV_PARENT_DIR /home4/elplattc/trac_sites

Files login
AuthType Basic
AuthName Trac
AuthUserFile /home4/elplattc/trac_sites/trac.htpasswd
Require valid-user
/Files

--~--~-~--~~~---~--~~
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: recommendations for doing Trac development on Windows

2009-04-16 Thread Olemis Lang

On Tue, Mar 3, 2009 at 5:25 PM, hjw hawl...@gmail.com wrote:

 I am working on some plugins for Trac and am stuck using a windows
 machine.

 One of the reasons that I'm stuck on a pc is that I need to be able to
 connect to an (MS)SQLServer database.
[...]
 Any help?


Hello Hawley ... did u think your question had been forgotten ? ...
well it's been ringing inside my head since long time ago ... ;)

The two potential alts I've «discovered» (yes I discovered planet
Earth few days ago :P ) to connect to MSSQL in Py apps are

- adodbapi [1]_ . It also seems to be packaged in pywin32 [2]_  2.11
- Using Py4Delphi

I'll try the former next weekend. If u've found another option I'd
like to know.

Some times connecting Py to MS-SQL DBs is really needed, and helpful,
since enterprises using MS-SQL find an opportunity to integrate data
for mutliple services in a single DB server and use them in their Py
apps.

Good luck !

.. [1] adodbapi
 (http://pypi.python.org/pypi/adodbapi/2.0)

.. [2] pywin32
 (http://pywin32.sourceforge.net/)

-- 
Regards,

Olemis.

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

Featured article:

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



[Trac] Re: Requirements for a new and improved Gantt plugin

2009-04-16 Thread Olemis Lang

On Thu, Apr 16, 2009 at 2:15 PM, Chris Nelson chr...@sixnetio.com wrote:

 The consensus on
 http://groups.google.com/group/trac-users/browse_thread/thread/83c0b6...

 Seemed to be that we would like a better Gantt plugin.  I'd like to
 gather the
 requirements for it.  Is it best to do it in a thread on this mailing
 list or start
 a wiki page at Trac-Hacks or create a ticket against an existing
 plugin or what?
 ...

 I tried to boil down this thread, my thoughts, and some other
 discussions I've had into
 http://trac-hacks.org/wiki/ProjectManagementIdeas .  Feedback welcome.


I have written a little in there ... hopefully tomorrow I'll add a few
more things ...

Does this mean we are moving ? I think that it's nice to put the names
of all the potential contributors to this idea after your name in the
disclaimer (or somewhere else ...) so as to be aware of how many we 'r
;)

Is it a good idea ?

-- 
Regards,

Olemis.

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

Featured article:

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



[Trac] Re: recommendations for doing Trac development on Windows

2009-04-16 Thread Chris Mulligan
On Thu, Apr 16, 2009 at 3:32 PM, Olemis Lang ole...@gmail.com wrote:


 On Tue, Mar 3, 2009 at 5:25 PM, hjw hawl...@gmail.com wrote:

  One of the reasons that I'm stuck on a pc is that I need to be able to
  connect to an (MS)SQLServer database.

 The two potential alts I've «discovered» (yes I discovered planet
 Earth few days ago :P ) to connect to MSSQL in Py apps are

 - adodbapi [1]_ . It also seems to be packaged in pywin32 [2]_  2.11
 - Using Py4Delphi


We've used http://pymssql.sourceforge.net/ for a few applications and it's
worked relatively well for us. We're connecting to SQL2005 and SQL2000
servers from Linux boxes and it works fairly 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: Requirements for a new and improved Gantt plugin

2009-04-16 Thread Chris Nelson

Olemis Lang wrote:
 On Thu, Apr 16, 2009 at 2:15 PM, Chris Nelson chr...@sixnetio.com
 wrote: 
...
 I tried to boil down this thread, my thoughts, and some other
 discussions I've had into
 http://trac-hacks.org/wiki/ProjectManagementIdeas .  Feedback
 welcome.  
 
 I have written a little in there ... hopefully tomorrow I'll add a
 few more things ... 

OK.  Thanks.

 Does this mean we are moving ? 

I hope so.

 I think that it's nice to put the
 names of all the potential contributors to this idea after your name
 in the disclaimer (or somewhere else ...) so as to be aware of how
 many we 'r ;)  
 
 Is it a good idea ?

That's fine.  I don't stake any claim; I'm just the scribe.

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



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

2009-04-16 Thread Noah Kantrowitz


On Apr 14, 2009, at 5:43 AM, Olemis Lang wrote:


 On Mon, Apr 13, 2009 at 6:13 PM, yoheeb yoh...@gmail.com wrote:

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


 Looks good.  I don't like that the meta-nav bar scrolls inside the
 page.

 I dont like that either, but the fact is that the theme only provides
 CSS, and that tricky issue happens because metanav is inside content
 div in HTML. I'll see if I can fix it anyway ;)

Not actually true, theme plugins can also override the theme template  
file as well.

--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] can trac be used as a quality management system?

2009-04-16 Thread Si Chen

Hi there, I'm from the opentaps Open Source ERP + CRM project
(www.opentaps.org)  We've been using trac internally for over a year
now--thanks so much, everybody.

We need a quality management system for manufacturing companies which
use our software.  The requirement is for a module which can store
templates of tests with testing steps and range of acceptable values
at each step.  When the QC process begins, the test template needs to
create a series of tasks which a user could execute one by one and
record the values from each test.  If the results are within the
limits, then the item has passed tests.
Otherwise, the item has failed the tests.

Could trac be modified to support
(a) a template of tasks
(b) workflow to manage the series of tasks?

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