Commit Graph

451 Commits

Author SHA1 Message Date
Laurent Destailleur
f66b51a32f Merge pull request #25620 from lamrani002/editMainPropsOfMB
NEW functionality for edit properties in description tab for ModuleBuilder
2023-08-16 02:06:03 +02:00
Lamrani Abdel
bd67313d34 finish this functionnality 2023-08-14 12:37:21 +02:00
Laurent Destailleur
bfde27ea36 Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-08-13 16:33:23 +02:00
Laurent Destailleur
606124a188 Debug v18 2023-08-12 13:43:33 +02:00
Laurent Destailleur
47a0c1df54 Debug v18 2023-08-12 13:31:08 +02:00
Lamrani Abdel
9f0523dc1d add functionality for edit property of module 2023-08-11 19:34:35 +02:00
Laurent Destailleur
c5d6f3f5b0 Merge pull request #25398 from lamrani002/testMB
NEW Upgrade in module builder in menu section
2023-08-11 14:16:13 +02:00
Lamrani Abdel
77a9388aed add button on top 2023-08-10 10:41:58 +02:00
Lamrani Abdel
d963d0cd67 add edit/delete on dicionary list 2023-08-10 10:04:17 +02:00
Lamrani Abdel
d0dc3b019c fix problem for namedic 2023-08-09 13:43:44 +02:00
Lamrani Abdel
5a825f519b update functionnality for delete dict 2023-08-09 13:19:52 +02:00
Lamrani Abdel
513dc9c0dc Merge branch 'develop' of https://github.com/Dolibarr/dolibarr into removeDictionaryInMB 2023-08-09 12:44:23 +02:00
Lamrani Abdel
d5140b312a new functionnality for remove dict 2023-08-09 12:42:37 +02:00
lamrani abdelwadoud
2e8525933c Add new dictionary for modulebuilder (#25592)
* product_card problem unexpected tocken

* new update for function generate_doc

* new function for create dictionnary

* add function for create new dictionary

* fix problem

* update function for building correct string

* optimize function and fix incoherences

* optimize function and fix incoherences

* Revert "optimize function and fix incoherences"

This reverts commit ecbd902a9f.
2023-08-09 12:37:20 +02:00
Lamrani Abdel
9837e1ab62 fix css problem 2023-08-02 12:04:30 +02:00
Laurent Destailleur
d34e718770 Debug v18 2023-07-31 22:40:17 +02:00
Laurent Destailleur
ddaa32d67b Debug v18 2023-07-31 22:17:46 +02:00
Lamrani Abdel
a6ed391b60 fix problem 2023-07-21 16:19:04 +02:00
Lamrani Abdel
00bec4e971 fix 2023-07-19 16:27:33 +02:00
Lamrani Abdel
a5d2c5c625 other fixes 2023-07-19 13:12:39 +02:00
Lamrani Abdel
f0977b2467 add auto fill in for url when add menu 2023-07-19 12:43:11 +02:00
Lamrani Abdel
94f5896d43 fix incoherences in update menu in relation to select permission 2023-07-19 11:57:13 +02:00
Lamrani Abdel
4bd9a62a44 add select perms for each object when add menu 2023-07-18 12:24:16 +02:00
Lamrani Abdel
e6527a79e5 fix some incoherence in ModuleBuilder menus 2023-07-17 18:31:00 +02:00
Lamrani Abdel
04ba3e8883 fix path of api file 2023-06-14 15:36:43 +02:00
Maxime Kohlhaas
fd5064d51d Merge pull request #25026 from Hystepik/develop#1
Fix : Wrong lang code modulebuilder
2023-06-12 19:40:33 +02:00
Lamrani Abdel
f55510a02e add script for complet label field 2023-06-12 14:16:09 +02:00
hystepik
826466d071 Fix : Wrong lang code modulebuilder 2023-06-09 15:02:46 +02:00
Lamrani Abdel
0f4feec3ff fix some problems 2023-06-05 16:15:52 +02:00
Laurent Destailleur
342558d0fc Debug v18 2023-06-04 01:54:32 +02:00
Laurent Destailleur
a6df8fad0b Debug v18 2023-06-01 23:42:57 +02:00
Laurent Destailleur
130a2dc4f7 Fix warning 2023-05-30 12:57:30 +02:00
Lamrani Abdel
0de29550f2 optimize all menu section 2023-05-23 17:37:52 +02:00
Lamrani Abdel
2450819a95 orgnize function for permissions & simplify the code in index 2023-05-03 15:33:58 +02:00
Laurent Destailleur
07b9f0286e Merge pull request #24666 from lamrani002/sortPermission
optimize and clean function reWriteAllPermissions()
2023-05-03 11:39:49 +02:00
Laurent Destailleur
458431facb Merge pull request #24287 from lamrani002/deleteFromDocMB
NEW functionality delete table of property from documentation
2023-05-03 11:32:32 +02:00
Lamrani Abdel
90221407ce optimize and clean function rewritePerms 2023-05-02 18:02:36 +02:00
Alexandre Janniaux
4a3407aa82 FIX #24653 modulebuilder: replace /myobject/ in includes
The templates view, like myobject_card.php are including the following
files:

    dol_include_once('/mymodule/class/myobject.class.php');
    dol_include_once('/mymodule/lib/mymodule_myobject.lib.php');

The mymodule value was replaced correctly, but the myobject value
wasn't, leading to another classfile beind included when, for instance,
creating new `myobject` objects (whatever myobject actually was, except
myobject of course), and resulting in PHP errors like:

     Fatal error: Uncaught Error: Class "DemoObject" not found in
     /var/www/html/custom/demobug/demoobject_card.php:105 Stack trace:
     #0 {main} thrown in
     /var/www/html/custom/demobug/demoobject_card.php on line 105

Fixes #24653
2023-05-01 16:10:05 +02:00
Laurent Destailleur
e2ec34e1e5 Clean code 2023-05-01 14:33:08 +02:00
Laurent Destailleur
382f45ec14 Clean code 2023-04-30 03:36:02 +02:00
Lamrani Abdel
c37ca02064 optimize section for add & remove apiFile 2023-04-13 17:13:56 +02:00
lamrani abdelwadoud
29f8ba3a0f Merge branch 'develop' into deleteFromDocMB 2023-04-05 11:08:34 +02:00
Lamrani Abdel
ee9da9b424 add table of permissions in documentation 2023-03-24 18:21:06 +01:00
Lamrani Abdel
fcbae93328 add function writePropsInAsciiDoc when Init object if doc was generated 2023-03-21 16:00:50 +01:00
Lamrani Abdel
742890157a delete table of property from documentation 2023-03-20 19:43:23 +01:00
Lamrani Abdel
d9e3866786 uncomment function for get objects 2023-03-18 14:58:00 +01:00
Lamrani Abdel
85916bfb64 Merge branch 'develop' of https://github.com/Dolibarr/dolibarr into generateDocInMB 2023-03-18 14:56:34 +01:00
Lamrani Abdel
a8a1b9fddc write all fields and their properties in asciidoc format 2023-03-18 02:55:35 +01:00
Laurent Destailleur
2a8674f3c6 Fix name of method 2023-03-18 02:43:49 +01:00
Laurent Destailleur
cf2d1a24d6 Merge branch 'develop' into ModuleBuilderFixes 2023-03-18 02:39:02 +01:00