- Rewrote calendar admin pages - Rewrote calendar permission checking - Fixed bug #261: Day summary doesn't show events before 7 am - Fixed bug #1139: Times added between 8 and 10 am not shown in day view - Calendars inherits permissions from the package to which they belong
First round of speedups for verious permissions issues. Key finding is that the all_object_party_privilege_map is speedy in PostgreSQL and apparently in Oracle, as well (having re-read some of the optimization threads).