Skip to content
Snippets Groups Projects
  1. Feb 09, 2022
    • Prasad's avatar
      Merge branch 'popuptranslated' into 'master' · 44e15ea5
      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
      44e15ea5
    • Prasad's avatar
      Merge branch 'minilist4cols2' into 'master' · ec7a0ff6
      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
      ec7a0ff6
  2. Feb 08, 2022
  3. Jan 29, 2022
  4. Jan 22, 2022
  5. Jan 18, 2022
  6. Jan 10, 2022
  7. Jan 08, 2022
  8. 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
  9. Dec 13, 2021
  10. 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
  11. Nov 18, 2021
  12. Nov 12, 2021
  13. Nov 10, 2021
  14. Nov 08, 2021
  15. Nov 03, 2021
  16. Oct 27, 2021
  17. Oct 21, 2021
  18. Oct 04, 2021
  19. Oct 03, 2021
  20. Oct 02, 2021
Loading