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