dolibarr/htdocs/admin
Anthony Berton f8de2b8704
NEW - Definition of a global email signature (#37427)
* Debug v23

* Debug v23

* Doc

* New import Leave Balance (Datastructure) (#37001)

* New import Leave Balance (Datastructure)

* fix

---------

Co-authored-by: Lucas Marcouiller <lmarcouiller@dolicloud.com>

* Qual: Update Phan baseline.txt with reduced issue counts (#36996)

This commit updates the Phan baseline.txt file.

* Better log

* Log

* Better error management

* Doc

* Fix error message

* CI

* Try to fix CI

* fix phan (#37007)

* CI

* fix phan (#37008)

PhanTypeMismatchArgumentNullable Argument 3 ($txt) is $productlot->batch of type ?string but \TCPDF::MultiCell() takes string defined at htdocs/includes/tecnickcom/tcpdf/tcpdf.php:5871 (expected type to be non-nullable)

* CI

* NEW Add new EUID number (#36997)

* Doc

* ci

* Fix CI

* Improve OAuth HTTP error details (#36951)

Keep throwing TokenResponseException on HTTP 4xx/5xx while also capturing the response body (ignore_errors) to include a short snippet for admins.

Co-authored-by: caminotravelcenter <caminotravelcenter@localhost>
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>

* NEW add import of leave balance (Implementation) (#37011)

* New add import Leave Balance

* add eof

* Update modHoliday.class.php

---------

Co-authored-by: Lucas Marcouiller <lmarcouiller@dolicloud.com>
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>

* NEW add image format avif (#37014)

* add format avif

* Update functions.lib.php

* Exclude non interesting warning

* Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop

* CI

* CI

* CI

* Trans

* CI

* CI

* CI

* Fix typo in phpstan.neon.dist for isset() rule (#37018)

See https://github.com/Dolibarr/dolibarr/actions/runs/21444577128/job/61756970301?pr=37017

* Remove jstz.min.js from JavaScript array (#37017)

jstz.min.js was deleted in 5599ac733b

* Remove jstz.min.js from JavaScript array (#37017)

jstz.min.js was deleted in 5599ac733b

* prevent ST_AsWKT() (#37013)

* prevent ST_AsWKT()

* Update commonobject.class.php

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>

* prevent ST_AsWKT() (#37013)

* prevent ST_AsWKT()

* Update commonobject.class.php

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>

* Try to fix phan

* CI

* CI

* ci

* ci

* css

* qual: Update french texts (comments) to english (#37009)

* qual: Update french texts (comments) to english

* Qual: Update comment to english in card-rec.php and card.php

Translation of comments in the files card-rec.php and card.php.

* Qual: Translate comments to English

* Qual: Translate comments to English

* Fix space into tab

* Fix spelling

* Qual: Translate comments to English

* Update website.php

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>

* ci

* Clean code

* Fix test

* Debug v23

* Merge manually changes from #37012 that seems good.

* Log

* More robust phpunit

* Populate openid data from wellknow url (#37023)

* Delete inexistant file

File jstz.min.js was deleted in
5599ac733b

* Populate openid parameters from wellknow url

* CI

* Debug v23 - fix code for rounding

* MCP server sql part (#37025)

* Create llx_ai_request_log.sql

* Create llx_ai_request_log.key.sql

* Update 23.0.0-24.0.0.sql

* Update llx_ai_request_log.sql

* Update 23.0.0-24.0.0.sql

* Remove foreign key constraint from llx_ai_request_log

Removed foreign key constraint for fk_user in llx_ai_request_log.

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>

* Debug v24

* Fix syntax error

* NEW allow to disable freezone product on takepos (#37004)

* allow to disable freezone product on takepos

* Conditionally add FreeZone product to menus

* Add NoFreeZoneProduct language entry

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>

* Fix label of dispute

* [database] Minimum amount and subscription's amount formula description (#37021)

* Remove jstz.min.js from JavaScript array (#37017)

jstz.min.js was deleted in 5599ac733b

* prevent ST_AsWKT() (#37013)

* prevent ST_AsWKT()

* Update commonobject.class.php

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>

* css

* Update llx_adherent_type.sql

add minimumamount and amountformuladescription rows

* Update 22.0.0-23.0.0.sql

add minimumamount and amountformuladescription column

---------

Co-authored-by: hansemschnokeloch <hansemschnokeloch@users.noreply.github.com>
Co-authored-by: atm-jonathan <146709163+atm-jonathan@users.noreply.github.com>
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>

* NEW: Display thirdparty name with ref in supplier orders linked objects (#36952)

Co-authored-by: Zakaria Boushaba <z.boushaba@vold.africa>

* css

* Debug v23

* Fix type

* CI

* CI

* Test without file list

* CI

* Add api document management for holiday (#36915)

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>

* NEW Invoice - List - use select2 multiselect for status (#36834)

* NEW Invoice - List - use select2 multiselect for status

* Optimize

* CI

* CI

* Review

* Duplicate line and last problem

* CI

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>

* FIX Pb in total price of line when adding the discount of a down payment
when unit price was using a high accuracy.

* Clean code

* try to fix phan

* Fix phan

* Clean code

* Clean code

* Debug v23

* Fix LDAP

* fix facture.class.php (#37031)

* Debug v23

* Qual: Update french comments with 'nombre' (#37032)

Update french comments with 'nombre' in their phrasing

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>

* fix phan (#37029)

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>

* fix phan (#37030)

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>

* Doc

* Doc comment

* FIX When bank direct debit SEPA ref is > 99

* Fix when there is more than 99 direct debit in same month

* Debug v24

* Merge branch '23.0' of git@github.com:Dolibarr/dolibarr.git into 23.0

* CSS

* Fix when there is more than 99 direct debit in same month

* Debug v24

* FIX Division by zero

* FIX Division by zero

* More log

* More log

* More log

* More Log

* Fix IPN payment

* Fix IPN

* Log

* Clean code

* Debug v23 - Fix ipn for dispute and withdraw funds.

* fix CI (#37033)

* fix CI (#37033)

* CI

* fix french doc (#36897)

* fix french doc

* fix french doc

* fix french doc

* fix french doc

* fix french doc

* fix french doc

* fix french doc

* fix french doc

* fix french doc

* fix french doc

* fix french doc

* fix

* fix

* fix

* fix

* fix french doc

* fix french doc

* fix french doc

* fix french doc

* fix french doc

* fix french doc

* fix french doc

* fix french doc

* Update html.form.class.php

* Update html.form.class.php

* Update index.php

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* Update modules_facture.php

* Update phpstan.neon.dist

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>

* Qual: Translate French comments to English (#37044)

* Qual: Translate French comments to English

* Qual: Translate French comments to English

* Qual: Translate French comments to English ("niveau") (#37041)

Translate French comments to English (comments with "niveau")

* fix french doc (#37040)

* warning error if no societe->id defined (#37039)

* fix french doc (#37037)

* fix french doc

* Update dispatch.php

* Update dispatch.php

* Update graph.php

* fix french doc (#37047)

* fix french doc

* Update index.php

* Update index.php

* Fix CI

* Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop

* CI

* Fix CI

* Minimum amount and subscription's amount formula description (#37006)

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>

* Warning on export/import - Add isset() protection in Export::load_arrays() & Import::load_arrays() (#37043)

* Warning on export - Add isset() protection in Export::load_arrays()

* Warning on import - Add isset() protection in Import::load_arrays()

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>

* Clean comment

* Warning on account model (#37042)

* Error on account model

* Simplify rowid assignment in accountmodel.php

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>

* Fix #35394 Display public note on first page (#36993)

* Display public note (an incoterms and sales rep signat) only on real first page

* Display public note (an incoterms and sales rep signat) only on real first page

---------

Co-authored-by: vmaury <vmaury@vmaury-Lafite-Pro-16-AMD>
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>

* FIX: Add htmlname and selectedrate to parameters array for hook (#36998)

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>

* FIX: Add htmlname and selectedrate to parameters array for hook (#36998)

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>

* Fix CI

* Fix CI

* Fix CI

* Fix ci

* Qual: Translate French comments to English (#37052)

* Qual: Translate French 'valeur' in comments to English (#37051)

* NEW Accountancy - Select between accrual accounting and cash accounting (#37050)

* Qual: Translate french 'avec' comments to English (#37049)

# Qual: Translate french 'avec' comments to English

* FIX divisa rate indirect to direct because Dolibarr use indirect for default (#37046)

* FIX rate_indirect to rate_direct

Direct	: 	1 Divisa Currency = X Currency Main.
Indirect	: 	1 Currency Main = X Divisa Currency.
Then for Dolibarr use is Indirect for default

* FIX divisa rate indirect to direct

Direct	: 	1 Divisa Currency = X Currency Main.
Indirect: 	1 Currency Main = X Divisa Currency.
Then for Dolibarr use is Indirect for default

* FIX divisa rate indirect to direct

Direct	: 	1 Divisa Currency = X Currency Main.
Indirect: 	1 Currency Main = X Divisa Currency.
Then for Dolibarr use is Indirect for default

* FIX divisa rate indirect to direct

Direct	: 	1 Divisa Currency = X Currency Main.
Indirect: 	1 Currency Main = X Divisa Currency.
Then for Dolibarr use is Indirect for default

* FIX divisa rate indirect to direct

Direct	: 	1 Divisa Currency = X Currency Main.
Indirect: 	1 Currency Main = X Divisa Currency.
Then for Dolibarr use is Indirect for default

* Divisa rate direct

Direct	: 	1 Divisa Currency = X Currency Main.
Indirect: 	1 Currency Main = X Divisa Currency.
Then for Dolibarr use is Indirect for default

* Add col rate_direct because Dolibarr use for.default rate indirect

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>

* CI

* Add thumbnails for avif (#37045)

* vignette for avif

* vignette for avif

* vignette for avif

* vignette for avif

* vignette for avif

* vignette for avif

* vignette for avif

* vignette for avif

* vignette for avif

* vignette for avif

* vignette for avif

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>

* FIX #36892

* NEW : Manage discount for all lines for supplier elements. (#36954)

* NEW : Manage remise for all lines for supplier elements.

* Cast remise_percent to float in updateline call

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>

* Fix Signature position (#37048)

Move up the position of the signature to fix its explosion on 3 pages

* remove french doc and fix travis migration missing (#37053)

* fix french doc

* fix french doc

* fix french doc

* fix french doc

* Clean up comments in card.php

Removed unnecessary comments from card.php

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>

* Debug v23

* Fix CSS

* Fix CSS

* Fix sql syntax error

* Fix sql syntax error

* Add optionnal img to openid login (#37060)

* fix french doc (#37056)

* fix french doc

* fix french doc

* fix french doc

* doc translation

* doc translation

* doc translation

* doc translation

* doc translation

* load tables in init for create categorie table associated (#37059)

* Fix situation invoice

* Fix situation invoice

* Debug v23

* Link and filter on ountry for holiday types

* Link and filter on ountry for holiday types

* Trans

* Debug v23

* css

* CSS on current day

* Debug v23

* css

* More complete message

* Make array of dispute status a shared constant

* Debug v23

* Debug v23

* bad link on sql in fichinter list (#37081)

* bad link on sql in fichinter list (#37081)

* FIX: TakePOS, webapp-hardware-bridge and TakePOS-Connector for modern weighing scales (#37078)

* feat: CustomerDisplay through Webapp-Hardware-Bridge

* feat: WeighingScale through Webapp-Hardware-Bridge

* feat: WeighingScale through Webapp-Hardware-Bridge

* fix: looks like a typo

* feat: for small screens

* fix: attribut contenant le prix du produit ajouté

* feat: ajout d'un callback de gestion d'erreur

* Clean code for Takepos

* Debug v23

* Fix new path of dolreceiptprinter.class.php

* Adjust signature appearance position in PDF generation (#37076)

* EmailCollector: exclude sender emails/domains (#37075)

# Conflicts:
#	htdocs/langs/en_US/admin.lang

Co-authored-by: braito4 <braito4@users.noreply.github.com>

* fix: dev/examples/zapier/package.json to reduce vulnerabilities (#37071)

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-LODASH-15053838

Co-authored-by: snyk-bot <snyk-bot@snyk.io>

* translate french doc to english (#37064)

* fix french doc

* fix french doc

* fix french doc

* fix french doc

* fix

* fix

* fix

* fix

* Trans

* Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop

* Change translation function to transnoentities (#37065)

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>

* Change translation function to transnoentities (#37065)

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>

* NEW Show total multicurrency on payment (#37070)

* Total multicurrency

* Total multicurrency paiment

* total result multicurrency

* show total multicurrency

* Fix CI

* CLOSE #37085 - Popup notif is just under the menu bar

* fix: add missing geturl lib (#37088)

* Fix CI

* Restrict to modiied files

* #36843 Update card-rec.php (#37062)

The item desc is already added into the line when selecting the Item. No Need to concat it again when clicking the "add" button.

* Clean code

* Fix CI

* Doc

* Fix CI

* family assignment logic on user perms of external modules (#36456)

* family assignment logic on user perms of external modules

Updated family assignment logic to default to 'other' if family does not exist in $familyinfo.

* Update copyright year for Charlene Benke

* family assignment logic on user perms of external modules (#36456)

* family assignment logic on user perms of external modules

Updated family assignment logic to default to 'other' if family does not exist in $familyinfo.

* Update copyright year for Charlene Benke

* Fix comment and keep external modules out of core modules

* Close #36975

* Close #36975

* css

* NEW : hide remise_except unit price on invoice lines (#37066)

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>

* NEW(API): create fixed amount discount (#37091)

* NEW(API): create fixed amount discount

* FIX CI

* FIX CI

---------

Co-authored-by: Benjamin Falière <benjamin.faliere@altairis.fr>

* Fix phan

* CI

* FIX

* FIX

* NEW - Definition of a global email signature

* Fix parameter in DolEditor instantiation

* Fix DolEditor instantiation parameter

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
Co-authored-by: Laurent Destailleur <eldy@users.sourceforge.net>
Co-authored-by: Lucas Marcouiller <45882981+Hystepik@users.noreply.github.com>
Co-authored-by: Lucas Marcouiller <lmarcouiller@dolicloud.com>
Co-authored-by: MDW <mdeweerd@users.noreply.github.com>
Co-authored-by: Frédéric FRANCE <frederic34@users.noreply.github.com>
Co-authored-by: Alexandre SPANGARO <alexandre.spangaro@gmail.com>
Co-authored-by: Braito <braito4@hotmail.com>
Co-authored-by: caminotravelcenter <caminotravelcenter@localhost>
Co-authored-by: hansemschnokeloch <hansemschnokeloch@users.noreply.github.com>
Co-authored-by: atm-jonathan <146709163+atm-jonathan@users.noreply.github.com>
Co-authored-by: sonikf <93765174+sonikf@users.noreply.github.com>
Co-authored-by: Charlène Benke <1179011+defrance@users.noreply.github.com>
Co-authored-by: Thatoo <Thatoo@users.noreply.github.com>
Co-authored-by: Zakaria Boushaba <48571684+Boushabazakaria@users.noreply.github.com>
Co-authored-by: Zakaria Boushaba <z.boushaba@vold.africa>
Co-authored-by: Vincent Maury <artec.vm@arnac.net>
Co-authored-by: vmaury <vmaury@vmaury-Lafite-Pro-16-AMD>
Co-authored-by: Jyhere <jyhere@gmail.com>
Co-authored-by: Lenin Rivas <53640168+leninrivas@users.noreply.github.com>
Co-authored-by: ThomasNgr-OpenDSI <tnegre@open-dsi.fr>
Co-authored-by: Pierre Ardoin <32256817+mapiolca@users.noreply.github.com>
Co-authored-by: LePat <patrick.muscat@gmail.com>
Co-authored-by: braito4 <braito4@users.noreply.github.com>
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Co-authored-by: Vanyo <vanyolai@gmail.com>
Co-authored-by: AWeerWolf <74211972+AWeerWolf@users.noreply.github.com>
Co-authored-by: Benjamin Falière <121813548+BenjaminFlr@users.noreply.github.com>
Co-authored-by: Benjamin Falière <benjamin.faliere@altairis.fr>
Co-authored-by: Anthony Berton <anthony.berton@bb2a.fr>
2026-08-02 16:59:36 +02:00
..
menus Qual: Fix 'SqlInjection' notices (#39222) 2026-07-20 02:51:25 +02:00
remotestore Trans 2026-07-30 11:56:51 +02:00
system Debug v24 2026-07-27 04:28:59 +02:00
tools FIX: Remove always-true error checks in mysql dump export (#39339) 2026-07-31 21:34:51 +02:00
accounting.php Debug v23 2026-01-07 02:35:53 +01:00
agenda.php add dolBuildUrl (#35664) 2025-10-17 02:31:07 +02:00
agenda_extrafields.php clean code (#37955) 2026-04-21 14:54:15 +02:00
agenda_extsites.php NEW Can enable/disable external calender per calendar. 2026-03-20 11:51:18 +01:00
agenda_other.php clean code for action specimen (#38865) 2026-06-25 19:01:16 +02:00
agenda_reminder.php add dolBuildUrl (#35664) 2025-10-17 02:31:07 +02:00
agenda_xcal.php Clean code 2025-10-23 14:14:53 +02:00
bank.php clean code for action specimen (#38865) 2026-06-25 19:01:16 +02:00
bank_extrafields.php clean code (#37955) 2026-04-21 14:54:15 +02:00
bank_payments_extrafields.php NEW - Various payments - Add extrafield (#38260) 2026-05-18 03:27:35 +02:00
bank_various_payment_extrafields.php NEW - Various payments - Add extrafield (#38260) 2026-05-18 03:27:35 +02:00
bankline_extrafields.php clean code (#37955) 2026-04-21 14:54:15 +02:00
barcode.php Qual: Fix 'SqlInjection' notices (#39223) 2026-07-20 02:51:42 +02:00
bom.php clean code for action specimen (#38865) 2026-06-25 19:01:16 +02:00
bom_extrafields.php clean code (#37955) 2026-04-21 14:54:15 +02:00
bomline_extrafields.php clean code (#37955) 2026-04-21 14:54:15 +02:00
boxes.php Qual: Fix 'SqlInjection' notices (#39225) 2026-07-20 02:52:07 +02:00
chequereceipts.php add dolBuildUrl (#35664) 2025-10-17 02:31:07 +02:00
clicktodial.php Debug v23 2025-12-28 16:08:38 +01:00
company.php Debug setup install. Show warnings on problems. 2026-07-24 09:47:32 +02:00
company_socialnetworks.php Debug setup install. Show warnings on problems. 2026-07-24 09:47:32 +02:00
compta.php add dolBuildUrl (#35664) 2025-10-17 02:31:07 +02:00
const.php Qual: Fix 'SqlInjection' notices (#39225) 2026-07-20 02:52:07 +02:00
contract.php clean code for action specimen (#38865) 2026-06-25 19:01:16 +02:00
dav.php Move stats as view mode 2026-05-11 00:29:34 +02:00
debugbar.php add dolBuildUrl (#35664) 2025-10-17 02:31:07 +02:00
defaultvalues.php css 2026-04-23 00:10:58 +02:00
delais.php Clean code 2025-11-09 12:43:04 +01:00
delivery.php clean code for action specimen (#38865) 2026-06-25 19:01:16 +02:00
delivery_extrafields.php clean code (#37955) 2026-04-21 14:54:15 +02:00
deliverydet_extrafields.php clean code (#37955) 2026-04-21 14:54:15 +02:00
dict.php Qual: Fix Phan notices (#39281) 2026-07-27 13:03:04 +02:00
ecm.php add dolBuildUrl (#35664) 2025-10-17 02:31:07 +02:00
ecm_directories_extrafields.php clean code (#37955) 2026-04-21 14:54:15 +02:00
ecm_files_extrafields.php clean code (#37955) 2026-04-21 14:54:15 +02:00
emailcollector_card.php Clean code 2026-05-04 09:54:31 +02:00
emailcollector_list.php Clean code 2026-04-23 17:41:15 +02:00
eventorganization.php Debug 2026-06-23 14:15:35 +02:00
eventorganization_confbooth_extrafields.php clean code (#37955) 2026-04-21 14:54:15 +02:00
eventorganization_confboothattendee_extrafields.php clean code (#37955) 2026-04-21 14:54:15 +02:00
eventorganization_public.php clean code (#38081) 2026-05-07 14:13:08 +02:00
events.php add dolBuildUrl (#35664) 2025-10-17 02:31:07 +02:00
expedition.php add dolBuildUrl (#35664) 2025-10-17 02:31:07 +02:00
expedition_extrafields.php clean code (#37955) 2026-04-21 14:54:15 +02:00
expeditiondet_extrafields.php clean code (#37955) 2026-04-21 14:54:15 +02:00
expensereport.php clean code for action specimen (#38865) 2026-06-25 19:01:16 +02:00
expensereport_extrafields.php clean code (#37955) 2026-04-21 14:54:15 +02:00
expensereport_ik.php add dolBuildUrl (#35664) 2025-10-17 02:31:07 +02:00
expensereport_rules.php Try to reduce false postivie of ia scanner 2026-03-02 02:40:06 +01:00
export.php add dolBuildUrl (#35664) 2025-10-17 02:31:07 +02:00
external_rss.php Merge branch '23.0' of git@github.com:Dolibarr/dolibarr.git into develop 2026-07-18 16:17:03 +02:00
fckeditor.php Debug v24 2026-05-04 11:43:19 +02:00
fediverse.php Qual: Fix 'SqlInjection' notices (#39225) 2026-07-20 02:52:07 +02:00
fichinter.php clean code for action specimen (#38865) 2026-06-25 19:01:16 +02:00
fichinter_xcal.php add dolBuildUrl (#35664) 2025-10-17 02:31:07 +02:00
geoipmaxmind.php Merge branch '23.0' of git@github.com:Dolibarr/dolibarr.git into develop 2026-01-19 15:39:48 +01:00
holiday.php clean code for action specimen (#38865) 2026-06-25 19:01:16 +02:00
holiday_extrafields.php clean code (#37955) 2026-04-21 14:54:15 +02:00
hrm.php Fix some php stan warnings 2025-12-08 12:02:31 +01:00
ihm.php Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into 2026-06-16 14:57:45 +02:00
import.php add dolBuildUrl (#35664) 2025-10-17 02:31:07 +02:00
index.php FIX e-invoice marketplace search on admin home (#39267) 2026-07-23 16:21:06 +02:00
invoice.php clean code for action specimen (#38865) 2026-06-25 19:01:16 +02:00
invoice_situation.php Automated merge from 23.0 to develop 2026-07-15 02:06:09 +02:00
knowledgemanagement.php NEW Output of category tag is nicer for long subcategories. 2025-10-29 16:50:09 +01:00
knowledgerecord_extrafields.php clean code (#37955) 2026-04-21 14:54:15 +02:00
ldap.php fix change some conf->global to getdolglobal (#36874) 2026-01-16 02:55:21 +01:00
ldap_contacts.php add dolBuildUrl (#35664) 2025-10-17 02:31:07 +02:00
ldap_groups.php add dolBuildUrl (#35664) 2025-10-17 02:31:07 +02:00
ldap_members.php add dolBuildUrl (#35664) 2025-10-17 02:31:07 +02:00
ldap_members_types.php add dolBuildUrl (#35664) 2025-10-17 02:31:07 +02:00
ldap_users.php add dolBuildUrl (#35664) 2025-10-17 02:31:07 +02:00
limits.php debug 2026-07-02 15:02:20 +02:00
loan.php add dolBuildUrl (#35664) 2025-10-17 02:31:07 +02:00
mailing.php fix change some conf->global to getdolglobal (#36874) 2026-01-16 02:55:21 +01:00
mailman.php add dolBuildUrl (#35664) 2025-10-17 02:31:07 +02:00
mails.php NEW - Definition of a global email signature (#37427) 2026-08-02 16:59:36 +02:00
mails_emailing.php Qual: Fix french comments and improve detector (#39026) 2026-07-01 12:26:51 +02:00
mails_ingoing.php FIX: Translate French code comments to English in accountancy, admin and ai modules 2026-06-28 09:51:09 +02:00
mails_passwordreset.php Qual: Fix french comments and improve detector (#39026) 2026-07-01 12:26:51 +02:00
mails_senderprofile_list.php Fix preselected user in edit of email sender profiles. 2026-07-28 16:14:31 +02:00
mails_templates.php Qual/Sec: Use db->sanitize instead of db->escape when not quoted, fix some quoting (#39286) 2026-07-27 13:00:33 +02:00
mails_ticket.php Qual: Fix french comments and improve detector (#39026) 2026-07-01 12:26:51 +02:00
menus.php fix change some conf->global to getdolglobal (#36874) 2026-01-16 02:55:21 +01:00
modulehelp.php QUAL - Supplier modules - Separate - Module descriptor part (#37769) 2026-04-07 14:30:17 +02:00
modules.php Debug v24 2026-07-27 04:28:59 +02:00
mrp.php clean code for action specimen (#38865) 2026-06-25 19:01:16 +02:00
mrp_extrafields.php clean code (#37955) 2026-04-21 14:54:15 +02:00
mrp_production_extrafields.php clean code (#37955) 2026-04-21 14:54:15 +02:00
multicurrency.php fix change some conf->global to getdolglobal (#36874) 2026-01-16 02:55:21 +01:00
notification.php Reorder lines 2026-04-28 01:21:30 +02:00
oauth.php Fix error management in oauth handlers 2026-02-25 21:49:13 +01:00
oauthlogintokens.php Fix data saved with generic oauth 2026-02-25 22:50:39 +01:00
openid_connect.php NEW: Add OIDC user auto-creation and fix login bugs (#37314) 2026-02-28 15:37:48 +01:00
openinghours.php Debug setup install. Show warnings on problems. 2026-07-24 09:47:32 +02:00
order.php clean code for action specimen (#38865) 2026-06-25 19:01:16 +02:00
order_extrafields.php clean code (#37955) 2026-04-21 14:54:15 +02:00
orderdet_extrafields.php clean code (#37955) 2026-04-21 14:54:15 +02:00
payment.php Automated merge from 22.0 to 23.0 by tool pullmerge.sh 2026-04-15 20:08:42 +02:00
paymentbybanktransfer.php clean code for action specimen (#38865) 2026-06-25 19:01:16 +02:00
pdf.php Fight against optionflation. 2025-11-17 14:52:46 +01:00
pdf_other.php Look and feel v24 2026-04-21 13:24:51 +02:00
perms.php Qual: Fix 'SqlInjection' notices (#39231) 2026-07-20 15:28:15 +02:00
prelevement.php Qual: Fix 'SqlInjection' notices (#39225) 2026-07-20 02:52:07 +02:00
propal.php clean code for action specimen (#38865) 2026-06-25 19:01:16 +02:00
proxy.php Clean code 2025-11-09 12:43:04 +01:00
receiptprinter.php Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into 2026-02-04 14:27:02 +01:00
reception_extrafields.php clean code (#37955) 2026-04-21 14:54:15 +02:00
reception_setup.php add dolBuildUrl (#35664) 2025-10-17 02:31:07 +02:00
receptiondet_batch_extrafields.php clean code (#37955) 2026-04-21 14:54:15 +02:00
resource.php add dolBuildUrl (#35664) 2025-10-17 02:31:07 +02:00
resource_extrafields.php clean code (#37955) 2026-04-21 14:54:15 +02:00
security.php css 2026-04-10 17:21:57 +02:00
security_captcha.php Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into 2026-04-03 22:54:53 +02:00
security_file.php Fix deletion must not use the glob by default. 2026-07-29 13:20:28 +02:00
security_headers_http.php Merge branch '23.0' of git@github.com:Dolibarr/dolibarr.git into develop 2026-04-30 14:57:57 +02:00
security_other.php Restore feature to manage timeout (when garbage is done at page access) 2026-03-25 23:36:43 +01:00
sms.php Qual: Fix french comments and improve detector (#39026) 2026-07-01 12:26:51 +02:00
spip.php add dolBuildUrl (#35664) 2025-10-17 02:31:07 +02:00
stock.php clean code for action specimen (#38865) 2026-06-25 19:01:16 +02:00
stocktransfer.php clean code (#36260) 2025-11-18 11:41:28 +01:00
subcontractors.php Debug setup install. Show warnings on problems. 2026-07-24 09:47:32 +02:00
subtotals.php css 2026-07-09 16:26:08 +02:00
syslog.php Automated merge from 23.0 to develop 2026-06-19 03:59:57 +02:00
taxes.php clean code (#37955) 2026-04-21 14:54:15 +02:00
ticket.php Merge v23 2026-02-25 19:18:10 +01:00
ticket_extrafields.php clean code (#37955) 2026-04-21 14:54:15 +02:00
ticket_public.php NEW use of rich editor is off by default on public page 2026-03-26 16:14:23 +01:00
translation.php Debug v24 2026-07-24 06:54:27 +02:00
triggers.php Fix picto module zapier 2025-10-19 18:11:00 +02:00
user.php clean code for action specimen (#38865) 2026-06-25 19:01:16 +02:00
usergroup.php clean code for action specimen (#38865) 2026-06-25 19:01:16 +02:00
webhook.php Clean code 2025-10-02 10:56:12 +02:00
website.php Qual: Fix 'SqlInjection' notices (#39221) 2026-07-20 02:51:11 +02:00
website_options.php Look and feel v23 - Add an arrow back to module page 2025-08-09 20:44:30 +02:00
workflow.php Qual: Add types for $workflow and $workflowcodes. 2025-11-28 03:14:15 +01:00
workstation.php clean workstation setup (#36100) 2025-11-05 22:24:02 +01:00
workstation_extrafields.php clean code (#37955) 2026-04-21 14:54:15 +02:00