This file contains hidden or 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 = | |
| toolbar.cfg | |
| initial-site.cfg | |
| # If you want omelette, uncomment here and down there | |
| parts += | |
| omelette | |
| # add development tools that you might need to develop with |
This file contains hidden or 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 = | |
| deco.cfg | |
| initial-site.cfg | |
| # If you want omelette, uncomment here and down there | |
| parts += | |
| omelette | |
| # add development tools that you might need to develop with |
This file contains hidden or 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
| <plominodatabase id="test-1"> | |
| <design> | |
| <dbsettings version="1.16"> | |
| <AboutDescription type="Products.Archetypes.Field.TextField"><![CDATA[]]></AboutDescription> | |
| <UsingDescription type="Products.Archetypes.Field.TextField"><![CDATA[]]></UsingDescription> | |
| <IndexAttachments type="Products.Archetypes.Field.BooleanField">False</IndexAttachments> | |
| <FulltextIndex type="Products.Archetypes.Field.BooleanField">True</FulltextIndex> | |
| <IndexInPortal type="Products.Archetypes.Field.BooleanField">False</IndexInPortal> | |
| <debugMode type="Products.Archetypes.Field.BooleanField">False</debugMode> | |
| <CountDocuments type="Products.Archetypes.Field.BooleanField">False</CountDocuments> |
This file contains hidden or 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
| <plominodatabase id="sampledb"> | |
| <design> | |
| <dbsettings version="1.16"> | |
| <AboutDescription type="Products.Archetypes.Field.TextField"><![CDATA[]]></AboutDescription> | |
| <UsingDescription type="Products.Archetypes.Field.TextField"><![CDATA[]]></UsingDescription> | |
| <IndexAttachments type="Products.Archetypes.Field.BooleanField">False</IndexAttachments> | |
| <FulltextIndex type="Products.Archetypes.Field.BooleanField">True</FulltextIndex> | |
| <IndexInPortal type="Products.Archetypes.Field.BooleanField">False</IndexInPortal> | |
| <debugMode type="Products.Archetypes.Field.BooleanField">False</debugMode> | |
| <CountDocuments type="Products.Archetypes.Field.BooleanField">False</CountDocuments> |
This file contains hidden or 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
| Traceback (innermost last): | |
| Module ZPublisher.Publish, line 60, in publish | |
| Module ZPublisher.mapply, line 77, in mapply | |
| Module ZPublisher.Publish, line 46, in call_object | |
| Module Shared.DC.Scripts.Bindings, line 322, in __call__ | |
| Module Products.PloneHotfix20110531, line 106, in _patched_bindAndExec | |
| Module Products.PloneHotfix20130618.spamProtect, line 35, in _patched_bindAndExec | |
| Module Products.PloneHotfix20121106.python_scripts, line 63, in _patched_bindAndExec | |
| Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec |
This file contains hidden or 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
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Scale Graph</title> | |
| </head> | |
| <body> | |
| <div id="demoContainer"> | |
| <div id="option"> | |
| <input name="updateButton" type="button" value="Update"/> | |
| </div> |
This file contains hidden or 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
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Scale Graph</title> | |
| </head> | |
| <body> | |
| <div id="demoContainer"> | |
| <div id="option"> | |
| <input name="updateButton" type="button" value="Update" onclick="updateData()" /> | |
| </div> |
NewerOlder