Re: [web2py] Re: Again: virtual field requires type-attribute

2016-07-19 Thread Julio del Barrio
Hi, Massimo. If I not want any virtual fields in row object returned by select? If I use the row as dict in a insert operation, I must to filter, and I haven't any way to know what field is virtual, in abstract. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) -

Re: [web2py] Re: One controller for two views (revisited)

2016-06-29 Thread Julio F. Schwarzbeck
s, instantiates a new instance of > my class and read's the dict back into the instance variables. > > But, didn't even think about using current. I will investigate that > tomorrow. Will it keep unique sessions even between tabs open in the same > browser? > > -Jim > > &g

[web2py] Re: One controller for two views (revisited)

2016-06-29 Thread Julio F. Schwarzbeck
me. > I'm doing some tricky (well, tricky for me) things to pass the object > around between pages, but it is all working quite well. > > -Jim > > > On Wednesday, June 29, 2016 at 3:03:45 PM UTC-5, Julio F. Schwarzbeck > wrote: >> >> Hi again Folks, >&g

[web2py] One controller for two views (revisited)

2016-06-29 Thread Julio F. Schwarzbeck
Hi again Folks, I just wanted to get your take on an approach that has not been suggested for this question, even though the question, in one form another, has been asked previously. I have more than one application, or potentially one or more applications + some services that roughly has the

[web2py] 2016 PyCon Portland

2015-12-18 Thread Julio F. Schwarzbeck
Winter is coming, and after that, PyCon in May 2016.. We need a web2py presence there! - What are the steps to make Massimo a figure in the event?? - Suggestions? -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) -

[web2py] Error accessing any app (incl admin): type object 'DAL' has no attribute 'Field'

2015-05-25 Thread Julio F. Schwarzbeck
sS'layer' p4 S'/Users/julio/web2py/applications/admin/*controllers/default.py*' Anyone experiencing something similar? Thanks! -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues

[web2py] Re: Error accessing any app (incl admin): type object 'DAL' has no attribute 'Field'

2015-05-25 Thread Julio F. Schwarzbeck
it from the .zip file (and re-symlink my apps) did the trick. Thanks again, --Julio On Monday, May 25, 2015 at 7:55:40 PM UTC-7, 黄祥 wrote: i think it related with pydal (modular dal), please try to download the newest version (not upgrade) and then packed and uploaded your old app

Re: [web2py] Re: Question about web2py roadmap.

2015-02-11 Thread Julio F. Schwarzbeck
and progress nature of my dev, it difficult to predict what shoudl do my class in advence... So, writting class would lead me more in YAGNI state of thinking than in concrete problem solution. Richard On Sat, Feb 7, 2015 at 1:48 PM, Julio F. Schwarzbeck ju...@techfuel.net javascript: wrote

Re: [web2py] Re: Question about web2py roadmap.

2015-02-11 Thread Julio F. Schwarzbeck
and progress nature of my dev, it difficult to predict what shoudl do my class in advence... So, writting class would lead me more in YAGNI state of thinking than in concrete problem solution. Richard On Sat, Feb 7, 2015 at 1:48 PM, Julio F. Schwarzbeck ju...@techfuel.net javascript: wrote

Re: [web2py] Re: Question about web2py roadmap.

2015-02-07 Thread Julio F. Schwarzbeck
Anthony, your last paragraph is quite interesting. I work for a large corporation, which for good or bad, has back-end web programmers, but also simple html designers. The concept of embedding HTML helpers A(), FORM() in controllers, or modules is frowned upon and it was one of the main reasons

[web2py] Re: update database right from view?

2014-07-11 Thread Julio F Schwarzbeck
that suits your needs. Regards, Julio On 07/09/2014 02:26 PM, Maria Levchenko wrote: This is my view: {{for row in texts:}} {{=row.sentences}}: {{=row.meaning}}br {{for ff in row.forms:}} {{if len(ff)0:}} {{c=ff.split()}}br select {{for cc in c

[web2py] Retrieve Membership information for User

2014-02-28 Thread Julio F Schwarzbeck
be accomplished with a query to auth_user--auth_membership--auth_group but but I'd like to stick using APIs for authentication as much as possible, if not, are we open to the possibility to add this to Auth? Cheers, Julio -- Resources: - http://web2py.com - http://web2py.com/book (Documentation

[web2py] Re: Retrieve Membership information for User

2014-02-28 Thread Julio F Schwarzbeck
Awesome, exactly what I was looking for Anthony, thanks! On 02/28/2014 09:42 AM, Anthony wrote: auth.user_groups should be a dict like {group id: role, ...} Anthony On Friday, February 28, 2014 12:03:45 PM UTC-5, Julio F. Schwarzbeck wrote: Folks, is there an API (couldn't find

[web2py] Re: how to get globals like request available in my own modules ?

2014-02-18 Thread Julio F Schwarzbeck
is only access to environment variables, indeed current is the way yo go. Thx, Julio On 02/16/2014 04:40 PM, Anthony wrote: Note, instead of this method, you can now use gluon.current. Anthony On Sunday, February 16, 2014 6:32:13 PM UTC-5, Julio F. Schwarzbeck wrote: I assume

[web2py] Another PEP8 sore

2014-02-16 Thread Julio F Schwarzbeck
== True) To (db.topic.active) Or (db.topic.active is True) Passes the PEP8 test, but it does not yield any results. Any suggestions on how to handle this? - I know PEP8 are just 'recommendations' but I wonder if there is another way to handle this.. Thanks, Julio -- Resources: - http

[web2py] Re: how to get globals like request available in my own modules ?

2014-02-16 Thread Julio F Schwarzbeck
view or controller.. Hope it helps. Julio On 02/16/2014 01:55 PM, Stef Mientki wrote: hello, how to get globals like request available in my own modules ? thanks, Stef -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source

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

2012-05-01 Thread Julio F. Schwarzbeck
http://www.qa-stack.com/ 100% web2py, 100% open source. Also here's the documentation: https://docs.google.com/document/d/18WpX6BYgv1MD3IeClLsvNNR1AerMFOC2W0tQJ84EmGg/edit?authkey=CNDZjA0 It still needs some work (more ajax, mobile UI and switch registration/user control possibly to a plug

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

2012-05-01 Thread Julio F. Schwarzbeck
(upvoting, downvoting, automatic permissions escalation, administration, etc.). Now ability to post from within a newsreader/nntp that is an interesting thought.. Thanks, On Tuesday, May 1, 2012 11:50:49 AM UTC-7, Gour wrote: On Tue, 1 May 2012 10:42:03 -0700 (PDT) Julio F. Schwarzbeck julio

[web2py] Re: How Auth works

2012-03-02 Thread Julio F. Schwarzbeck
it is not too far from web2py's internal authentication, but just to show how you can implement your own authentication system, controlling every aspect of the user registration/login experience without having to 'reinvent the wheel'. Cheers, Julio On Thursday, February 23, 2012 9:48:49 PM UTC-8

[web2py] Re: Trying to limit the amount of HTML cruft in controllers

2012-03-02 Thread Julio F. Schwarzbeck
gain control of your application in my opinion. It definitely can be done, you need to change the development approach a bit though, not that one is better than the other but it has its advantages.. Julio On Friday, March 2, 2012 10:03:37 AM UTC-8, fabien wrote: Hello, I'm writing my first non

[web2py] Re: Signature apps

2012-03-01 Thread Julio F. Schwarzbeck
http://www.i-track.org [Issue Tracking System] Cheers, Julio On Sunday, September 25, 2011 11:24:12 PM UTC-7, Massimo Di Pierro wrote: I have not tested them and I am sure I am missing something important so please add below (do not comment, just add to the list) Layouts and Plugin

[web2py] Re: Say hello to i-Track

2011-12-01 Thread Julio Schwarzbeck
I am open to suggestions on how plug-in integrations, definitely. On Dec 1, 1:24 am, Vidul Petrov vidul.r...@gmail.com wrote: Nice project, thank you. Do you intend to create plugin system for it (like Trac plugins)? On Dec 1, 8:38 am, Julio Schwarzbeck ju...@techfuel.net wrote

[web2py] Re: Say hello to i-Track

2011-12-01 Thread Julio Schwarzbeck
Whoa, that link set is not supposed to be there :) - Nice catch, I'll add it as a bug! - Thanks for spotting this Stefaan On Dec 1, 1:52 am, stefaan stefaan.hi...@gmail.com wrote: An impressive piece of work :) I did spot a buglet though: the blue links on top of the contact form

[web2py] Re: Say hello to i-Track

2011-12-01 Thread Julio Schwarzbeck
, 2011 1:38:01 AM UTC-5, Julio F. Schwarzbeck wrote: Folks, I've just released i-Trac

[web2py] Re: Say hello to i-Track

2011-12-01 Thread Julio Schwarzbeck
mulone.mar...@gmail.com wrote: Very nice julio. Is the trac in web2py. 2011/12/1 Julio Schwarzbeck ju...@techfuel.net Folks, I've just released i-Trac i-Track is a simple issue/bug tracking system developed in web2py, it is Open Source Software released under the Simplified BSD

[web2py] Say hello to i-Track

2011-11-30 Thread Julio Schwarzbeck
an account in the regular 'www' site, instructions on how to do and what to expect are also posted in the main homepage. Code is hosted in bitbucket (link at the footer of the website) in case you wish to get your own copy. Happy testing/posting/hacking Julio FS (Speedbird)

[web2py] Re: Encryption/Decryption Modules

2011-10-04 Thread Julio Schwarzbeck
, Solaris, etc, etc, I've used encryption in the past (I do linux/OSX only) without a single problem at all... Is this a web2py issue? - or is it that you cannot install the packages of m2crypto for your setup, what versions of the OS/web2py/ python are you using? Thanks, Julio On Oct 3, 8:00 am

[web2py] Interesting Thread on the web2py vs the usual suspect

2011-10-02 Thread Julio Schwarzbeck
). I have not had too much time to look at the latest guts of web2py as I am concentrating currently on end-user apps, but the read will be interesting nevertheless, I posted there as Speedbird if that makes any difference, Cheers, Julio Link: http://greg.thehellings.com/2011/01/python-web2py

[web2py] Re: new web2py issue tracking app

2011-09-22 Thread Julio Schwarzbeck
://static.techfuel.net/track3.png -- (Another) Issue Tracker #3 Cheers! Julio On Sep 22, 8:18 am, Massimo Di Pierro massimo.dipie...@gmail.com wrote: Please help me test it and suggest improvements: http://tests.web2py.com/tracker http://code.google.com/p/web2py-issuetracker/ One idea

[web2py] Re: New release of pyForum

2011-08-18 Thread Julio Schwarzbeck
Fixed, thanks. On Aug 18, 3:22 am, elffikk elff...@gmail.com 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 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 light...@gmail.com wrote: Test forum onhttp://pyforum.org/is not working. Tickets are issued when trying to post

[web2py] Re: New release of pyForum

2011-08-18 Thread Julio Schwarzbeck
set of methods that makes it very lightweight, you can potentially change the app to use your own site's authentication schema so users that are already logged in in your application don't need to log in again, but obviously that'll require custom changes on your part, hope this helps. Julio On Aug

[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 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 light...@gmail.com 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

[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 daniel.agu...@alumnos.inacap.cl wrote: 2011/8/17 Julio Schwarzbeck ju...@techfuel.net Folks, After a hiatus of almost 9 months I finally finished a brand new version of pyForum, it was a core component re

[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 msenecal...@gmail.com wrote: Yes indeed, Very nice!! Great work

[web2py] Re: Limitation in template system

2011-07-19 Thread Julio Schwarzbeck
On Jul 13, 3:42 am, Miguel Lopes mig.e.lo...@gmail.com wrote: I think this behavior I've just found is worth sharing. Templates don't honor the if statement that conditionally try to include or exclude template blocks. I've just detected this (in 1.96.4 I think) and upgrade to 1.97.1 and the

[web2py] Re: something like this google group

2011-06-02 Thread Julio Schwarzbeck
upload this soon and in the forums in pyforum, I'll update the guide to install it. Also, pyforum's license is changed to the Simplified BSD license, so it'll be much easier to distribute. Julio On Jun 2, 10:44 am, pbreit pbreitenb...@gmail.com wrote: I looked at Pyforum but had trouble finding

[web2py] Re: How to best create unique strings in python...

2011-04-29 Thread Julio Schwarzbeck
string in any case. Cheers. julio On Apr 29, 8:29 am, Jason Brower encomp...@gmail.com wrote: I want to make a unique set of chars that people can't just figure out what they are for.  The reason for this is to create unique barcodes for ticket validation when entiring a conference using my

[web2py] Re: How to best create unique strings in python...

2011-04-29 Thread Julio Schwarzbeck
the hashed URL part would be: print hash_info '4c481672be4c3c245ad47ebcdf8cb48330fd18b70117a5353db8fe0841ab8dee' So you can now compare the hashed entry to the user and see if it a valid one. There are many ways to go about doing this, this is just an example, of course, Cheers Julio On Apr 29, 11

[web2py] Re: Importing Pygments from App Failing

2011-04-26 Thread Julio Schwarzbeck
I guess it'll be trunk [?] - from hg clone https://web2py.googlecode.com/hg/ On Apr 25, 10:28 pm, Massimo Di Pierro massimo.dipie...@gmail.com wrote: trunk or stable? On Apr 25, 11:07 pm, Julio Schwarzbeck ju...@techfuel.net wrote:

[web2py] Importing Pygments from App Failing

2011-04-25 Thread Julio Schwarzbeck
I am having this problem in 1.95.1 in OS X: DeepSpace9:web2py julio$ python web2py.py -S qastack web2py Enterprise Web Framework Created by Massimo Di Pierro, Copyright 2007-2011 Version 1.95.1 (2011-04-25 17:55:16) Database drivers available: SQLite3, pymysql WARNING:web2py:import IPython error

[web2py] Re: web2py in OS X - Where to put custom applications

2011-04-22 Thread Julio Schwarzbeck
. Julio On Apr 21, 1:55 pm, pbreit pbreitenb...@gmail.com wrote: Yeah, probably wouldn't hurt to steer more Mac users to source. From the Download page, it seems Mac users should download the Mac package. If you use version control (if you don't, you should!) it's even better to clone it from Google

[web2py] web2py in OS X - Where to put custom applications

2011-04-21 Thread Julio Schwarzbeck
will be very helpful, thanks gang. Julio

[web2py] Re: web2py in OS X - Where to put custom applications

2011-04-21 Thread Julio Schwarzbeck
Hmm, interesting pbreit, hadn't thought about it, I will probably do that also, especially since I'd like to debug the web2py app itself (via Wing IDE for example), thanks for the comment! Julio On Apr 21, 11:03 am, pbreit pbreitenb...@gmail.com wrote: I just switched from the .app to source

[web2py] Re: web2py in OS X - Where to put custom applications

2011-04-21 Thread Julio Schwarzbeck
:07 am, Julio Schwarzbeck ju...@techfuel.net wrote: Hmm, interesting pbreit, hadn't thought about it, I will probably do that also, especially since I'd like to debug the web2py app itself (via Wing IDE for example), thanks for the comment! Julio On Apr 21, 11:03 am, pbreit pbreitenb

[web2py] Re: web2py-related thread at reddit

2011-01-07 Thread Julio Schwarzbeck
Who is http://www.reddit.com/user/av201001 I want to marry her... Hold on.. is he a dude? argh .. nevermind ;) On Jan 7, 7:20 am, Anthony abasta...@gmail.com wrote: On Friday, January 7, 2011 2:58:14 AM UTC-5, cjrh wrote: On Jan 7, 12:06 am, Anthony abas...@gmail.com wrote: In case anyone

[web2py] New QA-Stack version released (beta)

2010-12-24 Thread Julio Schwarzbeck
. However, a user with lower roles can be upgraded to a higher role by a SysAdmin, this will give you lots of flexibility, there will be about 5 more cycles of beta releases and finally a version you can download yourselves and test locally, etc. Merry Christmas, Julio

[web2py] Re: Say hello to pyStack.com

2010-12-19 Thread Julio Schwarzbeck
use (each one with its own access level set) so you can see how much can the system be controlled. Thanks again. Julio On Dec 19, 8:20 am, mdipierro mdipie...@cs.depaul.edu wrote: +1 really nice! I second the two suggestions proposed: - use janrain - make the name py agnostic - you need

[web2py] Re: Say hello to pyStack.com

2010-12-19 Thread Julio Schwarzbeck
. ;-) Massimo On Dec 18, 11:47 pm, Julio Schwarzbeck ju...@techfuel.net wrote: Dear community, I am pleased to inform the release the first (beta) revision of pyStack.com, an open source questions and answers web application loosely based on the successful stack overflow web site. pyStack aims

[web2py] Re: Say hello to pyStack.com

2010-12-19 Thread Julio Schwarzbeck
On Dec 19, 10:55 am, Anthony abasta...@gmail.com wrote: Also, could use some tooltips with the icons that appear under some of the questions. Anthony Totally agreed, I was relying on the alt property of the IMG tag but apparently that does not work in all browsers.

[web2py] Re: Say hello to pyStack.com

2010-12-19 Thread Julio Schwarzbeck
changes in the pipe (multi auth methods, UI changes, edit capabilities and administrative section), if you need SysAdmin role please let me know and I'll give it to you so you can see what an admin can see. Thanks, Julio On Dec 18, 9:47 pm, Julio Schwarzbeck ju...@techfuel.net wrote: Dear community

[web2py] Say hello to pyStack.com

2010-12-18 Thread Julio Schwarzbeck
Dear community, I am pleased to inform the release the first (beta) revision of pyStack.com, an open source questions and answers web application loosely based on the successful stack overflow web site. pyStack aims to be a simple to use QA app with all the fat trimmed off and at the same time

[web2py] Re: Scalability of web2py?

2010-11-30 Thread Julio Schwarzbeck
for that matter), you will do youself a great favor on the long run. Julio On Nov 30, 5:31 am, Branko Vukelic bg.bra...@gmail.com wrote: On Tue, Nov 30, 2010 at 1:09 AM, Lorin Rivers lriv...@mosasaur.com wrote: The number of people that can write code better than I can is close to the number of people

[web2py] Re: Scalability of web2py?

2010-11-29 Thread Julio Schwarzbeck
And this without considering vendor lock-in. web2py can run on a variety of platforms such as windows, macs. Linux and others, same goes for the selection of the back-end database. Much more flexibility under web2py in my opinion and prototyping is much faster in python. On Nov 29, 10:05 am,

[web2py] Re: pyforum security and future

2010-10-13 Thread Julio Schwarzbeck
Hi this is Julio, pyforum author. I just wanted to clarify a few things here. On Dec 9, 2009, I was contacted by this Nam Nguyen from bluemoon.com.vn (Viet Nam) domain. This gentleman stated that he had discovered several XSS vulnerabilities in pyforum, and in orderto disclose them

[web2py] Re: Nice Hosting Company Option

2010-10-05 Thread Julio Schwarzbeck
Just thought I'd chime in.. I recently moved pyforum.org and my blog, techfuel.net to a micro instance at amazon (Link: http://aws.amazon.com/about-aws/whats-new/2010/09/09/announcing-micro-instances-for-amazon-ec2/), it is Amazon's new pet which is a relatively small server (full root, you have

[web2py] pyStack - Stack Overflow clone update

2010-09-06 Thread Julio Schwarzbeck
and currently is at 60%-65% completed, I have a couple of screenshots on my blog (done in web2py also :) if you want to see something visual http://www.techfuel.net/zblog/blog/view/27 Cheers, Julio

[web2py] Re: pyStack - Stack Overflow clone update

2010-09-06 Thread Julio Schwarzbeck
community in web2pybrasil.com.br 2010/9/6 Julio Schwarzbeck ju...@techfuel.net Pleased to inform the community that I finally had some time to heavily work on one of my web2py pets, pyStack is coming along quite nicely and it is being developed as we speak, pyStack is a SO inspired system

[web2py] Re: pyStack - Stack Overflow clone update

2010-09-06 Thread Julio Schwarzbeck
, though, Thanks! Julio On Sep 6, 4:45 pm, mdipierro mdipie...@cs.depaul.edu wrote: really nice. Can you tell us how you implement search? On Sep 6, 5:40 pm, Julio Schwarzbeck ju...@techfuel.net wrote: Pleased to inform the community that I finally had some time to heavily work on one of my

[web2py] Re: pyStack - Stack Overflow clone update

2010-09-06 Thread Julio Schwarzbeck
Indeed, and happy to do it. On Sep 6, 6:20 pm, mdipierro mdipie...@cs.depaul.edu wrote: Will you make it open source? On Sep 6, 7:58 pm, Julio Schwarzbeck ju...@techfuel.net wrote: Interesting Question :) - Well, since I am using both MySQL and Postgres, I have implemented Full-text

[web2py] Re: Is pyforum.org discontinued?

2010-07-24 Thread Julio
app can be written in web2py in a period of just a couple of weeks, Cheers, julio On Jul 22, 8:23 am, ionel ionelanton...@gmail.com wrote: Hello, Is pyforum a discontinued project? I need a copy of pyforum but thehttp://www.pyforum.orgis always down. Thanks i.a.

[web2py] Re: Web2py on Macbook

2010-04-24 Thread Julio
and let Linux do all the dirty work, unless there is something else and web2py *must* run on the mac.. just a suggestion. Thanks! Julio On Apr 24, 9:02 am, Johann Spies johann.sp...@gmail.com wrote: On 24 April 2010 16:06, mdipierro mdipie...@cs.depaul.edu wrote: I use a Mac and I am not the only

[web2py] Re: Fwd: web2py developers list

2010-03-28 Thread Julio
In the oven: http://www.techfuel.net/zblog/blog/view/26 On Mar 22, 12:00 pm, Massimo Di Pierro mdipie...@cs.depaul.edu wrote: We need a web site to do this: - allow people to register as web2py developers, web2py clients,   web2py sponsors - everybody can post a profile - clients can rate

[web2py] Re: list of web hosting providers that work for web2py

2010-03-22 Thread Julio
(you have to admin it), but I see that as a benefit as you can have the exact version of whatever you want on it, hth. Julio On Mar 22, 4:34 pm, Richard richar...@gmail.com wrote: I read in another thread that all that is needed for a host to support web2py is python2.4+. However I tried

[web2py] Left (outer) Joins revisited

2010-01-16 Thread Julio
This one is on MySQL by I believe this is also happening in Postgres based on previous searches in the groups, the problem appears to be in the parsing of the ORM code Consider the following controller code: # Grab all questions questions = db( (db.questions.is_visible==True) \

[web2py:37261] Re: pyforum vulnerabilities?

2009-12-15 Thread Julio
be sent to the forum admin, since password retrieval relies on the original user's email.. Don't get me wrong, I am not saying the app is bug-free but the fact that they reference a problem by describing a totally different one takes the credibility factor out of my plate.. Thanks! Julio On Dec 15

[web2py:36892] Re: web2py for possible SAAS project?

2009-12-09 Thread Julio
Hi Darcy, I've worked with Zope for at least 10 years and Plone for about 5 (and yet I converted to web2py almost on a weekend :), I think I know where you coming from as far as your questions, here's the info I think it might be of interest to you: 1. web2py does not have a workflow system in

[web2py:36687] pyStack - a SO inspired QA application

2009-12-07 Thread Julio
Community, Apologies for the double posting, seems like the discussion system does not carry forward (bumps) older posts with recent responses, in any case, here is something that might interest you: Please take a look at my high level tech specifications for the SO inspired QA website for

[web2py:36634] Re: idea: web2py group on reddit

2009-12-06 Thread Julio
, mdipierro mdipie...@cs.depaul.edu wrote: looking forward to see this. On Nov 30, 4:16 pm, Julio ju...@techfuel.net wrote: Richard and myself have been working already for a little bit over a week on a stack overflow inspired QA website obviously created using web2py and aimed to web2py

[web2py:36231] Re: idea: web2py group on reddit

2009-11-30 Thread Julio
: http://docs.google.com/View?id=d2g7pc2_41dd4g4bc9 And it needs a lot of polishing but once it is nailed down the coding will start.. Cheers, Julio On Nov 30, 8:14 am, Doxaliber salingro...@gmail.com wrote: Sometime ago I've read some criticism about google groups and someone proposed to create

[web2py:35700] Re: StackOverflow clone

2009-11-20 Thread Julio
Hey Richard, I am working on a similar interface 100% web2py, what really would help me is some sort of technical workflow, or documentation regarding the handling of the posts, up/down pointing system, notification/ subscriptions and so for, if you're interested email me please, Thanks! Julio

[web2py:34580] Re: PyCon 2010

2009-11-04 Thread Julio
I have the same question, did they reject the proposed talks due to schedule constraints (that would be understandable), or was this more a political decision (bad).. On Nov 4, 6:55 am, Hipertracker hipertrac...@gmail.com wrote: On Nov 4, 4:23 am, mdipierro mdipie...@cs.depaul.edu wrote: I

[web2py:34583] Re: PyCon 2010

2009-11-04 Thread Julio
honestly fail to see why is this.. for my part I continue spreading the word about web2py in my own circles without bashing any other framework, we're gaining momentum and that is what matters, carry on, web2pyers :) -- Julio On Nov 4, 7:52 am, mdipierro mdipie...@cs.depaul.edu wrote: They do

[web2py:34237] Re: Mail.send

2009-10-30 Thread Julio
I think you need to contact the slicehost support folks and ask them to set RDNS for the new ip to your domain, I have a feeling that the external mail server (google?) is trying to rdns your domain (i.e. is example.com's ip really who it says it is?) and the response is from one of slicehost's

[web2py:34248] Re: Mail.send

2009-10-30 Thread Julio
account. Uploaded said script to the server, ran it, and never recieved the email, however the script outputs the same information. http://pastebin.com/m7ecf9179 Disabling iptables had no effect. -Thadeus On Fri, Oct 30, 2009 at 3:25 PM, Julio ju...@techfuel.net wrote: I think you

[web2py:33931] Re: Google Groups is Dead

2009-10-28 Thread Julio
- Provides working search-ability (sorry Groups still sucks hard in this area) Timbo - Can you explain what you mean by groups in pyforum (and any suggestions you may have that might be useful to implement)? (if this goes a bit off-topic, feel free to reply to me directly) - Thanks.. On Oct

[web2py:33715] Re: powered by web2py?

2009-10-26 Thread Julio
http://www.techfuel.net/ :) - Thanks Massimo. On Oct 25, 7:46 pm, mdipierro mdipie...@cs.depaul.edu wrote: www.appliedstacks.comis dead. This means I lost a way to keep track of web2py sites. So I made something trivial for now: http://web2py.com/poweredby I am sure I missing many sites

[web2py:33716] Re: VPS Hosting reviews

2009-10-26 Thread Julio
VPS (Linux) for US $15.00/month with 0.5Gb RAM or $30.00 for a full gig, a pretty decent deal IMO, for reference I am hosting pyforum.org and techfuel.net in the same VPS (along with at least 6 Zope sites and 3 PHP sites). My $0.02 Julio On Oct 26, 3:51 am, Alex Fanjul alex.fan...@gmail.com wrote

[web2py:33009] Re: Case sensitive application name

2009-10-16 Thread Julio
Be careful going the windows route, this can make many of the non- windows based web crawlers and indexers (read: a LARGE part of the internet) have issues with it, for example, http://yoursite.com/YourResource may be indexed and show up in the first page of your browser search engine results,

[web2py:32814] Re: Deploying Web2py on a server without root access

2009-10-13 Thread Julio
You don't *necessarily* need root access to run web2py on a server, especially if you already have apache and python installed, you will need root access most likely to properly setup your system, (i.e. modify your apache conf file to work with web2py, set up a DB server or even access to the SQL

[web2py:32509] Re: Shorten strings...

2009-10-08 Thread Julio
class ShortStr(str): Small class to extend str functionality to add several (?) custom methods def __init__(self, value): self.value = value def shorten(self, length=20, etc=' ..'): Shortens the string to length 'length' and adds 'etc' to the end of the

[web2py:32400] Re: web2py wiki

2009-10-07 Thread Julio
Beautiful, Obrigado Alvaro!, this is an excellent app and much needed for the community, we are truly eating our own dog food now! :) Thanks! Julio On Oct 7, 8:15 am, Álvaro Justen [Turicas] alvarojus...@gmail.com wrote: Hi folks, I'm posting this to show you that we have a new wiki system

[web2py:32401] Re: URLs in static files

2009-10-07 Thread Julio
This is good, specially if on your website you implement some sort of skinning allowing the users to dynamically switch layouts using the same css file, thanks for sharing this. On Oct 7, 8:19 am, Jonathan Lundell jlund...@pobox.com wrote: On Oct 6, 2009, at 2:54 PM, Eric Vicenti wrote:

[web2py:32122] Re: Well integrated cart and information site using web2py

2009-10-02 Thread Julio
Hope I am not getting too off topic but the main reason I've not moved all my web2py apps (and several other Zope ones) is the fact that assigning IPs for SSL (https) is still (??) not possible on EC2 instances, do you know if this is still the case? Thanks On Oct 2, 8:05 am, Michael -

[web2py:32021] Re: backup source routine

2009-10-01 Thread Julio
What OS plattform you using? On Oct 1, 8:16 am, Web2py-SuperFan mwkan...@gmail.com wrote: Hi, I was wondering if there is a backup source code method built in to web2py or if someone has built a py script to backup all applications including the routes.py and app.yaml file to a timestamped

[web2py:32035] Re: backup source routine

2009-10-01 Thread Julio
to server) is minimal and the time of a backup could be done pretty quickly.. hth Julio On Oct 1, 9:23 am, Yarko Tymciurak yark...@gmail.com wrote: Argh! [1] - just learn / get used to using a version control system locally (e.g. mercurial, bazaar, git); [2] - learn to make backups

[web2py:32051] Re: backup source routine

2009-10-01 Thread Julio
(or git) is a better option than rsync for many reasons (and both are really efficient) than rsync.  Rsync is more general - executables are available for PCs (I used it a lot in corp world;) On 10/1/09, Julio ju...@techfuel.net wrote: [3] Is exactly the reason why I was asking :) I don't

[web2py:30618] Re: action based on received email

2009-09-10 Thread Julio
I think the OP wanted to execute something based on an email trigger, i.e. when sending an email to a specific address with, say, the contents of a blog post, and have the system automatically add the post based on the contents of the email, something like that, this is somewhat away from web2py,

[web2py:30405] Re: initial data to CRUD forms

2009-09-08 Thread Julio Monteiro
the passed id selectable. This would be fine if I could have this field as hidden, is it possible to make it a hidden field in the form? Thanks a lot, Julio mdipierro wrote: Mind that T3 is quite dated. Try replace {{=self.read(db.student)}} {{=self.itemize(db.delivery)}} {{=self.create

[web2py:30414] Re: initial data to CRUD forms

2009-09-08 Thread Julio Monteiro
Thanks, Massimo, Your first hint worked perfectly, however making it hidden didn't work. Any other possibility for that? Cheers, Julio Monteiro mdipierro wrote: My mistake: {{db.delivery.student_id.default=self.id}} You can make it hidden (I think

[web2py:30418] Re: initial data to CRUD forms

2009-09-08 Thread Julio Monteiro
Works perfectly Massimo, I will try and stop bothering you about old code. Will probably rewrite the code for vanilla web2py and not T3. Thanks, Julio Monteiro mdipierro wrote: try {{db.delivery.exposes=[...list of field names that should be visible...]}} ATTENTION. THIS IS A T3

[web2py:29961] Re: T3 rocks!

2009-09-03 Thread Julio Monteiro
Hello Massimo, I didn't realize T3 was old, nice to know that it has been merged with web2py code! Is that a way I can start coding from the t3_wiki in web2py out of the box? What are the current web2py projects that you are working on? Thanks a lot! Julio Monteiro mdipierro wrote

[web2py:29974] Re: T3 rocks!

2009-09-03 Thread Julio Monteiro
That would be very nice, indeed! Having a killer CMS application will undoubtfully benefit the web2py community and attract more users. Is thera a way others can help or is it too soon? Julio Monteiro mdipierro wrote: I just finished the book. As far as web2py is concerned my interest

[web2py:29979] Re: pyforum instead of google groups?

2009-09-03 Thread Julio
to ease up the work for whoever forks it to include in the web2py domain if this moves forward, Thanks. -- Julio On Sep 2, 10:30 pm, Yarko Tymciurak yark...@gmail.com wrote: +1  (that is, I also agree...) On Wed, Sep 2, 2009 at 10:16 PM, JorgeR jorgeh...@gmail.com wrote: Me too. On Sep 2, 8

[web2py:29696] Re: pyforum instead of google groups?

2009-08-31 Thread Julio
in one single call (it generates the entire main page in a second or less). As for the other question that popped up before, yes, google, openId is on the plate. The two items I just mentioned are at the top of my list. Thanks, Julio On Aug 30, 6:05 pm, Yarko Tymciurak yark...@gmail.com wrote: also

[web2py:29702] Re: pyforum instead of google groups?

2009-08-31 Thread Julio
to be that realm. HTH, Thanks! - Julio On Aug 31, 7:45 am, mdipierro mdipie...@cs.depaul.edu wrote: I think Pyforum si excellent we should find some use for it in our community. The problem is that this mailing list has become the main reference point. Moving the discussion somewhere else now

[web2py:29628] Re: pyforum instead of google groups?

2009-08-29 Thread Julio
to understand to implement it properly, but it is still an easy system to install. Cheers, Julio On Aug 29, 11:51 am, mr.freeze nat...@freezable.com wrote: Also, I think a web framework that eats it's own dog food is more convincing. On Aug 29, 1:34 pm, mr.freeze nat...@freezable.com wrote

[web2py:29631] Re: web2py complaints rebuttals

2009-08-29 Thread Julio
the right tools).. Julio On Aug 29, 4:15 pm, Scott Hunter shun...@nycap.rr.com wrote: A colleague has lodged the following complaints about web2py, and I'd like to run my responses by this group in order to correct/strengthen those responses. Complaint #1: No real-time debugging (i.e. proper step

[web2py:29600] Re: web2py book, 2nd Ed

2009-08-28 Thread Julio
of this book) and complaining for or requesting a freebie is not really fair considering the amount of work Massimo (and his collaborators) have put into this work. Congrats Massimo, this book is a welcome addition to all of us web2py- istas, keep up the good work. Julio. On Aug 26, 9:51 am, OpenRising

  1   2   >