------------------
- Made it possible to show all the items in the folder contents at
once (no batching). This can be used to drag items across batch
boundaries and makes it easier to move an item from the end of
the folder to the beginning.
[jvloothuis]
- Update the folder_factories view to add the FTI id to the output of
of addable_types. This makes it possible for callers to manipulate its
results.
[wichert]
- Fixed the 'id' attribute of CMFAdding class. By default, it is an
empty string, which confuses absolute_url() and causes the <base />
tag to be set incorrectly. This in turn confuses KSS, and probably
other things.
[optilude]