Changes

Line 41: Line 41:  
** Any change into theme or looks (change into HTML to match W3C, or CSS changes).
 
** Any change into theme or looks (change into HTML to match W3C, or CSS changes).
 
** Adding call to dol_syslog().
 
** Adding call to dol_syslog().
 +
** Adding a column into a table (+ upgrade script) or index or constraint, but only if it is required to fix a bug.
 
* The following things are not allowed:
 
* The following things are not allowed:
 
** Any change into architecture.
 
** Any change into architecture.
** Adding or removing new external libraries.
+
** Adding/removing new external libraries.
 +
** Adding/removing a table, removing a column.
 
** Adding new features. However, adding a component whose code is isolated from rest of the code like a "box file" or "emailing target selector file" or a "script" file into /scripts may be accepted by project leader.
 
** Adding new features. However, adding a component whose code is isolated from rest of the code like a "box file" or "emailing target selector file" or a "script" file into /scripts may be accepted by project leader.