Downloads

Download views_import-6.x-1.1.tar.gztar.gz 8.05 KB
MD5: 9399cbc318fd570babc9fd46e8ef7b5e
SHA-1: 85fc5c368af742ea60db09ec884ce958eeb82777
SHA-256: 95383ad896f9a9b13700c885eb3c273023ac4dae637cdf8c198becb819a4cda9
Download views_import-6.x-1.1.zipzip 9.23 KB
MD5: 3093f90c73e884a3bbaeca82e94f7753
SHA-1: 9f990eb0d4e072f7b4b8440bdc6477cbc197f324
SHA-256: 33eff1527349966651088ca7c0784dfc3efb329615f534bffcc411cb2efe46d2

Release notes

First most important thing, that I changed is lost eval() from code.
I use simple include instead eval(). So, now PHP accelerators can cache views code as well.

Second thing is that I moved all views to 'sites/all/imports/views' folder.
it's not a good practice to let other people change anything in modules directory, as this makes it really hard to update because you can't just replace it with the updated version.

Upgrade instructions 6.x-1.0 to 6.x-1.1:

  1. Move all your views' files to 'sites/all/imports/views' folder.
  2. Add '.inc' extension to each view file.
  3. Add '<?php' line to the top of the files.
Created by: mrded
Created on: 14 Jun 2012 at 13:28 UTC
Last updated: 14 Jun 2012 at 13:56 UTC
New features

Other releases