Kusco
8e8fdccec7
#29103 Fix error in export part of the builder module ( #29835 )
...
In the builder module, suggestions are offered by default.
Just remove the comments for this to work.
Except for this line:
//$this->export_sql_end[$r] =' LEFT JOIN '.MAIN_DB_PREFIX.'competence_line as tl ON tl.fk_competence = t.rowid';
A "point" is missing before the "equal":
//$this->export_sql_end[$r] .=' LEFT JOIN '.MAIN_DB_PREFIX.'competence_line as tl ON tl.fk_competence = t.rowid';
The problem is the overwriting of part of the query, if we want to couple other tables.
2024-06-04 14:49:25 +02:00
sonikf
df6312d9db
fix: path and add missing comma ( #29651 )
...
* fix: add missing comma
* fix path
2024-05-11 20:45:52 +02:00
Vaadasch
5865151eb3
NEW : Add option position['find'] to DolEditor ( #29546 )
...
* Add option position['find'] to DolEditor
* Add option position['find'] to DolEditor - fix spaces
* Add option position['find'] to DolEditor - fix spaces
* Add option position['find'] to DolEditor - fix semi-colon
* Add option position['find'] to DolEditor - exemples -> examples...
* Add option position['find'] to DolEditor - reviews
* Add option position['find'] to DolEditor - empty indent
---------
Co-authored-by: Vaadasch <me@local.here >
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-05-01 18:04:18 +02:00
Laurent Destailleur
57bb4cd7e4
Debug v20
2024-04-18 02:21:42 +02:00
Laurent Destailleur
f03eb260de
Nicer combo of companies for external modules
2024-04-03 13:20:26 +02:00
Laurent Destailleur
3b17fceadb
Update modMyModule.class.php
2024-03-23 19:38:35 +01:00
Florian HENRY
b4f04dbaee
new: upgrade minimum version of dolibarr for module builder
2024-03-21 20:58:59 +01:00
Laurent Destailleur
e92d6230df
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/ticket/class/ticket.class.php
htdocs/ticket/list.php
htdocs/ticket/stats/index.php
2024-03-20 02:31:33 +01:00
Laurent Destailleur
607bc16351
Fix menu postion
2024-03-19 22:05:55 +01:00
Laurent Destailleur
45a68ba612
Better error management
2024-03-13 20:17:26 +01:00
Frédéric FRANCE
bc2f527e41
add phpdoc ( #28639 )
...
* add phpdoc
* add phpdoc
* add phpdoc
* add phpdoc
* add phpdoc
* add phpdoc
2024-03-05 17:11:46 +01:00
Laurent Destailleur
637ffa837f
Clean code
2024-02-22 13:28:18 +01:00
Laurent Destailleur
c8777a94b0
Fix table for export profile in modulebuilder
2024-02-15 13:13:24 +01:00
Laurent Destailleur
7bb21e7ff6
Fix picto
2024-02-15 13:10:28 +01:00
Laurent Destailleur
0920d6e08f
Enhance modulebuilder
2024-02-12 07:10:49 +01:00
Laurent Destailleur
d4296c2ffd
Work on website templates from external modules
2024-02-09 17:54:57 +01:00
Laurent Destailleur
eb4f53665d
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
.github/workflows/pre-commit.yml
ChangeLog
dev/tools/codespell/codespell-lines-ignore.txt
htdocs/comm/mailing/card.php
htdocs/contact/card.php
htdocs/langs/en_US/admin.lang
htdocs/modulebuilder/template/core/modules/mailings/mailinglist_mymodule_myobject.modules.php
2024-02-07 18:30:10 +01:00
Laurent Destailleur
7c88705f14
Fix template to use v19 dev rules
2024-02-04 16:05:02 +01:00
Laurent Destailleur
62e25855e5
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop
2024-01-28 00:40:53 +01:00
Laurent Destailleur
bf80809a96
Debug v19
2024-01-27 01:34:53 +01:00
MDW
591306d7b1
Qual: Spelling htdocs/[l-o]* & htdocs/pa* ( #27435 )
...
# Qual: Fix spelling htdocs/[l-o]* & htdocs/pa*
Mostly comments, some local variables changed and translations to avoid
automatic fixes.
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-01-12 18:06:50 +01:00
Laurent Destailleur
cad186aed5
css
2023-10-20 16:36:28 +02:00
Laurent Destailleur
c507adeef7
NEW Top menu support picto of modules that are font awesome picto.
2023-10-13 15:00:51 +02:00
Laurent Destailleur
5d4f53046a
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2023-08-27 18:18:34 +02:00
Laurent Destailleur
8fa06ccfa7
Fix empty and getDolGlobal...
2023-08-27 17:11:28 +02:00
Laurent Destailleur
6daf47e0e5
Add flag to isolate sections
2023-08-08 20:22:31 +02:00
Laurent Destailleur
b76dadd5c5
Clean code
2023-08-02 00:37:02 +02:00
Laurent Destailleur
17d813a8d5
Clean code
2023-08-02 00:34:52 +02:00
Laurent Destailleur
fb51c902a6
Debug v18
2023-06-28 12:05:51 +02:00
Florian HENRY
ce10c68d31
getDol rather than ->global
2023-06-08 22:38:11 +02:00
Laurent Destailleur
5525cfcab2
Merge branch 'develop' into AddApiUrl
2023-06-07 19:14:26 +02:00
Frédéric France
5a018d715d
use user hasRight
2023-06-06 00:05:02 +02:00
Lamrani Abdel
0f4feec3ff
fix some problems
2023-06-05 16:15:52 +02:00
Lamrani Abdel
0de29550f2
optimize all menu section
2023-05-23 17:37:52 +02:00
Frédéric FRANCE
5f5fa38561
Merge remote-tracking branch 'upstream/develop' into use_ismodenabled
2023-04-21 15:16:08 +02:00
Laurent Destailleur
9859720dc3
Clean module dependency system
2023-04-21 13:27:50 +02:00
Frédéric FRANCE
7760ba86da
use isModEnabled
2023-04-18 20:33:36 +02:00
Lamrani Abdel
aa5419cfb5
update in modulbuilder for menu object
2022-12-29 16:10:53 +01:00
Laurent Destailleur
9fa00c1771
Fix trans in comments
2022-10-12 15:29:30 +02:00
Frédéric France
c7ee2f413c
min php version is 7.0
2022-09-27 20:48:47 +02:00
Laurent Destailleur
59e86f4a6b
NEW Make module WebservicesClient deprecated. Use module WebHook instead
2022-09-12 15:16:38 +02:00
Laurent Destailleur
c3f673c3ad
Clean permissions for barcode menu
2022-09-08 14:58:00 +02:00
Laurent Destailleur
3761c920eb
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0
...
Conflicts:
htdocs/core/modules/modPartnership.class.php
htdocs/modulebuilder/template/core/modules/modMyModule.class.php
2022-07-22 17:43:35 +02:00
Laurent Destailleur
d9f7a3efd1
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0
...
Conflicts:
htdocs/product/inventory/inventory.php
2022-07-22 17:38:24 +02:00
Laurent Destailleur
50af2747a2
Merge branch '13.0' of git@github.com:Dolibarr/dolibarr.git into 14.0
2022-07-22 17:35:03 +02:00
Noé Courtier
276168ef6f
Fix: tabhelp must be present in every module
2022-07-19 17:14:57 +02:00
Laurent Destailleur
7f1e8384dc
Clean code
2022-05-12 02:02:04 +02:00
Laurent Destailleur
f52a7a26f6
Debug v16 - Fix for postgresql - Fix for sql loading per module - php8
2022-05-08 15:18:34 +02:00
Laurent Destailleur
d496ad65e6
Enhance the feature of keyword detection for partnership
2022-04-29 11:16:15 +02:00
Laurent Destailleur
af45691c9d
Clean import profiles
2022-04-04 13:35:08 +02:00