file_check_directory() renamed to file_prepare_directory() (issue #517814: File API Stream Wrapper Conversion)
- entry in the upgrade docs and the cannonical queue created.
Notes at the issue queue said only documentation and coder support were outstanding. I do not know what else in that issue remains undocumented, I wasn't part of it, I only discovered this issue when running a coder upgrade this evening, so am trying to help doc what I found.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | coder_upgrade-rename_file_check_directory.20100315.patch | 919 bytes | dman |
Comments
Comment #1
dman commentedSo it would appear that a patch would look like this?
... that's not too hard I guess!
Comment #2
duellj commentedThanks dman,
Function call changes actually live in coder_upgrade.call.inc in upgrade_call_alter hooks.
Here's an upgrade routine:
and test function:
Comment #3
dman commentedThanks. I'm getting my head around the coder_upgrade thing. It's pretty well documented internally, but I've got a way to go before I grok the actual framework :-)
Well, I'm trying to doc as I go at least!
... now I'm wondering what to do with function calls that are entirely deprecated :-B (taxonomy_get_related, taxonomy_get_synonyms)
Comment #4
solotandem commentedImplemented in next dev release. (Finally.)