Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved server files to a server src folder (#9299) | Artur Signell | 2012-08-13 | 1 | -320/+0 |
| | |||||
* | Fixed typo (#8943) | Artur Signell | 2012-06-28 | 1 | -1/+1 |
| | |||||
* | Clean non-component connectors also (#8943) | Artur Signell | 2012-06-28 | 1 | -19/+110 |
| | | | | | Now prints a warning if cleanup is done in ConnectorTracker. It should always be handled by detach(). | ||||
* | Moved connector tracking from Application to Root | Artur Signell | 2012-06-21 | 1 | -0/+229 |
This should fix issues with connectors being detached and reattached and also make the connector map cleanup method unnecessary as long as AbstractConnect.attach and detach always are called (#8943) |