[web2py] Re: compiling app manually?

2010-10-18 Thread Joschua
As I unterstood, web2py uses the compile_all-module, which documentation can be found here: http://docs.python.org/library/compileall.html On 18 Okt., 22:58, VP wrote: > Is there a way to compile apps manually (instead of through the admin > interface)? > > Thanks.

[web2py] Re: OWASP Top Ten

2010-06-23 Thread Joschua
I think it should be appended not updated, because that are just the top security flaws, but all are important. The new one are: * A6: Security Misconfiguration (crucial) * A9: Insufficient Transport Layer Protection * A10: Unvalidated Redirects and Forwards On Jun 23, 6:37 pm, Julius Minka wrot

[web2py] Re: Debian Packaging

2010-06-17 Thread Joschua
great news. anything new about the linux (debian, ubuntu, redhat, ..) web2py packages. Would be cool to install web2py from the Ubuntu or- the-like Software-Center! :D On 17 Jun., 19:35, Mark Breedveld wrote: > Hello everone, > > I've two announcements to make. > First one is that the Hogeschool

[web2py] Re: news?

2010-06-05 Thread Joschua
On Jun 5, 7:07 pm, mdipierro wrote: > Is anybody working on it? > > On Jun 5, 11:46 am, Joschua wrote: > > > Hi, is there new information about the stackoverflow-clone?

[web2py] news?

2010-06-05 Thread Joschua
Hi, is there new information about the stackoverflow-clone?

[web2py] Re: New Python IDE for Windows/Mac/Linux

2010-04-03 Thread Joschua
tp://www.secretgeek.net/rtjqe/realtimejqueryeditor.htm > > ... and of course, there is my favorite  wingIDE (not free, but I > continue to like it, use it a lot) > > - Yarko > > On Apr 2, 3:26 pm, Joschua wrote: > > > but that IDE has no web2py support, seems to have no Mercuri

[web2py] Re: New Python IDE for Windows/Mac/Linux

2010-04-02 Thread Joschua
but that IDE has no web2py support, seems to have no Mercurial support and also it is not free: thumbs down for PyCharm! On 2 Apr., 01:38, mikech wrote: > Pycharm:http://www.jetbrains.com/pycharm/index.html -- You received this message because you are subscribed to the Google Groups "web2py-us

[web2py] Re: how's going to make a plugin?

2010-03-24 Thread Joschua
massimo can you answer me at "Bug in DocTests" http://groups.google.com/group/web2py/browse_thread/thread/b21bea489c684acc/020a01e5990198a3?hl=de -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web...@googleg

[web2py] Re: Congratulations to all

2010-03-21 Thread Joschua
congratulations - good work. On 16 Mrz., 12:11, dbb wrote: > web2py is the first to implement a working open source of HL7 protocol > as defined by HITSP, our efforts are being recognized around the globe > based on the questions we are receiving. -- You received this message because you are su

[web2py] Re: Bug in DocTests?

2010-03-21 Thread Joschua
oh, btw. can you make me an editor at the web2py-book and how can i contribute to the source? On 21 Mrz., 17:30, Joschua wrote: > it works great, but when the doctests fails, the error message is: > Line 2, in /home/joschua/seetor/Code/web2py/applications/examples// > co

[web2py] Re: Bug in DocTests?

2010-03-21 Thread Joschua
it works great, but when the doctests fails, the error message is: Line 2, in /home/joschua/seetor/Code/web2py/applications/examples// controllers/simple_examples.py in makejson.__doc__ the are two ways to solve this (the second slash after examples) problem: #1: change line 62 at /gluon

[web2py] Re: Bug in DocTests?

2010-03-20 Thread Joschua
thank you too ( for web2py :) On 14 Mrz., 21:14, mdipierro wrote: > fantastic. I am uploading the solution to trunk. Thank you. > > On Mar 14, 11:44 am, Joschua wrote: > > > I looked into the python documentation and find DocTestFinder: > > >http://pygments.org/demo/

[web2py] web2py book trivia

2010-03-20 Thread Joschua
the web2py-book registration mail was sorted in the spam folder, because "the mail was not send from the real mailserver of the sender." (real: web2py.com, sendfrom: ..depaul.edu) at http://web2py.com/book/default/section/3/10 the category must be called "versioning" and not "mercurial", because t

[web2py] Re: Bug in DocTests?

2010-03-14 Thread Joschua
hon issue. The doctest API return '' if > no test or passed test and return !='' if test fails. web2py cannot > easily discriminate if a test is there and passes or there isn't any. > If you can find something more about this let me know. > > Massimo > > On

[web2py] Re: Bug in DocTests?

2010-03-13 Thread Joschua
yeah, that would be great, because it twist the facts.. ^^ On 11 Mrz., 23:15, mdipierro wrote: > I think that's doctest doing. If there is no actual test but there is > a docstring, it is assumed "pass". > It may be web2py's too. I need to check. > > On Mar 11

[web2py] Bug in DocTests?

2010-03-11 Thread Joschua
As example, when you look in the examples app in simple_examples.py and you execute the doctest, the docstrings in the controller hello4, hello5 and hello6 are recognized as doctests and passed. I think this is a bug (or is the doctest / web2py not able to check that, >>>?) -- You received this m

[web2py] Re: New Code-Editor

2010-03-04 Thread Joschua
auses the out of sync. If they do not they are going > to loose a lot of customers. > > I have emailed them a few months ago but not reply. Anybody else wants > to try? > > Massimo > > On Feb 28, 3:50 pm, Joschua wrote: > > > Hello (I'm new here :), > >

[web2py] New Code-Editor

2010-02-28 Thread Joschua
Hello (I'm new here :), the code-editor of web2py often has display errors (on SRWare Iron (a better Chrome) even more) and is sometimes slow. There are also some good alternatives to the actually used "EditArea": http://stackoverflow.com/questions/198271/is-there-a-good-in-browser-code-editor C