[Checkins] [zopefoundation/zope.app.apidoc] c6da2a: Deactivted all BBB to ensure that we use only the ...

GitHub noreply at github.com
Tue Feb 26 00:54:46 UTC 2013


  Branch: refs/heads/monolithic-zope3-srichter-blow-services
  Home:   https://github.com/zopefoundation/zope.app.apidoc
  Commit: c6da2a720619d1796c1d00e288c6dce8c116d3e9
      https://github.com/zopefoundation/zope.app.apidoc/commit/c6da2a720619d1796c1d00e288c6dce8c116d3e9
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2005-01-09 (Sun, 09 Jan 2005)

  Changed paths:
    A classmodule/browser.py
    A classmodule/tests.py
    A configure.zcml
    A ifacemodule/browser.py
    A ifacemodule/index.pt
    A ifacemodule/tests.py
    A tests.py
    A utilities.py
    A utilitymodule/__init__.py
    A utilitymodule/tests.py
    A viewmodule/tests.py
    A zcmlmodule/tests.py

  Log Message:
  -----------
  Deactivted all BBB to ensure that we use only the latest code in zope.app

Made almost all tests pass again, except the few that heavily depended on
the old way of doing things: apidoc, module, presentation


  Commit: 23c3d912bbbc80616bfb2d4c828b432d6c310fce
      https://github.com/zopefoundation/zope.app.apidoc/commit/23c3d912bbbc80616bfb2d4c828b432d6c310fce
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2005-01-10 (Mon, 10 Jan 2005)

  Changed paths:
    M classmodule/browser.py
    M ifacemodule/browser.py
    M ifacemodule/tests.py
    M utilitymodule/__init__.py
    A viewmodule/__init__.py
    A viewmodule/browser.py

  Log Message:
  -----------
  Got all tests to pass.

I deactivated a couple of module's tests for now, since they depend on 
the correct functioning of the new software-space UI and BBB, which is 
not done yet:

zope.app.component.bbb -- Clearly these tests should not pass until BBB 
is completed.

zope.app.component.browser -- I have not worked on the UI at all yet.

zope.app.module -- I changed the way persistent modules should work, so I 
need to update the code accordingly first to make the tests pass again.

zope.app.presentation -- The registration of page folders heavily 
depended on the old way of the registration framework; I need to redesign 
this to make it work again.

zope.app.pluggableauth -- I could have updated the code to work as a 
utility, but it is deprecated anyways, so I do not want to spend time on 
it. Once I have completed the BBB code, the tests should work just fine.


  Commit: 8bad910409b906b22011594f674f439bf07e0de7
      https://github.com/zopefoundation/zope.app.apidoc/commit/8bad910409b906b22011594f674f439bf07e0de7
  Author: Ivo van der Wijk <github at in.m3r.nl>
  Date:   2005-01-12 (Wed, 12 Jan 2005)

  Changed paths:
    M classmodule/browser.py

  Log Message:
  -----------
  converted str(zapi.getMultiAdapter((obj, req), name="absolute_url")) calls to zapi.absoluteURL(obj, req), where possible throughout zope.app.


  Commit: c959b33016a36ef8655976fdd24f1d38a3028d16
      https://github.com/zopefoundation/zope.app.apidoc/commit/c959b33016a36ef8655976fdd24f1d38a3028d16
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2005-01-12 (Wed, 12 Jan 2005)

  Changed paths:
    A browser/ftests.py
    A classmodule/ftests.py
    A ifacemodule/ftests.py
    A utilitymodule/ftests.py
    A viewmodule/ftests.py
    A zcmlmodule/ftests.py

  Log Message:
  -----------
  Started fixing functional tests.


  Commit: 604ffedfbaee97a0b1521c1f1039ec285cdca67f
      https://github.com/zopefoundation/zope.app.apidoc/commit/604ffedfbaee97a0b1521c1f1039ec285cdca67f
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2005-01-12 (Wed, 12 Jan 2005)

  Changed paths:
    A ifacemodule/__init__.py
    A ifacemodule/menu.py
    M utilitymodule/__init__.py
    M viewmodule/browser.py
    A zcmlmodule/__init__.py

  Log Message:
  -----------
  Fixed a couple functional tests.

Tried to remove the service terminology from the code as much as 
possible.


  Commit: 4670ed74a2b79ba7a1d3c5277d6bd8026b17ffa7
      https://github.com/zopefoundation/zope.app.apidoc/commit/4670ed74a2b79ba7a1d3c5277d6bd8026b17ffa7
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2005-01-13 (Thu, 13 Jan 2005)

  Changed paths:
    A ifacemodule/menu.pt
    M utilitymodule/__init__.py

  Log Message:
  -----------
  Fixed last broken functional tests.


  Commit: 88c69f60d45a66ce56fbd5159448729bf2739529
      https://github.com/zopefoundation/zope.app.apidoc/commit/88c69f60d45a66ce56fbd5159448729bf2739529
  Author: Ivo van der Wijk <github at in.m3r.nl>
  Date:   2005-01-13 (Thu, 13 Jan 2005)

  Changed paths:
    M classmodule/browser.py
    M ifacemodule/browser.py
    M ifacemodule/tests.py
    A utilitymodule/browser.py
    M utilitymodule/tests.py
    M viewmodule/tests.py
    M zcmlmodule/__init__.py

  Log Message:
  -----------
  Removed redundant imports using 'importchecker.py'


  Commit: 5525d73cc10111046107e79d131c59fb2122dd96
      https://github.com/zopefoundation/zope.app.apidoc/commit/5525d73cc10111046107e79d131c59fb2122dd96
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2005-01-17 (Mon, 17 Jan 2005)

  Changed paths:
    A classmodule/menu.pt

  Log Message:
  -----------
  Added some bbb and updated the final packages to the new layout. Merged 
trunk.


  Commit: 3ce08d47eab09465a6561980a55e3131d7dba5f0
      https://github.com/zopefoundation/zope.app.apidoc/commit/3ce08d47eab09465a6561980a55e3131d7dba5f0
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2005-02-10 (Thu, 10 Feb 2005)

  Changed paths:
    A browser/apidoc.css
    A browser/index.pt

  Log Message:
  -----------
  Merged trunk to branch. I still ahve 4 ftests failing, but I suspect, it 
will be fixed once I merge the changes of the last three days (hopefully).


  Commit: 6f6db44ca3251e2a195cb9d461db78a0ed4adfae
      https://github.com/zopefoundation/zope.app.apidoc/commit/6f6db44ca3251e2a195cb9d461db78a0ed4adfae
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2005-02-14 (Mon, 14 Feb 2005)

  Changed paths:
    A classmodule/__init__.py
    M classmodule/browser.py

  Log Message:
  -----------
  - Resolved all my outstanding XXX comments.
- Wrote all final deprecation warnings.
- Made sure that all tests pass without deprecation warnings being raised.

The day of days is nearing! :-)


Compare: https://github.com/zopefoundation/zope.app.apidoc/compare/c6da2a720619^...6f6db44ca325


More information about the checkins mailing list