Re: [web2py] Re: javascript prompt and modal dialog

2017-02-27 Thread Marlysson Silva
The steps that your would made.

The modal would be the form within a div , this div would have the trigger 
to activate the modal ( using sweetalert ) , then in the form ( within a 
modal ) you connect the function on controller receiving data from form and 
processing .



Em quinta-feira, 23 de fevereiro de 2017 16:09:08 UTC-3, Andrea Fae' 
escreveu:
>
> When I click function select I want that appears a modal dialog using 
> jquery, asking some fields, and using this fields passing to controller
>
> Il giorno mercoledì 22 febbraio 2017 17:23:51 UTC+1, Ramos ha scritto:
>>
>> i like this one
>> https://limonte.github.io/sweetalert2/
>> and im using it with web2py
>>
>> 2017-02-22 13:44 GMT+00:00 Marlysson Silva :
>>
>>> Explain more your problem?
>>>
>>> You are using just javascript or want integrate with web2py?
>>>
>>>
>>> Em sábado, 18 de fevereiro de 2017 16:11:30 UTC-3, Andrea Fae' escreveu:

 Hello.
 From Javascript I need to ask some different values and promt is good 
 only for 1 text box.

 I know that I have to use jqury modal dialog, but I don't know nothing 
 about it (I need to study?)

 Is there anyone that can write me a very simple example? You have to 
 know that I have to use with select function in Fullcalendar scheduler 
 addon.

 Thank you

>>> -- 
>>> 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" group.
>>> To unsubscribe from this group and stop receiving emails from it, send 
>>> an email to web2py+un...@googlegroups.com.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>

-- 
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" 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/d/optout.


[web2py] Re: New system like web2pyslices ( redesign and remodel maybe ) to web2py

2017-02-27 Thread Marlysson Silva
In brazilian stackoverflow don't disponible , need reputation to access , 
answer more questions in international stackoverflow .

Em segunda-feira, 27 de fevereiro de 2017 18:53:25 UTC-3, Anthony escreveu:
>
> We might also consider putting some material here: 
> http://stackoverflow.com/documentation/web2py
>
> On Monday, February 27, 2017 at 3:49:12 PM UTC-5, Dave S wrote:
>>
>> On Sunday, February 26, 2017 at 2:12:39 PM UTC-8, Donald McClymont wrote:
>>>
>>> I think something should be done - the current site never seems to be up 
>>> any more - I just get ticket issue unrecoverable when I access.  I also 
>>> think we could look at a different approach with basically just using 
>>> github for storing everything and the slices just provides a searchable 
>>> directory of links for web2py related stuff with some basic details rather 
>>> than actually storing the code/applications in two places.
>>>
>>> Donald
>>>
>>>
>> While I think the Slices avatar (mascot?) is cute, the search function 
>> seems to be inconsistent.  
>>
>> As for moving forward, I would be okay with several options (somebody 
>> needs to choose one, but I'm narrowing it down yet)
>>-- something that wasn't too different from the current but with the 
>> undercarriage cleaned up
>>-- something like a wiki
>>-- perhaps some new presentation, but I'd have to see some demos
>>
>> For any of the three paths, I'd be okay with using pointers to github for 
>> the code as long as the pointers could also be to bitbucket or to a snippet 
>> site.like Gist or Pastie or JSFiddle.
>>
>> /dps
>>
>>
>>
>>  
>>
>>> On Saturday, February 25, 2017 at 11:07:51 PM UTC, Marlysson Silva wrote:


 Hi people.

 What you think about redesign the web2pyslices website?

>>>

-- 
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" 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/d/optout.


[web2py] Re: best way to put together components that interact between them

2017-02-27 Thread Marlysson Silva
Awesome , You could to write a post explain this :D .

Em sexta-feira, 24 de fevereiro de 2017 18:25:42 UTC-3, Bernardo Leon 
escreveu:
>
> Hi, I am trying to create a page that uses 3 components. I want each 
> component to be reusable.
>
> The first component is a search box, based on the search box result I want 
> to load the second component (a grid) with the first result as a parameter. 
> When I click on a link in the second component grid I want to load a third 
> component based on wich link I pressed in the second component.
>
> What would be the best way to accomplish this? Making this 3 components 
> interact while maintaining an elegant code and reusability of the 
> components?
>
> Thank you!
>

-- 
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" 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/d/optout.


[web2py] Re: Homemade Task Queues and Web server simultaneously

2017-02-27 Thread klas . equiz
Thank you for your answers.

But still: What about the second point? Running the shell to start the 
background script is a process that never ends, thus systemd stays in 
"activating" state, because the action is never finished. And I guess it's 
not a good practice for a daemon to keep starting but never finish 
starting...

-- 
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" 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/d/optout.


Re: [web2py] Re: Open Sourced dating website

2017-02-27 Thread David Shavers
Glad you liked!

-- 
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" 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/d/optout.


Re: [web2py] Re: Open Sourced dating website

2017-02-27 Thread Fabiano Almeida
Wow! Thanks for sharing! New ideas! New features!

Thanks a lot and best regards!

Fabiano

2017-02-26 21:03 GMT-03:00 Jaimee S :

> Yea, dude. There definitely aren't ‎many new ideas under the sun so its
> always best to find one and improve it a little.
>
> David Shavers
> Founder, Just Between Us
> jbthelpp...@gmail.com
> www.jbtus.com
> *From: *Donald McClymont
> *Sent: *Sunday, February 26, 2017 4:18 PM
> *To: *web2py-users
> *Reply To: *web2py@googlegroups.com
> *Subject: *[web2py] Re: Open Sourced dating website
>
> Thanks for sharing - I will take a look.  No plans to start a dating
> website for people - however currently quite enjoying reading "The
> evolution of everything" and this argues that human progress arises when
> ideas have sex - so perhaps it could be adapted to a dating site for ideas.
>
> Donald
>
>
>
> On Sunday, February 26, 2017 at 6:17:15 AM UTC, David Shavers wrote:
>>
>> Good Evening,
>>
>> I made a dating website when i was heavily into web2py. My original goal
>> was to overthrow Plenty of Fish. Didn't happen lol. Currently I'm into
>> android development and release new apps almost weekly. My dating website
>> has over 300 users and it's still growing even though i don't advertise or
>> put any effort into marketing. If you are interested/single/curious/looking
>> for love/etc, it's http://www.jbtus.com
>>
>>
>> About an hour ago, i open sourced it on github because i figured some
>> other developer may be trying to overtake pof too and would need a
>> jumpstart to help them get past all of the arbitraries. I'm also looking
>> for employment! The website has many features such as: user to user
>> messaging, a forum, a user feed similar to that of Facebook, bootstrap
>> slideshow, jumbotrons, sorting based on gender/preference, stripe(payment)
>> integration, featured users, user login page, and much more! This website
>> is easily customizable and i did most of the hard work for you. Also, this
>> app uses NO PLUGINS! Enjoy!
>>
>>
>> https://github.com/frontEndDevv/dating_website
>>
>>
>>
>>
>>
>> PS.. if you encounter any issues that you aren't able to fix, please
>> contact me so i can try my best to help!  And if you are into android
>> development, let me know and we can collaborate or swap ideas or something
>>
> --
> 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 a topic in the
> Google Groups "web2py-users" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/
> topic/web2py/fKisIOIL1qE/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> web2py+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>
>
> --
> 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" 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/d/optout.
>

-- 
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" 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/d/optout.


[web2py] [OT] CubaConf

2017-02-27 Thread Carlos Cesar Caballero
Hi, just for general knowledge, in April will be celebrating the 2nd 
edition of CubaConf, a international conference about free software and 
open technologies in Cuba, registrations and talks proposals are open.

http://www.cubaconf.org/?lng=en

I am planning  to propose some web2py related talk, but only if Massimo 
don't bring somethng :).

Greetings.

-- 
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" 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/d/optout.


Re: [web2py] Re: Graph Model (proposal to contribute)

2017-02-27 Thread Donald McClymont
Has anyone had a chance to try this out and advise if it is suitable to 
incorporate in main web2py or if there are some other changes that should 
be made before it would be acceptable.  There's lots more that could be 
done with it but it seems quite useful and usable in present form?

Donald

On Sunday, November 20, 2016 at 5:33:54 PM UTC, Andrew Willimott wrote:
>
> Thanks Donald,  I'll do another round of improvements and then create a 
> PR.  it does need to handle larger models better and I'll improve  the code 
> layout too.  I'm also learning the d4 differences and there are a lot of 
> future options with using d3.
>
>  web2py with a d3 interactive front end is a good topic.  Interested to 
>  know more as I'm working on this too.
>

-- 
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" 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/d/optout.


[web2py] Re: New system like web2pyslices ( redesign and remodel maybe ) to web2py

2017-02-27 Thread Anthony
We might also consider putting some material here: 
http://stackoverflow.com/documentation/web2py

On Monday, February 27, 2017 at 3:49:12 PM UTC-5, Dave S wrote:
>
> On Sunday, February 26, 2017 at 2:12:39 PM UTC-8, Donald McClymont wrote:
>>
>> I think something should be done - the current site never seems to be up 
>> any more - I just get ticket issue unrecoverable when I access.  I also 
>> think we could look at a different approach with basically just using 
>> github for storing everything and the slices just provides a searchable 
>> directory of links for web2py related stuff with some basic details rather 
>> than actually storing the code/applications in two places.
>>
>> Donald
>>
>>
> While I think the Slices avatar (mascot?) is cute, the search function 
> seems to be inconsistent.  
>
> As for moving forward, I would be okay with several options (somebody 
> needs to choose one, but I'm narrowing it down yet)
>-- something that wasn't too different from the current but with the 
> undercarriage cleaned up
>-- something like a wiki
>-- perhaps some new presentation, but I'd have to see some demos
>
> For any of the three paths, I'd be okay with using pointers to github for 
> the code as long as the pointers could also be to bitbucket or to a snippet 
> site.like Gist or Pastie or JSFiddle.
>
> /dps
>
>
>
>  
>
>> On Saturday, February 25, 2017 at 11:07:51 PM UTC, Marlysson Silva wrote:
>>>
>>>
>>> Hi people.
>>>
>>> What you think about redesign the web2pyslices website?
>>>
>>

-- 
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" 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/d/optout.


Re: {Disarmed} Re: {Disarmed} [web2py] Re: Searching and sorting virtual field on grid

2017-02-27 Thread Carlos Cesar Caballero Díaz

El 25/02/17 a las 08:43, Anthony escribió:
It appears the linked Yii example is not fully generalizable -- it 
works for a virtual field that merely concatenates other fields 
because you can define searching and sorting queries for it that can 
be handled by the database. I don't think it would work with arbitrary 
Python expressions, many of which would not be able to be executed by 
the database in order to handle searching and sorting on the generated 
values.


In general, I'm not sure it makes sense for web2py virtual fields to 
be searchable and sortable because in order to work for all possible 
virtual field functions, the searching/sorting would have to be done 
in Python after selecting/all/ records from the table (which may not 
be practical at all for large tables).

I agree, is not fully generalizable, but solves a good range of situations.

Instead, it would probably make sense to implement a more limited 
functionality that allows adding SQL expressions as additional 
columns, as discussed here: https://github.com/web2py/web2py/issues/1553.

I like it, some kind of Field.Expression() will be very helpful.

Thanks again for your help.

Greetings.

--
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" 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/d/optout.


[web2py] Re: Email using p7s file

2017-02-27 Thread Scott Hunter
The link reports "Account suspended", so that wasn't too useful; 
but I will check out sparkpost.com

On Monday, February 27, 2017 at 3:38:27 PM UTC-5, Dave S wrote:
>
>
>
> On Friday, February 17, 2017 at 4:57:03 AM UTC-8, Scott Hunter wrote:
>>
>> Is it possible to send email with web2py's Auth mailer using a .p7s file 
>> to sign/encrypt it?  If so, how?  
>>
>> If not, I saw (very brief) documentation on how to use x509 encryption 
>> (top of Chapter 8), but wasn't clear on what the arguments that it needed 
>> were.
>>
>> - Scott
>>
>
> I don't know if this will help, but Massimo and some other users recommend 
> SparkPost
>
> Mirek Zvolský wrote: 
> 4/15/16
>
> Why sendgrid?
> I have just implemented sparkpost (rcommended from mandrill, which 
> terminates their free services).
> 10 mails/month for free, and we have sparkpost package in pypi.
>
> Here my notes (use google translate):
> http://wikilinuxdevel.alwaysdata.net/plugin_wiki/page/sparkpost
>
>  
> Perhaps the instructions for that service cover certifying.
>
> /dps
>
>

-- 
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" 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/d/optout.


[web2py] Re: New system like web2pyslices ( redesign and remodel maybe ) to web2py

2017-02-27 Thread Dave S
On Sunday, February 26, 2017 at 2:12:39 PM UTC-8, Donald McClymont wrote:
>
> I think something should be done - the current site never seems to be up 
> any more - I just get ticket issue unrecoverable when I access.  I also 
> think we could look at a different approach with basically just using 
> github for storing everything and the slices just provides a searchable 
> directory of links for web2py related stuff with some basic details rather 
> than actually storing the code/applications in two places.
>
> Donald
>
>
While I think the Slices avatar (mascot?) is cute, the search function 
seems to be inconsistent.  

As for moving forward, I would be okay with several options (somebody needs 
to choose one, but I'm narrowing it down yet)
   -- something that wasn't too different from the current but with the 
undercarriage cleaned up
   -- something like a wiki
   -- perhaps some new presentation, but I'd have to see some demos

For any of the three paths, I'd be okay with using pointers to github for 
the code as long as the pointers could also be to bitbucket or to a snippet 
site.like Gist or Pastie or JSFiddle.

/dps



 

> On Saturday, February 25, 2017 at 11:07:51 PM UTC, Marlysson Silva wrote:
>>
>>
>> Hi people.
>>
>> What you think about redesign the web2pyslices website?
>>
>

-- 
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" 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/d/optout.


[web2py] Re: Email using p7s file

2017-02-27 Thread Dave S


On Friday, February 17, 2017 at 4:57:03 AM UTC-8, Scott Hunter wrote:
>
> Is it possible to send email with web2py's Auth mailer using a .p7s file 
> to sign/encrypt it?  If so, how?  
>
> If not, I saw (very brief) documentation on how to use x509 encryption 
> (top of Chapter 8), but wasn't clear on what the arguments that it needed 
> were.
>
> - Scott
>

I don't know if this will help, but Massimo and some other users recommend 
SparkPost

Mirek Zvolský wrote: 
4/15/16

Why sendgrid?
I have just implemented sparkpost (rcommended from mandrill, which 
terminates their free services).
10 mails/month for free, and we have sparkpost package in pypi.

Here my notes (use google translate):
http://wikilinuxdevel.alwaysdata.net/plugin_wiki/page/sparkpost

 
Perhaps the instructions for that service cover certifying.

/dps

-- 
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" 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/d/optout.


[web2py] Re: New system like web2pyslices ( redesign and remodel maybe ) to web2py

2017-02-27 Thread Jim S
+1

On Sunday, February 26, 2017 at 4:12:39 PM UTC-6, Donald McClymont wrote:
>
> I think something should be done - the current site never seems to be up 
> any more - I just get ticket issue unrecoverable when I access.  I also 
> think we could look at a different approach with basically just using 
> github for storing everything and the slices just provides a searchable 
> directory of links for web2py related stuff with some basic details rather 
> than actually storing the code/applications in two places.
>
> Donald
>
> On Saturday, February 25, 2017 at 11:07:51 PM UTC, Marlysson Silva wrote:
>>
>>
>> Hi people.
>>
>> What you think about redesign the web2pyslices website?
>>
>

-- 
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" 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/d/optout.