[Checkins] [zopefoundation/z3c.rml] 88ec5e: Updated bootstrap.py for distribute problem and fi...

GitHub noreply at github.com
Wed Mar 6 01:55:39 UTC 2013


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/z3c.rml
  Commit: 88ec5efdba180d9033fbf79bb9b63552637ace1c
      https://github.com/zopefoundation/z3c.rml/commit/88ec5efdba180d9033fbf79bb9b63552637ace1c
  Author: Kyle MacFarlane <kyle at deletethetrees.com>
  Date:   2013-03-03 (Sun, 03 Mar 2013)

  Changed paths:
    M bootstrap.py
    M buildout.cfg

  Log Message:
  -----------
  Updated bootstrap.py for distribute problem and fixed dependency hell with buildout


  Commit: 09ae1f896bda4f49bd9eef380a15cc3cdb2b59a6
      https://github.com/zopefoundation/z3c.rml/commit/09ae1f896bda4f49bd9eef380a15cc3cdb2b59a6
  Author: Kyle MacFarlane <kyle at deletethetrees.com>
  Date:   2013-03-03 (Sun, 03 Mar 2013)

  Changed paths:
    A .gitignore

  Log Message:
  -----------
  Added .gitignore for test output


  Commit: 7d5dd8543392d837c87f7d4849f5f15877e76b3d
      https://github.com/zopefoundation/z3c.rml/commit/7d5dd8543392d837c87f7d4849f5f15877e76b3d
  Author: Kyle MacFarlane <kyle at deletethetrees.com>
  Date:   2013-03-03 (Sun, 03 Mar 2013)

  Changed paths:
    R src/z3c/rml/tests/expected/tag-barCode.pdf

  Log Message:
  -----------
  Remove unused tag-barCode.pdf which clashed with tag-barcode.pdf on Windows


  Commit: 3b32ac53a2fe262d3f988ee92ff11a3e0464ca06
      https://github.com/zopefoundation/z3c.rml/commit/3b32ac53a2fe262d3f988ee92ff11a3e0464ca06
  Author: Kyle MacFarlane <kyle at deletethetrees.com>
  Date:   2013-03-03 (Sun, 03 Mar 2013)

  Changed paths:
    M src/z3c/rml/tests/test_rml.py

  Log Message:
  -----------
  Skip EPS image test on Windows


  Commit: fc3525012b4e565d64ed465134bb75db50fd3d94
      https://github.com/zopefoundation/z3c.rml/commit/fc3525012b4e565d64ed465134bb75db50fd3d94
  Author: Kyle MacFarlane <kyle at deletethetrees.com>
  Date:   2013-03-03 (Sun, 03 Mar 2013)

  Changed paths:
    M src/z3c/rml/tests/input/rml-examples-017-outlines.rml

  Log Message:
  -----------
  eucjp is not an encoding that lxml recognises, while euc-jp is but crashes Python. Changed the encoding to utf-8 and got the original Japanese from the original ReportLab version of the RML


  Commit: 0d2e641dc51ac4043e7eac5ea5552d3ebd000513
      https://github.com/zopefoundation/z3c.rml/commit/0d2e641dc51ac4043e7eac5ea5552d3ebd000513
  Author: Kyle MacFarlane <kyle at deletethetrees.com>
  Date:   2013-03-03 (Sun, 03 Mar 2013)

  Changed paths:
    M src/z3c/rml/document.py
    M src/z3c/rml/tests/test_rml.py

  Log Message:
  -----------
  Fix opening log file on Windows, and closing it in tests before deleting


  Commit: 974cce8460c96f60e6a79f992cb7089d38daad0f
      https://github.com/zopefoundation/z3c.rml/commit/974cce8460c96f60e6a79f992cb7089d38daad0f
  Author: Kyle MacFarlane <kyle at deletethetrees.com>
  Date:   2013-03-04 (Mon, 04 Mar 2013)

  Changed paths:
    M .gitignore

  Log Message:
  -----------
  Added gc generated pngs to .gitignore


  Commit: 389d045b6ca170c01ba9a9deddbb58da4ff9845f
      https://github.com/zopefoundation/z3c.rml/commit/389d045b6ca170c01ba9a9deddbb58da4ff9845f
  Author: Kyle MacFarlane <kyle at deletethetrees.com>
  Date:   2013-03-04 (Mon, 04 Mar 2013)

  Changed paths:
    M src/z3c/rml/tests/expected/rml-examples-029-keepinframe.pdf
    A src/z3c/rml/tests/expected/rml-examples-035-numbering.pdf
    A src/z3c/rml/tests/expected/rml-examples-036-numbering-contd.pdf
    A src/z3c/rml/tests/expected/rml-examples-039-doc-programming.pdf
    A src/z3c/rml/tests/expected/rml-examples-041-masking.pdf
    M src/z3c/rml/tests/input/rml-examples-039-doc-programming.rml
    M src/z3c/rml/tests/test_rml.py

  Log Message:
  -----------
  Changed missing or incorrect expected PDFs.

029 - Incorrect due to default styles
035 - Just missing
036 - Just missing
039 - Missing and had to change RML since repr() is a different result
each time
041 - Just missing


  Commit: c7d1462c5ac80a2b7256c366decab05fa15bc4ad
      https://github.com/zopefoundation/z3c.rml/commit/c7d1462c5ac80a2b7256c366decab05fa15bc4ad
  Author: Kyle MacFarlane <kyle at deletethetrees.com>
  Date:   2013-03-04 (Mon, 04 Mar 2013)

  Changed paths:
    M src/z3c/rml/stylesheet.py

  Log Message:
  -----------
  Fix table line styles not appearing and/or printing in some viewers. GC can't seem to detect it so no tests.


  Commit: 336be7ab63e115163e655dcbcdbe1fd3d76bff3c
      https://github.com/zopefoundation/z3c.rml/commit/336be7ab63e115163e655dcbcdbe1fd3d76bff3c
  Author: Kyle MacFarlane <kyle at deletethetrees.com>
  Date:   2013-03-05 (Tue, 05 Mar 2013)

  Changed paths:
    M src/z3c/rml/document.py
    M src/z3c/rml/tests/expected/tag-registerTTFont.pdf
    A src/z3c/rml/tests/input/VeraMono.ttf
    M src/z3c/rml/tests/input/tag-registerTTFont.rml

  Log Message:
  -----------
  TT and Type1 fonts can now look in packages for their files


  Commit: e123c0fdc25e368809cf9d093e5c14b76c7c42bc
      https://github.com/zopefoundation/z3c.rml/commit/e123c0fdc25e368809cf9d093e5c14b76c7c42bc
  Author: Kyle MacFarlane <kyle at deletethetrees.com>
  Date:   2013-03-05 (Tue, 05 Mar 2013)

  Changed paths:
    M src/z3c/rml/tests/expected/rml-examples-006-barcodes.pdf
    M src/z3c/rml/tests/expected/rml-examples-008-tables.pdf
    M src/z3c/rml/tests/expected/rml-examples-010-linkURL.pdf
    M src/z3c/rml/tests/expected/rml-examples-011-keepwithnext.pdf
    M src/z3c/rml/tests/expected/rml-examples-031-japanese.pdf
    M src/z3c/rml/tests/expected/rml-examples-045-cmyk.pdf
    M src/z3c/rml/tests/expected/rml-examples-046-lists.pdf
    M src/z3c/rml/tests/expected/rml-guide-example-11.pdf
    M src/z3c/rml/tests/expected/rml-guide-example-12.pdf
    M src/z3c/rml/tests/expected/tag-blockTable-6.pdf
    M src/z3c/rml/tests/expected/tag-blockTableStyle-2.pdf

  Log Message:
  -----------
  Spoke too soon in c7d146. Fixing table borders changed how gc renders line style caps.


  Commit: 4717eb65280199031624789e2e22d639e9fbae08
      https://github.com/zopefoundation/z3c.rml/commit/4717eb65280199031624789e2e22d639e9fbae08
  Author: Kyle MacFarlane <kyle at deletethetrees.com>
  Date:   2013-03-05 (Tue, 05 Mar 2013)

  Changed paths:
    M RML-DIFFERENCES.txt
    M src/z3c/rml/tests/expected/rml-examples-001-cmbox.pdf
    M src/z3c/rml/tests/expected/rml-examples-001-hello.pdf
    M src/z3c/rml/tests/expected/rml-examples-029-keepinframe.pdf
    M src/z3c/rml/tests/expected/rml-examples-039-doc-programming.pdf
    M src/z3c/rml/tests/expected/rml-examples-040-colors.pdf
    M src/z3c/rml/tests/expected/simple-layout.pdf
    M src/z3c/rml/tests/input/rml-examples-001-cmbox.rml
    M src/z3c/rml/tests/input/rml-examples-001-hello.rml
    M src/z3c/rml/tests/input/rml-examples-002-paras.rml
    M src/z3c/rml/tests/input/rml-examples-003-frames.rml
    M src/z3c/rml/tests/input/rml-examples-004-fpt-templates.rml
    M src/z3c/rml/tests/input/rml-examples-004-templates.rml
    M src/z3c/rml/tests/input/rml-examples-006-barcodes.rml
    M src/z3c/rml/tests/input/rml-examples-008-tables.rml
    M src/z3c/rml/tests/input/rml-examples-009-splitting.rml
    M src/z3c/rml/tests/input/rml-examples-010-linkURL.rml
    M src/z3c/rml/tests/input/rml-examples-011-keepwithnext.rml
    M src/z3c/rml/tests/input/rml-examples-017-outlines.rml
    M src/z3c/rml/tests/input/rml-examples-022-paras-oas.rml
    M src/z3c/rml/tests/input/rml-examples-029-keepinframe.rml
    M src/z3c/rml/tests/input/rml-examples-031-japanese.rml
    M src/z3c/rml/tests/input/rml-examples-032-images.rml
    M src/z3c/rml/tests/input/rml-examples-034-cmyk.rml
    M src/z3c/rml/tests/input/rml-examples-038-rect-href.rml
    M src/z3c/rml/tests/input/rml-examples-039-doc-programming.rml
    M src/z3c/rml/tests/input/rml-examples-040-colors.rml
    M src/z3c/rml/tests/input/rml-examples-041-masking.rml
    M src/z3c/rml/tests/input/rml-examples-042-longdoc.rml
    M src/z3c/rml/tests/input/rml-examples-043-headings.rml
    M src/z3c/rml/tests/input/rml-examples-044-codesnippets.rml
    M src/z3c/rml/tests/input/rml-examples-045-cmyk.rml
    M src/z3c/rml/tests/input/rml-examples-046-lists.rml
    M src/z3c/rml/tests/input/rml-examples-047-condPageBreak.rml
    M src/z3c/rml/tests/input/rml-examples-048-paragraph-flow-controls.rml
    M src/z3c/rml/tests/input/rml-examples-049-pre.rml
    M src/z3c/rml/tests/input/rml-guide-example-05.rml
    M src/z3c/rml/tests/input/simple-layout.rml

  Log Message:
  -----------
  Document pageSize vs pagesize on template and pageTemplate and update tests to use the right one


  Commit: 7ca9d3dfb9ce782bdf8d7a72ba65e018e17e0ab3
      https://github.com/zopefoundation/z3c.rml/commit/7ca9d3dfb9ce782bdf8d7a72ba65e018e17e0ab3
  Author: Kyle MacFarlane <kyle at deletethetrees.com>
  Date:   2013-03-05 (Tue, 05 Mar 2013)

  Changed paths:
    M src/z3c/rml/attr.py
    M src/z3c/rml/canvas.py
    M src/z3c/rml/document.py
    M src/z3c/rml/flowable.py
    M src/z3c/rml/paraparser.py
    M src/z3c/rml/special.py
    A src/z3c/rml/tests/expected/special-text.pdf
    A src/z3c/rml/tests/input/special-text.rml

  Log Message:
  -----------
  NamedString now evaluates contents, getName can now do forward renferences, default attribute added to getName, evalString implemented


  Commit: 79072efe23fe506ee3ee097c78a40ca91770c047
      https://github.com/zopefoundation/z3c.rml/commit/79072efe23fe506ee3ee097c78a40ca91770c047
  Author: Kyle MacFarlane <kyle at deletethetrees.com>
  Date:   2013-03-05 (Tue, 05 Mar 2013)

  Changed paths:
    M src/z3c/rml/flowable.py

  Log Message:
  -----------
  Don't try to create styles for table cells unless they actually have the attribute. Improves performance all round.


  Commit: 21aa80904b345bcb7ad7eff37e80f24685d59681
      https://github.com/zopefoundation/z3c.rml/commit/21aa80904b345bcb7ad7eff37e80f24685d59681
  Author: Kyle MacFarlane <kyle at deletethetrees.com>
  Date:   2013-03-05 (Tue, 05 Mar 2013)

  Changed paths:
    M src/z3c/rml/special.py
    M src/z3c/rml/tests/expected/special-text.pdf
    M src/z3c/rml/tests/input/special-text.rml

  Log Message:
  -----------
  Fixed getName inside namedString


  Commit: be1f9c3ce649988661c05d5997351487a458ea56
      https://github.com/zopefoundation/z3c.rml/commit/be1f9c3ce649988661c05d5997351487a458ea56
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2013-03-05 (Tue, 05 Mar 2013)

  Changed paths:
    A .gitignore
    M RML-DIFFERENCES.txt
    M bootstrap.py
    M buildout.cfg
    M src/z3c/rml/attr.py
    M src/z3c/rml/canvas.py
    M src/z3c/rml/document.py
    M src/z3c/rml/flowable.py
    M src/z3c/rml/paraparser.py
    M src/z3c/rml/special.py
    M src/z3c/rml/stylesheet.py
    M src/z3c/rml/tests/expected/rml-examples-001-cmbox.pdf
    M src/z3c/rml/tests/expected/rml-examples-001-hello.pdf
    M src/z3c/rml/tests/expected/rml-examples-006-barcodes.pdf
    M src/z3c/rml/tests/expected/rml-examples-008-tables.pdf
    M src/z3c/rml/tests/expected/rml-examples-010-linkURL.pdf
    M src/z3c/rml/tests/expected/rml-examples-011-keepwithnext.pdf
    M src/z3c/rml/tests/expected/rml-examples-029-keepinframe.pdf
    M src/z3c/rml/tests/expected/rml-examples-031-japanese.pdf
    A src/z3c/rml/tests/expected/rml-examples-035-numbering.pdf
    A src/z3c/rml/tests/expected/rml-examples-036-numbering-contd.pdf
    A src/z3c/rml/tests/expected/rml-examples-039-doc-programming.pdf
    M src/z3c/rml/tests/expected/rml-examples-040-colors.pdf
    A src/z3c/rml/tests/expected/rml-examples-041-masking.pdf
    M src/z3c/rml/tests/expected/rml-examples-045-cmyk.pdf
    M src/z3c/rml/tests/expected/rml-examples-046-lists.pdf
    M src/z3c/rml/tests/expected/rml-guide-example-11.pdf
    M src/z3c/rml/tests/expected/rml-guide-example-12.pdf
    M src/z3c/rml/tests/expected/simple-layout.pdf
    A src/z3c/rml/tests/expected/special-text.pdf
    R src/z3c/rml/tests/expected/tag-barCode.pdf
    M src/z3c/rml/tests/expected/tag-blockTable-6.pdf
    M src/z3c/rml/tests/expected/tag-blockTableStyle-2.pdf
    M src/z3c/rml/tests/expected/tag-registerTTFont.pdf
    A src/z3c/rml/tests/input/VeraMono.ttf
    M src/z3c/rml/tests/input/rml-examples-001-cmbox.rml
    M src/z3c/rml/tests/input/rml-examples-001-hello.rml
    M src/z3c/rml/tests/input/rml-examples-002-paras.rml
    M src/z3c/rml/tests/input/rml-examples-003-frames.rml
    M src/z3c/rml/tests/input/rml-examples-004-fpt-templates.rml
    M src/z3c/rml/tests/input/rml-examples-004-templates.rml
    M src/z3c/rml/tests/input/rml-examples-006-barcodes.rml
    M src/z3c/rml/tests/input/rml-examples-008-tables.rml
    M src/z3c/rml/tests/input/rml-examples-009-splitting.rml
    M src/z3c/rml/tests/input/rml-examples-010-linkURL.rml
    M src/z3c/rml/tests/input/rml-examples-011-keepwithnext.rml
    M src/z3c/rml/tests/input/rml-examples-017-outlines.rml
    M src/z3c/rml/tests/input/rml-examples-022-paras-oas.rml
    M src/z3c/rml/tests/input/rml-examples-029-keepinframe.rml
    M src/z3c/rml/tests/input/rml-examples-031-japanese.rml
    M src/z3c/rml/tests/input/rml-examples-032-images.rml
    M src/z3c/rml/tests/input/rml-examples-034-cmyk.rml
    M src/z3c/rml/tests/input/rml-examples-038-rect-href.rml
    M src/z3c/rml/tests/input/rml-examples-039-doc-programming.rml
    M src/z3c/rml/tests/input/rml-examples-040-colors.rml
    M src/z3c/rml/tests/input/rml-examples-041-masking.rml
    M src/z3c/rml/tests/input/rml-examples-042-longdoc.rml
    M src/z3c/rml/tests/input/rml-examples-043-headings.rml
    M src/z3c/rml/tests/input/rml-examples-044-codesnippets.rml
    M src/z3c/rml/tests/input/rml-examples-045-cmyk.rml
    M src/z3c/rml/tests/input/rml-examples-046-lists.rml
    M src/z3c/rml/tests/input/rml-examples-047-condPageBreak.rml
    M src/z3c/rml/tests/input/rml-examples-048-paragraph-flow-controls.rml
    M src/z3c/rml/tests/input/rml-examples-049-pre.rml
    M src/z3c/rml/tests/input/rml-guide-example-05.rml
    M src/z3c/rml/tests/input/simple-layout.rml
    A src/z3c/rml/tests/input/special-text.rml
    M src/z3c/rml/tests/input/tag-registerTTFont.rml
    M src/z3c/rml/tests/test_rml.py

  Log Message:
  -----------
  Merge pull request #1 from kylemacfarlane/fixes

Fixes, forward references, evalString, and more.


Compare: https://github.com/zopefoundation/z3c.rml/compare/356ae821e653...be1f9c3ce649


More information about the checkins mailing list