[CMF-checkins] CVS: CMF/CMFTopic/skins/topic - sic_edit.dtml:1.3.20.1
Tres Seaver
tseaver@zope.com
Thu, 20 Dec 2001 15:35:12 -0500
Update of /cvs-repository/CMF/CMFTopic/skins/topic
In directory cvs.zope.org:/tmp/cvs-serv25280/skins/topic
Modified Files:
Tag: tseaver-tracker_439-branch
sic_edit.dtml
Log Message:
- Normalize imports (import in standard order).
- Normalize coding standards (copyright, whitespace, docstrings, etc.)
- Normalize unit tests (e.g., use 'assertEquals', import w/in test, etc.)
- Refactor some criterion code for clarity.
- Refactor unit tests to create smaller, more "atomic" tests.
- SimpleIntCriterion: require/allow two values for "min/max" case
(Tracker #439).
- Add unit tests for SortCriterion.
- Topic: enable adding sub-topics even when 'portal_types' can't be
found.
=== CMF/CMFTopic/skins/topic/sic_edit.dtml 1.3 => 1.3.20.1 ===
<td>
<strong>Value:</strong>
- <input type="text" name="criteria.value:records" value="&dtml-value;"
- size="40">
+ <input type="text" name="criteria.value:records"
+ value="&dtml-getValueString;" size="40">
</td>
</tr>
<tr>