Page 1 of 1

Development Questions

Posted: Tue Jul 28, 2009 8:41 pm
by caprio
Is this the appropriate forum for asking ZM development questions?

Posted: Wed Jul 29, 2009 2:27 pm
by Lee Sharp
It might be. It depends on the question.

Configuration changes

Posted: Wed Jul 29, 2009 5:04 pm
by caprio
I'm adding an scp option to the Options->FTP configuration tab. I got the correct data
in the Config table and my option now shows up in the GUI. I was expecting to see an
auto increment attribute on the ID column. using a 0 as the ID caused zm not to start.
No worries I did a select max on id and just used the next value.

While this works it's not the 'correct' way. Notes in the zm_create.sql indicate the
initial config is generated by zmconfgen.pl however I don't see that script in my source
tree.
-- This section is autogenerated by zmconfgen.pl
-- Do not edit this file as any changes will be overwritten
I plan on submitting my change to the user contributions and want it to be complete
and fit into the package correctly and not get lost on the next upgrade.
Are there any docs, tech notes etc on how to 'package' up my Config database
table additions?

Thanks mucho

Posted: Wed Jul 29, 2009 5:26 pm
by cordel
Just create a patch with diff and submit it.
Phil will be able to get it in the trunk then.