[web2py] Re: Cannot login via web2py mobile admin (V 2.0.6)

2012-09-25 Thread Oli
I also have the same Problem with Samsung SII. Am Dienstag, 25. September 2012 14:17:13 UTC+2 schrieb Massimo Di Pierro: > > Anybody else having this problem? I do not have an iphone to try it. :-( > > On Tuesday, 25 September 2012 04:01:56 UTC-5, Gerd wrote: >> >> Hi! >> >> I'm running V2.0.9 and

[web2py] high availability

2012-12-09 Thread Oli
could this be a part of w2p. http://sqlrelay.sourceforge.net/documentation.html --

[web2py] Problem with plugin_PowerFormWizard and Internetexplorer

2012-01-23 Thread Oli
I use the plugin_PowerFormWizard for a registration and all works fine with firefox and chrome. But if I use the Internetexplorer 6,7,8,9 nothing happens, no error but also no registration. Is there anybody who could help me? OF. Code def index(): # Ausgewaehlte Veranstaltung Veranst

Re: [web2py] Problem with plugin_PowerFormWizard and Internetexplorer

2012-01-24 Thread Oli
thanks, i will try this later. I found a workaround for my Problem. The PowerFormWizard form was integrated in a Website of googlesites. When i open an extra window, which is not integrated in googlesites, all works fine. Thanks OF.

[web2py] Re: lungo.js

2012-02-05 Thread Oli
we should have a mobile solution for web2py "out of the box". Would this be possible?

[web2py] Re: CRUD / SQLFORM.grid permissions

2012-03-02 Thread Oli
look at this: http://web2py.com/books/default/chapter/29/7?search=Permission Am Freitag, 2. März 2012 10:40:58 UTC+1 schrieb Serpent_Guard: > Is there a way to limit CRUD and/or SQLFORM.grid objects to only operating > on a subset of records, so they can be used as managers for records based >

[web2py] Re: CRUD / SQLFORM.grid permissions

2012-03-03 Thread Oli
> groups. I have it working now with a custom DAL query, so it's not > super-critical at this point that I get it working with groups at this > point, but it'd be good to know. > > > On Friday, March 2, 2012 2:52:24 AM UTC-7, Oli wrote: >> >> look at this: &

[web2py] Re: when I run web2p[y in Vista, and I click on adminstrative, what password do I enter???

2012-04-01 Thread Oli
You have to register yourself. Am Sonntag, 1. April 2012 08:05:38 UTC+2 schrieb jayvandal: > > >

[web2py] Re: web2py 2.14.6 is OUT

2016-05-15 Thread Oli
- new installation of 2.14.6 from web2py_src.zip - After I comment out the auth.wiki in ./default/index I got the following error. Traceback (most recent call last): File "/home/LACompetitions/web2py/gluon/restricted.py", line 227, in restricted exec ccode in environment File "/home

[web2py] integration for viewerjs

2016-05-25 Thread Oli
is there a possibility to integrate the documentviewer viewerjs? http://viewerjs.org/ -- 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 m

[web2py] posibility to disable the mobile admin interface

2016-11-22 Thread Oli
is there a posibility to disable the mobile interface? there is only a white screen on pythonanywhere.com with web2py version 2.14.6 . -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/iss

[web2py] Re: github - please follow

2013-12-18 Thread Oli
done! Am Sonntag, 25. August 2013 01:26:03 UTC+2 schrieb Massimo Di Pierro: > web2py has many users but few github followers. This is a problem because > the number of followers is a metric that can be used to guess popularity. > > You can help. > > Get a github account and click on the star.

[web2py] auth.wiki Tagcloud show only the first 20 items

2014-03-25 Thread Oli
In the auth.wiki Tagcloud only the first 20 items displayed. Is there a possibility to change the value? -- 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) -

[web2py] Azure actice directory

2018-08-04 Thread Oli
is it possible to use MS azure actice directory for authentication in web2py? -- 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 be

[web2py] Imagesize with MARKMIN and width in 100% and height auto possible?

2018-09-23 Thread Oli
is it possible to place an image with MARKMIN and not with absolute size in pixel? For example: [[alt-string for the image [the image title] http://www.web2py.com/examples/static/web2py_logo.png right *width=100% height=auto*]] -- Resources: - http://web2py.com - http://web2py.com/book (Doc

[web2py] create an EML-File for download

2018-10-19 Thread Oli
Hi everyone, Greetings! I have a question. How is it possible to save and download an E-Mail as EML-File instead of send it? # email mail.send ( to = sendto, subject = 'Userinformation', reply_to = email, attachments = [mail.Attachment(Headerbild, content_id='H

[web2py] Re: How can I open a page on a new tab?

2014-04-17 Thread Oli
URL('Link for a new tab', _class="btn" , _title=T("in a new tab"), _href=URL("default","yourcontroller",args=[row.id]), *_target='_blank'*) Am Donnerstag, 17. April 2014 09:41:35 UTC+2 schrieb csavorgn: > Hi, > I'm using a SQLFORM.factory to let the user enter some data and I added a > button

[web2py] Re: How can I open a temporary PDF in a new tab

2014-04-23 Thread Oli
URL('Link for a new tab', _class="btn" , _title=T("in a new tab"), _href=URL("default","yourcontroller",args=[*row.id* ]), *_target='_blank'*) Am Mittwoch, 23. April 2014 15:55:50 UTC+2 schrieb csavorgn: > Hi everyone, > I'm using a SQLFORM.factory to get the data I need to ge

[web2py] Re: How can I open a temporary PDF in a new tab

2014-04-24 Thread Oli
*example with a button. You can put the button in SQLFORM.factory:* def index(): # in an new tab # *_target='_blank'* *# set start and end for example with SQLFORM.factory* button = A('create a pdf-report in an new tab', _class="btn" , _title=T("create PDF-report"), _href=U

[web2py] Re: How can I open a temporary PDF in a new tab

2014-04-24 Thread Oli
Am Mittwoch, 23. April 2014 15:55:50 UTC+2 schrieb csavorgn: > > Hi everyone, > I'm using a SQLFORM.factory to get the data I need to generate a PDF file > using ReportLab. > I'm using a submit button to check for the data entered and to open a new > page using redirect: > > redirect(URL("defau

[web2py] Re: Create a copy record button in SQLFORM?

2014-05-02 Thread Oli
I hope this help. def copy_and_edit(): """ copy_and_edit """ record = db.t_disciplin(request.args[0]) vals = {} for k,v in record.items(): if k in db.t_disciplin.fields: if k == 'f_title': v = v + "_copy" recname = str(v)

[web2py] Re: orderby / case

2014-06-14 Thread Oli
try this copy the first part of the field in for example "Orderfield1" and the second part of the field in for example "Orderfield2". Then you can sort the result as you want. "Original Field" 01 A... 02 B... 03 C... Orderfield1 Orderfield2 01 A... 02 B... 03

[web2py] cannot access web2py.com today

2014-06-20 Thread Oli
is web2py.con down today? -- 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 "web2

[web2py] Re: cannot access web2py.com today

2014-06-25 Thread Oli
is web2py.com down today? Am Freitag, 20. Juni 2014 10:17:22 UTC+2 schrieb Niphlod: > > nope, it's up > > http://www.downforeveryoneorjustme.com/web2py.com > > On Friday, June 20, 2014 9:12:50 AM UTC+2, Oli wrote: >> >> is web2py.con down today? >> >

[web2py] Re: Another multiple file upload and file drop area demo, this time using dropzone.js

2014-08-09 Thread Oli
is there a possibilty to change the number of folders/files or set the folders to year/month/day? -- 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 rec

[web2py] Re: float usage; 2 decimals

2014-08-14 Thread Oli
please show your model, comtroller and view Am Freitag, 11. Juli 2014 11:50:30 UTC+2 schrieb Stefan van den Eertwegh: > > Hi, > > I have a float type in the define tables and when he inserts 3.50 into the > database he makes 4.0 off it. > How comes that it rounds off the float? And not uses the u

[web2py] Re: Total newbie, advice on storing scans

2014-08-21 Thread Oli
Hi Gari, I have a prototyp with web2py where you can upload an image and make an ocr-recognition. The prototype is not very complex. One table for the images and a process which starts "tesseract" for every uploaded image and put the textresult in the database to the documents. Am Mittwoch, 2

[web2py] Re: How to import MySQL database of web2py app in pythonanywhrere

2014-08-22 Thread Oli
create a database on pythonanywhere for excample: Database host adress : mysql.server Username : yourusername Database Name : db1 Password : yourpassword then go to your database modell db.py and change the default from: db = DAL('sqlite://storage.sql

[web2py] Re: sqlform.grid default search value

2014-09-05 Thread Oli
yes, for example if you have a sqlform.grid you can define the search as keyword in the URL. > https://SERVER/application/controller/function?keywords=table.field+starts+with+%22A%22 Am Donnerstag, 4. September 2014 23:37:53 UTC+2 schrieb Douglas Campbell: > Is it possible to have a default

[web2py] Re: sqlform.grid default search value

2014-09-07 Thread Oli
cts me to the keyword > URL? > > > On Friday, September 5, 2014 7:08:39 AM UTC-5, Oli wrote: >> >> yes, for example if you have a sqlform.grid you can define the search as >> keyword in the URL. >> >> > >> https://SERVER/application/controlle

[web2py] Re: Deployment of Web2py Framework on Linux redhat version 6 then configure with apache

2014-09-07 Thread Oli
have a look to the book: http://web2py.com/books/default/chapter/29/09/access-control?search=apache Am Samstag, 6. September 2014 07:23:55 UTC+2 schrieb Kamal Mohemed: > > Hi to everyone, > > I downloaded web2py frame work and run on the web2py default server it is > working fine, but we want th

[web2py] Re: create web2py application with 2 database

2014-10-09 Thread Oli
see there - https://groups.google.com/forum/?fromgroups#!searchin/web2py/dal$20test$20prod/web2py/NCH0_lcWD_g/sPydNBZgPz0J Am Donnerstag, 9. Oktober 2014 02:00:24 UTC+2 schrieb 黄祥: > hi, > > is it possible to create web2py application with 2 database? 1 for real > data and 1 for fake data (tax

[web2py] Re: web2py 2.9.12 is OUT

2015-01-18 Thread Oli
Is it possible that there is an errory in 2.9.12 with simplejson? Traceback (most recent call last): File "/home/oliver/apps/web2py/gluon/restricted.py", line 224, in restricted exec ccode in environment File "/home/oliver/apps/web2py/applications/stoppwatch/controllers/default.py"

[web2py] Re: web2py 2.9.12 is OUT

2015-01-25 Thread Oli
there is a problem with headers- and fields - definition in a new installed 2.9.12 from sourcecode. The result is in undefined order and changed after every reload. the definition: def address(): # # Definition - Grid headers = {'t_address.id':'ID', 't_address.f_lastna

[web2py] Re: web2py 2.9.12 is OUT

2015-01-25 Thread Oli
thank you, it works now Am Samstag, 17. Januar 2015 07:20:14 UTC+1 schrieb Massimo Di Pierro: > > Changelog: > > - Modular DAL, thanks Giovanni > - Added coverage support, thanks Niphlod > - More tests, thanks Niphlod and Paolo Valleri > - Added support for show_if in readonly sqlform, thanks Paol

[web2py] Re: Future of web2py

2017-11-05 Thread Oli
I find a post from RethinkDB. RethinkDB is shutting down. Am Samstag, 27. Mai 2017 09:11:02 UTC+2 schrieb Andrea Fae': > > Hello guys, > I'd like to know if there will be future of web2py? Any information about > it? > Thanks > -- Resources: - ht

[web2py] Re: grid

2015-06-17 Thread Oli
set paginate to the size you want. SQLFORM.grid(..., paginate=1, ...) see http://web2py.com/books/default/chapter/29/07/forms-and-validators?search=SQLFORM.grid+signature#SQLFORM-grid-signature Am Mittwoch, 17. Juni 2015 08:57:42 UTC+2 schrieb jackso...@quantachrome.com: > Is there an

[web2py] Re: Is there any alternative to Pythonanywhere hosting?

2015-08-14 Thread Oli
Am Freitag, 14. August 2015 05:38:24 UTC+2 schrieb Joe: > > I am using Pythonanywhwere and having some problems. Can anyone recommend > an other hosting for web2py apps where the support understands the web2py > framework and they can actually fix problems when needed? > I put my big apps in a

[web2py] Re: Is there any alternative to Pythonanywhere hosting?

2015-08-14 Thread Oli
t 14, 2015 at 3:09:01 PM UTC+8, Oli wrote: >> >> >> Am Freitag, 14. August 2015 05:38:24 UTC+2 schrieb Joe: >>> >>> I am using Pythonanywhwere and having some problems. Can anyone >>> recommend an other hosting for web2py apps where the support und

[web2py] SQLFORM.smartgrid change the Links

2015-08-21 Thread Oli
is there a posibility to change the linktext in the SQLFORM.smartgrid from for example "files" to "files(10)" to Show the related files from the parent? -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.

[web2py] Log4j

2021-12-13 Thread Oli
does anybody know if web2py use Log4j? -- 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

[web2py:18513] Auth via xml-rpc

2009-03-24 Thread oli...@googlemail.com
ces (views). But how do I authenticate a user via xml-rpc? Thanks in advance, Oli --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to web2py