summaryrefslogtreecommitdiff
path: root/Changelog
blob: 6e9704bf86753036cd31775eb3fa900f4c8dd8a3 (plain)
  1. Changelog for LedgerSMB 1.3.0
  2. * Improved error handling/display (Jason)
  3. * Basic RESTful web services dispatcher (Jason)
  4. * Timecard lists project descriptions as well as numbers (Chris)
  5. * Chart of Accounts files organized hierarchically by country code (Chris)
  6. * Employee table is now Employees and no longer part of global sequence. (Chris)
  7. Changelog for LedgerSMB 1.2.0
  8. Database:
  9. * Added script to configure Slony replication (Chris Browne)
  10. * Added defined primary keys to all tables (Chris T)
  11. * Database upgrades now use psql (Chris T)
  12. * Defaults table now uses a simple key->value system (Chris T)
  13. * Merged Pg-tables, Pg-functions, and Pg-indeces into Pg-database (Chris T)
  14. Security:
  15. * Added whitelist of allowed directories to file editor (Seneca)
  16. * Audited All Perl Modules for SQL Injection attacks (Chris T)
  17. * Forced edited files to have whitelisted extensions and no .. strings (Chris T)
  18. * Users are now stored in a separate database instead of fs. (Chris M)
  19. * User database schema now included (Josh D)
  20. Localization:
  21. * Moved localization files to standard codes (Seneca)
  22. * Added cumulative tax support (Seneca)
  23. * Translations now use Gettext (Seneca)
  24. * Removed back-translation of function names for i18n (Seneca)
  25. * Corrected parsing of numbers so that they are multi-run safe (Chris T)
  26. * Added modular tax calculation support (no modules included yet) (Seneca)
  27. * Added "1 000.00" number format (Chris T)
  28. * Buttons are now localization-safe (Seneca)
  29. Code Quality and API:
  30. * Added logging module (Jason)
  31. * Added session method abstraction (Chris T)
  32. * Broke out price matrix calls into PriceMatrix.pm (Chris T)
  33. * Added $form->callproc($procname, @args) returns @hashrefs (Chris T)
  34. * Corrected rounding errors (Seneca)
  35. * Code cleanup and template correction (Chris Murtagh)
  36. * New template system (Chris T)
  37. * IC.pm, OE.pm, and IS.pm are aware of custom fields (Chris T)
  38. * Added LedgerSMB::Sysconfig for site-wide configuration (Chris T)
  39. * LedgerSMB::IC is aware of custom fields (Chris T)
  40. * LedgerSMB::PE is aware of custom fields (Chris T)
  41. * Testing suite added (Seneca)
  42. * Moved all database calls to $form->{dbh} (CHris T)
  43. * Form->redirect no longer makes use of exec (Chris T)
  44. Packaging:
  45. * Added first version of rpm spec from Mads Kiilerich (Chris T)
  46. * Added Gentoo ebuilds documentation and metadata (Jason R)
  47. Point of Sale:
  48. * Added experimental TrustCommerce credit card processing (Chris T)
  49. * Merged most of the rest of the SL-POS interface (Chris T)
  50. * POS register now goes from add invoice to add invoice. (Chris T)
  51. * Added pole display and separate cash drawer open calls. (Chris T)
  52. User Interface:
  53. * Moved IS/IR/OE the lineitem column list to the LedgerSMB::Sysconfig Chris T)
  54. * Invoice now has an Onhand column (Chris T)
  55. * Added simple text import function for invoices received (PDT's) (Chris T)
  56. Other:
  57. * ledger-smb.conf is now an ini file (Seneca)
  58. * Experimental scripting wrapper in utils/cli (Chris T)
  59. Changelog for LedgerSMB 1.1.1
  60. * Fixed problem with parts_short trigger not being created
  61. * Fixed problem with custom fields functions not being created
  62. * Pg driver is now checked by default.
  63. Changelog for LedgerSMB 1.1.0
  64. Database
  65. * Added add_custom_field and drop_custom_field functions.
  66. -- will be more integrated into API next version
  67. * Added utility to partially recover from SQL-Ledger data corruption issues.
  68. * Primary Key added to acc_trans table
  69. * DB Updates now use one transaction per update file.
  70. * FLOAT datatypes removed from database
  71. * Protection against duplicate transaction id's.
  72. * Added foreign key constraint to acc_trans.chart_id
  73. * Database backups now use pg_dump
  74. * Database creation routines now attempt to add plpgsql to the db if not there.
  75. * Transaction reversal is now enforced by default
  76. Security
  77. * One is required to change the admin password when it is blank (on first login etc).
  78. Usability
  79. * We now support adding custom automation into a custom.pl
  80. * Setup.pl use is now experimentally supported
  81. * Disabled editing sub-assemblies in one area where it is unsafe.
  82. * Utility included for near-real-time parts short email notifications.
  83. * Fixed Lynx support
  84. * Batch printing now available for checks
  85. * Warnings are printed when check stub is truncated
  86. * Sales Data Report added
  87. * SL2LS.pl now dies if it cannot open the files with instructions on how to proceed manually
  88. * Links between admin and login pages
  89. * Experimental support for Windows printing
  90. Changelog for LedgerSMB v 1.0.0p1
  91. * Fixed directory transversal/arbitrary code execution vulnerability.
  92. Changelog for LedgerSMB v 1.0.0
  93. (Changes relative to the pre-fork SQL-Ledger 2.6.17)
  94. * Corrected sessionid security hole allowing bypass of login to main application
  95. * Corrected sessionid security hole allowing one to list logins and more.
  96. * Changed acc_trans.amount to NUMERIC
  97. * Tightened browser caching rules to prevent problems with back button.
  98. * Added an open content manual to the main distribution.
  99. * New logo.
  100. * Began whitespace reformatting of main application.