Attached are some random improvements I made. I've exported them using git format-patch, thus the commits can be re-imported using git am.
Incorporating formAlter() methods allows endpoints to easily customize the UI, as I've done it to expose the operation URL for restful services. This would also help #1344882: UI Operations : choose a http method for REST Web Services.
Comments
Comment #1
klausiThanks, they look all fine. Committed all of them, just extended the comment in the UI install file why we clear the caches.
BTW:
drush updatedbdoes *not* flush all caches, so you need to calldrush cc alladditionally.