Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
views.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
24 May 2013 at 19:48 UTC
Updated:
29 Jul 2014 at 22:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
no_angel commentedworking on at sprint
Comment #2
no_angel commentedComment #3
aviindub commentedComment #4
aviindub commentedgoing to attempt this as my first patch
Comment #5
aviindub commentedComment #6
aviindub commentedComment #7
xanoThe patch changes file permissions from 644 to 755. It needs a re-roll that does not change permissions. This patch was probably made using Windows. Execute
git config --global core.filemode falseto fix this.Comment #8
tyjamessmith commentedHere's the reroll. We did what Xano said. Then just rolled the patch. No other changes.
Comment #9
marlatt commentedWorking on this.
Comment #10
xanoPatch changes method names. I confirm that the file modes are now untouched.
Comment #11
marlatt commentedSorry started working same time re-roll was posted.
Comment #12
tyjamessmith commentedIt was mentioned that the functions should have public explicitly expressed so I added it in and rolled the two patches together into this one.
Comment #14
tyjamessmith commented#12: drupal.camelcase_getvaloptions_2003500_12.patch queued for re-testing.
Comment #16
marlatt commented#12: drupal.camelcase_getvaloptions_2003500_12.patch queued for re-testing.
Comment #18
marlatt commentedWorking..
Comment #19
marlatt commentedRemoved duplicate public access modifier.
Comment #20
oenie commentedLooks good to me now !
Comment #21
alexpottCommitted b8f18c3 and pushed to 8.x. Thanks!