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