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 "FusionForge".
The branch, master has been updated
via fabfed4783659da984979082ebe55df016cb5c6a (commit)
from a1b92334f7384386aee78e53b197331edf217901 (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 -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=fabfed4783659da984979082ebe55df016cb5c6a
commit fabfed4783659da984979082ebe55df016cb5c6a
Author: Stéphane-Eymeric Bredthauer <[email protected]>
Date: Wed May 18 18:36:29 2016 +0200
Tracker workflow: add support of required fields, fix missing sql & icon
diff --git a/src/db/20160513-create-artifact_workflow_required_field.sql
b/src/db/20160513-create-artifact_workflow_required_field.sql
new file mode 100644
index 0000000..297e2c6
--- /dev/null
+++ b/src/db/20160513-create-artifact_workflow_required_field.sql
@@ -0,0 +1,10 @@
+-- Table: artifact_workflow_required_fields
+CREATE TABLE artifact_workflow_required_fields
+(
+ event_id integer NOT NULL,
+ extra_field_id integer NOT NULL,
+ CONSTRAINT artifact_workflow_required_fields_pkey PRIMARY KEY (event_id,
extra_field_id),
+ CONSTRAINT artifact_workflow_required_fields_event_id_fkey FOREIGN KEY
(event_id)
+ REFERENCES artifact_workflow_event (event_id) MATCH SIMPLE
+ ON UPDATE NO ACTION ON DELETE CASCADE
+)
\ No newline at end of file
diff --git a/src/www/themes/funky-wOw/images/ic/required.png
b/src/www/themes/funky-wOw/images/ic/required.png
new file mode 100644
index 0000000..600811b
Binary files /dev/null and b/src/www/themes/funky-wOw/images/ic/required.png
differ
-----------------------------------------------------------------------
Summary of changes:
src/db/20160513-create-artifact_workflow_required_field.sql | 10 ++++++++++
src/www/themes/{funky => funky-wOw}/images/ic/required.png | Bin
2 files changed, 10 insertions(+)
create mode 100644 src/db/20160513-create-artifact_workflow_required_field.sql
copy src/www/themes/{funky => funky-wOw}/images/ic/required.png (100%)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits