Closed (won't fix)
Project:
Views (for Drupal 7)
Version:
6.x-3.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
7 Mar 2012 at 03:08 UTC
Updated:
26 Jul 2017 at 11:00 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
tim.plunkettThese lines could probably be combined.
wrap in t()
wrap in t()
missing space after comma
would this need an isset() to prevent notices?
missing space after comma
Comment #2
bigjim commentedAll except the isset() re-rolled here. On the isset() question I believe it's not needed as event the "never cache" options returns a -1 for the first condition of the if() so there is always a value.
Comment #3
tim.plunkettRerolled for git credit for @jalama, and adding full stops to the end of a string. I don't think this needs tests, since its really a UI thing.
The validate works, it gets exported properly, and the UI works.
Comment #4
dawehnerThanks! Committed to 7.x-3.x
Comment #5
mustanggb commented