-
Notifications
You must be signed in to change notification settings - Fork 23
Fixes view cancel btn #28
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
Open
jpdevries
wants to merge
64
commits into
splittingred:develop
Choose a base branch
from
jpdevries:view-cancel-btn
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
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
Fixes for Tags and Archives not working in FURL mode when Articles' container is site_start.
Source beautification
like richtext on Article Create view, can't get it to work (gets overriden) so option is only currently availalbe on update view. Feel free to fix ;)
Allow support for no FURLs Closes #39
Update readme.md
…rticlesContainer variable name fixed
All xPDO package names should be lowercase
Change package name from Articles to articles
All xPDO package names should be lowercase
And updating changelog
Closes #54
Changed to use filter_var when available so tags/strings that start with a number are still evaluated false as an int vs showing as a full int and being treated as a user id.
Conditionally load classes in controller - fixes #50
this is a fix for this issues: modxcms/Articles#42. It moves the static container around paging elements into the content area, where it can be edited.
Added 404 page if no resource is found and the default resource is selected
Translated missing/changed phrases to German
Added 404 to more page alternatives
…ContentBlocks 1.1 (cherry picked from commit 6064a03)
Revo 2.3 support, contentblocks support
and updating changelog
Fix processor not found error on Article update
….page.UpdateResource buttons then replace any that are needed. Rather than overriding the original ones. Also updated the article.class.php to allow articles outside of an article container (Allowing support for StageCoach and Workflow Extras)
* origin/pr/99: Add missing primary-button class to article update actionbar Fix missing close button for special articles tag field Fix import window, removed height needs a check in 2.2.x for undesired effects Fix Articles container > articles grid buttons
…erride change * origin/pr/103: Updated manager article "update" screen to pre-load the existing MODx.page.UpdateResource buttons then replace any that are needed. Rather than overriding the original ones. Updated getlist to be multibyte safe Conflicts: assets/components/articles/js/article/update.js
* origin/pr/76: Add setting for default published status of new article
thanks to @gadgetto for the fix Closes modxcms/Articles#104
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.
thanks to @gadgetto for the fix
Closes modxcms/Articles#104