changelog.txt in Heartbeat 6.3
Same filename and directory in other branches
# @author Stalski # # REFACTOR: change the code for readability and/or developer experience # BUGFIX: Bug fixes reported in the issue queue or bugs found by maintainers # FEATURE: Feature requests from issue queue and features by the maintainers # ############################################################################# --------------------------------------------------------------- # @date 13/06/2009 # Changed features from 6.3 to 6.4 --------------------------------------------------------------- - BUGFIX: Added node_type (if available) to the logic of merging messages - FEATURE: Heartbeat messages can now be configured separatly from the build. Default configurations are saved. - REFACTOR: Deleted unused variables and even used ones that did not have much purpose anymore - REFACTOR: Moved heartbeat states to separate files, making it possible to use a custom heartbeat state in contributes modules - REFACTOR: Removed the menu items in the navigation. (This should not be done by heartbeat by default imho) - REFACTOR: removed module heartbeat_activity and added codebase to heartbeat because it did not make sense to separate them if you can cant use one as standalone module
File
changelog.txtView source
- # @author Stalski
 - #
 - # REFACTOR: change the code for readability and/or developer experience
 - # BUGFIX: Bug fixes reported in the issue queue or bugs found by maintainers
 - # FEATURE: Feature requests from issue queue and features by the maintainers
 - #
 - #############################################################################
 - 
 - 
 - ---------------------------------------------------------------
 - # @date 13/06/2009
 - # Changed features from 6.3 to 6.4
 - ---------------------------------------------------------------
 - 
 - - BUGFIX: Added node_type (if available) to the logic of merging messages
 - 
 - - FEATURE: Heartbeat messages can now be configured separatly from the build. Default configurations
 - are saved.
 - 
 - - REFACTOR: Deleted unused variables and even used ones that did not have much purpose anymore
 - 
 - - REFACTOR: Moved heartbeat states to separate files, making it possible to use a custom heartbeat state 
 - in contributes modules
 - 
 - - REFACTOR: Removed the menu items in the navigation. (This should not be done by heartbeat by default imho)
 - 
 - - REFACTOR: removed module heartbeat_activity and added codebase to heartbeat because it did not make sense to separate 
 - them if you can cant use one as standalone module