[Checkins] [zopefoundation/grok] f18632: Create the Grok 1.0 branch so the trunk is free fo...

GitHub noreply at github.com
Fri Mar 1 15:38:39 UTC 2013


  Branch: refs/heads/1.0
  Home:   https://github.com/zopefoundation/grok
  Commit: f18632a93e2f1d286b3367ed0ad1ea4406645b2a
      https://github.com/zopefoundation/grok/commit/f18632a93e2f1d286b3367ed0ad1ea4406645b2a
  Author: Martijn Faassen <faassen at startifact.com>
  Date:   2009-09-17 (Thu, 17 Sep 2009)

  Log Message:
  -----------
  Create the Grok 1.0 branch so the trunk is free for newer developments.


  Commit: fe82013d3c8748cb0f60c1ba87134b6db33250ed
      https://github.com/zopefoundation/grok/commit/fe82013d3c8748cb0f60c1ba87134b6db33250ed
  Author: Martijn Faassen <faassen at startifact.com>
  Date:   2009-09-18 (Fri, 18 Sep 2009)

  Changed paths:
    M CHANGES.txt
    M versions.cfg

  Log Message:
  -----------
  Use newer versions of pytz and simplejson.


  Commit: 027a3e50909e92424bddde4db6503c16b21cba4b
      https://github.com/zopefoundation/grok/commit/027a3e50909e92424bddde4db6503c16b21cba4b
  Author: Jan-Wijbrand Kolman <janwijbrand at gmail.com>
  Date:   2009-09-27 (Sun, 27 Sep 2009)

  Changed paths:
    M doc/upgrade.txt

  Log Message:
  -----------
  add a note about the debug.ini profile and the fact that IUnauthorized exceptions are always handled by zope.publisher regardless of the handleErrors=False argument.


  Commit: 748a4613307c7fd70d3554baaf06646ae122019b
      https://github.com/zopefoundation/grok/commit/748a4613307c7fd70d3554baaf06646ae122019b
  Author: Jan-Wijbrand Kolman <janwijbrand at gmail.com>
  Date:   2009-10-02 (Fri, 02 Oct 2009)

  Changed paths:
    M doc/upgrade.txt
    M src/grok/configure.zcml
    R src/grok/ftests/publish/__init__.py
    R src/grok/ftests/publish/unauthorizednotreraised.py
    M src/grok/ftests/security/json.py
    M src/grok/publication.py

  Log Message:
  -----------
  Grok will no longer register an IReRaise adapter for IUnauthorized by default as that changed behaviour globally when it really only is needed during debugging using the evalexecption middleware. Instead grokproject will create debug.ini files that use the new debug_application_factory from grokcore.startup that allows to configure what exceptions not to re-raise during debugging.


  Commit: 6ef22edf16edb8d77fa115806cd5b1b34d5a59c9
      https://github.com/zopefoundation/grok/commit/6ef22edf16edb8d77fa115806cd5b1b34d5a59c9
  Author: Jan-Wijbrand Kolman <janwijbrand at gmail.com>
  Date:   2009-10-06 (Tue, 06 Oct 2009)

  Changed paths:
    M CHANGES.txt
    M versions.cfg

  Log Message:
  -----------
  add grokcore.startup version in versions.cfg and update changelog about not registering the IReRaiseException adapter anymore


  Commit: bf20943fd83e77164743890ba01ce50db209d1e6
      https://github.com/zopefoundation/grok/commit/bf20943fd83e77164743890ba01ce50db209d1e6
  Author: Jan-Wijbrand Kolman <janwijbrand at gmail.com>
  Date:   2009-10-06 (Tue, 06 Oct 2009)

  Changed paths:
    M doc/groktut/a_second_model/etc/debug.ini.in
    M doc/groktut/a_second_model/setup.py
    M doc/groktut/a_second_model/versions.cfg
    M doc/groktut/a_second_view/etc/debug.ini.in
    M doc/groktut/a_second_view/setup.py
    M doc/groktut/a_second_view/versions.cfg
    M doc/groktut/a_view_for_a_model/etc/debug.ini.in
    M doc/groktut/a_view_for_a_model/setup.py
    M doc/groktut/a_view_for_a_model/versions.cfg
    M doc/groktut/a_view_for_a_model2/etc/debug.ini.in
    M doc/groktut/a_view_for_a_model2/setup.py
    M doc/groktut/a_view_for_a_model2/versions.cfg
    M doc/groktut/an_empty_grok_project/etc/debug.ini.in
    M doc/groktut/an_empty_grok_project/setup.py
    M doc/groktut/an_empty_grok_project/versions.cfg
    M doc/groktut/completely_python_driven_views/etc/debug.ini.in
    M doc/groktut/completely_python_driven_views/setup.py
    M doc/groktut/completely_python_driven_views/versions.cfg
    M doc/groktut/containers/etc/debug.ini.in
    M doc/groktut/containers/setup.py
    M doc/groktut/containers/versions.cfg
    M doc/groktut/doing_some_calculation_before_viewing_a_page/etc/debug.ini.in
    M doc/groktut/doing_some_calculation_before_viewing_a_page/setup.py
    M doc/groktut/doing_some_calculation_before_viewing_a_page/versions.cfg
    M doc/groktut/explicitly_associating_a_view_with_a_model/etc/debug.ini.in
    M doc/groktut/explicitly_associating_a_view_with_a_model/setup.py
    M doc/groktut/explicitly_associating_a_view_with_a_model/versions.cfg
    M doc/groktut/generating_html_from_python/etc/debug.ini.in
    M doc/groktut/generating_html_from_python/setup.py
    M doc/groktut/generating_html_from_python/versions.cfg
    M doc/groktut/making_our_page_dynamic/etc/debug.ini.in
    M doc/groktut/making_our_page_dynamic/setup.py
    M doc/groktut/making_our_page_dynamic/versions.cfg
    M doc/groktut/publishing_a_simple_web_page/etc/debug.ini.in
    M doc/groktut/publishing_a_simple_web_page/setup.py
    M doc/groktut/publishing_a_simple_web_page/versions.cfg
    M doc/groktut/reading_url_parameters/etc/debug.ini.in
    M doc/groktut/reading_url_parameters/setup.py
    M doc/groktut/reading_url_parameters/versions.cfg
    M doc/groktut/reading_url_parameters2/etc/debug.ini.in
    M doc/groktut/reading_url_parameters2/setup.py
    M doc/groktut/reading_url_parameters2/versions.cfg
    M doc/groktut/redirection/etc/debug.ini.in
    M doc/groktut/redirection/setup.py
    M doc/groktut/redirection/versions.cfg
    M doc/groktut/setting_the_content_type/etc/debug.ini.in
    M doc/groktut/setting_the_content_type/setup.py
    M doc/groktut/setting_the_content_type/versions.cfg
    M doc/groktut/showing_the_value_in_the_form/etc/debug.ini.in
    M doc/groktut/showing_the_value_in_the_form/setup.py
    M doc/groktut/showing_the_value_in_the_form/versions.cfg
    M doc/groktut/simple_forms/etc/debug.ini.in
    M doc/groktut/simple_forms/setup.py
    M doc/groktut/simple_forms/versions.cfg
    M doc/groktut/simple_forms2/etc/debug.ini.in
    M doc/groktut/simple_forms2/setup.py
    M doc/groktut/simple_forms2/versions.cfg
    M doc/groktut/static_resources_for_our_web_page/etc/debug.ini.in
    M doc/groktut/static_resources_for_our_web_page/setup.py
    M doc/groktut/static_resources_for_our_web_page/versions.cfg
    M doc/groktut/storing_data/etc/debug.ini.in
    M doc/groktut/storing_data/setup.py
    M doc/groktut/storing_data/versions.cfg
    M doc/groktut/template/etc/debug.ini.in
    M doc/groktut/template/setup.py
    M doc/groktut/template/versions.cfg
    M doc/groktut/the_rules_of_persistence/etc/debug.ini.in
    M doc/groktut/the_rules_of_persistence/setup.py
    M doc/groktut/the_rules_of_persistence/versions.cfg
    M doc/groktut/the_rules_of_persistence2/etc/debug.ini.in
    M doc/groktut/the_rules_of_persistence2/setup.py
    M doc/groktut/the_rules_of_persistence2/versions.cfg
    M doc/groktut/the_rules_of_persistence3/etc/debug.ini.in
    M doc/groktut/the_rules_of_persistence3/setup.py
    M doc/groktut/the_rules_of_persistence3/versions.cfg
    M doc/groktut/using_view_methods/etc/debug.ini.in
    M doc/groktut/using_view_methods/setup.py
    M doc/groktut/using_view_methods/versions.cfg

  Log Message:
  -----------
  update groktut tutorial applications to 1.0b2 and grokcore.startup 0.4


  Commit: a08269d1c27a1b90979e9ca4050a1a34af973bad
      https://github.com/zopefoundation/grok/commit/a08269d1c27a1b90979e9ca4050a1a34af973bad
  Author: Jan-Wijbrand Kolman <janwijbrand at gmail.com>
  Date:   2009-10-07 (Wed, 07 Oct 2009)

  Changed paths:
    M versions.cfg

  Log Message:
  -----------
  use martian 0.11.1


  Commit: 92ea8de93d329216778ae86c6a722e49298d8be2
      https://github.com/zopefoundation/grok/commit/92ea8de93d329216778ae86c6a722e49298d8be2
  Author: Jan-Wijbrand Kolman <janwijbrand at gmail.com>
  Date:   2009-10-07 (Wed, 07 Oct 2009)

  Changed paths:
    M src/grok/ftests/test_grok_functional.py

  Log Message:
  -----------
  there is not seperate publish ftest sub package anymore


  Commit: dc850aa0ab352e02dbec870eb906aac344379221
      https://github.com/zopefoundation/grok/commit/dc850aa0ab352e02dbec870eb906aac344379221
  Author: Jan-Wijbrand Kolman <janwijbrand at gmail.com>
  Date:   2009-10-07 (Wed, 07 Oct 2009)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Preparing release 1.0


  Commit: 2d6fb5c046ec038cb47f10436d87e6704d8d79a6
      https://github.com/zopefoundation/grok/commit/2d6fb5c046ec038cb47f10436d87e6704d8d79a6
  Author: Jan-Wijbrand Kolman <janwijbrand at gmail.com>
  Date:   2009-10-07 (Wed, 07 Oct 2009)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Back to development: 1.0.1dev


  Commit: f995462a04e4e763d120396188e1fd7c47d2d17d
      https://github.com/zopefoundation/grok/commit/f995462a04e4e763d120396188e1fd7c47d2d17d
  Author: Jan-Wijbrand Kolman <janwijbrand at gmail.com>
  Date:   2009-10-07 (Wed, 07 Oct 2009)

  Changed paths:
    M doc/upgrade.txt

  Log Message:
  -----------
  update upgrade notes


  Commit: 4f0dd07c94177381fbf3c10ee85c2d9b8aac09a1
      https://github.com/zopefoundation/grok/commit/4f0dd07c94177381fbf3c10ee85c2d9b8aac09a1
  Author: Martijn Faassen <faassen at startifact.com>
  Date:   2009-10-13 (Tue, 13 Oct 2009)

  Changed paths:
    M CHANGES.txt
    M doc/tutorial.rst

  Log Message:
  -----------
  Fix documentation bug.


  Commit: d438fcc822c397193c32f19e6f11d6383893cd61
      https://github.com/zopefoundation/grok/commit/d438fcc822c397193c32f19e6f11d6383893cd61
  Author: Jan-Jaap Driessen <janjaapdriessen+github at gmail.com>
  Date:   2010-04-14 (Wed, 14 Apr 2010)

  Changed paths:
    M CHANGES.txt
    M versions.cfg

  Log Message:
  -----------
  Pin versions for dependencies of applications created with grokproject.


  Commit: cc872962a0edd14f87b869b90193d2a6e78972a6
      https://github.com/zopefoundation/grok/commit/cc872962a0edd14f87b869b90193d2a6e78972a6
  Author: Jan-Wijbrand Kolman <janwijbrand at gmail.com>
  Date:   2010-04-14 (Wed, 14 Apr 2010)

  Changed paths:
    M versions.cfg

  Log Message:
  -----------
  docutils is pinned on 0.4 in setup.py


  Commit: b495059c389782990aef911172233937a6e9f8c9
      https://github.com/zopefoundation/grok/commit/b495059c389782990aef911172233937a6e9f8c9
  Author: Jan-Wijbrand Kolman <janwijbrand at gmail.com>
  Date:   2010-04-14 (Wed, 14 Apr 2010)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Preparing release 1.0.1


  Commit: d7a2e296e5f3344efc76b5a7cf80afdbaef1b0ea
      https://github.com/zopefoundation/grok/commit/d7a2e296e5f3344efc76b5a7cf80afdbaef1b0ea
  Author: Jan-Wijbrand Kolman <janwijbrand at gmail.com>
  Date:   2010-04-14 (Wed, 14 Apr 2010)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Back to development: 1.0.2


  Commit: 38bae815817ef135dca473a938a9cb697d4055d1
      https://github.com/zopefoundation/grok/commit/38bae815817ef135dca473a938a9cb697d4055d1
  Author: Jan-Wijbrand Kolman <janwijbrand at gmail.com>
  Date:   2010-04-14 (Wed, 14 Apr 2010)

  Changed paths:
    M CHANGES.txt

  Log Message:
  -----------
  remove :ref: things that break the rst2html on pypi


  Commit: 2845900dbec6b1db1fd2561ec60a11a431e2eafe
      https://github.com/zopefoundation/grok/commit/2845900dbec6b1db1fd2561ec60a11a431e2eafe
  Author: Jan-Wijbrand Kolman <janwijbrand at gmail.com>
  Date:   2010-05-20 (Thu, 20 May 2010)

  Changed paths:
    M CHANGES.txt
    M versions.cfg

  Log Message:
  -----------
  update grokcore.startup to 1.0


  Commit: 00ce205cbe39be979d5db99d2d29e902a6a68cd9
      https://github.com/zopefoundation/grok/commit/00ce205cbe39be979d5db99d2d29e902a6a68cd9
  Author: Jan-Wijbrand Kolman <janwijbrand at gmail.com>
  Date:   2010-05-27 (Thu, 27 May 2010)

  Changed paths:
    M versions.cfg

  Log Message:
  -----------
  use SSHA-password-manager-enabled release of zope.app.authentication


  Commit: 1954739eac44775965ec6501f0033a93c27e8d3e
      https://github.com/zopefoundation/grok/commit/1954739eac44775965ec6501f0033a93c27e8d3e
  Author: Jan-Wijbrand Kolman <janwijbrand at gmail.com>
  Date:   2010-05-27 (Thu, 27 May 2010)

  Changed paths:
    M CHANGES.txt
    M versions.cfg

  Log Message:
  -----------
  update to 3.4.6 that does properly register the SSHA pwmanager utility


  Commit: ff7028882b509fb0fad741f862bc48e6168e99a4
      https://github.com/zopefoundation/grok/commit/ff7028882b509fb0fad741f862bc48e6168e99a4
  Author: Jan-Wijbrand Kolman <janwijbrand at gmail.com>
  Date:   2010-05-27 (Thu, 27 May 2010)

  Changed paths:
    M buildout.cfg
    M doc/upgrade.txt

  Log Message:
  -----------
  prepare for 1.0.2 release


  Commit: 18aa675c5068c5aca2279a993daba872e918e512
      https://github.com/zopefoundation/grok/commit/18aa675c5068c5aca2279a993daba872e918e512
  Author: Jan-Wijbrand Kolman <janwijbrand at gmail.com>
  Date:   2010-05-27 (Thu, 27 May 2010)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Preparing release 1.0.2


  Commit: 342efdc3a296f7b3729a616daab4835510b7d4da
      https://github.com/zopefoundation/grok/commit/342efdc3a296f7b3729a616daab4835510b7d4da
  Author: Jan-Wijbrand Kolman <janwijbrand at gmail.com>
  Date:   2010-06-03 (Thu, 03 Jun 2010)

  Changed paths:
    M COPYRIGHT.txt
    M LICENSE.txt
    M doc/groktut/a_second_model/bootstrap.py
    M doc/groktut/a_second_view/bootstrap.py
    M doc/groktut/a_view_for_a_model/bootstrap.py
    M doc/groktut/a_view_for_a_model2/bootstrap.py
    M doc/groktut/an_empty_grok_project/bootstrap.py
    M doc/groktut/completely_python_driven_views/bootstrap.py
    M doc/groktut/containers/bootstrap.py
    M doc/groktut/doing_some_calculation_before_viewing_a_page/bootstrap.py
    M doc/groktut/explicitly_associating_a_view_with_a_model/bootstrap.py
    M doc/groktut/generating_html_from_python/bootstrap.py
    M doc/groktut/making_our_page_dynamic/bootstrap.py
    M doc/groktut/publishing_a_simple_web_page/bootstrap.py
    M doc/groktut/reading_url_parameters/bootstrap.py
    M doc/groktut/reading_url_parameters2/bootstrap.py
    M doc/groktut/redirection/bootstrap.py
    M doc/groktut/setting_the_content_type/bootstrap.py
    M doc/groktut/showing_the_value_in_the_form/bootstrap.py
    M doc/groktut/simple_forms/bootstrap.py
    M doc/groktut/simple_forms2/bootstrap.py
    M doc/groktut/static_resources_for_our_web_page/bootstrap.py
    M doc/groktut/storing_data/bootstrap.py
    M doc/groktut/template/bootstrap.py
    M doc/groktut/the_rules_of_persistence/bootstrap.py
    M doc/groktut/the_rules_of_persistence2/bootstrap.py
    M doc/groktut/the_rules_of_persistence3/bootstrap.py
    M doc/groktut/using_view_methods/bootstrap.py
    M grokdocs/src/grokdocs/grokdocs.py
    M grokdocs/src/grokdocs/latex_hacks.py
    M grokwiki/src/grokwiki/page.py
    M grokwiki/src/grokwiki/wiki.py
    M grokwiki/src/grokwiki/xmlrpc.py
    M src/grok/__init__.py
    M src/grok/components.py
    M src/grok/directive.py
    M src/grok/index.py
    M src/grok/interfaces.py
    M src/grok/meta.py
    M src/grok/publication.py
    M src/grok/testing.py
    M src/grok/tests/testsetup/testsetup.py
    M src/grok/util.py

  Log Message:
  -----------
  Conform to repository policy


Compare: https://github.com/zopefoundation/grok/compare/f18632a93e2f^...342efdc3a296


More information about the checkins mailing list