[web2py] Re: web site down??

2017-06-07 Thread stefaan
It works for me... http://downforeveryoneorjustme.com/web2py.com -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you

[web2py] Re: new free toys

2016-01-27 Thread stefaan
Interesting! -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users"

[web2py] SQLFORM.dictform fields show old values after submit?

2014-09-03 Thread stefaan
: - {{extend 'layout.html'}} {{=form}} {{=message}} Best regards, Stefaan. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message

[web2py] Re: web2py list of dictionaries

2014-09-03 Thread stefaan
Try appending a copy of d to l. I think python secretly doesn't append d, but appends a reference to d. So currently, in each iteration you overwrite the same d. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) -

[web2py] Re: web2py list of dictionaries

2014-09-03 Thread stefaan
I forgot to mention that you can append a copy of d using l.append(d.copy()) -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message

[web2py] Re: SQLFORM.dictform fields show old values after submit?

2014-09-03 Thread stefaan
Apparently I have to call if form.process(keepvalues=True).accepted instead. It makes sense only after you know about it ;) -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list

[web2py] Re: Uforum - a forum web2py application

2014-05-08 Thread Stefaan Himpe
I have created a web2py forum software, now currently only in the Dutch but wil be ported to english. Ziet er goed uit! -- http://technogems.blogspot.com http://a-touch-of-music.blogspot.com http://youtube.com/stefaanhimpe -- Resources: - http://web2py.com - http://web2py.com/book

[web2py] Re: Question about Web2py inner workings

2014-04-05 Thread Stefaan Himpe
# born_to_fail.py foo ='bar' defmain(): printfoo if__name__=='__main__':main() If I run your code using python born_to_fail.py I get as output bar Best regards, Stefaan. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source

[web2py] Re: cannot import module from application's modules directory on pythonanywhere.com

2014-03-23 Thread Stefaan Himpe
I just tried and it works without problem on my local computer. I'll double check what I did on pythonanywhere. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report

[web2py] Re: cannot import module from application's modules directory on pythonanywhere.com

2014-03-23 Thread Stefaan Himpe
is it running well in your local computer? or maybe try to import module Oh wait! On my local computer it was importing not from the modules folder but from a globally installed version of music21. I need to examine more first... -- Resources: - http://web2py.com -

[web2py] Re: cannot import module from application's modules directory on pythonanywhere.com

2014-03-23 Thread Stefaan Himpe
satisfactory (music21 is really used in only one application, not in all of them) but suffices for now. If anyone has more insights, they are welcome, but the issue is no longer blocking me from continuing my application. Thanks! Stefaan. -- Resources: - http://web2py.com - http://web2py.com/book

[web2py] Re: New python.org layout

2014-03-22 Thread Stefaan Himpe
Michele Comitini wrote: Seems that the new layout of python.org is here: http://python.org My first impression: it feels too widely spaced for my smaller laptop screen. Their community menu runs off my screen (unless I go full-screen in my browser, which I normally never do). Although

[web2py] cannot import module from application's modules directory on pythonanywhere.com

2014-03-22 Thread stefaan
regards, Stefaan. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups web2py-users

Re: [web2py] Re: grid layout problem

2013-11-15 Thread Stefaan Himpe
', ... buttons_placement=left, links_placement=left, 2. I adjusted the css based on the suggestions in this thread: https://groups.google.com/d/topic/web2py/cWhQla9a2Sc/discussion (I'm not sure if that was already the case when I originally posted the question) Best regards, Stefaan

[web2py] Re: One of the best things that happened to web2py

2013-10-29 Thread stefaan
It's a manual process to clear down sites from people that decide not to sign up. Ouch... so let's hope not too many people decide to try it out then... (oh wait...! :D) -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py

[web2py] Re: One of the best things that happened to web2py

2013-10-28 Thread Stefaan Himpe
The instance only lives for 24 hrs unless you sign-up. In that case it will persist. Hi, I tried creating something last week as I saw it announced on the dev mailing list, and despite not signing up, I now see it still appears to be alive. Is this expected? Best regards, Stefaan

[web2py] how to avoid committing sensitive data to github?

2013-10-12 Thread stefaan
should be private (for security) in a standard web2py installation?https://groups.google.com/forum/#!searchin/web2py/sensitive$20data/web2py/UBhDaekkT8Q/hMJWEycUGYUJ Best regards, Stefaan. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py

[web2py] Re: Column ordering in SAQLFORM.grid

2013-10-11 Thread Stefaan Himpe
Hi, def index(): form = SQLFORM.grid(db.stazione, fields={db.stazione.codice,db.stazione.sito_id,db.stazione.data_prelievo}, ... You could try: fields = [db.stazione.codice, db.stazione.sito_id, db.stazione.data_prelievo] i.e. [] instead of {} HTH, Stefaan. -- Resources: - http

[web2py] Re: compact grid howto

2013-10-09 Thread stefaan
Very useful! Thanks. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups

[web2py] grid layout problem

2013-10-08 Thread stefaan
, links_placement=left, paginate=10) Best regards, Stefaan. https://lh5.googleusercontent.com/-bMVSBL5HjJk/UlPyZYkkLjI/ASs/af-4CTzhe4U/s1600/overlap.png https://lh5.googleusercontent.com/-2hrq-wqeeUA/UlPyebasP2I/AS0/kc9CK-WVlPg/s1600

[web2py] Re: Two loaded components on one page - How can I refresh both on submit of sqlform.grid in one?

2013-10-08 Thread Stefaan Himpe
Anyone know how I can do that? I did just that yesterday! Here's what I did: I passed a parameter onupdate=ongridupdate to the grid, where def ongridupdate(form): # all kinds of stuff, followed by... redirect(URL(default, index, extension=html),client_side=True) -- Resources: -

[web2py] fpdf: problem with last line of report

2013-10-05 Thread stefaan
Hello all, I notice that the last line of my pdf report is wrong: the bottom lines of the table horizontally extend too far. The online example on the web2py web sitehttp://www.web2py.com.ar/fpdf/default/report.pdfshows the same problem: Any workarounds? Best regards, Stefaan. -- Resources

[web2py] Re: fpdf: problem with last line of report

2013-10-05 Thread stefaan
+2, stefaan wrote: Hello all, I notice that the last line of my pdf report is wrong: the bottom lines of the table horizontally extend too far. The online example on the web2py web sitehttp://www.web2py.com.ar/fpdf/default/listing.pdfshows the same problem: Any workarounds? Best regards

[web2py] Re: fpdf: problem with last line of report

2013-10-05 Thread stefaan
The problem is solved if I comment out all calls to self.output_table_sep in the file html.py of gluon/contrib/fpdf Not sure if that would break other stuff, but it works for me. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source

[web2py] application for seminar management?

2013-10-03 Thread Stefaan Himpe
Hello list, I'm looking for suggestions for something to manage in-house seminars. Does anything like this exist already? (I can hardly imagine it doesn't...) Can Pynuke or Conf2py be used for something like this? If nothing exists, I might try to make something simple myself. Some

[web2py] Re: this would be nice for wizard 2.0

2013-04-13 Thread Stefaan Himpe
+1 -- --- You received this message because you are subscribed to the Google Groups web2py-users group. To unsubscribe from this group and stop receiving emails from it, send an email to web2py+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.

[web2py] Re: Not to open a can of worms ... about web2py.com

2013-03-15 Thread Stefaan Himpe
Should it be done? No. -- --- You received this message because you are subscribed to the Google Groups web2py-users group. To unsubscribe from this group and stop receiving emails from it, send an email to web2py+unsubscr...@googlegroups.com. For more options, visit

[web2py] Re: Generate the nth Pell Number

2012-11-05 Thread stefaan
This looks like a homework assignment. Did you intend to post this in the web2py discussion group? I doubt we would do you a favor solving your homework. --

[web2py] Re: how to find the Manhattan distance of the given question in python

2012-11-05 Thread stefaan
How is this related to web2py? This is not a we solve your homework news group. If you really expect help, try a more general-purpose newsgroup like comp.lang.python, and make sure you post your version of the code, pointing out where you are stuck, otherwise you might get very rude replies :)

[web2py] Re: Embed pygame on web2py page

2012-11-05 Thread stefaan
Unless I misunderstand your intention, I don't think that is possible. Pygame is made for desktop applications. Those cannot be magically embedded in a webpage (gtk3 has a neat trick in this area, but it's not very relevant to this discussion). If you want to create a game running in your

[web2py] Re: [OFF-TOPIC] Recipe for keeping Google Code GitHub in sync

2012-10-05 Thread stefaan
I still don't quite understand what is the reason to have two duplicate repos ? Is it purely a matter of reconciling different developer preferences? --

[web2py] Re: Updated cheatsheet

2012-09-04 Thread stefaan
Very useful! Thanks. (p.s. I noticed a small typo: VirutualHost instead of VirtualHost in two places) --

Re: [web2py] Re: Google group again

2012-08-29 Thread stefaan
I can see it too, but only when looking at the https://groups.google.com/forum/?fromgroups#!forum/web2py page while logged in using my gmail account. --

Re: [web2py] Re: How to use twitter bootstrap style

2012-07-06 Thread stefaan
and this change a lot of things but not buttons style, so I think that's not the corrects way ... Not sure if it would solve your problem, but sometimes you need to clear the browser cache to see the effect of changes in css.

Re: [web2py] Form not processed on first submit

2012-06-27 Thread stefaan
I cannot solve your problem, but if all else fails it may help to insert print statements in the controller, to see which lines you reach, so you can find out if e.g. one of the lines that come before the call to form.process() throws an exception. --

[web2py] Re: How capable is the ajax function in web2py.js?

2012-06-26 Thread stefaan
Now I realize that in order to interact with the table, which is managed by pyjamas, for example to select a certain row, I need to define a complex JSONRPCs interface (select row, un-select, paginate to next page, previous page, last page, page number, ...), passing back and forth

[web2py] Re: Web2py and pyjamas - redirecting controller to pyjamas html file

2012-06-23 Thread Stefaan Himpe
/yourstylesheet.css)}}' title Activity /title /head body script language=javascript src={{=URL('static','output/bootstrap.js')}} /script /body /html Best regards, Stefaan. --

[web2py] Re: how can I pick a directory from a web2py form (equivalent to WxDirPickerCtrl)

2012-06-19 Thread stefaan
From what I understand: If it is a folder on the client pc, it probably isn't possible with just javascript. If it is a folder on the server, it should be possible to write something yourself (maybe a lot of work if you want a full-fledged file manager, but if you can live with listing possible

[web2py] poweredby broken?

2012-06-04 Thread stefaan
Ticket issued: poweredby/xxx.xxx.xx.x.2012-06-04.12-35-07.80f9cfdf-c405-4c8e-8229-3dca140cade2http://www.web2py.com/admin/default/ticket/poweredby/192.146.11.2.2012-06-04.12-35-07.80f9cfdf-c405-4c8e-8229-3dca140cade2

[web2py] Re: Thinking of building a bug tracker...

2012-06-01 Thread stefaan
I have noticed one other tracker in web2py, but I couldn't demo it. Have you seen these? http://code.google.com/p/web2py-issuetracker/ http://www.i-track.org/

[web2py] Re: What do you think of this service? Pagodabox

2012-06-01 Thread stefaan
They pull from your git repository to deploy an application. Do you see a demand for something like this in Web2py? Would it be a feature you would want to use? Doesn't fluxflex also do this already?

[web2py] Re: alternates to pyjamas/pyjs?

2012-05-30 Thread stefaan
Are there any good alternatives to using pyjamas/pyjs or learning JavaScript from scratch? What problems are you having? I've been using a recent version of pyjamas without problem. (Of course with the recent hijack of the project by some disgruntled people there may be other reasons to

[web2py] Re: alternates to pyjamas/pyjs?

2012-05-30 Thread stefaan
Or maybe I misread your question, and you were really asking about pyjd ? I haven't used it, so I don't know... so far debugging the application was easy enough by dumping debug information onto the bottom of my page.

Re: [web2py] Re: alternates to pyjamas/pyjs?

2012-05-30 Thread stefaan
I cannot help much with the hulahop (that's needed for pyjd only, which i haven't used myself). I normally compile on the command line, using the pyjsbuild tool found inside the pyjamas/bin folder, and test inside the browser.

[web2py] Re: alternates to pyjamas/pyjs?

2012-05-30 Thread Stefaan Himpe
solved some of the issues...time to get crackin'! Glad to hear it :) I have found the inspect element tool in chromium to be very valuable in diagnosing trouble with my application.

[web2py] Re: Help me prepare a talk on Web2py for the June Meetup of the Atlanta Python User Group (PyATL).

2012-05-22 Thread Stefaan Himpe
Looks pretty impressive! Perhaps this can be useful.

[web2py] Re: reverse ajax on free hosting like fluxflex / pythonanywhere

2012-05-15 Thread stefaan
Please correct me if I'm wrong, but as far as I understand tornado cannot be used with free hosting? (or can it?)

[web2py] reverse ajax on free hosting like fluxflex / pythonanywhere

2012-05-13 Thread Stefaan Himpe
Hello list, Would anyone have an idea on how to accomplish reverse ajax (server push) on free hosting like fluxflex/pythonanywhere? If I'm correct, typical comet libraries require special web servers, so that is probably out of the question on typical free hosting sites. For my own

[web2py] Re: type 'exceptions.NameError' global name 'reponse' is not defined

2012-05-08 Thread stefaan
The screenshot in the book was made using firefox, which automatically styles rss feeds such as the one you pasted and displays it in a nice way to the user. Other browsers don't have this automatic styling of rss feeds, and for those you should probably get some rss reader plugin to display

[web2py] Re: CMS question

2012-05-02 Thread stefaan
It still needs some work before I can release it. Hmmm.. wondering now if we will see a sudden spike in web2py based phishing sites ;)

[web2py] Re: ATTENTION before upgrading to trunk....

2012-04-27 Thread stefaan
An inner voice is saying: Can't the person who has breached that limit be asked to create his own tables instead of giving all the rest of us the inconvenience?. An inner voice is saying: 640K [rows] ought to be enough for anybody ? ;)

[web2py] Re: Time to move from Google Groups to a web2py or python??

2012-04-23 Thread stefaan
I'm a little surprised at all the negativity toward the new Google Groups -- I find it a general improvement over the old interface. Now we can do rich text formatting, code highlighting, and attach files. My favourite way to follow the web2py newsgroups currently is by reading gmane

[web2py] Re: Time to move from Google Groups to a web2py or python??

2012-04-21 Thread Stefaan Himpe
This new look that Google Groups has implemented is seriously debilitating +200

[web2py] Re: Possible to put controller code and view in same file?

2012-04-17 Thread stefaan
It doesn't seem like a very dumb idea, it would go a bit in the direction of literate programming. (see e.g. http://monday.sourceforge.net/litprog.html ) Currently switching between controller and view indeed takes a mental and physical context switch. Sometimes views are reused across

[web2py] Re: nice to introduce new button in grid

2012-04-11 Thread stefaan
I really think these buttons should go away in favor of a dropdown menu. I'm not convinced. A dropdown menu is less intuitive for the end user. If you only expose a few operations, I think separate buttons are better.

Re: [web2py] Re: Scaling web2py

2012-04-10 Thread stefaan
Well I know the major bottle neck in the site is the binary tree. I am still trying to figure out how to do this the best and most efficient. Maybe this could be useful: http://dirtsimple.org/2010/11/simplest-way-to-do-tree-based-queries.html

[web2py] Re: How do we check the number of users in the new google groups?

2012-03-31 Thread Stefaan Himpe
Everything is so complicated compared to the old google groups. :-( rant I passionately dislike the look and feel of the new google groups. The new motto seems to be Why fit all messages on one screen if you can fit it on four. (And no need to point out compact mode, the amount of white

[web2py] Re: Getting started in Web2py

2012-03-23 Thread stefaan
Your mileage may vary, but for me glancing through the examples got me started in no time: http://www.web2py.com/examples/default/examples

[web2py] default app.yaml outdated?

2012-03-16 Thread Stefaan Himpe
Hello, I downloaded web2py 1.99.7 source code and google app engine sdk 1.6.3. When I try to start web2py using dev_appserver, it complains (see stack trace). Any ideas? Best regards, Stefaan. WARNING 2012-03-16 21:26:56,734 rdbms_mysqldb.py:74] The rdbms API is not available because

[web2py] Re: Tangle

2012-03-02 Thread stefaan
Impressive!

[web2py] Re: don't understand forms processing

2012-01-12 Thread stefaan
Have you looked here? http://web2py.com/examples/default/examples#form_examples FORM (and all the other UPPERCASE helpers) is just a function that creates an html fragment. The key to understanding how these forms work is to realize that forms are submitted to themselves. That's why the code in

[web2py] Re: web2py wins an InfoWorld 2012 Technology of the Year Award

2012-01-10 Thread stefaan
Seems like practicality beats purity :p (although the true relevance of the above line in the context of web2py can be discussed)

[web2py] Re: How to create pdfs using markmin2pdf with Windows 7

2012-01-05 Thread stefaan
I am not sure if miktex includes pdflatex. I only used it on linux but it should be easy to define it after miktex is installed. MiKTeX *does* indeed contain pdflatex.

[web2py] Re: Happy new year

2012-01-01 Thread Stefaan Himpe
Gelukkig nieuwjaar :) Stefaan.

[web2py] Re: Merry christmas

2011-12-25 Thread Stefaan Himpe
Vrolijk kerstfeest en gelukkig nieuwjaar!

[web2py] Re: CMS idea

2011-12-12 Thread stefaan
Very, very nice idea.

[web2py] Re: Say hello to i-Track

2011-12-01 Thread stefaan
An impressive piece of work :) I did spot a buglet though: the blue links on top of the contact form at http://demo.i-track.org/itrack_demo/default/contact_admin trigger an invalid function error if one is not logged in. Best regards, Stefaan.

[web2py] Re: web2py logo and layout has changed one year ago...

2011-11-30 Thread stefaan
Web2py default layouts certainly have come a long way since the (IMHO, quite awful :p ) fluorescent orange and black-green looks. I do seem to miss some best-practices documentation about how to effectively apply themes to a web2py application. The downloadable themes do not always properly

[web2py] Re: Wrapping text in SQLFORM.grid

2011-11-15 Thread Stefaan Himpe
I have found one solution which works for me: In static/css/basic.css I commented: /*.web2py_grid td { white-space:nowrap; }*/ Thanks for posting this! Best regards, Stefaan.

[web2py] Re: Please help me understand how 'lambda row, rc' works

2011-11-06 Thread Stefaan Himpe
tomt wrote: I wanted to implement the 'extracolumns' feature of SQLTABLE and the example provided in the source code is: :param extracolums = [{'label':A('Extra',_href='#'), 'class': '', #class name of the header 'width':'', #width in pixels or %

[web2py] Re: we need some good web2py quotes ....

2011-11-05 Thread Stefaan Himpe
I went web2py when I realized that what worked five years ago isn’t working today.

[web2py] Re: Complex CRUD Forms Examples with Web2py?

2011-10-24 Thread stefaan
Brilliant plugin!

[web2py] Re: on grid and smartgrid search feature

2011-10-13 Thread stefaan
1. Before reading your email again it was not clear to me how to get the query to be activated until I tried to see what would happen if I click on the   and/or buttons.  Only then I saw that those buttons add the query with an 'and' or 'or'  to the existing query. I had the same trouble

[web2py] Re: on grid and smartgrid search feature

2011-10-12 Thread stefaan
I have replaced my all my similar .js and .css files with that of the welcome app but I see no popup panel. It may be that the old .css is cached in your browser and needs to be reloaded - try to refresh the browser page once. That was the case for me. A new button query should appear left of

[web2py] Re: IMPORTANT

2011-10-12 Thread Stefaan Himpe
Do we need a policy about this? live and let live ?

[web2py] Re: Tag handling suggestions

2011-10-11 Thread stefaan
How does choosing option 1 -- option 3 affect building a UI ? It seems to me that option 1 can be used as-is in an SQLFORM.grid containing other fields, whereas option 3 might require a separate SQLFORM.grid to manage the correspondence tags-items? If this is just me not understanding all

[web2py] Re: two SQLFORM.grid in one view?

2011-10-11 Thread stefaan
Maybe useful for readers in the future: Using multiple grids in one view is not supported, and the problems won't be fixed. (workaround: e.g. use iframes, or design a better UI that doesn't need two grids in one view ;) )

[web2py] Re: on grid and smartgrid search feature

2011-10-11 Thread Stefaan Himpe
Massimo Di Pierro wrote: The new grid/smartgrid have a much better search feature. A new button query shows a popup panel that allows you to build the query string. Can you please check on your existing tables and see if you encounter any problems? The capabilities columns seems to be missing

[web2py] two SQLFORM.grid in one view?

2011-10-09 Thread Stefaan Himpe
be used in one view? web2py 1.99.2 from source on debian sid amd64 Thanks, Stefaan.

[web2py] Re: two SQLFORM.grid in one view?

2011-10-09 Thread Stefaan Himpe
Also, performing a search in one of the two grids actually results in both grids searching for the same keyword.

[web2py] Re: two SQLFORM.grid in one view?

2011-10-09 Thread Stefaan Himpe
And noticed another thing: the export button always returns results for the first table, even when clicked on the second table.

[web2py] Re: two SQLFORM.grid in one view?

2011-10-09 Thread Stefaan Himpe
Some code: view {{extend 'layout.html'}} {{=servers}} {{=server_capabilities}} ** controller ** def index(): links = [lambda row: A('Check status',_href=URL(c='administration', f='check_server_status/%s' % row.id))] servers = SQLFORM.grid(

[web2py] [SOLVED] how to do db administration of default auth tables?

2011-10-06 Thread stefaan
Near the top of the scaffolding application, it said: db = DAL('sqlite://storage.sqlite') Near the bottom of the application i had copied from my old application the following: db = SQLDB('sqlite://db.db') So the variable db was used twice to indicate different tables. I have no idea now how

[web2py] Re: how to do db administration of default auth tables?

2011-10-05 Thread stefaan
Hello, The auth tables should be visible from the db administration interface -- not from your models in design view but from the 'db' interface where you can view table contents and insert records directly into tables (in design view, you follow the database administration button just under

[web2py] Re: how to do db administration of default auth tables?

2011-10-05 Thread stefaan
I think he redefine the auth model and now can't see all column in the appadmin?! To be clear: I didn't redefine anything auth related. I just use the default auth provisions.

[web2py] Re: how to do db administration of default auth tables?

2011-10-05 Thread Stefaan Himpe
at the bottom of db.py. I will try to insert some print statements tomorrow to see if something is printed on the console. Thanks for this insight. Stefaan.

[web2py] how to do db administration of default auth tables?

2011-10-04 Thread stefaan
tables listed, but nothing created by auth. (The sql.log does contain references to auth tables, and registration/ login/logout/profile/password recovery all work as expected). I'm running web2py 1.99.2 from source on win32. Thanks, Stefaan.

[web2py] Re: wrapping long text lengths in grid/smartgrid

2011-09-30 Thread Stefaan Himpe
A partial reply to my own questions: I was wondering about grid/smartgrid: currently we can use maxtextlength=XXX to indicate the max length of a column. If the real length is longer than XXX, the text is chopped at a suitable length and ... is added to it. If you configure a long

[web2py] wrapping long text lengths in grid/smartgrid

2011-09-29 Thread stefaan
I was wondering about grid/smartgrid: currently we can use maxtextlength=XXX to indicate the max length of a column. If the real length is longer than XXX, the text is chopped at a suitable length and ... is added to it. If you configure a long maxtextlength, at least with the default template the

[web2py] Re: website stats update

2011-09-23 Thread stefaan
Maybe we could add a stats graph tracking evolution somewhere on the web2py page. The google charts api is really easy to use.

[web2py] Re: new web2py issue tracking app

2011-09-22 Thread stefaan
I still get a ticket when clicking tracker - issues button after logging in via google. Without login, the issues button seems to work. http://tests.web2py.com/admin/default/ticket/tracker/192.146.11.2.2011-09-22.16-42-57.2692ee08-77f7-4a72-a1e2-5744c55e58e1

[web2py] Re: new web2py issue tracking app

2011-09-22 Thread Stefaan Himpe
Please help me test it and suggest improvements: http://tests.web2py.com/tracker Hello, I've attached a .jpg image to one of the issues, but when I tried to download the attachment, I got Invalid Request Also, not sure if bug or feature: after commenting on one of the issues it seems I

[web2py] Re: new web2py issue tracking app

2011-09-22 Thread Stefaan Himpe
Please help me test it and suggest improvements: Also not sure if bug or feature: If I add an issue, owner is fixed to massimo.dipie...@gmail.com (I had expected to be the owner of the issues I logged) Also I seem to be unable to add new issues (perhaps that's a matter of permissions), but

[web2py] Re: Tricky query

2011-09-15 Thread stefaan
in instead: s = lower(2,2'-(Butane-1,4-diyl)dibenzimidazolium dichloride) best regards, Stefaan.

[web2py] Re: how to use cgi in web2py

2011-09-08 Thread stefaan
hey guys , anyone can tell me how to use cgi in web2py ?? If in doubt, always check the online book first... http://www.web2py.com/book/default/chapter/11?search=cgi Best regards, Stefaan.

[web2py] Re: how to use cgi in web2py

2011-09-08 Thread stefaan
web2py provides a file cgihandler.py to interface to CGI. If still in doubt, use google: http://web2py.com/AlterEgo/default/show/93 (As far as I understand, a cgi program expects input via stdin, and sends output to stdout, but I'm by no means an expert) Best regards, Stefaan.

[web2py] content type of jsonrpc service reply

2011-09-02 Thread Stefaan Himpe
? Is this a bug in the jsonrpc support for web2py? Or do I simply have wrong expectations? Any insights welcome! Best regards, Stefaan.

[web2py] Re: content type of jsonrpc service reply

2011-09-02 Thread Stefaan Himpe
specifies jsonrpc must have application/json. Best regards, Stefaan.

[web2py] Re: content type of jsonrpc service reply

2011-09-02 Thread Stefaan Himpe
2011 22:40:47 GMT'), server('Rocket 1.2.2 Python/2.6.7'), content_length(56), connection('keep-alive') ] The rest of the request then contains the json reply containing the correct answer. Please let me know if you need more data. Best regards, Stefaan.

[web2py] Re: GAE Question

2011-08-06 Thread Stefaan Himpe
at google's side. Several people (most of which don't use web2py) seem to report a similar deployment problem in the google appengine group: http://groups.google.com/group/google-appengine/browse_thread/thread/fd9ffb279caa9923/f4a9c9df8046705f?lnk=gstq=error+500#f4a9c9df8046705f Best regards, Stefaan.

  1   2   >