diff --git a/VERSION b/VERSION index 5d46a353..fcd88f89 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 1.99.3 (2011-11-29 09:50:33) dev +Version 1.99.3 (2011-11-29 22:29:36) dev diff --git a/applications/examples/controllers/default.py b/applications/examples/controllers/default.py index 2a1770fd..3d45a54f 100644 --- a/applications/examples/controllers/default.py +++ b/applications/examples/controllers/default.py @@ -8,7 +8,7 @@ response.description = T('web2py Web Framework') session.forget() -@cache('index') +#@cache('index') def index(): return response.render() diff --git a/applications/examples/static/css/examples.css b/applications/examples/static/css/examples.css index b262c124..e66ea91b 100644 --- a/applications/examples/static/css/examples.css +++ b/applications/examples/static/css/examples.css @@ -15,7 +15,6 @@ ul { list-style: circle outside;} .announce a { color: white !important;} input:focus,textarea:focus {background:#f0f0f0!important} - table.downloads { width:100%; } table.downloads th, table.downloads td {text-align:center;} table.downloads a.button { width: 150px; } diff --git a/applications/examples/static/css/web2py.css b/applications/examples/static/css/web2py.css index 2d1b7734..e1968dca 100644 --- a/applications/examples/static/css/web2py.css +++ b/applications/examples/static/css/web2py.css @@ -50,7 +50,11 @@ html, body { .footer, .push { height: 6em; padding: 1em 0; - clear: both; + clear: both; +} + +.footer { + padding-bottom: 100px; } .footer-content {position: relative; bottom: -4em; width: 100%;} diff --git a/applications/examples/static/images/tag-cloud-color-small.png b/applications/examples/static/images/tag-cloud-color-small.png index 17fd4091..18ff781a 100644 Binary files a/applications/examples/static/images/tag-cloud-color-small.png and b/applications/examples/static/images/tag-cloud-color-small.png differ diff --git a/applications/examples/views/default/index.html b/applications/examples/views/default/index.html index cb110915..4aa6f8ec 100644 --- a/applications/examples/views/default/index.html +++ b/applications/examples/views/default/index.html @@ -6,7 +6,8 @@
Free open source full-stack framework for rapid development of fast, scalable, secure and portable database-driven web-based applications. Written and programmable in Python. LGPLv3 License
+Free open source full-stack framework for rapid development of fast, scalable, secure and portable database-driven web-based applications. Written and programmable in Python. LGPLv3 License. +Current version: {{="%s.%s.%s (%s) %s" % request.env.web2py_version}}
{{block extra}}