summaryrefslogtreecommitdiff
path: root/Changelog
blob: 0d3e746d3e700fd0a4177dc4918d62107308720a (plain)
  1. Changelog for LedgerSMB 1.2.0
  2. * Removed back-translation of function names for i18n (Seneca)
  3. * Invoice now has an Onhand column (Chris T)
  4. * Added logging module (Jason R)
  5. * Corrected parsing of numbers so that they are multi-run safe (Chris T)
  6. * Added first version of rpm spec from Mads Kiilerich (Chris T)
  7. * Added "1 000.00" number format (Chris T)
  8. * Added session method abstraction (Chris T)
  9. * Added modular tax calculation support (no modules included yet) (Seneca)
  10. * Added experimental TrustCommerce credit card processing (Chris T)
  11. * Merged most of the rest of the SL-POS interface (Chris T)
  12. * Broke out price matrix calls into PriceMatrix.pm (Chris T)
  13. * Added Gentoo ebuilds documentation and metadata (Jayson R).
  14. * POS register now goes from add invoice to add invoice. (Chris T)
  15. * Added pole display and separate cash drawer open calls. (Chris T)
  16. * Added simple text import function for invoices received (PDT's) (Chris T)
  17. * Added whitelist of allowed directories to file editor (Seneca)
  18. * Added script to configure Slony replication (Chris Browne)
  19. * Audited OE.pm and AM.pm for SQL injection problems. (Chris T)
  20. * Forced edited files to have whitelisted extensions and no .. strings (Chris T)
  21. * Added $form->callproc($procname, @args) returns @hashrefs (Chris T)
  22. * Corrected rounding errors (Seneca)
  23. * Audited Form.pm for SQL-injection problems and move to new API (Chris T)
  24. * Code cleanup and template correction (Chris Murtagh)
  25. * New template system (Chris T)
  26. * OE.pm and IS.pm are aware of custom fields (Chris T)
  27. Changelog for LedgerSMB 1.1.1
  28. * Fixed problem with parts_short trigger not being created
  29. * Fixed problem with custom fields functions not being created
  30. * Pg driver is now checked by default.
  31. Changelog for LedgerSMB 1.1.0
  32. Database
  33. * Added add_custom_field and drop_custom_field functions.
  34. -- will be more integrated into API next version
  35. * Added utility to partially recover from SQL-Ledger data corruption issues.
  36. * Primary Key added to acc_trans table
  37. * DB Updates now use one transaction per update file.
  38. * FLOAT datatypes removed from database
  39. * Protection against duplicate transaction id's.
  40. * Added foreign key constraint to acc_trans.chart_id
  41. * Database backups now use pg_dump
  42. * Database creation routines now attempt to add plpgsql to the db if not there.
  43. * Transaction reversal is now enforced by default
  44. Security
  45. * One is required to change the admin password when it is blank (on first login etc).
  46. Usability
  47. * We now support adding custom automation into a custom.pl
  48. * Setup.pl use is now experimentally supported
  49. * Disabled editing sub-assemblies in one area where it is unsafe.
  50. * Utility included for near-real-time parts short email notifications.
  51. * Fixed Lynx support
  52. * Batch printing now available for checks
  53. * Warnings are printed when check stub is truncated
  54. * Sales Data Report added
  55. * SL2LS.pl now dies if it cannot open the files with instructions on how to proceed manually
  56. * Links between admin and login pages
  57. * Experimental support for Windows printing
  58. Changelog for LedgerSMB v 1.0.0p1
  59. * Fixed directory transversal/arbitrary code execution vulnerability.
  60. Changelog for LedgerSMB v 1.0.0
  61. (Changes relative to the pre-fork SQL-Ledger 2.6.17)
  62. * Corrected sessionid security hole allowing bypass of login to main application
  63. * Corrected sessionid security hole allowing one to list logins and more.
  64. * Changed acc_trans.amount to NUMERIC
  65. * Tightened browser caching rules to prevent problems with back button.
  66. * Added an open content manual to the main distribution.
  67. * New logo.
  68. * Began whitespace reformatting of main application.