-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #34 from plone/issue_32_12x
Issue 32 changes to 1.2.x branch
- Loading branch information
Showing
8 changed files
with
167 additions
and
9 deletions.
There are no files selected for viewing
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
<registry xmlns:i18n="http://xml.zope.org/namespaces/i18n" | ||
i18n:domain="plone"> | ||
|
||
<records interface="plone.app.querystring.interfaces.IQueryOperation" | ||
prefix="plone.app.querystring.operation.int.is"> | ||
<value key="title" i18n:translate="">Equals</value> | ||
<value key="description"></value> | ||
<value key="operation">plone.app.querystring.queryparser._intEqual</value> | ||
<value key="widget">StringWidget</value> | ||
</records> | ||
|
||
<records interface="plone.app.querystring.interfaces.IQueryOperation" | ||
prefix="plone.app.querystring.operation.int.lessThan"> | ||
<value key="title" i18n:translate="">Less than</value> | ||
<value key="description"></value> | ||
<value key="operation">plone.app.querystring.queryparser._intLessThan</value> | ||
<value key="widget">StringWidget</value> | ||
</records> | ||
|
||
<records interface="plone.app.querystring.interfaces.IQueryOperation" | ||
prefix="plone.app.querystring.operation.int.largerThan"> | ||
<value key="title" i18n:translate="">Larger than</value> | ||
<value key="description"></value> | ||
<value key="operation">plone.app.querystring.queryparser._intLargerThan</value> | ||
<value key="widget">StringWidget</value> | ||
</records> | ||
|
||
<records interface="plone.app.querystring.interfaces.IQueryOperation" | ||
prefix="plone.app.querystring.operation.intselection.is"> | ||
<value key="title" i18n:translate="">Is</value> | ||
<value key="description" i18n:translate="">Tip: you can use * to autocomplete.</value> | ||
<value key="operation">plone.app.querystring.queryparser._intEqual</value> | ||
<value key="widget">MultipleSelectionWidget</value> | ||
</records> | ||
|
||
</registry> |
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
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
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