Skip to content
Snippets Groups Projects
  1. Mar 16, 2022
  2. Mar 01, 2022
  3. Feb 09, 2022
  4. Feb 08, 2022
  5. Feb 02, 2022
  6. Jan 29, 2022
  7. Jan 22, 2022
  8. Jan 18, 2022
  9. Jan 10, 2022
  10. Jan 08, 2022
  11. Dec 18, 2021
    • Prasad's avatar
      Merge branch 'relfieldcss' into 'master' · b8fd0516
      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
      b8fd0516
  12. Dec 13, 2021
  13. Nov 28, 2021
    • Prasad's avatar
      Merge branch 'unlink_related' into 'master' · f88cb71d
      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
      f88cb71d
    • Prasad's avatar
      Merge branch 'Issue#1002' into 'master' · d2d3e871
      Prasad authored
      Issue #1002 MainManager exception while fetching related items
      
      Also, detecting sent emails to compare with current user email
      
      See merge request !321
      d2d3e871
    • Prasad's avatar
    • Prasad's avatar
      SMS provider for SMSEagel added · 4d4a7c35
      Prasad authored
      4d4a7c35
    • Prasad's avatar
      Merge branch 'mailconverter-latest' into 'master' · 05602241
      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
      05602241
    • Prasad's avatar
      Fixes #1540: Merged cleanup code in Field.php · 4fb39d53
      Prasad authored
      4fb39d53
    • Prasad's avatar
      Merge branch 'fix_query_performance' into 'master' · 83350c76
      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
      83350c76
  14. Nov 18, 2021
  15. Nov 12, 2021
  16. Nov 10, 2021
  17. Nov 08, 2021
  18. Nov 03, 2021
  19. Oct 27, 2021
  20. Oct 21, 2021
  21. Oct 04, 2021
Loading