Commit Graph

578 Commits

Author SHA1 Message Date
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
Laurent Destailleur
15c05d9b7d Fix warnings 2022-12-31 12:39:42 +01:00
Lamrani Abdel
aa5419cfb5 update in modulbuilder for menu object 2022-12-29 16:10:53 +01:00
hystepik
c1b355fcac Fix : php 8.1 warnings 2022-11-27 00:44:05 +01:00
stickler-ci
c8090a0361 Fixing style errors. 2022-11-26 10:13:48 +00:00
Delthair
60257cec09
Fix #22998 Disabled module before delete (modulebuilder)
Ensure that the module is disabled before delete
2022-11-26 10:06:39 +01:00
Laurent Destailleur
aacb7b16a4 Fix installmodules.lock must also block module builder 2022-11-16 22:36:08 +01:00
Laurent Destailleur
927223bfe3 Clean package generation (exclude backup files) 2022-11-14 02:34:09 +01:00
Laurent Destailleur
9aeb1b0f86 Remove no more used option MODULEBUILDER_FOREVERYONE
Add menu entry in main menu Tools for Modulebuilder and API explorer
2022-11-01 11:46:21 +01:00
Laurent Destailleur
39daea9755 Exclude .git dir fom package generation 2022-10-19 17:45:45 +02:00
Laurent Destailleur
95b69eaefb Clean code 2022-10-12 19:57:25 +02:00
Laurent Destailleur
f718de344b Fix typo 2022-10-12 19:40:21 +02:00
Laurent Destailleur
d3797c48a8 Fix warnings 2022-10-12 16:17:25 +02:00
Laurent Destailleur
62c3d3b2f0 MODULEBUILDER_SPECIFIC_EDITOR_NAME/URL is now a stable option 2022-10-12 14:06:30 +02:00
Laurent Destailleur
fe6dcb2269 NEW ModuleBuilder can generate code of class from an existing SQL table 2022-09-27 13:37:38 +02:00
Laurent Destailleur
edaa111461 Replace use of png file for module image with a font awesome image 2022-09-27 12:05:11 +02:00
Laurent Destailleur
5e6e6e1c98 NEW #22370 Modulebuilder supports 'alwayseditable' (like extrafields) 2022-09-27 01:50:56 +02:00
Laurent Destailleur
7a277d9560
Merge branch 'develop' into loaddolibarrenv 2022-09-09 17:02:05 +02:00
Laurent Destailleur
b23ab2cb71 FIX #yogosha12266 2022-09-09 13:58:54 +02:00
Frédéric France
07e761d115 Merge remote-tracking branch 'upstream/develop' into loaddolibarrenv 2022-09-07 20:37:29 +02:00
Frédéric France
8d33953142 add comment 2022-09-07 20:08:59 +02:00
Laurent Destailleur
50169bc96a Clean code 2022-09-07 15:50:40 +02:00
Philippe GRAND
371f5ee581 Update code 2022-09-03 11:30:24 +02:00
stickler-ci
b8f4433ec8 Fixing style errors. 2022-08-27 11:41:55 +00:00
UT from dolibit
d6f7115b42
Update index.php
line 937  ->  'help'=>'LinkToThirdparty'),
2022-08-27 13:37:06 +02:00
Laurent Destailleur
6d80b6a710 dolButtonToOpenUrlInDialogPopup works better with nojs=1 2022-08-23 12:25:44 +02:00
Laurent Destailleur
1d0ba05e90 Debug 2022-07-15 15:35:45 +02:00
Laurent Destailleur
504383c4a2 Fix reposition 2022-07-15 14:37:35 +02:00
Laurent Destailleur
45af1a6c9c Debug 2022-07-15 14:31:00 +02:00
Laurent Destailleur
801fa03a80 Debug 2022-07-15 13:50:22 +02:00
Laurent Destailleur
b000ee7c50 NEW Add API for partnership module
Debug module builder
2022-07-15 13:41:02 +02:00
Laurent Destailleur
745f504a27 Clean init process 2022-07-06 15:47:14 +02:00
bagtaib
696a832ef7 add default value for picto 2022-07-06 10:16:03 +02:00
bagtaib
377e079a6e backend 2022-07-06 07:56:42 +02:00
bagtaib
1d3181ea9f affichage 2022-07-06 05:50:53 +02:00
Laurent Destailleur
8f7ec29ccc Clean code 2022-06-30 04:36:25 +02:00
Frédéric France
e060e31e5b use isModEnabled function 2022-06-09 22:54:22 +02:00
John BOTELLA
321195ef96 add color 2022-05-21 16:35:10 +02:00
John BOTELLA
e48bf14dae Merge branch 'develop' of github.com:Dolibarr/dolibarr into new_formsetup_as_default 2022-05-21 00:38:53 +02:00
John BOTELLA
f8dcc1daaf Add form setup and backport as default setup builder 2022-05-21 00:36:13 +02:00
John BOTELLA
72bfedaba1 Add form setup and backport as default setup builder 2022-05-21 00:33:28 +02:00
Laurent Destailleur
58a77ae890
Merge pull request #20134 from Hystepik/develop#2
Fix : fix bug in modulebuilder and fix php8.0 warnings in modulebuilder
2022-05-20 22:50:35 +02:00
Laurent Destailleur
4b996f79a9 Debug v16 2022-05-19 13:52:29 +02:00
Laurent Destailleur
0d20a3b606 Prepare code for dic management 2022-05-18 21:54:38 +02:00
Laurent Destailleur
4de50da0dd Repare code to forbidden var_dump() into code 2022-05-17 14:55:38 +02:00
Laurent Destailleur
e2bf596589 Fix missing picto 2022-05-01 17:58:37 +02:00
Laurent Destailleur
b2ec035d21 Debug v16 2022-05-01 17:39:57 +02:00
Laurent Destailleur
08d78dd33b NEW More feature that can be modifed after module generation 2022-05-01 15:05:25 +02:00
Laurent Destailleur
9e23b30728 Fix remove useless file 2022-04-29 16:22:04 +02:00
Laurent Destailleur
2113a944ce Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into develop 2022-04-14 23:14:56 +02:00
Laurent Destailleur
0c82ce1b69 Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0 2022-04-14 23:04:36 +02:00
Laurent Destailleur
031669493d Merge branch '13.0' of git@github.com:Dolibarr/dolibarr.git into 14.0 2022-04-14 23:03:35 +02:00
Laurent Destailleur
aee0c8afc6
Merge pull request #20612 from vold-lu/add_tabs_in_module_builder
NEW: ModuileBuilder - Add tabs view in module builder
2022-04-14 22:17:51 +02:00
Laurent Destailleur
04ad919a2c Debug modulebuilder for v16. 2022-04-12 15:51:46 +02:00
Laurent Destailleur
386b8bee5e Fix deletion/creation of extrafields. 2022-04-12 15:26:21 +02:00
Laurent Destailleur
599c90ae6b FIX dol_string_onlythesehtmltags can keep html comments 2022-04-12 14:57:12 +02:00
Laurent Destailleur
b1cc271ad5 Fix trans 2022-04-12 14:23:39 +02:00
Aloïs Micard
36372b250c
Merge branch 'develop' into add_tabs_in_module_builder 2022-04-12 14:12:41 +02:00
Aloïs Micard
752cc6f4a7 Lint source code 2022-04-12 11:17:24 +02:00
Aloïs Micard
a747f574b3 Improve comment 2022-04-12 11:15:40 +02:00
Aloïs Micard
a6407257dd Allow to view tabs in module builder 2022-04-12 11:11:26 +02:00
Laurent Destailleur
cfe554b04c Fix var not defined 2022-04-12 03:08:31 +02:00
Aloïs Micard
89b7c8298b Module builder: Translate permissions label 2022-04-11 17:25:45 +02:00
stickler-ci
b45aeda14d Fixing style errors. 2022-03-15 09:41:51 +00:00
Hystepik
bbed6b8198
Merge branch 'develop' into develop#2 2022-03-15 10:36:42 +01:00
Laurent Destailleur
06804c3547 Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into develop
Conflicts:
	htdocs/modulebuilder/template/myobject_list.php
2022-03-11 17:04:23 +01:00
Laurent Destailleur
f72f71a972 FIX Delete of doc and package in modulebuilder 2022-03-11 16:21:28 +01:00
Laurent Destailleur
f2d5221784 Debug ModuleBuilder 2022-03-11 11:26:54 +01:00
Laurent Destailleur
6100bc86f8 FIX css not saved in modulebuilder 2022-03-11 10:32:06 +01:00
Laurent Destailleur
bc6249f0eb Better error message 2022-03-10 22:17:04 +01:00
Laurent Destailleur
5516eae056 FIX type smallint in module builder and case in values of a property 2022-03-10 21:31:09 +01:00
Laurent Destailleur
27baeef719 Add sticky left 2022-03-10 20:42:02 +01:00
lmarcouiller
192e62fa5c Fix : fix bug class and sql regeneration in modulebuilder 2022-02-21 15:41:41 +01:00
lmarcouiller
a9496220b5 Fix : warnings php 8.0 2022-02-16 16:43:52 +01:00
Laurent Destailleur
60b90056c4 Fix #yogosha8450 2022-01-19 15:20:10 +01:00
Laurent Destailleur
31842ddb1e
Merge pull request #19427 from mrtnnbr/develop
Fix check for non-custom modules
2021-11-30 12:28:23 +01:00
Laurent Destailleur
441af6b6fb Fix add rel="noopener noreferrer" 2021-11-22 02:35:55 +01:00
Martin Neubauer
4fcac5b53c Fix check for non-custom modules
The check turned out to be true even for custom modules, causing
the copying of the language file to fail. This attempts to bring
the code behaviour in line with the code explaining it.
2021-11-19 16:38:41 +01:00
Laurent Destailleur
6d10facf5b Debug v15 2021-11-07 16:04:37 +01:00
Laurent Destailleur
98ba48c0e7 Look and feel v15 2021-11-07 15:58:46 +01:00
Laurent Destailleur
2234522519 Debug module parnership. Add the type of partnership. 2021-11-07 13:51:31 +01:00
Scrutinizer Auto-Fixer
f7a41f1848 Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2021-10-23 20:22:10 +00:00
Laurent Destailleur
fc4c6d2b03 FIX #14249 FIX #19150 2021-10-23 19:08:00 +02:00
Lucas Marcouiller
b3e9aeef7a Fix : PHP 8.0 warnings 2021-10-23 16:12:44 +02:00
Laurent Destailleur
c81bf68578 Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into develop
Conflicts:
	htdocs/admin/dict.php
	htdocs/compta/cashcontrol/cashcontrol_list.php
	htdocs/fourn/class/fournisseur.facture.class.php
	htdocs/modulebuilder/index.php
	htdocs/modulebuilder/template/myobject_list.php
	htdocs/product/class/api_products.class.php
2021-10-22 15:56:44 +02:00
Laurent Destailleur
b5929fb7c4 Fix phpcs 2021-10-22 15:42:18 +02:00
atm-florian
2468c0e120 FIX #19014 - the properties of some fields are not updated when you submit the form
+ reformatting (one line per array item)
2021-10-21 18:24:03 +02:00
Laurent Destailleur
b3cb56f2ef Clean css 2021-10-04 04:14:31 +02:00
Laurent Destailleur
37603b451a Fix token in url 2021-09-27 12:24:01 +02:00
Laurent Destailleur
fb8723d884
Merge pull request #18487 from cfoellmann/PR/fix-remaining-buttons
replace remaining SubmitCancel buttons
2021-08-28 18:39:06 +02:00
Laurent Destailleur
c1d3ddf10b Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into develop 2021-08-28 18:31:06 +02:00
Laurent Destailleur
20d0b0c564 Fix link in some tooltips 2021-08-28 13:56:59 +02:00
Laurent Destailleur
1fec53e7f2 Fix generate the phpunit file from modulebuilder 2021-08-28 13:37:35 +02:00
Laurent Destailleur
b2791c3103 Fix generate the phpunit file from modulebuilder 2021-08-28 13:36:47 +02:00
Christian Foellmann
f094b4c70c fix up most of the remaining submit inputs 2021-08-24 17:04:17 +02:00
ATM john
dc3f960ce8 Add validate to module builder 2021-07-11 14:05:26 +02:00
Laurent Destailleur
b01e795723 Fix of build package 2021-05-10 21:28:11 +02:00
Laurent Destailleur
19f78b2e8f More compact gui 2021-05-05 19:13:40 +02:00
Laurent Destailleur
17a8c73fad CSS 2021-05-05 03:08:34 +02:00
Laurent Destailleur
7860464724 Sync transifex 2021-05-05 01:48:21 +02:00
Laurent Destailleur
88fa042c3b Can edit language file for core modules 2021-05-02 12:39:33 +02:00
Laurent Destailleur
e8f48667dd Enhance modulebuilder 2021-05-02 12:35:47 +02:00
Laurent Destailleur
173ef31ad4 Enhance modulebuilder 2021-05-02 12:15:31 +02:00
Laurent Destailleur
655056ed31 Debug v14 2021-04-29 12:10:55 +02:00
stickler-ci
1d27bc461a Fixing style errors. 2021-04-19 13:24:14 +00:00
UT from dolibit
e43b180e1b
Update index.php
add comments
// init API
// init PHPUnit
// init ExtraFields
// init Hook
// init Trigger
// init Widget
// init CSS
// init JS
// init CLI
// init Doc
// add Language
// remove/delete File
2021-04-19 15:22:07 +02:00
Laurent Destailleur
445309bef2 Clean code 2021-04-09 12:25:45 +02:00
Laurent Destailleur
e028195769
Merge pull request #17199 from Hystepik/develop#3
Fix error on module builder delete of a property
2021-04-09 11:42:23 +02:00
Laurent Destailleur
8a0ef6e17a
Update index.php 2021-04-09 11:41:29 +02:00
Laurent Destailleur
b3c382c02d
Update index.php 2021-04-09 11:38:23 +02:00
Laurent Destailleur
6609ef4941
Update index.php 2021-04-09 11:37:32 +02:00
lmarcouiller
fdb5b3b3da Fix error on module builder delete of a property 2021-04-09 11:28:40 +02:00
lmarcouiller
b582396afc edit objects in module builder with changes 2021-04-09 11:20:26 +02:00
lmarcouiller
3153966b24 New edit object in module builder 2021-04-09 09:19:52 +02:00
Laurent Destailleur
d1df327284 Add tab for import/export profiles 2021-04-06 18:51:43 +02:00
Laurent Destailleur
38f3693fc7 Look and feel v14 2021-04-06 18:18:07 +02:00
Frédéric FRANCE
f73c0abec1
code syntax m... directories 2021-02-26 18:26:44 +01:00
Laurent Destailleur
d16276ea2c Clean code 2021-02-16 11:15:42 +01:00
Frédéric FRANCE
fa72021ca8
doxygen 2021-02-12 08:49:29 +01:00
Laurent Destailleur
7f89fea804
Update index.php 2021-02-11 18:31:25 +01:00
stickler-ci
5d4c00edb4 Fixing style errors. 2021-02-11 16:24:38 +00:00
Florian HENRY
eb3659b5b8 fix module builder setup link 2021-02-11 17:20:07 +01:00
David Bensel
a0bbe210a3 Module builder: Don't delete hidden .tx-folder 2021-02-09 14:45:06 +03:00
Laurent Destailleur
199b46cfaf Merge branch '13.0' of git@github.com:Dolibarr/dolibarr.git into 13.0
Conflicts:
	htdocs/langs/en_US/modulebuilder.lang
2020-12-27 16:53:15 +01:00
Laurent Destailleur
5fc3a9ce7d Debug v13 2020-12-27 15:39:10 +01:00
Laurent Destailleur
28642238de Fix error message 2020-12-27 15:09:27 +01:00
Maxime Kohlhaas
22e0360575 Fix missing delete files in module builder 2020-12-25 11:53:13 +01:00
Maxime Kohlhaas
214167b552 Add generation of admin/xxx_extrafields page 2020-12-25 11:53:00 +01:00