[Checkins] [zopefoundation/zope.app.apidoc] ac5056: Change the way ZCML slugs are handled

GitHub noreply at github.com
Tue Feb 26 00:55:04 UTC 2013


  Branch: refs/heads/monolithic-zope3-ZopeX3-3.0
  Home:   https://github.com/zopefoundation/zope.app.apidoc
  Commit: ac505606fbb9e7a0e7d9f4e5f000be42fb68e859
      https://github.com/zopefoundation/zope.app.apidoc/commit/ac505606fbb9e7a0e7d9f4e5f000be42fb68e859
  Author: Fred Drake <fdrake at acm.org>
  Date:   2004-06-04 (Fri, 04 Jun 2004)

  Changed paths:
    R DEPENDENCIES.cfg
    R MAINTAINER.txt
    R README.txt
    R SETUP.cfg
    R TODO.txt
    R __init__.py
    R browser/__init__.py
    R browser/apidoc.css
    R browser/apidoc.py
    R browser/configure.zcml
    R browser/contents.pt
    R browser/details_macros.pt
    R browser/ftests.py
    R browser/index.pt
    R browser/macros.py
    R browser/menu.pt
    R browser/menu_macros.pt
    R browser/modules.pt
    R classmodule/__init__.py
    R classmodule/browser.py
    R classmodule/class_index.pt
    R classmodule/configure.zcml
    R classmodule/ftests.py
    R classmodule/function_index.pt
    R classmodule/menu.pt
    R classmodule/module_index.pt
    R classmodule/tests.py
    R configure.zcml
    R ifacemodule/__init__.py
    R ifacemodule/browser.py
    R ifacemodule/configure.zcml
    R ifacemodule/ftests.py
    R ifacemodule/index.pt
    R ifacemodule/menu.pt
    R ifacemodule/menu.py
    R ifacemodule/tests.py
    R interfaces.py
    R servicemodule/__init__.py
    R servicemodule/browser.py
    R servicemodule/configure.zcml
    R servicemodule/ftests.py
    R servicemodule/index.pt
    R servicemodule/menu.pt
    R servicemodule/tests.py
    R tests.py
    R utilities.py
    R utilitymodule/__init__.py
    R utilitymodule/browser.py
    R utilitymodule/configure.zcml
    R utilitymodule/ftests.py
    R utilitymodule/index.pt
    R utilitymodule/menu.pt
    R utilitymodule/tests.py
    R version.txt
    R viewmodule/__init__.py
    R viewmodule/browser.py
    R viewmodule/configure.zcml
    R viewmodule/ftests.py
    R viewmodule/index.pt
    R viewmodule/menu.pt
    R viewmodule/skin_layer.pt
    R viewmodule/tests.py
    R zcmlmodule/__init__.py
    R zcmlmodule/browser.py
    R zcmlmodule/configure.zcml
    R zcmlmodule/ftests.py
    R zcmlmodule/index.pt
    R zcmlmodule/menu.pt
    R zcmlmodule/tests.py

  Log Message:
  -----------
  Change the way ZCML slugs are handled
- all are now handled the same way
- avoid extra repository fetches for each of these trivial files

Ported from trunk revision 25268.


  Commit: 58dcbb5f451c7ff83b1e2c0ab97a94be8e4aad60
      https://github.com/zopefoundation/zope.app.apidoc/commit/58dcbb5f451c7ff83b1e2c0ab97a94be8e4aad60
  Author: Dominik Huber <dominik.huber at ideell.ch>
  Date:   2004-06-24 (Thu, 24 Jun 2004)

  Changed paths:
    A ifacemodule/browser.py

  Log Message:
  -----------
  merged from trunk 25938:
fixed IndexError: tuple index out of range


  Commit: d9df8122e66de5acc6ea6f78d0c735b1ef878f67
      https://github.com/zopefoundation/zope.app.apidoc/commit/d9df8122e66de5acc6ea6f78d0c735b1ef878f67
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2004-07-01 (Thu, 01 Jul 2004)

  Changed paths:
    A classmodule/__init__.py

  Log Message:
  -----------
  Backport speedup.


  Commit: b367bda013344bd469461c7878c94becdfcb1bee
      https://github.com/zopefoundation/zope.app.apidoc/commit/b367bda013344bd469461c7878c94becdfcb1bee
  Author: Jim Fulton <jim at zope.com>
  Date:   2004-07-02 (Fri, 02 Jul 2004)

  Changed paths:
    A utilities.py

  Log Message:
  -----------
  Merged from trunk 25920:
Changed basic checkers to use dictionaries.

Now when you create checkers, you must pass one or 
two dictionary objects. We used to allow functions 
to be passed that would be called to get the permission
needed to access a name.  It turns out that this generality
wasn't needed or used.  If we need this in the furture, we
can add custom checkers.  For now, we only allow
dictionaries, as that will enable more efficient checker
implementation.


  Commit: bf9fd841dac717d51d54eaafb588fb29147860d6
      https://github.com/zopefoundation/zope.app.apidoc/commit/bf9fd841dac717d51d54eaafb588fb29147860d6
  Author: Fred Drake <fdrake at acm.org>
  Date:   2004-07-02 (Fri, 02 Jul 2004)

  Changed paths:
    M classmodule/__init__.py

  Log Message:
  -----------
  Merge revision 26067 from the trunk:
Re-write test to allow re-running in a loop.

This test assumes that a module from the standard library has not been
imported, which means it is very fragile and could be broken by unrelated
changes elsewhere.  Instead, create a temporary module specifically for
the test, and clean it up when the test is done.


  Commit: 3fbd2de01c17c55104497fe1651e235d949f5e09
      https://github.com/zopefoundation/zope.app.apidoc/commit/3fbd2de01c17c55104497fe1651e235d949f5e09
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2004-07-03 (Sat, 03 Jul 2004)

  Changed paths:
    M ifacemodule/browser.py

  Log Message:
  -----------
  Backported test fixes from trunk, see revision 26091.


  Commit: 3ce34290a907acde07dad2b7b8ee1da8661c3632
      https://github.com/zopefoundation/zope.app.apidoc/commit/3ce34290a907acde07dad2b7b8ee1da8661c3632
  Author: Jim Fulton <jim at zope.com>
  Date:   2004-07-06 (Tue, 06 Jul 2004)

  Changed paths:
    A viewmodule/__init__.py

  Log Message:
  -----------
  Merged from trunk r26049:

Updated adapter API

as described in:

  http://mail.zope.org/pipermail/zope3-dev/2004-July/011537.html

- query/getAdapter now require a name argument and ignore
  whether the object being adapted provides or conforms to the
  interface.

- New functions 'getAdapterInContext' and 'queryAdapterInContext'
  can be used to do content-dependent simple adapation.  They
  will return the object being adapted if it provides the desired
  interface and will return the result of calling __conform__ if the
  object conforms to the interface.

IMPORTANT

  To do simple adaptation, just call the desired interface:

    adapter = iface(ob) or iface(ob, default)


  Commit: 15d3fbddde01fd9a0e82258b4a1b6256ae9dd0b2
      https://github.com/zopefoundation/zope.app.apidoc/commit/15d3fbddde01fd9a0e82258b4a1b6256ae9dd0b2
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2004-07-07 (Wed, 07 Jul 2004)

  Changed paths:
    A classmodule/browser.py
    A classmodule/class_index.pt

  Log Message:
  -----------
  Backport of r26153.


  Commit: a05b0d4992fa97f15631de943b042734d1829cb9
      https://github.com/zopefoundation/zope.app.apidoc/commit/a05b0d4992fa97f15631de943b042734d1829cb9
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2004-07-09 (Fri, 09 Jul 2004)

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

  Log Message:
  -----------
  Backported my XXX removals.


  Commit: ea9ee9101602742c183e6f4ececd4a4f3a43f9c4
      https://github.com/zopefoundation/zope.app.apidoc/commit/ea9ee9101602742c183e6f4ececd4a4f3a43f9c4
  Author: Fred Drake <fdrake at acm.org>
  Date:   2004-07-16 (Fri, 16 Jul 2004)

  Changed paths:
    A README.txt
    A TODO.txt

  Log Message:
  -----------
  Convert text files to ReST.


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

  Changed paths:
    M classmodule/class_index.pt

  Log Message:
  -----------
  POT file updated


  Commit: 45d9b25970313a7e7c726df5c15a4e88bdfa40a2
      https://github.com/zopefoundation/zope.app.apidoc/commit/45d9b25970313a7e7c726df5c15a4e88bdfa40a2
  Author: Dmitry Vasiliev <dima at hlabs.spb.ru>
  Date:   2004-07-27 (Tue, 27 Jul 2004)

  Changed paths:
    A tests.py
    M utilities.py

  Log Message:
  -----------
  Merged changes from trunk revision 26775


  Commit: 8a66ae036b864f9687c93dcd1cdeb9e0d216c62d
      https://github.com/zopefoundation/zope.app.apidoc/commit/8a66ae036b864f9687c93dcd1cdeb9e0d216c62d
  Author: Dmitry Vasiliev <dima at hlabs.spb.ru>
  Date:   2004-07-27 (Tue, 27 Jul 2004)

  Changed paths:
    A __init__.py
    A browser/apidoc.py
    M tests.py

  Log Message:
  -----------
  Merged changes from the trunk revision 26777


  Commit: 3b6cde36c2399dd64b44e625c8bd28968b3035ad
      https://github.com/zopefoundation/zope.app.apidoc/commit/3b6cde36c2399dd64b44e625c8bd28968b3035ad
  Author: Fred Drake <fdrake at acm.org>
  Date:   2004-07-30 (Fri, 30 Jul 2004)

  Changed paths:
    M utilities.py

  Log Message:
  -----------
  testing that assert statements are triggered does not work when running with
Python's -O option, since that throws out the assertions

use statements other than assert, and raise specific exceptions that make
sense for the errors being detected


  Commit: fe74a7c9a927aeba9f69432c50b81d7d9d96c45c
      https://github.com/zopefoundation/zope.app.apidoc/commit/fe74a7c9a927aeba9f69432c50b81d7d9d96c45c
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2004-08-09 (Mon, 09 Aug 2004)

  Changed paths:
    M classmodule/__init__.py

  Log Message:
  -----------
  Merged rev 26959.


  Commit: ee6bfd2fb1422bd4ebb9aaea80f46dd911398b6e
      https://github.com/zopefoundation/zope.app.apidoc/commit/ee6bfd2fb1422bd4ebb9aaea80f46dd911398b6e
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2004-08-09 (Mon, 09 Aug 2004)

  Changed paths:
    A classmodule/function_index.pt

  Log Message:
  -----------
  Backport rev 26962


  Commit: 20af0ec8135d84ecff26b35b127aab857bd26072
      https://github.com/zopefoundation/zope.app.apidoc/commit/20af0ec8135d84ecff26b35b127aab857bd26072
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2004-08-12 (Thu, 12 Aug 2004)

  Changed paths:
    A zcmlmodule/__init__.py
    A zcmlmodule/tests.py

  Log Message:
  -----------
  Backported

r26501 | srichter | 2004-07-13 14:12:57 -0400 (Tue, 13 Jul 2004) | 7 lines
r26502 | srichter | 2004-07-13 14:13:52 -0400 (Tue, 13 Jul 2004) | 2 lines
r26505 | srichter | 2004-07-13 15:04:10 -0400 (Tue, 13 Jul 2004) | 3 lines
r26506 | srichter | 2004-07-13 15:16:57 -0400 (Tue, 13 Jul 2004) | 2 lines
r26509 | srichter | 2004-07-13 17:47:43 -0400 (Tue, 13 Jul 2004) | 2 lines


  Commit: 2cb56c8e2ed9a57832bc873cf5c862132a1ac8c6
      https://github.com/zopefoundation/zope.app.apidoc/commit/2cb56c8e2ed9a57832bc873cf5c862132a1ac8c6
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2004-08-12 (Thu, 12 Aug 2004)

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

  Log Message:
  -----------
  Backported

r26524 | srichter | 2004-07-14 03:45:38 -0400 (Wed, 14 Jul 2004) | 6 lines
r26551 | srichter | 2004-07-15 03:06:37 -0400 (Thu, 15 Jul 2004) | 6 lines
r26522 | pruggera | 2004-07-14 01:42:06 -0400 (Wed, 14 Jul 2004) | 1 line
r26531 | pruggera | 2004-07-14 13:00:15 -0400 (Wed, 14 Jul 2004) | 1 line
r26534 | pruggera | 2004-07-14 15:55:34 -0400 (Wed, 14 Jul 2004) | 1 line
r26540 | pruggera | 2004-07-14 18:14:25 -0400 (Wed, 14 Jul 2004) | 1 line


  Commit: 5c67690d70b3e1a0d6894503e5d70164fd7daa7e
      https://github.com/zopefoundation/zope.app.apidoc/commit/5c67690d70b3e1a0d6894503e5d70164fd7daa7e
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2004-08-12 (Thu, 12 Aug 2004)

  Changed paths:
    M classmodule/__init__.py
    A utilitymodule/__init__.py
    A viewmodule/index.pt
    M zcmlmodule/__init__.py

  Log Message:
  -----------
  Backported

r26575 | srichter | 2004-07-16 07:22:32 -0400 (Fri, 16 Jul 2004) | 4 lines
r26576 | srichter | 2004-07-16 07:50:16 -0400 (Fri, 16 Jul 2004) | 2 lines
r26577 | srichter | 2004-07-16 07:50:57 -0400 (Fri, 16 Jul 2004) | 3 lines
r26578 | srichter | 2004-07-16 08:13:13 -0400 (Fri, 16 Jul 2004) | 5 lines
r26579 | srichter | 2004-07-16 08:33:24 -0400 (Fri, 16 Jul 2004) | 3 lines


  Commit: b6e8b2ad00e7dab73c63c2e911095b14b398148c
      https://github.com/zopefoundation/zope.app.apidoc/commit/b6e8b2ad00e7dab73c63c2e911095b14b398148c
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2004-08-12 (Thu, 12 Aug 2004)

  Changed paths:
    M browser/apidoc.css
    A browser/contents.pt
    M classmodule/__init__.py
    M classmodule/browser.py
    A classmodule/configure.zcml
    A classmodule/ftests.py
    A classmodule/module_index.pt
    A classmodule/zcmlfile_index.pt
    M ifacemodule/browser.py
    A ifacemodule/index.pt
    M viewmodule/__init__.py
    A zcmlmodule/index.pt

  Log Message:
  -----------
  Backported

r26614 | srichter | 2004-07-18 17:56:36 -0400 (Sun, 18 Jul 2004) | 4 lines
r26615 | srichter | 2004-07-18 17:59:44 -0400 (Sun, 18 Jul 2004) | 5 lines
r26622 | srichter | 2004-07-19 08:39:46 -0400 (Mon, 19 Jul 2004) | 2 lines
r26623 | srichter | 2004-07-19 08:40:26 -0400 (Mon, 19 Jul 2004) | 2 lines


  Commit: 04b7392d997f980bd223cd0192689376d71844ee
      https://github.com/zopefoundation/zope.app.apidoc/commit/04b7392d997f980bd223cd0192689376d71844ee
  Author: Jim Fulton <jim at zope.com>
  Date:   2004-08-12 (Thu, 12 Aug 2004)

  Changed paths:
    A browser/configure.zcml
    M classmodule/configure.zcml
    A configure.zcml
    A ifacemodule/configure.zcml
    A servicemodule/configure.zcml
    A utilitymodule/configure.zcml
    A viewmodule/configure.zcml
    A zcmlmodule/configure.zcml

  Log Message:
  -----------
  Tightened up permission declarations in many places where there were
too loose.


  Commit: 9c58d8f427c5372cf09b350a1ba1b1369f8cf1cd
      https://github.com/zopefoundation/zope.app.apidoc/commit/9c58d8f427c5372cf09b350a1ba1b1369f8cf1cd
  Author: Fred Drake <fdrake at acm.org>
  Date:   2004-08-13 (Fri, 13 Aug 2004)

  Changed paths:
    M classmodule/__init__.py

  Log Message:
  -----------
  fix the cleanup from the tests so no .pyc/.pyo files get left behind


  Commit: 4cc9f6303df7649278c0a439050e38810cb9541c
      https://github.com/zopefoundation/zope.app.apidoc/commit/4cc9f6303df7649278c0a439050e38810cb9541c
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2004-08-23 (Mon, 23 Aug 2004)

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

  Log Message:
  -----------
  Remove as many removeAllProxies() calls as I could.


  Commit: 1a01528df4c7f7bade960f2ad4dc721031dc637c
      https://github.com/zopefoundation/zope.app.apidoc/commit/1a01528df4c7f7bade960f2ad4dc721031dc637c
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2004-08-23 (Mon, 23 Aug 2004)

  Changed paths:
    M classmodule/browser.py
    M utilities.py

  Log Message:
  -----------
  Fixed two unittest failures.


  Commit: 5159732ca59c331ea5c0125598d51e503b7756a8
      https://github.com/zopefoundation/zope.app.apidoc/commit/5159732ca59c331ea5c0125598d51e503b7756a8
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2004-08-23 (Mon, 23 Aug 2004)

  Changed paths:
    M ifacemodule/browser.py

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


  Commit: f1286d3aa2b73c626cd224ffa09993c112996aec
      https://github.com/zopefoundation/zope.app.apidoc/commit/f1286d3aa2b73c626cd224ffa09993c112996aec
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2004-08-26 (Thu, 26 Aug 2004)

  Changed paths:
    M ifacemodule/browser.py

  Log Message:
  -----------
  Reinstantiated some removeAllProxies calls, since we need do not want the 
location proxy's mosule, but the interface's.


  Commit: 9823fdf5ab7a49343bd1f4e71e82949008cf5ecc
      https://github.com/zopefoundation/zope.app.apidoc/commit/9823fdf5ab7a49343bd1f4e71e82949008cf5ecc
  Author: Jim Fulton <jim at zope.com>
  Date:   2004-08-27 (Fri, 27 Aug 2004)

  Changed paths:
    M viewmodule/__init__.py

  Log Message:
  -----------
  Merged from the ZopeX3-3.0-broken branch:

  ------------------------------------------------------------------------
  r27300 | srichter | 2004-08-27 12:24:30 -0400 (Fri, 27 Aug 2004) | 3 lines

  Gave SkinDocumentation and LayerDocumentation a location upon creation. 
  Now the ftests pass again.

  ------------------------------------------------------------------------
  r27299 | jim | 2004-08-27 12:19:47 -0400 (Fri, 27 Aug 2004) | 5 lines

  Added logic to set adapter __parent__ attr to allow acquisition of
  grants.

  We need to find a way to automate setting adapter __parent__ attrs.

  ------------------------------------------------------------------------
  r27298 | jim | 2004-08-27 11:48:28 -0400 (Fri, 27 Aug 2004) | 5 lines

  Changed to use the global test manager, who has global grants.

  Really, only global users with global grants can use the application
  controller.  This needs some refinement in the future.

  ------------------------------------------------------------------------
  r27297 | jim | 2004-08-27 11:48:00 -0400 (Fri, 27 Aug 2004) | 5 lines

  Changed to use the global test manager, who has global grants.

  Really, only global users with global grants can use the application
  controller.  This needs some refinement in the future.

  ------------------------------------------------------------------------
  r27296 | jim | 2004-08-27 11:43:53 -0400 (Fri, 27 Aug 2004) | 5 lines

  Changed to use the global test manager, who has global grants.

  Really, only global users with global grants can use the application
  controller.  This needs some refinement in the future.

  ------------------------------------------------------------------------
  r27295 | jim | 2004-08-27 11:01:18 -0400 (Fri, 27 Aug 2004) | 3 lines

  Have annotation security maps parents, so that they can acquire
  permission grants.

  ------------------------------------------------------------------------
  r27294 | jim | 2004-08-27 11:01:16 -0400 (Fri, 27 Aug 2004) | 3 lines

  Made security-setting attributes public. There's nothing woth
  protecting there.

  ------------------------------------------------------------------------
  r27293 | jim | 2004-08-27 10:47:24 -0400 (Fri, 27 Aug 2004) | 44 lines

  Removed the global grant for the test manager.  This *should* have no
  effect, since there is a local grant.  But thre are a number of
  protected objects that don't get location information and, thus, can't
  acquire local grants.

  This change causes the following 12 tests to fail:

  ...


  Commit: 3ee7eed0564cdb07b291840c2b7973e5f4ab16ef
      https://github.com/zopefoundation/zope.app.apidoc/commit/3ee7eed0564cdb07b291840c2b7973e5f4ab16ef
  Author: Jim Fulton <jim at zope.com>
  Date:   2004-08-27 (Fri, 27 Aug 2004)

  Changed paths:
    M classmodule/browser.py
    M ifacemodule/browser.py
    M ifacemodule/menu.py
    M utilities.py
    M zcmlmodule/browser.py

  Log Message:
  -----------
  Changed to import removeSecurityProxy from zope.security.proxy


  Commit: 0ac1d3596e57bc710c7a9dcec9129cd43e247add
      https://github.com/zopefoundation/zope.app.apidoc/commit/0ac1d3596e57bc710c7a9dcec9129cd43e247add
  Author: Jim Fulton <jim at zope.com>
  Date:   2004-08-28 (Sat, 28 Aug 2004)

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

  Log Message:
  -----------
  Merged from trunk:

  r27323 | jim | 2004-08-28 15:31:22 -0400 (Sat, 28 Aug 2004) | 15 lines

Integrated the latest doctest rom the Python cvs.

This brought two backward-incompatible changes:

- setUp and tearDown functions are now passed a test 
  argument, which is a doctest.DocTest.  This provides access to the
  test globals.

- The names of doctest reporting options for requesting diff output
  have changed.

Thesechanges are both positive for the long run, despite the
short-term backward-incompatability. Better before X3.0 final than
later.


  Commit: ad8c92c0cf654d375902f82c4e12d75a387c22ff
      https://github.com/zopefoundation/zope.app.apidoc/commit/ad8c92c0cf654d375902f82c4e12d75a387c22ff
  Author: Phil Ruggera <pruggera at san.rr.com>
  Date:   2004-09-02 (Thu, 02 Sep 2004)

  Changed paths:
    M ifacemodule/browser.py

  Log Message:
  -----------
  Update doc strings to ReST


  Commit: 08af9b16bc0be9d134ae878b8bd666b50213c793
      https://github.com/zopefoundation/zope.app.apidoc/commit/08af9b16bc0be9d134ae878b8bd666b50213c793
  Author: Dmitry Vasiliev <dima at hlabs.spb.ru>
  Date:   2004-09-07 (Tue, 07 Sep 2004)

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

  Log Message:
  -----------
  Internationalized apidoc modules description.

(Merged from trunk revisions 27410, 27421)


  Commit: 227de9d0b03ff7a93b5dbf4ee69b08ada9093172
      https://github.com/zopefoundation/zope.app.apidoc/commit/227de9d0b03ff7a93b5dbf4ee69b08ada9093172
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2004-09-07 (Tue, 07 Sep 2004)

  Changed paths:
    M classmodule/browser.py
    M ifacemodule/browser.py

  Log Message:
  -----------
  Improved STX renderer to handle unicode correctly.


  Commit: c2dec471009b463854a398f73abb4fb7a7962d07
      https://github.com/zopefoundation/zope.app.apidoc/commit/c2dec471009b463854a398f73abb4fb7a7962d07
  Author: Dmitry Vasiliev <dima at hlabs.spb.ru>
  Date:   2004-09-08 (Wed, 08 Sep 2004)

  Changed paths:
    M servicemodule/__init__.py
    M utilitymodule/__init__.py

  Log Message:
  -----------
  Update doc strings to ReST


  Commit: 185cf4afa52248ecd1b5d1f5429f5356e7429d24
      https://github.com/zopefoundation/zope.app.apidoc/commit/185cf4afa52248ecd1b5d1f5429f5356e7429d24
  Author: Fred Drake <fdrake at acm.org>
  Date:   2004-09-16 (Thu, 16 Sep 2004)

  Changed paths:
    A zcmlmodule/menu.pt

  Log Message:
  -----------
  add a missing slash in the namespace URL prefix


  Commit: ac9c7da15733dccbd4eb66fd2438beb43a57263f
      https://github.com/zopefoundation/zope.app.apidoc/commit/ac9c7da15733dccbd4eb66fd2438beb43a57263f
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2004-10-05 (Tue, 05 Oct 2004)

  Changed paths:
    A browser/details_macros.pt
    A browser/menu_macros.pt

  Log Message:
  -----------
  apidoc used to crash if no default skin was set. This was because it 
always expected the favicon to be available. Conditionalizing the lookup 
fixed the problem.

 --This line, and those below, will be ignored--

M    apidoc/browser/menu_macros.pt
M    apidoc/browser/details_macros.pt


  Commit: 2392f904ef3f40bd44601633da4336dca8fcfe08
      https://github.com/zopefoundation/zope.app.apidoc/commit/2392f904ef3f40bd44601633da4336dca8fcfe08
  Author: Philipp von Weitershausen <philipp at weitershausen.de>
  Date:   2005-07-25 (Mon, 25 Jul 2005)

  Changed paths:
    M classmodule/browser.py
    M classmodule/tests.py
    M ifacemodule/browser.py
    M ifacemodule/tests.py

  Log Message:
  -----------
  Tweak reST/STX dependent tests so that they pass on both the
Zope 2.8 and the X3.0 release line. These are the tests that
were previously disabled on the Zope-X3.0.0-2.8 branch
(except for the access log test which seems to pass now.)


Compare: https://github.com/zopefoundation/zope.app.apidoc/compare/ac505606fbb9^...2392f904ef3f


More information about the checkins mailing list