Open
Conversation
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
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
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