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