Problem/Motivation
Currently, displayed information is not too customizable. Also, it's not possible to add custom information to the existing one (for example, it should be useful to be able to display Git information).
Proposed resolution
- Custom service/class to manage information into a common place (this way, someone could even to display it into a custom block).
- Provide a custom hook to allow placing custom content.
Remaining tasks
- Patch on the way.
User interface changes
- Template was refactored to make it simpler.
API changes
- Custom service to provide renderable array of information.
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | interdiff_2-5.txt | 977 bytes | kostyashupenko |
| #5 | hook-support-5.patch | 13.49 KB | kostyashupenko |
| #2 | hook_support.patch | 12.42 KB | waspper |
Comments
Comment #2
waspper commentedComment #3
waspper commentedPatch done. With that patch, it's possible to do something as following:
Comment #4
waspper commentedComment #5
kostyashupenkoComment #7
neslee canil pinto