[web2py] Re: New release of pyForum

2015-01-07 Thread Dmitry Ermolaev
I make some category and try open foums menu > Traceback > > 1. > 2. > 3. > 4. > 5. > 6. > 7. > 8. > 9. > 10. > 11. > 12. > > Traceback (most recent call last): > File "C:\web2py\gluon\restricted.py", line 224, in restricted > exec ccode in environment > File "C:/web2py/applications/pyfo

[web2py] Re: New release of pyForum

2011-08-19 Thread mart
worked perfectly! Thanks for the info (and obviously for letting us use your app!) much appreciated, Mart :) On Aug 19, 1:39 am, Julio Schwarzbeck wrote: > Both questions are addressed in the forums, I appreciate the feedback! > > http://www.pyforum.org/pyforum/default/view_topic/655 > andhttp:

[web2py] Re: New release of pyForum

2011-08-18 Thread Julio Schwarzbeck
Both questions are addressed in the forums, I appreciate the feedback! http://www.pyforum.org/pyforum/default/view_topic/655 and http://www.pyforum.org/pyforum/default/view_topic/656 Thanks, -- Julio On Aug 18, 8:11 pm, mart wrote: > Yes indeed, Very nice!! Great work!!! :) > > I'd like to use

[web2py] Re: New release of pyForum

2011-08-18 Thread mart
Yes indeed, Very nice!! Great work!!! :) I'd like to use this @ work where such a forum would a really long way for me! I don't want to change anything. I prefer to leave it as is and give the credit where the credit is due. But I would like to change 2 things: 1) change the administrator account

[web2py] Re: New release of pyForum

2011-08-18 Thread Julio Schwarzbeck
My pleasure my friend, more is to come.. On Aug 18, 9:45 am, Daniel Aguayo wrote: > 2011/8/17 Julio Schwarzbeck > > > > > > > > > > > Folks, > > > After a hiatus of almost 9 months I finally finished a brand new > > version of pyForum, it was a core component re-design, PEP-8 > > compliance issu

[web2py] Re: New release of pyForum

2011-08-18 Thread Julio Schwarzbeck
Bug is smashed and project updated in bitbucket, can diff the files if you want to see what changed. Thanks! On Aug 18, 10:20 am, LightDot wrote: > You're welcome :) > > I have noticed pyForum quite a while a go and have been meaning to look > closer at the code for ages - but never got to it. S

[web2py] Re: New release of pyForum

2011-08-18 Thread LightDot
You're welcome :) I have noticed pyForum quite a while a go and have been meaning to look closer at the code for ages - but never got to it. Something always comes up Perhaps now I will... Anyway, what I wanted to add is thanks for sharing this project with the community. Looks really nice!

[web2py] Re: New release of pyForum

2011-08-18 Thread Julio Schwarzbeck
That my friend, is indeed a bug, the forum administrator can allow anonymous users to post to forums by specifying a setting in the administration section, you tried to post a message on a valid anonymous-enabled forum and it failed, I am fixing that right now.. Thanks for the (unintentional) QA :)

[web2py] Re: New release of pyForum

2011-08-18 Thread LightDot
I apologize for not giving enough information right away. I was using the "Test Forum" under the "Test pyForum and Miscellaneous" here: http://pyforum.org/pyforum/default/view_forum/1 and not the "Members Testing Forum" under the "Testing Member Category". I was testing as an anonymous user, pe

[web2py] Re: New release of pyForum

2011-08-18 Thread Julio Schwarzbeck
pyForum is a complete application, it is not a plug-in, it purposely has a minimalistic stylesheet in order to be easier to adapt to your own apps or framework, it authentication works very similar to web2py's however, I abstracted it into "auth.py" (CustomAuthentication class) and used a minimal s

[web2py] Re: New release of pyForum

2011-08-18 Thread Julio Schwarzbeck
Can you send me you login (via PM) I see others (Bruno) have been able to log in and post and reply without apparent problems. Thanks, julio On Aug 18, 4:12 am, LightDot wrote: > Test forum onhttp://pyforum.org/is not working. Tickets are issued when > trying to post in an existing thread or wh

[web2py] Re: New release of pyForum

2011-08-18 Thread Julio Schwarzbeck
Fixed, thanks. On Aug 18, 3:22 am, elffikk wrote: > you have a wrong spelled link onhttps://bitbucket.org/speedbird/pyforum, > please fixhttp://pyfroum.org/to  http://pyforum.org/

[web2py] Re: New release of pyForum

2011-08-18 Thread LightDot
Test forum on http://pyforum.org/ is not working. Tickets are issued when trying to post in an existing thread or when trying to open a new one.

Re: [web2py] Re: New release of pyForum

2011-08-18 Thread Vasile Ermicioi
is it a plugin? how can I embed inside an application? model looks like it is a separate application ## Authentication Schema (3 tables) db.define_table('auth_users', db.Field('auth_email', 'string', length=128, required=True), db.Field('auth_passwd', 'string', len

[web2py] Re: New release of pyForum

2011-08-18 Thread elffikk
you have a wrong spelled link on https://bitbucket.org/speedbird/pyforum, please fix http://pyfroum.org/ to http://pyforum.org/

[web2py] Re: New release of pyForum

2011-08-17 Thread Anthony
Awesome. Thanks for the contribution. On Wednesday, August 17, 2011 5:13:51 PM UTC-4, Julio Schwarzbeck wrote: > Folks, > > After a hiatus of almost 9 months I finally finished a brand new > version of pyForum, it was a core component re-design, PEP-8 > compliance issues, and many issues and b

[web2py] Re: New release of pyForum

2011-08-17 Thread Massimo Di Pierro
:-) On Aug 17, 4:13 pm, Julio Schwarzbeck wrote: > Folks, > > After a hiatus of almost 9 months I finally finished a brand new > version of pyForum, it was a core component re-design, PEP-8 > compliance issues, and many issues and bug fixes completed. > > The system supports Janrain and local acc