Skip to content

Commit

Permalink
fixed issue 728, bug in languages, thanks pgergo
Browse files Browse the repository at this point in the history
  • Loading branch information
mdipierro committed Mar 26, 2012
1 parent bc4def6 commit ba93692
Show file tree
Hide file tree
Showing 84 changed files with 222 additions and 137 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Version 1.99.7 (2012-03-26 11:13:57) dev
Version 1.99.7 (2012-03-26 11:17:03) dev
2 changes: 2 additions & 0 deletions __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@





1 change: 1 addition & 0 deletions anyserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,3 +299,4 @@ def main():
main()



1 change: 1 addition & 0 deletions appengine_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ def webapp_add_wsgi_middleware(app):
return app



1 change: 1 addition & 0 deletions cgihandler.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,4 @@
wsgiref.handlers.CGIHandler().run(gluon.main.wsgibase)



1 change: 1 addition & 0 deletions fcgihandler.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,4 @@
fcgi.WSGIServer(application, bindAddress='/tmp/fcgi.sock').run()



1 change: 1 addition & 0 deletions gaehandler.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,4 @@ def main():
main()



2 changes: 2 additions & 0 deletions gluon/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,5 @@





1 change: 1 addition & 0 deletions gluon/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -458,3 +458,4 @@ def create_missing_app_folders(request):




3 changes: 2 additions & 1 deletion gluon/cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ def __init__(self, request):
the global request object
"""
# GAE will have a special caching

if have_settings and settings.global_settings.web2py_runtime_gae:
from contrib.gae_memcache import MemcacheClient
self.ram=self.disk=MemcacheClient(request)
Expand Down Expand Up @@ -438,3 +438,4 @@ def action():




1 change: 1 addition & 0 deletions gluon/cfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,4 @@ def getcfs(key, filename, filter=None):




3 changes: 2 additions & 1 deletion gluon/compileapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def LOAD(c=None, f='index', args=None, vars=None,
url=None,user_signature=False, timeout=None, times=1,
content='loading...',**attr):
""" LOAD a component into the action's document
Timing options:
-times: An integer or string ("infinity"/"continuous")
specifies how many times the component is requested
Expand Down Expand Up @@ -692,3 +692,4 @@ def test():




1 change: 1 addition & 0 deletions gluon/contenttype.py
Original file line number Diff line number Diff line change
Expand Up @@ -721,3 +721,4 @@ def contenttype(filename, default='text/plain'):




1 change: 1 addition & 0 deletions gluon/contrib/AuthorizeNet.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,3 +261,4 @@ def test():




1 change: 1 addition & 0 deletions gluon/contrib/DowCommerce.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,3 +241,4 @@ def test():




1 change: 1 addition & 0 deletions gluon/contrib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@




1 change: 1 addition & 0 deletions gluon/contrib/comet_messaging.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,3 +192,4 @@ def on_close(self):




1 change: 1 addition & 0 deletions gluon/contrib/feedparser.py
Original file line number Diff line number Diff line change
Expand Up @@ -3908,3 +3908,4 @@ def parse(url_file_stream_or_string, etag=None, modified=None, agent=None, refer




1 change: 1 addition & 0 deletions gluon/contrib/gae_memcache.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,4 @@ def clear(self, key):




1 change: 1 addition & 0 deletions gluon/contrib/gae_retry.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,4 @@ def wrapper(*args, **kwargs):




1 change: 1 addition & 0 deletions gluon/contrib/generics.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,4 @@ def pdf_from_html(html):




1 change: 1 addition & 0 deletions gluon/contrib/google_wallet.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ def button(merchant_id="123456789012345",




1 change: 1 addition & 0 deletions gluon/contrib/gql.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@




1 change: 1 addition & 0 deletions gluon/contrib/memdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -909,3 +909,4 @@ def test_all():




1 change: 1 addition & 0 deletions gluon/contrib/pam.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,4 @@ def my_conv(n_messages, messages, p_response, app_data):




1 change: 1 addition & 0 deletions gluon/contrib/populate.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,3 +178,4 @@ def populate(table, n, default=True, compute=False):




Loading

0 comments on commit ba93692

Please sign in to comment.