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