8
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
Jun 10, 2023 — Jun 10, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removes UIDs from extensions. Having a UID per context is enough. More... over 11 years ago
Removes UIDs from extensions. Having a UID per context is enough. More... over 11 years ago
Moves ContextViewListenerConfig into ContextView extension package More... over 11 years ago
Moves ContextViewListenerConfig into ContextView extension package More... over 11 years ago
Renames enhanced logging extensions More... over 11 years ago
Renames enhanced logging extensions More... over 11 years ago
Applies formatting More... over 11 years ago
Applies formatting More... over 11 years ago
Warns when overwriting a view processor mapping. Use the Vigilance extension if you want actual Errors thrown. More... over 11 years ago
Warns when overwriting a view processor mapping. Use the Vigilance extension if you want actual Errors thrown. More... over 11 years ago
IMPORTANT: Changes Context.extend() to Context.install(). "Extending an extension" just doesn't sound right. "Installing an extension or bundle" sounds much better. More... over 11 years ago
IMPORTANT: Changes Context.extend() to Context.install(). "Extending an extension" just doesn't sound right. "Installing an extension or bundle" sounds much better. More... over 11 years ago
Introduces Vigilance Extension - throws errors when Warning, Errors, or Fatals are logged. More... over 11 years ago
Introduces Vigilance Extension - throws errors when Warning, Errors, or Fatals are logged. More... over 11 years ago
Optimises EventCommandExecutor. Refactors tests. More... over 11 years ago
Optimises EventCommandExecutor. Refactors tests. More... over 11 years ago
Warns when overwriting a command mapping. There will be an option to make this stricter (i.e. throw an error) later. More... over 11 years ago
Warns when overwriting a command mapping. There will be an option to make this stricter (i.e. throw an error) later. More... over 11 years ago
Merge pull request #102 from darscan/context-view More... over 11 years ago
Merge pull request #102 from darscan/context-view More... over 11 years ago
Fixed eroneous and overspecific references to 'view' in the mediatorMap stuff, coz mediators are for everybody, not just for views. More... over 11 years ago
Fixed eroneous and overspecific references to 'view' in the mediatorMap stuff, coz mediators are for everybody, not just for views. More... over 11 years ago
Switches to explicit ContextView configuration. Maps the provided contextView as a ContextView instead of a DisplayObjectContainer. Passing a view reference straight into the config manager was not clear and was a potential source of bugs for developers. Also, directly mapping the view into the Injector as a DisplayObjectContainer felt wrong. More... over 11 years ago
Switches to explicit ContextView configuration. Maps the provided contextView as a ContextView instead of a DisplayObjectContainer. Passing a view reference straight into the config manager was not clear and was a potential source of bugs for developers. Also, directly mapping the view into the Injector as a DisplayObjectContainer felt wrong. More... over 11 years ago
ASDoc work on mediator and viewProcessor maps More... over 11 years ago
ASDoc work on mediator and viewProcessor maps More... over 11 years ago
Adds mapping validation to MediatorMap (previously wasn't being called by mediator map) More... over 11 years ago
Adds mapping validation to MediatorMap (previously wasn't being called by mediator map) More... over 11 years ago
Adds a checkASDoc script for doing what it says on the tin More... over 11 years ago
Adds a checkASDoc script for doing what it says on the tin More... over 11 years ago