Hi, today I changed the way the form definitions (doctypes) where stored in ISPConfig. Until now, the doctypes where stored in the database. This caused often problems when something was changed in the form editor and the SQL dump had to be updated manually. Now, the doctypes where stored in a directory as files, so the full version control capabilities of SVN can be used to handle chnages and conflicts. If you add new fields though, you will still have to add the field to the table definition in the SQL-dump but you dont have to deal with the content of the doctype table any more. If you encounter any problems with this, please let me know so I can fix it.
This is really nice. Is the form editor already supporting the new way that doctypes are stored? If yes, I will test it this afternoon.
Yes, the form editor supports this too. The form files are stored in the folder /home/admispconfig/ispconfig/lib/doctypes/
Hi, great news! I was going today to give it a try, but svn download is awfully slow (just bytes per second). Something wrong with svn server?
doctype table characterset ISPConfig-2.2.32 Please change database character set (at min doctype table) from latin to utf8. Otherwise Management->servers>'monitoring' looks some ?Ugiberish word. To correct this, I renamed doctype to 'doctypex', copied the doctype talbe creation and values from sql code from db_isconfig.sql (inside tar zip) and recreated the doctype table with utf8_unicode characterset.