I have verified that we can change page layouts in streber without losing those changes when upgrading streber
Topic:
http://www.streber-pm.org/3647There is also a topic on how to add fields to existing Streber objects:
http://www.streber-pm.org/3398But this still not solves the issue of upgrading streber.
For example, if there is an upgrade in streber that adds a new database field for table X, the streber/db/class_X.inc.php will have a definition of the new fields.
If we already have a customization on this class, the changes will be lost... the only way seems to be to re-do changes in new code version....
Isn't there a better way of doing this?