[Checkins] [zopefoundation/z3c.jsontree] ca49cf: Move implementation form private repos to svn.zope...

GitHub noreply at github.com
Tue Mar 12 13:29:49 UTC 2013


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/z3c.jsontree
  Commit: ca49cf1bea2100b8411301ed34b4f936952aff0c
      https://github.com/zopefoundation/z3c.jsontree/commit/ca49cf1bea2100b8411301ed34b4f936952aff0c
  Author: Roger Ineichen <roger at projekt01.ch>
  Date:   2008-02-16 (Sat, 16 Feb 2008)

  Changed paths:
    A CHANGES.txt
    A README.txt
    A bootstrap.py
    A buildout.cfg
    A setup.py
    A src/z3c/__init__.py
    A src/z3c/jsontree/README.txt
    A src/z3c/jsontree/SETUP.cfg
    A src/z3c/jsontree/__init__.py
    A src/z3c/jsontree/base.py
    A src/z3c/jsontree/browser/__init__.py
    A src/z3c/jsontree/browser/configure.zcml
    A src/z3c/jsontree/browser/img/z3cJSONTreeCollapsed.gif
    A src/z3c/jsontree/browser/img/z3cJSONTreeExpanded.gif
    A src/z3c/jsontree/browser/img/z3cJSONTreeStatic.gif
    A src/z3c/jsontree/browser/js/z3c.jsontree-0.5.0.js
    A src/z3c/jsontree/browser/li.pt
    A src/z3c/jsontree/browser/tests/__init__.py
    A src/z3c/jsontree/browser/tests/output/tree_1.txt
    A src/z3c/jsontree/browser/tests/output/tree_2.txt
    A src/z3c/jsontree/browser/tests/test_view.py
    A src/z3c/jsontree/browser/tests/util.py
    A src/z3c/jsontree/browser/tree.pt
    A src/z3c/jsontree/browser/tree.py
    A src/z3c/jsontree/browser/ul.pt
    A src/z3c/jsontree/browser/z3c.jsontree.css
    A src/z3c/jsontree/configure.zcml
    A src/z3c/jsontree/interfaces.py
    A src/z3c/jsontree/jsonrpc.py
    A src/z3c/jsontree/tests.py
    A src/z3c/jsontree/util.py
    A src/z3c/jsontree/z3c.jsontree-configure.zcml

  Log Message:
  -----------
  Move implementation form private repos to svn.zope.org


  Commit: 96ea2bb715b9e43478c0406ffc88cea5f24143ba
      https://github.com/zopefoundation/z3c.jsontree/commit/96ea2bb715b9e43478c0406ffc88cea5f24143ba
  Author: Roger Ineichen <roger at projekt01.ch>
  Date:   2008-04-11 (Fri, 11 Apr 2008)

  Changed paths:
    M CHANGES.txt
    M src/z3c/jsontree/base.py
    A src/z3c/jsontree/browser/tests/output/tree_3.txt
    M src/z3c/jsontree/browser/tests/test_view.py
    M src/z3c/jsontree/browser/tree.py
    M src/z3c/jsontree/browser/z3c.jsontree.css
    M src/z3c/jsontree/configure.zcml
    M src/z3c/jsontree/interfaces.py
    M src/z3c/jsontree/jsonrpc.py
    A src/z3c/jsontree/jsonrpc.zcml
    A src/z3c/jsontree/subitem.py
    M src/z3c/jsontree/tests.py

  Log Message:
  -----------
  - implemented ITreeItems adapter which is responsible for list all items listed
  in tree
- Added tests for the new feature
- Update CHANGES.txt

Note the API changed, we use a ITreeItems adapter which is now 
responsible for list the childs for it's adapted context


  Commit: 4ce449c93423231bd2caf393d43434e24f32deab
      https://github.com/zopefoundation/z3c.jsontree/commit/4ce449c93423231bd2caf393d43434e24f32deab
  Author: Roger Ineichen <roger at projekt01.ch>
  Date:   2008-04-13 (Sun, 13 Apr 2008)

  Changed paths:
    M src/z3c/jsontree/base.py
    M src/z3c/jsontree/browser/configure.zcml
    M src/z3c/jsontree/configure.zcml
    M src/z3c/jsontree/interfaces.py
    M src/z3c/jsontree/jsonrpc.py
    M src/z3c/jsontree/subitem.py

  Log Message:
  -----------
  Fix some issue with ITreeItems adapter and add an additional 
discriminator which prevents to load this adapter instead of the @@ view.
This is a workaround needed because of the base registry we use.


  Commit: c97a21aa20d8d4710176847d9e960f8531f192be
      https://github.com/zopefoundation/z3c.jsontree/commit/c97a21aa20d8d4710176847d9e960f8531f192be
  Author: Roger Ineichen <roger at projekt01.ch>
  Date:   2008-04-13 (Sun, 13 Apr 2008)

  Changed paths:
    M src/z3c/jsontree/tests.py

  Log Message:
  -----------
  Fix test setup based on the latests changes


  Commit: f96d2f4d65975173a312cd79331aa9bb486c735d
      https://github.com/zopefoundation/z3c.jsontree/commit/f96d2f4d65975173a312cd79331aa9bb486c735d
  Author: Roger Ineichen <roger at projekt01.ch>
  Date:   2008-04-13 (Sun, 13 Apr 2008)

  Changed paths:
    M CHANGES.txt
    M buildout.cfg
    M setup.py

  Log Message:
  -----------
  Cleanup and improve setup
Added coverage folder to ignore file list


  Commit: bc1d536c4929c2deab2bdb4fdaeef596c9809842
      https://github.com/zopefoundation/z3c.jsontree/commit/bc1d536c4929c2deab2bdb4fdaeef596c9809842
  Author: Roger Ineichen <roger at projekt01.ch>
  Date:   2008-04-14 (Mon, 14 Apr 2008)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  prepare for release


  Commit: dac8eee4f4102bcc875a208dd92ac348d7ad3cc0
      https://github.com/zopefoundation/z3c.jsontree/commit/dac8eee4f4102bcc875a208dd92ac348d7ad3cc0
  Author: Roger Ineichen <roger at projekt01.ch>
  Date:   2008-04-15 (Tue, 15 Apr 2008)

  Changed paths:
    M src/z3c/jsontree/base.py

  Log Message:
  -----------
  Change how we compare items


  Commit: 02386eb377b89720f47537af82ef9ae906264e49
      https://github.com/zopefoundation/z3c.jsontree/commit/02386eb377b89720f47537af82ef9ae906264e49
  Author: Roger Ineichen <roger at projekt01.ch>
  Date:   2008-04-15 (Tue, 15 Apr 2008)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  prepare release


  Commit: 7a2a6d9b0dcb149ba7852cb7b2f64c7183ff1393
      https://github.com/zopefoundation/z3c.jsontree/commit/7a2a6d9b0dcb149ba7852cb7b2f64c7183ff1393
  Author: Roger Ineichen <roger at projekt01.ch>
  Date:   2008-04-15 (Tue, 15 Apr 2008)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  vb


  Commit: efdab0732958da32518bcc1e5351ddeded2c9741
      https://github.com/zopefoundation/z3c.jsontree/commit/efdab0732958da32518bcc1e5351ddeded2c9741
  Author: Roger Ineichen <roger at projekt01.ch>
  Date:   2009-03-09 (Mon, 09 Mar 2009)

  Changed paths:
    M CHANGES.txt
    M src/z3c/jsontree/README.txt
    M src/z3c/jsontree/browser/tests/test_view.py
    M src/z3c/jsontree/util.py

  Log Message:
  -----------
  - Fix: use imports from newest packages e.g. zope.site.folder.Folder
- Fix: be smart to NotFound error objects. NotFound errors are not locatable.
- update tests, added missing IAbsoluteURL adapter which is gone by default


  Commit: 0f39348d14e89ec31a89c5796298d45fa1566975
      https://github.com/zopefoundation/z3c.jsontree/commit/0f39348d14e89ec31a89c5796298d45fa1566975
  Author: Roger Ineichen <roger at projekt01.ch>
  Date:   2009-03-09 (Mon, 09 Mar 2009)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  version bump, include documentation


  Commit: 3f9b43b792f5561c4b9c0a14611fb4106404a492
      https://github.com/zopefoundation/z3c.jsontree/commit/3f9b43b792f5561c4b9c0a14611fb4106404a492
  Author: Roger Ineichen <roger at projekt01.ch>
  Date:   2009-03-09 (Mon, 09 Mar 2009)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  added dev marker


  Commit: d37d0a194be54a256af5fe3e8d61348db9ae1efb
      https://github.com/zopefoundation/z3c.jsontree/commit/d37d0a194be54a256af5fe3e8d61348db9ae1efb
  Author: Roger Ineichen <roger at projekt01.ch>
  Date:   2009-03-10 (Tue, 10 Mar 2009)

  Changed paths:
    M CHANGES.txt
    M src/z3c/jsontree/base.py
    M src/z3c/jsontree/util.py

  Log Message:
  -----------
  Fix: getParentsFromContextToObject, don't return a parent chain if an item 
is a location proxied NotFound error object. It's possible that such a
NotFound object will wrap a context which we don't allow in our parent
chain at all.


  Commit: c7e09ede2ebfea2f8e31427b58743e830c9e2fa2
      https://github.com/zopefoundation/z3c.jsontree/commit/c7e09ede2ebfea2f8e31427b58743e830c9e2fa2
  Author: Roger Ineichen <roger at projekt01.ch>
  Date:   2010-05-25 (Tue, 25 May 2010)

  Changed paths:
    M CHANGES.txt
    M setup.py
    M src/z3c/jsontree/browser/js/z3c.jsontree-0.5.0.js

  Log Message:
  -----------
  Fix className handling in javacsript, it seems that newer version of JQuery
can't handle $.className.has(ele, ...) use $(ele).hasClass(...) instead.


  Commit: da0d0b916a8c5c9af18f93663a4aa7ffe722ab26
      https://github.com/zopefoundation/z3c.jsontree/commit/da0d0b916a8c5c9af18f93663a4aa7ffe722ab26
  Author: Roger Ineichen <roger at projekt01.ch>
  Date:   2010-07-03 (Sat, 03 Jul 2010)

  Changed paths:
    M CHANGES.txt
    M buildout.cfg
    M setup.py
    M src/z3c/jsontree/README.txt
    R src/z3c/jsontree/SETUP.cfg
    M src/z3c/jsontree/base.py
    M src/z3c/jsontree/browser/js/z3c.jsontree-0.5.0.js
    M src/z3c/jsontree/browser/tests/output/tree_1.txt
    M src/z3c/jsontree/browser/tests/output/tree_2.txt
    M src/z3c/jsontree/browser/tests/output/tree_3.txt
    M src/z3c/jsontree/browser/tests/test_view.py
    M src/z3c/jsontree/browser/tree.py
    M src/z3c/jsontree/configure.zcml
    M src/z3c/jsontree/jsonrpc.zcml
    M src/z3c/jsontree/subitem.py
    M src/z3c/jsontree/tests.py
    R src/z3c/jsontree/z3c.jsontree-configure.zcml

  Log Message:
  -----------
  - reflect changes in zope packages, use new package externals
- fix broken tests
- removed old style setup files e.g. SETUP.cfg


  Commit: c386feecd56123bfc6f90a190f72a5a797018916
      https://github.com/zopefoundation/z3c.jsontree/commit/c386feecd56123bfc6f90a190f72a5a797018916
  Author: Adam Groszer <agroszer at mail.com>
  Date:   2010-09-23 (Thu, 23 Sep 2010)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Preparing release 0.6.0


  Commit: 9d55e11c53bc768b52a94e913fa122f8b0c3984b
      https://github.com/zopefoundation/z3c.jsontree/commit/9d55e11c53bc768b52a94e913fa122f8b0c3984b
  Author: Adam Groszer <agroszer at mail.com>
  Date:   2010-09-23 (Thu, 23 Sep 2010)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Back to development: 0.6.1


  Commit: e515037fda9f5ddbd3c5621663bbf1753501f697
      https://github.com/zopefoundation/z3c.jsontree/commit/e515037fda9f5ddbd3c5621663bbf1753501f697
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2013-02-26 (Tue, 26 Feb 2013)

  Changed paths:
    M bootstrap.py

  Log Message:
  -----------
  Update to latest bootstrap.


  Commit: 22f5dc85b41f7a5bd87d5f1f18f57d506ba4da5d
      https://github.com/zopefoundation/z3c.jsontree/commit/22f5dc85b41f7a5bd87d5f1f18f57d506ba4da5d
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2013-02-26 (Tue, 26 Feb 2013)

  Changed paths:
    M buildout.cfg
    M src/z3c/jsontree/tests.py

  Log Message:
  -----------
  Let's not run z3c.jsonrpc's tests here.

Also nuke trailing whitespace and useless deprecated zope.testing.doctest
imports.


Compare: https://github.com/zopefoundation/z3c.jsontree/compare/ca49cf1bea21^...22f5dc85b41f


More information about the checkins mailing list