Merge commit 'origin/testing' into 0.9.x

Conflicts:
	lib/action.php
	lib/adminpanelaction.php
This commit is contained in:
Brion Vibber
2010-03-04 06:07:28 -08:00
65 changed files with 2414 additions and 762 deletions

View File

@@ -290,5 +290,12 @@ class File extends Memcached_DataObject
}
return $enclosure;
}
// quick back-compat hack, since there's still code using this
function isEnclosure()
{
$enclosure = $this->getEnclosure();
return !empty($enclosure);
}
}