Changes

m
no edit summary
Line 14: Line 14:  
'''Detailed Changelog''':
 
'''Detailed Changelog''':
   −
<div style="white-space: pre-wrap;">
+
<pre>
 
For Users:
 
For Users:
   Line 174: Line 174:     
Following changes may create regressions for some external modules, but were necessary to make Dolibarr better:
 
Following changes may create regressions for some external modules, but were necessary to make Dolibarr better:
* PHP 5.4 is no more supported. Minimum PHP is now 5.5+.
+
 
* The PHP extension php-intl is not mandatory and must be installed to have new features working correctly.
+
*PHP 5.4 is no more supported. Minimum PHP is now 5.5+.
* Method GetUrlTrackingStatus were renamed into getUrlTrackingStatus for consistency with naming rules.
+
*The PHP extension php-intl is not mandatory and must be installed to have new features working correctly.
* API getListOfCivility has been renamed into getListOfCivilities for consistency with naming rules.
+
*Method GetUrlTrackingStatus were renamed into getUrlTrackingStatus for consistency with naming rules.
* Deprecated function img_phone as been removed. You can use img_picto(..., 'call|call_out') instead.;  
+
*API getListOfCivility has been renamed into getListOfCivilities for consistency with naming rules.
* Files for variables of themes were renamed from graph-color.php into theme_vars.inc.php to match naming convention of extension .inc.php for files to be included.
+
*Deprecated function img_phone as been removed. You can use img_picto(..., 'call|call_out') instead.;
* All methods set_draft() were renamed into setDraft().
+
*Files for variables of themes were renamed from graph-color.php into theme_vars.inc.php to match naming convention of extension .inc.php for files to be included.
* Signatures of methods createFromClone() has been standardized. All methods requires the object User as first parameter.
+
*All methods set_draft() were renamed into setDraft().
* Removed deprecated function function test_sql_and_script_inject that was replaced with testSqlAndScriptInject.
+
*Signatures of methods createFromClone() has been standardized. All methods requires the object User as first parameter.
* Method load_measuring_units were renamed into selectMeasuringUnits and select_measuring_units was deprecated.
+
*Removed deprecated function function test_sql_and_script_inject that was replaced with testSqlAndScriptInject.
* Hidden option CHANGE_ORDER_CONCAT_DESCRIPTION were renamed into MAIN_CHANGE_ORDER_CONCAT_DESCRIPTION.
+
*Method load_measuring_units were renamed into selectMeasuringUnits and select_measuring_units was deprecated.
* Method dolEscapeXML was moved from functions.lib.php into function2.lib.php (not used enough to be loaded by default).
+
*Hidden option CHANGE_ORDER_CONCAT_DESCRIPTION were renamed into MAIN_CHANGE_ORDER_CONCAT_DESCRIPTION.
* Removed deprecated use of string in dol_print_date(). Only date allowed.
+
*Method dolEscapeXML was moved from functions.lib.php into function2.lib.php (not used enough to be loaded by default).
* Deprecated property ->fk_departement is now ->state_id everywhere.
+
*Removed deprecated use of string in dol_print_date(). Only date allowed.
* Removed the method 4 of GETPOST (to get $_COOKIE). It was not used and not recommanded to use in Dolibarr.
+
*Deprecated property ->fk_departement is now ->state_id everywhere.
* Column llx_facture.facnumber change to llx_facture.ref
+
*Removed the method 4 of GETPOST (to get $_COOKIE). It was not used and not recommanded to use in Dolibarr.
* Variable $dolibarr_main_cookie_cryptkey is no more created at install (it was not used by Dolibarr). A new variable called $dolibarr_main_instance_unique_id is now generated at each installation. It will be used by some future features.
+
*Column llx_facture.facnumber change to llx_facture.ref
</div>
+
*Variable $dolibarr_main_cookie_cryptkey is no more created at install (it was not used by Dolibarr). A new variable called $dolibarr_main_instance_unique_id is now generated at each installation. It will be used by some future features.
 +
</pre>