[Checkins] [zopefoundation/zope.app.i18n] a91079: Merge r26706 through r26708 (incl.):

GitHub noreply at github.com
Tue Mar 12 13:25:01 UTC 2013


  Branch: refs/heads/monolithic-zope3-ZopeX3-3.0
  Home:   https://github.com/zopefoundation/zope.app.i18n
  Commit: a91079a2f34ec65b9a56e832aa062cd2385700f0
      https://github.com/zopefoundation/zope.app.i18n/commit/a91079a2f34ec65b9a56e832aa062cd2385700f0
  Author: Philipp von Weitershausen <philipp at weitershausen.de>
  Date:   2004-07-23 (Fri, 23 Jul 2004)

  Changed paths:
    R __init__.py
    R browser/__init__.py
    R browser/configure.zcml
    R browser/exportimport.pt
    R browser/exportimport.py
    R browser/i18n_domain.gif
    R browser/synchronize.pt
    R browser/synchronize.py
    R browser/tests/__init__.py
    R browser/tests/test_translate.py
    R browser/translate.pt
    R browser/translate.py
    R browser/translatemessage.pt
    R filters.py
    R interfaces.py
    R messagecatalog.py
    R meta.zcml
    R metaconfigure.py
    R metadirectives.py
    R tests/__init__.py
    R tests/placelesssetup.py
    R tests/test_filters.py
    R tests/test_messagecatalog.py
    R tests/test_translationdomain.py
    R tests/testi18ndirectives.py
    R translationdomain.py
    R xmlrpc/__init__.py
    R xmlrpc/configure.zcml
    R xmlrpc/methods.py

  Log Message:
  -----------
  Merge r26706 through r26708 (incl.):

- Make request.locale and locale objects usable in security-
  proxied environments
- typos, cosmetic fixes


  Commit: 117f2cfd4e9f5e4a279d4c3b997357b0a9abc7a4
      https://github.com/zopefoundation/zope.app.i18n/commit/117f2cfd4e9f5e4a279d4c3b997357b0a9abc7a4
  Author: Jim Fulton <jim at zope.com>
  Date:   2004-08-11 (Wed, 11 Aug 2004)

  Changed paths:
    A browser/tests/test_translate.py
    A tests/test_messagecatalog.py
    A tests/test_translationdomain.py

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

  r26878 | jim | 2004-08-03 12:25:34 -0400 (Tue, 03 Aug 2004) | 3 lines

Removed assert statements from test code. Assert statements
don't belong in test code.


  Commit: 444fca0f3fcbcbaf1825aca53b0e67ede9f80ebd
      https://github.com/zopefoundation/zope.app.i18n/commit/444fca0f3fcbcbaf1825aca53b0e67ede9f80ebd
  Author: Philipp von Weitershausen <philipp at weitershausen.de>
  Date:   2004-08-11 (Wed, 11 Aug 2004)

  Changed paths:
    M configure.zcml

  Log Message:
  -----------
  Merge r27007: Factory ids have to be real ids now,
i.e. they need to contain at least a dot or be a URI.


  Commit: 15eebdc15525c787b9ffab7c2c6897d033ce644c
      https://github.com/zopefoundation/zope.app.i18n/commit/15eebdc15525c787b9ffab7c2c6897d033ce644c
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2004-08-11 (Wed, 11 Aug 2004)

  Changed paths:
    A metadirectives.py

  Log Message:
  -----------
  Backport rev26612-13.


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

  Changed paths:
    A browser/synchronize.pt
    A browser/synchronize.py

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

r26488 | srichter | 2004-07-13 13:13:19 -0400 (Tue, 13 Jul 2004) | 2 lines
r26489 | srichter | 2004-07-13 13:14:44 -0400 (Tue, 13 Jul 2004) | 3 lines
r26490 | srichter | 2004-07-13 13:15:34 -0400 (Tue, 13 Jul 2004) | 2 lines
r26491 | srichter | 2004-07-13 13:16:12 -0400 (Tue, 13 Jul 2004) | 2 lines
r26492 | srichter | 2004-07-13 13:18:09 -0400 (Tue, 13 Jul 2004) | 2 lines
r26493 | srichter | 2004-07-13 13:19:25 -0400 (Tue, 13 Jul 2004) | 2 lines
r26494 | srichter | 2004-07-13 13:21:02 -0400 (Tue, 13 Jul 2004) | 4 lines
r26495 | srichter | 2004-07-13 13:23:17 -0400 (Tue, 13 Jul 2004) | 2 lines
r26496 | srichter | 2004-07-13 13:24:35 -0400 (Tue, 13 Jul 2004) | 2 lines
r26497 | srichter | 2004-07-13 13:25:02 -0400 (Tue, 13 Jul 2004) | 2 lines
r26498 | srichter | 2004-07-13 13:26:37 -0400 (Tue, 13 Jul 2004) | 5 lines
r26499 | srichter | 2004-07-13 13:31:56 -0400 (Tue, 13 Jul 2004) | 2 lines


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

  Changed paths:
    A filters.py
    A tests/placelesssetup.py
    A tests/test_filters.py
    M tests/test_messagecatalog.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: b788b3c06dae86ef58f82636da54302a1897c9af
      https://github.com/zopefoundation/zope.app.i18n/commit/b788b3c06dae86ef58f82636da54302a1897c9af
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2004-08-12 (Thu, 12 Aug 2004)

  Changed paths:
    M browser/tests/test_translate.py

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

r26567 | srichter | 2004-07-16 02:58:27 -0400 (Fri, 16 Jul 2004) | 2 lines
r26570 | srichter | 2004-07-16 03:54:40 -0400 (Fri, 16 Jul 2004) | 3 lines


  Commit: e6abdeea09c309484d833e157ab4a30ed233ecc4
      https://github.com/zopefoundation/zope.app.i18n/commit/e6abdeea09c309484d833e157ab4a30ed233ecc4
  Author: Philipp von Weitershausen <philipp at weitershausen.de>
  Date:   2004-08-12 (Thu, 12 Aug 2004)

  Changed paths:
    M configure.zcml
    A translationdomain.py

  Log Message:
  -----------
  Merge r27091 from trunk: Fix collector issue 260


  Commit: 6808e40c4c3adf789ebd98530ddbc9e7b90a86a8
      https://github.com/zopefoundation/zope.app.i18n/commit/6808e40c4c3adf789ebd98530ddbc9e7b90a86a8
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2004-08-13 (Fri, 13 Aug 2004)

  Changed paths:
    M browser/tests/test_translate.py
    M tests/test_filters.py
    M tests/test_translationdomain.py

  Log Message:
  -----------
  philiKON forgot to change the tests after making his changes in 
rev27092. Fixed the failures.


  Commit: 7a46240c0e25825cddd861ee6795a4f90f6c4c5b
      https://github.com/zopefoundation/zope.app.i18n/commit/7a46240c0e25825cddd861ee6795a4f90f6c4c5b
  Author: Philipp von Weitershausen <philipp at weitershausen.de>
  Date:   2004-08-13 (Fri, 13 Aug 2004)

  Changed paths:
    A browser/exportimport.pt
    M browser/synchronize.pt
    A browser/translate.pt
    A browser/translatemessage.pt

  Log Message:
  -----------
  Merge r27112 from trunk:
  Acquire the standard_macros view using TALES view
  traversal (context/@@standard_macros) instead of
  through views


  Commit: 4b5dd6a99473f7c2ddbb875eab12a1a20cd89e1c
      https://github.com/zopefoundation/zope.app.i18n/commit/4b5dd6a99473f7c2ddbb875eab12a1a20cd89e1c
  Author: Jim Fulton <jim at zope.com>
  Date:   2004-08-20 (Fri, 20 Aug 2004)

  Changed paths:
    M browser/synchronize.py

  Log Message:
  -----------
  Deprecated zope.security.trustedRemoveSecurityProxy and
zope.security.getProxiedObject. Use zope.security.removeSecurityProxy
instead.  (This should also be used rather than removeAllProxies.)


  Commit: e80b446340066098f4ed2b05064dbacda450cb35
      https://github.com/zopefoundation/zope.app.i18n/commit/e80b446340066098f4ed2b05064dbacda450cb35
  Author: Jim Fulton <jim at zope.com>
  Date:   2004-08-20 (Fri, 20 Aug 2004)

  Changed paths:
    A messagecatalog.py

  Log Message:
  -----------
  Removed unneeded removeAllProxies calls.


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

  Changed paths:
    A xmlrpc/configure.zcml

  Log Message:
  -----------
  Refactored xmlrpc:

- Made it possible to define xml-rpc methods on content. This made the
  "default view" mechanism unnecessary.

- Removed the default-view mechanism.  This is backward incompatable, 
  but it's better to do this now, rather than after X3.0.

This allowed the custom publication object to basically go away.

- Added documentation in the form of a doctest.


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

  Changed paths:
    A xmlrpc/methods.py

  Log Message:
  -----------
  Removed unneeded removeAllProxies call. I'm pretty sure it was
unneeded. No tests failed. ;)


  Commit: 11e7b6932efa123990fba99fcf9dbd15a4b21017
      https://github.com/zopefoundation/zope.app.i18n/commit/11e7b6932efa123990fba99fcf9dbd15a4b21017
  Author: Dmitry Vasiliev <dima at hlabs.spb.ru>
  Date:   2004-08-30 (Mon, 30 Aug 2004)

  Changed paths:
    M tests/test_translationdomain.py

  Log Message:
  -----------
  Merged revision 27349 from trunk


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

  Changed paths:
    A __init__.py
    A browser/__init__.py
    A browser/exportimport.py
    M browser/synchronize.py
    A browser/translate.py
    M filters.py
    A metaconfigure.py

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


Compare: https://github.com/zopefoundation/zope.app.i18n/compare/a91079a2f34e^...349714d54073


More information about the checkins mailing list