[web2py] Rocket is a good built-in server

2010-07-29 Thread BearXu
We build a small file sharing webapp in our intranet. Sometimes we need to transfer a big file like 700M. First we use django and its built in server and when we upload, the server stops to serve other requests. Then I tried the web2py with rocket and I found it's more robust. Plus, at first we al

[web2py] block problem in 1.81.5

2010-07-30 Thread BearXu
report block is not defined

Re: [web2py] Re: block problem in 1.81.5

2010-08-01 Thread BearXu
Jul 31, 2010 at 9:25 PM, mdipierro wrote: >>> > I do not understand what this thread is about >>> >>> > On 31 Lug, 20:49, Thadeus Burgess wrote: >>> >> >.< >>> >> On Sat, Jul 31, 2010 at 2:52 AM, mdipierro >>> >> wrote: >>> >> > ? >>> >>> >> > On Jul 31, 1:02 am, BearXu wrote: >>> >> >> report block is not defined >> >

[web2py:28825] How to implement FaceBook Connect in Web2py Auth?

2009-08-17 Thread BearXu
The style of FaceBook Login is different from two types mentioned in the Web2py new Chapters. it needs you to click on a button instead of inputing your information like username or password. I see its the new trend of login because the Twitter also support this style. Is there any exiting method

[web2py:28826] Re: How to implement FaceBook Connect in Web2py Auth?

2009-08-17 Thread BearXu
Plus, I think the UI of Facebook Login should integrated with the FORM style.So the user can choose if register on this site or login using Facebook Connect,Twitter Connect or others. 2009/8/17 BearXu > The style of FaceBook Login is different from two types mentioned in the > Web2

[web2py:28853] an Auth security recommendation

2009-08-17 Thread BearXu
I found that the default setting of the password from other auth login methods is "password". I think maybe the user should change this setting. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "web2py-users" group. To

[web2py:33030] The first page on App Engine

2009-10-16 Thread BearXu
Suppose I have an app named 'myapp' and I delete the 'welcome' app and buid a new app named 'init' putting redirect in its index func.It pass the test local but fail on GAE. Can anybody help? --~--~-~--~~~---~--~~ You received this message because you are subscribed

[web2py:33031] Re: The first page on App Engine

2009-10-16 Thread BearXu
it also fail on dev_server 2009/10/16 BearXu > Suppose I have an app named 'myapp' and I delete the 'welcome' app and buid > a new app named 'init' putting redirect in its index func.It pass the test > lo

[web2py:33040] Re: The first page on App Engine

2009-10-16 Thread BearXu
hon 2.5 visit http://localhost:8080/ the error is: Internal errorTicket issued: unrecoverable 2009/10/16 mdipierro > > what does it mean fail? what is the error? what is the app? what > version of python? what id the version of appserver? what is the os? > > On Oct 16, 3:17 pm,

[web2py:33045] I can not do "orderby=db.table.id" in GAE

2009-10-16 Thread BearXu
if I write this into my select command using dev_server, it is wrong. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web2py@googlegroups.com To unsubscribe f

[web2py:33046] Re: I can not do "orderby=db.table.id" in GAE

2009-10-16 Thread BearXu
Actually I want to desc orderbut the orderby=~db.table.id is also wrong 2009/10/17 BearXu > if I write this into my select command using dev_server, it is wrong. > --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[web2py:33059] Re: I can not do "orderby=db.table.id" in GAE

2009-10-17 Thread BearXu
timestamp records and order > by timestamp. > > On Oct 16, 6:46 pm, BearXu wrote: > > Actually I want to desc orderbut the orderby=~db.table.id is also wrong > > > > 2009/10/17 BearXu > > > > > if I write this i

[web2py:33065] Re: I can not do "orderby=db.table.id" in GAE

2009-10-17 Thread BearXu
Is there any good solution to translate the timestamp in the server to client's timezone and return it? 2009/10/17 mdipierro > > Make sure to timestamp with the GMT and not the local time. > > On Oct 17, 9:36 am, BearXu wrote: > > If the Google servers are distri

[web2py:11451] Re: web2py will play an important role in Computational Finance?

2008-11-08 Thread BearXu
rders to the trading system. I think it is not difficult to get > the real data from internet. Maybe we can use the RSS to import the > data from other websites. Most likely the data has some delay. I will > do more research on it. > > Tommy > > On Nov 3, 6:28 pm, BearXu <[EM

[web2py:11883] Re: web2py will play an important role in Computational Finance?

2008-11-15 Thread BearXu
gt; Bear, I don't know, but I can check it and update to you later. > > > > > Here is the example how web2py application to get the trading data > > > from finance yahoo using CSV. The link ishttp:// > mdp.cti.depaul.edu/appliances/default/show/20 > > > > >

[web2py:12246] Re: "No databases in this application" on GAE

2008-11-20 Thread BearXu
yes, the GAE data admin has some "bugs"It can not recognize a new table which has no item. 2008/11/20 Yarko Tymciurak <[EMAIL PROTECTED]> > yes - but good for local development _only_ > > > On Thu, Nov 20, 2008 at 7:59 AM, mdipierro <[EMAIL PROTECTED]>wrote: > >> >> This is *very* dangerous. You

[web2py:12946] Re: T3 is out!!!!!!!!!

2008-12-05 Thread BearXu
maybe an article to describe the relationship between t2,t3 and other apps or between apps and apps needed 2008/12/5 mdipierro <[EMAIL PROTECTED]> > > I just posted new version of T2, T3 and screenshots: > > http://web2py.appspot.com/t3/default/wiki/screenshots > > Massimo > > On Dec 5, 1:43 am,

[web2py:12950] Re: T3 is out!!!!!!!!!

2008-12-05 Thread BearXu
yes,T3 is a strong app inserted into Web2py Framework and built on T2 components. Nice! 2008/12/5 mdipierro <[EMAIL PROTECTED]> > > http://web2py.appspot.com/t3/default/wiki/readme > > > On Dec 5, 2:28 pm, BearXu <[EMAIL PROTECTED]> wrote: > > maybe an art

[web2py:13021] T3 issues

2008-12-06 Thread BearXu
I have tested T3 and find some issues in it. First, When I create a Page, I must fill in 'Name' and 'Title', its confusing.My suggestion is to modify the 'Name' to 'Url Name' and 'Title' to 'Menu Title'. Second in 'Configure', I can not input Chinese to be used as my TITLE name. Third, Changing S

[web2py:13024] Re: T3 issues

2008-12-06 Thread BearXu
Blueprint? http://blueprintcss.org/ 2008/12/6 mdipierro <[EMAIL PROTECTED]> > > Thank you. When you say you cannot input Chinese. Did you try on GAE > or PC? > > About layout... What if I make the CSS editable. > > Massimo > > On Dec 6, 10:40 am, BearXu <[EMAIL

[web2py:13086] Re: new T2 and new T3

2008-12-07 Thread BearXu
new T3 has fixed all issues I found before 2008/12/7 mdipierro <[EMAIL PROTECTED]> > > I have just reposted a new T2 > >http://mdp.cti.depaul.edu/examples/static/web2py.app.plugin_t2.tar > > and a new T3 > >http://mdp.cti.depaul.edu/examples/static/web2py.app.t3.tar > > The new T3 you can

[web2py:13087] Re: T3 is out!!!!!!!!!

2008-12-07 Thread BearXu
Yes, T3 is like Django's Admin, but the difference is T3 combines two interface(Front and Admin) into one.It's more easy to use. 2008/12/7 Jonathan Benn <[EMAIL PROTECTED]> > > Hi Massimo, > > > On Dec 5, 10:26 am, mdipierro <[EMAIL PROTECTED]> wrote: > > http://web2py.appspot.com/t3 > > Wow, thi

[web2py:14368] Re: T2/T3 Cheat sheet

2008-12-31 Thread BearXu
Yeah!Happ new year! 2008/12/31 Paul D. Eden > > In the hope that it will be useful, I am sharing a cheat sheet I made > up for T2/T3. > > It is available here. > > http://dl.getdropbox.com/u/169957/t2_t3_cheatsheet_0_9_0.pdf > > Edits/suggestions are welcome. > > > --~--~-~--~~-

[web2py:15330] Write a command script using web2py's database

2009-01-23 Thread BearXu
I want to write a script using web2py's database but outside the web2py environment. I have searched for the mails previous that I need to write db.definetable again plus migrate = false Do we have a more easy way like the script can reuse the code in models/db.py? Thanks --~--~-~--~

[web2py:15336] Re: Write a command script using web2py's database

2009-01-23 Thread BearXu
gt; from gluon.shell import exec_environment > env=exec_environment('the_model_file.py') > > env.db contains the database, env.db.tables, the list of tables etc > etc. (assuming the db is called "db") > > Massimo > > > On Jan 23, 9:42 am, BearXu wrote: &

[web2py:15337] Re: Write a command script using web2py's database

2009-01-23 Thread BearXu
I noticed all the usage are in the shell.py:) 2009/1/23 BearXu > Thanks > > I prefer option1. > WIll we have a doc about how to use web2py.py? > > > > 2009/1/23 mdipierro > > >> option 1) You can code the script as if it where code inside a >> control

[web2py:15340] Re: Write a command script using web2py's database

2009-01-23 Thread BearXu
Thanks 2009/1/23 mdipierro > > python web2py.py -h > > > > On Jan 23, 12:44 pm, BearXu wrote: > > Thanks > > > > I prefer option1. > > WIll we have a doc about how to use web2py.py? > > > > 2009/1/23 mdipierro > > > > > &

[web2py:15345] What's the type of "query = (db.user.name == 'Max')"

2009-01-23 Thread BearXu
I know use __cal__, an object of SQLDB can take a parameter again. so db is an object of SQLDB and db(query) returns an object of SQLSET but Why the return type of query = (db.user.name == 'Max') is an object of SQLQUERY instead of "True/False" Is that a python's feature? --~--~-~--~

[web2py:15346] Re: What's the type of "query = (db.user.name == 'Max')"

2009-01-23 Thread BearXu
maybe the == is overloaded by the Class of db.user.name 2009/1/23 BearXu > I know use __cal__, an object of SQLDB can take a parameter again. > so db is an object of SQLDB and db(query) returns an object of SQLSET > > but Why the return type of query = (db.user.name == 'Max&

[web2py:15351] Re: What's the type of "query = (db.user.name == 'Max')"

2009-01-23 Thread BearXu
oh,thery are overloaded in SQLXorable Thanks 2009/1/23 BearXu > maybe the == is overloaded by the Class of db.user.name > > > 2009/1/23 BearXu > > I know use __cal__, an object of SQLDB can take a parameter again. >> so db is an object of SQLDB and db(query) ret

[web2py:15368] can we add pydispatcher into web2py?

2009-01-23 Thread BearXu
I find that there is no trigger system in web2py because it maybe effects the Migrate. So can we add Pydispatcher into web2py to do some jobs instead of trigger like the signal in django: http://docs.djangoproject.com/en/dev/topics/signals/#topics-signals? --~--~-~--~~~---

[web2py:15377] Re: can we add pydispatcher into web2py?

2009-01-23 Thread BearXu
t; > Massimo > > > > On Jan 23, 5:28 pm, BearXu wrote: > > I find that there is no trigger system in web2py because it maybe effects > > the Migrate. > > > > So can we add Pydispatcher into web2py to do some jobs instead of trigger > > like the signal in djan

[web2py:15384] Re: replacing file

2009-01-24 Thread BearXu
So I think a signal system is also needed here because if we have one, we can solve this problem easily for ourselves. 2009/1/24 Wes James > > If you delete a file or record it deletes the file. I just submitted > a file when there was already one in the record. Is this supposed to > delete th

[web2py:15398] Is chart in T3 will be Google Chart?

2009-01-24 Thread BearXu
T3 has a function to write a bar graph. Will it support Google Chart to write a complex graph? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to web2py@

[web2py:15399] Re: IS_IN_DB for long tables

2009-01-24 Thread BearXu
Maybe you can write an AJAX_autocomplete widget here. 2009/1/24 Sebastian E. Ovide > Hi All, > > I'm using the IS_IN_DB to generate dropdown inputs in the forms and it is > great for small tables (as the category in the cookbook) but for some other > applications with long tables (say for examp

[web2py:15400] Re: Is chart in T3 will be Google Chart?

2009-01-24 Thread BearXu
there is some 3rd library like http://code.google.com/p/google-chartwrapper/ 2009/1/24 BearXu > T3 has a function to write a bar graph. > Will it support Google Chart to write a complex graph? > --~--~-~--~~~---~--~~ You received this message becaus

[web2py:15427] Re: migration of database

2009-01-25 Thread BearXu
but the solution is easy for going forward instead of going back.Am i right? But I must admit it's really easy for us to use. 2009/1/25 Gabriel > > it's a pretty solution for the end-user. > many thanks > gabriel > > > --~--~-~--~~~---~--~~ You received this mess

[web2py:15429] Re: web2py roadmap

2009-01-25 Thread BearXu
Yes, the doc is very old now... 2009/1/25 Gabriel > > Thank you for this quick feedback and clear explanations. > gabriel > > > --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post

[web2py:15556] Re: bad news and good news

2009-01-28 Thread BearXu
I am so happy to see that web2py is being used as an Enterprise Framework:) 2009/1/28 mdipierro > > Bad news: > - Once again, in 2009, PyCon has rejected the web2py talk and web2py > tutorial. > > Good news: > - I have been invited to join a panel discussion with Guido van > Rossum on ORM & GAE

[web2py:15557] Re: bad news and good news

2009-01-28 Thread BearXu
Does Yarko or Carl have a blog? 2009/1/28 BearXu > I am so happy to see that web2py is being used as an Enterprise Framework:) > > 2009/1/28 mdipierro > > >> Bad news: >> - Once again, in 2009, PyCon has rejected the web2py talk and web2py >> tutorial.

[web2py:15651] Do we have an easy way to move a record in web2py?

2009-01-31 Thread BearXu
Now I want to move a record from A table to B table do we have an easier way? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to web2py@googlegroups.com

[web2py:15655] Will DAL support the verion control in the future?

2009-01-31 Thread BearXu
For example, I reuploaded a new file. Then can I have two files under version control like django-reversion ? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "web2py Web Fra

[web2py:15656] Re: Do we have an easy way to move a record in web2py?

2009-01-31 Thread BearXu
a.id==id).select()[0],db.b.fields)) > > then delete the old one > > db(db.a.id==id).delete() > > On Jan 31, 4:30 pm, BearXu wrote: > > Now I want to move a record from A table to B table > > do we have an easier way? > > > --~--~-~--~~-

[web2py:15658] def some methods to the Object of Record

2009-01-31 Thread BearXu
Now we can: me=db(db.person.id==person_id).select()[0] me.name me.update_record(name="Max") So can I def some methods like: me.personal_def_method --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "web2py Web Fra

[web2py:15659] Re: def some methods to the Object of Record

2009-01-31 Thread BearXu
PLUS:if we want to add an friendship between two friends. we can not do: db.friendship.insert(user_id=aid , user_id=pid) Wether it a bug? 2009/2/1 BearXu > Now we can: > > me=db(db.person.id==person_id).select()[0] > > me.name > > me.update_record(name="Max")

[web2py:15679] Re: def some methods to the Object of Record

2009-02-01 Thread BearXu
20 20 2009/2/1 mdipierro > > I needs some context. I do not see the problem. > > Massimo > > On Jan 31, 8:14 pm, BearXu wrote: > > PLUS:if we want to add an friendship between two friends. > > we can not do: > > db.friendship.insert(user_id=a

[web2py:15678] Re: Do we have an easy way to move a record in web2py?

2009-02-01 Thread BearXu
l db.posts[5] # delete > > It is not atomic on GAE, but should be on SQL. > > Robin > > On Jan 31, 4:54 pm, BearXu wrote: > > Why can't we invent a "move" command :) > > > > 2009/1/31 mdipierro > > > > > > > > > defi

[web2py:15713] Re: def some methods to the Object of Record

2009-02-01 Thread BearXu
; ('friend2',db.friend)) > > db.friendship.insert(friend1=9,friend2=20) > > On Feb 1, 7:10 am, BearXu wrote: > > What I mean is that Web2py maybe didn't support the self-link table. > > For example > > db.friendship.insert(user_id=9 , user_id=20) > &g

[web2py:15715] DAL compared with Model in Django

2009-02-01 Thread BearXu
some questions can not be answerd by the comparion with Django in the web2py.com: 1)How many field types does DAL have now? Can we extend by ouselves? 2)In Django, when they defining a model: class Blog(models.Model):>a table in DAL name = models.CharField(max_length=100)

[web2py:15765] Re: Google gears ?

2009-02-02 Thread BearXu
Yahoo's Browserplus is really cool:) 2009/2/2 mdipierro > > What do you mean by off-line? what specifically do you want to do? > > On Feb 2, 10:22 am, Paul Eden wrote: > > Thanks Tim, > > > > This is probably just me daydreaming here, but it sure would be nice to > have > > some convenient API

[web2py:15778] Re: Google gears ?

2009-02-02 Thread BearXu
> > On Feb 2, 4:49 pm, BearXu wrote: > > I have an idea that : > > Next time Mr. M can publish a Web2Py App Store integrated in the admin > > interface of Web2Py > > SO It will be easy to upload applications of Web2Py or Javascript > > applications or beautiful

[web2py:15780] Re: qooxdoo

2009-02-02 Thread BearXu
Maybe you can join our discussionhttp://groups.google.com/group/web2py/browse_thread/thread/69c175054baaff14<%20http://groups.google.com/group/web2py/browse_thread/thread/69c175054baaff14>to talk about building an Application Store in Web2Py admin. 2009/2/2 aus > > Hi everybody! > > Does anyon

[web2py:15769] Re: Google gears ?

2009-02-02 Thread BearXu
I have an idea that : Next time Mr. M can publish a Web2Py App Store integrated in the admin interface of Web2Py SO It will be easy to upload applications of Web2Py or Javascript applications or beautiful icons and with a update notification function. And Web2Py can also be updated through the St

[web2py:15754] Re: DAL compared with Model in Django

2009-02-02 Thread BearXu
ield.represent (for output) > > I consider this a strength of web2py. Less magic and easier to extend. > > If you have a new type (say latitude) you would not make a new field > type. You would make a new validator and perhaps a new widget object. > > Massimo > > On

[web2py:15793] Re: bluetrip

2009-02-02 Thread BearXu
an application Store maybe is userful here, Let the users choose first.When the trend is formed, the best one can be included and supported. 2009/2/2 Timothy Farrell > > Naturally, I'm in favor of YUI's own CSS framework (which is not > dependent on the JS stuff that carries the same name). How

[web2py:15770] Re: Google gears ?

2009-02-02 Thread BearXu
Each application in the web2py admin will have three extra function: Check Update, Rate them and give a Patch. But the problem is that if some body has modified the appliction how to upgrade them. The five star applications also can be included. 2009/2/2 BearXu > I have an idea that : >

[web2py:15836] Re: web2py 1.56rc3

2009-02-03 Thread BearXu
Line 394 del db.table[i] should be db.table[id] Could u give us more explaination to the "One more feature in trunk" in line 366? If i want to do this :db.define_table('mytable',db.Field('somefield'),timestamp1, timestamp2) , Is that ok? If ok maybe can be added to the readme 2009/2/3 mdi

[web2py:15861] Re: new web site?

2009-02-04 Thread BearXu
Adobe also released a color website: http://kuler.adobe.com/ and Rails has a new group http://groups.google.com/group/ruby-graphic-designers maybe a designer can be found from it. 2009/2/2 achipa > > As for typos, you might want to check out > https://addons.mozilla.org/en-US/firefox/addon/81

[web2py:15881] Re: new web site?

2009-02-04 Thread BearXu
but I think the Admin Interface should have a different face from other applications included in it. 2009/2/4 mdipierro > > You are right. Everything should have a uniform look and feel. > > Massimo > > On Feb 4, 3:21 pm, Peter wrote: > > It IS much better than the old site... > > > > --- but I

[web2py:15884] Re: new web site?

2009-02-04 Thread BearXu
Not a big problem:) 2009/2/5 mdipierro > > hmmm. I agree in principle but that will confuse people because there > are screenshots in the book. > > > On Feb 4, 5:20 pm, BearXu wrote: > > but I think the Admin Interface should have a different face from other > &g

[web2py:15910] Re: web2py ORM and aggregations

2009-02-05 Thread BearXu
in 1.56 it seems that row.name should be row.yourtablename.name 2008/10/20 mdipierro > > yes. for example > > > t=db.define_table('mytable',SQLField('name'),SQLField('price','double')) > >print db(t.id>0).count() > > > rows=db(t.id>0).select(t.ALL,t.price.sum(),orderby=t.name,groupby=t.name)

[web2py:15911] Re: web2py ORM and aggregations

2009-02-05 Thread BearXu
2008/10/20 mdipierro > > yes. for example > > > t=db.define_table('mytable',SQLField('name'),SQLField('price','double')) > >print db(t.id>0).count() > > > rows=db(t.id>0).select(t.ALL,t.price.sum(),orderby=t.name,groupby=t.name) >for row in rows: print row.name, row._extra[t.price.sum()]

[web2py:16336] Re: How to create a REST service

2009-02-14 Thread BearXu
So the gluon.tools maybe can integrate this and OAuth. 2009/2/13 Fran > > On Feb 13, 7:25 pm, Miguel Goncalves > wrote: > > I would like to create a RESTfull web service with web2py using JSON as > the > > 'encoding' format. > > I have a RESTlike controller documented here: > https://trac.sahan

[web2py:16430] Re: Help with PyCon internationalization

2009-02-17 Thread BearXu
I have sent u a Chinese Version to ur mailbox. 2009/2/17 mdipierro > > so sp-LS.py ? > > On Feb 16, 10:13 pm, DenesL wrote: > > On Feb 16, 10:49 pm, mdipierro wrote: > > > > > Thank you denes. What should is be es-XX? > > > > The code for Spanish is SP and I think the Latin-American version is

[web2py:22624] Re: experimental: decimal and pickable and custom columns

2009-05-25 Thread BearXu
Can I save a formula in it? 2009/5/25 mdipierro > > you are right. it was just an example > > On May 25, 12:45 am, Alexey Nezhdanov wrote: > > I think that's handy. Dropping cross-db compartibility is bad indeed, > > but you just need to have a big warning in the place where user have > > to ma

[web2py:22636] Re: experimental: decimal and pickable and custom columns

2009-05-25 Thread BearXu
can we design a custom column that can save a function in it? Thus the customer can create or modify their own function to manipulate other data in the database. So such kind of field saves the code instead of the value. 2009/5/25 mdipierro > > formula? > > On May 25, 1:16 pm, B

[web2py:22665] Re: experimental: decimal and pickable and custom columns

2009-05-26 Thread BearXu
user submit data", you can > > try the accepts(...,onvalidation=callback) > > > > By the way, what is your circumstance which need user to create a > > function to manipulate data in db? Sounds vulnerable. > > > > On May26, 7:53am, BearXu wrote: &

[web2py:22679] Re: experimental: decimal and pickable and custom columns

2009-05-26 Thread BearXu
The reason to save some rules into the database is because sometimes these rules are changing with time. So maybe every year we have a new version of rules. We may add some new rules in the future. What is a better solution? 2009/5/26 BearXu > yesMaybe the customer is a system-administra

[web2py:10813] Re: web2py at PyCon

2008-10-29 Thread BearXu
Hi, Massimo Will u give a speech on Pycon2009 or EuroPython? 2008/10/27 mdipierro <[EMAIL PROTECTED]>: > > We proposed a registration solution and there seem to be alternatives. > If there are no surprised registration will be in web2py: > > You can the alpha version here: > > http://web2py.apps

[web2py:11026] web2py will play an important role in Computational Finance?

2008-11-03 Thread BearXu
It's interesting that the creator of Web2py is also the head of the Computational Finance in DePaul. Will we see some apps for Computational Finance in Web2py like option pricing or other statistics tools or even a derivative market emulation?(My imagination) I am always suspicious of the courses

[web2py:11039] Re: web2py will play an important role in Computational Finance?

2008-11-03 Thread BearXu
trage really exists and the winners are the guys who discover it and then made a portfolio.So the teachers can even use this system to assign the homework.:) I never saw a simulation system with tutorial mode before. 2008/11/3 tommy <[EMAIL PROTECTED]> > > BearXu, > > I

[web2py:11134] Re: file uploads

2008-11-04 Thread BearXu
Will Web2py has multiple files uploading function inbox? 2008/11/4 Wes James <[EMAIL PROTECTED]> > > On Tue, Nov 4, 2008 at 1:46 PM, mdipierro <[EMAIL PROTECTED]> wrote: > > > > If you have SQLField('doc','upload') than doc goes in the uploads > > folder and the name (renamed) in the field. > > >

[web2py:11138] Re: file uploads

2008-11-04 Thread BearXu
I mean can I choose more than one file and then click upload once? Do I need to design the form for myself? 2008/11/4 mdipierro <[EMAIL PROTECTED]> > > I do not understand the question. > > On Nov 4, 3:16 pm, BearXu <[EMAIL PROTECTED]> wrote: > > Will Web2py has mul

[web2py:11143] Re: file uploads

2008-11-04 Thread BearXu
> Kyle > > > On Tue, Nov 4, 2008 at 1:35 PM, BearXu <[EMAIL PROTECTED]> wrote: > >> I mean can I choose more than one file and then click upload once? >> Do I need to design the form for myself? >> >> 2008/11/4 mdipierro <[EMAIL PROTECTED]> >>

[web2py:11144] Re: file uploads

2008-11-04 Thread BearXu
maybe one day web2py will include the sqldesigner too:) 2008/11/4 BearXu <[EMAIL PROTECTED]> > Thanks for your suggestion. > I mean will web2py support this function in the future? > 2008/11/4 Kyle Smith <[EMAIL PROTECTED]> > > You'll need to do this yourself.

Re: [web2py] signed URL - please help test it!

2011-05-21 Thread BearXu
This is like the channel API in the app engine. Hope that rocket can support long pool in the future. On 22 May 2011 08:47, Massimo Di Pierro wrote: > There is something new and potentially very important for web2py. > Example: > > @auth.requires_login() > def index(): >     link = A('click me',_

Re: [web2py] How Web2py works

2014-02-03 Thread BearXu
I remember that everytime web2py will run model.py file. If you have not the tables, it will create these for you and if you have, it will know how to map these database to the DAL. On 30 January 2014 09:21, Cliff Kachinske wrote: > I'm giving a talk on DAL at the Pyatl meetup next Thursday. It's

Re: [web2py] Re: How can I add a compiler to my site like the ones Codecademy, ideone and W3 schools have?

2016-01-17 Thread BearXu
If it is a small and nonsafety project, You need to use subprocess or you need to run the code in the sandbox vm. On Jan 17, 2016 6:48 AM, wrote: > > Someone please help me with this. It's very urgent and I have no idea how to compile C programs in web2py (plus it should not be running online with

Re: [web2py] web2py 2.15.2 is OUT

2017-07-19 Thread BearXu
Thanks On 19 July 2017 at 07:25, Massimo Di Pierro wrote: > web2py 2.15.2 is OUT is includes a few major bug fixes to version 2.15.1. > Thanks Leonel for the quick fixes. > There a few other outstanding problems and they will be resolved in the > next week. > > For new users 2.15.2 is still bett