Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

T13114 message interfaces #13534

Merged
merged 28 commits into from
Oct 19, 2018
Merged

T13114 message interfaces #13534

merged 28 commits into from
Oct 19, 2018

Conversation

niden
Copy link
Member

@niden niden commented Oct 17, 2018

Hello!

In raising this pull request, I confirm the following (please check boxes):

  • I have read and understood the Contributing Guidelines?
  • I have checked that another pull request for this purpose does not exist.
  • I wrote some tests for this PR.

Removed the Message interfaces in validation and model. Added a new component/interface Phalcon\Messages\MessageInterface that both model and validation use now. Did the same for the collection of messages.

Thanks

@niden niden requested a review from sergeyklay October 17, 2018 19:16
@niden niden added this to the 4.0.0 milestone Oct 17, 2018
@niden niden added the enhancement Enhancement to the framework label Oct 17, 2018
@grigoriy-ivanov
Copy link

grigoriy-ivanov commented Oct 17, 2018

How about #13113?

@niden
Copy link
Member Author

niden commented Oct 18, 2018

@grigoriy-ivanov Missed that. I will update the PR accordingly today

@niden
Copy link
Member Author

niden commented Oct 18, 2018

cc @sergeyklay

@niden
Copy link
Member Author

niden commented Oct 18, 2018

@grigoriy-ivanov Just added the JsonSerializable

@grigoriy-ivanov
Copy link

Thank you, @niden

niden added 4 commits October 18, 2018 18:25
* 4.0.x:
  [#13468] - Added `getHandlerSuffix()`, `setHandlerSuffix()` in Dispatcher, `getTaskSuffix()`, `setTaskSuffix()` in the CLI Dispatcher
  [#13529] - Moved the sharedLock in the dialects. PostgreSql and Sqlite return the original query
  Added entry in the changelog
  Corrected Message
  Correcte test
  Corrected call to getTemplate; removed unused variables
  Test corrections
  Correction in variables
  Removed unused variable; Corrected variable name
  Minor refactor of the escaping and html message
  Added custom template in prepareHtml
  Alpha sort of methods
…om/niden/cphalcon into T13114-message-interfaces

* 'T13114-message-interfaces' of git://github.com/niden/cphalcon:
* 4.0.x:
  [4.0.x] - Removed duplicate method
@sergeyklay sergeyklay added new feature request Planned Feature or New Feature Request breaks bc Functionality that breaks Backwards Compatibility labels Oct 19, 2018
@sergeyklay sergeyklay merged commit f1331fc into phalcon:4.0.x Oct 19, 2018
@niden niden deleted the T13114-message-interfaces branch October 31, 2018 17:45
@niden niden added the documentation Documentation required label Apr 9, 2019
@niden niden added 4.0 and removed documentation Documentation required labels Dec 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaks bc Functionality that breaks Backwards Compatibility enhancement Enhancement to the framework new feature request Planned Feature or New Feature Request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants