Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Empty checker Validator #71

Merged
merged 41 commits into from
May 12, 2016
Merged

Empty checker Validator #71

merged 41 commits into from
May 12, 2016

Commits on Apr 19, 2016

  1. Removed debug lines

    everton-rosario committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    9d2c316 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8aa35c View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2016

  1. Adds call to ->isValid() to all toDOMElement() methods. If not valid,…

    … wont include the element to the output
    everton-rosario committed Apr 20, 2016
    Configuration menu
    Copy the full SHA
    5d2e6a2 View commit details
    Browse the repository at this point in the history
  2. Added validation to all required fields that should be filled among a…

    …ll Element object tree structure
    everton-rosario committed Apr 20, 2016
    Configuration menu
    Copy the full SHA
    cc5bfa2 View commit details
    Browse the repository at this point in the history
  3. fix conflict

    everton-rosario committed Apr 20, 2016
    Configuration menu
    Copy the full SHA
    ae55a8a View commit details
    Browse the repository at this point in the history

Commits on May 3, 2016

  1. Conflict fix

    everton-rosario committed May 3, 2016
    Configuration menu
    Copy the full SHA
    3856f18 View commit details
    Browse the repository at this point in the history
  2. PHPCBF fixes

    everton-rosario committed May 3, 2016
    Configuration menu
    Copy the full SHA
    49a1382 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2016

  1. Configuration menu
    Copy the full SHA
    fbf5415 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2016

  1. Configuration menu
    Copy the full SHA
    bcb83ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4a3f8f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dbefc5a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    11ecf5b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6655bd3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8ec4d90 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3eac9ff View commit details
    Browse the repository at this point in the history

Commits on May 10, 2016

  1. Added getChildren() methods to all Container elements. Container Elem…

    …ent is an Element that can contain other Elements. With this interface is possible to navigate the full tree and check the isValid() items.
    everton-rosario committed May 10, 2016
    Configuration menu
    Copy the full SHA
    96409f7 View commit details
    Browse the repository at this point in the history
  2. Refactored to getContainerChildren() so it wont conflict with getChil…

    …dren() methods that were previously created
    everton-rosario committed May 10, 2016
    Configuration menu
    Copy the full SHA
    239429e View commit details
    Browse the repository at this point in the history
  3. PHPCBF code style fix

    everton-rosario committed May 10, 2016
    Configuration menu
    Copy the full SHA
    27d07fa View commit details
    Browse the repository at this point in the history

Commits on May 11, 2016

  1. Fixed doc link

    everton-rosario committed May 11, 2016
    Configuration menu
    Copy the full SHA
    6b03f3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    782a26e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cbd0d76 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a7f03d6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5f2f770 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    966f695 View commit details
    Browse the repository at this point in the history
  7. Finished Validator for InstantArticle and also added a message bundle…

    … for the warnings during validation
    everton-rosario committed May 11, 2016
    Configuration menu
    Copy the full SHA
    ed25a22 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ba4bc0b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c4c4fec View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    94f9925 View commit details
    Browse the repository at this point in the history
  11. @see position fixed.

    everton-rosario committed May 11, 2016
    Configuration menu
    Copy the full SHA
    3aa603b View commit details
    Browse the repository at this point in the history
  12. Fixes #71 (comment)

    everton-rosario committed May 11, 2016
    Configuration menu
    Copy the full SHA
    6d93ad8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    430e482 View commit details
    Browse the repository at this point in the history
  14. Fixes: #71 (comment)

    everton-rosario committed May 11, 2016
    Configuration menu
    Copy the full SHA
    ca36058 View commit details
    Browse the repository at this point in the history
  15. fixes: #71 (comment)

    everton-rosario committed May 11, 2016
    Configuration menu
    Copy the full SHA
    2417801 View commit details
    Browse the repository at this point in the history
  16. Fixes: #71 (comment)

    everton-rosario committed May 11, 2016
    Configuration menu
    Copy the full SHA
    6d52a3a View commit details
    Browse the repository at this point in the history
  17. Fixes broken tests

    everton-rosario committed May 11, 2016
    Configuration menu
    Copy the full SHA
    c2c4f36 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2016

  1. fix typo

    everton-rosario committed May 12, 2016
    Configuration menu
    Copy the full SHA
    421f398 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a59679 View commit details
    Browse the repository at this point in the history
  3. PHPCBF fix

    everton-rosario committed May 12, 2016
    Configuration menu
    Copy the full SHA
    0d54f47 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bc81e97 View commit details
    Browse the repository at this point in the history
  5. Grammatical changes

    demoive committed May 12, 2016
    Configuration menu
    Copy the full SHA
    8284f82 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    322c59a View commit details
    Browse the repository at this point in the history