problems from 2.15.1 still exist
1. Minify problems still exist
models/db.py
response.optimize_js = 'concat,minify,inline'

Access :
http://127.0.0.1:8000/test/appadmin/d3_graph_model

Return :
Traceback (most recent call last):
  File "/Users/MacBookPro/site/web2py/gluon/restricted.py", line 219, in 
restricted
    exec(ccode, environment)
  File "<string>", line 36, in <module>
  File "/Users/MacBookPro/site/web2py/gluon/globals.py", line 503, in 
include_files
    time_expire)
  File "/Users/MacBookPro/site/web2py/gluon/cache.py", line 247, in __call__
    value = f()
  File "/Users/MacBookPro/site/web2py/gluon/globals.py", line 498, in 
call_minify
    self.optimize_js)
  File "/Users/MacBookPro/site/web2py/gluon/contrib/minify/minify.py", line 
111, in minify
    contents = read_binary_file(abs_filename)
  File "/Users/MacBookPro/site/web2py/gluon/contrib/minify/minify.py", line 
32, in read_binary_file
    f = open_py23(filename, 'r')
  File "/Users/MacBookPro/site/web2py/gluon/contrib/minify/minify.py", line 
26, in open_py23
    f = open(filename, mode + 'b')
IOError: [Errno 2] No such file or directory: 
'/Users/MacBookPro/site/web2py/applications/mutualfunds/static/min.js'

2. before insert callback problem with required = True still exist

thanks and best regards,
stifan

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to