-
Notifications
You must be signed in to change notification settings - Fork 2
GH-93, GH-142, GH-133: Article List Plugins & Styles #279
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
Closed
wesleyboar
wants to merge
126
commits into
main
from
task/GH-93-GH-142-GH-133-article-list-plugins-and-styles
Closed
GH-93, GH-142, GH-133: Article List Plugins & Styles #279
wesleyboar
wants to merge
126
commits into
main
from
task/GH-93-GH-142-GH-133-article-list-plugins-and-styles
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Add basic "Offset Content" plugin.
- matches existing usage
- lacks new feature (center alignment)
- Add support for Blockquote plugin inside text.
- Add support for offset option in Blockquote plugin.
Allow search to be disabled for Portal. Allow indexing to be disabled for CMS.
Default Value (i.e. falsy): - Allow indexing for Portal CMS. - Disallow indexing for SAD CMS.
- Texascale:
- Have c-offset-content extend o-offset-content styles
- Add comment for legacy support and deprecation of c-offset-content
Task/gh 93 article list styles
Problem: > unsupported operand type(s) for -: 'NoneType' and 'datetime.datetime' Solution: Fix bad logic that lead to None being assumed to be string and/or date.
NOTE: To revert #257 (GH-73, GH-66) is more difficult, so it is not reverted in this commit. Revert "Merge pull request #265 from TACC/quick/clean-up-plugins-to-match-GH-93-plugins" This reverts commit 2caa727, reversing changes made to b76fda0. Revert "Quick: Improve import caveat comments" This reverts commit 66380a2.
19e1357 to
ef55e0c
Compare
a3f2512 to
ec21f2a
Compare
Member
Author
|
Closed in favor of #280. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closed in favor of a PR that does not include "Revert" commits:
("Revert" commits could undo work from
mainif PRs that (desirably) have those commits were to be merged before this PR.)