Fixed time zone setting in default config file.
[fa-stable.git] / includes /
2015-01-23 Janusz DobrowolskiCleanup: package info viewer moved to admin module.
2015-01-23 Janusz DobrowolskiRewritten upgrade procedures, added fa_patch class...
2015-01-21 Joecleanup2 according to Apmuthu's list.
2015-01-21 JoeVlrsnup according to Apmuthu's list.
2015-01-17 Janusz DobrowolskiFixed a couple of problems in installation procedures.
2015-01-11 Janusz DobrowolskiFixed problems with htmlspecialchars() function for...
2015-01-11 Janusz DobrowolskiFixed problem with too early SysPrefs reference.
2015-01-10 Janusz DobrowolskiUnnecesary direct access to user setting superseded...
2015-01-10 Janusz DobrowolskiAccess to system settings moved from global scope to...
2015-01-09 Janusz DobrowolskiAdded two new helpers date_comp, sql_date_comp.
2015-01-09 Cambell PrinceSmall cleanup in JsHttpRequest.
2015-01-09 Janusz DobrowolskiAdded trans_editor_link helper.
2015-01-09 Janusz DobrowolskiFixed default value for audit_trail.fiscal_year column.
2015-01-08 Janusz DobrowolskiAdded stub for database query profiling.
2015-01-03 Janusz DobrowolskiRemoved sparse fields contact_name,disable_trans from...
2015-01-03 Janusz DobrowolskiCleanup: removed all closing tags in php files.
2015-01-03 Janusz DobrowolskiFixed include file issue in sales order entry.
2015-01-02 Janusz DobrowolskiSmall correction to last cleanups.
2014-12-31 Janusz DobrowolskiFixed error handling (logged in debug instead of produc...
2014-12-28 JoeCleanup, $SysPrefs.
2014-12-28 Janusz DobrowolskiCleanup: various random sql queries found in UI files...
2014-12-28 Janusz DobrowolskiCleanup: removed _GET/_POST references from business...
2014-12-28 Janusz DobrowolskiCleanup: changed language.php, gettext.php file names...
2014-12-28 Janusz DobrowolskiDatabase errors should be sent to log instead of screen...
2014-12-28 Janusz DobrowolskiFail log was not written when root directory was read...
2014-12-28 Janusz DobrowolskiFixed display issues when different settings were used...
2014-12-28 JoeRemoved many global variables from config.default.php...
2014-12-25 Janusz DobrowolskiMerged changes form stabel branch up to the current...
2014-12-17 JoeFixed Quote Valid Days in System and GL Setup, Setup...
2014-12-08 Janusz DobrowolskiFixed problems with latin2 encoding due to changes...
2014-11-21 Janusz DobrowolskiFixed warning about non-existing HTTP_USER_AGENT sessio...
2014-09-21 Janusz DobrowolskiFixed stock quantity checks to block transactions which...
2014-09-18 Janusz DobrowolskiFixed typo in last commit.
2014-09-16 Janusz DobrowolskiAdditional db driver fixes, mysqli api set as default...
2014-09-12 JoeRemoved redundant mb_flag 'A'.
2014-09-01 Janusz DobrowolskiPHP 5.4 warning on deprecated mysql api is ignored...
2014-08-22 Janusz DobrowolskiFixed php5.4 specific problem with downloading extensio...
2014-06-13 JoeAdded short name, name and tax id as search options...
2014-05-31 Janusz DobrowolskiStable branch merged up to 2.3.21
2014-05-21 Janusz DobrowolskiSmall code cleanups.
2014-05-21 Janusz DobrowolskiAdded option to allow password reset (by Mithy).
2014-05-21 Janusz DobrowolskiFixed directory traversal issues.
2014-05-21 Janusz DobrowolskiRedirect all database errors to error log unless $go_de...
2014-05-21 Janusz DobrowolskiA couple of security issues fixed.
2014-05-08 JoeBug in new mysqli driver.
2014-05-07 JoeNew mysql/mysqli driver implemented. Uses mysqli driver...
2014-05-04 JoeBackward compatible empty sql mode for MySql databases...
2014-03-10 Janusz DobrowolskiFixed security issues in file uploads.
2013-12-04 JoeAllowing more than one document attachment.
2013-11-20 Janusz DobrowolskiSupplier Payments: Fixed error during payment allocatio...
2013-11-19 Janusz DobrowolskiFixed inventory valuation bug after voiding foreign...
2013-10-31 Janusz DobrowolskiStock viewer popup should be displayd without menu...
2013-10-31 Janusz DobrowolskiFixed a couple of obvious errors.
2013-10-31 Janusz DobrowolskiImproved db_pager query parsing (fixed error in Sales...
2013-10-27 Janusz DobrowolskiMerged latest changes from stable branch.
2013-10-27 Janusz DobrowolskiMerged last changes from stable.
2013-10-14 Janusz DobrowolskiFixed person contact deletion.
2013-10-13 Janusz DobrowolskiCustomer Allocation Inquiry, Supplier Allocation Inquir...
2013-09-26 JoeSome documents views didn't show new lines in comments...
2013-09-20 Janusz DobrowolskiCustomer Payments, Payments to Supplier: improved readb...
2013-09-03 Janusz DobrowolskiCustomer Payment: fixed missing charge amount during...
2013-08-14 Janusz DobrowolskiAdded F4 hotkey for item popup editor in sales documents.
2013-07-30 Janusz DobrowolskiFixed CSRF warning after retrying password change.
2013-07-16 Maxime BourgetAdded get_dispatchable_quantity hook.
2013-07-16 Maxime BourgetImproved db_pager widget sorting (now user column selec...
2013-07-16 Maxime BourgetImproved db_pager::set_sql to use array as well as...
2013-07-16 Maxime BourgetFixed qoh to return 0 instead of null when moves histor...
2013-06-27 Janusz DobrowolskiFixed bug in get_next_trans_no() resulting in invisibil...
2013-06-26 Janusz DobrowolskiFixed session handling bug resulting in blank page...
2013-06-10 Janusz DobrowolskiFixed bug in voiding GRN/Purchase resulting in invalid...
2013-06-10 Janusz DobrowolskiUniform display of exchange rate across aplication...
2013-06-10 Janusz DobrowolskiFixed exchange rate ui to be editable for new rates...
2013-06-10 Janusz Dobrowolskifaillog.php file moved to tmp subdir.
2013-05-09 Janusz DobrowolskiMerged changes up to 2.3.16 into unstable
2013-05-09 Janusz DobrowolskiSupplier Invoices, Direct Invoice, Supplier Credit...
2013-04-25 Janusz DobrowolskiIgnore hook system in installer.
2013-04-10 Janusz DobrowolskiPaypal link url fixed again.
2013-04-08 Janusz DobrowolskiFixed PayPal link url on sales invoice.
2013-03-29 Janusz DobrowolskiMissing Journal Inquiry: Work Order selection in list...
2013-03-24 Janusz DobrowolskiCleanup.
2013-03-23 Janusz DobrowolskiCleanup again.
2013-03-23 Janusz DobrowolskiCleanup.
2013-03-23 Janusz DobrowolskiAdded pre_header and pre_footer hooks.
2013-03-20 Janusz DobrowolskiCleanups.
2013-03-15 Janusz DobrowolskiMerge branch 'branches/default' of hg::ssh://itronics...
2013-03-05 Joe HuntForce status to integer value before writing database.
2013-02-25 Joe HuntPrettier code in get_date_picker. Worked anyhow.
2013-02-16 Joe HuntRoll back of increasing the reference by more than...
2013-02-16 Joe HuntIf reference was increased by more than one when enteri...
2013-02-08 Janusz DobrowolskiFixed handling of undefined mailboxes when reports...
2013-02-04 Joe HuntAdded email in current user class.
2013-02-03 Janusz DobrowolskiAdded $space parameter to display_footer_exit() helper.
2013-01-31 Janusz DobrowolskiFavicon improvements (ApMuthu).
2013-01-30 Janusz DobrowolskiCleanup (removed redundant argument mistakenly introduc...
2013-01-30 Janusz DobrowolskiAdded favicon to default theme, get_customer_by_ref...
2013-01-27 Joe Hunt0002032: user_theme() should return default if theme...
2013-01-21 Janusz DobrowolskiFixed 'Moved Temporarily' error after login (on some...
2013-01-19 Janusz DobrowolskiFixed 'page expired' prevention (white screen/warnings...
2013-01-17 Janusz DobrowolskiFixed gettext translations (memos generated by stock_co...
2013-01-17 Joe HuntRerun of implemented Selectable Print Orientation ...
next