[KSS-checkins] r50769 - kukit/kss.core/branch/improve-demos/kss/core/plugins/core/demo

gotcha at codespeak.net gotcha at codespeak.net
Sat Jan 19 10:31:44 CET 2008


Author: gotcha
Date: Sat Jan 19 10:31:42 2008
New Revision: 50769

Removed:
   kukit/kss.core/branch/improve-demos/kss/core/plugins/core/demo/config.py
Log:
remove unused file (left over from a previous merge ?)

Deleted: /kukit/kss.core/branch/improve-demos/kss/core/plugins/core/demo/config.py
==============================================================================
--- /kukit/kss.core/branch/improve-demos/kss/core/plugins/core/demo/config.py	Sat Jan 19 10:31:42 2008
+++ (empty file)
@@ -1,39 +0,0 @@
-
-from kss.base.plugin import Plugin
-from kss.demo.resource import (
-    KSSDemo,
-    KSSSeleniumTestDirectory,
-    )
-
-class CoreDemos(Plugin):
-
-    zope_demos = (
-        KSSDemo('', '', "basic_commands.html", "Change tag content"),
-        KSSDemo('', '', "two_selects.html", "Two selects"),
-        KSSDemo('', '', "autoupdate.html", "Auto update"),
-        KSSDemo('', '', "inline_edit.html", "Inline edit"),
-        KSSDemo('', '', "cancel_submit.html", "Cancel Submit Click"),
-        KSSDemo('', '', "tree.html", "Tree"),
-        KSSDemo('', '', "more_selectors.html", "More complex selectors"),
-        KSSDemo('', '', "two_select_revisited.html", "Master-slave selects revisited"),
-        KSSDemo('', '', "form_submit.html", "Form submit"),
-        KSSDemo('', '', "error_handling.html", "Error handling"),
-        KSSDemo('', '', "preventdefault.html", "Preventdefault (a.k.a. Safari workarounds)"),
-        KSSDemo('', '', "html_inserts.html", "HTML insertions (Change tag content returns)"),
-        KSSDemo('', '', "client-server-protocol", "Client server protocol"),
-        KSSDemo('', 'Parameter functions', 'pf_forms.html', 'Forms'),
-        KSSDemo('', 'Selectors', 'selectors.html', 'Parent node selector'),
-        KSSDemo('', 'Core syntax', "kss_selector_param.html", "Kss selector parameters"),
-        KSSDemo('', 'Core syntax', "kss_url_param.html", "Kss url parameters"),
-        KSSDemo('', 'Core events', "kss_evt_preventbubbling.html", "Prevent bubbling KSS event parameter"),
-        KSSDemo('', 'Core events', "kss_keyevents.html", "Key events"),
-        KSSDemo('', 'Commands/Actions', "ca_focus.html", "Focus"),
-        KSSDemo('', 'Commands/Actions', "actions.html", "Toggle case action"),
-        # XXX this should go to the other plugin wuth all its stuff
-        KSSDemo('Effects', '', "effects.html", "Effects"),
-        )
-
-    # directories are relative from the location of this .py file
-    zope_selenium_testsuites = (
-        KSSSeleniumTestDirectory('selenium_tests'),
-        )


More information about the Kukit-checkins mailing list