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