- Mar 18, 2022
-
-
Ruben Estrada authored
-
- Mar 10, 2022
-
-
Prasad authored
Fixing Documents not being sent as Email Attachments #1506 When sending Email and adding a CRM Document as an attachment, the Document was not sending due to missing filepath value Fixes #1506 See merge request !847
-
- Mar 09, 2022
-
-
Prasad authored
removing CKEditor spell check which is broken #1685 removing broken spell check in CKEditor See merge request !852
-
Prasad authored
align account register address with sign-in page The account register mail address shown in the `README.md` is not identical to the address in the [sign-in page](https://code.vtiger.com/users/sign_in). I believe the `community @ vtiger.com` is the correct address since the mail sent to `info @ vtiger.com` was never replied. See merge request !853
-
Prasad authored
Fixes #1688 in order to improve global search efficiency See merge request !855
-
Prasad authored
Fixes #1689 which prevented saving multipicklist fields in quick create See merge request !857
-
- Mar 02, 2022
-
-
Ruben Estrada authored
-
- Feb 25, 2022
-
-
Ruben Estrada authored
-
- Feb 24, 2022
-
-
zyli authored
-
- Feb 09, 2022
-
-
Martin Allen authored
-
Prasad authored
-
Prasad authored
getSelectedDefaultTaxMode #1561 Finally the obnoxious error that denied vtws_create, vtws_revise and more operations, since 4 years ago, is solved. Now you don't have to patch it manually at every release anymore. See merge request !848
-
Prasad authored
popuptranslated #1684 this fixes a long lasting problem for popup calendars not picking translated strings for user set language See merge request !850
-
Prasad authored
minilist with 4 columns #1589 Strangely it was already fixed by me but it wasn't in master so I changed the code in a tidier way that hopefully will be merged! See merge request !851
-
- Feb 08, 2022
-
-
angelo paglialonga authored
-
angelo paglialonga authored
-
- Feb 02, 2022
-
-
angelo paglialonga authored
-
- Jan 29, 2022
-
-
Prasad authored
-
- Jan 24, 2022
-
-
Martin Allen authored
-
- Jan 22, 2022
-
-
Prasad authored
fix for #1677 This merge requests fixes a problem preventing google events to sync in vtiger. See merge request !846
-
angelo paglialonga authored
-
- Jan 18, 2022
-
-
Prasad authored
-
- Jan 10, 2022
-
-
Prasad authored
-
- Jan 08, 2022
- Dec 18, 2021
-
-
Prasad authored
Fix for UI10 type fields for issue #1657 Css fix for displaying correctly uitype 10 fields in detail view, when opened for editing value. See merge request !845
-
- Dec 13, 2021
-
-
angelo paglialonga authored
-
Prasad authored
fix dates filter issues on #1666 and #1638 fix dates filter for every module, even reports. See merge request !844
-
angelo paglialonga authored
-
- Nov 28, 2021
-
-
Prasad authored
allow unlinking related items if you can edit the parent item fix #210 deleting a relationship should require edit access to the parent object (the one they are related to) not delete access to the target object. (because you are not deleting it, just disassociating it which is an edit to the parent object) See merge request !70
-
Prasad authored
Issue #1002 MainManager exception while fetching related items Also, detecting sent emails to compare with current user email See merge request !321
-
-
Prasad authored
-
Prasad authored
standalone #1639 mailconverter custom actions With this modification it's possible to add custom actions to mail converter just like custom workflow function! New action would be displayed along with default actions. Follow this example: ``` require_once('modules/Settings/MailConverter/handlers/MailScannerEntityMethodManager.inc'); $emm = new MailScannerEntityMethodManager($adb); $moduleName='HelpDesk'; $methodName='createticketcustom'; $functionName='createticketcustom_helpdesk'; $functionPath='modules/yourmodule/yourmoduleHandler.php'; $emm->removeEntityMethod($moduleName, $methodName); $emm->addEntityMethod($moduleName, $methodName, $functionPath, $functionName); See merge request !838
-
Prasad authored
-
Prasad authored
Fixed query error impacting performances in inventory This merge request is fixing and error in several queries impacting significantly performances if there are a big number of orders in the database. Replaced: vtiger_invoice_recurring_info.start_period = vtiger_salesorder.salesorderid With: vtiger_invoice_recurring_info.salesorderid = vtiger_salesorder.salesorderid See merge request !842
-
- Nov 18, 2021
-
-
Prasad authored
mass_mail fix for #1559 fix for sending singularly mass emails from index view See merge request !840
-
- Nov 12, 2021
-
-
beppo.it authored
-