Chris McDonough
Chris McDonough
Maybe send the timezone when the login form is submitted, and put the result in the session, then add a value to the dropdown list of timezones which means "from...
Note that we do now send statsd incr events for number of ZODB stores, but this still doesn't tell us how large the object stored was.
At this point, we have another precedent of using an interface (IService) to do type checks so this may be moot.
Note that this should probably be shown in the breadcrumbs, and in the folder contents UI.
The transaction package does not emit events before or after commit; you have to register a before/after commit hook. We _could_ change pyramid_tm so that it registered a before commit...
Portential solution: have each transaction create its own list of persistent actions and manage the lists in the _p_resolveConflict of a persistent object that keeps a set of them.
Note that the bulk loading scenario is now handled by the `substanced.catalogs.force_deferred` flag (https://github.com/Pylons/substanced/commit/adecc33f67aa053e740ed983bb6fe1285f751d93). But the issue still remains of reserializing the bigass nonpersistent queue on every commit that adds...
I think the latter.
See also feature.controlpanel branch (at least to delete it once this task is done).