Re: [VOTE] Release of Apache Allura 1.13.0

2021-05-12 Thread Ingo Hornberger
+1!!! > >

Re: Next release, and py2/py3 support

2021-03-04 Thread Ingo Hornberger
Hi Dave, I fully agree with you. Having one release, bridging the move between py2 and py3 should be more than enough for most users. Heavy adaptations, like Vehicle Forge, or such, might have more problems to port their stuff. But as you said: py2 is dead already! Personally I experienced a lot

Allura and Python3

2020-12-07 Thread Ingo Hornberger
Hi! Are there any plans of making a new release to support python3? I did a test, and ported our web page (forge.codesys.com) to python3 and to the allura master branch. Here is my experience: - Error messages were not very straight forward. So I reviewed many commits from Dave to get an idea what

Re: [allura:tickets] #8379 py3: forgehg

2020-11-05 Thread Ingo Hornberger
Thanks Dave! This was an important upgrade info. As I am planning a smoke test with python 3 for my site, I will need this for sure.

Performance

2020-03-03 Thread Ingo Hornberger
Hi! We just migrated a great amount of user data of an existing forum into an Allura Forge instance. I have to say, that there are reasons for this move. We really enjoy Allura and the possible workflows (especially E-Mail subscriptions and answers). But we encountered a performance issue. Some re

Re: Immutable wiki page ;)

2020-01-16 Thread Ingo Hornberger
t the incorrect record was deleted maybe. > If > you do delete it directly like that, it still will be in solr for search > results, until you do a reindex: > > https://forge-allura.apache.org/docs/getting_started/administration.html#reindex > > On 12/28/19 10:06 AM, Ingo Horn

Immutable wiki page ;)

2019-12-28 Thread Ingo Hornberger
Hey guys! In the Wiki of one of our users, we have a page, which can't be deleted. Neither with allura, nor with mongo express. None of the changes throws an error, but none really changed anything in the database. I am a bit helpless. Does anyone of you have a hint what could be wrong and how I

Re: [VOTE] Release of Apache Allura 1.11.0

2019-06-13 Thread Ingo Hornberger
+1 Shalitha Suranga schrieb am Fr., 14. Juni 2019, 02:24: > +1 > > On Fri, 14 Jun 2019, 12:40 am Dave Brondsema, wrote: > > > Hello, > > > > We haven't made a release for many months, so I've started the process > for > > our > > next release. This is a call for a vote on Apache Allura 1.11.0.

Re: [VOTE] Release of Apache Allura 1.11.0

2019-06-13 Thread Ingo Hornberger
+1 Dave Brondsema schrieb am Do., 13. Juni 2019, 21:10: > Hello, > > We haven't made a release for many months, so I've started the process for > our > next release. This is a call for a vote on Apache Allura 1.11.0. > > Source tarball, signature and checksums are available at: > https://dist

Administrate Neighborhoods with "admin" project

2019-01-29 Thread Ingo Hornberger
Hi guys! How can I administrate a neighborhood like "/u"? /u/admin leads to the profile of the admin user ;) Similar things will happen when someone gets the idea to create project, named "admin" ;) BR, Ingo

E-Mail addresses in subscriptions

2019-01-03 Thread Ingo Hornberger
Hi Guys, I'm not sure if it is just due to a misconfiguration in my allura instance, but a subscriber sees always the E-Mail address of the one who edited an artifact. At least this is not what I would expect from the system. I would expect, that my profile remains private. I encountered the sam

Re: Reaction Feature

2018-11-30 Thread Ingo Hornberger
s per below > >> > >> reactions.emoji_list = :+1:, :-1: > >> > >> This enables only thumbs_up and thumbs_down in every reaction > >> > >> 2) Currently Allura has only react and view feature. User can react and > see > >> the react >

Re: Reaction Feature

2018-11-25 Thread Ingo Hornberger
> Can some other members also advice more regarding this? > > Thanks > > > On Fri, Nov 23, 2018 at 2:25 AM Ingo Hornberger wrote: > > > Hi Guys, > > > > I just checked out the reaction feature, and have two issues with it, > where > > one of you might

Reaction Feature

2018-11-22 Thread Ingo Hornberger
Hi Guys, I just checked out the reaction feature, and have two issues with it, where one of you might be able to help me: 1) Style of the reaction-buttons. I don't want to have more than +1 / -1. And thus I want to have them as direct access buttons. From my point of view, this increases the intu

Re: A plan for making Allura responsive / mobile-friendly

2018-10-24 Thread Ingo Hornberger
sive eg - > Discussion > comments (We might need to add show comments button to see replies for > smaller screens) > > I will also like contribute this responsive support work > > Cheers! > > On Wed, Oct 24, 2018 at 1:16 AM Dave Brondsema wrote: > > > On 10/23/18

Re: A plan for making Allura responsive / mobile-friendly

2018-10-23 Thread Ingo Hornberger
Hi Dave! If I understood your ideas right, I'd love to see that. I putted quite a lot of work into the styles to get my allura instance mobile ready. And the result is by far not clean. But the biggest advantage would be, that I can change every page. So I can make more easily make adaptations to

Indexing source code

2018-05-23 Thread Ingo Hornberger
Hi folks! I searched already quite a bit through the code. But to be honest I don't fully understand the allura concept for managing the solr index, yet. My goal is to be able to search for code and markdown files in repositories. The global search should simply also match source code. Has anybo

Re: [VOTE] Release of Apache Allura 1.8.0

2018-02-02 Thread Ingo Hornberger
+1 Am 02.02.2018 18:35 schrieb "Dave Brondsema" : +1 On 2/2/18 8:47 AM, Kenton Taylor wrote: > +1 > > > --- > Kenton Taylor > Principal Engineer - sourceforge.net > Phone: 616-425-9149 > > On Thu, Feb 1, 2018 at 2:39 PM, heith seewald wrote: > >> +1 >> >

Re: SAML

2018-01-07 Thread Ingo Hornberger
s/api/lib/plugin.html# > allura.lib.plugin.AuthenticationProvider > > And > https://forge-allura.apache.org/p/allura/git/ci/master/ > tree/Allura/allura/lib/plugin.py > has the base AuthenticationProvider and the LocalAuthenticationProvider and > LdapAuthenticationProvider code, wh

SAML

2017-12-25 Thread Ingo Hornberger
Hey guys! I just did some research how allura could be extended with SSO functionality. I encountered that OpenID was once supported but discontinued. Then I found out that turbogears itself supports SAML with a pluggable extension: https://pypi.python.org/pypi/tgapp-samlauth/0.0.2 This sounded