[ckan-changes] [okfn/ckan] 42b381: [#2834] Add ability to defer publish() calls until...
GitHub
noreply at github.com
Mon Aug 13 11:08:21 UTC 2012
Branch: refs/heads/2375-demo-theme-development
Home: https://github.com/okfn/ckan
Commit: 42b38160b4ddc27be36ceec7b1a7c4c618425d2d
https://github.com/okfn/ckan/commit/42b38160b4ddc27be36ceec7b1a7c4c618425d2d
Author: Aron Carroll <self at aroncarroll.com>
Date: 2012-08-13 (Mon, 13 Aug 2012)
Changed paths:
M ckan/public/base/javascript/pubsub.js
M ckan/public/base/test/index.html
Log Message:
-----------
[#2834] Add ability to defer publish() calls until later
Commit: 092d25723f3e8f911b184ec10d50a37cc65be735
https://github.com/okfn/ckan/commit/092d25723f3e8f911b184ec10d50a37cc65be735
Author: Aron Carroll <self at aroncarroll.com>
Date: 2012-08-13 (Mon, 13 Aug 2012)
Changed paths:
M ckan/public/base/javascript/module.js
M ckan/public/base/test/spec/module.spec.js
A ckan/public/base/test/spec/pubsub.spec.js
Log Message:
-----------
[#2834] module.initialize() now defers publish calls
It will now wait until all modules have loaded before publishing
the events to ensure that all modules have a chance of receiving
them regardless of order.
Compare: https://github.com/okfn/ckan/compare/f7bc1c92059a...092d25723f3e
More information about the ckan-changes
mailing list