Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
file system
Priority:
Normal
Category:
Feature request
Assigned:
Issue tags:
Reporter:
Created:
12 Feb 2009 at 18:16 UTC
Updated:
3 Jan 2014 at 00:07 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
drewish commentedfixing a bug in the tests and a missed replacement of simpletest_clean_temporary_directory() with file_unmanaged_delete_recursive().
Comment #3
sunStraightforward. Only very minor issues:
...I had to read twice to understand.
Doubled blank lines in file.test.
If the tests will pass and those very minor issues are fixed, this is RTBC.
Comment #4
drewish commentedthanks sun, fixed those issues.
Comment #5
sunWe can also provide some return value. Slightly simplified that comment.
Comment #6
drewish commentedsun, i intentionally did not return a value since you'd really need to check the whole way down the tree.
Comment #7
sunRemoved the return value.
But also fixed some coding-style issues. Yikes!
Comment #8
sunComment #9
sunComment #10
drewish commentedhow about this so we avoid checking is_file is_link over and over?
Comment #11
drewish commentedokay, now with return value. and better docs.
Comment #12
drewish commentedwhat a beautiful bikeshed we've built!
[ignore this... wrong patch]
Comment #13
drewish commentedwith an extra the now.
Comment #14
sunComment #15
webchickExcellent work, folks. :) Committed to HEAD.