2
0
forked from Wavyzz/dolibarr
Commit Graph

167 Commits

Author SHA1 Message Date
William Mead
f6c91c368c Added deprecated warnings 2024-02-01 11:42:15 +01:00
William Mead
3fb9c1f734 Update debug messages 2024-01-31 15:43:23 +01:00
William Mead
fada6a5db3 Fix PHPCS. Rename dump_content to dumpContent. 2024-01-31 15:32:58 +01:00
William Mead
f114094ffe Fix PHPCS. Rename connect_bind to connectBind. 2024-01-31 15:31:57 +01:00
William Mead
282a379f4b Cleaned code 2024-01-17 14:38:39 +01:00
William Mead
e1335db9c1 Refactored connect_bind return 2024-01-17 13:26:56 +01:00
William Mead
83614778e5 Cleaned code 2024-01-17 12:32:38 +01:00
William Mead
1dab7bc25e Cleaned PHPDoc. Removed unused global $conf. 2024-01-17 12:05:21 +01:00
William Mead
028c94f476 Cleaned & localized PHPDoc 2024-01-17 12:00:23 +01:00
William Mead
fca6159487 Updated class properties PHPDoc 2024-01-17 11:37:00 +01:00
William Mead
8163e47056 Fixed getObjectSid return type 2024-01-17 10:36:49 +01:00
William Mead
ba07cad8a1 Fixed ldapErrorCode type 2024-01-17 10:27:51 +01:00
William Mead
003d8453e7 Fixed bind type 2024-01-17 10:23:16 +01:00
William Mead
85642937e0 Added contributor details 2024-01-17 10:14:09 +01:00
William Mead
c57a928840 Fixed phpcs method name. Updated PHPDoc. 2024-01-17 10:10:46 +01:00
William Mead
d49591d433 Refactored setReferrals method 2024-01-17 10:02:05 +01:00
William Mead
cbe70b11fb Updated PHPDoc 2024-01-17 09:52:45 +01:00
William Mead
0edd6f62ff Added setSizeLimit method 2024-01-17 09:51:16 +01:00
William Mead
14637a5dc7 Refactored setVersion method 2024-01-17 09:16:22 +01:00
William Mead
2feb4f1bbe Refactored getVersion method 2024-01-16 17:47:20 +01:00
William Mead
5f838ae653 Fixed default error string 2024-01-16 17:36:48 +01:00
MDW
89004f7e03 Qual: Spelling htdocs/core (#27491)
Highlights:
- initialY in pdf_standard.modules.php was unused
  - remove (otherwise -> initially) (+same in other file)
2024-01-13 19:48:20 +01:00
Frédéric FRANCE
3de98eb936 fix phpstan (#27401) 2024-01-10 19:52:55 +01:00
Laurent Destailleur
4501872f17 Clean code with rector 2 2024-01-05 04:33:58 +01:00
MDW
b0414dd078 Fix utf8_encoding/decoding (rather than creating new function replacements) 2023-12-07 03:37:05 +01:00
Frédéric FRANCE
61b79fda17 avoid phpstan error with phpdoc 2023-12-06 15:46:39 +01:00
Laurent Destailleur
54e6de0d7f Fix with php-cs-fixer 2023-12-04 12:04:36 +01:00
Frédéric FRANCE
53c8a3acf8 clean phpdoc for phpstan (#26905) 2023-12-01 19:51:32 +01:00
Laurent Destailleur
de96af8543 Fix warning php8.2 2023-11-27 11:24:19 +01:00
MDW
acea5c17dd each is deprecated in PHP7.2 and removed in PHP8.0 (#26317)
See https://www.php.net/manual/en/function.each.php
2023-10-23 19:20:55 +02:00
Laurent Destailleur
1f38e54e78 Clean code 2023-10-15 15:32:35 +02:00
Regis Houssin
cdf4292415 FIX remove DISTINCT when MULTICOMPANY_TRANSVERSE_MODE is used (#26143)
* FIX (WIP) remove DISTINCT when MULTICOMPANY_TRANSVERSE_MODE is used

* FIX optimize code

* FIX replace with $this->db->prefix()

* FIX works on uniformize MULTICOMPANY_TRANSVERSE_MODE

* FIX syntax error
2023-10-11 11:38:56 +02:00
Frédéric FRANCE
cbdd080aa3 phpstan 2023-08-27 15:02:43 +02:00
Laurent Destailleur
b49c326824 Clean deprecated code on old fields skype, twitter, ... 2023-08-26 10:57:49 +02:00
Laurent Destailleur
fd3ec20f36 Update qodana rules 2023-04-30 04:24:17 +02:00
Laurent Destailleur
040958f73d Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-03-02 21:28:32 +01:00
Laurent Destailleur
3578adc3e6 Merge pull request #23984 from Yanonix/develop
Fix LDAP Authentification failure with error 500
2023-03-02 18:20:39 +01:00
Laurent Destailleur
a64ed59e18 Merge 2023-02-23 22:25:56 +01:00
Laurent Destailleur
f6f420d19a Doc 2023-02-22 17:26:22 +01:00
Laurent Destailleur
53014290cf Fix unbind 2023-02-22 17:18:42 +01:00
Laurent Destailleur
0b4cacd291 Use dolChmod 2023-02-17 20:01:53 +01:00
Laurent Destailleur
2a0a0fc470 Clean old deprecated code on social networks fields 2023-01-30 14:13:02 +01:00
Laurent Destailleur
43a0ccce2b Clean code 2023-01-04 11:37:24 +01:00
Laurent Destailleur
3dfe09d1fe Fix doxygen 2022-12-30 02:24:05 +01:00
Laurent Destailleur
6c223eafc9 Fix doxygen and warnings 2022-12-30 02:22:35 +01:00
Laurent Destailleur
f83102f99c Merge pull request #23121 from Humml87/16.0_Fix_#23120_LDAP_dol_syslog_argument
Fix #23120 dol_syslog argument bug.
2022-12-06 18:57:42 +01:00
Christian Humpel
81bf68471d Fix #23120 dol_syslog argument bug. 2022-12-06 15:13:44 +01:00
Laurent Destailleur
69ca6c02d7 Add debug for ldap 2022-10-20 12:16:12 +02:00
Laurent Destailleur
e3435bc301 Add debug for ldap 2022-10-20 12:14:11 +02:00
Laurent Destailleur
fb28d14097 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2022-09-28 21:20:37 +02:00