2
0
forked from Wavyzz/dolibarr
Commit Graph

30129 Commits

Author SHA1 Message Date
Laurent Destailleur
223765aecf Fix collapse/expand on extrafields 2023-02-06 03:36:52 +01:00
Laurent Destailleur
ffc9ab300b Merge pull request #23780 from rycks/13_fix_update_public_note_error_when_document_model_not_found
13 fix update public note error when document model not found
2023-02-06 00:29:14 +01:00
Laurent Destailleur
806b2d9325 Merge pull request #23793 from frederic34/patch-7
add extrafields count in salary(ies) admin
2023-02-06 00:19:09 +01:00
Laurent Destailleur
437539ecb9 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2023-02-05 22:50:12 +01:00
Laurent Destailleur
631168f56c NEW Collapse/Expand separators supported in edit and create mode 2023-02-05 22:37:24 +01:00
Frédéric FRANCE
89c5af14f4 add extrafields count in salary(ies) admin 2023-02-05 21:14:09 +01:00
Eric Seigne
1aaec5325f warnings is better than error 2023-02-04 17:21:13 +01:00
Eric Seigne
e04cd242b0 fix #21072: error message if deocument model not found 2023-02-04 17:12:09 +01:00
Laurent Destailleur
c7b812a596 Merge pull request #23734 from Easya-Solutions/develop_new_commande_shipment_method_export
NEW Order export : allow to export field 'shipment method'.
2023-02-04 16:58:20 +01:00
Laurent Destailleur
cd8db1c60d Merge pull request #23748 from OPEN-DSI/develop_fix_insert_extra_fields_on_link_type_when_error
FIX: Remove orphelan $this->db->rollback() in the function insertExtrafields()
2023-02-04 16:12:34 +01:00
Laurent Destailleur
4d2dcf54c8 Merge pull request #23757 from SylvainLegrand/Fix_show_progress_imput_on_edit_line
Fix input for progress not shown on lines in edit mode
2023-02-04 15:41:10 +01:00
Laurent Destailleur
374a3e4cfb Merge pull request #23756 from frederic34/patch-7
doc
2023-02-04 15:38:41 +01:00
Laurent Destailleur
744be1d20a Merge pull request #23765 from jyhere/jyhere-fix-tablelistextrafields
[FIX] sellist / chkboxlist extrafields error when table is _extrafields
2023-02-04 15:26:10 +01:00
Laurent Destailleur
53b64feb7b Merge pull request #23760 from rept0id/develop
Fix : Updated function dol_eval, added error handling
2023-02-04 15:16:38 +01:00
Laurent Destailleur
1f195a3be5 Fix #yogosha14963 2023-02-04 14:04:25 +01:00
Laurent Destailleur
a7e1ed7c6c Fix permissions #yogosha13771 2023-02-04 12:31:50 +01:00
Laurent Destailleur
53be37148b NEW Support option MAIN_SECURITY_MAXFILESIZE_DOWNLOADED #yogosha10660 2023-02-04 11:32:38 +01:00
Laurent Destailleur
8947ce6450 FIX #yogosha14972 2023-02-04 10:58:00 +01:00
Laurent Destailleur
1e2e438103 Fix #yogosha 2023-02-04 00:18:30 +01:00
jyhere
201a94b550 [FIX] sellist / chkboxlist extrafields error when table is _extrafields
This patch fixes error when an sellist /chkboxlist extrafield directly use an *_extrafields table (as main table)
2023-02-03 13:11:17 +01:00
tnegre
e44bbba481 Stickler fix 2023-02-03 09:53:30 +01:00
Laurent Destailleur
1be5145148 NEW Add more zip, town, country for owner of a bank account 2023-02-02 16:04:16 +01:00
Rept0id
fb655a0b0a Updated function dol_eval, added error handling
- There were cases that dol_eval() would break the whole system.

-That was happening in case of using a new version plugin on an old version dolibarr. New plugin validates through isModActive() instead of $conf->moduleName->enabled. Even if you were deactivating the plugin, or totally delete it, the records were still on database for menu, so there were no obvious solution. This update adds a backwards compatibility, makes doli more stable and counterparts the use of eval, making it more safe.

- Use of eval is not bad, as well there are techniques in any project that are project-related useful and smart. For example, Linux kernel uses GOTO. But in such cases, there needs to be a safety net.

-I found out this after a lot of trouble, I hope this small fix will save other developers.

👍
2023-02-02 16:50:50 +02:00
Laurent Destailleur
fc64d78247 NEW The upgrade process can be done by creating a file upgrade.unlock 2023-02-02 12:58:12 +01:00
Sylvain Legrand
eaf125e028 Fix input for progress not shown on lines in edit mode 2023-02-01 22:42:41 +01:00
Frédéric FRANCE
ac5b95b555 Update commondocgenerator.class.php 2023-02-01 22:14:37 +01:00
Frédéric FRANCE
941a73411b doc 2023-02-01 22:10:20 +01:00
kkhelifa
1ce55f34bd FIX: Remove orphelan $this->db->rollback() in the function insertExtrafields() 2023-02-01 15:33:14 +01:00
Laurent Destailleur
9fb08b5a0a Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-01-31 21:28:59 +01:00
Laurent Destailleur
36cf05318b Debug v17 2023-01-31 21:17:06 +01:00
Laurent Destailleur
79eacba4d8 Add a protection for forged sql filters 2023-01-31 20:41:00 +01:00
Laurent Destailleur
52267efb99 Fix filter must use the Dolibarr filter syntax 2023-01-31 18:18:33 +01:00
Laurent Destailleur
fc3f60b6af Clean code related to HR 2023-01-31 00:42:23 +01:00
Laurent Destailleur
b48683db91 NEW Can set background style with MAIN_LOGIN_BACKGROUND_STYLE 2023-01-30 19:07:29 +01:00
Laurent Destailleur
cc9cd3e3c7 NEW Can set background style with MAIN_LOGIN_BACKGROUND_STYLE 2023-01-30 19:06:18 +01:00
Thomas Negre
2a35dc32c6 NEW Order export : allow to export field 'shipment method'. 2023-01-30 15:41:55 +01:00
Laurent Destailleur
2a0a0fc470 Clean old deprecated code on social networks fields 2023-01-30 14:13:02 +01:00
Laurent Destailleur
ca04491b2e Rename object into socialobject to avoid confusion 2023-01-30 13:57:11 +01:00
Laurent Destailleur
3349cd392e Update commondocgenerator.class.php 2023-01-30 13:22:44 +01:00
Philippe GRAND
6ab7ca1279 fix : Warning: Undefined variable in /home/httpd/vhosts/aflac.fr/domains/dev.aflac.fr/httpdocs/core/class/commondocgenerator.class.php on line 455 2023-01-30 12:28:20 +01:00
Philippe GRAND
7e9d3c22e2 fix : Warning: Undefined array key label 2023-01-30 12:03:05 +01:00
Philippe GRAND
6765a14a58 fix : Warning: Undefined property: BOM:: in /home/httpd/vhosts/aflac.fr/domains/dev.aflac.fr/httpdocs/core/class/commondocgenerator.class.php on line 446 2023-01-30 11:36:00 +01:00
Laurent Destailleur
5c6d0bc26f Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-01-30 03:01:13 +01:00
Laurent Destailleur
1fe08ad3b8 Fix missing hook 2023-01-30 02:56:29 +01:00
Laurent Destailleur
3fdc323378 Fix menu 2023-01-30 02:41:13 +01:00
Laurent Destailleur
1bbcd3c403 Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 17.0 2023-01-30 02:29:43 +01:00
Laurent Destailleur
c4d8268ea5 Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0 2023-01-30 02:27:28 +01:00
Laurent Destailleur
3d8d34001b Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2023-01-30 02:24:22 +01:00
Laurent Destailleur
d03ec374d0 NEW Can set a checkbox in formconfirm by clicking on the label 2023-01-30 02:21:54 +01:00
Laurent Destailleur
0416820abf Merge pull request #23695 from BB2A/FIX---Error-to-générate-product-doc---NEW---Add-photo-on-product-doc
FIX - Error to générate product doc - NEW - Add photo on product doc
2023-01-29 20:54:53 +01:00