[Checkins] [zopefoundation/zope.pagetemplate] 321177: Merged from trunk 25969:

GitHub noreply at github.com
Fri Feb 22 16:57:39 UTC 2013


  Branch: refs/heads/monolithic-zope3-ZopeX3-3.0
  Home:   https://github.com/zopefoundation/zope.pagetemplate
  Commit: 321177ea336c65bfca004fda4a12b17fd24b5595
      https://github.com/zopefoundation/zope.pagetemplate/commit/321177ea336c65bfca004fda4a12b17fd24b5595
  Author: Jim Fulton <jim at zope.com>
  Date:   2004-07-02 (Fri, 02 Jul 2004)

  Changed paths:
    R DEPENDENCIES.cfg
    R __init__.py
    R interfaces.py
    R pagetemplate.py
    R pagetemplatefile.py
    R readme.txt
    R tests/__init__.py
    R tests/batch.py
    R tests/input/__init__.py
    R tests/input/checknotexpression.html
    R tests/input/checknothing.html
    R tests/input/checkpathalt.html
    R tests/input/checkpathnothing.html
    R tests/input/checkwithxmlheader.html
    R tests/input/dtml1.html
    R tests/input/dtml3.html
    R tests/input/globalsshadowlocals.html
    R tests/input/loop1.html
    R tests/input/stringexpression.html
    R tests/input/teeshop1.html
    R tests/input/teeshop2.html
    R tests/input/teeshoplaf.html
    R tests/input/template_usage.html
    R tests/output/__init__.py
    R tests/output/checknotexpression.html
    R tests/output/checknothing.html
    R tests/output/checkpathalt.html
    R tests/output/checkpathnothing.html
    R tests/output/checkwithxmlheader.html
    R tests/output/dtml1a.html
    R tests/output/dtml1b.html
    R tests/output/dtml3.html
    R tests/output/globalsshadowlocals.html
    R tests/output/loop1.html
    R tests/output/stringexpression.html
    R tests/output/teeshop1.html
    R tests/output/teeshop2.html
    R tests/output/teeshoplaf.html
    R tests/output/template_usage1.html
    R tests/output/template_usage2.html
    R tests/output/template_usage3.html
    R tests/output/template_usage4.html
    R tests/test_basictemplate.py
    R tests/test_htmltests.py
    R tests/test_ptfile.py
    R tests/testpackage/__init__.py
    R tests/testpackage/content.py
    R tests/testpackage/view.pt
    R tests/util.py

  Log Message:
  -----------
  Merged from trunk 25969:
Added a high-level description of how things fit together.


  Commit: 2c840c873e46532fd9e696bf24d4e30486a800ee
      https://github.com/zopefoundation/zope.pagetemplate/commit/2c840c873e46532fd9e696bf24d4e30486a800ee
  Author: Jim Fulton <jim at zope.com>
  Date:   2004-07-02 (Fri, 02 Jul 2004)

  Changed paths:
    A readme.txt

  Log Message:
  -----------
  Merged from trunk 25970:
Updated to reflect reality (perhaps).

Also, rely on DEPENDENCIES.cfg and interfaces.py for more
documentation.


  Commit: 43fae50ee61fa13c830817fd059c710892cb8ac6
      https://github.com/zopefoundation/zope.pagetemplate/commit/43fae50ee61fa13c830817fd059c710892cb8ac6
  Author: Jim Fulton <jim at zope.com>
  Date:   2004-07-02 (Fri, 02 Jul 2004)

  Changed paths:
    A pagetemplatefile.py

  Log Message:
  -----------
  Merged from trunk 25972:
Removed unused document_src method.


  Commit: f4f64a9f9ff8f3140c168a3ff6d9a333a491a87b
      https://github.com/zopefoundation/zope.pagetemplate/commit/f4f64a9f9ff8f3140c168a3ff6d9a333a491a87b
  Author: Jim Fulton <jim at zope.com>
  Date:   2004-07-02 (Fri, 02 Jul 2004)

  Changed paths:
    A interfaces.py

  Log Message:
  -----------
  Merged from trunk 25973:
Added interfaces describing page template external and subclassing
interfaces.


  Commit: 25d84d58c68e117e805ca4faad436f59000f79f8
      https://github.com/zopefoundation/zope.pagetemplate/commit/25d84d58c68e117e805ca4faad436f59000f79f8
  Author: Jim Fulton <jim at zope.com>
  Date:   2004-07-02 (Fri, 02 Jul 2004)

  Changed paths:
    A pagetemplate.py

  Log Message:
  -----------
  Merged from trunk 25974 and 25984:

Moved _error_start to module rather than class scope, so as not to
mistakingly thing that it's part of a public or subclassing interface.

Removed the unused _engine_name.

Redefined pt_getEngineContext as a regular method.

Resolved an XXX

Inlined the barely use html method.


Fixed bug publishing bound page templates

When Fred and I added an interface declaration to
zope.pagetemplate.pagetemplate.PageTemplate, we unwittingly broke
BoundPageTemplates. This was due to the fact that BoundPageTemplates
were overagressive about exposing underlying template attributes, 
including interface declarations.  

Changed BoundPageTemplates to only expose needed attributes, macros
amd filename.

Added a test for the view that exposed the error.


  Commit: 7108543cad30931f542b1833ae645d4d414e23ae
      https://github.com/zopefoundation/zope.pagetemplate/commit/7108543cad30931f542b1833ae645d4d414e23ae
  Author: Fred Drake <fdrake at acm.org>
  Date:   2004-07-07 (Wed, 07 Jul 2004)

  Changed paths:
    M interfaces.py

  Log Message:
  -----------
  Add pt_errors() and pt_warnings() to IPageTemplate.
Fix incomplete sentence.

(Merged revisions 26185, 26186 from the trunk.)


  Commit: 969418a2a38c96eeee1d4068e437fb896cb41250
      https://github.com/zopefoundation/zope.pagetemplate/commit/969418a2a38c96eeee1d4068e437fb896cb41250
  Author: Fred Drake <fdrake at acm.org>
  Date:   2004-07-16 (Fri, 16 Jul 2004)

  Changed paths:
    M architecture.txt
    M readme.txt

  Log Message:
  -----------
  More ReSTification and consistency changes.


  Commit: f0f263cd9a5d60abe0f0ebcf0730fe5d417be6f4
      https://github.com/zopefoundation/zope.pagetemplate/commit/f0f263cd9a5d60abe0f0ebcf0730fe5d417be6f4
  Author: Fred Drake <fdrake at acm.org>
  Date:   2004-07-26 (Mon, 26 Jul 2004)

  Changed paths:
    M architecture.txt

  Log Message:
  -----------
  Merge 26768 from trunk.

add a note about z.a.pagetemplate using different engines to implement
trusted and untrusted evaluation environments


  Commit: ecff051b5cb4fa39f47a9ad50a4ddddba466fb67
      https://github.com/zopefoundation/zope.pagetemplate/commit/ecff051b5cb4fa39f47a9ad50a4ddddba466fb67
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2004-08-12 (Thu, 12 Aug 2004)

  Changed paths:
    M pagetemplate.py
    A tests/test_ptfile.py

  Log Message:
  -----------
  Backport of:

------------------------------------------------------------------------
r26444 | srichter | 2004-07-13 11:01:30 -0400 (Tue, 13 Jul 2004) | 5 
lines

While I was working on functional tests, I found the scenario when this
path is chosen, which is when you get the source (for editing for
example) and macro expansion is turned on. It is perfectly fine to pass
an empty dict at this point, since the template itself is not evaluated.

------------------------------------------------------------------------
------------------------------------------------------------------------
r26445 | srichter | 2004-07-13 11:01:55 -0400 (Tue, 13 Jul 2004) | 2 
lines

Converted XXX to TODO.

------------------------------------------------------------------------


  Commit: c870a4d8a595798eff51914031df1ebbd59deb49
      https://github.com/zopefoundation/zope.pagetemplate/commit/c870a4d8a595798eff51914031df1ebbd59deb49
  Author: Fred Drake <fdrake at acm.org>
  Date:   2004-08-12 (Thu, 12 Aug 2004)

  Changed paths:
    M pagetemplate.py

  Log Message:
  -----------
  make the special Rotterdam skin widget deals with line-end normalization
(closes issue #259; merged from Zope 3 trunk revision 27063)


  Commit: ce28cbe8569b60d8fce58b2f74455931291f0113
      https://github.com/zopefoundation/zope.pagetemplate/commit/ce28cbe8569b60d8fce58b2f74455931291f0113
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2004-08-12 (Thu, 12 Aug 2004)

  Changed paths:
    M pagetemplate.py

  Log Message:
  -----------
  Backported

r26524 | srichter | 2004-07-14 03:45:38 -0400 (Wed, 14 Jul 2004) | 6 lines
r26551 | srichter | 2004-07-15 03:06:37 -0400 (Thu, 15 Jul 2004) | 6 lines
r26522 | pruggera | 2004-07-14 01:42:06 -0400 (Wed, 14 Jul 2004) | 1 line
r26531 | pruggera | 2004-07-14 13:00:15 -0400 (Wed, 14 Jul 2004) | 1 line
r26534 | pruggera | 2004-07-14 15:55:34 -0400 (Wed, 14 Jul 2004) | 1 line
r26540 | pruggera | 2004-07-14 18:14:25 -0400 (Wed, 14 Jul 2004) | 1 line


  Commit: 81d94a1ab00afd264cf4ac32e82f49b86005cbad
      https://github.com/zopefoundation/zope.pagetemplate/commit/81d94a1ab00afd264cf4ac32e82f49b86005cbad
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2004-08-12 (Thu, 12 Aug 2004)

  Changed paths:
    A tests/batch.py
    A tests/test_htmltests.py
    A tests/testpackage/content.py
    A tests/util.py

  Log Message:
  -----------
  Backported

r26559 | srichter | 2004-07-15 17:22:32 -0400 (Thu, 15 Jul 2004) | 2 lines
r26560 | srichter | 2004-07-15 17:38:42 -0400 (Thu, 15 Jul 2004) | 2 lines


  Commit: aa43358f9d73623f8be9caeaf718a769b8bf81d0
      https://github.com/zopefoundation/zope.pagetemplate/commit/aa43358f9d73623f8be9caeaf718a769b8bf81d0
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2004-08-12 (Thu, 12 Aug 2004)

  Changed paths:
    A __init__.py
    M pagetemplatefile.py
    A tests/test_basictemplate.py
    M tests/test_ptfile.py

  Log Message:
  -----------
  Backported

r26567 | srichter | 2004-07-16 02:58:27 -0400 (Fri, 16 Jul 2004) | 2 lines
r26570 | srichter | 2004-07-16 03:54:40 -0400 (Fri, 16 Jul 2004) | 3 lines


Compare: https://github.com/zopefoundation/zope.pagetemplate/compare/321177ea336c^...aa43358f9d73


More information about the checkins mailing list