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