Commit Graph

598 Commits

Author SHA1 Message Date
Laurent Destailleur
45e4c29e25 Merge pull request #36439 from frederic34/patch-8
fix warning in upgrade2.php
2025-11-28 23:31:12 +01:00
Frédéric FRANCE
87fbbce618 Update upgrade2.php 2025-11-28 07:59:10 +01:00
Laurent Destailleur
b17f37bc93 Debug v23 2025-11-27 10:47:50 +01:00
Frédéric FRANCE
57431464f5 fix warning in upgrade2.php 2025-11-27 09:30:31 +01:00
Laurent Destailleur
18c30daf11 Debug v23 2025-11-20 17:04:53 +01:00
Laurent Destailleur
f7f0b408e2 Migrate holiday files 2025-11-19 14:06:07 +01:00
Laurent Destailleur
05c624f1cd WIP 2025-11-12 17:25:40 +01:00
Laurent Destailleur
9914e6280b WIP LNE 2025-11-11 15:06:57 +01:00
Laurent Destailleur
73cc0c1701 WIP LNE 2025-11-11 00:59:51 +01:00
Laurent Destailleur
1d2d7f04f2 Debug v23 2025-11-06 11:04:10 +01:00
Laurent Destailleur
74cc41c460 Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into develop 2025-11-03 14:27:58 +01:00
Laurent Destailleur
78a2bfcef8 Removed module ExternalSite 2025-11-02 16:07:24 +01:00
Laurent Destailleur
57e1c22753 Fix log of upgrade2 2025-10-31 00:20:13 +01:00
Laurent Destailleur
1e84852825 Clean code 2025-10-23 14:26:47 +02:00
Laurent Destailleur
bbb96e3c14 Fix migration of token 2025-10-21 20:16:15 +02:00
Laurent Destailleur
cfd17372f4 Debug v23 2025-10-15 04:36:06 +02:00
ldestailleur
8456749135 Clean code. Removed octicons directory. 2025-09-15 14:40:34 +02:00
ldestailleur
5cec27525e Fix CI 2025-08-09 13:18:29 +02:00
Frédéric FRANCE
7f173724ef NEW can admin payments extrafields (#34822)
* add admin for payments extrafields

* add admin for payments extrafields

* add admin for payments extrafields

* add admin for payments extrafields

* add admin for payments extrafields
2025-07-29 13:51:58 +02:00
ldestailleur
c791ea205e Fix warnings 2025-07-29 12:33:49 +02:00
ldestailleur
6d791919ea Fix CI 2025-07-29 11:49:03 +02:00
ldestailleur
d34e0b5305 Try fix CI 2025-07-29 11:04:32 +02:00
Laurent Destailleur
60ecf8da6d Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2025-07-29 02:41:07 +02:00
Laurent Destailleur
f64848921c Fix regression on pass encryption in conf 2025-07-29 01:46:04 +02:00
Yannis Hoareau
7f7923c24f New: SQL for api rest tokens (#34671)
* feat: query to import old user token to new implement with perms

* feat: replaced sql migration file by php upgrade2

* feat: leave state field empty

* Update upgrade2.php

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2025-07-24 16:11:43 +02:00
ldestailleur
75e78f8a77 Log 2025-07-20 21:03:26 +02:00
ldestailleur
61dcd176e0 Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into 22.0 2025-07-17 19:30:58 +02:00
ldestailleur
a4aa00c498 Sec: Remove all functions that accept callable params - CVE-2024-40137 2025-07-17 19:30:58 +02:00
ldestailleur
b8de0358c0 Fix use of distinct. 2025-06-20 16:42:22 +02:00
Laurent Destailleur
b949cc3534 CSS 2025-05-14 22:03:39 +02:00
ldestailleur
33f1a644d5 Fix CI 2025-04-07 11:51:42 +02:00
ldestailleur
cd5a645acc Fix move default number to neon, argon has critical bug to fix first. 2025-04-05 14:09:47 +02:00
ldestailleur
d97ebb9a33 Fix trouble in migrationon. Fix pb with large database 2025-04-05 13:37:21 +02:00
ldestailleur
91fa444129 Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into develop 2025-04-01 22:42:32 +02:00
ldestailleur
8e88532c3e Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into 21.0 2025-04-01 21:07:20 +02:00
ldestailleur
514e367d94 Rename constant 2025-04-01 20:46:31 +02:00
ldestailleur
21b5eb7b82 Debug migrate using the database flag 2025-04-01 20:45:46 +02:00
ldestailleur
de75d13c7a Use a database flag 2025-04-01 20:36:55 +02:00
Marc de Lima Lucio
5832f1807c FIX: invoice export models are incorrect after 20.0 migration (#33688)
* FIX: shift export models at upgrade

* FIX: 20.0 invoice export model mogrations: place lock in root of data dir
2025-04-01 20:29:06 +02:00
Jyhere
e35c59a4d8 GIFF-Accountancy-2025 - Automatic numbering of accounting entries (#33551)
* NEW: ref with configurable numbering models for Bookkeeping

* FIX: bookkeeping tooltip empty ref depending the list

* FIX: bookkeeping ref numbering missing translations and typo

* NEW: free ref num model for bookkeeping

* Update mod_bookkeeping_argon.php

* FIX: ci

* FIX: replace mistake, removed not necessary ternary

* FIX: phan error and prefix check

* FIX: phan error

* FIX: missing ref column in llx_accounting_bookkeeping_tmp.sql

* CHANGE: use default function getDolGlobalInt(,  = 0)
() param instead of ternary

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2025-03-31 11:35:18 +02:00
Laurent Destailleur (aka Eldy)
31daa4a2f0 Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into 21.0 2025-02-04 23:25:24 +01:00
Laurent Destailleur
eb58bf92d7 Update upgrade2.php 2025-02-04 23:17:22 +01:00
Regis Houssin
3da1c1c843 FIX more bugs and warnings 2025-02-04 04:54:54 +01:00
Laurent Destailleur (aka Eldy)
862ddc45bc Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop 2025-01-03 16:43:31 +01:00
Regis Houssin
9821429d4c FIX swap tests 2024-12-31 11:06:27 +01:00
Regis Houssin
4f673b0e20 FIX remove debug 2024-12-31 05:25:19 +01:00
Regis Houssin
5890a8a736 FIX glob is better for search files with wilcard + avoid warning 2024-12-31 05:20:02 +01:00
Laurent Destailleur (aka Eldy)
87af642454 Fix help 2024-11-28 21:54:09 +01:00
Laurent Destailleur (aka Eldy)
99a2787efc Debug v21 2024-11-28 21:51:30 +01:00
Laurent Destailleur (aka Eldy)
55e387bbbf Example 2024-11-28 21:48:55 +01:00