Laurent Destailleur
efe6571e16
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into 20.0
2024-10-08 20:49:01 +02:00
Laurent Destailleur
21eb8e585f
Fix detection of text browser with w3m
2024-10-08 20:48:37 +02:00
John BOTELLA
7faa9bad67
Fix 20.0 Action buttion url autocomplete (button dropdown part04) ( #31266 )
...
* Fix dol get action buttion url autocomplette
* change mailto
* change mailto
* Remove anonymous function
* Remove anonymous function
* Update functions.lib.php
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-10-07 15:42:17 +02:00
Laurent Destailleur
081d3fabfc
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 20.0
2024-10-07 15:20:16 +02:00
Laurent Destailleur
b07cc82058
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
2024-10-07 15:17:49 +02:00
Mikko Virtanen
0811ff5f07
FIX dolFICalculatePaymentReference for Finland in functions_fi.lib.php ( #31281 )
...
* Update functions_fi.lib.php
Fix calculation from some base numbers
* Update functions_fi.lib.php
2024-10-07 14:52:12 +02:00
Laurent Destailleur
63d4b5e3d8
FIX Backport fix fatal error on price with some truncating setup
2024-10-06 22:17:26 +02:00
Laurent Destailleur
eebb16c693
Redice cyclomatic complexity
2024-10-03 20:08:09 +02:00
Laurent Destailleur
e412dbbe05
Merge manually fix of #31217 + other fix for use by external modules
2024-10-03 19:30:06 +02:00
Laurent Destailleur
6f6a87cd78
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into 20.0
2024-10-03 17:25:10 +02:00
Laurent Destailleur
88b488cfbb
Fix for better compatibility
2024-10-03 17:23:29 +02:00
John BOTELLA
a272d929a5
Fix $ in key ( #31215 )
2024-10-03 17:14:28 +02:00
Laurent Destailleur
37c55004e7
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 20.0
2024-10-03 16:17:27 +02:00
Laurent Destailleur
6a09e7c91a
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
2024-10-03 16:15:06 +02:00
HENRY Florian
90a5589c58
fix: php warning ( #31244 )
2024-10-03 15:39:32 +02:00
Sylvain Legrand
5d58a33f37
Fix tz array ( #31240 )
...
The list of time zones included in the 'get_tz_array()' function no longer matches the list of zones supported by PHP!
See the pages "https://www.php.net/manual/fr/timezones.php "
When using these values, this caused a 500 error: "PHP Fatal error: Uncaught Exception: DateTimeZone::__construct(): Unknown or bad timezone (Pacific/Enderbury) " for example =>
$arraytz = get_tz_array();
foreach ($arraytz as $key => $value) {
$date = new DateTime();
$date->setTimezone(new DateTimeZone($value));
}
When several zone names could be used for the same time zone, I favored the canonical name (The primary, preferred zone name).
See the table "https://en.wikipedia.org/wiki/List_of_tz_database_time_zones "
2024-10-03 15:38:41 +02:00
Laurent Destailleur
59004c6fe8
FIX Revert storing of ticket files into event dir, too many troubles.
...
Files must remains into ticket directory.
2024-10-03 15:04:32 +02:00
Laurent Destailleur
b37773cf94
Fix mutitenant MS oauth
2024-10-03 00:05:33 +02:00
Laurent Destailleur
11ea0ad9fd
Fix fatal error with bad parameters
2024-10-02 15:15:52 +02:00
Laurent Destailleur
b5730db759
Fix error
2024-10-02 12:19:29 +02:00
Laurent Destailleur
8bdd3fe3cd
Fix error
2024-10-02 12:19:21 +02:00
Laurent Destailleur
83cf2c8c57
FIX OAuth generation of token for Microsoft, Stripe and Generic
2024-10-01 21:53:45 +02:00
Laurent Destailleur
4a86964e18
Fix image in RSS
2024-09-30 16:18:46 +02:00
Laurent Destailleur
5886355a87
Fix image in RSS
2024-09-30 16:09:19 +02:00
Laurent Destailleur
4b9ce8a9bc
Fix: method getImagePublicURLOfObject can't work on WebsitePage so add a
...
method getImageFromHtmlContent to compensate.
2024-09-30 15:38:31 +02:00
Laurent Destailleur
9eed19578a
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 20.0
2024-09-29 22:42:49 +02:00
Laurent Destailleur
399a752c78
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
2024-09-29 22:42:13 +02:00
Laurent Destailleur
97eacefa6b
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0
2024-09-29 22:41:54 +02:00
Laurent Destailleur
f5fbbcfcb8
Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0
2024-09-29 22:40:45 +02:00
Laurent Destailleur
2c67c8b6ff
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0
2024-09-29 22:32:01 +02:00
Laurent Destailleur
d0fb08adf4
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0
2024-09-29 22:31:42 +02:00
Laurent Destailleur
624493fb26
Merge branch '13.0' of git@github.com:Dolibarr/dolibarr.git into 14.0
2024-09-29 22:30:07 +02:00
Laurent Destailleur
6eddee9a78
Merge branch '12.0' of git@github.com:Dolibarr/dolibarr.git into 13.0
2024-09-29 22:29:19 +02:00
Laurent Destailleur
a27538f582
Merge branch '11.0' of git@github.com:Dolibarr/dolibarr.git into 12.0
2024-09-29 22:27:42 +02:00
Laurent Destailleur
32646cb7f4
Merge branch '10.0' of git@github.com:Dolibarr/dolibarr.git into 11.0
2024-09-29 19:25:49 +02:00
Florian Mortgat
74b67eb6c6
FIX - use price() to display qty on a product's stats tab to avoid showing too many decimals when rounding errors are possible ( #31165 )
2024-09-29 15:57:05 +02:00
Laurent Destailleur
4ea503f366
Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0
2024-09-26 03:30:40 +02:00
Laurent Destailleur
65c9bd7dcf
Merge remote-tracking branch 'origin/15.0' into 16.0
2024-09-26 03:25:38 +02:00
Laurent Destailleur
16a0d1d7d5
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0
2024-09-26 03:23:00 +02:00
thomas-Ngr
bb40a43c5f
FIX Add same security test whe nuploading files from API than from GUI ( #31114 )
...
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-09-26 03:13:34 +02:00
Laurent Destailleur
0f5e5e1e5b
FIX Maxi debug edit/delete accounting transaction
2024-09-23 21:42:52 +02:00
Laurent Destailleur
6ca2e746ca
Fix DOS attack by using num_public_holiday() - repeated sql in loop
2024-09-23 13:09:45 +02:00
Laurent Destailleur
1bf09629cb
Fix holiday types common to all entities
2024-09-23 11:32:14 +02:00
Laurent Destailleur
87adbbb769
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
2024-09-20 02:39:55 +02:00
Laurent Destailleur
cf931a8a90
FIX retreiving user specific constant
2024-09-19 14:27:08 +02:00
Benjamin Falière
dcba3347d8
Retroport: FIX determine multi-currency price on object line create tpl ( #28021 ) ( #30535 )
...
* NEW determine multi-currency price on object line create tpl (#28021 )
* Update html.form.class.php
---------
Co-authored-by: lvessiller-opendsi <lvessiller@open-dsi.fr >
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-09-18 03:22:38 +02:00
Laurent Destailleur
37d9e6e9e9
Fix search on string that include partial html content
2024-09-17 14:00:37 +02:00
Laurent Destailleur
721250edc8
Fix type hint
2024-09-17 02:46:39 +02:00
Laurent Destailleur
65edbd5f9f
FIX better compatibility with some old extrafield syntax filter
2024-09-16 15:50:47 +02:00
Laurent Destailleur
057fcdfaef
Fix: In v20, all global caches must use $conf->cache['nameofcache']
...
instead of a global variable.
2024-09-13 18:44:23 +02:00