phpBMS

root/trunk/phpbms/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Chgset Date Author Log Message
(edit) @767 [767] 2 years brieb * Turned off all warnings and errors when not in debug mode. This is for …
(edit) @755 [755] 2 years brieb * fixed 'where' dropdown losing performed search selected position.
(edit) @745 [745] 2 years brieb * implemented patch from #398 (small typos and bugs) * reinstated debug …
(edit) @741 [741] 2 years brieb * updated Kreotek Contact information * fixed new install menu access for …
(edit) @729 [729] 2 years brieb * code clean up * changed list display of table definitions
(edit) @728 [728] 2 years brieb * Fixed possible security loopholes in search screen (SQL Manipulation)
(edit) @727 [727] 2 years brieb * Added more rights look ups to certain pages * Fixed several path …
(edit) @725 [725] 2 years brieb * Fixed more path disclosure and possible SQL injection bugs in the load …
(edit) @720 [720] 2 years brieb * fixed checkunique breaking with uuids and possible SQL injection * …
(edit) @711 [711] 2 years brieb * fixed some code formatting issues * forced correct tab order in search …
(edit) @710 [710] 2 years nate * Changed imports to incorporate changes made to tables.php (as a result …
(edit) @705 [705] 2 years brieb * Increased font size of search screens * removed old-school table …
(edit) @704 [704] 2 years brieb * Fixed several SQL injection vulnerabilities * Fixed several XSS …
(edit) @703 [703] 2 years brieb * Rearranged payment processing routine to be more flexible. It now needs …
(edit) @699 [699] 2 years brieb * Added more severe checking for encrytion key file * Added security tips …
(edit) @693 [693] 2 years brieb * Introduced administratively changeable settings to indvidual reports * …
(edit) @687 [687] 2 years brieb * Added ability to pass null onsubmit for form class so that form onsubmit …
(edit) @675 [675] 2 years nate * Fixed variable typos as per the patch in #382.
(edit) @674 [674] 2 years nate * Added @ infront of strftime function calls to supress any warnings …
(edit) @673 [673] 2 years nate * Added relevant filenames to pdf reports. * Sales order and receipt …
(edit) @672 [672] 2 years nate * Fixed typos as per the patch in ticket #369.
(edit) @669 [669] 2 years nate * The mysql_pconnect option in the settings.php should be a boolean and …
(edit) @667 [667] 2 years nate * Replaced deprecated ereg, eregi, and ereg_replace functions with …
(edit) @666 [666] 2 years nate * Updated the issueQuery function in search_class.php to be more robust. …
(edit) @655 [655] 2 years nate * Previous commit change text was incorrect. The correct changes were: …
(edit) @648 [648] 2 years nate * Fixed sql statement.
(edit) @647 [647] 2 years nate * Logging now works using user uuids instead of ids. * Removed commented …
(edit) @645 [645] 2 years nate * Added pushrecords table. This will store server/script information and …
(edit) @643 [643] 2 years nate * Applied patch found in ticket [352] that fixes a bug in post.php in an …
(edit) @639 [639] 2 years nate * Modified phpbmsTable class to be able to specify what the date format …
(edit) @638 [638] 2 years nate * Api users (those with portal access) are no required to be admins. * …
(edit) @634 [634] 3 years nate * Fixed invoicestatus insert statement when creating credit memos from the …
(edit) @625 [625] 3 years nate * Bug fix related to the bms having no encryption path. * Update error …
(edit) @622 [622] 3 years nate * Initial implementation of a way to encrypt / obfuscate payment …
(edit) @621 [621] 3 years nate * Initial changes to make the api use both uuids and ids, if possible. * …
(edit) @609 [609] 3 years nate * Initial changes to aritems to use uuids.
(edit) @599 [599] 3 years nate * Initial implementation of the addresses/addresstorecord change to use …
(edit) @596 [596] 3 years nate * Started converting clients and addresses to use uuids in their fields. …
(edit) @589 [589] 3 years brieb * fixed notes add/edit display problem when attachedtabledefid is not …
(edit) @584 [584] 3 years nate * Generateuuids now generates uuids for tax recrods. * Corrected errors …
(edit) @582 [582] 3 years brieb * modified phpbms table to truly be able to get update and insert records …
(edit) @576 [576] 3 years brieb * switched search function class to use uuids
(edit) @575 [575] 3 years nate * Updated bms module addedits to reference table definitions uuid * Print …
(edit) @574 [574] 3 years brieb * Updated base module addedits to reference table definitions uuid
(edit) @573 [573] 3 years brieb * Initial switch over of phpbmstable class to reference uuids instread of …
(edit) @572 [572] 3 years brieb * modified getAddEditFile function to accept uuids instead of ids
(edit) @570 [570] 3 years nate * Files now uses uuid files correctly. * Initial implementation of uuids …
(edit) @569 [569] 3 years brieb * prepped attached notes for uuid handling * fixed smartsearch addedit …
(edit) @567 [567] 3 years nate * Menu changed to use as default instead of 0. * Menu addedit now …
(edit) @565 [565] 3 years brieb * finished usersearch edit to account for uuids
(edit) @564 [564] 3 years nate * Modified reports and tables to use the new generic verify support …
(edit) @563 [563] 3 years brieb * Finished conversion of relationships and relationships functionality to …
(edit) @562 [562] 3 years nate * Added a couple of private functions to the phpbmstable class that …
(edit) @561 [561] 3 years brieb * Fixed backurl problems with search.php * Started conversion of …
(edit) @559 [559] 3 years brieb * fixed saved searches and sorts to use uuids * fixed snapshot uuid …
(edit) @558 [558] 3 years nate * Reports with global access now correctly displayed.
(edit) @556 [556] 3 years brieb * Fixed widgets roles for defaults
(edit) @554 [554] 3 years nate * Reports should now work with uuids as their tabledefid.
(edit) @553 [553] 3 years brieb * added tableoptions uuid capabilities in search * switched table search …
(edit) @551 [551] 3 years brieb * more work towards uuid compatibility. Conversion of supporting tabledef …
(edit) @549 [549] 3 years brieb * Adding UUID updates (not finished) so others can help work on them.
(edit) @548 [548] 3 years brieb * Implemented fourth option on update that will consolidate UUID …
(edit) @545 [545] 3 years brieb * Switched showTabs function to reference tab UUID. Updated client's tab …
(edit) @543 [543] 3 years brieb * Removed id display from many add/edits as the bottom are now displays …
(edit) @541 [541] 3 years brieb * Added UUID display to add edit screens. Started move of Id display to …
(edit) @526 [526] 3 years brieb * Reorganized configuration (adminsettings) screen into accordian sections …
(edit) @525 [525] 3 years brieb * Initial implementation of API interface as a new module. It is now …
(edit) @522 [522] 3 years nate * Consolidated code and changed variable names in hasRights to make …
(edit) @521 [521] 3 years nate * Made roleid in tablecolumns signed (not unsigned) to accommodate admin …
(edit) @519 [519] 3 years brieb * Added remaining custom fields processors throughout add/edit files, and …
(edit) @518 [518] 3 years brieb * Finished basic custom fields behind-the-scenes code. Implemented custom …
(edit) @517 [517] 3 years brieb * Added initial support for custom fields
(edit) @515 [515] 3 years nate * removed widget's default import * For new tabledefs, the import command …
(edit) @513 [513] 3 years nate * Menus now use a uuid field instead of an id type field to determine …
(edit) @512 [512] 3 years brieb * fixed db object's process sql file, and implemented it for instal/update …
(edit) @511 [511] 3 years brieb * Added process SQL file to DB object.
(edit) @508 [508] 3 years nate * Import command on search screens is no longer bolded.
(edit) @501 [501] 3 years brieb * Added basics for centralized posting
(edit) @499 [499] 3 years brieb * Added posting session table to track who/when records are posted. This …
(edit) @498 [498] 3 years nate * Fixed variable name problems in the simpleTable class in …
(edit) @495 [495] 3 years brieb * added userpreferences table so we can now start storing user level …
(edit) @485 [485] 3 years nate * Merged Nathan branch back into trunk.
(edit) @447 [447] 3 years brieb * Added ability of smart searches to optionally not require a correct …
(edit) @440 [440] 3 years nate * Fixed javascript error created by missing constant when only base module …
(edit) @433 [433] 3 years nate * Import process now reverts auto increment on the files table.
(edit) @432 [432] 3 years nate * Added support for escaping quotes in import csv files with a backslash …
(edit) @431 [431] 3 years nate * Added support for a Sugar CRM accounts export files in the clients' …
(edit) @428 [428] 3 years nate * unneeded
(edit) @427 [427] 3 years nate * Initial implementation of table imports. * Tables engine type changed …
(edit) @417 [417] 4 years nate * Fixed code format that allowed no module name in a table definition.
(edit) @402 [402] 4 years brieb * Fixed adding blank line after adding a previous product display on sales …
(edit) @401 [401] 4 years nate Cleaned up code and fixed a spelling error.
(edit) @398 [398] 4 years brieb * Fixed #261 - PDF printing of special characters (specifically wacky …
(edit) @388 [388] 4 years brieb Fixed phpverion checking problem.
(edit) @384 [384] 4 years brieb Pre v0.96 check in: * Added support for multiple addresses * Added link …
(edit) @370 [370] 4 years brieb * Fixed colon substitution problem with invoice line items. * Attempted …
(edit) @369 [369] 4 years brieb - Fixed misspelling on addSlashesToArray function - Fixed invalid …
(edit) @359 [359] 4 years brieb * Removed negative user IDs. * Fixed sales order calculate extended.
(edit) @356 [356] 4 years brieb Pre v0.92 commit. Implements #208 - Receipt PDF report Fixes #203 - Saved …
(edit) @349 [349] 4 years brieb Fixed problem with reserved constant in certain PHP versions. If you load …
Note: See TracRevisionLog for help on using the revision log.
Scanned by Orvant Copyright © 2010 Kreotek, LLC. All Rights reserved.