[Checkins] [zopefoundation/grok] 9c5a17: created this branch

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


  Branch: refs/heads/luciano-tutorial
  Home:   https://github.com/zopefoundation/grok
  Commit: 9c5a1771cdf322de1c3a471bcf3bb8b0bea4d34b
      https://github.com/zopefoundation/grok/commit/9c5a1771cdf322de1c3a471bcf3bb8b0bea4d34b
  Author: Luciano Ramalho <luciano at ramalho.org>
  Date:   2007-07-12 (Thu, 12 Jul 2007)

  Log Message:
  -----------
  created this branch


  Commit: 9dffb6dbb7dd2b0889bd3e2945d815e6fd2115b1
      https://github.com/zopefoundation/grok/commit/9dffb6dbb7dd2b0889bd3e2945d815e6fd2115b1
  Author: Luciano Ramalho <luciano at ramalho.org>
  Date:   2007-07-12 (Thu, 12 Jul 2007)

  Changed paths:
    R doc/groktut/redirection/src/sample/__init__.py
    R doc/groktut/redirection/src/sample/app.py
    R doc/groktut/redirection/src/sample/app_templates/edit.pt
    R doc/groktut/redirection/src/sample/app_templates/index.pt
    R doc/groktut/redirection/src/sample/configure.zcml
    A doc/groktut/storing_data/src/pebbles/__init__.py
    A doc/groktut/storing_data/src/pebbles/app.py
    A doc/groktut/storing_data/src/pebbles/app_templates/edit.pt
    A doc/groktut/storing_data/src/pebbles/app_templates/index.pt
    A doc/groktut/storing_data/src/pebbles/configure.zcml
    A doc/groktut/storing_data/src/pebbles/ftesting.zcml
    A doc/groktut/storing_data/src/pebbles/testing.py
    R doc/groktut/storing_data/src/sample/__init__.py
    R doc/groktut/storing_data/src/sample/app.py
    R doc/groktut/storing_data/src/sample/app_templates/edit.pt
    R doc/groktut/storing_data/src/sample/app_templates/index.pt
    R doc/groktut/storing_data/src/sample/configure.zcml
    M doc/tutorial.txt

  Log Message:
  -----------
  replaced sample app from storing_data with new one called "pebbles"


  Commit: 40f30281293fd096a7a9ddd54e6d2bed0bc63429
      https://github.com/zopefoundation/grok/commit/40f30281293fd096a7a9ddd54e6d2bed0bc63429
  Author: Luciano Ramalho <luciano at ramalho.org>
  Date:   2007-07-12 (Thu, 12 Jul 2007)

  Changed paths:
    A doc/groktut/containers/src/pebbles/__init__.py
    A doc/groktut/containers/src/pebbles/app.py
    A doc/groktut/containers/src/pebbles/app_templates/giftindex.pt
    A doc/groktut/containers/src/pebbles/app_templates/index.pt
    A doc/groktut/containers/src/pebbles/configure.zcml
    R doc/groktut/containers/src/sample/__init__.py
    R doc/groktut/containers/src/sample/app.py
    R doc/groktut/containers/src/sample/app_templates/entryindex.pt
    R doc/groktut/containers/src/sample/app_templates/sampleindex.pt
    R doc/groktut/containers/src/sample/configure.zcml
    R doc/groktut/explicitly_associating_a_view_with_a_model/buildout.cfg
    R doc/groktut/explicitly_associating_a_view_with_a_model/setup.py
    R doc/groktut/explicitly_associating_a_view_with_a_model/src/sample/__init__.py
    R doc/groktut/explicitly_associating_a_view_with_a_model/src/sample/app.py
    R doc/groktut/explicitly_associating_a_view_with_a_model/src/sample/app_templates/bye.pt
    R doc/groktut/explicitly_associating_a_view_with_a_model/src/sample/app_templates/index.pt
    R doc/groktut/explicitly_associating_a_view_with_a_model/src/sample/configure.zcml
    A doc/groktut/redirection/src/pebbles/__init__.py
    A doc/groktut/redirection/src/pebbles/app.py
    A doc/groktut/redirection/src/pebbles/app_templates/edit.pt
    A doc/groktut/redirection/src/pebbles/app_templates/index.pt
    A doc/groktut/redirection/src/pebbles/configure.zcml
    A doc/groktut/redirection/src/pebbles/ftesting.zcml
    A doc/groktut/redirection/src/pebbles/testing.py
    M doc/groktut/storing_data/setup.py
    A doc/groktut/the_rules_of_persistence/src/pebbles/__init__.py
    A doc/groktut/the_rules_of_persistence/src/pebbles/app.py
    A doc/groktut/the_rules_of_persistence/src/pebbles/app_templates/edit.pt
    A doc/groktut/the_rules_of_persistence/src/pebbles/app_templates/index.pt
    A doc/groktut/the_rules_of_persistence/src/pebbles/configure.zcml
    R doc/groktut/the_rules_of_persistence/src/sample/__init__.py
    R doc/groktut/the_rules_of_persistence/src/sample/app.py
    R doc/groktut/the_rules_of_persistence/src/sample/app_templates/edit.pt
    R doc/groktut/the_rules_of_persistence/src/sample/app_templates/index.pt
    R doc/groktut/the_rules_of_persistence/src/sample/configure.zcml
    A doc/groktut/the_rules_of_persistence2/src/pebbles/__init__.py
    A doc/groktut/the_rules_of_persistence2/src/pebbles/app.py
    A doc/groktut/the_rules_of_persistence2/src/pebbles/app_templates/edit.pt
    A doc/groktut/the_rules_of_persistence2/src/pebbles/app_templates/index.pt
    A doc/groktut/the_rules_of_persistence2/src/pebbles/configure.zcml
    R doc/groktut/the_rules_of_persistence2/src/sample/__init__.py
    R doc/groktut/the_rules_of_persistence2/src/sample/app.py
    R doc/groktut/the_rules_of_persistence2/src/sample/app_templates/edit.pt
    R doc/groktut/the_rules_of_persistence2/src/sample/app_templates/index.pt
    R doc/groktut/the_rules_of_persistence2/src/sample/configure.zcml
    A doc/groktut/the_rules_of_persistence3/src/pebbles/__init__.py
    A doc/groktut/the_rules_of_persistence3/src/pebbles/app.py
    A doc/groktut/the_rules_of_persistence3/src/pebbles/app_templates/edit.pt
    A doc/groktut/the_rules_of_persistence3/src/pebbles/app_templates/index.pt
    A doc/groktut/the_rules_of_persistence3/src/pebbles/configure.zcml
    R doc/groktut/the_rules_of_persistence3/src/sample/__init__.py
    R doc/groktut/the_rules_of_persistence3/src/sample/app.py
    R doc/groktut/the_rules_of_persistence3/src/sample/app_templates/edit.pt
    R doc/groktut/the_rules_of_persistence3/src/sample/app_templates/index.pt
    R doc/groktut/the_rules_of_persistence3/src/sample/configure.zcml
    M doc/tutorial.txt

  Log Message:
  -----------
  introduced Pebbles application example and refactored tutorial chapters and samples from storing data to containers


  Commit: eee219a69f167bc3bdbab98d79e13cc2c9290ae2
      https://github.com/zopefoundation/grok/commit/eee219a69f167bc3bdbab98d79e13cc2c9290ae2
  Author: Luciano Ramalho <luciano at ramalho.org>
  Date:   2007-07-13 (Fri, 13 Jul 2007)

  Changed paths:
    M doc/groktut/containers/src/pebbles/app.py
    R doc/groktut/containers/src/pebbles/app_templates/giftindex.pt
    M doc/groktut/containers/src/pebbles/app_templates/index.pt
    A doc/groktut/containers/src/pebbles/app_templates/mammothdetails.pt
    M doc/tutorial.txt

  Log Message:
  -----------
  refactored chapter "Containers", including content about class annotations from removed chapters


  Commit: 658a56032d6e521418ce4a6d15ac8603d42e1d25
      https://github.com/zopefoundation/grok/commit/658a56032d6e521418ce4a6d15ac8603d42e1d25
  Author: Luciano Ramalho <luciano at ramalho.org>
  Date:   2007-07-13 (Fri, 13 Jul 2007)

  Changed paths:
    A doc/groktut/crud/buildout.cfg
    A doc/groktut/crud/setup.py
    A doc/groktut/crud/src/pebbles/__init__.py
    A doc/groktut/crud/src/pebbles/app.py
    A doc/groktut/crud/src/pebbles/app_templates/index.pt
    A doc/groktut/crud/src/pebbles/app_templates/mammothdetails.pt
    A doc/groktut/crud/src/pebbles/configure.zcml

  Log Message:
  -----------
  firt version of CRUD in Pebbles


  Commit: 7a08f25928220f66989dcd57d1ab01446ff2abce
      https://github.com/zopefoundation/grok/commit/7a08f25928220f66989dcd57d1ab01446ff2abce
  Author: Luciano Ramalho <luciano at ramalho.org>
  Date:   2007-07-13 (Fri, 13 Jul 2007)

  Changed paths:
    M doc/groktut/crud/src/pebbles/app.py
    M doc/groktut/crud/src/pebbles/app_templates/index.pt
    A doc/groktut/crud2/buildout.cfg
    A doc/groktut/crud2/setup.py
    A doc/groktut/crud2/src/pebbles/__init__.py
    A doc/groktut/crud2/src/pebbles/app.py
    A doc/groktut/crud2/src/pebbles/app_templates/index.pt
    A doc/groktut/crud2/src/pebbles/app_templates/mammothdetails.pt
    A doc/groktut/crud2/src/pebbles/configure.zcml
    M doc/tutorial.txt

  Log Message:
  -----------
  completed explanation of the "delete" part of CRUD


  Commit: 71049610bf025146b740fda2db56d9a97298c151
      https://github.com/zopefoundation/grok/commit/71049610bf025146b740fda2db56d9a97298c151
  Author: Luciano Ramalho <luciano at ramalho.org>
  Date:   2007-07-13 (Fri, 13 Jul 2007)

  Changed paths:
    M doc/groktut/crud2/src/pebbles/app.py
    M doc/groktut/crud2/src/pebbles/app_templates/mammothdetails.pt
    M doc/tutorial.txt

  Log Message:
  -----------
  second phase of CRUD: the Edit auto-form


  Commit: ab8fef8a02ba87b86da371bd35b52ffa1a061dc9
      https://github.com/zopefoundation/grok/commit/ab8fef8a02ba87b86da371bd35b52ffa1a061dc9
  Author: Luciano Ramalho <luciano at ramalho.org>
  Date:   2007-07-13 (Fri, 13 Jul 2007)

  Changed paths:
    M doc/tutorial.txt

  Log Message:
  -----------
  fixed some broken includes


  Commit: fc112a987d2c2b49f9f0965b47b177e560792267
      https://github.com/zopefoundation/grok/commit/fc112a987d2c2b49f9f0965b47b177e560792267
  Author: Luciano Ramalho <luciano at ramalho.org>
  Date:   2007-07-13 (Fri, 13 Jul 2007)

  Changed paths:
    M doc/tutorial.txt

  Log Message:
  -----------
  fixing more broken includes


  Commit: 7ed71f43b1440406123eaadd80efcc235acddc65
      https://github.com/zopefoundation/grok/commit/7ed71f43b1440406123eaadd80efcc235acddc65
  Author: Luciano Ramalho <luciano at ramalho.org>
  Date:   2007-07-13 (Fri, 13 Jul 2007)

  Changed paths:
    M doc/tutorial.txt

  Log Message:
  -----------
  fixed even more broken includes


  Commit: fec6aabf23ce8e4a77bb54609dbda55df99e8b4b
      https://github.com/zopefoundation/grok/commit/fec6aabf23ce8e4a77bb54609dbda55df99e8b4b
  Author: Luciano Ramalho <luciano at ramalho.org>
  Date:   2007-07-13 (Fri, 13 Jul 2007)

  Changed paths:
    M doc/tutorial.txt

  Log Message:
  -----------
  fixing includes


  Commit: 90da7bbc9e0d67c452c41fc3fce1e13de9f4a0c5
      https://github.com/zopefoundation/grok/commit/90da7bbc9e0d67c452c41fc3fce1e13de9f4a0c5
  Author: Luciano Ramalho <luciano at ramalho.org>
  Date:   2007-07-13 (Fri, 13 Jul 2007)

  Changed paths:
    M doc/tutorial.txt

  Log Message:
  -----------
  fixing yet more indent errors


  Commit: a5a528943cf23c13d369659ad5d79fa18f46d477
      https://github.com/zopefoundation/grok/commit/a5a528943cf23c13d369659ad5d79fa18f46d477
  Author: Luciano Ramalho <luciano at ramalho.org>
  Date:   2007-07-14 (Sat, 14 Jul 2007)

  Changed paths:
    A doc/groktut/crud3/buildout.cfg
    A doc/groktut/crud3/setup.py
    A doc/groktut/crud3/src/pebbles/__init__.py
    A doc/groktut/crud3/src/pebbles/app.py
    A doc/groktut/crud3/src/pebbles/app_templates/index.pt
    A doc/groktut/crud3/src/pebbles/app_templates/mammothdetails.pt
    A doc/groktut/crud3/src/pebbles/configure.zcml
    M doc/groktut/showing_the_value_in_the_form/setup.py
    A doc/groktut/showing_the_value_in_the_form/src/pebbles/__init__.py
    A doc/groktut/showing_the_value_in_the_form/src/pebbles/app.py
    A doc/groktut/showing_the_value_in_the_form/src/pebbles/app_templates/edit.pt
    A doc/groktut/showing_the_value_in_the_form/src/pebbles/app_templates/index.pt
    A doc/groktut/showing_the_value_in_the_form/src/pebbles/configure.zcml
    R doc/groktut/showing_the_value_in_the_form/src/sample/__init__.py
    R doc/groktut/showing_the_value_in_the_form/src/sample/app.py
    R doc/groktut/showing_the_value_in_the_form/src/sample/app_templates/edit.pt
    R doc/groktut/showing_the_value_in_the_form/src/sample/app_templates/index.pt
    R doc/groktut/showing_the_value_in_the_form/src/sample/configure.zcml
    M doc/groktut/storing_data/src/pebbles/app.py
    M doc/groktut/storing_data/src/pebbles/app_templates/edit.pt
    M doc/groktut/storing_data/src/pebbles/app_templates/index.pt
    M doc/tutorial.txt

  Log Message:
  -----------
  fixing wrong code include reference and several typos


  Commit: 5316ac3082892d5ab2fb8269b005f4ea54dd41bb
      https://github.com/zopefoundation/grok/commit/5316ac3082892d5ab2fb8269b005f4ea54dd41bb
  Author: Luciano Ramalho <luciano at ramalho.org>
  Date:   2007-07-14 (Sat, 14 Jul 2007)

  Changed paths:
    M doc/groktut/redirection/src/pebbles/app.py
    M doc/groktut/redirection/src/pebbles/app_templates/index.pt
    M doc/groktut/showing_the_value_in_the_form/src/pebbles/app_templates/index.pt
    M doc/groktut/storing_data/src/pebbles/app_templates/index.pt
    M doc/groktut/the_rules_of_persistence/src/pebbles/app.py
    M doc/groktut/the_rules_of_persistence/src/pebbles/app_templates/index.pt
    M doc/tutorial.txt

  Log Message:
  -----------
  fixes to chapters: redirecion, the_rules_of_persistence, showing_the_value_in_the_form, storing_data


Compare: https://github.com/zopefoundation/grok/compare/9c5a1771cdf3^...5316ac308289


More information about the checkins mailing list