[Checkins] SVN: grokapps/gbe update to grok-0.14 release

Michael Haubenwallner michael at d2m.at
Sun Oct 5 02:09:07 EDT 2008


Log message for revision 91760:
  update to grok-0.14 release

Changed:
  U   grokapps/gbe99bottles/README.txt
  U   grokapps/gbe99bottles/REVIEW.txt
  U   grokapps/gbe99bottles/buildout.cfg
  U   grokapps/gbe99bottles/setup.py
  U   grokapps/gbe99bottles/src/gbe99bottles/app.txt
  U   grokapps/gbeguestbook/buildout.cfg
  U   grokapps/gbeguestbook/setup.py
  U   grokapps/gbepastebin/buildout.cfg
  U   grokapps/gbepastebin/setup.py
  U   grokapps/gbepastebin/src/gbepastebin/app.txt
  U   grokapps/gbepastebin/src/gbepastebin/browser.py
  U   grokapps/gbewiki/REVIEW.txt
  U   grokapps/gbewiki/buildout.cfg
  U   grokapps/gbewiki/setup.py

-=-
Modified: grokapps/gbe99bottles/README.txt
===================================================================
--- grokapps/gbe99bottles/README.txt	2008-10-05 05:57:15 UTC (rev 91759)
+++ grokapps/gbe99bottles/README.txt	2008-10-05 06:09:07 UTC (rev 91760)
@@ -1,7 +1,7 @@
 Grok-by-Example: 99 Bottles Song
 ================================
 
-:Author: d2m (michael at d2m.at)
+:Author: d2m (michael at d2m.at)
 :Motivation: look at the original source and the Grok code side-by-side 
              and deduce from both
 

Modified: grokapps/gbe99bottles/REVIEW.txt
===================================================================
--- grokapps/gbe99bottles/REVIEW.txt	2008-10-05 05:57:15 UTC (rev 91759)
+++ grokapps/gbe99bottles/REVIEW.txt	2008-10-05 06:09:07 UTC (rev 91760)
@@ -1,8 +1,10 @@
 Grok-by-Example: 99 Bottles Song
 ================================
 
-:Author: d2m (michael at d2m.at)
+.. contents:: Contents
 
+:Author: d2m (michael at d2m.at)
+
 A basic Grok 'Hello world' application [source__], cf implementations in other
 languages at the '99 Bottles of Beer' website, eg. the Python version [source__].
 

Modified: grokapps/gbe99bottles/buildout.cfg
===================================================================
--- grokapps/gbe99bottles/buildout.cfg	2008-10-05 05:57:15 UTC (rev 91759)
+++ grokapps/gbe99bottles/buildout.cfg	2008-10-05 06:09:07 UTC (rev 91760)
@@ -2,7 +2,7 @@
 develop = .
 parts = eggbasket app data zopectl i18n test
 newest = false
-extends = http://grok.zope.org/releaseinfo/grok-0.13.cfg
+extends = http://grok.zope.org/releaseinfo/grok-0.14.cfg
 # eggs will be installed in the default buildout location
 # (see .buildout/default.cfg in your home directory)
 # unless you specify an eggs-directory option here.
@@ -71,4 +71,4 @@
 [eggbasket]
 recipe = z3c.recipe.eggbasket
 eggs = grok
-url = http://grok.zope.org/releaseinfo/grok-eggs-0.13.tgz
+url = http://grok.zope.org/releaseinfo/grok-eggs-0.14.tgz

Modified: grokapps/gbe99bottles/setup.py
===================================================================
--- grokapps/gbe99bottles/setup.py	2008-10-05 05:57:15 UTC (rev 91759)
+++ grokapps/gbe99bottles/setup.py	2008-10-05 06:09:07 UTC (rev 91760)
@@ -25,6 +25,7 @@
       zip_safe=False,
       install_requires=['setuptools',
                         'grok',
+                        'grokui.admin',
                         'z3c.testsetup',
                         # Add extra requirements here
                         ],

Modified: grokapps/gbe99bottles/src/gbe99bottles/app.txt
===================================================================
--- grokapps/gbe99bottles/src/gbe99bottles/app.txt	2008-10-05 05:57:15 UTC (rev 91759)
+++ grokapps/gbe99bottles/src/gbe99bottles/app.txt	2008-10-05 06:09:07 UTC (rev 91760)
@@ -24,6 +24,8 @@
 http://99-bottles-of-beer.net/lyrics.html):
 
    >>> print browser.contents
+   Grok-by-Example: 99 Bottles of Beer
+   ===================================
    99 bottles of beer on the wall, 99 bottles of beer.
    Take one down and pass it around, 98 bottles of beer on the wall.
    ...

Modified: grokapps/gbeguestbook/buildout.cfg
===================================================================
--- grokapps/gbeguestbook/buildout.cfg	2008-10-05 05:57:15 UTC (rev 91759)
+++ grokapps/gbeguestbook/buildout.cfg	2008-10-05 06:09:07 UTC (rev 91760)
@@ -2,7 +2,7 @@
 develop = .
 parts = eggbasket app data zopectl i18n test
 newest = false
-extends = http://grok.zope.org/releaseinfo/grok-0.13.cfg
+extends = http://grok.zope.org/releaseinfo/grok-0.14.cfg
 # eggs will be installed in the default buildout location
 # (see .buildout/default.cfg in your home directory)
 # unless you specify an eggs-directory option here.
@@ -71,4 +71,4 @@
 [eggbasket]
 recipe = z3c.recipe.eggbasket
 eggs = grok
-url = http://grok.zope.org/releaseinfo/grok-eggs-0.13.tgz
+url = http://grok.zope.org/releaseinfo/grok-eggs-0.14.tgz

Modified: grokapps/gbeguestbook/setup.py
===================================================================
--- grokapps/gbeguestbook/setup.py	2008-10-05 05:57:15 UTC (rev 91759)
+++ grokapps/gbeguestbook/setup.py	2008-10-05 06:09:07 UTC (rev 91760)
@@ -27,6 +27,7 @@
       zip_safe=False,
       install_requires=['setuptools',
                         'grok',
+                        'grokui.admin',
                         'z3c.testsetup',
                         # Add extra requirements here
                         ],

Modified: grokapps/gbepastebin/buildout.cfg
===================================================================
--- grokapps/gbepastebin/buildout.cfg	2008-10-05 05:57:15 UTC (rev 91759)
+++ grokapps/gbepastebin/buildout.cfg	2008-10-05 06:09:07 UTC (rev 91760)
@@ -2,7 +2,7 @@
 develop = .
 parts = eggbasket app data zopectl i18n test
 newest = false
-extends = http://grok.zope.org/releaseinfo/grok-0.13.cfg
+extends = http://grok.zope.org/releaseinfo/grok-0.14.cfg
 # eggs will be installed in the default buildout location
 # (see .buildout/default.cfg in your home directory)
 # unless you specify an eggs-directory option here.
@@ -74,4 +74,4 @@
 [eggbasket]
 recipe = z3c.recipe.eggbasket
 eggs = grok
-url = http://grok.zope.org/releaseinfo/grok-eggs-0.13.tgz
+url = http://grok.zope.org/releaseinfo/grok-eggs-0.14.tgz

Modified: grokapps/gbepastebin/setup.py
===================================================================
--- grokapps/gbepastebin/setup.py	2008-10-05 05:57:15 UTC (rev 91759)
+++ grokapps/gbepastebin/setup.py	2008-10-05 06:09:07 UTC (rev 91760)
@@ -27,6 +27,7 @@
       zip_safe=False,
       install_requires=['setuptools',
                         'grok',
+                        'grokui.admin',
                         'z3c.testsetup',
                         # Add extra requirements here
                         'Pygments',

Modified: grokapps/gbepastebin/src/gbepastebin/app.txt
===================================================================
--- grokapps/gbepastebin/src/gbepastebin/app.txt	2008-10-05 05:57:15 UTC (rev 91759)
+++ grokapps/gbepastebin/src/gbepastebin/app.txt	2008-10-05 06:09:07 UTC (rev 91760)
@@ -64,7 +64,7 @@
    
 Add another Paste, should be #3:
 
-   >>> browser.open('http://localhost/app/@@paste?author_name=name&paste=text&language=python')
+   >>> browser.open('http://localhost/app/@@paste','author_name=name&paste=text&language=python')
    >>> '<base href="http://localhost/app/3/@@index" />' in browser.contents
    True
    

Modified: grokapps/gbepastebin/src/gbepastebin/browser.py
===================================================================
--- grokapps/gbepastebin/src/gbepastebin/browser.py	2008-10-05 05:57:15 UTC (rev 91759)
+++ grokapps/gbepastebin/src/gbepastebin/browser.py	2008-10-05 06:09:07 UTC (rev 91760)
@@ -4,7 +4,6 @@
 from pygments import util
 from zope.interface import Interface
 from zope.app.security.interfaces import IUnauthenticatedPrincipal
-from zope.app.security.interfaces import IAuthentication
 from zope.component import getUtility
 import z3c.flashmessage.interfaces
 import grok

Modified: grokapps/gbewiki/REVIEW.txt
===================================================================
--- grokapps/gbewiki/REVIEW.txt	2008-10-05 05:57:15 UTC (rev 91759)
+++ grokapps/gbewiki/REVIEW.txt	2008-10-05 06:09:07 UTC (rev 91760)
@@ -38,7 +38,7 @@
 
 *gbewiki* utilizes the recently published megrok.tinymce__ package to include the 
 TinyMCE library (there is no more need to distribute the app together with the 
-JS package). megrok.tinymce is simply added to the 'include-requires' 
+JS package). megrok.tinymce is simply added to the 'install-requires' 
 requirements list in the packages setup.py module::
 
     install_requires=['setuptools',
@@ -65,7 +65,7 @@
 
     application = webapp.WSGIApplication([('/(.*)', WikiPage)], debug=_DEBUG)
 
-WikiPage here is a Requesthandler class that handles GET/POST HTTP requests.
+WikiPage here is a Requesthandler class that handles all GET/POST HTTP requests.
 
 Grok subclasses from both grok.Application and grok.Container and defines a
 'traverse' method to handle request paths::
@@ -138,8 +138,8 @@
 User management and Permissions
 --------------------------------
 
-GAE uses the appengine 'users' API to handle posting new or edited existing wiki 
-pages. The user must be logged in with her google account::
+GAE uses the appengine 'users' API to handle the posting of new or editing 
+existing wiki pages. The user must be logged in with her google account::
 
     def post(self, page_name):
         if not users.get_current_user():

Modified: grokapps/gbewiki/buildout.cfg
===================================================================
--- grokapps/gbewiki/buildout.cfg	2008-10-05 05:57:15 UTC (rev 91759)
+++ grokapps/gbewiki/buildout.cfg	2008-10-05 06:09:07 UTC (rev 91760)
@@ -2,7 +2,7 @@
 develop = .
 parts = eggbasket app data zopectl i18n test
 newest = false
-extends = http://grok.zope.org/releaseinfo/grok-0.13.cfg
+extends = http://grok.zope.org/releaseinfo/grok-0.14.cfg
 # eggs will be installed in the default buildout location
 # (see .buildout/default.cfg in your home directory)
 # unless you specify an eggs-directory option here.
@@ -71,4 +71,4 @@
 [eggbasket]
 recipe = z3c.recipe.eggbasket
 eggs = grok
-url = http://grok.zope.org/releaseinfo/grok-eggs-0.13.tgz
+url = http://grok.zope.org/releaseinfo/grok-eggs-0.14.tgz

Modified: grokapps/gbewiki/setup.py
===================================================================
--- grokapps/gbewiki/setup.py	2008-10-05 05:57:15 UTC (rev 91759)
+++ grokapps/gbewiki/setup.py	2008-10-05 06:09:07 UTC (rev 91760)
@@ -22,6 +22,7 @@
       zip_safe=False,
       install_requires=['setuptools',
                         'grok',
+                        'grokui.admin',
                         'z3c.testsetup',
                         'megrok.tinymce',
                         ],



More information about the Checkins mailing list