From 91d2bd582065f27cc412d62f2b075f90331c7e18 Mon Sep 17 00:00:00 2001 From: Massimo Di Pierro Date: Wed, 7 Mar 2012 11:27:18 -0600 Subject: [PATCH] test move mdipierro->web2py --- Makefile | 2 +- VERSION | 2 +- applications/admin/controllers/default.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 327b742a..45a617b5 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ update: wget -O gluon/contrib/feedparser.py http://feedparser.googlecode.com/svn/trunk/feedparser/feedparser.py wget -O gluon/contrib/simplejsonrpc.py http://rad2py.googlecode.com/hg/ide2py/simplejsonrpc.py src: - echo 'Version 1.99.7 ('`date +%Y-%m-%d\ %H:%M:%S`') stable' > VERSION + echo 'Version 1.99.7 ('`date +%Y-%m-%d\ %H:%M:%S`') dev' > VERSION ### rm -f all junk files make clean ### clean up baisc apps diff --git a/VERSION b/VERSION index ed89999a..47221d11 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 1.99.7 (2012-03-04 16:03:35) stable +Version 1.99.7 (2012-03-07 11:26:49) dev diff --git a/applications/admin/controllers/default.py b/applications/admin/controllers/default.py index 9f07abfa..d95a4b4c 100644 --- a/applications/admin/controllers/default.py +++ b/applications/admin/controllers/default.py @@ -3,7 +3,7 @@ EXPERIMENTAL_STUFF = True if EXPERIMENTAL_STUFF: - is_mobile = request.user_agent().is_mobile + is_mobile = True # request.user_agent().is_mobile if is_mobile: response.view = response.view.replace('default/','default.mobile/') response.menu = []