Downloads
Download tar.gz
286.55 KB
MD5: 4a0ab2a45188bb205a69d7319bfa0103
SHA-1: 8ed85bf0f32843625970111b36871fbf2414b8b6
SHA-256: a753cafd70807fc2e8616fe3cc187a08f18c1d8ded23ca8c5930ca4fd505439d
Download zip
321.26 KB
MD5: b55126a9c06125041e9c3d9c6954b6c8
SHA-1: 473b42c3041f672daecc600d1bddce1f2515595b
SHA-256: d103f3156bf5234eadb4d8aa2f2f5f0ee1e4d66d35634c521a77f66a122089dd
Release notes
New features
- The attachment display type. You can put a view onto another view.
- RSS -- this is now implemented as a display type. Add a Feed display to a view with a page display. Give it the appropriate path -- you need to specify all of the arguments in the URL, generally. SOmething like foo/%/%/feed for example. Be sure to look at the style plugin and row plugin options. This is currently only relevant for the node type.
- All handlers have been implemented that I can think of. This means I've certainly missed a couple, but missing handlers from core functionality that were previously in Views 1 are either 1) no longer relevant or 2) missing and therefore bugs.
Important note
I added options to a few of items that might cause red NOTICE messages to show up regarding unknown variables, especially thinks like 'link'. If you see these on existing views, this is ok; you have to find the handler or plugin that has the new option, and click 'update' and it will set the option and the notice will go away.
If you see these on views you add *after* you install this, then that's probably a bug.
This is a rough list of features NOT YET IMPLEMENTED and thus TODO:
- PHP Arg code
- Filter groups
- Validation, lots of validation
Here's the full changelog
Changes since DRUPAL-6--2-0-ALPHA4:
- #240102: (Largely by neclimdul) -- Initial pass at profile field handlers. Still 3 @todo items remain but they are not hard.
- First steps to get Views D6 translated (63% done).
- #240478: some string cleanup
- #240481: (By hass) make .js strings translateable
- Add an "empty text" option to the prerender_list handler (which affects user roles and profile freeform list)
- #115949: (nedjo followup) -- remove unused function in .js
- #240510: (by neclimdul) Add "title" attribute to AJAX links. Also some misc cleanup.
- #240524: Use pager option always said "Mini" (fix by alpritt)
- Initial taxonomy implementation. There's still a ways to go -- I totally punted on depth -- and we need a few more argument handlers.
- check_markup should not check to see if the current user has permission.
- Clean URL fix
- #240634: Due to use of field aliases that are not always valid, multiple pseudo fields weren't showing up. Fixed up the field template to better conform to other templates.
- More field template fixing
- #240314: Picture field did not work at all
- #240850: (By John Morahan) add book.module support
- Updated POT for latest code
- Updated German translation
- Added one more JS string.
- Attempt to fix #239115
- Some cleanup, some re-org, some minor fixes.
- #241009: (by hass) Menu items are not supposed to be run through t() in D6
- #241033: (by hass) String translatability fixes.
- #241391: (by John Morahan) Allow "distinct" setting on the display.
- #241823: (by John Morahan) Implement a random sort
- #241917: (by John Morahan) -- allow two displays on the same view to have the same path, using access control to determine which view the user is given. This allows separate administrative views, for example.
- #242243: (by John Morahan) support for HAVING in the query object.
- #241048: (By Keith Smith) expand help on relationships
- #241296: Add a more explanatory title (tooltip) for the style settings button, and a note in the style description to keep an eye out for it.
- Finally! Taxonomy arguments. That work! Except I left out depth.
- Code cleanup related to arguments
- Another small bit of code (mostly comment) cleanup.
- Add basic support for "files" table. Still needs upload.module stuff to really link it in, though.
- upload.module handlers
- Add missing user.module handlers
- Comment update from alpritt, plus views_handler_field_numeric
- Rename "primary_table" to "base_table" to remove confusion
- #243767: (by alpritt) correction to "node: has new content" filter
- #242730: (by mfb) misplaced parenthesis made bad call to db_rewrite_sql
- #242419: More UI tweaks from yoroy
- #242419: Rollback
- Some documentation stubs and cleanup.
- Make the "more" URL conform to core, like Views 1 did.
- Some more documentation updates
- Fix user name filter; add user current filter
- #242544: Ensure use_pager is unset if items_per_page is 0.
- #242388: (partially by John Morahan) Create a new display type whose sole purpose is to attach to another display on the view, thus allowing views within views. Like magical querying burritos.
- Move attachment rendering to views-view.tpl.php for greater flexibility.
- RSS implementation
- Add scrollbar to the query table on live preview cause sometimes it overflows badly
- #241917 by John Morahan: Some menu alter stuff I left out of a previous patch.
- #241917 by John Morahan: Some menu alter stuff I left out of a previous patch. (This time for sure!)