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
lamrani abdelwadoud
01efddbc23
Merge branch 'develop' into formAddPropertyMB
2023-08-02 11:52:56 +02:00
Lamrani Abdel
22dc2e7f4c
fix conflits
2023-08-01 13:01:40 +02:00
Lamrani Abdel
7742b2c5e0
test button & update the select type
2023-08-01 12:30:36 +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
1a6c53ef86
add autocomplete for an input
2023-07-28 19:41:25 +02:00
Lamrani Abdel
fac590261f
fix button and change the page
2023-07-28 01:19:03 +02:00
Lamrani Abdel
5377e72593
make button add property
2023-07-25 20:32:13 +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
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
Lamrani Abdel
4d243360eb
modify form for editing right
2023-02-03 15:53:05 +01:00
Lamrani Abdel
eeb792ba0e
fix error
2023-02-03 15:43:18 +01:00
Lamrani Abdel
8f4ab293e0
NEW fonctionality delete right manually on modulebuilder
2023-02-03 15:23:50 +01:00
Lamrani Abdel
c424825840
added manually permission implementation
2023-02-03 15:13:00 +01:00
Lamrani Abdel
d990d55139
add forms for add and edit permission
2023-02-03 14:35:44 +01:00
Lamrani Abdel
6c0a923b67
add forms for add and edit permission
2023-02-03 14:33:33 +01:00
Lamrani Abdel
6df5eefa1a
fix error in delete permission when we delete object
2023-02-03 13:55:17 +01:00
Lamrani Abdel
f84f94f0be
delete rights if exists when delete object
2023-02-03 11:09:59 +01:00
Lamrani Abdel
05a1558778
add checkbox when itit object for generate permission by default
2023-02-03 11:05:14 +01:00
Lamrani Abdel
64ce1705f7
add checkbox when itit object for generate permission by default
2023-02-03 11:01:06 +01:00
hystepik
84436e1217
Fix : php 8.1 warnings and dolibarr log
2023-01-19 15:31:47 +01:00
Laurent Destailleur
ad00a17ac3
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-01-13 13:03:54 +01:00
Laurent Destailleur
9246795159
Fix warning
2023-01-12 13:06:11 +01:00
Laurent Destailleur
5c17b3ba92
Merge pull request #23367 from lamrani002/ModulBuilderMenuAdd
...
NEW updating in modulbuilder on tab Menu when adding object
2023-01-02 00:26:01 +01:00
Laurent Destailleur
4c85236243
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop
2022-12-31 17:30:44 +01:00
Laurent Destailleur
97222603c1
Debug v17
2022-12-31 17:14:58 +01:00
Laurent Destailleur
e977a95cc7
Fix warning
2022-12-31 13:23:09 +01:00