Laurent Destailleur
e92aea026a
Fix make title of RSS uniq
2024-04-12 19:51:33 +02:00
Laurent Destailleur
84db53ef63
Fix link to image in RSS
2024-04-11 12:10:38 +02:00
Laurent Destailleur
7ca303888d
Look and feel v20
2024-04-08 19:20:07 +02:00
Laurent Destailleur
0a48d1ad56
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2024-04-08 03:38:04 +02:00
Laurent Destailleur
fd9475be03
Use same doc comment eveywhere.
2024-04-07 12:26:27 +02:00
Laurent Destailleur
1ce6de5eb3
Removed not used var
2024-04-07 11:52:42 +02:00
Frédéric FRANCE
00b2185813
fix phpstan ( #29258 )
...
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
2024-04-07 11:50:26 +02:00
Laurent Destailleur
79deb2bc3a
NEW Add a link to add a website category in edit page properties
2024-04-05 14:45:34 +02:00
Laurent Destailleur
38fb00489d
PHPDoc
2024-04-05 13:44:59 +02:00
Laurent Destailleur
2947287e3f
Look and feel v20
2024-04-03 16:22:16 +02:00
Laurent Destailleur
e73f79ca96
Qual: Remove unnecessary use of $_GET
2024-03-28 20:19:28 +01:00
Laurent Destailleur
747a5c4114
NEW contenteditable is supported on table,header,footer and menu tags
2024-03-26 00:49:34 +01:00
Laurent Destailleur
0554fc61f5
NEW contenteditable is supported on table,header,footer and menu tags
2024-03-26 00:18:11 +01:00
Laurent Destailleur
150845cd02
Debug v20
2024-03-24 05:23:06 +01:00
Laurent Destailleur
9315b5552f
Update index.php
2024-03-24 02:41:13 +01:00
Laurent Destailleur
66c01b8e85
Merge branch 'develop' into addLayoutForWebsite
2024-03-24 02:28:07 +01:00
Laurent Destailleur
364ae616b0
Update index.php
2024-03-24 02:27:46 +01:00
Laurent Destailleur
a5fec9f06f
Merge branch 'develop' into PhanTypeInvalidRightOperandOfNumericOp
2024-03-23 20:44:54 +01:00
Laurent Destailleur
b3358312d3
Fix bad use of array
2024-03-23 20:44:20 +01:00
MDW
47a4c65591
Fix type with cast/idate/phpdoc
2024-03-22 09:52:32 +01:00
MDW
69081c727e
Add typing to fetchAll
2024-03-22 09:52:22 +01:00
Laurent Destailleur
7b0177a84d
Move to getDolGlobalString
2024-03-22 00:37:56 +01:00
Lamrani Abdel
f96f4fd3e9
Merge branch 'develop' of https://github.com/Dolibarr/dolibarr into addLayoutForWebsite
2024-03-21 17:36:17 +01:00
Lamrani Abdel
e5d79df30d
Fix errors in
2024-03-21 16:25:43 +01:00
Lamrani Abdel
b5903da492
NEW preview exemple page in website when create page
2024-03-21 03:47:16 +01:00
MDW
6dc3fc94f7
Fix PhanTypeMismatchReturnNullable by setting return variable in 'else' case
2024-03-20 21:58:42 +01:00
MDW
0538db7468
Fix PhanTypeSuspiciousStringExpression
2024-03-19 02:44:01 +01:00
MDW
fd9d48faac
Fix phpstan CommonObject->fields - notnull is optional field
2024-03-19 00:32:00 +01:00
Laurent Destailleur
06ae1deb1b
Fix better error message when using bad character_set_client
2024-03-18 17:27:06 +01:00
Laurent Destailleur
84f02105fb
Fix phan warning
2024-03-16 21:40:40 +01:00
Laurent Destailleur
65d2f6af6d
Debug v20
2024-03-16 14:20:23 +01:00
Laurent Destailleur
e994d6650f
Fix regression in GETPOST limit
2024-03-16 11:41:00 +01:00
Laurent Destailleur
79aa9fb1f1
Code simpler
2024-03-15 20:29:21 +01:00
MDW
23785393a3
Add csslist to json keys
2024-03-15 03:55:52 +01:00
MDW
e16b73288a
Fix PhanTypeMismatchPropertyDefault
2024-03-15 03:55:48 +01:00
Laurent Destailleur
b23e627a05
Merge pull request #28800 from mdeweerd/PhanPluginDuplicateConditionalUnnecessa
...
Fix & enable PhanPluginDuplicateConditionalUnnecessary "X ? Y : Y"
2024-03-15 00:27:58 +01:00
Laurent Destailleur
390f18f557
FIX #yogosha20932
2024-03-14 22:06:43 +01:00
MDW
de10bcc7d5
Fix PhanPluginDuplicateConditionalUnnecessary "X ? Y : Y" (Simplify)
2024-03-14 19:47:26 +01:00
Laurent Destailleur
7264621c75
Fix: the line "file generated" must appears once.
2024-03-14 13:55:47 +01:00
Laurent Destailleur
2b187c4b30
Fix: the line "file generated" must appears once.
2024-03-14 13:45:55 +01:00
Laurent Destailleur
b51be11171
Clean code
2024-03-14 13:39:24 +01:00
Laurent Destailleur
5399e3aef5
Debug import website template
2024-03-14 12:59:35 +01:00
Laurent Destailleur
fb85f17ef4
FIX: Better error management in loading a website template
2024-03-14 12:09:35 +01:00
Laurent Destailleur
07fe0f6cd0
NEW: Module Website: Can link/unlink translation between web pages
2024-03-14 10:29:36 +01:00
MDW
04282f9c5f
Fix PhanTypeInvalidUnaryOperandIncOrDec by typing $error
...
# Fix PhanTypeInvalidUnaryOperandIncOrDec by typing $error
For some strange reason phan determined that $error was not an int, so forced the
typing to fix the PhanTypeInvalidUnaryOperandIncOrDec notifications in this
file
2024-03-13 16:45:14 +01:00
MDW
7b1155dec0
Qual: Fix childtablesoncascade phpdoc
2024-03-12 14:02:10 +01:00
MDW
88d59896ec
Qual: 'enabled' in fields can be string ('isModEnabled(...)')
...
# Qual: 'enabled' in fields can be string ('isModEnabled(...)')
Update PHPdoc to allow that enabled is a string
2024-03-12 13:38:08 +01:00
MDW
8cf93e2cb3
Fix: Repeat fields typing in CommonClass children
...
# Fix: Repeat fields typing in CommonClass children
phpstan needs typing to be 'co-variant' and therefore typing must be repeated as
the method is not to initialise the property in the constructor, but to override
the proparty by a 'local' definition in the child class
2024-03-11 17:40:37 +01:00
Laurent Destailleur
f32bf4b3a7
Fix join -> implode
2024-03-11 12:38:21 +01:00
Laurent Destailleur
8d7911f484
Fix compatibility with USF.
2024-03-11 10:32:15 +01:00