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
Lamrani Abdel
6fa3e7417d
update function for rewrite permissions
2023-03-16 10:40:18 +01:00
Lamrani Abdel
f1ba6a3611
add function in modulebuilder for rewriting all permissions
2023-03-15 10:33:42 +01:00
Lamrani Abdel
f7c867f208
fix header s problemes
2023-03-13 15:16:06 +01:00
Lamrani Abdel
3659b38bf9
add function for listiong objects from directory
2023-03-13 12:39:28 +01:00
Laurent Destailleur
c75dc107e7
Doc
2023-03-08 12:20:35 +01:00
Laurent Destailleur
52644de26d
Debug modulebuilder
2023-03-07 17:05:17 +01:00
Laurent Destailleur
5ff366178c
Debug module builder
2023-03-07 16:47:24 +01:00
Laurent Destailleur
11c16fff06
Debug Modulebuilder
2023-03-07 16:20:36 +01:00
Laurent Destailleur
5d7b6c4f80
Debug module builder
2023-03-07 16:07:10 +01:00
Laurent Destailleur
bd066b3211
Debug modulebuilder
2023-03-07 15:51:27 +01:00
Lamrani Abdel
a5703a9618
fix message for delete api
2023-03-01 18:15:15 +01:00
Lamrani Abdel
72cb43f65b
New functionality for api_object
2023-03-01 16:40:01 +01:00
Laurent Destailleur
f7e05b505c
Merge pull request #23983 from lamrani002/fixPermssions
...
fix incoherence on permissions
2023-02-22 00:55:55 +01:00
Lamrani Abdel
00ffc28adf
fix problem in update permission
2023-02-21 17:19:07 +01:00
Lamrani Abdel
c4991213bf
fix problem in permission when init object
2023-02-21 16:01:03 +01:00
Lamrani Abdel
ce7c54c570
fix incoherence on permissions
2023-02-21 13:10:13 +01:00
Laurent Destailleur
ba70262f04
Fix qodana warnings
2023-02-21 12:37:03 +01:00
Laurent Destailleur
0b4cacd291
Use dolChmod
2023-02-17 20:01:53 +01:00
Lamrani Abdel
c692d8e6ba
New functionnality update menu on modulebuilder
2023-02-10 18:16:18 +01:00
Lamrani Abdel
844ee2f9e5
New functionality and fix som coherence in initial object & deleteObject
2023-02-10 18:02:25 +01:00
Lamrani Abdel
78c6f12a8a
NEW functionality (delete menu manually) in modulebuilder
2023-02-09 11:40:43 +01:00
Lamrani Abdel
8f2076e83e
fix problems in menus for modulebuilder
2023-02-09 11:07:30 +01:00
Lamrani Abdel
352ac40d06
fix errors and conflicts
2023-02-07 15:26:23 +01:00
Lamrani Abdel
00affd520a
fix conflits
2023-02-07 15:14:26 +01:00
stickler-ci
23d212d9dc
Fixing style errors.
2023-02-07 13:58:29 +00:00
lamrani abdelwadoud
b67a676c89
Merge branch 'develop' into DeleteRightManually
2023-02-07 14:53:35 +01:00
Laurent Destailleur
4c99e5d6be
Merge pull request #23770 from lamrani002/AddRightManually
...
NEW functionality "Add right manually" In ModuleBuilder
2023-02-04 15:21:51 +01:00
Lamrani Abdel
a480347738
New functionality for permission on modulebuilder
2023-02-03 17:08:02 +01:00
Lamrani Abdel
d15e1af966
New functionality for permission on modulebuilder
2023-02-03 17:06:05 +01:00