[Testbot] Plone 4.3 - Python 2.7 - Build # 2631 - Still failing! - 2 failure(s)

jenkins at plone.org jenkins at plone.org
Sat Oct 18 23:36:08 UTC 2014


-------------------------------------------------------------------------------
Plone 4.3 - Python 2.7 - Build # 2631 - Still Failing!
-------------------------------------------------------------------------------

http://jenkins.plone.org/job/plone-4.3-python-2.7/2631/


-------------------------------------------------------------------------------
CHANGES
-------------------------------------------------------------------------------

Repository: plone.dexterity
Branch: refs/heads/master
Date: 2014-10-19T00:54:47+02:00
Author: Jens W. Klein (jensens) <jk at kleinundpartner.at>
Commit: https://github.com/plone/plone.dexterity/commit/168b1c6d66e9781a1b960ea9196353455b005019

updated outdated coding conventions file.

Files changed:
M plone/dexterity/CONVENTIONS.txt

diff --git a/plone/dexterity/CONVENTIONS.txt b/plone/dexterity/CONVENTIONS.txt
index 690e296..a9a6e0e 100644
--- a/plone/dexterity/CONVENTIONS.txt
+++ b/plone/dexterity/CONVENTIONS.txt
@@ -1,31 +1,6 @@
-Dexterity naming conventions
+Dexterity coding conventions
 ============================
 
-The following naming conventions apply to Dexterity code.
+Follow the `plone.api code conventions <http://docs.plone.org/external/plone.api/docs/contribute/conventions.html>_
 
- * Classes use CamelCase, e.g. SchemaFactory
-
- * Methods and functions that are meant for external use are in mixedCase,
-   e.g. createContentInContainer()
-
- * Arguments to methods that are meant for external use are also in mixedCase,
-   e.g. addContentToContainer(container, object, checkConstraints=True)
-
- * Class variables and object attributes that are meant for external use
-   are also in mixedCase, e.g. isPrincipiaFolderish
-
- * Exceptions to this rule:
-
-     * FTI attributes are in lower_case_with_underscore, e.g. model_source
-     * Any attribute/argument referring to the CMF portal_type is written as
-       such, *not* portalType
-
- * Acronyms in class or variable names are all in the same case, e.g.
-   DexterityFTI or ftiCounter.
-
- * Constants and globals are in ALL_CAPS_WITH_UNDER_SCORE e.g. SCHEMA_CACHE
-
- * Internal variables may be in lower_case_with_underscore if appropriate.
-
- * Grok directives use lower_case_and_underscore, e.g.
-   dexterity.write_permission() or form.default_value().
\ No newline at end of file
+Dont use grok.
\ No newline at end of file




-------------------------------------------------------------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: CHANGES.log
Type: application/octet-stream
Size: 1919 bytes
Desc: not available
URL: <http://lists.plone.org/pipermail/plone-testbot/attachments/20141018/28468331/attachment-0002.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: build.log
Type: application/octet-stream
Size: 93163 bytes
Desc: not available
URL: <http://lists.plone.org/pipermail/plone-testbot/attachments/20141018/28468331/attachment-0003.obj>


More information about the Testbot mailing list