Closed (fixed)
Project:
Currency
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
13 Apr 2012 at 12:42 UTC
Updated:
24 Jul 2013 at 08:47 UTC
Jump to comment: Most recent file
Comments
Comment #1
xanoComment #2
amateescu commentedI don't think I like this one.. why not 'minor_unit'?
Same here, I'd prefer the schema to not be turned into camelCase.
There are a couple of these throughout this patch :)
Comment #3
xanoThe coding standards specify properties are supposed to be camelcased. Since the standards don't mention column names, IMHO this is the way to comply with them, also because Ctools does not differentiate betwee schema and property names.
Comment #4
amateescu commentedCurrently in D8 we do non-camelCase for properties that are also column names, so that's what I'd like to follow.
Comment #5
xanoAdded tests, two missing DB columns, renamed minorUnit to minor_unit, and fixed the "no newline" errors.
Comment #7
xanoThe testbot fails, because it does not checkout Ctools as a dependency. This is a known bug in the testbot. Tests pass locally.
Comment #8
amateescu commentedCommitted to 7.x-2.x. Thanks a lot for picking this up again :)
http://drupalcode.org/project/currency.git/commit/9d2d9e5
Comment #10
xano