-
Notifications
You must be signed in to change notification settings - Fork 23
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
Implement content validation #128
Labels
Comments
claytonc
pushed a commit
that referenced
this issue
Sep 7, 2017
claytonc
added a commit
that referenced
this issue
Sep 8, 2017
claytonc
added a commit
that referenced
this issue
Sep 8, 2017
claytonc
pushed a commit
that referenced
this issue
Sep 9, 2017
claytonc
pushed a commit
that referenced
this issue
Sep 9, 2017
claytonc
pushed a commit
that referenced
this issue
Sep 9, 2017
claytonc
pushed a commit
that referenced
this issue
Sep 9, 2017
hvelarde
pushed a commit
that referenced
this issue
Sep 12, 2017
hvelarde
pushed a commit
that referenced
this issue
Sep 12, 2017
hvelarde
pushed a commit
that referenced
this issue
Sep 12, 2017
hvelarde
pushed a commit
that referenced
this issue
Sep 12, 2017
hvelarde
pushed a commit
that referenced
this issue
Sep 12, 2017
hvelarde
pushed a commit
that referenced
this issue
Sep 12, 2017
hvelarde
pushed a commit
that referenced
this issue
Sep 12, 2017
hvelarde
pushed a commit
that referenced
this issue
Sep 12, 2017
hvelarde
pushed a commit
that referenced
this issue
Sep 15, 2017
) * #128 - Implemented validation of the content to be shared * #128 - refactor and check if sc.social.like is intaled * #128 - added info in method * #128 - pep8 * #128 - fix test image size * #128 - started tests for new subscriber * #128 - altered imports * #128 - add tests subscribers * #128 - remove subscribers for archetypes-based content types * #128 - pep8 * #128 - corrections * #128 - Dexterity-based content types only * #128 - fixed test * #128 - altered * #128 - add extras require * #128 - testing request with zope.globalrequest * Work around code analysis bug refs. gforcada/flake8-pep3101#16 * Refactor * Add upgrade step to enable best practices validation * Update package documentation
claytonc
added a commit
that referenced
this issue
Sep 27, 2017
) * #128 - Implemented validation of the content to be shared * #128 - refactor and check if sc.social.like is intaled * #128 - added info in method * #128 - pep8 * #128 - fix test image size * #128 - started tests for new subscriber * #128 - altered imports * #128 - add tests subscribers * #128 - remove subscribers for archetypes-based content types * #128 - pep8 * #128 - corrections * #128 - Dexterity-based content types only * #128 - fixed test * #128 - altered * #128 - add extras require * #128 - testing request with zope.globalrequest * Work around code analysis bug refs. gforcada/flake8-pep3101#16 * Refactor * Add upgrade step to enable best practices validation * Update package documentation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In order to increase content quality we need to implement validation of the content to be shared. The validator needs to take into account best practices as dictated mainly by Twitter and Facebook:
Validation must be executed on content publishing or when published content is edited. Validation is not supposed to enforce these practices, but only warn editors (using a status message) about failure to comply with them.
The text was updated successfully, but these errors were encountered: