dolibarr-git
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dolibarr-git] [Dolibarr/dolibarr] 1e5c35: Review trigger for user modul


From: Laurent Destailleur
Subject: [Dolibarr-git] [Dolibarr/dolibarr] 1e5c35: Review trigger for user module
Date: Fri, 04 Jul 2014 04:20:33 -0700

  Branch: refs/heads/develop
  Home:   https://github.com/Dolibarr/dolibarr
  Commit: 1e5c35093ba6baa77e1842f118badb8d09184038
      
https://github.com/Dolibarr/dolibarr/commit/1e5c35093ba6baa77e1842f118badb8d09184038
  Author: KreizIT <address@hidden>
  Date:   2014-07-03 (Thu, 03 Jul 2014)

  Changed paths:
    M dev/skeletons/skeleton_class.class.php
    M htdocs/user/class/user.class.php
    M htdocs/user/class/usergroup.class.php

  Log Message:
  -----------
  Review trigger for user module


  Commit: 7d30df42a25c4d89fd35c4bd308e60df14e9872f
      
https://github.com/Dolibarr/dolibarr/commit/7d30df42a25c4d89fd35c4bd308e60df14e9872f
  Author: KreizIT <address@hidden>
  Date:   2014-07-03 (Thu, 03 Jul 2014)

  Changed paths:
    M ChangeLog

  Log Message:
  -----------
  ChangeLog modification


  Commit: 174edb6140f26ecc86ffa8d33d5ff987e9c5c93f
      
https://github.com/Dolibarr/dolibarr/commit/174edb6140f26ecc86ffa8d33d5ff987e9c5c93f
  Author: KreizIT <address@hidden>
  Date:   2014-07-03 (Thu, 03 Jul 2014)

  Changed paths:
    M ChangeLog
    M htdocs/fichinter/class/fichinter.class.php

  Log Message:
  -----------
  FIX: Intervention trigger


  Commit: 685b7b23adfc6d4225be147042ccd3a50e84d7bc
      
https://github.com/Dolibarr/dolibarr/commit/685b7b23adfc6d4225be147042ccd3a50e84d7bc
  Author: KreizIT <address@hidden>
  Date:   2014-07-03 (Thu, 03 Jul 2014)

  Changed paths:
    M ChangeLog
    M htdocs/adherents/class/adherent.class.php

  Log Message:
  -----------
  FIX: Member's trigger problem


  Commit: f0323e5b802a862b04aef0ed4ab922c55db7bf63
      
https://github.com/Dolibarr/dolibarr/commit/f0323e5b802a862b04aef0ed4ab922c55db7bf63
  Author: KreizIT <address@hidden>
  Date:   2014-07-03 (Thu, 03 Jul 2014)

  Changed paths:
    M ChangeLog
    M htdocs/contrat/class/contrat.class.php

  Log Message:
  -----------
  FIX: Contract's trigger problem


  Commit: 538cf90f5e8f550e0a9bd43568a34ec60291434f
      
https://github.com/Dolibarr/dolibarr/commit/538cf90f5e8f550e0a9bd43568a34ec60291434f
  Author: KreizIT <address@hidden>
  Date:   2014-07-03 (Thu, 03 Jul 2014)

  Changed paths:
    M ChangeLog
    M htdocs/comm/action/class/actioncomm.class.php
    M htdocs/comm/action/fiche.php
    M htdocs/core/triggers/interface_90_all_Demo.class.php-NORUN

  Log Message:
  -----------
  FIX : [ bug #1496 ] ACTION_DELETE trigger does not show trigger error
-Add ACTION_* trigger in interface_90_all


  Commit: 07f2d9474e6c158690a4f99de4661d6e948da1ed
      
https://github.com/Dolibarr/dolibarr/commit/07f2d9474e6c158690a4f99de4661d6e948da1ed
  Author: KreizIT <address@hidden>
  Date:   2014-07-03 (Thu, 03 Jul 2014)

  Changed paths:
    M ChangeLog
    M htdocs/categories/class/categorie.class.php

  Log Message:
  -----------
  FIX: [ bug #1494 ] CATEGORY_CREATE and CATEGORY_MODIFY triggers do not 
intercept trigger action


  Commit: 023e7ce8ce33935baeef2864a50467e8804749ec
      
https://github.com/Dolibarr/dolibarr/commit/023e7ce8ce33935baeef2864a50467e8804749ec
  Author: KreizIT <address@hidden>
  Date:   2014-07-03 (Thu, 03 Jul 2014)

  Changed paths:
    M ChangeLog
    M htdocs/compta/dons/class/don.class.php
    M htdocs/core/triggers/interface_90_all_Demo.class.php-NORUN

  Log Message:
  -----------
  FIX : [ bug #1502 ] DON_CREATE trigger does not intercept trigger action
- Add DON_CREATE in interface_90_all
- Add new trigger DON_UPDATE, DON_DELETE


  Commit: e0201535e26cb067e0cf3c9d2efffd3cf423b9c3
      
https://github.com/Dolibarr/dolibarr/commit/e0201535e26cb067e0cf3c9d2efffd3cf423b9c3
  Author: KreizIT <address@hidden>
  Date:   2014-07-03 (Thu, 03 Jul 2014)

  Changed paths:
    M ChangeLog
    M htdocs/projet/class/project.class.php
    M htdocs/projet/class/task.class.php
    M htdocs/projet/fiche.php
    M htdocs/projet/tasks.php
    M htdocs/projet/tasks/task.php
    M htdocs/projet/tasks/time.php

  Log Message:
  -----------
  Fix: [ bug #1505, #1504] Project trigger problem


  Commit: 8c306a968f2e0d7c3b3cbd7badd8778e76fa18b5
      
https://github.com/Dolibarr/dolibarr/commit/8c306a968f2e0d7c3b3cbd7badd8778e76fa18b5
  Author: Laurent Destailleur <address@hidden>
  Date:   2014-07-04 (Fri, 04 Jul 2014)

  Changed paths:
    M ChangeLog
    M dev/skeletons/skeleton_class.class.php
    M htdocs/adherents/class/adherent.class.php
    M htdocs/categories/class/categorie.class.php
    M htdocs/comm/action/class/actioncomm.class.php
    M htdocs/comm/action/fiche.php
    M htdocs/compta/dons/class/don.class.php
    M htdocs/contrat/class/contrat.class.php
    M htdocs/core/triggers/interface_90_all_Demo.class.php-NORUN
    M htdocs/fichinter/class/fichinter.class.php
    M htdocs/projet/class/project.class.php
    M htdocs/projet/class/task.class.php
    M htdocs/projet/fiche.php
    M htdocs/projet/tasks.php
    M htdocs/projet/tasks/task.php
    M htdocs/projet/tasks/time.php
    M htdocs/user/class/user.class.php
    M htdocs/user/class/usergroup.class.php

  Log Message:
  -----------
  Merge pull request #1704 from KreizIT/review_trig

Review user trigger


Compare: 
https://github.com/Dolibarr/dolibarr/compare/3679a4ba909a...8c306a968f2e

reply via email to

[Prev in Thread] Current Thread [Next in Thread]