[Trac] port trac templates to mako?

2010-03-14 Thread rupert.thurner
hi,

http://trac.edgewall.org currently uses genshi templates. trac-0.10
used clearsilver templates and it was much faster. would converting
the trac templates:
   http://trac.edgewall.org/browser/trunk/trac/templates

to mako solve that speed problem?

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-us...@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: Changing the look of the projects page

2009-09-15 Thread rupert.thurner

On Sep 3, 8:02 pm, Olemis Lang  wrote:
> On Thu, Sep 3, 2009 at 11:42 AM, Peter
>
> O'Connell wrote:
>
> > I’ve been looking through the documentation to see where I can place a
> >stylesheetfor this page to be made a little more easy on the eye, all my
> > attempts have resulted in a 404 on the style sheet – does anyone have any
> > advice on where mystylesheetcan be placed?
>
> - Use the HTTP server directly (varies according to the server)
> - Including it as a resource in a particular project

i was reading http://trac.edgewall.org/wiki/TracInterfaceCustomization
and wondering where this directory might be: "${href.chrome('site/
style.css')} attribute references template placed into environment's
htdocs/"

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: change date format with mod_python and TracEnvParentDir?

2009-09-09 Thread rupert.thurner

On Sep 8, 12:14 am, Fernan Aguero  wrote:
> Hi,
>
> I've read the FAQ and can easily change how dates are displayed by
> setting TracLocale accordingly in my apache configuration.
>
> From the FAQ:
> "Changing the date and time format with mod_python
>
> To change the date and time format when using mod_python you should
> instead use 'PythonOption' to set the 'TracLocale'. So for a Un*x-like
> system, simply do this...
>
>   
>     SetHandler mod_python
>     PythonOption TracLocale "de_DE.UTF-8"
>     ...
>   
> "
>
> However, I have an apache-mod_python server that is serving several
> trac projects (using TracEnvParentDir), some of which need the date to
> be in es_ES.UTF-8 format (DD/MM/YY), and some that need the date in
> en_US.UTF-8 format (MM/DD/YY).
>
> Is there any other way to set TracLocale in each child? Maybe in trac.ini?
>
> Thanks in advance,
>

in a global environment we have best experiences with setting iso-8601
international date format, http://en.wikipedia.org/wiki/ISO_8601.

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: HTTP 303 after submit (wiki pages updates, ticket creation, Admin Customizations, Milestone editions, and so on...)

2009-09-02 Thread rupert.thurner

On Sep 2, 8:57 am, Christian Boos  wrote:
> Fabio wrote:
> > Hi,
>
> > I'm evaluating Trac (and it really tops my expectations), but a
> > strange error is causing a poor user experience: most of the pages
> > fails into HTTP 303 response after submitting changes. Although this
> > bad effect, the updates become effective.
>
> 303 is not a failure code, but a redirect.
> Trac uses the "POST-redirect-GET" idiom, which is good practice in web
> applications [1].
> This can lead to, as with any other redirects, some issues with getting
> the protocol and host right, hence the discussion about
> use_base_url_for_redirect in the ticket 7060.
>
>
>
> > It is similar to bugs
> > reported in
>
> >http://trac.edgewall.org/ticket/8583
>
> > and in
>
> >http://trac.edgewall.org/ticket/7060
>
> > Scenario description:
> > - Trac 0.11.5 installation
> > - tracd is serving the project
> > - user has TRAC_ADMIN permission
> > - tracd web front-end fails after submitting data (HTTP 303 is
> > displayed at server console window)
>
> That's expected so far.
>
> > - It's necessary to use back and refresh buttons to view changes
> > become effective.
>
> Which browser are you using? Chances are this is IE7.
>
> > - tracd IS NOT behind a proxy
>
> > Any insights on how to fix it?
>
> Use the --http11 option when running tracd. Besides fixing your problem
> (likely thehttp://trac.edgewall.org/ticket/8020one), you'll also get a
> nice performance boost ;-)

christian, would it be possible to make this the default?

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: Facing issue with integration of mylyn and trac

2009-09-02 Thread rupert.thurner

we use the XML_RPC permission.


On Sep 2, 6:34 pm, jd  wrote:
> Hi All,
>
> I m facing issue with  integration of mylyn and trac. Issue is that i
> able to configure the eclispe with trac by given anonymous user
> "TRAC_ADMIN" access. How should I configure it for authenicated user
> only. I tried to give some user "TRAC_ADMIN" access, but it wont work.
> Authenication is done through ldap.
>
> Trac version: 0.11.2.1
> xmlrpc version : 1.0.6
>
> Please suggest me some solution.
>
> Thanks,
> -jatin
--~--~-~--~~~---~--~~
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/SVN Problem

2009-08-26 Thread rupert.thurner

setting the authz_module_name "myrepo" in the "trac" section should
help

On Aug 26, 8:07 pm, Andrew Gehring  wrote:
> Anyone else seen a issue with the authz stuff on Ubuntu (8.04) via apache2.
> In TRAC i am using the authzsvnadmin plugin and adding access to a repo.
>
> The authz file has:
>
> [group]
> admins = user1,user2
>
> [myrepo:/]
> @admins = rw
>
> But I'm getting "403 Forbidden".
>
> If I change the authz file to read:
>
> [group]
> admins = user1,user2
>
> [/]
> @admins = rw
>
> It works fine...
>
> Any help appreciate
>
> Andrew
--~--~-~--~~~---~--~~
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: Is it possible to host trac 0.10 and 0.11 environments on the same server?

2009-08-26 Thread rupert.thurner

On Aug 26, 8:31 pm, dt  wrote:
> Hi,
>
> Currently we have bunch of trac 0.10 projects. Before upgrading all
> our existing projects to 0.11, we would to like to set up a new trac
> 0.11 project on the same host. Do you guys think it's doable or
> advisable?

it should be possible. the easiest might be to install a second python
which you put into your path, then you do not need to tinker with the
python path and you are sure that there is accidential clash. we even
copy the whole installation (apache, mod_wsgi, trac, svn, ...), so it
is completely independent for test purposes. it does not matter if it
is on the same box or different then.


--~--~-~--~~~---~--~~
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 add features to TracWysiwyg editor toolbar (plugin)

2009-08-12 Thread rupert.thurner

On Aug 10, 5:49 pm, Olemis Lang  wrote:
> Hello !
>
> Recently I realized that TracWysiwyg plugin is a JS-only plugin. Hence
> I'd like to know about the «best way» (or any other suggestion) to add
> features to the Wysiwyg toolbar (preferently by writing a separate
> plugin ;o) . So here are the approaches I've identified so far. I'd
> appreciate any comments :
>
> - Modify TracWysiwyg JS files : I really dont want to do this, but if
> there's no other choice ...
> - Use a procedure (yet unknown, hooks? registration? ...) so that
> Wysiwyg editor be able
>   to load the extension I plan to write in a separate plugin. This is
> the preferred way to go.
> - Implement a separate toolbar containing «my» extensions. Maybe a
> useful workaround.

what extension are you thinking of?



--~--~-~--~~~---~--~~
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: Business Process Modeling in Trac

2009-08-07 Thread rupert.thurner

the only comparable product i know is emforge, looks like an
opensource jira clone: http://www.emforge.org/wiki/EmForgeWorkflowDevelopment.
it uses jbos jbpm to drive the workflow, and therefor one is able to
draw the workflow.


On Aug 7, 2:42 pm, Olemis Lang  wrote:
> On Wed, Aug 5, 2009 at 10:43 AM, Priscilla wrote:
>
> > Hi,
>
> Hello !
>
> > I am a new user to Trac. I need a tool where I can draw the business
> > process model for a project
> > and it will automatically get the timeline from it.
> > Does Trac have this facility?
>
> I'm assuming here that you'r talking about using FOSS to design a
> business process using BPMN and automatically generate the executable
> BPEL to (monitor | run) the process and possible more (e.g. BAM, BI,
> ...) . If you need either a human-centric or integration-centric
> approach, the answer is the same :
>
> AFAIK ... NO, there's no plugin for that, but possibly a lot of ways
> to make it possible in a few years or so (perhaps I'm a little bit
> pesimistic here :-/ ). The fact is that to implement all those things
> as one or many Trac plugin is a very, very, very time-consuming task
> (not mentioning that I still dont find a Py-lib to manipulate BPEL or
> BPMN :-/ ) which definitely requires either a strong incentive (e.g.
> the company I work for is evaluating many developments for BPMS, but
> AFAIK FOSS is not an option and therefore good bye Trac :-/ ) or many
> hands (and this is IMO). Besides it's far beyond the goals of the core
> Trac system (especially because of the MINIMALISTIC part of its
> approach to project management)
>
> Perhaps a much simpler approach could be to integrate individual tools
> for very particular tasks and (with time) build more tools using a
> bottom-up approach. Another aproach could be to run Trac on Jython and
> reuse many BPEL | BA | BI | BR libs written for J and so on. There are
> a few of them being FOSS.
>
> OTOH the only useful way I see to integrate both approaches is to use
> XmlRpcPlugin and connect Trac services using BPEL4WS -and the
> corresponding BPMN «extensions»- but in that case you'll possibly end
> up maintaining at least two workflows, and two (maybe more :-/ )
> notification channels (especially if using an human-centric approach,
> unless you find a way, that I dont know right now, to integrate one of
> Trac's notification plugins with the BPMS in use, or write your own so
> that Trac be able to interact with the workflow engine of your
> particular BPMS directly -perhaps using web services, there are some
> workflow engines that may act as WS providers- ).
>
> BTW, the best choice I've found for BPMS FOSS seems to be Intalio, but
> it has a very particular license.
>
> However I'd like to see the day when Trac be much more integrated with
> BPMS systems :)
>
> And, of course, If anybody finds a better answer, pls I wanna know ;o)
>
> Anyway CMIIW if my assumption is not correct.
>
> --
> 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: any recent success with oracle version?

2009-08-07 Thread rupert.thurner

On Aug 6, 2:23 pm, Jani Tiainen  wrote:
> rupert.thurner kirjoitti:
>
>
>
> > On Aug 5, 1:56 pm, Jani Tiainen  wrote:
> >> rupert.thurner kirjoitti:
>
> >>> On Aug 5, 12:09 pm, Jani Tiainen  wrote:
> >>>> Chris Heller kirjoitti:
> >>>>> No immediately pressing need,  but we'd potentially be interested in
> >>>>> helping/tracking this.
> >>>>> On Tue, Aug 4, 2009 at 1:23 PM, mkitezr wrote:
> >>>>>> Anyone attempting to do this, would want to do this, or looking for
> >>>>>> help?
> >>>> Additional note to my previous post:
> >>>>http://trac.edgewall.org/ticket/1874
> >>>> Since there was long time ago kind of decision not to use any abstract
> >>>> database layer like SQLAlchemy and many plugins and Trac code itself
> >>>> contains hardcoded SQL queries which are not necessarily compatible with
> >>>> Oracle.
> >>> how usable is the sqlalchemy branch? is there anything else than the
> >>> links below?
> >>>  *http://trac.edgewall.org/wiki/DatabaseBackend
> >>>  *http://trac.edgewall.org/wiki/TracSqlAlchemy
> >>>  *http://trac.edgewall.org/browser/sandbox/sqlalchemy-ng
> >>>  *http://trac.edgewall.org/ticket/7020
> >>http://groups.google.fi/group/trac-dev/browse_thread/thread/204163b17...
>
> >> See specially Noah's first response about why not ORM and possible
> >> routes to take...
>
> > he writes "The idea of using SA was always just to use it as a cross-
> > DB API, not as an ORM as far as I remember." one evidence for this
> > could behttp://redmine.org, based on ruby on rails. much younger than
> > trac, approximately the same use case and problems with data types,
> > redmine is able to support MySql, SQLite, PostgreSQL, Oracle, SQL
> > Server.
>
> Redmine does not work on Oracle, it has approximately same problems as
> Trac. It supports it in theory but it's just a theory.

you are right, it seems to not support it out of the box, some changes
seem necessary: http://www.redmine.org/attachments/1182/Redmine_on_Oracle.pdf

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: any recent success with oracle version?

2009-08-05 Thread rupert.thurner

On Aug 5, 1:56 pm, Jani Tiainen  wrote:
> rupert.thurner kirjoitti:
>
>
>
>
>
> > On Aug 5, 12:09 pm, Jani Tiainen  wrote:
> >> Chris Heller kirjoitti:
>
> >>> No immediately pressing need,  but we'd potentially be interested in
> >>> helping/tracking this.
> >>> On Tue, Aug 4, 2009 at 1:23 PM, mkitezr wrote:
> >>>> Anyone attempting to do this, would want to do this, or looking for
> >>>> help?
> >> Additional note to my previous post:
>
> >>http://trac.edgewall.org/ticket/1874
>
> >> Since there was long time ago kind of decision not to use any abstract
> >> database layer like SQLAlchemy and many plugins and Trac code itself
> >> contains hardcoded SQL queries which are not necessarily compatible with
> >> Oracle.
>
> > how usable is the sqlalchemy branch? is there anything else than the
> > links below?
>
> >  *http://trac.edgewall.org/wiki/DatabaseBackend
> >  *http://trac.edgewall.org/wiki/TracSqlAlchemy
> >  *http://trac.edgewall.org/browser/sandbox/sqlalchemy-ng
> >  *http://trac.edgewall.org/ticket/7020
>
> http://groups.google.fi/group/trac-dev/browse_thread/thread/204163b17...
>
> See specially Noah's first response about why not ORM and possible
> routes to take...

he writes "The idea of using SA was always just to use it as a cross-
DB API, not as an ORM as far as I remember." one evidence for this
could be http://redmine.org, based on ruby on rails. much younger than
trac, approximately the same use case and problems with data types,
redmine is able to support MySql, SQLite, PostgreSQL, Oracle, SQL
Server.

below noah also writes "i would like to see a SA plugin". how could
that help getting a working mysql or oracle version of trac?



--~--~-~--~~~---~--~~
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: any recent success with oracle version?

2009-08-05 Thread rupert.thurner

On Aug 5, 12:09 pm, Jani Tiainen  wrote:
> Chris Heller kirjoitti:
>
> > No immediately pressing need,  but we'd potentially be interested in
> > helping/tracking this.
>
> > On Tue, Aug 4, 2009 at 1:23 PM, mkitezr wrote:
> >> Anyone attempting to do this, would want to do this, or looking for
> >> help?
>
> Additional note to my previous post:
>
> http://trac.edgewall.org/ticket/1874
>
> Since there was long time ago kind of decision not to use any abstract
> database layer like SQLAlchemy and many plugins and Trac code itself
> contains hardcoded SQL queries which are not necessarily compatible with
> Oracle.

how usable is the sqlalchemy branch? is there anything else than the
links below?

 * http://trac.edgewall.org/wiki/DatabaseBackend
 * http://trac.edgewall.org/wiki/TracSqlAlchemy
 * http://trac.edgewall.org/browser/sandbox/sqlalchemy-ng
 * http://trac.edgewall.org/ticket/7020

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: autocompleteusers - customselectadmin together are broken? is trac guilty or one of the plugins?

2009-07-29 Thread rupert.thurner

thanks, this fixed it. i tried to commit it as well, but it seems i
have no rights, so i created http://trac-hacks.org/ticket/5587.

but i am wondering why trac queries the directory for static resources
which does not exist on every mouse click, or in this case, when
entering a name? i would have expected that it retrieves all the
directories when switching on the plugins, or starting up the server?

On Jul 29, 6:06 pm, Ethan Jucovy  wrote:
> It looks like CustomSelectPanel implements ITemplateProvider[1] but doesn't
> implement the .get_htdocs_dirs method of the ITemplateProvider
> interface[2].  Is that method required by ITemplateProvider implementations?
>
> You might try adding a noop `def get_htdocs_dirs(self): return []` to the
> class in customselectadmin.py to see if that fixes it.
>
> egj
>
> [1]http://trac-hacks.org/browser/customselectadminplugin/0.11/CustomSele...
> [2]http://trac.edgewall.org/browser/trunk/trac/web/chrome.py#L241
>
> On Wed, Jul 29, 2009 at 8:54 AM, rupert thurner 
> wrote:
>
>
>
>
>
> > when enabling autocompleteusers we get the following error:
>
> > Trac detected an internal error:
> > AttributeError: 'CustomSelectPanel' object has no attribute
> > 'get_htdocs_dirs'
>
> > on loading the javascript:
> > projects/myproject/chrome/autocompleteusers/js/autocomplete.js
>
> > if we disablehttp://trac-hacks.org/wiki/CustomSelectAdminPlugin,
> >http://trac-hacks.org/wiki/AutocompleteUsersPluginworks.
>
> > who is repsonsible for this, the plugin interface or one of the
> > plugins?
>
> > 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: Trac 0.11.4 and Subversion 1.6.1

2009-05-09 Thread rupert.thurner

i should have added:
it works with *pre svn-1.6* repositories. otherwise it seems you
really need svn-1.6.2. with opencsw svn 1.6.1 packages i got a sqlite
errror, with 1.6.2 packages (currently only in testing) the error was
gone. resyncing the repository was necessary.

rupert.


On May 9, 12:39 pm, "rupert.thurner"  wrote:
> usinghttp://opencsw.org/packages+ easy_install trac it is working
> here. it includes python-2.6 though. operating system is solaris.
>
> On May 7, 4:39 am, keith  wrote:
>
> > I have installed Collabnet_Subversion 1.6.1 including xtrs for the
> > python bindings, python 2.5.4 and trac 0.11.4. The svn repository was
> > created and then loaded using a previous svn dump file. The trac web
> > page displays an error message stating that the repository does not
> > appear to be a subversion repository. Does Trac 0.11.4 support
> > Subversion 1.6.1? If it does, then what could cause this error message?
--~--~-~--~~~---~--~~
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 0.11.4 and Subversion 1.6.1

2009-05-09 Thread rupert.thurner

using http://opencsw.org/packages + easy_install trac it is working
here. it includes python-2.6 though. operating system is solaris.

On May 7, 4:39 am, keith  wrote:
> I have installed Collabnet_Subversion 1.6.1 including xtrs for the
> python bindings, python 2.5.4 and trac 0.11.4. The svn repository was
> created and then loaded using a previous svn dump file. The trac web
> page displays an error message stating that the repository does not
> appear to be a subversion repository. Does Trac 0.11.4 support
> Subversion 1.6.1? If it does, then what could cause this error message?
--~--~-~--~~~---~--~~
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 could I link to a milestone within the roadmap

2009-04-25 Thread rupert.thurner

milestone:YourMilestone ?

On Apr 24, 10:14 pm, "Chris Nelson"  wrote:
> I want to link from the wiki to a specific location in the Roadmap.  The 
> milestone headlines link to the milestone, not its location in the roadmap.  
> Any thoughts...?
>
> --
> 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: Self registration not working with AccountManager plugin

2009-04-20 Thread rupert.thurner

otherwise you might check the source code:

http://trac-hacks.org/browser/accountmanagerplugin/0.11/acct_mgr/web_ui.py#L347
http://trac-hacks.org/browser/accountmanagerplugin/0.11/acct_mgr/web_ui.py#L223
http://trac-hacks.org/browser/accountmanagerplugin/0.11/acct_mgr/api.py#L198

which boils down to:
* your store must allow to set passwords.
* it might be, that you have to enable smtp as well so that it can
send
  you a password.

On 17 Apr., 23:53, Sean  wrote:
> Hello,
> I have installed the AccountManagerPlugin.http://trac-hacks.org/wiki/
> AccountManagerPlugin#Description
>
> Most modules work properly but I cannot a self-registration link to
> appear.  I have enabled the package acct_mgr.web_ui, here is an
> excerpt of trac.ini, which looks correct:
>
> 
> [components]
> acct_mgr.web_ui.RegistrationModule = enabled
>
> [components]
>      18 acct_mgr.admin.accountmanageradminpage = enabled
>      19 acct_mgr.api.accountmanager = enabled
>      20 acct_mgr.htfile.htpasswdstore = enabled
>      21 acct_mgr.web_ui.accountmodule = enabled
>      22 acct_mgr.web_ui.emailverificationmodule = disabled
>      23 acct_mgr.web_ui.loginmodule = enabled
>      24 acct_mgr.web_ui.registrationmodule = enabled
> 
>
> My site is here:http://waterloo.openmethodology.org/trac/omcollab/
>
> Does anyone have an idea what the issue may be?  Thanks
> Sean
--~--~-~--~~~---~--~~
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: Self registration not working with AccountManager plugin

2009-04-20 Thread rupert.thurner

it takes the last setting it finds. we already managed to have an old
line switching something off further down the ini file.

rupert.

On 17 Apr., 23:53, Sean  wrote:
> Hello,
> I have installed the AccountManagerPlugin.http://trac-hacks.org/wiki/
> AccountManagerPlugin#Description
>
> Most modules work properly but I cannot a self-registration link to
> appear.  I have enabled the package acct_mgr.web_ui, here is an
> excerpt of trac.ini, which looks correct:
>
> 
> [components]
> acct_mgr.web_ui.RegistrationModule = enabled
>
> [components]
>      18 acct_mgr.admin.accountmanageradminpage = enabled
>      19 acct_mgr.api.accountmanager = enabled
>      20 acct_mgr.htfile.htpasswdstore = enabled
>      21 acct_mgr.web_ui.accountmodule = enabled
>      22 acct_mgr.web_ui.emailverificationmodule = disabled
>      23 acct_mgr.web_ui.loginmodule = enabled
>      24 acct_mgr.web_ui.registrationmodule = enabled
> 
>
> My site is here:http://waterloo.openmethodology.org/trac/omcollab/
>
> Does anyone have an idea what the issue may be?  Thanks
> Sean
--~--~-~--~~~---~--~~
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: agile plugin

2009-03-29 Thread rupert.thurner

On Mar 26, 5:47 pm, yoheeb  wrote:
> On Mar 26, 1:25 am, sandy k  wrote:
>
> you might want to look at thehttp://trac-hacks.org/wiki/IttecoTracPlugin
> as well.

it does not have a proper license? is there, or should there a
"default license" for stuff hosted on trac-hacks to avoid 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: Trac plugin contract development

2009-03-29 Thread rupert.thurner

On Mar 29, 6:24 pm, Jeff Hammel  wrote:
> The idea occured to me to setup a trac with bounties for plugin and other 
> development work similar to RequestAHacks on trac-hacks but for paid work.  
> While I'd love to do this...probably not right now as I don't have much free 
> development time (although I could be persuaded).
>
> I for one would be interested in paid plugin development, depending on what 
> the plugin would do and if it matches my skill-set.  While I don't have much 
> free time, Trac plugins are often pretty quick.  Please feel free to email me 
> with any plugin needs you might have.  I'll say in passing that I don't have 
> any interest in interfacing with proprietary software and that I only have 
> linux machines at my disposal for development and testing.
>
> Maybe its worth setting up a list for people who are interested in seeking or 
> doing paid development work, at least in the interim?


it would be great to discuss it on this list, even the requirements,
to create synergies.


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: query link gone from report page, trac-0.11.2.1

2009-03-04 Thread rupert.thurner

removed 
http://trac.edgewall.org/browser/tags/trac-0.11.2.1/trac/ticket/report.py#L118
the condition to check for the enabled query module, and now it works
again.

but i am wondering how this check is done, resp. can fail. we are
using a parent_env configuration, webadmin shows correctly that the
query module is enabled.

rupert.

On Mar 5, 2:50 am, rupert thurner  wrote:
> what could be the reason that the query link is gone from the report
> page? the inverse is still true, i.e. the  "http://../query"; page
> still contains the link to the reports.
>
> 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: mercurialeclipse difficulties with trac ... mercurial plugin causes report to fail?

2009-02-28 Thread rupert.thurner

arg ... mercurialeclipse that is ...

On 1 Mrz., 07:51, rupert thurner  wrote:
> hi,
>
> looking athttp://trac-hg.assembla.com/mercurialeclipse/report/1is
> kind of funny as a report does not work because of an exception with
> the trac mercurial plugin.
>
> what might be the reason?
>
> 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
-~--~~~~--~~--~--~---