-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Giving a Warning namespaces to FlashMessager #5633
Conversation
This change was made by another user and excluded after for some reason. Just putting it back
Looks ok. BTW you can write private-helper method to add_Message(), has_Messages(), getCurrent_Messages() and hasCurrent_Messages. They differ only in that they use a different constant. |
* Add a message with "warning" type | ||
* | ||
* @param string $message | ||
* @return FlashMessenger |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@return self
@ltouro Please send a PR to zf2-documentation adding your feature |
@Maks3w I would be happy to do that but I have no idea how to. I noticed the git zf2-documentation but don't know which files I should edit |
Please reopen this pull request, because it is incomplete. Pull request #4836 is the complete one, because there |
I realize it just now, but even tests for this new functionality are missing. |
@Maks3w @weierophinney Can someone add the code from #4836 too? This PR is incomplete, because tests are missing and |
That's part of the problem and is discussed in #5705 It is there for 8 months now, but is never merged with master. Those parts are connected to this PR and should be updated at the same time? |
Please read the comments:
and the mailing list: Almost ready for 2.3.0! |
Okay, I read the comments. I still find it odd to split up these parts as separate updates and update 1 part in 2.2.6 and the other part in 2.3.0. I would expect both parts to be updated at the same time, because IMO they belong together especially because the view helper now implements all namespaces except the one added in this PR. Perhaps it is just my way of looking at this issue :) |
This change was made by another user and excluded afterwards for some reason. Just putting it back