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