0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 12, 2024 — Feb 12, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* added client consolidation activation records for search screen More... about 15 years ago
* Completed Security Fix for SQL injection More... about 15 years ago
* fixed meta key for search screens for select-adding records (now mac compatible) * tweaked clients consolidation queries More... about 15 years ago
* Tweaked some UI sizing and border issues * Fixed client purchase history type updating (mispelling) * Added ability to consolidate client records (for duplicates) More... about 15 years ago
* Increased font size of search screens * removed old-school table formatting of basic search tab * tweaked css of some basic tags More... about 15 years ago
* Fixed several SQL injection vulnerabilities * Fixed several XSS vulnerabilities due to PHP_SELF and REQUREST_URI * Fixed severa path disclosure errors More... about 15 years ago
* Rearranged payment processing routine to be more flexible. It now needs to save the sales order first * Added payment processing template so developers have a guide when putting together their payment scripts * It seems their might be some unintentional touching of other files in this commit; More... about 15 years ago
Updated copyrights to 2010 More... about 15 years ago
* Removed references to 'deposits' and replaced them with references to 'credits' (in relation to ar items and receipts). * Made sure that the `type` field for aritems should be able to take 'credit' but not 'deposit', and the update will change the references from deposit to credit (this time on the database side). * Fixed bugs with generateuuids.php and with the load open items button on the receipts add-edit. More... about 15 years ago
* updated references to FPDI and mailchimp on info page * Added notes to ChangeLog * Fixed broken js linking in quickview * reformatted old quickview button styles for consistency More... about 15 years ago
* Added more severe checking for encrytion key file * Added security tips on implementing payment encryption * Added mailchimp update.php so module would display as not installed during update process More... about 15 years ago
* Removed unused function in bms/install/update.php * Fixed aritem relatedid update in generateuuids.php * Fixed sql statement in aritems.php More... about 15 years ago
* fixed e-mailing of PDF invoice and quotes More... about 15 years ago
* fixed invoice PDF printing problem More... about 15 years ago
* fixed incorrect uuid on label report More... about 15 years ago
* added semicolon to update so the update won't break * removed id's from report inserts * forgot to mention that fpdf was updated in last changeset More... about 15 years ago
* Introduced administratively changeable settings to indvidual reports * Modified all reports to work with new settings system * Altered invoice and line item total reports to accept parameters from reportsettings: You can now bypass the grouping/column dialog by providing the infrmation administratively * Altered all sales order PDF reports to accept parameters from reportsettings: You can now administratively change certain aspects of the print outs, including what parts of the top of the report to show, and what to title the report * Altered label reports to accept parameters from reportsettings: printed data as well as label measurements and layout are now defined by administratively * Altered export and tableprint reports to accept parameters from reportsettings: You can specify individual columns and from table instead of just the defaults (all fields, main table only) * Added var_dump-esque 'debug' function for development purposes to common functions * Integrated FPDI functionality with sales order PDF reports: It is now possible to use a PDF saved in the files table as a background template for your invoices (e.g. watermarks) More... about 15 years ago
* Fixed multi-page functionality on various tabbed search pages. More... about 15 years ago
* Added additional data check for api get requests. * The files's class getRecord no longer loads in the entire binary file into memory when the function is called. The function also returns a field named 'apifileurl' that gives the to get a file via an api login. * Added a file that serves a files record's `file` field using api login credentials posted to it. More... about 15 years ago
* Fixed syntax typo. More... about 15 years ago
* Added a few standard api functions in clients, invoices, and products. More... about 15 years ago
* Changed push_records_addedit and pushrecords.js to not validate twice (and also not validate at all when cancel is clicked) on submission. More... about 15 years ago
* Added ability to pass null onsubmit for form class so that form onsubmit is not shown * revised comments for tables clients table More... about 15 years ago
* Removed unneeded setting from the MailChimp module. * Added additional instructions to the MailChimp adminsettings.php. * Update MailChimp version information. * Fixed error reporting in scheduler_list_sync.php. * Fixed sql statement in cron.php and a variable reference in scheduler.php that would break without the installation of the api module. * Removed the redundant push_record_ajax.php. More... about 15 years ago
* Added some instructions to the MailChimp module's adminsettings.php * Temporarily removed display of batch limit in the MailChimp module's adminsettings.php. * Added access key to the cancel button on manual_list_sync.php More... about 15 years ago
* Removed / commented out active debug code in some files. * Changed some error messages to be more relevant. * Fixed error message reporting in manual_list_sync.js More... about 15 years ago
* Retry of the deletion of files. More... about 15 years ago
* Removed extraneous code from clients_addedit.php * Modified massEmail function in clients.php to support new MailChimp module * Changed the tableoption record relating to massEmail to be installed from the MailChimp module and not the BMS. * Fixed another possible looping bug in list_sync.php * Moved some image files from the main install directory to the common/image/ directory. * Modified a file name to be spelled correctly. * Expanded the feedback in list_sync.php: It will distinguish between non-fatal errors (warnings) and those that stop the script. * manual_list_sync.php and manual_list_sync.js have been modified to handle this. * Removed unneeded commented information from push_records_addedit.php More... about 15 years ago
* Added initial implementation of a manual mailchimp sync. * Fixed error causing unsubscribeInvalid function to not get more than one batch size. More... about 15 years ago
* Fixed an error that would cause an infinite loop. More... about 15 years ago