Re: r5329 - PortalTransforms/branches/archetypes-1_3-branch
Hanno Schlichting <schlichting-sG/n1OPV8/[email protected]>
| Newsgroups | gmane.comp.web.zope.plone.archetypes.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Raphael. The current docs for changes are usally called HISTORY.txt in most of our products. I have seen you modifiying the old and closed ChangeLog files in both AT and ATCT. Please use the current files ;) Additionally you are not required to check your changes into both trunk and the maintainance branch, as all fixes from the branch will be mass merged back to the trunk. Yours, Hanno raphael_ritz wrote: > Author: raphael_ritz > Date: Fri Dec 23 14:07:10 2005 > New Revision: 5329 > > Modified: > PortalTransforms/branches/archetypes-1_3-branch/ChangeLog > PortalTransforms/branches/archetypes-1_3-branch/TransformEngine.py > Log: > Fixed the requirements look-up from teh policy (#1358085) > > > > Modified: PortalTransforms/branches/archetypes-1_3-branch/ChangeLog > ============================================================================== > --- PortalTransforms/branches/archetypes-1_3-branch/ChangeLog (original) > +++ PortalTransforms/branches/archetypes-1_3-branch/ChangeLog Fri Dec 23 14:07:10 2005 > @@ -1,3 +1,8 @@ > +2005-12-23 Raphael Ritz <[email protected]> > + > + * Fixed the requirements look-up from teh policy > + (#1358085) > + > 2004-07-24 Christian Heimes <[email protected]> > > * Changed version to stick to Archetypes version. > > Modified: PortalTransforms/branches/archetypes-1_3-branch/TransformEngine.py > ============================================================================== > --- PortalTransforms/branches/archetypes-1_3-branch/TransformEngine.py (original) > +++ PortalTransforms/branches/archetypes-1_3-branch/TransformEngine.py Fri Dec 23 14:07:10 2005 > @@ -177,7 +177,7 @@ > return data > > ## get a path to output mime type > - requirements = self._policies.get(target_mt, []) > + requirements = self._policies.get(str(target_mt), []) > path = self._findPath(orig_mt, target_mt, list(requirements)) > if not path and requirements: > log('Unable to satisfy requirements %s' % ', '.join(requirements), > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click