This commit is contained in:
Laurent Destailleur 2008-07-17 22:51:57 +00:00
parent 6f2396f404
commit d32fd52913

View File

@ -4,15 +4,10 @@ English Dolibarr changelog
***** Changelog for 2.4 compared to 2.2 ***** ***** Changelog for 2.4 compared to 2.2 *****
For users: For users:
- Add a calendar module (module agenda) - Add a calendar module (module agenda) with ical/vcal/rss export.
- Removed useless code:
Replaced phplot and phplot5 librairies by artichow.
Removed cryptograph library replaced by artichow.
- Login functions are now externalised as modules.
- Look enhancement in graphics (thanks artichow). - Look enhancement in graphics (thanks artichow).
- Add tel and fax on delivery addresses. - Add tel and fax on delivery addresses.
- Add a tool to edit personalized menu. - Add a tool to edit personalized menu.
- Changes for compatibility with PHP6/Mysql6.
- Add an ical and vcal export link in agenda and webcalendar module. - Add an ical and vcal export link in agenda and webcalendar module.
- Reduce memory usage. - Reduce memory usage.
- Now triggers are enabled/disabled according to module they refers to. - Now triggers are enabled/disabled according to module they refers to.
@ -30,18 +25,28 @@ For users:
- Add feature to log security events (logon, change of users, passwords). - Add feature to log security events (logon, change of users, passwords).
- Can link all documents (included supplier invoices and orders) to a - Can link all documents (included supplier invoices and orders) to a
project. project.
- Can attach several files to email when sending an invoice, order or
proposal by email.
- More informations reported in system information pages.
- New translation: Added spanish language. - New translation: Added spanish language.
- Added a security audit report.
- Other minor changes (features, look, fixes) - Other minor changes (features, look, fixes)
- Several enhancements to make addon development easier.
- Changes in wizard installer to allow building autoexe installer for
Windows with Apache and Mysql included.
- Added compatibility with Firefox 3. - Added compatibility with Firefox 3.
- Changes for compatibility with PHP6/Mysql6.
- Some bug fixes.
For developers: For developers:
- Removed useless code:
Replaced phplot and phplot5 librairies by artichow.
Removed cryptograph library replaced by artichow.
- Login functions are now externalised as modules.
- Update code skeletons examples. - Update code skeletons examples.
- Several enhancements to make addon development easier.
- Add a tool to generate PHP classes completely mapped to a table. - Add a tool to generate PHP classes completely mapped to a table.
- Added a check to enable external modules only if dolibarr version is high - Added a check to enable external modules only if dolibarr version is
enough. high enough.
- Changes in wizard installer to allow building autoexe installer for
Windows with Apache and Mysql included.
***** Changelog for 2.2 compared to 2.1 ***** ***** Changelog for 2.2 compared to 2.1 *****