Commit Graph

1127 Commits

Author SHA1 Message Date
Laurent Destailleur
ab52890e34 Merge branch 'develop' into dict/GETPOST_filter 2024-01-24 14:32:22 +01:00
MDW
b770448e30 Fix: GETPOST filters
# Fix: GETPOST filters

Some GETPOST filters have an invalid key.  Fixed.
2024-01-23 20:37:19 +01:00
VESSILLER
b39e0c2ae9 Merge branch 'develop' of github.com:Dolibarr/dolibarr into new-webportal-module 2024-01-23 17:06:44 +01:00
VESSILLER
87583be542 Remove duplicated token 2024-01-22 13:38:36 +01:00
Frédéric France
03e29c6960 fix param 2024-01-20 09:22:38 +01:00
MDW
39769482b1 Qual: Fix typing hints for DoliDB (#27484)
# Qual: Fix typing hints for DoliDB

This should help the static tools for type and method checking.
2024-01-13 15:50:02 +01:00
Laurent Destailleur
f201692001 Fix phpstan 2024-01-12 19:50:22 +01:00
Laurent Destailleur
c406d9a002 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2024-01-12 17:49:00 +01:00
Laurent Destailleur
618a364064 FIX #27439 but using the opposite direction. int is bette as we can evolve to add a third value in a future. 2024-01-12 17:47:54 +01:00
MDW
342ab85195 Qual: Spelling htdocs/[q-z]* (#27447)
# Qual: Fix spelling htdocs/[q-z]*

Probably fixes a bug:

- htdocs/webservices/server_thirdparty.php
  No other occurence of adress found.
  -'adress'=>->adress,- +'address'=>->address,+
2024-01-12 17:18:52 +01:00
Laurent Destailleur
32f0443289 Rename into getImagePublicURLOfObject 2024-01-12 13:45:10 +01:00
Laurent Destailleur
2a4578ef68 Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-01-11 13:48:15 +01:00
Laurent Destailleur
34f5c1e293 Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 19.0 2024-01-11 13:47:14 +01:00
Laurent Destailleur
64fb9d0db7 Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0 2024-01-11 13:45:16 +01:00
Laurent Destailleur
5c434e273e Update index.php 2024-01-10 15:25:16 +01:00
MDW
6d88670eee Fix: Sitemap generation - fix invalid replacement regex
# Fix: Sitemap generation - fix invalid replacement regex

The regex is invalid because the delimiters are slashes which are also present
in the text to match.
Fixed by changing the delimiters.
2024-01-09 00:03:24 +01:00
VESSILLER
cd7e4d8726 Merge branch 'develop' of github.com:Dolibarr/dolibarr into new-webportal-module 2024-01-08 10:48:09 +01:00
Lamrani Abdel
bfae93b3b3 fix rights for exportwebsite 2024-01-06 19:48:11 +01:00
Lamrani Abdel
5f4e584425 fix problem when create new page 2024-01-05 19:26:27 +01:00
Lamrani Abdel
64a854bb1d fix problem when create new page 2024-01-05 19:26:22 +01:00
Lamrani Abdel
23bac9d1a9 Merge branch 'develop' of https://github.com/Dolibarr/dolibarr into addButtonForOveritedocTemplate 2024-01-05 19:25:17 +01:00
Laurent Destailleur
4501872f17 Clean code with rector 2 2024-01-05 04:33:58 +01:00
Lamrani Abdel
a60bc67c51 correct path image 2024-01-02 17:51:18 +01:00
Lamrani Abdel
a5a4d6d0af remove var_dump 2023-12-29 18:37:06 +01:00
Lamrani Abdel
c08edf237d extract num of page and found the correct page in destination 2023-12-29 18:35:24 +01:00
Lamrani Abdel
52cb80879f verify permission for files 2023-12-27 19:24:29 +01:00
Lamrani Abdel
91d09cc0b2 recupere lines dont want to change 2023-12-26 18:56:32 +01:00
Lamrani Abdel
8c8404f32f update function 2023-12-22 17:47:19 +01:00
Lamrani Abdel
e892694b24 Merge branch 'develop' of https://github.com/Dolibarr/dolibarr into addButtonForOveritedocTemplate 2023-12-22 17:43:58 +01:00
Lamrani Abdel
0e56473620 update function for overwrite folder 2023-12-18 18:13:50 +01:00
Laurent Destailleur
98009ea6be Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop
Conflicts:
	ChangeLog
	htdocs/compta/bank/class/account.class.php
	htdocs/core/modules/supplier_order/doc/pdf_cornas.modules.php
	htdocs/langs/en_US/recruitment.lang
	htdocs/master.inc.php
	htdocs/projet/contact.php
2023-12-17 22:17:14 +01:00
Frédéric FRANCE
565a9eb191 fix initAsSpecimen values 2023-12-15 22:31:32 +01:00
Lamrani Abdel
aaba4b823b add function for copy file when detected changes 2023-12-15 18:17:51 +01:00
Laurent Destailleur
3dbfbe965a Merge v17 2023-12-14 12:44:15 +01:00
Laurent Destailleur
7d109e9419 Fix phpcs 2023-12-13 12:46:23 +01:00
Laurent Destailleur
e040219fdc Fix phpcs 2023-12-13 12:45:07 +01:00
Lamrani Abdel
b31c1e77fd New functionality for ovewrite modification in template 2023-12-11 17:52:46 +01:00
Frédéric FRANCE
61b79fda17 avoid phpstan error with phpdoc 2023-12-06 15:46:39 +01:00
Laurent Destailleur
619155f65e Fix with php-cs-fixer 2023-12-04 13:53:48 +01:00
Frédéric FRANCE
53c8a3acf8 clean phpdoc for phpstan (#26905) 2023-12-01 19:51:32 +01:00
Laurent Destailleur
468c459c63 FIX Test charset of url grabbing and convert it into UTF-8 if not 2023-11-30 21:23:13 +01:00
Laurent Destailleur
075ee02901 Fix php8.2 warnings 2023-11-27 12:08:48 +01:00
Alexandre SPANGARO
af0c6899a7 Travis fix (#26708)
* Travis fix

* Travis remove warning "Line exceeds 500 characters"

* Travis remove warning "Line exceeds 500 characters"

* Travis remove warning "Line exceeds 500 characters"
2023-11-18 11:56:29 +01:00
Laurent Destailleur
07a3774749 Debug v19 2023-11-17 23:44:02 +01:00
Laurent Destailleur
226bf734fc Fix missing token 2023-11-17 22:10:51 +01:00
VESSILLER
03aea84c93 fix: add missing hidden token input on websiteaccount edit mode 2023-11-17 10:54:24 +01:00
Laurent Destailleur
1734adfd27 Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-10-24 03:05:46 +02:00
Laurent Destailleur
0ec22fb228 Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0 2023-10-20 13:32:13 +02:00
Laurent Destailleur
492bdd4a0e Merge 2023-10-20 13:14:10 +02:00
Laurent Destailleur
ff03e34103 Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0 2023-10-20 03:59:46 +02:00