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