Skip to content

Commit

Permalink
adding views
Browse files Browse the repository at this point in the history
  • Loading branch information
acarlton committed Jan 31, 2012
1 parent 8ba23cf commit 2b7b3d4
Show file tree
Hide file tree
Showing 498 changed files with 69,491 additions and 0 deletions.
397 changes: 397 additions & 0 deletions drupal/sites/all/modules/contrib/views/CHANGELOG.txt

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions drupal/sites/all/modules/contrib/views/D7UPGRADE.txt
@@ -0,0 +1,2 @@
Information about upgrading existing views from Drupal 6 to Drupal 7 is located
in the module's advanced help under api upgrading.
339 changes: 339 additions & 0 deletions drupal/sites/all/modules/contrib/views/LICENSE.txt

Large diffs are not rendered by default.

21 changes: 21 additions & 0 deletions drupal/sites/all/modules/contrib/views/README.txt
@@ -0,0 +1,21 @@

Welcome to Views 3. Please see the advanced help for more information.

If you're having trouble installing this module, please ensure that your
tar program is not flattening the directory tree, truncating filenames
or losing files.

Installing Views:

Place the entirety of this directory in sites/all/modules/views
You must also install the CTools module (http://www.drupal.org/project/ctools) to use Views.

Navigate to administer >> build >> modules. Enable Views and Views UI.

If you're new to Views, try the Simple Views module which can create some
often used Views for you, this might save you some time.

Recommended modules for use with Views:
Voting API
Views Bonus Pack
Views Bulk Operations
91 changes: 91 additions & 0 deletions drupal/sites/all/modules/contrib/views/css/ie/views-admin.ie7.css
@@ -0,0 +1,91 @@
/**
* The query details collapsible divs are not visible in IE7 because has-layout
* is not being triggered. Trigger has-layout with height: 1%;
*/
.views-edit-view .collapsible > .fieldset-wrapper {
height: 1%;
}

/**
* The column width for the bucket containers in the query details section
* is not being calculated to 32% correctly. Give IE7 a slightly smaller
* width so that the three columns line up next to each other
*/
.views-edit-view .views-display-column {
width: 31.95%;
}

/**
* IE7 has no idea how large this container should be and it doesn't
* apply has-layout. Expand it's width to 100% and trigger has-layout.
*/
.views-edit-view .views-displays {
height: 1%;
width: 100%;
}

/**
* IE7 isn't positioning the span correctly as a display-inline element
*/
.views-edit-view .views-displays .icon {
display: block;
float: left;
}

.views-edit-view .views-displays .icon-add {
top: 2px;
}

/**
* The add display query dropdown needs a lot of help
*/

.views-edit-view .views-displays .tabs.secondary {
position: relative;
z-index: 100;
}

.views-edit-view .views-displays .secondary .open > a {
border-bottom: 1px solid #f1f1f1;
}

.views-edit-view .views-displays .secondary .action-list {
border-bottom: 1px solid #cbcbcb;
top: 30px;
}

.views-edit-view .views-displays .secondary input {
text-align: left;
}

/**
* IE7 does not interpret div > * correctly
*/
.page-admin-structure-views #content .views-ui-display-tab-bucket {
padding-left: 0;
padding-right: 0;
zoom: 1;
}

.page-admin-structure-views #content .views-display-column + .views-display-column {
margin-top: 0;
}

/**
* IE7 is interpreting a top margin of 18px from somewhere. remove it
*/

.page-admin-structure-views #content .views-display-setting {
margin-top: 0;
}

/**
* IE7 can't handle the + selector that indents form wrappers after a checkbox on the add page
* zoom is necessary to trigger has layout. !imporant is necessary because IE7 is precedent
* to the theme.css stylesheet, even though it is included before this file.
*/

.page-admin-structure-views #content .form-type-checkbox + .form-wrapper {
margin-left: 27px !important;
zoom: 1;
}
98 changes: 98 additions & 0 deletions drupal/sites/all/modules/contrib/views/css/views-admin-rtl.css
@@ -0,0 +1,98 @@
/**
* The .css file is intended to only contain positioning and size declarations
* For example: display, position, float, clear, and overflow.
*/

/* @group Inline lists */

.horizontal > * {
float: right;
}

.horizontal.right {
float: left;
}

/* @end */

/* @group Attachment details
*
* The attachment details section, its tabs for each section and the buttons
* to add a new section
*/

.form-actions {
float: left;
}

/* @end */

/* @group Attachment details tabs
*
* The tabs that switch between sections
*/

.views-displays .secondary > li {
float: right;
}

/* @end */

/* @group Attachment details new section button */

.views-displays .secondary .action-list {
left: auto;
right: 0;
}

/* @end */

/* @group Attachment details collapsible fieldset */

.views-display-tab .fieldset-legend {
left: auto;
right: -5px;
}

/* @end */

/* @group Attachment details actions
*
* Display the "Delete" and "Duplicate" buttons to the right.
*/
.views-display-tab .fieldset-wrapper > .views-ui-display-tab-bucket .actions {
left: 0;
right: auto;
}

/* @end */

/* @group Attachment configuration columns */

.views-display-columns > * {
float: right;
margin-left: 0;
margin-right: 1%;
padding-left: 0;
padding-right: 1%;
}

.views-display-columns > *:first-child {
margin-right: 0;
padding-right: 0;
}

/* @end */

/* @group Settings forms */

.views-dependent {
margin-right: 1.5em;
}

.views-display-setting .label,
.views-display-setting .views-ajax-link {
float: right;
}

/* @end */
@@ -0,0 +1,24 @@
/**
* The .advanced_help.css file is intended to contain styles that override declarations
* in the Advanced Help module.
*/

/**
* Adjust the advanced help icons
*/
.views-ui-display-tab-bucket .advanced-help-link {
padding: 0;
margin: 5px 3px 0px 6px; /* LTR */
}

.views-ui-display-tab-bucket .icon-text {
padding-left: 25px; /* LTR */
}

.views-ui-display-tab-bucket .icon-linked {
background-position: 6px -151px; /* LTR */
}

.views-ui-display-tab-bucket .icon-unlinked {
background-position: 6px -193px; /* LTR */
}
@@ -0,0 +1,12 @@
/**
* The .bartik.css file is intended to contain styles that override declarations
* in the Bartik theme.
*/

/* @group Lists */

.views-display-top .secondary .action-list {
padding-right: 0;
}

/* @end */

0 comments on commit 2b7b3d4

Please sign in to comment.