-
-
Notifications
You must be signed in to change notification settings - Fork 196
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
Backport remove highlightsearchterms (wrong merge base) #2508
Closed
Conversation
This file contains 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
If you add http://maurits.vanrees.org you only get a general message: `There was an error submitting the form.` On the backend you see a clearer error: CompilerError: Unrecognized expression type "http". So give an example with `string:`.
…e-51 Show example for expression in actions control panel.
mockup update
update mockup with mockup#820
Update latest mockup
mockup upd
[ci skip]
[ci skip]
Accept only http/https, and doubly check escaped urls.
…l-5.1 Improved isURLInPortal according to PloneHotfix20171128. [5.1]
Mockup update.
Require AccessControl 3.0.14 for this. This uses `guarded_getitem` in str.format in restricted python code.
Use guarded_getitem [5.1]
In the widget we need to go one level up before we can find the document to search for.
A couple of changelogs were merged and ended up under the already released 5.1rc2. Also, reverted an accidental change of the minimum Zope version pin. It was '> 2.13.0' and I accidentally made it '>='. [ci skip]
Fixed linkintegrityrobot tests. [5.1]
Otherwise you get a `CatalogError`. I get crazy sort_ons like '194' or 'null'.
Ignore invalid `sort_on` parameters in catalog `searchResults`. [5.1]
[ci skip]
Optional auto-login after passwort (re-)set.
[ci skip]
[ci skip]
Add test for #2469
Fixed tests when IRichText behavior is used.
Recompile resources
* toolbar => fix js handling: fix references and bugs for margins and positions of submenus * compiled resources for plone-logged-in * updated changelog
…y directory. Issue #2502
…istry-directory Fixed combine-bundles step to work with keyword in registry directory.
… its skins folder. ref #1801
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.
Backport #1963 to 5.1.x
See also plone/plone.app.upgrade#170
ref #1811
ref #1801