[Checkins] [zopefoundation/grok] 8fe418: Fix for https://bugs.launchpad.net/grok/+bug/16380...

GitHub noreply at github.com
Fri Mar 1 15:37:58 UTC 2013


  Branch: refs/heads/0.11
  Home:   https://github.com/zopefoundation/grok
  Commit: 8fe4185b4438e0bb9626d79b678218cac256fe6a
      https://github.com/zopefoundation/grok/commit/8fe4185b4438e0bb9626d79b678218cac256fe6a
  Author: Jan-Wijbrand Kolman <janwijbrand at gmail.com>
  Date:   2007-11-19 (Mon, 19 Nov 2007)

  Changed paths:
    M CHANGES.txt
    M src/grok/meta.py

  Log Message:
  -----------
  Fix for https://bugs.launchpad.net/grok/+bug/163802


  Commit: 8fb14872a25f90717431c15cffbac2b852f6c6eb
      https://github.com/zopefoundation/grok/commit/8fb14872a25f90717431c15cffbac2b852f6c6eb
  Author: Martijn Faassen <faassen at startifact.com>
  Date:   2007-11-20 (Tue, 20 Nov 2007)

  Changed paths:
    M CHANGES.txt
    A src/grok/ftests/grok_component.txt
    M src/grok/ftests/test_grok_functional.py
    M versions.cfg

  Log Message:
  -----------
  Backport grok_component() in doctest fix to Grok 0.11 branch.


  Commit: 72e52097659f295fa1600e463f37dc74cca20be1
      https://github.com/zopefoundation/grok/commit/72e52097659f295fa1600e463f37dc74cca20be1
  Author: Martijn Faassen <faassen at startifact.com>
  Date:   2007-11-20 (Tue, 20 Nov 2007)

  Changed paths:
    M setup.py

  Log Message:
  -----------
  This needs a newer martian.


  Commit: e5152a8a111a60f8d53bb67f46ca0f6abf27fea2
      https://github.com/zopefoundation/grok/commit/e5152a8a111a60f8d53bb67f46ca0f6abf27fea2
  Author: Philipp von Weitershausen <philipp at weitershausen.de>
  Date:   2007-12-03 (Mon, 03 Dec 2007)

  Changed paths:
    M CHANGES.txt
    M src/grok/interfaces.py
    M src/grok/tests/form/form.py

  Log Message:
  -----------
  Forward-port bugfix from the 0.10 branch:

------------------------------------------------------------------------
r82097 | philikon | 2007-12-03 16:36:35 +0100 (Mon, 03 Dec 2007) | 4 lines

* Fix https://bugs.launchpad.net/grok/+bug/162437: grok.Form and its
  subclasses did not implement IBrowserView.


  Commit: c3998e67ba0f2f7eda2855bdefec6d68b4cc3ad4
      https://github.com/zopefoundation/grok/commit/c3998e67ba0f2f7eda2855bdefec6d68b4cc3ad4
  Author: Jan-Wijbrand Kolman <janwijbrand at gmail.com>
  Date:   2008-01-07 (Mon, 07 Jan 2008)

  Changed paths:
    M CHANGES.txt
    M src/grok/meta.py
    M src/grok/tests/json/view_lookup.py
    A src/grok/tests/util/public_methods_from_class.py
    M src/grok/util.py

  Log Message:
  -----------
  Backport fix for not registering methods with names that 
start with an '_' as views on REST, XMLRPC and JSON components.


  Commit: 896c46e8c60168753d92375fe588e373e303bd8d
      https://github.com/zopefoundation/grok/commit/896c46e8c60168753d92375fe588e373e303bd8d
  Author: Jan-Wijbrand Kolman <janwijbrand at gmail.com>
  Date:   2008-01-20 (Sun, 20 Jan 2008)

  Changed paths:
    M CHANGES.txt

  Log Message:
  -----------
  Set release date for 0.11.1


  Commit: 991e79d1e38164388d3d3ec443ee21873dbaeb00
      https://github.com/zopefoundation/grok/commit/991e79d1e38164388d3d3ec443ee21873dbaeb00
  Author: Jan-Wijbrand Kolman <janwijbrand at gmail.com>
  Date:   2008-01-20 (Sun, 20 Jan 2008)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Bump version number.


  Commit: 39ea919d4c13d38b90b8e66b6aaf489262391afc
      https://github.com/zopefoundation/grok/commit/39ea919d4c13d38b90b8e66b6aaf489262391afc
  Author: Christian Theune <ct at gocept.com>
  Date:   2008-04-28 (Mon, 28 Apr 2008)

  Changed paths:
    M CHANGES.txt
    M src/grok/formlib.py

  Log Message:
  -----------
  port fix from revision 85215 to grok 0.11


  Commit: 19b177443f4e0336c928f683a1ab41e27bdc3351
      https://github.com/zopefoundation/grok/commit/19b177443f4e0336c928f683a1ab41e27bdc3351
  Author: Uli Fouquet <uli at gnufix.de>
  Date:   2008-12-12 (Fri, 12 Dec 2008)

  Changed paths:
    A src/grok/ftests/security/static/textfile.txt

  Log Message:
  -----------
  Port preserve_permissions testsuite from trunk to 0.11.


  Commit: 58a33dfa5f9603add2975e37b31f2e8673822835
      https://github.com/zopefoundation/grok/commit/58a33dfa5f9603add2975e37b31f2e8673822835
  Author: Uli Fouquet <uli at gnufix.de>
  Date:   2008-12-12 (Fri, 12 Dec 2008)

  Changed paths:
    A src/grok/ftests/security/preserve_permissions.py

  Log Message:
  -----------
  Port preserve_permissions testsuite from trunk to 0.11.


  Commit: ce16345e84bbc47fd7ff28856d3e6f8e4fb1d96b
      https://github.com/zopefoundation/grok/commit/ce16345e84bbc47fd7ff28856d3e6f8e4fb1d96b
  Author: Uli Fouquet <uli at gnufix.de>
  Date:   2008-12-12 (Fri, 12 Dec 2008)

  Changed paths:
    M src/grok/ftests/security/preserve_permissions.py

  Log Message:
  -----------
  No need to grok this module twice.


  Commit: e4e714e493d5cff4c3ffb3fc680c92c9dbab5689
      https://github.com/zopefoundation/grok/commit/e4e714e493d5cff4c3ffb3fc680c92c9dbab5689
  Author: Uli Fouquet <uli at gnufix.de>
  Date:   2008-12-12 (Fri, 12 Dec 2008)

  Changed paths:
    M src/grok/ftests/security/preserve_permissions.py

  Log Message:
  -----------
  Use the old securitypolicy package.


  Commit: f964d976b5225ff4aef15abe886a3609565cea0c
      https://github.com/zopefoundation/grok/commit/f964d976b5225ff4aef15abe886a3609565cea0c
  Author: Martijn Faassen <faassen at startifact.com>
  Date:   2008-12-12 (Fri, 12 Dec 2008)

  Changed paths:
    M CHANGES.txt
    M src/grok/components.py
    M src/grok/meta.py
    M src/grok/publication.py
    M versions.cfg

  Log Message:
  -----------
  Backport the security fix to 0.11.


  Commit: c36d47932f14471cf5b0212931b02e4a49ea30f4
      https://github.com/zopefoundation/grok/commit/c36d47932f14471cf5b0212931b02e4a49ea30f4
  Author: Jan-Wijbrand Kolman <janwijbrand at gmail.com>
  Date:   2008-12-12 (Fri, 12 Dec 2008)

  Changed paths:
    M CHANGES.txt

  Log Message:
  -----------
  set release date


  Commit: bdb0b876934be6c53a918779b181089096c7fbbe
      https://github.com/zopefoundation/grok/commit/bdb0b876934be6c53a918779b181089096c7fbbe
  Author: Jan-Wijbrand Kolman <janwijbrand at gmail.com>
  Date:   2008-12-12 (Fri, 12 Dec 2008)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  bump versions


Compare: https://github.com/zopefoundation/grok/compare/8fe4185b4438^...bdb0b876934b


More information about the checkins mailing list