qviews 6.x-1.0-alpha1
| Download | Size | md5 hash |
|---|---|---|
| qviews-6.x-1.0-alpha1.tar.gz | 72.96 KB | 393639192ef3b09586bbe2e53911a21f |
| qviews-6.x-1.0-alpha1.zip | 77.38 KB | 0806d9ddaa25c29974af4e40f30c138c |
Release notes
Initial release of Query-Based Views (Q-Views) module. Allow a user to build a Views-like report by providing a query directly. In Alpha right now, but fairly solid. Will need a code rewrite and and will need to be brought into Drupal coding standard compliance before a full release.
qviews 5.x-1.0-alpha1
| Download | Size | md5 hash |
|---|---|---|
| qviews-5.x-1.0-alpha1.tar.gz | 69.81 KB | 8ee25159881faa34c2a511f28fdc55f0 |
| qviews-5.x-1.0-alpha1.zip | 74.29 KB | cd7f901ec809a7f59b5955231b39cd21 |
Release notes
Initial release of Query-Based Views (Q-Views) module. Allow a user to build a Views-like report by providing a query directly. In Alpha right now, but fairly solid. Will need a code rewrite and and will need to be brought into Drupal coding standard compliance before a full release.
qviews 5.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| qviews-5.x-1.x-dev.tar.gz | 70.83 KB | 09aa9380d6a4ded97e7897c564a34189 |
| qviews-5.x-1.x-dev.zip | 73.94 KB | 59b7bb067522cfc52e68ec353bc5c5d6 |
Release notes
Dev release of Query-Based Views module for Drupal 5.
qviews 6.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| qviews-6.x-1.x-dev.tar.gz | 74.07 KB | 424a8a3f36f567ae019357ad33a09223 |
| qviews-6.x-1.x-dev.zip | 77.14 KB | 70d8291a1fcae5403046058aa5df61f2 |
Release notes
Initial release of the Query-Based Views module for Drupal 6. Build Views-like reports, but begins with a query.
Query-Based Views (Q-Views) provides the Views-like functionality of generating reports or content feeds, but starts the process with a raw SQL query. In Views, the query is constructed through setting up configuration, but in Q-Views you supply the query directly. This can be a more rapid, reasonable solution in some situations. Q-Views is very AJAX-y by default, with ajax-based pagination and searching, which also means rapid browsing through data. Views is much more mature, so it's encouraged that you use Views when you can, but Q-Views can provide a lot of functionality with low configuration overhead when you would normally build a feed or report outside of Views.