Merge branch 'master' of git://github.com/melinath/philo
authorJoseph Spiros <joseph.spiros@ithinksw.com>
Tue, 7 Jun 2011 19:55:58 +0000 (15:55 -0400)
committerJoseph Spiros <joseph.spiros@ithinksw.com>
Tue, 7 Jun 2011 19:55:58 +0000 (15:55 -0400)
commit901a08d5806104a39cae8629daf1e1f36f14ac68
treeb09f85cde9c6cb25e2cf109f85673f12e43b55f3
parentd1dfe30baf0d5ad52107d26de23e11c7c10d0847
parentd9b68c3cf5a53bdce3fbb52e830d875537f69c26
Merge branch 'master' of git://github.com/melinath/philo

* 'master' of git://github.com/melinath/philo:
  Added scheduled posting of blog entries and newsletter articles. Implements feature #153.
  Added Content-Disposition header to File's response - keeps the name of the file separate from the node's slug. Further resolves issue #136.
  Added name field to File for easier finding in the database. Added automatic mimetype generation for users who don't understand what that means. ;-) Resolves (partially) issue #136.
  Added AttributeMapper caching to entity.attributes, since anyone who really needs no caching can clear the cache manually. Switched _populate to _fill on all AttributeMappers. Resolves feature #73.