Commit Graph

4547 Commits

Author SHA1 Message Date
Laurent Destailleur
ac4ce3d667 Try better fix for #28194 2024-05-25 14:12:53 +02:00
Laurent Destailleur
0163cc6278 Debug export website 2024-05-12 20:27:03 +02:00
Laurent Destailleur
2f30bf8672 FIX PHP warning 2024-05-09 14:54:24 +02:00
Frédéric FRANCE
7ea6a406bd NEW add geometrics extrafield (#28239)
* add extrafield point

* wip

* wip

* wip

* input

* input

* output values

* update values

* update values

* update values

* update values

* update values

* wip

* add geomapeditor

* add geomapeditor

* add linestring and polygon

* add linestring and polygon

* add linestring and polygon

* add linestring and polygon

* wip

* wip

* can store and retrieve linestring

* can store and retrieve linestring

* coordinates are inverted

* coordinates are inverted

* add multipoints

* use text instead binary

* auto center map

* wip

wip

* doc

* fix

* wip

* wip

* translation dynamic

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-04-24 15:27:38 +02:00
Laurent Destailleur
f1bc41d100 Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-04-23 22:36:13 +02:00
Laurent Destailleur
0dcc75318b FIX Conflict with autoload 2024-04-23 17:12:50 +02:00
kkhelifa-opendsi
569e8a8577 NEW: Add support of [IF] tag other than in the core content (ex: headers who is in stylesXml) (#29357) 2024-04-18 14:56:17 +01:00
Laurent Destailleur
f5ef058582 FIX Fatal error of imap on php8.2 2024-03-27 10:43:08 +01:00
Laurent Destailleur
50aadc43f9 NEW Upgrade jsChantImproved to 2.8.10 2024-03-23 17:18:11 +01:00
Laurent Destailleur
34c98ce4aa Fix constant name 2024-03-01 14:07:14 +01:00
Laurent Destailleur
bf7390b569 Fix compatibility 2024-01-24 23:53:13 +01:00
Laurent Destailleur
03d95f81f6 Fix composer pb 2024-01-22 03:19:05 +01:00
Laurent Destailleur
96925bc645 NEW Upgrade Sabre lib to 4.6.0 2024-01-15 13:58:04 +01:00
Laurent Destailleur
5599ac733b QUAL: Remove the external js library jstimezonedetect 2024-01-14 21:37:04 +01:00
Laurent Destailleur
5577cfbb26 Update jstz 2024-01-14 21:20:57 +01:00
MDW
5d68f1b0ee Qual: Fix line endings of yaml files for yamllint. (#27479)
# Qual: Fix line endings of yaml files for yamllint.

yamllint (included in the pre-commit setup) has some messages about the line-endings of yml files.
This fixes that.
2024-01-13 15:49:17 +01:00
Jon Bendtsen
b3059c566a Updated names for timezones (#27478)
* Updated names for 2 US timezones where PHP list the old name in "do not use"
with the new name which PHP lists in the "America" category

https://www.php.net/manual/en/timezones.others.php
https://www.php.net/manual/en/timezones.america.php

* 2 more timezones listed as deperated

* Listed in https://www.php.net/manual/en/timezones.africa.php

* listed as deperated in https://www.php.net/manual/en/timezones.others.php

* new name in https://www.php.net/manual/en/timezones.america.php

* new name from https://www.php.net/manual/en/timezones.america.php

* also deprecated https://www.php.net/manual/en/timezones.others.php

* Godthab changed name to Nuuk

https://data.iana.org/time-zones/tzdb/NEWS

* deprecated https://www.php.net/manual/en/timezones.others.php

* apparently deprecated https://www.php.net/manual/en/timezones.others.php

* also deprecated https://www.php.net/manual/en/timezones.others.php

* old australian timezone names https://www.php.net/manual/en/timezones.others.php

* new australian timezones https://www.php.net/manual/en/timezones.australia.php

* all 4 Brazil timezones are deprecated https://www.php.net/manual/en/timezones.others.php

* canada and CET deprecated https://www.php.net/manual/en/timezones.others.php

* deprecated https://www.php.net/manual/en/timezones.others.php

* added the missing timezones from https://www.php.net/manual/en/timezones.php

---------

Co-authored-by: Jon Bendtsen <xcodeauthor@jonb.dk>
2024-01-13 15:35:12 +01:00
Jon Bendtsen
45df091683 Using the same timezones for Argentina which is mentioned in https://www.php.net/manual/en/timezones.america.php (#27473)
Co-authored-by: Jon Bendtsen <xcodeauthor@jonb.dk>
2024-01-12 22:26:00 +01:00
MDW
417726f7b1 Fix: Disable execute bit in git + correct shebangs (#27450)
# Fix: Execute bits in git and shebangs

Some files had the execute bit improperly set to enabled.
Some scripts did not have a correct shebang.
2024-01-12 17:10:16 +01:00
Laurent Destailleur
24fe79b1c6 Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-01-10 22:14:31 +01:00
MDW
412f8406dd Fix: Change TCPDF::_out to public because of pdf.lib.php (#27333)
# Fix: Change TCPDF::_out to public because of pdf.lib.php

TCPDF::_out is used 2 times as ->_out(...) in htdocs/core/lib/pdf.lib.php.
Changing php.lib.php requires more analysis.  Making TCPDF::_out public is
the quick solution.
2024-01-10 22:10:13 +01:00
Laurent Destailleur
c13228efe8 Fix #yogosha19828 2024-01-09 20:50:30 +01:00
Laurent Destailleur
f45f5c3291 Fix #yogosha19828 2024-01-09 20:32:31 +01:00
Laurent Destailleur
2c52622348 Merge pull request #27248 from a-schild/25828-odt-fix-wrong-styles
25828 odt fix wrong styles
2024-01-05 20:11:45 +01:00
Laurent Destailleur
3fe97af1ad Update odf.php
No need of a very high entropy as we already have the microsecond in string.
2024-01-05 20:11:07 +01:00
Laurent Destailleur
4ad69cb635 Update odf.php 2024-01-05 20:08:41 +01:00
André Schild
37f4053c6f Use more secure way to generate unique id (thanks to laurent) 2024-01-04 15:04:47 +01:00
Laurent Destailleur
5a169c5932 Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0 2024-01-02 14:55:14 +01:00
Laurent Destailleur
5f8651fe87 Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0 2024-01-02 14:43:54 +01:00
Laurent Destailleur
f5a123212b Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0 2024-01-02 14:43:31 +01:00
Laurent Destailleur
29667900f6 Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0 2024-01-02 14:40:58 +01:00
Laurent Destailleur
0329bbc0cb Merge 2024-01-02 14:37:25 +01:00
Laurent Destailleur
086da9f73f Merge branch '13.0' of git@github.com:Dolibarr/dolibarr.git into 14.0 2024-01-02 14:34:34 +01:00
Laurent Destailleur
ef312e960c Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-12-29 16:53:09 +01:00
Laurent Destailleur
d2b3920684 Merge 2023-12-29 16:51:05 +01:00
André Schild
ca10e82436 Fix for issue #25828 wrong style numbering 2023-12-29 10:47:45 +01:00
Laurent Destailleur
f6acd6dfe1 Update tcpdf.php 2023-12-28 19:04:23 +01:00
iznomip
459f6eb529 fix(tcpdf): implicit conversion from float 2023-12-28 16:51:58 +01:00
Frédéric FRANCE
00f5a7bc4c Update PclZipProxy.php 2023-12-22 15:22:40 +01:00
Laurent Destailleur
63c38da901 Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-12-21 19:44:25 +01:00
Eric Seigne
40329db2b2 next fix for #17665 : autoloader collision 2023-12-21 18:20:05 +01:00
atm-adrien
2ad52d9fc9 FIX : Adding the $encode parrameter to recursive _replaceHtmlWithOdtTag() utilisation 2023-12-20 14:22:37 +01:00
Laurent Destailleur
d4f61dcf59 Fix nusoap bug 2023-12-17 13:23:06 +01:00
Laurent Destailleur
78d5e71a8f FIX #yogosha19506 2023-12-16 19:24:41 +01:00
Laurent Destailleur
6201c15d91 Update odf.php 2023-12-11 14:25:20 +01:00
Charlène Benke
486bb3bc65 php V8 Warning 2023-12-11 12:36:54 +01:00
MDW
b0414dd078 Fix utf8_encoding/decoding (rather than creating new function replacements) 2023-12-07 03:37:05 +01:00
Laurent Destailleur
c920428d84 Fix bug in ckeditor when used in mode readonly 2023-11-14 01:48:44 +01:00
Laurent Destailleur
fb65ad919e Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-10-31 13:03:04 +01:00
Laurent Destailleur
70640428dd Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0 2023-10-31 13:02:23 +01:00