[Checkins] [zopefoundation/z3c.table] 35bd1a: branch again after test split

GitHub noreply at github.com
Mon Feb 25 14:36:42 UTC 2013


  Branch: refs/heads/lazyvalues2
  Home:   https://github.com/zopefoundation/z3c.table
  Commit: 35bd1ac9cefb631b595641c0ebe046fc7163f387
      https://github.com/zopefoundation/z3c.table/commit/35bd1ac9cefb631b595641c0ebe046fc7163f387
  Author: Jean-Fran?ois Roche <jfroche at affinitic.be>
  Date:   2010-08-05 (Thu, 05 Aug 2010)

  Log Message:
  -----------
  branch again after test split


  Commit: 0e3d56cf43b4a598b427e892f43a95bd91a00ec5
      https://github.com/zopefoundation/z3c.table/commit/0e3d56cf43b4a598b427e892f43a95bd91a00ec5
  Author: Godefroid Chapelle <gotcha at bubblenet.be>
  Date:   2010-08-05 (Thu, 05 Aug 2010)

  Changed paths:
    M src/z3c/table/table.py

  Log Message:
  -----------
  code hopefully easier to read


  Commit: 74e04b6fea946529693d226ab6fc9fe0dd9f7a34
      https://github.com/zopefoundation/z3c.table/commit/74e04b6fea946529693d226ab6fc9fe0dd9f7a34
  Author: Godefroid Chapelle <gotcha at bubblenet.be>
  Date:   2010-08-05 (Thu, 05 Aug 2010)

  Changed paths:
    M src/z3c/table/batch.py
    M src/z3c/table/column.py
    M src/z3c/table/header.py
    M src/z3c/table/interfaces.py
    M src/z3c/table/table.py
    M src/z3c/table/tests.py
    M src/z3c/table/value.py

  Log Message:
  -----------
  pyflakes, pep8


  Commit: beac7b00eee5fa3a8345c2249b87d1e37f4a9327
      https://github.com/zopefoundation/z3c.table/commit/beac7b00eee5fa3a8345c2249b87d1e37f4a9327
  Author: Godefroid Chapelle <gotcha at bubblenet.be>
  Date:   2010-08-05 (Thu, 05 Aug 2010)

  Changed paths:
    M src/z3c/table/sort.txt
    M src/z3c/table/table.py

  Log Message:
  -----------
  store a reference to the sorting column


  Commit: 139a500503bf2176a75fcf8983e68eadaaf66a8a
      https://github.com/zopefoundation/z3c.table/commit/139a500503bf2176a75fcf8983e68eadaaf66a8a
  Author: Godefroid Chapelle <gotcha at bubblenet.be>
  Date:   2010-08-05 (Thu, 05 Aug 2010)

  Changed paths:
    M CHANGES.txt
    M src/z3c/table/README.txt
    M src/z3c/table/interfaces.py
    M src/z3c/table/table.py
    M src/z3c/table/tests.py
    M src/z3c/table/value.py

  Log Message:
  -----------
  - ``IValues`` conform to ``len`` protocol. ``table.Table`` has new
  ``allRowsCount`` attribute that surfaces the total number of rows.

- ``table.Table`` modified to use the new ``IValues`` attributes.

- ``IValues`` has two new attributes: ``isSorted`` and ``sortOn``.  
  They can be queried by tables to avoid to sort again when values where 
  initially sorted (for example, values coming from a sorted SQL query). 

- Add tests that verify interfaces for classes in ``value.py``


  Commit: 77d3feebe05b3dacca707ccd2ff4862ac986d1a6
      https://github.com/zopefoundation/z3c.table/commit/77d3feebe05b3dacca707ccd2ff4862ac986d1a6
  Author: Godefroid Chapelle <gotcha at bubblenet.be>
  Date:   2010-08-20 (Fri, 20 Aug 2010)

  Changed paths:
    M TODO.txt

  Log Message:
  -----------
  update


  Commit: 353c752564c26a8782cfcdce58ca0ae9f80d73de
      https://github.com/zopefoundation/z3c.table/commit/353c752564c26a8782cfcdce58ca0ae9f80d73de
  Author: Godefroid Chapelle <gotcha at bubblenet.be>
  Date:   2010-08-20 (Fri, 20 Aug 2010)

  Changed paths:
    M buildout.cfg

  Log Message:
  -----------
  develop z3c.batching


  Commit: 26b405aae59b55690f57b9580699900a59ed90eb
      https://github.com/zopefoundation/z3c.table/commit/26b405aae59b55690f57b9580699900a59ed90eb
  Author: Godefroid Chapelle <gotcha at bubblenet.be>
  Date:   2010-08-20 (Fri, 20 Aug 2010)

  Changed paths:
    M CHANGES.txt
    A COPYRIGHT.txt
    M LICENSE.txt
    M bootstrap.py
    M setup.py
    M src/z3c/table/README.txt
    M src/z3c/table/batch.py
    M src/z3c/table/batch.txt
    M src/z3c/table/column.py
    M src/z3c/table/column.txt
    M src/z3c/table/sequence.txt
    M src/z3c/table/sort.txt

  Log Message:
  -----------
  merge trunk 115488-115818


  Commit: 361d00c5e9ca2d1f3873d33737a1d757214708db
      https://github.com/zopefoundation/z3c.table/commit/361d00c5e9ca2d1f3873d33737a1d757214708db
  Author: Godefroid Chapelle <gotcha at bubblenet.be>
  Date:   2010-08-20 (Fri, 20 Aug 2010)

  Changed paths:
    M CHANGES.txt
    M TODO.txt
    M setup.py
    M src/z3c/table/configure.zcml
    M src/z3c/table/table.py

  Log Message:
  -----------
  use factory from z3c.batching

fix wrong merge of CHANGES.TXT
some pep8


  Commit: 6f7e870e250497de4e22ffaa3a05793c75df4674
      https://github.com/zopefoundation/z3c.table/commit/6f7e870e250497de4e22ffaa3a05793c75df4674
  Author: Godefroid Chapelle <gotcha at bubblenet.be>
  Date:   2010-08-20 (Fri, 20 Aug 2010)

  Changed paths:
    M src/z3c/table/table.py

  Log Message:
  -----------
  when IValues is smart enough to have sorted and batched rows, do not sort or batch


  Commit: 3956846e05e1e05adf7bc5d8586b547297c5a4e5
      https://github.com/zopefoundation/z3c.table/commit/3956846e05e1e05adf7bc5d8586b547297c5a4e5
  Author: Godefroid Chapelle <gotcha at bubblenet.be>
  Date:   2010-08-20 (Fri, 20 Aug 2010)

  Changed paths:
    M src/z3c/table/table.py

  Log Message:
  -----------
  easier to read


  Commit: 7e622e57279bde5d86acd7a2a53d8ad0acf16dbd
      https://github.com/zopefoundation/z3c.table/commit/7e622e57279bde5d86acd7a2a53d8ad0acf16dbd
  Author: Godefroid Chapelle <gotcha at bubblenet.be>
  Date:   2010-08-20 (Fri, 20 Aug 2010)

  Changed paths:
    M src/z3c/table/column.py
    M src/z3c/table/miscellaneous.txt
    M src/z3c/table/table.py
    M src/z3c/table/tests.py

  Log Message:
  -----------
  simplify use of NoneCell


  Commit: 941586e3b51e5c2d32ebde30f2313447b2a88a34
      https://github.com/zopefoundation/z3c.table/commit/941586e3b51e5c2d32ebde30f2313447b2a88a34
  Author: Godefroid Chapelle <gotcha at bubblenet.be>
  Date:   2010-08-20 (Fri, 20 Aug 2010)

  Changed paths:
    M CHANGES.txt
    M src/z3c/table/README.txt
    M src/z3c/table/column.txt
    M src/z3c/table/configure.zcml
    M src/z3c/table/interfaces.py
    M src/z3c/table/sort.txt
    M src/z3c/table/table.py
    M src/z3c/table/tests.py

  Log Message:
  -----------
  Refactored table.Table.setUpRows to compute the rows with a multi-adapter
  on the table and its values.


  Commit: a0d9f7e1e254dc014eedbaf4bfb1c975f89e9434
      https://github.com/zopefoundation/z3c.table/commit/a0d9f7e1e254dc014eedbaf4bfb1c975f89e9434
  Author: Godefroid Chapelle <gotcha at bubblenet.be>
  Date:   2010-08-20 (Fri, 20 Aug 2010)

  Changed paths:
    M setup.py

  Log Message:
  -----------
  right version pinning


Compare: https://github.com/zopefoundation/z3c.table/compare/35bd1ac9cefb^...a0d9f7e1e254


More information about the checkins mailing list