[Checkins] [zopefoundation/zope.app.apidoc] cfc53e: port revision 68764 to 3.3 branch: fixes issue 645...

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


  Branch: refs/heads/monolithic-zope3-3.3
  Home:   https://github.com/zopefoundation/zope.app.apidoc
  Commit: cfc53ec2a1c34baadcbb558e9a0803670e212112
      https://github.com/zopefoundation/zope.app.apidoc/commit/cfc53ec2a1c34baadcbb558e9a0803670e212112
  Author: Benji York <benji at benjiyork.com>
  Date:   2006-07-02 (Sun, 02 Jul 2006)

  Changed paths:
    A browser/README.txt

  Log Message:
  -----------
  port revision 68764 to 3.3 branch: fixes issue 645 and an unfiled-bug


  Commit: d89ae04452707e0ab7804d124affd17bf12f2c2f
      https://github.com/zopefoundation/zope.app.apidoc/commit/d89ae04452707e0ab7804d124affd17bf12f2c2f
  Author: Dmitry Vasiliev <dima at hlabs.spb.ru>
  Date:   2006-07-10 (Mon, 10 Jul 2006)

  Changed paths:
    A browser/menu_macros.pt
    A component.py
    A component.txt
    A ifacemodule/browser.txt
    A presentation.py
    A presentation.txt

  Log Message:
  -----------
  In some circumstances message ids need to be treated as unicode objects.


  Commit: 6995db382c36394597dcf5272c0b607c3bf2d3dc
      https://github.com/zopefoundation/zope.app.apidoc/commit/6995db382c36394597dcf5272c0b607c3bf2d3dc
  Author: Jim Fulton <jim at zope.com>
  Date:   2006-07-18 (Tue, 18 Jul 2006)

  Changed paths:
    A utilities.py
    A utilities.txt

  Log Message:
  -----------
  Fixed issue 664, http://www.zope.org/Collectors/Zope3-dev/664.

The introspector didn't properly handle attributes that showd up in
dir() but that weren't gettable.


  Commit: 16b0d115917f2b8ab92f127c5a041050f77a6e67
      https://github.com/zopefoundation/zope.app.apidoc/commit/16b0d115917f2b8ab92f127c5a041050f77a6e67
  Author: Dmitry Vasiliev <dima at hlabs.spb.ru>
  Date:   2006-07-21 (Fri, 21 Jul 2006)

  Changed paths:
    A browser/notfound.pt

  Log Message:
  -----------
  Added new translation slots


  Commit: 9e475407c910a38d8e65971f31f8b89b874ce68c
      https://github.com/zopefoundation/zope.app.apidoc/commit/9e475407c910a38d8e65971f31f8b89b874ce68c
  Author: Philipp von Weitershausen <philipp at weitershausen.de>
  Date:   2006-08-13 (Sun, 13 Aug 2006)

  Changed paths:
    M utilities.py

  Log Message:
  -----------
  Fix more cases of zope.__file__.  In case of zope.app.locales.extract we don't
have to do anything now.  When this script eventulaly moves somewhere else
to be better reusable (zope.i18n perhaps), the code should be refactored (added
TODO comment).

THis addresses collector #683.


  Commit: dd4ee29bfb9ddabecada306812d589743876d57b
      https://github.com/zopefoundation/zope.app.apidoc/commit/dd4ee29bfb9ddabecada306812d589743876d57b
  Author: Christian Theune <ct at gocept.com>
  Date:   2006-08-17 (Thu, 17 Aug 2006)

  Changed paths:
    A browser/disabled.pt
    A browser/disabled.zcml
    A browser/ftests.py
    A browser/nodevmode.txt
    A configure.zcml
    A disabled.py
    A disabled.zcml
    A enabled.zcml

  Log Message:
  -----------
   - Added more elegant solution to inform developers (and other people *sigh*)
   about API doc beeing disabled because of disabled developer mode.

   (This still belongs to issue 507)


  Commit: 08106ba63f6771afb38ab12fc587eb4c222cc6bb
      https://github.com/zopefoundation/zope.app.apidoc/commit/08106ba63f6771afb38ab12fc587eb4c222cc6bb
  Author: Philipp von Weitershausen <philipp at weitershausen.de>
  Date:   2006-08-18 (Fri, 18 Aug 2006)

  Changed paths:
    M browser/ftests.py
    M configure.zcml

  Log Message:
  -----------
  Refactor the way we check for no developer mode: use the new
not-have verb in zcml:condition.


  Commit: dad54943eee429a6f52210de03691d7d77303332
      https://github.com/zopefoundation/zope.app.apidoc/commit/dad54943eee429a6f52210de03691d7d77303332
  Author: Philipp von Weitershausen <philipp at weitershausen.de>
  Date:   2006-08-18 (Fri, 18 Aug 2006)

  Changed paths:
    M configure.zcml

  Log Message:
  -----------
  cosmetics: common indention in zcml


  Commit: 36ad23a75938e599dac815ea4892aebba0ca2e29
      https://github.com/zopefoundation/zope.app.apidoc/commit/36ad23a75938e599dac815ea4892aebba0ca2e29
  Author: Philipp von Weitershausen <philipp at weitershausen.de>
  Date:   2006-08-18 (Fri, 18 Aug 2006)

  Changed paths:
    M browser/ftests.py

  Log Message:
  -----------
  Allow the fucntional nodevmode testing layer to be used from instances
as well.  That means the zopeskel files also needed a non-devmode
ftesting.zcml (called ftesting-base.zcml) and the necessary file path
manipulation was needed in zope.app.testing.functional.


  Commit: fd9df9043f80a17bdf240b664d1717fcf3fe5fe2
      https://github.com/zopefoundation/zope.app.apidoc/commit/fd9df9043f80a17bdf240b664d1717fcf3fe5fe2
  Author:  <laxyf at yahoo.fr>
  Date:   2006-09-07 (Thu, 07 Sep 2006)

  Changed paths:
    A bookmodule/book.py
    A browser/preference.py
    A classregistry.py
    A codemodule/browser/README.txt
    A codemodule/browser/class_.py
    A codemodule/browser/function.py
    A codemodule/browser/introspector.py
    A codemodule/browser/menu.py
    A codemodule/browser/module.py
    A codemodule/browser/zcml.py
    A codemodule/codemodule.py
    A codemodule/directives.txt
    A codemodule/interfaces.py
    A codemodule/zcml.py
    M component.py
    M disabled.py
    A ifacemodule/browser.py
    A ifacemodule/ifacemodule.py
    M presentation.py
    A typemodule/browser.py
    M utilities.py
    A utilitymodule/browser.py
    A zcmlmodule/browser.py

  Log Message:
  -----------
  Remove zapi imports from zope.apidoc package.
Use zope.component, zope.traversing and zope.security.proxy imports.


Compare: https://github.com/zopefoundation/zope.app.apidoc/compare/cfc53ec2a1c3^...fd9df9043f80


More information about the checkins mailing list