Skip to content
Snippets Groups Projects
Select Git revision
  • b51e4d032392616237a930d02aeeda5efd3f4ff5
  • 7.x-3.x default
  • 6.x-3.x
  • 6.x-2.x
  • 8.x-3.x
  • 8.x-3.x-rebased
  • master
  • d7v3ui
  • 6.x-2.11-security
  • 4.7.x-1.x
  • 5.x-1.x
  • 4.6.x-1.x
  • 7.x-3.30
  • 7.x-3.29
  • 7.x-3.28
  • 7.x-3.27
  • 7.x-3.26
  • 7.x-3.25
  • 7.x-3.24
  • 7.x-3.24-rc1
  • 7.x-3.23
  • 7.x-3.22
  • 7.x-3.21
  • 7.x-3.20
  • 7.x-3.19
  • 7.x-3.18
  • 7.x-3.17
  • 7.x-3.16
  • 7.x-3.16-rc1
  • 7.x-3.15
  • 7.x-3.14
  • 7.x-3.13
32 results

views

  • Clone with SSH
  • Clone with HTTPS
  • Earl Miles's avatar
    #124789: Disable delete button on filters that have been exposed so people...
    Earl Miles authored
    #124789: Disable delete button on filters that have been exposed so people stop trying to delete them.
    b51e4d03
    History
    // $Id$
    
    OVERVIEW
    
    The views module provides a flexible method for Drupal administrators to control
    how lists of content are presented. Traditionally, Drupal has hard-coded most of
    this, particularly in how taxonomy and tracker lists are formatted.
    
    This tool is essentially a sort-of smart query builder that, given enough
    information, can build the proper query, execute it, and display the results. It
    has four modes, plus a special mode, and provides an impressive amount of
    functionality from these modes.
    
    INSTALLING VIEWS
    
    In 4.7, Views can be installed simply by activating the module, thanks to the
    new module installation features.
    
    Please note that this is now TWO modules -- views.module and views_ui.module
    DOCUMENTATION
    
    Documentation is now available at http://drupal.org/handbook/modules/views.
    The documentation files in the views package have been removed since they
    are even more out of date.
    
    As of 3/16/2006, the user documentation is UP TO DATE. The API documentation
    is somewhat out of date, and the theming documentation is very out of date.
    I hope to correct this in the very near future.
    
    DOCUMENTATION
    
    The best documentation will be here:
    http://drupal.org/handbook/modules/views
    
    -------------- IMPORTANT --------------------------------------------------
    -------------- IMPORTANT --------------------------------------------------
    
    If you update Views or any module that uses Views, you MUST MUST MUST
    go and resubmit the admin/modules page. Views caches information provided
    by modules, and this information MUST be re-cached whenever an update
    is performed. 
    
    DRUPAL CANNOT TELL AUTOMATICALLY IF YOU HAVE UPDATED CODE. Therefore you
    must go and submit this page.
    
    Hopefully in 4.8 this won't be an issue.
    
    -------------- UPDATING VIEWS ---------------------------------------------
    
    If you're updating from 4.6 to 4.7+, this is important:
      Views Will Not Update Properly.
    
    I'm sorry, but there is no upgrade path from 4.6 to 4.7. In order to
    achieve this result, you need to first completely unstall Views. Before
    you do this you may want to write down your view information.
    
    Then uninstall views; there are instructions on the views module handbook
    page on drupal.org -- http://drupal.org/handbook/modules/views.
    
    Once you have it completely uninstalled, you may then install the new
    Views for 4.7, via Drupal's automatic installer.