Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0aade6b378 | ||
|
|
5b75130187 |
@@ -1,4 +1,4 @@
|
|||||||
## 2.10.1
|
## 2.10.1-2.10.2
|
||||||
|
|
||||||
- welcome app defaults to Bootstrap 3
|
- welcome app defaults to Bootstrap 3
|
||||||
- DAL -> pyDAL (thanks Giovanni, Niphlod, Paolo)
|
- DAL -> pyDAL (thanks Giovanni, Niphlod, Paolo)
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
Version 2.10.1-stable+timestamp.2015.03.31.15.15.31
|
Version 2.10.2-stable+timestamp.2015.03.31.22.25.23
|
||||||
|
|||||||
@@ -21,6 +21,7 @@ from gluon.fileutils import up, fix_newlines, abspath, recursive_unlink
|
|||||||
from gluon.fileutils import read_file, write_file, parse_version
|
from gluon.fileutils import read_file, write_file, parse_version
|
||||||
from gluon.restricted import RestrictedError
|
from gluon.restricted import RestrictedError
|
||||||
from gluon.settings import global_settings
|
from gluon.settings import global_settings
|
||||||
|
from gluon.cache import CacheOnDisk
|
||||||
|
|
||||||
|
|
||||||
if not global_settings.web2py_runtime_gae:
|
if not global_settings.web2py_runtime_gae:
|
||||||
@@ -117,6 +118,7 @@ def app_cleanup(app, request):
|
|||||||
r = False
|
r = False
|
||||||
|
|
||||||
# Remove cache files
|
# Remove cache files
|
||||||
|
CacheOnDisk(folder=apath('%s/cache/' % app, request)).clear()
|
||||||
path = apath('%s/cache/' % app, request)
|
path = apath('%s/cache/' % app, request)
|
||||||
if os.path.exists(path):
|
if os.path.exists(path):
|
||||||
for f in os.listdir(path):
|
for f in os.listdir(path):
|
||||||
|
|||||||
Reference in New Issue
Block a user