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