2
0
forked from Wavyzz/dolibarr
Commit Graph

138 Commits

Author SHA1 Message Date
Laurent Destailleur
d92c65ad91 FIX infinite loop in API call/trigger by adding a caller 2023-12-15 12:15:33 +01:00
Frédéric FRANCE
61b79fda17 avoid phpstan error with phpdoc 2023-12-06 15:46:39 +01:00
Laurent Destailleur
619155f65e Fix with php-cs-fixer 2023-12-04 13:53:48 +01:00
Frédéric FRANCE
53c8a3acf8 clean phpdoc for phpstan (#26905) 2023-12-01 19:51:32 +01:00
Laurent Destailleur
1d589fd74e Fix warnings 2023-11-27 13:26:44 +01:00
Laurent Destailleur
e8dc651877 Fix php8.2 warnings 2023-11-27 11:56:32 +01:00
Laurent Destailleur
74e1ec4099 FIX On object validation, ecm index are not updated for uploaded files 2023-10-31 19:28:11 +01:00
Laurent Destailleur
edaab57f2e Endpoint for API /partnershipapi and /recruitment has been renamed into
/partnerships and /recruitments to follow name conventions.
2023-10-31 13:37:15 +01:00
Laurent Destailleur
a318031034 QUAL Standardize code. Renamed ID of user properties into ->user_xxx_id 2023-10-24 11:37:29 +02:00
Laurent Destailleur
1734adfd27 Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-10-24 03:05:46 +02:00
Lucas Marcouiller
64f54a4e5a Fix #26009 job positions deactivated (#26300)
Co-authored-by: Hystepik <lucas.marcouiller@gmail.com>
2023-10-23 21:47:38 +02:00
Laurent Destailleur
2cfa9f8290 Debug v19 2023-10-17 15:43:56 +02:00
pascal
80f060c771 fix tab indentation 2023-09-26 18:43:25 +02:00
pascal
871f896962 implementation of properties filter 2023-09-26 18:04:48 +02:00
Laurent Destailleur
f7af03308a NEW Add a public page to list all open surveys 2023-09-20 02:48:35 +02:00
Laurent Destailleur
91fa48199a Fix warnings 2023-09-10 17:41:22 +02:00
Laurent Destailleur
7ce9bf6b23 Clean code 2023-08-05 15:44:28 +02:00
Frédéric France
6f71c5727b use user hasRight 2023-06-19 20:18:59 +02:00
hystepik
ba38a539db Fix : fatal error on 2023-05-15 13:29:06 +02:00
Laurent Destailleur
5dd3f57a1e Debug v18 2023-05-11 13:11:21 +02:00
Laurent Destailleur
4028b5d568 Clean code 2023-04-29 13:13:12 +02:00
VMR Global Solutions
926aa6fec7 API add / fix filter on extrafields in index()
Add / change in api_xxx.class.php files the ability to filter on extrafields when missing in the public functions index()
by changing the SQL query with the pattern 
" FROM ".MAIN_DB_PREFIX"xxxx AS t LEFT JOIN ".MAIN_DB_PREFIX."xxxx_extrafields AS ef ON (ef.fk_object = t.rowid)
2023-04-28 09:31:33 +02:00
Laurent Destailleur
a92081cf43 Debug Kanban views 2023-03-07 22:04:40 +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
12bd795afc Work on Kanban view 2023-03-01 20:13:21 +01:00
Laurent Destailleur
ed5c890769 Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-02-25 20:12:48 +01:00
Laurent Destailleur
cbb6ca071a Fix #yogosha15157 2023-02-25 19:51:05 +01:00
Laurent Destailleur
6da47ea49b Fix qodana 2023-02-20 02:33:44 +01:00
Laurent Destailleur
a33603b6ae Doxygen 2023-01-18 23:58:26 +01:00
Laurent Destailleur
0f475783de Enhance method getKanbanView 2023-01-18 22:27:52 +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
84df8c4d9b Merge pull request #23599 from lamrani002/kanbanForRecruitment
NEW kanban mode for list of recruitment job
2023-01-17 17:18:16 +01:00
Lamrani Abdel
cc2ab0dd3e kanban mode for list of applications job 2023-01-17 13:48:57 +01:00
Lamrani Abdel
86698834a3 kanban for recruitment job list 2023-01-17 13:25:10 +01:00
Regis Houssin
481215eef4 FIX Multicompany use "element" name and not "table_element" 2023-01-16 14:40:35 +01:00
Laurent Destailleur
577ef4a8a1 Merge pull request #23501 from aspangaro/18a4
Use isModEnabled()
2023-01-11 10:29:37 +01:00
Alexandre SPANGARO
8f5edcab02 Use isModEnabled() 2023-01-11 06:11:41 +01:00
Laurent Destailleur
26ef1cb270 Debug v17 2022-12-31 14:54:20 +01:00
Alexandre SPANGARO
c683fb318a Add template recruitment odt 2022-11-30 22:18:39 +01:00
FLIO
40e0bc2190 Fix(Scrutinizer) replace return get with the good 2022-11-09 12:13:57 +01:00
lmarcouiller
bbebdbb840 Fix php 8.1 warnings 2022-10-28 15:48:46 +02:00
Laurent Destailleur
96117ec52b Fix no need to enter creation date when creation job application 2022-10-10 10:04:04 +02:00
Laurent Destailleur
0e8139b801 Clean code 2022-10-05 21:05:29 +02:00
Laurent Destailleur
bc75490022 css 2022-10-05 20:54:18 +02:00
Laurent Destailleur
7554c10d7d Fix color of status 2022-10-05 20:51:41 +02:00
Philippe GRAND
804f13fbe6 update code toward php8 compliance 2022-09-24 14:54:23 +02:00
Laurent Destailleur
ba7a1af261 Fix color status 2022-09-16 19:15:23 +02:00
Laurent Destailleur
05a8e80245 Fix picot of user 2022-09-16 18:15:41 +02:00
Laurent Destailleur
740d2b418d Can modify creation date 2022-09-10 13:31:20 +02:00
Frédéric France
8e66b7207e replace ! empty by !empty 2022-08-31 22:14:20 +02:00