Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Suggestion: Don't render empty module console information #4299

Closed
wants to merge 2 commits into from
Closed

Suggestion: Don't render empty module console information #4299

wants to merge 2 commits into from

Commits on Apr 23, 2013

  1. Hotfix: Don't render empty console information

    This change will allow modules to provide the console usage and banner
    information dynamically and returning an empty array/string when nothing
    should be rendered. 
    
    A module can now check the environment and capabilities before returning
    the information.
    tux-rampage committed Apr 23, 2013
    Copy the full SHA
    9d306a3 View commit details
    Browse the repository at this point in the history
  2. Don't render empty console banners

    This change will allow modules to provide the console banner
    information dynamically and returning an empty string when nothing
    should be rendered. 
    
    A module can now check the environment and capabilities before returning
    the information.
    
    This was missing in the last commit
    tux-rampage committed Apr 23, 2013
    Copy the full SHA
    9799ad6 View commit details
    Browse the repository at this point in the history