dolibarr-git
[Top][All Lists]
Advanced

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

[Dolibarr-git] [Dolibarr/dolibarr] 9de636: First version of resource mod


From: Laurent Destailleur
Subject: [Dolibarr-git] [Dolibarr/dolibarr] 9de636: First version of resource module
Date: Wed, 14 May 2014 02:25:28 -0700

  Branch: refs/heads/develop
  Home:   https://github.com/Dolibarr/dolibarr
  Commit: 9de6368be9f2f7c9ad1155a6b3cf2777b2460eb8
      
https://github.com/Dolibarr/dolibarr/commit/9de6368be9f2f7c9ad1155a6b3cf2777b2460eb8
  Author: jfefe <address@hidden>
  Date:   2014-05-10 (Sat, 10 May 2014)

  Changed paths:
    A class/actions_resource.class.php
    A class/html.formresource.class.php
    A class/resource.class.php
    A core/ajax/resource_action.json.php
    A core/modules/modResource.class.php
    A core/tpl/resource_add.tpl.php
    A core/tpl/resource_view.tpl.php
    A element_resource.php
    A index.php
    A js/fullcalendar/fullcalendar.css
    A js/fullcalendar/fullcalendar.js
    A js/fullcalendar/fullcalendar.min.js
    A js/fullcalendar/fullcalendar.print.css
    A js/fullcalendar/gcal.js
    A langs/en_US/resource.lang
    A resource_planning.php
    A resource_timeline.php
    A sql/llx_element_resources.sql

  Log Message:
  -----------
  First version of resource module


  Commit: b090a4d223b3496ea53e347217144ec35deb917d
      
https://github.com/Dolibarr/dolibarr/commit/b090a4d223b3496ea53e347217144ec35deb917d
  Author: Florian Henry <address@hidden>
  Date:   2014-05-10 (Sat, 10 May 2014)

  Changed paths:
    M element_resource.php
    A langs/fr_FR/resource.lang

  Log Message:
  -----------
  fix pb


  Commit: 06f17da1e542ab2ca1b61d18d9a729e6b9ede21c
      
https://github.com/Dolibarr/dolibarr/commit/06f17da1e542ab2ca1b61d18d9a729e6b9ede21c
  Author: jfefe <address@hidden>
  Date:   2014-05-10 (Sat, 10 May 2014)

  Changed paths:
    M resource_planning.php

  Log Message:
  -----------
  Fix for custom directory


  Commit: 98491ff277755f9b944fced9a929dc75c0efeb03
      
https://github.com/Dolibarr/dolibarr/commit/98491ff277755f9b944fced9a929dc75c0efeb03
  Author: Jean-François Ferry <address@hidden>
  Date:   2014-05-10 (Sat, 10 May 2014)

  Changed paths:
    M element_resource.php

  Log Message:
  -----------
  Fix conflict


  Commit: d9c567ca3dae1c375c714c5578594293be31410e
      
https://github.com/Dolibarr/dolibarr/commit/d9c567ca3dae1c375c714c5578594293be31410e
  Author: Jean-François Ferry <address@hidden>
  Date:   2014-05-10 (Sat, 10 May 2014)

  Changed paths:
    R class/actions_resource.class.php
    R class/html.formresource.class.php
    R class/resource.class.php
    R core/ajax/resource_action.json.php
    R core/modules/modResource.class.php
    R core/tpl/resource_add.tpl.php
    R core/tpl/resource_view.tpl.php
    R element_resource.php
    A htdocs/core/modules/modResource.class.php
    A htdocs/core/tpl/resource_add.tpl.php
    A htdocs/core/tpl/resource_view.tpl.php
    A htdocs/install/mysql/tables/llx_element_resources.sql
    A htdocs/langs/en_US/resource.lang
    A htdocs/langs/fr_FR/resource.lang
    A htdocs/resource/class/actions_resource.class.php
    A htdocs/resource/class/html.formresource.class.php
    A htdocs/resource/class/resource.class.php
    A htdocs/resource/element_resource.php
    A htdocs/resource/index.php
    R index.php
    R js/fullcalendar/fullcalendar.css
    R js/fullcalendar/fullcalendar.js
    R js/fullcalendar/fullcalendar.min.js
    R js/fullcalendar/fullcalendar.print.css
    R js/fullcalendar/gcal.js
    R langs/en_US/resource.lang
    R langs/fr_FR/resource.lang
    R resource_planning.php
    R resource_timeline.php
    R sql/llx_element_resources.sql

  Log Message:
  -----------
  Prepare structure for upstream merge


  Commit: 71c44d82ab3fe569ecd098bb0ec5e03f861e96d8
      
https://github.com/Dolibarr/dolibarr/commit/71c44d82ab3fe569ecd098bb0ec5e03f861e96d8
  Author: Jean-François Ferry <address@hidden>
  Date:   2014-05-10 (Sat, 10 May 2014)

  Changed paths:
    M htdocs/core/class/commonobject.class.php
    M htdocs/resource/class/resource.class.php

  Log Message:
  -----------
  Move resource module functions into commonobject :
- new method to get an array with object properties
- new method to fetch an object only with id and element_type


  Commit: e63f8b87c1a30a7a3fff5130983c8049d5985b27
      
https://github.com/Dolibarr/dolibarr/commit/e63f8b87c1a30a7a3fff5130983c8049d5985b27
  Author: Jean-François Ferry <address@hidden>
  Date:   2014-05-10 (Sat, 10 May 2014)

  Changed paths:
    M htdocs/core/modules/modResource.class.php

  Log Message:
  -----------
  Mark resource module as experimental / need Dolibarr 3.5


  Commit: bb58bed9305d6aaf4095293c4646f777a3bd266e
      
https://github.com/Dolibarr/dolibarr/commit/bb58bed9305d6aaf4095293c4646f777a3bd266e
  Author: Jean-François Ferry <address@hidden>
  Date:   2014-05-10 (Sat, 10 May 2014)

  Changed paths:
    M htdocs/core/class/commonobject.class.php
    M htdocs/resource/class/resource.class.php

  Log Message:
  -----------
  In commonoobject add method for adding resource to an element


  Commit: 6e24004e82cedb2c123e303ef297e451fd21ba70
      
https://github.com/Dolibarr/dolibarr/commit/6e24004e82cedb2c123e303ef297e451fd21ba70
  Author: Jean-François Ferry <address@hidden>
  Date:   2014-05-10 (Sat, 10 May 2014)

  Changed paths:
    M htdocs/core/modules/modResource.class.php

  Log Message:
  -----------
  Remove resource module config page


  Commit: e76ce87547faceb99e50996289313598a299dece
      
https://github.com/Dolibarr/dolibarr/commit/e76ce87547faceb99e50996289313598a299dece
  Author: Jean-François Ferry <address@hidden>
  Date:   2014-05-10 (Sat, 10 May 2014)

  Changed paths:
    M htdocs/core/modules/modResource.class.php

  Log Message:
  -----------
  Remove unused css


  Commit: fdb50ab116697e0a6aaf53d222bb330133999197
      
https://github.com/Dolibarr/dolibarr/commit/fdb50ab116697e0a6aaf53d222bb330133999197
  Author: Jean-François Ferry <address@hidden>
  Date:   2014-05-10 (Sat, 10 May 2014)

  Changed paths:
    M htdocs/core/class/commonobject.class.php
    M htdocs/core/lib/functions2.lib.php
    M htdocs/resource/element_resource.php

  Log Message:
  -----------
  Move generic function from commonobject.class to functions2.lib.php (work on 
resource module)


  Commit: 9e542397ef143057902db9e9aea38775fe9e4f68
      
https://github.com/Dolibarr/dolibarr/commit/9e542397ef143057902db9e9aea38775fe9e4f68
  Author: Jean-François Ferry <address@hidden>
  Date:   2014-05-10 (Sat, 10 May 2014)

  Changed paths:
    M htdocs/langs/en_US/resource.lang

  Log Message:
  -----------
  Missing lang key


  Commit: 6c75a0cb110309bdbbf432dfac26324ba7df4c58
      
https://github.com/Dolibarr/dolibarr/commit/6c75a0cb110309bdbbf432dfac26324ba7df4c58
  Author: Jean-François Ferry <address@hidden>
  Date:   2014-05-10 (Sat, 10 May 2014)

  Changed paths:
    A htdocs/install/mysql/tables/llx_element_resources.key.sql
    A htdocs/install/mysql/tables/llx_resource.key.sql
    A htdocs/install/mysql/tables/llx_resource.sql

  Log Message:
  -----------
  Add database tables for resource module


  Commit: a2bfcfae31011e6d0b02630ca3d7ac6043a1df6a
      
https://github.com/Dolibarr/dolibarr/commit/a2bfcfae31011e6d0b02630ca3d7ac6043a1df6a
  Author: Jean-François Ferry <address@hidden>
  Date:   2014-05-10 (Sat, 10 May 2014)

  Changed paths:
    M htdocs/resource/class/actions_resource.class.php
    M htdocs/resource/class/html.formresource.class.php
    M htdocs/resource/class/resource.class.php

  Log Message:
  -----------
  Qual : codesniffer


  Commit: 1ad3405ee8aa6b96af48634568cc0c96dcadebe4
      
https://github.com/Dolibarr/dolibarr/commit/1ad3405ee8aa6b96af48634568cc0c96dcadebe4
  Author: Jean-François Ferry <address@hidden>
  Date:   2014-05-10 (Sat, 10 May 2014)

  Changed paths:
    M htdocs/resource/class/resource.class.php

  Log Message:
  -----------
  Qual : codesniffer


  Commit: c04812cd15d2bc7c66bfd1bef8a6c0866f28ba0c
      
https://github.com/Dolibarr/dolibarr/commit/c04812cd15d2bc7c66bfd1bef8a6c0866f28ba0c
  Author: Jean-François Ferry <address@hidden>
  Date:   2014-05-10 (Sat, 10 May 2014)

  Changed paths:
    M htdocs/core/modules/modResource.class.php
    M htdocs/resource/class/actions_resource.class.php

  Log Message:
  -----------
  Fix: bad lang file


  Commit: 3a866bd6110261259fed066ff5a23260db96a31d
      
https://github.com/Dolibarr/dolibarr/commit/3a866bd6110261259fed066ff5a23260db96a31d
  Author: Jean-François Ferry <address@hidden>
  Date:   2014-05-10 (Sat, 10 May 2014)

  Changed paths:
    M htdocs/resource/index.php

  Log Message:
  -----------
  Fix: bad perm for resource module


  Commit: 1caffcffaf02c6b0d44868142fd771d4147e658d
      
https://github.com/Dolibarr/dolibarr/commit/1caffcffaf02c6b0d44868142fd771d4147e658d
  Author: Jean-François Ferry <address@hidden>
  Date:   2014-05-10 (Sat, 10 May 2014)

  Changed paths:
    M htdocs/core/modules/modResource.class.php

  Log Message:
  -----------
  Add new perm to link resource to an element


  Commit: c5e02edfa8abc2de4addf4c109dbfdc7109b1721
      
https://github.com/Dolibarr/dolibarr/commit/c5e02edfa8abc2de4addf4c109dbfdc7109b1721
  Author: Jean-François Ferry <address@hidden>
  Date:   2014-05-10 (Sat, 10 May 2014)

  Changed paths:
    M htdocs/core/modules/modResource.class.php

  Log Message:
  -----------
  Add submenu for adding resource


  Commit: 03f0851e7dc2decbdd33c28c33de4cf47af87025
      
https://github.com/Dolibarr/dolibarr/commit/03f0851e7dc2decbdd33c28c33de4cf47af87025
  Author: Jean-François Ferry <address@hidden>
  Date:   2014-05-10 (Sat, 10 May 2014)

  Changed paths:
    A htdocs/install/mysql/tables/llx_c_type_resource.key.sql
    A htdocs/install/mysql/tables/llx_c_type_resource.sql
    M htdocs/install/mysql/tables/llx_element_resources.key.sql
    M htdocs/install/mysql/tables/llx_resource.key.sql
    M htdocs/install/mysql/tables/llx_resource.sql

  Log Message:
  -----------
  Add database tables for resource module


  Commit: 1d929d267c89c657bf2a527b0b5d0f9cf9d174cf
      
https://github.com/Dolibarr/dolibarr/commit/1d929d267c89c657bf2a527b0b5d0f9cf9d174cf
  Author: Jean-François Ferry <address@hidden>
  Date:   2014-05-10 (Sat, 10 May 2014)

  Changed paths:
    M htdocs/install/mysql/migration/3.5.0-3.6.0.sql
    M htdocs/install/mysql/tables/llx_element_resources.key.sql
    M htdocs/install/mysql/tables/llx_resource.key.sql

  Log Message:
  -----------
  Move table creation instruction into migration tables


  Commit: 703572cd5b6c5665d54d01392c766b6d941b8817
      
https://github.com/Dolibarr/dolibarr/commit/703572cd5b6c5665d54d01392c766b6d941b8817
  Author: Jean-François Ferry <address@hidden>
  Date:   2014-05-10 (Sat, 10 May 2014)

  Changed paths:
    M htdocs/langs/en_US/resource.lang

  Log Message:
  -----------
  Add en_US langfile for resource module


  Commit: c42697dd789156bc11d6f350633e214fa7861b3f
      
https://github.com/Dolibarr/dolibarr/commit/c42697dd789156bc11d6f350633e214fa7861b3f
  Author: Jean-François Ferry <address@hidden>
  Date:   2014-05-10 (Sat, 10 May 2014)

  Changed paths:
    A htdocs/resource/add.php
    M htdocs/resource/class/actions_resource.class.php
    M htdocs/resource/class/resource.class.php

  Log Message:
  -----------
  New : can add new resource in database


  Commit: 04aa3732827928beb7b895c551a1df5911118997
      
https://github.com/Dolibarr/dolibarr/commit/04aa3732827928beb7b895c551a1df5911118997
  Author: Jean-François Ferry <address@hidden>
  Date:   2014-05-10 (Sat, 10 May 2014)

  Changed paths:
    M htdocs/resource/class/resource.class.php

  Log Message:
  -----------
  Add fetch and update method for resource


  Commit: eb2c27452589c06da04fa967de004dac4cddfc80
      
https://github.com/Dolibarr/dolibarr/commit/eb2c27452589c06da04fa967de004dac4cddfc80
  Author: Jean-François Ferry <address@hidden>
  Date:   2014-05-10 (Sat, 10 May 2014)

  Changed paths:
    M htdocs/resource/class/html.formresource.class.php

  Log Message:
  -----------
  Add method to load type code from dictionary


  Commit: 87419bf3574348708703330d23ac34f00081a42a
      
https://github.com/Dolibarr/dolibarr/commit/87419bf3574348708703330d23ac34f00081a42a
  Author: Jean-François Ferry <address@hidden>
  Date:   2014-05-10 (Sat, 10 May 2014)

  Changed paths:
    M htdocs/langs/en_US/resource.lang

  Log Message:
  -----------
  Add lang chains


  Commit: 3e522b1f54af2b3793244537dedbe67958d94690
      
https://github.com/Dolibarr/dolibarr/commit/3e522b1f54af2b3793244537dedbe67958d94690
  Author: Jean-François Ferry <address@hidden>
  Date:   2014-05-10 (Sat, 10 May 2014)

  Changed paths:
    M htdocs/resource/add.php
    A htdocs/resource/img/object_resource.png
    A htdocs/resource/img/resource.png

  Log Message:
  -----------
  Add picto


  Commit: 5f74b86b18d3a27b78726c5e214a3ca3004398e7
      
https://github.com/Dolibarr/dolibarr/commit/5f74b86b18d3a27b78726c5e214a3ca3004398e7
  Author: Jean-François Ferry <address@hidden>
  Date:   2014-05-10 (Sat, 10 May 2014)

  Changed paths:
    M htdocs/admin/dict.php
    M htdocs/install/mysql/migration/3.5.0-3.6.0.sql
    M htdocs/langs/en_US/resource.lang
    M htdocs/resource/class/resource.class.php

  Log Message:
  -----------
  Add dictionary to define type of resources


  Commit: 7fbcb4fe7d73debee652059c11071d05c4592773
      
https://github.com/Dolibarr/dolibarr/commit/7fbcb4fe7d73debee652059c11071d05c4592773
  Author: Jean-François Ferry <address@hidden>
  Date:   2014-05-10 (Sat, 10 May 2014)

  Changed paths:
    M htdocs/install/mysql/migration/3.5.0-3.6.0.sql

  Log Message:
  -----------
  Missing auto-increlent attribute when table c_resource_type create


  Commit: 6a9bf009f293b08dea729d2959740cf9bbe56a0e
      
https://github.com/Dolibarr/dolibarr/commit/6a9bf009f293b08dea729d2959740cf9bbe56a0e
  Author: Jean-François Ferry <address@hidden>
  Date:   2014-05-10 (Sat, 10 May 2014)

  Changed paths:
    M htdocs/core/modules/modResource.class.php
    M htdocs/resource/class/html.formresource.class.php
    M htdocs/resource/class/resource.class.php

  Log Message:
  -----------
  Clean code


  Commit: e4962e9efd6d86d7acc5a3ac66f625ca30a4c935
      
https://github.com/Dolibarr/dolibarr/commit/e4962e9efd6d86d7acc5a3ac66f625ca30a4c935
  Author: Jean-François Ferry <address@hidden>
  Date:   2014-05-10 (Sat, 10 May 2014)

  Changed paths:
    A htdocs/core/lib/resource.lib.php
    M htdocs/langs/en_US/resource.lang
    A htdocs/resource/card.php
    M htdocs/resource/class/html.formresource.class.php
    M htdocs/resource/class/resource.class.php

  Log Message:
  -----------
  Add resource card


  Commit: c2081b299f6ae6bdc3930e5a5a08a2b1896284c7
      
https://github.com/Dolibarr/dolibarr/commit/c2081b299f6ae6bdc3930e5a5a08a2b1896284c7
  Author: Jean-François Ferry <address@hidden>
  Date:   2014-05-10 (Sat, 10 May 2014)

  Changed paths:
    M htdocs/resource/add.php

  Log Message:
  -----------
  Missing resource type select list into add form


  Commit: a76fef5f35fd1e6dfa67e514ed52b9c34ade4237
      
https://github.com/Dolibarr/dolibarr/commit/a76fef5f35fd1e6dfa67e514ed52b9c34ade4237
  Author: Jean-François Ferry <address@hidden>
  Date:   2014-05-10 (Sat, 10 May 2014)

  Changed paths:
    M htdocs/resource/card.php
    M htdocs/resource/class/resource.class.php
    R htdocs/resource/index.php
    A htdocs/resource/list.php

  Log Message:
  -----------
  Work on resource list / navbar into card


  Commit: b3f7e9f99b87b7d93e54a7dec34fa3e957113c52
      
https://github.com/Dolibarr/dolibarr/commit/b3f7e9f99b87b7d93e54a7dec34fa3e957113c52
  Author: Jean-François Ferry <address@hidden>
  Date:   2014-05-10 (Sat, 10 May 2014)

  Changed paths:
    M htdocs/core/lib/functions2.lib.php

  Log Message:
  -----------
  Fix : bad usage of this


  Commit: 8f3940aab6002ba623787919a98943b14fb7d0c4
      
https://github.com/Dolibarr/dolibarr/commit/8f3940aab6002ba623787919a98943b14fb7d0c4
  Author: Jean-François Ferry <address@hidden>
  Date:   2014-05-10 (Sat, 10 May 2014)

  Changed paths:
    M htdocs/resource/class/resource.class.php
    M htdocs/resource/element_resource.php
    M htdocs/resource/list.php

  Log Message:
  -----------
  Use fetch_all() method into element resource list


  Commit: 225c7ae07b0d2c532c285d62c1e164dfd113c25c
      
https://github.com/Dolibarr/dolibarr/commit/225c7ae07b0d2c532c285d62c1e164dfd113c25c
  Author: jfefe <address@hidden>
  Date:   2014-05-10 (Sat, 10 May 2014)

  Changed paths:
    M htdocs/core/class/commonobject.class.php
    M htdocs/core/tpl/resource_add.tpl.php
    M htdocs/core/tpl/resource_view.tpl.php
    M htdocs/resource/class/actions_resource.class.php
    M htdocs/resource/class/html.formresource.class.php
    M htdocs/resource/class/resource.class.php
    M htdocs/resource/element_resource.php

  Log Message:
  -----------
  New : link resource with any element
With tpl system, external modules can declare resource with hook 
getElementResources


  Commit: 901c083ce630d764899e4f16c4fa31b315192115
      
https://github.com/Dolibarr/dolibarr/commit/901c083ce630d764899e4f16c4fa31b315192115
  Author: jfefe <address@hidden>
  Date:   2014-05-11 (Sun, 11 May 2014)

  Changed paths:
    M htdocs/core/modules/modResource.class.php

  Log Message:
  -----------
  Fix : bad link to list into resource menu


  Commit: e6bcf7c4084cddbfda1edc62e12415b3e07ded9b
      
https://github.com/Dolibarr/dolibarr/commit/e6bcf7c4084cddbfda1edc62e12415b3e07ded9b
  Author: jfefe <address@hidden>
  Date:   2014-05-11 (Sun, 11 May 2014)

  Changed paths:
    M htdocs/resource/add.php

  Log Message:
  -----------
  Missing langage file


  Commit: ba1fc0703779a68440cd9bca2186afffb19d7579
      
https://github.com/Dolibarr/dolibarr/commit/ba1fc0703779a68440cd9bca2186afffb19d7579
  Author: jfefe <address@hidden>
  Date:   2014-05-11 (Sun, 11 May 2014)

  Changed paths:
    M htdocs/langs/en_US/resource.lang
    M htdocs/langs/fr_FR/resource.lang
    M htdocs/resource/card.php

  Log Message:
  -----------
  Uniformize langage files


  Commit: 872b2c229e0cc458298ea802b157afdb9bd9d171
      
https://github.com/Dolibarr/dolibarr/commit/872b2c229e0cc458298ea802b157afdb9bd9d171
  Author: jfefe <address@hidden>
  Date:   2014-05-11 (Sun, 11 May 2014)

  Changed paths:
    M htdocs/resource/class/actions_resource.class.php
    M htdocs/resource/element_resource.php

  Log Message:
  -----------
  Fix : delete linked resource on an element


  Commit: 12aafd219da9ea16a7ab8b95c668d0125dd74de1
      
https://github.com/Dolibarr/dolibarr/commit/12aafd219da9ea16a7ab8b95c668d0125dd74de1
  Author: jfefe <address@hidden>
  Date:   2014-05-11 (Sun, 11 May 2014)

  Changed paths:
    M htdocs/core/tpl/resource_view.tpl.php
    M htdocs/resource/class/actions_resource.class.php
    M htdocs/resource/class/resource.class.php

  Log Message:
  -----------
  Fix : update linked resource


  Commit: 45aa1b9136db4a748a07a00725da603cf483b0e1
      
https://github.com/Dolibarr/dolibarr/commit/45aa1b9136db4a748a07a00725da603cf483b0e1
  Author: jfefe <address@hidden>
  Date:   2014-05-11 (Sun, 11 May 2014)

  Changed paths:
    M htdocs/core/modules/modResource.class.php

  Log Message:
  -----------
  Use hook for resource card


  Commit: e9453437f17abdb12ce3d6b6bee0d9acba1d9f52
      
https://github.com/Dolibarr/dolibarr/commit/e9453437f17abdb12ce3d6b6bee0d9acba1d9f52
  Author: jfefe <address@hidden>
  Date:   2014-05-11 (Sun, 11 May 2014)

  Changed paths:
    M htdocs/langs/en_US/resource.lang
    M htdocs/langs/fr_FR/resource.lang
    M htdocs/resource/card.php
    M htdocs/resource/class/actions_resource.class.php
    M htdocs/resource/class/resource.class.php

  Log Message:
  -----------
  New : delete resource


  Commit: 04161084cf4e1e6d4c9e3f7b4442fc3b9b0a03d8
      
https://github.com/Dolibarr/dolibarr/commit/04161084cf4e1e6d4c9e3f7b4442fc3b9b0a03d8
  Author: jfefe <address@hidden>
  Date:   2014-05-11 (Sun, 11 May 2014)

  Changed paths:
    M htdocs/core/class/commonobject.class.php
    M htdocs/resource/class/resource.class.php

  Log Message:
  -----------
  Fix : missing method to delete linked resource


  Commit: 8cba0fbcbe05d97b38e7f6aa5dae4b25e451c2d6
      
https://github.com/Dolibarr/dolibarr/commit/8cba0fbcbe05d97b38e7f6aa5dae4b25e451c2d6
  Author: jfefe <address@hidden>
  Date:   2014-05-11 (Sun, 11 May 2014)

  Changed paths:
    M htdocs/resource/element_resource.php

  Log Message:
  -----------
  Remove reference to external module


  Commit: e7dfdd27b1b43a35e69f97869088bb41b239ea0e
      
https://github.com/Dolibarr/dolibarr/commit/e7dfdd27b1b43a35e69f97869088bb41b239ea0e
  Author: jfefe <address@hidden>
  Date:   2014-05-11 (Sun, 11 May 2014)

  Changed paths:
    M htdocs/resource/card.php

  Log Message:
  -----------
  Fix: filter on POST value too restrictive


  Commit: d69b7fb1dc32828f57c96ca83feb9c2642f9e52d
      
https://github.com/Dolibarr/dolibarr/commit/d69b7fb1dc32828f57c96ca83feb9c2642f9e52d
  Author: jfefe <address@hidden>
  Date:   2014-05-11 (Sun, 11 May 2014)

  Changed paths:
    M htdocs/resource/class/actions_resource.class.php

  Log Message:
  -----------
  Fix : bad redirect after resource deleting


  Commit: 757d92a318dd39ae4f4432e7b4bf6345c8eb5a82
      
https://github.com/Dolibarr/dolibarr/commit/757d92a318dd39ae4f4432e7b4bf6345c8eb5a82
  Author: Laurent Destailleur <address@hidden>
  Date:   2014-05-14 (Wed, 14 May 2014)

  Changed paths:
    M htdocs/admin/dict.php
    M htdocs/core/class/commonobject.class.php
    M htdocs/core/lib/functions2.lib.php
    A htdocs/core/lib/resource.lib.php
    A htdocs/core/modules/modResource.class.php
    A htdocs/core/tpl/resource_add.tpl.php
    A htdocs/core/tpl/resource_view.tpl.php
    M htdocs/install/mysql/migration/3.5.0-3.6.0.sql
    A htdocs/install/mysql/tables/llx_c_type_resource.key.sql
    A htdocs/install/mysql/tables/llx_c_type_resource.sql
    A htdocs/install/mysql/tables/llx_element_resources.key.sql
    A htdocs/install/mysql/tables/llx_element_resources.sql
    A htdocs/install/mysql/tables/llx_resource.key.sql
    A htdocs/install/mysql/tables/llx_resource.sql
    A htdocs/langs/en_US/resource.lang
    A htdocs/langs/fr_FR/resource.lang
    A htdocs/resource/add.php
    A htdocs/resource/card.php
    A htdocs/resource/class/actions_resource.class.php
    A htdocs/resource/class/html.formresource.class.php
    A htdocs/resource/class/resource.class.php
    A htdocs/resource/element_resource.php
    A htdocs/resource/img/object_resource.png
    A htdocs/resource/img/resource.png
    A htdocs/resource/list.php

  Log Message:
  -----------
  Merge pull request #1589 from aternatik/resource_core

Core integration of resource module


Compare: 
https://github.com/Dolibarr/dolibarr/compare/179583f79a23...757d92a318dd

reply via email to

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