Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util.filters: Ensure initialize() never initializes an object twice - and ret... | Matthew Wild | 2010-06-02 | 1 | -10/+13 |
* | util.filters: Break processing if a filterer returns nil | Matthew Wild | 2010-06-02 | 1 | -0/+1 |
* | util.filters: Don't traceback with no filters of a type added | Matthew Wild | 2010-06-02 | 1 | -2/+4 |
* | util.filters: Don't traceback when trying to remove a filter from an uninitia... | Matthew Wild | 2010-06-02 | 1 | -0/+1 |
* | util.filters: Expose the initialization function | Matthew Wild | 2010-06-02 | 1 | -2/+2 |
* | util.filters: New utility library for managing filters on an object | Matthew Wild | 2010-06-02 | 1 | -0/+61 |