[web2py:26208] Re: Check out your web2py app in multiple environments

2009-07-10 Thread Yarko
ugh - can't even spell my own blog address right: http://2linices.blogspot.com/ On Jul 10, 4:05 pm, Yarko Tymciurak wrote: > I just got done installing 5 new browsers in my new windows environmenet > all running under Linux. > > If you've got a OS/X, Linux, Sola

[web2py:29567] Re: Jpolite testing on Web2py

2009-08-28 Thread Yarko
gards, - Yarko On Aug 27, 11:57 pm, Frank wrote: > Hi, I'm pretty new to web2py and do some testing, I try to develop > some test app. now, I try to test Jpolite on web2py, get the jpolite > work on web2py, I know web2py somewhere have this experimental stuff, > could anyone advis

[web2py:29944] Re: YAL - yet another logo

2009-09-02 Thread Yarko
w privately if you have any questions or concerns. Kind regards, Yarko On Sep 2, 10:08 pm, weheh wrote: > Jonathan. Correct, Max is currently a sketch. The poll is to determine > whether or not he is a viable logo candidate. If not, he will be > shelved. If yes, he will be polished. He ca

[web2py:29945] Re: VOTE NOW for/against Max the snake (polling closes 9/2 nite)

2009-09-02 Thread Yarko
THERE IS NO OFFICIAL POLL - this is weheh's personal little stint, and has been causing some concerns and confusion. I am closing this thread now. Contact me privately if you have any questions or concerns. - Yarko On Sep 2, 7:33 pm, Alex Fanjul wrote: > The same for me... > >

[web2py:11503] Web2Py mirrored on BitBucket

2008-11-09 Thread yarko
After the github.org announcement today, I've mirrored the source tree to: http://www.bitbucket.org/yarko/web2py/wiki You can get a zip shapshot there. If you want to do your bug fixes, enhancements, development using mercurial, take a branch of this, and work there. When you'r

[web2py:11504] Re: Web2Py mirrored on BitBucket

2008-11-09 Thread yarko
hould be easy to push to BitBucket whenever this happens - in any case, if things work, it shouldn't be too much longer. On Nov 9, 3:27 am, yarko <[EMAIL PROTECTED]> wrote: > After the github.org announcement today, I've mirrored the source tree > to: > > http://ww

[web2py:11505] Re: Web2Py mirrored on BitBucket

2008-11-09 Thread yarko
Now, with options for submitting your work using bazaar, git, or mercurial - hopefully the barriers to more people contributing are reduced. Enjoy - we're lucky to be able to write software - it's fun! On Nov 9, 3:30 am, yarko <[EMAIL PROTECTED]> wrote: > T2 is included in t

[web2py:11510] Re: Web2Py mirrored on BitBucket

2008-11-09 Thread yarko
I've also mirrored t2 separately, so that people can grab a tarball - http://www.bitbucket.org/yarko/plugin_t2/ would you let me know if it works? If you grab one of the .gz or .bz2 archives these are compressed tar files - gunzip (or whatever the bz2 equivalent command is) and you shoul

[web2py:11534] Re: New to web2py.. Invalid request?

2008-11-09 Thread yarko
If you're doing localhost, start out easy - web2py comes with it's own server builtin - cherrypy. All you need to do is install somewhere by itself, and start web2py.py. You should see a browser come up with the same welcome path On Nov 9, 9:16 pm, kaos <[EMAIL PROTECTED]> wrote: > I have

[web2py:11560] Re: T2 with Firebird

2008-11-10 Thread yarko
le decrarations against ALL supported db's ... Now, this is not "interesting" work to add to web2py, but it would be useful. Your thoughts? Regards, Yarko On Nov 10, 10:35 am, "Yarko T" <[EMAIL PROTECTED]> wrote: > yes...  something about   if "foo" i

[web2py:11840] Re: pyworks2008 talk slides

2008-11-14 Thread yarko
a local presentation, or just want to comment on the slides - reply with your interest to this thread. I'll look at how many are interested Monday. I'm thinking in the next week or so. Let us know if you're interested. Regards, Yarko On Nov 14, 11:32 am, mdipierro <[EMAIL PROT

[web2py:12069] Re: itemize temporary data

2008-11-18 Thread Yarko
the fundamental issue here... In a separate thread. In preparation please review my note last night re: MVC ==> data / logic / presentation. Regards, Yarko -Original Message- From: billf <[EMAIL PROTECTED]> Sent: Tuesday, November 18, 2008 8:53 AM To: web2py Web Framework

[web2py:12088] Re: tier vs. module

2008-11-18 Thread Yarko
versioning; - potential cross layer coupling; Since people are starting to use T2 I think a design modification might be called something else (T2.1?). Those are just my thoughts for now. Yarko -Original Message- From: mr.freeze <[EMAIL PROTECTED]> Sent: Tuesday, November 18,

[web2py:12082] Re: where to put view logic

2008-11-18 Thread yarko
On Nov 18, 10:41 am, billf <[EMAIL PROTECTED]> wrote: > Yarko > > Basically I agree with everything you say.  There are always going to > be some grey areas but that's life. > > For example, I could argue that hiding changes to the model could be > handled

[web2py:12172] Re: issues deploying latest web2py to GAE

2008-11-19 Thread yarko
There is recent discussion (including a step-by-step) of this here: http://groups.google.com/group/web2py/browse_thread/thread/e9fc4ce13070cd21/af77ece522d2f6d9 Perhaps that will help? On Nov 19, 12:23 pm, Andrew <[EMAIL PROTECTED]> wrote: > Hey guys, > > I was following the guide here: > > htt

[web2py:12362] Re: error with date

2008-11-22 Thread yarko
SQLField takes many arguments (and most of them have reasonable defaults). You can see a list of the available types at http://mdp.cti.depaul.edu/examples/default/orm The syntax there might be a little out of date (default for required=False - not True, as shown on the web page). You can see a

[web2py:12515] Re: your recommended way of calling controllers from the command line ?

2008-11-26 Thread Yarko
Hi Jonathan - Could you write this up? Some (me?!) might find it interesting / useful. Thank you. Yarko -Original Message- From: Jonathan Benn <[EMAIL PROTECTED]> Sent: Wednesday, November 26, 2008 6:55 AM To: web2py Web Framework Subject: [web2py:12499] Re: your recommended

[web2py:12969] Re: Problem serving files on Mac OS X (Internal Server Error)

2008-12-05 Thread yarko
BTW - I've reviewed the changes, and they look ok; I've only tested this 10 minutes locally on a Windows XP machine - so basic sanity tests work: admin, T3, other things etc. all "work as expected". The code changes wouldn't lead me to expect any surprises.

[web2py:13039] Re: Problem debugging after installing subversive

2008-12-06 Thread yarko
and my gut is suspicious that spaces in filenames might be involved here... On Dec 6, 3:07 pm, "Yarko Tymciurak" <[EMAIL PROTECTED]> wrote: > actually, looking at restricted(), all it does is compile() > Looking at the interface to > compilehttp://www.python

[web2py:13069] Re: new T2

2008-12-06 Thread Yarko
There is no controllers in t2 - only modules You should include t2 in YOUR app Search this grouup for t2 wiki to see an exmple You include t2 in your app's model file. Hope this helps (I'm out right now, replying from my Moto Q9). Regards Yarko -Original Message- F

[web2py:13096] Re: Bug Tracker?

2008-12-07 Thread Yarko
This is sounding like the truncated file bug related to cherrypy 3'1'0b Run an integrity check w/ 7zip and I suspect it will show incomplete archive. If we had archive sizes and checksums posted on the server then this would be obvious. If you have cygwin then try to wget or curl - those seem

[web2py:13666] Re: SQL Designer Import

2008-12-16 Thread yarko
w def index(): redirect(URL(r=request,c='static',f='designer/index.html')) That's it! Let me know if you find a way to let sqldesigner's "documentation" link work. Yarko On Dec 1, 3:25 pm, "Boris Manojlovic" wrote: > Hi, >   as i said it was

[web2py:13869] Re: I am new to Web2py and have some questions and suggestions

2008-12-19 Thread yarko
d also be great if a plugin could include some documentation > that can be seen through > its design page. That's a really good idea. > > Anyways, thanks for a great framework. I hope you find this a helpful, friendly user group (as I have). Thanks for writing, and welco

[web2py:13902] Re: Decorators in controller file called for all functions whether decorated or not

2008-12-19 Thread yarko
On Dec 19, 3:00 pm, "Yarko Tymciurak" wrote: > cjparson: > ok - so maybe it is _I_ who do not 'get' decorators (having just spent some time looking over those links I like "so much" ha!) But in any case, your contoller file is read, and your print shown fo

[web2py:13905] Re: Decorators in controller file called for all functions whether decorated or not

2008-12-19 Thread yarko
return dict(message=T('Hello World 2')) On Dec 19, 4:21 pm, yarko wrote: > On Dec 19, 3:00 pm, "Yarko Tymciurak" wrote:> cjparson: > > ok - so maybe it is _I_ who do not 'get' decorators (having just spent > some time looking over those li

[web2py:14024] Some Useful LInks (repost)

2008-12-22 Thread yarko
pshots: http://code.google.com/p/web2py/ (svn checkout, or nice code browse / diff) http://launchpad.net/web2py (get with bazaar, or browse; can sign up for email notification of changes) http://bitbucket.org/yarko/web2py (mirror; get with mercurial, or zip / tar of s

[web2py:15342] Re: wsgi webfaction how-to

2009-01-23 Thread yarko
setup, so wondering what it is) Thanks much, Yarko On Jan 21, 4:41 pm, dhmorgan wrote: > I have now put the above content in the wiki under "web2py/Setup/" > > https://mdp.cti.depaul.edu/web2py_wiki/default/wiki/webfactionWSGI > > It misses some things I'll change soon -- s

[web2py:16331] Re: wsgi webfaction how-to

2009-02-14 Thread yarko
dules/mod_authz_host.so Second: I'm getting these tracebacks; [error] mod_wsgi (pid=27880): Exception occurred processing WSGI script '/home/yarkot/webapps/ mod_wsgi/web2py /wsgihandler.py'. [error] Traceback (most recent call last): File "/home/yark

[web2py:16334] Re: wsgi webfaction how-to

2009-02-14 Thread yarko
+ + import gluon.main + from gluon.contrib.wsgihooks import ExecuteOnCompletion2, callback + - With the current setup, admin doesn't seem to work; will look at that more later; Yarko On Feb 14, 11:55 am, ya

[web2py:9870] Re: menu background

2008-10-06 Thread yarko
to the same db - but for SQLite, there is no server (e.g. "lite") so you have to tell it relative file-path information. Hope that helps. Yarko On Oct 6, 6:00 am, annet <[EMAIL PROTECTED]> wrote: > > You can have two apps connect to the same database by using the same db U

[web2py:9869] Re: shared methods for all (nested) controllers and more questions

2008-10-06 Thread yarko
you can find KPAX on www.web2py.com by following the link (on right) "Repository of free web2py apps", or simply at http://mdp.cti.depaul.edu/appliances On Oct 5, 11:24 pm, mdipierro <[EMAIL PROTECTED]> wrote: > Hi Jaroslaw > > On Oct 5, 10:53 pm, Jaroslaw Zabiello <[EMAIL PROTECTED]> wrote:

[web2py:9877] Re: Site down?

2008-10-06 Thread yarko
th be equivalaent - I'm pretty sure Massimo automatically pushes out the bzr chechins to google-code. Yarko. On Oct 6, 11:00 am, "Tito Garrido" <[EMAIL PROTECTED]> wrote: > Hi Ben, > > Try to get it here:http://code.google.com/p/web2py/ > > Regards, > > Tito

[web2py:9883] Re: t2 wiki beta

2008-10-06 Thread yarko
it web2py_t2, then you would need to change this import line to: from applications.web2py_t2.modules.t2 import T2 Make sense? Regards, Yarko On Oct 6, 5:53 pm, JorgeRpo <[EMAIL PROTECTED]> wrote: > Do we need to name them > plugin_t2 > > and > > t2_wiki > > upon

[web2py:9884] Re: t2 wiki beta

2008-10-06 Thread yarko
...that is because you're importing from applications/[whatever you named the application]/modules/t2.py On Oct 6, 6:07 pm, yarko <[EMAIL PROTECTED]> wrote: > You can name the wiki whatever you want; > > You can name the module plugin_t2 - if you want to name it something &

[web2py:9902] Re: Trouble web2py working w/ GAE development server

2008-10-07 Thread yarko
Would it make sense, as we go forward, to put default patterns for deployment on GAE for those apps that work / should work there? That is, try for gae containing session.forget() w/ comments At least this way people who casually try would experience some successes before they come to

[web2py:9927] Re: Just got started - Model question.

2008-10-07 Thread yarko
ums as well as see examples in http://mdp.cti.depaul.edu/examples/default/orm If you still have trouble with your table references - be sure that the referenced table is defined first. If you still have trouble, post a snippet of your code here. Kind regards, Yarko On Oct 7, 3:43 pm, kev

[web2py:9961] Re: how to deploy with lighttpd

2008-10-08 Thread yarko
Searching this group I found this: http://groups.google.com/group/web2py/browse_thread/thread/e700166f0222992d/15e59b3cd67652ce Does that help? On Oct 8, 2:39 am, fengfeng <[EMAIL PROTECTED]> wrote: > hello everyone, > i want to deploy the web2py app with lighttpd+fastcgi, > is there anyone who

[web2py:10017] Re: services

2008-10-09 Thread yarko
to any app. A service would provide asynchronous services, protect user response by isolating either compute or resource or time insensitive, or times functionality to a non- interactive instance of web2py. Let's keep thinking and talking about this; it's a rich topic. Yar

[web2py:10018] Re: services

2008-10-09 Thread yarko
imple, but elegant) put following the general sense of web services could be useful. The sense of the concept I was suggesting is in this direction. Regards, Yarko On Oct 9, 12:57 pm, yarko <[EMAIL PROTECTED]> wrote: > when I said services, I was thinking from web-services model that I'

[web2py:10026] Re: services

2008-10-09 Thread yarko
ploring what _might_ make sense Yarko On Oct 9, 4:20 pm, mdipierro <[EMAIL PROTECTED]> wrote: > I think we are talking about something else here. "services" in this > thread should be read more like "deamons". specifically programs that > are triggered by even

[web2py:10027] Re: services

2008-10-09 Thread yarko
...and to Voltron's comment on middleware, I think I agree (middleware being more broadly useful) - but I think these are separate things serving separate kinds of needs On Oct 9, 5:13 pm, yarko <[EMAIL PROTECTED]> wrote: > ...yes (to Massimo's comment), and what I'm th

[web2py:10037] Re: services

2008-10-09 Thread yarko
ms to me, we are trying to define so let's keep hammering at it! ;-) Regards, Yarko On Oct 9, 6:34 pm, achipa <[EMAIL PROTECTED]> wrote: > Massimo is right, what I'm aiming for is closer to daemons (it's just > that windows calls daemons services... damn terminolo

[web2py:10102] Re: templates and for...else

2008-10-11 Thread yarko
your apps from a shell environment in web2py (which will pre-load, and if you have ipython, take you into the ipython environment) using this form of invocation: python web2py -S myapp Hope this was helpful. Regards, Yarko On Oct 11, 4:36 pm, billf <[EMAIL PROTECTED]> wrote: > In this ca

[web2py:10109] Re: templates and for...else

2008-10-11 Thread yarko
Looks good :-) On Oct 11, 10:46 pm, billf <[EMAIL PROTECTED]> wrote: > The shortest version I can get to work is: > > {{try:}} > {{key,value=form.errors.iteritems().next()}} > {{=key}} {{=value}} > {{except:}} > {{=message}} > {{pass}} > > Bill > > On

[web2py:10126] Re: Way to change template engine

2008-10-12 Thread yarko
nstraton of a layout builder - see the link on http://www.web2py.com . The builder has a link on it to download the result of your layout experimentation. Those are probably good starting places. Hope this was helpful. Regards, Yarko On Oct 12, 2:27 pm, pigmej <[EMAIL PROTECTED]> wrote:

[web2py:10127] Re: Way to change template engine

2008-10-12 Thread yarko
Also - if you want to use Genshi Templates (or try to do something similar for Jinja2), see the Genshi4web2py.py file and instructions here: http://mdp.cti.depaul.edu/AlterEgo/default/show/162 On Oct 12, 2:59 pm, yarko <[EMAIL PROTECTED]> wrote: > There have been several discussion

[web2py:10130] Re: Way to change template engine

2008-10-12 Thread yarko
Maybe some examples would help me better understand what you mean by these two points. Could you give something short? Thanks! Yarko On Oct 12, 3:42 pm, pigmej <[EMAIL PROTECTED]> wrote: > thanks for reply. > > Python is templating engine - thats really good. > > But I can

[web2py:10135] Shell while running server

2008-10-12 Thread yarko
g/doc/manual/html/interactive/extension_api.html Let me know if you're interested. If there's enough, we could work w/ Massimo to start an experimental branch on Launchpad to explose this a bit. Regards, Yarko --~--~-~--~~~---~--~~ You received this

[web2py:10139] Re: Way to change template engine

2008-10-12 Thread yarko
about development steps - I don't think it materially changes anything. Am I missing something? Kind regards, Yarko On Oct 12, 4:30 pm, pigmej <[EMAIL PROTECTED]> wrote > massimo, > > filters... ok but what if I need to make more operations with strings > etc, python oper

[web2py:10140] Re: Shell while running server

2008-10-12 Thread yarko
ierro <[EMAIL PROTECTED]> wrote: > I think this is excellent and should be supported by the shell. If the > license permits it I would also like to have it included as default > shell in the binary distributions. Do you know? > > Massimo > > On Oct 12, 4:31 pm, yarko &l

[web2py:10143] Re: Way to change template engine

2008-10-12 Thread yarko
...but you can already see all that from Massimo's nice, concise examples, and I should not be sitting reading posts on a sunny Sunday afternoon! I'm sure not to say much of anything smart while looking out the window ;-) On Oct 12, 5:28 pm, yarko <[EMAIL PROTECTED]> wro

[web2py:10142] Re: Way to change template engine

2008-10-12 Thread yarko
uivalents. For examples, get the appliances (e.g. KPAX, others on the "Repository of free apps" link at web2py.com) On Oct 12, 5:13 pm, pigmej <[EMAIL PROTECTED]> wrote: > Now I see that I can make with web2py templates almost everything :). > > Massimo, I really thin

[web2py:10144] Re: Shell while running server

2008-10-12 Thread yarko
actually, getting this up from main is pretty easy; getting the app context updated from an app, the way to set that up right might be a little bit of stumbling I'll post when I have something rudimentary - but won't look at again for a few days (alas). On Oct 12, 5:03 pm, yar

[web2py:10146] Re: Way to change template engine

2008-10-12 Thread yarko
emplates, writing everything from scratch, etc. But for web2py I can > make exception. Let's see... ;) > > On 13 Paź, 00:28, yarko <[EMAIL PROTECTED]> wrote: > > > understood > > > I was arguing that having something like {{exterior_finish(car) }} > > is

[web2py:10148] Re: Way to change template engine

2008-10-12 Thread yarko
anks for naswers :) > > > In web2py I'm beginner. I generally don't like frameworks ( Django > > etc ). I prefer using routers, werkzeug or paser and jinja2 for > > templates, writing everything from scratch, etc. But for web2py I can > > make exception.

[web2py:10160] Re: Way to change template engine

2008-10-13 Thread yarko
:-) Yes; write Massimo a filter :-) On Oct 12, 6:45 pm, pigmej <[EMAIL PROTECTED]> wrote: > It makes big impression. > > But in plugin_t2/modules/t2.py there is mix of '' (4 times space) > and tabs ( tabulations )... it shouldn't be :) > > On

[web2py:10161] Re: Way to change template engine

2008-10-13 Thread yarko
stuff (and more) I am with you on... although there are practical matters left to sort out (how true is this?) about how to "plug-in" different layouts / styles... Regards, Yarko On Oct 12, 6:44 pm, mdipierro <[EMAIL PROTECTED]> wrote: > @pigmaj > yes there should be m

[web2py:10178] Re: Help--T2

2008-10-13 Thread yarko
...also, be sure to search for T2 in this group - there are notes about how to install it, how to name it; there's an example wiki built in t2 for download that Massimo posted here. The document (as it is) is on http://launchpad.net/t2 (look in source, main, docs - there's a pdf there) On Oct

[web2py:10191] Re: T3 - need help

2008-10-13 Thread yarko
I tried concrete.com - it crashed while I tried to edit my first page "aw, snap! something went wrong" at least it said, BUT it left my browser consuming enourmous amounts of CPU - so I had to kill it. I saw that this basically does what I mentioned that www.dotnetnuke.com does, which is structu

[web2py:10193] Re: T3 - need help

2008-10-13 Thread yarko
Ok - I see: jsTree examples: - doesn't work w/ Google Chrome; - seem to work w/ Safari, Firefox, and IE (although not quite the same - maybe it's the demo code...) On Oct 13, 5:42 pm, yarko <[EMAIL PROTECTED]> wrote: > I tried concrete.com - it crashed while I tried to

[web2py:10194] Re: T3 - need help

2008-10-13 Thread yarko
re: concrete5.org --- this crashed on chrome (I reported it); saw it on firefox - it does have cool ideas. On Oct 13, 5:59 pm, yarko <[EMAIL PROTECTED]> wrote: > Ok - I see: > > jsTree examples: > - doesn't work w/ Google Chrome; > - seem to work w/ Safari, Firefox,

[web2py:10188] Re: Escaping and inserting %20

2008-10-13 Thread yarko
Your other option, of course, is to batch "upload" all those files through web2py (which does renaming), save the original filenames in a database (name-pair: original-with-spaces; web2py uploaded safe name). Then you could "serve" these files with their apparent names, no? Just a thought...

[web2py:10217] Re: Components

2008-10-14 Thread yarko
r.launchpad.net/~mdipierro/t2/main Get bazaar client at http://bazaar-vcs.org/ (for PC installer, I DO NOT suggest installing the optional Tortoise tool; Uncheck that) ...or wait for Massimo to post a tarball... But, really, bzr setup is pretty straightforward. Regards, Yarko On Oct 14, 9:1

[web2py:10285] Re: delete vulnerability?

2008-10-15 Thread yarko
...can someone in this context talk to me where db transactoins do / could come into play? Is this because rows are not tied up in transactions at every form display? Is Bill suggesting doing a "lightweight" version of this in the framework? What other alternatives are there? On Oct 15, 10:09

[web2py:10287] Re: delete vulnerability?

2008-10-15 Thread yarko
his is not related to transactions (I misunderstood the original > post). > In fact T2 now has the feature Bill suggested. > > On Oct 15, 12:15 pm, yarko <[EMAIL PROTECTED]> wrote: > > > ...can someone in this context talk to me where db transactoins do / > > could come in

[web2py:10292] Re: database connection password

2008-10-15 Thread yarko
I think the issue is: if the db server is on the same box, and the box is secure, then that's a limited issue; If the db server is accross a network, then nothing web2py (or anything else connecting) can help, without the support of the db - this practically means you find an alternate way of aut

[web2py:10334] Issues w/ T2 Bazaar repository?

2008-10-16 Thread yarko
Has anyone else been seeing trouble? For the better part of this afternoon, I've been seeing this error from bzr: D:\Workspace\Web2Py\t2\main>bzr merge Merging from remembered parent location http://bazaar.launchpad.net/~mdipierro/t2/main/ bzr: ERROR: Invalid http response for http://bazaar.lau

[web2py:10346] Re: Issues w/ T2 Bazaar repository?

2008-10-16 Thread yarko
what I could tell). On Oct 16, 9:23 pm, mdipierro <[EMAIL PROTECTED]> wrote: > I have not tried recently. BTW, there is an old development version > and I do not know how to remove it. :-( > > On Oct 16, 8:15 pm, yarko <[EMAIL PROTECTED]> wrote: > > > Has anyone el

[web2py:10372] Re: web2py cookbook anyone?

2008-10-17 Thread yarko
+1frankly, (as a user experiencing forms) I love the flashbar too! :-) On Oct 17, 9:46 am, mdipierro <[EMAIL PROTECTED]> wrote: > Hi Noob, > > There are benefits of having a documentation project started from the > community. The main benefit is that is shows skeptics this is no > longer a on

[web2py:10374] Re: Question re migrate

2008-10-17 Thread yarko
what does your sql.log show? On Oct 17, 10:08 am, billf <[EMAIL PROTECTED]> wrote: > I'm a bit confused re migrate. > > I thought that if changes had been made to a table in the model and > migrate=True, whether specific or by default, then web2py would > magically alter the table.  And I could h

[web2py:10395] messed up on group management task

2008-10-17 Thread yarko
If you recently made a post about gae, and echoing ip addresses - I think I made a mistake, too quickly moderated and clicked the wrong box by mistake. If I'm right, then you will need to send me an email, and I'll correct the situation. Sorry about th

[web2py:10402] Did your post not show up in this group?

2008-10-17 Thread yarko
I messed up. I clicked too quickly, and think I moderated someone's post to block instead of post If you posted a question about GAE, your test app which just echos IP address - and you don't see it here, please email me - I'll fix my mistake. Kind regards, Yarko *si

[web2py:10407] Re: Did your post not show up in this group?

2008-10-17 Thread yarko
Great! Thanks for your patience! On Oct 17, 8:28 pm, justinjas <[EMAIL PROTECTED]> wrote: > Oh yeah I was wondering what happened to it.  I just reposted it, > since I had it send me an email. > > Justin > > On Oct 17, 7:25 pm, yarko <[EMAIL PROTECTED]> wrote: >

[web2py:10411] Re: web2py cookbook anyone?

2008-10-18 Thread yarko
he idea of something like a "Live Sphinx", but not sure the structure of it (as it is now) will make that easy. I am sure reStructuredText (Sphinx's basis) can easily be rendered live. Many interesting things in thinking about this, but the concepts are still forming. More late

[web2py:10420] Re: Testing in web2py

2008-10-18 Thread yarko
there are some other projects that use "nose", and from what little I looked at selenium, it looks like you can generate a test script (at least a sample) by recording actions. Selenium is open, written in Java, and looks to have a Python interface (to drive tests). Anyone look at this more?

[web2py:10421] Re: Database table from SQL query

2008-10-18 Thread yarko
e selector; tableE.id is to be represended by the name filed out of tableE); Thanks, Yarko On Oct 18, 11:19 am, morningovermidnight <[EMAIL PROTECTED]> wrote: > Thanks! > > On Oct 17, 10:33 am, mdipierro <[EMAIL PROTECTED]> wrote: > > > db.define_table('tableE

[web2py:10422] Re: t2 and stamp columns

2008-10-18 Thread yarko
of getting this with bazaar (they're really short, easy) are here: http://groups.google.com/group/web2py/browse_thread/thread/57f0f1175842acc9 Regards, Yarko On Oct 18, 11:42 am, billf <[EMAIL PROTECTED]> wrote: > Massimo > > I have downloaded the tar > fromhtt

[web2py:10423] Re: sqldesigner again

2008-10-18 Thread yarko
RL(r=request,c='static',f='designer/index.html')) I have not run through the backend part of this yes, but it will be interesting to have this called from the admin interface for any application. Regards, Yarko On Oct 18, 12:56 pm, "Boris Manojlovic" <[EMAIL P

[web2py:10424] Re: Google App Engine with web2py and high cpu cycles / slow response time

2008-10-18 Thread yarko
Sorry - I don't know about *.pyc files; I assume they're not platform dependent, so I'm assuming that uploading *.pyc files with your app doesn't work (?). How is the Django support on GAE handling this issue? On Oct 18, 1:51 pm, Robin B <[EMAIL PROTECTED]> wrote: > In compileapp.py, after read

[web2py:10426] Re: Database table from SQL query

2008-10-18 Thread yarko
that should have read "...the name field out of tableE" On Oct 18, 4:09 pm, yarko <[EMAIL PROTECTED]> wrote: > I'm sorry this reads a little bit like magic to me - can someone > walk me through this line, and how it works: > >     db.tableA.tableE.re

[web2py:10429] Re: Database table from SQL query

2008-10-18 Thread yarko
. > tableE in this case is a field of tableA. This is the normal way to > set a validator. The only point of the example is that in > IS_IN_DB(db, ...) db can be replaced by a SQLSet db(). > > On Oct 18, 4:09 pm, yarko <[EMAIL PROTECTED]> wrote: &g

[web2py:10454] Re: Testing in web2py

2008-10-19 Thread yarko
Thanks for all this, Timbo! Looking forward to hearing more on your experience, thoughts with this. Yarko On Oct 19, 9:54 am, Timbo <[EMAIL PROTECTED]> wrote: > Since the start of this thread, I've only just looked into using > Selenium RC and how to integrate that with web2py

[web2py:10455] Re: t2 and stamp columns

2008-10-19 Thread yarko
ble this afternoon I'll post the current t2.py to this list in a few minutes. Yarko On Oct 19, 10:38 am, mdipierro <[EMAIL PROTECTED]> wrote: > I will double check tomorrow from the office. I am puzzled. > > Massimo > > On Oct 19, 5:43 am, billf <[EMAIL PROTECTED

[web2py:10456] Re: t2 and stamp columns

2008-10-19 Thread yarko
Sorry - I was looking at that directory compare backwards - the link that Massimo posted in this thread indeed DOES have the modules/t2.py that includes: def _filter_fields() Try downloading it again... On Oct 19, 2:08 pm, yarko <[EMAIL PROTECTED]> wrote: > billf - > > I check

[web2py:10457] Re: t2 and stamp columns

2008-10-19 Thread yarko
.and create() and update() refers to it On Oct 19, 2:12 pm, yarko <[EMAIL PROTECTED]> wrote: > Sorry - I was looking at that directory compare backwards - the link > that Massimo posted in this thread indeed DOES have the modules/t2.py > that includes: > > def _fi

[web2py:10461] Re: t2 and stamp columns

2008-10-19 Thread yarko
te - and > created_on doesn't ;-) > > Many thanks all round - BTW had a go at installing bazaar on my Centos > machine and got problems with rtld(?) and kinda gave up.  Is  there > any benefit to using bazaar over downloading a tarball? > > On Oct 19, 8:15 pm, yarko &

[web2py:10471] Re: sqldesigner again

2008-10-19 Thread yarko
I tried to create a couple of linked tables as well - out of the string integers I tried to create, only one was declared as string in the web2py generated snippet; also the constraint required a lot of hand editing as it was malformed... Anyway, the concept is good - needs some more testing / fe

[web2py:10472] Re: sqldesigner again

2008-10-19 Thread yarko
that was a slip! I meant to say: "...out of the string fields I tried to create" On Oct 19, 11:10 pm, yarko <[EMAIL PROTECTED]> wrote: > I tried to create a couple of linked tables as well - out of the > string integers I tried to create, only one was declared as

[web2py:10492] Re: sqldesigner again

2008-10-20 Thread yarko
Nicol - Could you check if the live demo on http://ondras.zarovi.cz/sql works for you (that's the base code)? I just installed Opera 9.6 on my WinXPSP2 and both of these links seem to work ok (I just created & exported some tables from bojanka.net). Regards, Yarko On Oct 20, 5:31 a

[web2py:10499] Decorators for profiling functions

2008-10-20 Thread yarko
tors: http://www.artima.com/weblogs/viewpost.jsp?thread=240808, and an interesting link come in a comment ==> http://mg.pov.lt/profilehooks/ Enjoy! Yarko --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "web2py Web Fr

[web2py:10500] Re: sqldesigner again

2008-10-20 Thread yarko
Nicol - Thanks for the update Yarko A little from my world about Buffalo: http://yarkos.blogspot.com/2008/08/oh-give-me-home-where-buffalo-roam.html On Oct 20, 2:15 pm, Aspersieman <[EMAIL PROTECTED]> wrote: > Yarko > > I tried again and got the same effect ("Oper

[web2py:10565] Re: Lost some work tonite

2008-10-23 Thread Yarko
This is a bit of a tangent, but I've experienced this enogh that (on Firefox) I started using the plugin IT'S ALL TEXT Opens the item in your local editor of choice... This might be a good strategy in general - local composition and saving... -Original Message- From: Joe Barnhart <[

[web2py:10606] Re: Decorators for profiling functions

2008-10-25 Thread yarko
also http://www.artima.com/weblogs/viewpost.jsp?thread=240845 On Oct 21, 2:09 pm, DenesL <[EMAIL PROTECTED]> wrote: > Thank you for the links. > > On Oct 20, 3:53 pm, yarko <[EMAIL PROTECTED]> wrote: > > > As some of you may know, I want to get an online book autho

[web2py:10609] Re: Decorators for profiling functions

2008-10-25 Thread yarko
this looks like it might be interesting too: http://www.phyast.pitt.edu/~micheles/python/documentation.html (wish I had more time!) On Oct 25, 1:26 pm, yarko <[EMAIL PROTECTED]> wrote: > alsohttp://www.artima.com/weblogs/viewpost.jsp?thread=240845 > > On Oct 21, 2:09 pm,

[web2py:10610] Re: Decorators for profiling functions

2008-10-25 Thread yarko
and finally (?), an upcoming talk on generators at PyWorks by Matthew Wilson (still in revision, as I understand): http://scratch.tplus1.com/decoratortalk/ If nothing else, you HAVE to look at the pet grooming example - the images are... On Oct 25, 1:43 pm, yarko <[EMAIL PROTECTED]>

[web2py:10614] Re: web2py benchmarks

2008-10-25 Thread yarko
want help registering a branch, I can help. Regards, Yarko On Oct 25, 10:29 pm, JorgeRpo <[EMAIL PROTECTED]> wrote: > I would be good haveing benchmarks of other frameworks from > php(codeigniter comes to mind) and ROR > > that would be really interesting... > > On Oct 25, 10

[web2py:10814] Re: Integration with Appcelerator

2008-10-29 Thread yarko
re: Gut: I'd also add that sometimes "gut" reacts to the unfamiliar - so it's good to approach with openness. On Oct 29, 5:26 pm, "Yarko T" <[EMAIL PROTECTED]> wrote: > This may be worth looking at;  I think this is a part of the discussin i

[web2py:10882] Re: Decorators for profiling functions

2008-10-31 Thread yarko
I hope some of you are finding this interesting (it's not web2py specific, but interesting none-the-less): A Decorator-Based Build System - http://www.artima.com/weblogs/viewpost.jsp?thread=241209 On Oct 25, 1:53 pm, yarko <[EMAIL PROTECTED]> wrote: > and finally (?), an up

[web2py:10906] Re: Import db model from existing database

2008-10-31 Thread yarko
Great links, Michal - thanks! On Oct 31, 4:50 pm, michal niklas <[EMAIL PROTECTED]> wrote: > mdipierro <[EMAIL PROTECTED]> wrote: > > No you will have to type the table definitions > > > db.define_table('tablename',...fields...,migrate=False) > > Thanks for all replies. > I think I will create su

[web2py:10908] Re: Import db model from existing database

2008-10-31 Thread yarko
Looking forward to your tool(s)... Perhaps we could include them in web2py admin ? On Oct 31, 4:50 pm, michal niklas <[EMAIL PROTECTED]> wrote: > mdipierro <[EMAIL PROTECTED]> wrote: > > No you will have to type the table definitions > > > db.define_table('tablename',...fields...,migrate=False)

  1   2   3   4   5   6   7   8   9   10   >