Closed (fixed)
Project:
Views (for Drupal 7)
Version:
8.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
24 May 2013 at 19:59 UTC
Updated:
4 Jan 2014 at 03:28 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
toddtomlinson commentedComment #2
toddtomlinson commentedPatch attached that renames op_shorter to addShorterThan.
Comment #4
tvlooy commentedAdd access modifiers + re-test.
Comment #5
heddnIn #2003582: Rename Views method op_equal() to opEqual() it was decided to not rename a function from op_{foo} to add{foo}. So to be consistent this patch should just change the name to opShorterThan.
Comment #6
dawehnerSet to needs work.
Comment #7
marlatt commentedChanged method names and changed access modifier to protected since this is called inside the class.
Comment #8
dawehnerLooks fine and this is the only places where this method is used.
Comment #9
webchickCommitted and pushed to 8.x. Thanks!
Moving to the Views queue for the change notice.
Comment #10
heddnChange notice taking place in: #1856630: [Change notice] [META] Rename Views methods to core standards. Marking fixed as this was committed in #9.