Needs review
Project:
Views (for Drupal 7)
Version:
7.x-3.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
1 Nov 2012 at 21:02 UTC
Updated:
6 Jun 2019 at 11:49 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
joel_osc commentedHere is a patch which may be worth looking at - it is based on the patch in this thread #1417886: 'Less than' operator for contextual arguments
Comment #1.0
joel_osc commentedClarifiations.
Comment #2
robertwb commented@joel_osc - This is good stuff, and I think that it really, really is useful to expand Drupals capabilities in the area of numerical data content management and analysis. I am going to put up a modified patch here in case you want to look at it. It does a couple of things differently, some stylistic, and others I think very important to have this adopted into the main branch:
Either way, it's nice to know someone else is interested in this type of functionality. If you want to consider all or some of my approaches
Comment #3
robertwb commentedMarking as "Needs Review" - thus far implemented original by OP, modified and tested by @robertwb on 4 installs - 2 MySQL and 2 PostgreSQL.
Comment #6
robertwb commentedComment #8
joel_osc commentedGreat additions to the original, thanks!
Comment #9
robertwb commentedsetting status to needs review for retesting
Comment #10
robertwb commentedResubmitting patch for testing
Comment #11
robertwb commentedComment #12
robertwb commentedComment #13
robertwb commentedComment #14
robertwb commentedUpdated patch to include exportable settings.
Comment #15
robertwb commentedExport support added in #14 will only work if related issue patch is applied because of existing views bug where generic export_plugin support is broken for all settings beyond 'default_argument_type'.
Comment #16
chris matthews commentedThe 3 year old patch in #14 to views_handler_argument_numeric.inc does not apply to the latest views 7.x-3.x-dev and if still relevant needs to be rerolled.
Comment #17
andrew answer commentedPatch rerolled.