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