This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dn: uid=martior,ou=people,dc=plone,dc=org | |
changetype: modify | |
add: objectclass | |
objectclass: github-user | |
add: github-username | |
github-username: awesome-koder |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[buildout] | |
extends = http://dist.plone.org/release/4.1.4/versions.cfg | |
parts = plone | |
[plone] | |
recipe = plone.recipe.zope2instance | |
eggs = | |
Plone | |
Pillow | |
user = admin:admin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[buildout] | |
extends = http://dist.plone.org/release/4.1.3/versions.cfg | |
parts = plone | |
[plone] | |
recipe = plone.recipe.zope2instance | |
eggs = | |
Plone | |
Pillow | |
user = admin:admin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2012-06-07 11:40:24 INFO ZServer HTTP server started at Thu Jun 7 11:40:24 2012 | |
Hostname: 0.0.0.0 | |
Port: 8080 | |
2012-06-07 11:40:25 WARNING SecurityInfo Conflicting security declarations for "setText" | |
2012-06-07 11:40:25 WARNING SecurityInfo Class "ATTopic" had conflicting security declarations | |
/Users/kelly/.buildout/eggs/Products.ResourceRegistries-2.0.9-py2.6.egg/Products/ResourceRegistries/tools/BaseRegistry.py:7: DeprecationWarning: the md5 module is deprecated; use hashlib instead | |
from md5 import md5 | |
2012-06-07 11:40:26 WARNING ZODB.blob (909) Blob dir /private/tmp/fuck/var/blobstorage/ has insecure mode setting | |
/Users/kelly/.buildout/eggs/five.grok-1.2.0-py2.6.egg/five/grok/meta.py:29: DeprecationWarning: protectClass is deprecated. Please import from AccessControl.security | |
from Products.Five.security import protectClass, protectName |
NewerOlder