[wellwell-devel] [SCM] Interchange wellwell catalog branch, master, updated. a974c989178b7026c1d2e944c2a58abbcf0e4f8e

Stefan Hornburg racke at rt.icdevgroup.org
Wed Apr 29 14:43:37 UTC 2009


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Interchange wellwell catalog".

The branch, master has been updated
       via  a974c989178b7026c1d2e944c2a58abbcf0e4f8e (commit)
       via  e90de819bd63277b707da3397051cdf933bb0eb8 (commit)
      from  fe9a134c697f3cfd66275f52d0cc46839c4a4271 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit a974c989178b7026c1d2e944c2a58abbcf0e4f8e
Merge: e90de819bd63277b707da3397051cdf933bb0eb8 fe9a134c697f3cfd66275f52d0cc46839c4a4271
Author: Stefan Hornburg (Racke) <racke at linuxia.de>
Date:   Wed Apr 29 16:43:31 2009 +0200

    Merge branch 'master' of ssh://racke@git.icdevgroup.org/var/git/wellwell

commit e90de819bd63277b707da3397051cdf933bb0eb8
Author: Stefan Hornburg (Racke) <racke at linuxia.de>
Date:   Wed Apr 29 16:42:45 2009 +0200

    form records for content edit added

-----------------------------------------------------------------------

Summary of changes and diff:
 plugins/content/README                          |    3 +++
 plugins/content/database/forms/content_edit.sql |    9 +++++++++
 templates/form                                  |    1 +
 3 files changed, 13 insertions(+), 0 deletions(-)
 create mode 100644 plugins/content/database/forms/content_edit.sql

diff --git a/plugins/content/README b/plugins/content/README
index 73b0d5b..9e88451 100644
--- a/plugins/content/README
+++ b/plugins/content/README
@@ -4,3 +4,6 @@ create_content
 edit_content
 edit_own_content
 
+FCK editor:
+
+Ensure that the FCK editor is available at /fckeditor/.
diff --git a/plugins/content/database/forms/content_edit.sql b/plugins/content/database/forms/content_edit.sql
new file mode 100644
index 0000000..84b8825
--- /dev/null
+++ b/plugins/content/database/forms/content_edit.sql
@@ -0,0 +1,9 @@
+insert into form_series (name, part, label, profile, position) 
+	values ('content_edit', 'content_edit', 'Edit Content', 'content_edit', 1);
+insert into form_components (name, part, component, location)
+	values ('content_edit', 'content_edit', 'fckeditor_js', 'prepend');
+insert into form_elements (name, label, component, widget)
+	values ('title', 'Title', 'content_edit', ''),
+	('body', 'Body', 'content_edit', 'htmlarea'),
+	('uri', 'Path', 'content_edit', ''),
+	('code', '', 'content_edit', 'hidden');
diff --git a/templates/form b/templates/form
index a7f5aca..b8c9cfe 100644
--- a/templates/form
+++ b/templates/form
@@ -1,3 +1,4 @@
+{PREPEND}
 {TOP}
 {BODY}
 {SUBMIT}


hooks/post-receive
-- 
Interchange wellwell catalog



More information about the wellwell-devel mailing list