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