Closed (fixed)
Project:
Table Wizard
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
20 Oct 2009 at 23:09 UTC
Updated:
4 Nov 2009 at 00:50 UTC
Jump to comment: Most recent file
Would appreciate someone looking over these to make sure they're correct.
There's one todo that I couldn't quite figure out, which is the tw_columns.secure column. It might make more sense after I've read the source code.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | tw-schema-documentation.patch | 7.16 KB | webchick |
| tw-schema-documentation.patch | 6.7 KB | webchick |
Comments
Comment #1
webchickOops. Forgot a couple of straggling t()s. We made this change in 6.something-recent because realistically translators are never going to touch this text and it just horrifically skews the completion percentage of translations.
Comment #2
mikeryanCommitted with a few tweaks.
The secure column is a holdover (originally had UI attached to it like ignorecol) to indicate a column containing things like raw passwords or credit card numbers that should be treated with care. It remains unimplemented, but the idea is that it should be available at the data level in views (so the migrate module can access it) but a handler would be implemented to obfuscate it on display of views (e.g, xxxxxxxxxxxx79).
Thanks!