Mailing List Archive

AccountManager plugin
I am trying to get this plugin to work on Trac 0.10.4

The admin side of users works - hooray
On the user login window I get "forgotten password" but, if I click
that I get 404 Not Found (No handler matched request to %s)
I don't get a "register" on the toolbar

Obviosuly, I am missing some config bit somewhere - but where oh where
might it be?

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-unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---
Re: AccountManager Plugin [ In reply to ]
On 2/13/2023 8:19 AM, Markus Rosjat wrote:
>
>  i was wondering if there is already an effort to port
> https://trac-hacks.org/wiki/AccountManagerPlugin
>
> to a state that it runs with 1.5.x ?  I tried to do a little "fixing"
> but i am at the point where i need to go fix the templates and this is
> a tedious  work so if someone already started with this and has a repo
> somewhere it would be appreciated if they could share it :)
>

I don't consider myself a power user, but I do have it running since
about a year ago.  I'm not sure off hand what I started with, but it
does look like I made some of my own changes.

Hmm ... It looks like I probably uploaded my changes here as an attachment:

https://trac-hacks.org/ticket/13720#no1

- Dan

--
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to trac-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/trac-users/fad43a78-bfcc-e9c0-354c-13a26acfb673%40digidescorp.com.
Re: AccountManager Plugin [ In reply to ]
hi dan,

yeah you patch looks mostly like the things i did here but i guess i will
also look at niels repo since i already use github it is much easier to
fork it there and start tinkering with this if it doesnt work with the
1.5.x versions

cheers

Markus

Am Mo., 13. Feb. 2023 um 16:30 Uhr schrieb Dan Mahn <
dan.mahn@digidescorp.com>:

>
> On 2/13/2023 8:19 AM, Markus Rosjat wrote:
> >
> > i was wondering if there is already an effort to port
> > https://trac-hacks.org/wiki/AccountManagerPlugin
> >
> > to a state that it runs with 1.5.x ? I tried to do a little "fixing"
> > but i am at the point where i need to go fix the templates and this is
> > a tedious work so if someone already started with this and has a repo
> > somewhere it would be appreciated if they could share it :)
> >
>
> I don't consider myself a power user, but I do have it running since
> about a year ago. I'm not sure off hand what I started with, but it
> does look like I made some of my own changes.
>
> Hmm ... It looks like I probably uploaded my changes here as an attachment:
>
> https://trac-hacks.org/ticket/13720#no1
>
> - Dan
>
> --
> You received this message because you are subscribed to the Google Groups
> "Trac Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to trac-users+unsubscribe@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/trac-users/fad43a78-bfcc-e9c0-354c-13a26acfb673%40digidescorp.com
> .
>

--
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to trac-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/trac-users/CAJ4osOkPjY3N8Ja%3DbQz59Waw6hSn-nBAHb3jZRu0tcLjubsoyg%40mail.gmail.com.
Re: AccountManager Plugin [ In reply to ]
On 2/13/2023 10:49 AM, Markus Rosjat wrote:
> yeah you patch looks mostly like the things i did here but i guess i
> will also look at niels repo since i already use github it is much
> easier to fork it there and start tinkering with this if it
> doesnt work with the 1.5.x versions


OK, good luck.  I already mentioned that I have an additional bug fix or
two in there, FWIW.

If you have questions about other plugins ... I've sent in patches for
quite a few.  But authors aren't always around to integrate and test
them.  I just suggest that you make a habit of looking before you end up
re-inventing the wheel, but I guess asking in this group works, too.

I believe I also have a plugin that I haven't uploaded/updated yet. 
I'll have to check my archives.

- Dan


--
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to trac-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/trac-users/8c6ea6c1-3ff6-5af9-eb6e-49516445492c%40digidescorp.com.
Re: AccountManager Plugin [ In reply to ]
Yeah the problem is that sometimes original developers don't work on the
code anymore and it's hard to get a hold of them to get permission to
simply take the code and continue work on it.

That said ppl who want or need to work on older plugins to make them work
on python 3 and trac1.5.x should start sharing the work on a place like
github so the efforts are bundled on on version of the plugins

Cheers

Markus

Dan Mahn <dan.mahn@digidescorp.com> schrieb am Mo., 13. Feb. 2023, 20:04:

>
> On 2/13/2023 10:49 AM, Markus Rosjat wrote:
> > yeah you patch looks mostly like the things i did here but i guess i
> > will also look at niels repo since i already use github it is much
> > easier to fork it there and start tinkering with this if it
> > doesnt work with the 1.5.x versions
>
>
> OK, good luck. I already mentioned that I have an additional bug fix or
> two in there, FWIW.
>
> If you have questions about other plugins ... I've sent in patches for
> quite a few. But authors aren't always around to integrate and test
> them. I just suggest that you make a habit of looking before you end up
> re-inventing the wheel, but I guess asking in this group works, too.
>
> I believe I also have a plugin that I haven't uploaded/updated yet.
> I'll have to check my archives.
>
> - Dan
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Trac Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to trac-users+unsubscribe@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/trac-users/8c6ea6c1-3ff6-5af9-eb6e-49516445492c%40digidescorp.com
> .
>

--
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to trac-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/trac-users/CAJ4osOnj7%3DSatnUyUfmi7Tz91c%3DWy8rWSetaLWOEoFyD_VMZYA%40mail.gmail.com.
Re: AccountManager Plugin [ In reply to ]
On 2/13/2023 1:36 PM, Markus Rosjat wrote:
> That said ppl who want or need to work on older plugins to make them
> work on python 3 and trac1.5.x should start sharing the work on a
> place like github so the efforts are bundled on on version of the plugins


So you're proposing that future Trac plugin development migrate to GitHub?

Will we point to the GitHub plugins from Trac-Hacks?

or ... Is there an easy way to find all Trac plugins on GitHub if we
don't use Trac-Hacks?

Thanks.

- Dan

--
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to trac-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/trac-users/c1797f95-56a6-64fd-4a54-c3143eeb469f%40digidescorp.com.
Re: AccountManager Plugin [ In reply to ]
On Mon, Feb 13, 2023 at 11:40 AM Dan Mahn <dan.mahn@digidescorp.com> wrote:

>
> On 2/13/2023 1:36 PM, Markus Rosjat wrote:
> > That said ppl who want or need to work on older plugins to make them
> > work on python 3 and trac1.5.x should start sharing the work on a
> > place like github so the efforts are bundled on on version of the plugins
>
>
> So you're proposing that future Trac plugin development migrate to GitHub?
>
> Will we point to the GitHub plugins from Trac-Hacks?
>
> or ... Is there an easy way to find all Trac plugins on GitHub if we
> don't use Trac-Hacks?
>
> Thanks.
>
> - Dan
>

There is a trac-hacks org on GitHub:

https://github.com/trac-hacks

--
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to trac-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/trac-users/CA%2BBGpn8pfck175y7u2dioLmBEgsPdof9xF%3DHNcpYT7GtdWgTTQ%40mail.gmail.com.
Re: AccountManager Plugin [ In reply to ]
On 2/13/2023 1:41 PM, Ryan Ollos wrote:
> There is a trac-hacks org on GitHub:
>
> https://github.com/trac-hacks


Thanks.  I'll have to invest some time into the GitHub experience.  :-)

- Dan


--
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to trac-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/trac-users/5f64756f-febb-e7fc-1a8d-48c7b1c659a6%40digidescorp.com.
Re: AccountManager Plugin [ In reply to ]
Yeah if there is already an organisation for trac plugins that would be the
starting point to move code so it can be used as the upstream prepos and
devs and maintainer fork from there to do pull request from there froks to
the upstream. With this way of contributing code pre-commit- hooks or
other things could be implemented as I try to do with my plugin and the
automatic creation of pypi releases on version tags. But at the least a
tool like black could be used to generalise code formatting

Ryan Ollos <rjollos@gmail.com> schrieb am Mo., 13. Feb. 2023, 20:41:

>
>
> On Mon, Feb 13, 2023 at 11:40 AM Dan Mahn <dan.mahn@digidescorp.com>
> wrote:
>
>>
>> On 2/13/2023 1:36 PM, Markus Rosjat wrote:
>> > That said ppl who want or need to work on older plugins to make them
>> > work on python 3 and trac1.5.x should start sharing the work on a
>> > place like github so the efforts are bundled on on version of the
>> plugins
>>
>>
>> So you're proposing that future Trac plugin development migrate to GitHub?
>>
>> Will we point to the GitHub plugins from Trac-Hacks?
>>
>> or ... Is there an easy way to find all Trac plugins on GitHub if we
>> don't use Trac-Hacks?
>>
>> Thanks.
>>
>> - Dan
>>
>
> There is a trac-hacks org on GitHub:
>
> https://github.com/trac-hacks
>
> --
> You received this message because you are subscribed to the Google Groups
> "Trac Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to trac-users+unsubscribe@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/trac-users/CA%2BBGpn8pfck175y7u2dioLmBEgsPdof9xF%3DHNcpYT7GtdWgTTQ%40mail.gmail.com
> <https://groups.google.com/d/msgid/trac-users/CA%2BBGpn8pfck175y7u2dioLmBEgsPdof9xF%3DHNcpYT7GtdWgTTQ%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>

--
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to trac-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/trac-users/CAJ4osOkwKsgs0wgOTJxbQfquDy8h6G9%2BS8tFdPbEa4SRiaXibw%40mail.gmail.com.
Re: AccountManager Plugin [ In reply to ]
Maybe we can get a short "how to" to join and transfer the trac related
repos to the organisation. Since I use my pypi account to create releases I
might need to change some things before moving it.

Markus Rosjat <markus.rosjat@gmail.com> schrieb am Mo., 13. Feb. 2023,
20:52:

> Yeah if there is already an organisation for trac plugins that would be
> the starting point to move code so it can be used as the upstream prepos
> and devs and maintainer fork from there to do pull request from there froks
> to the upstream. With this way of contributing code pre-commit- hooks or
> other things could be implemented as I try to do with my plugin and the
> automatic creation of pypi releases on version tags. But at the least a
> tool like black could be used to generalise code formatting
>
> Ryan Ollos <rjollos@gmail.com> schrieb am Mo., 13. Feb. 2023, 20:41:
>
>>
>>
>> On Mon, Feb 13, 2023 at 11:40 AM Dan Mahn <dan.mahn@digidescorp.com>
>> wrote:
>>
>>>
>>> On 2/13/2023 1:36 PM, Markus Rosjat wrote:
>>> > That said ppl who want or need to work on older plugins to make them
>>> > work on python 3 and trac1.5.x should start sharing the work on a
>>> > place like github so the efforts are bundled on on version of the
>>> plugins
>>>
>>>
>>> So you're proposing that future Trac plugin development migrate to
>>> GitHub?
>>>
>>> Will we point to the GitHub plugins from Trac-Hacks?
>>>
>>> or ... Is there an easy way to find all Trac plugins on GitHub if we
>>> don't use Trac-Hacks?
>>>
>>> Thanks.
>>>
>>> - Dan
>>>
>>
>> There is a trac-hacks org on GitHub:
>>
>> https://github.com/trac-hacks
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Trac Users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to trac-users+unsubscribe@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/trac-users/CA%2BBGpn8pfck175y7u2dioLmBEgsPdof9xF%3DHNcpYT7GtdWgTTQ%40mail.gmail.com
>> <https://groups.google.com/d/msgid/trac-users/CA%2BBGpn8pfck175y7u2dioLmBEgsPdof9xF%3DHNcpYT7GtdWgTTQ%40mail.gmail.com?utm_medium=email&utm_source=footer>
>> .
>>
>

--
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to trac-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/trac-users/CAJ4osOkgzLk-7ZNHbtnVEui3soF3X_PGFnb7q-j7YHGBLJvQ8w%40mail.gmail.com.