Commit Graph

67 Commits

Author SHA1 Message Date
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
93022a406c NEW Keep a link between user created from recruitment and application 2023-03-02 15:25:12 +01:00
Laurent Destailleur
99a08402a5 Debug v17 2023-03-02 15:04:25 +01:00
Laurent Destailleur
80d46a22f1 Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-01-18 21:36:57 +01:00
Laurent Destailleur
48161b8400 Debug v17. Bad param for selection of project 2023-01-17 13:50:23 +01:00
Christian Foellmann
01a4d0414d add applicant name 2022-11-22 16:22:10 +01:00
lmarcouiller
bbebdbb840 Fix php 8.1 warnings 2022-10-28 15:48:46 +02:00
Laurent Destailleur
221b2dc288 Standardize code 2022-10-10 10:46:46 +02:00
Laurent Destailleur
0e8139b801 Clean code 2022-10-05 21:05:29 +02:00
Laurent Destailleur
ee4d404148 Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into develop 2022-09-16 19:23:26 +02:00
Laurent Destailleur
439df7c536 Fix missing token 2022-09-16 19:18:02 +02:00
Laurent Destailleur
35d8320328 Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into develop 2022-09-14 17:26:20 +02:00
ptibogxiv
f6d2033a24
Fix php / token error 2022-09-10 15:00:34 +02:00
Frédéric France
309dfe788f clean code 2022-09-08 20:32:18 +02:00
Frédéric France
8e66b7207e replace ! empty by !empty 2022-08-31 22:14:20 +02:00
stickler-ci
9d694e5531 Fixing style errors. 2022-08-26 07:15:31 +00:00
Christian Foellmann
5791048fa6 improve security by always loading 2022-08-22 13:57:18 +02:00
Christian Foellmann
ef1ecadd8c fix title on application card 2022-08-19 14:28:15 +02:00
Christian Foellmann
436a217ea9 fix page titles 2022-08-19 13:31:50 +02:00
Christian Foellmann
fcb4e0288a send mail to applicant frommail fetch from email_recruiter|recruiter(user) email|constants 2022-08-19 13:08:15 +02:00
Laurent Destailleur
94da628cf4 Clean code for http header + better support for Content-Security-Policy 2022-08-16 15:19:45 +02:00
Laurent Destailleur
e17c00b4d8 Debug v16 2022-08-02 22:40:21 +02:00
Laurent Destailleur
3fc0478293 Debug v16 2022-08-02 22:39:18 +02:00
Laurent Destailleur
b77675db7c Prepare support of In-Reply-To 2022-08-02 20:22:10 +02:00
Christian Foellmann
f651bf9c0d fix behaviour without action 2022-07-25 23:15:23 +02:00
Laurent Destailleur
24dc936000 Revert "default to create on card.php if $action is empty"
This reverts commit e0b664066b.
2022-07-11 00:05:50 +02:00
Christian Foellmann
e0b664066b default to create on card.php if $action is empty 2022-07-11 00:01:42 +02:00
Laurent Destailleur
dd392143e1 Fix conf->projet conf->project 2022-06-14 17:53:17 +02:00
Laurent Destailleur
e1c2968ae7 Look and feel v16 2022-05-18 23:11:59 +02:00
Laurent Destailleur
7926945477 FIX update of recruitment should not fill email_msgid in actioncomm 2022-05-16 14:49:06 +02:00
Laurent Destailleur
fea8b263f9 NEW Add a tab with list of application on the jobposition file. 2022-05-05 21:56:59 +02:00
Laurent Destailleur
e96061dd18 Fix phpunit SecurityTest 2022-02-22 23:46:57 +01:00
Laurent Destailleur
809c8f993b Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into develop
Conflicts:
	htdocs/compta/facture/card.php
	htdocs/core/modules/modCommande.class.php
	htdocs/core/modules/modFournisseur.class.php
	htdocs/core/modules/modPropale.class.php
	htdocs/filefunc.inc.php
	htdocs/modulebuilder/template/core/modules/mymodule/mod_myobject_advanced.php
2021-12-30 19:03:46 +01:00
Maxime Kohlhaas
3ada0a8741 Fix #19672 : email unicity was checked when email was null 2021-12-28 10:40:44 +01:00
Laurent Destailleur
e113fe468f Clean code 2021-11-12 14:57:36 +01:00
Laurent Destailleur
8604f9b153 Clean DOM (remove ficheaddleft div) 2021-10-23 17:18:35 +02:00
Alexandre SPANGARO
1d2c8effd8 HTML5 - <font> tag is deprecated, replace by <span> 2021-10-05 10:20:35 +02:00
Laurent Destailleur
37603b451a Fix token in url 2021-09-27 12:24:01 +02:00
Laurent Destailleur
d760686239 Fix case of newtoken() 2021-09-18 22:24:00 +02:00
Laurent Destailleur
0749d01c5a Fix add action delete* as sensitive action 2021-09-18 22:04:41 +02:00
Laurent Destailleur
8bdc53f469 Fix Add action classify as sensitive actions 2021-09-18 20:49:24 +02:00
Laurent Destailleur
858a5ab188 Add confirm_validate and confirm_close as sensitive actions 2021-09-18 18:36:45 +02:00
Christian Foellmann
d706c3b1ec use Forms::buttonsSaveCreate() to generate most of the Save|Cancel forms combination 2021-08-20 14:41:30 +02:00
atm-florian
1932bc308d FIX: e-mail of applicant is not transferred to the new user when creating a user from an applicant card 2021-08-13 13:26:11 +02:00
Frédéric FRANCE
58701bef5d
remove unused code 2021-06-26 21:10:59 +02:00
Laurent Destailleur
4d1fdd8763 Fix #yogosha5725 2021-03-23 21:45:37 +01:00
Laurent Destailleur
00e48aa922 Clean and secured code for ajax/row.php 2021-03-23 16:09:02 +01:00
Frédéric FRANCE
2137486e55
code syntax r... dir 2021-02-26 20:53:03 +01:00
Laurent Destailleur
ae5da8d55c Fix label 2020-12-14 10:25:31 +01:00
Scrutinizer Auto-Fixer
6df4954b20 Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2020-12-01 01:41:19 +00:00