2
0
forked from Wavyzz/dolibarr
Commit Graph

59 Commits

Author SHA1 Message Date
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
8bdc53f469 Fix Add action classify as sensitive actions 2021-09-18 20:49:24 +02:00
Laurent Destailleur
62b721a904 Add deletecontact as sentitive action
Replace dol_buildpath with DOL_URL_ROOT
2021-09-18 19:34:46 +02:00
Laurent Destailleur
8909702619 Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into develop
Conflicts:
	htdocs/adherents/class/adherent.class.php
	htdocs/bom/class/bom.class.php
	htdocs/filefunc.inc.php
	htdocs/langs/en_US/eventorganization.lang
	htdocs/product/class/productfournisseurprice.class.php
2021-09-16 13:40:05 +02:00
Laurent Destailleur
db57aea163 Fix class does not exist 2021-09-15 20:05:37 +02:00
Laurent Destailleur
b1cb32c743 Fix some sql 2021-09-15 20:03:38 +02:00
Laurent Destailleur
b04ea59a51 More sql sanitizing 2021-09-02 13:58:42 +02:00
Laurent Destailleur
46d993c9a6 Clean code 2021-08-27 22:42:04 +02:00
Laurent Destailleur
2f225ee7e5 Clean code by adding cast int. 2021-08-27 16:33:03 +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
Laurent Destailleur
352b413a17 Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into develop 2021-08-17 02:12:22 +02:00
Laurent Destailleur
eba87ab295 FIX filter on status Draft in modulebuilder 2021-08-17 02:09:38 +02:00
stickler-ci
9ec1e7d50e Fixing style errors. 2021-07-11 07:55:48 +00:00
fr69400
e43da11ac8 Update workstation_note.php 2021-07-11 09:55:33 +02:00
stickler-ci
4272f93aa4 Fixing style errors. 2021-07-09 16:41:41 +00:00
fr69400
e45d5c1d0d NEW add hookmanager on note pages 2021-07-09 18:36:21 +02:00
Frédéric FRANCE
58701bef5d remove unused code 2021-06-26 21:10:59 +02:00
Laurent Destailleur
046215f64a Fix PHP8 2021-06-14 02:08:28 +02:00
Frédéric FRANCE
d774e19afe fix warnings 2021-06-13 16:10:45 +02:00
Laurent Destailleur
1e657b8621 Fix value of showoncombobox 2021-06-05 15:14:10 +02:00
Laurent Destailleur
655056ed31 Debug v14 2021-04-29 12:10:55 +02:00
Laurent Destailleur
dcf460e248 Use css on img_picto 2021-04-14 12:28:01 +02:00
Anthony Berton
707bf5adca picto_mass_actions 2021-04-14 10:20:34 +02:00
Laurent Destailleur
8a62d97b89 Remove one thousand of useless files 2021-04-12 15:57:16 +02:00
Laurent Destailleur
6261f23a38 css 2021-04-05 14:58:33 +02:00
Laurent Destailleur
685c880e6c Debug module workstation 2021-04-05 14:56:47 +02:00
Laurent Destailleur
f03190e23b Fix permissions in module workstation 2021-04-05 12:57:43 +02:00
Laurent Destailleur
af17a07d87 Merge pull request #17080 from dolibit-ut/patch-207
Update workstation_document.php
2021-04-02 22:34:24 +02:00
Laurent Destailleur
e422d77c28 Merge pull request #17081 from dolibit-ut/patch-208
Update workstation_list.php
2021-04-02 22:34:16 +02:00
Laurent Destailleur
b3ce53c9ab Merge pull request #17082 from dolibit-ut/patch-209
Update workstation_note.php
2021-04-02 22:34:06 +02:00
UT from dolibit
b988c5973f Update workstation_agenda.php
$help_url = 'EN:Module_Workstation';
2021-04-02 20:41:49 +02:00
UT from dolibit
a745aad24b Update workstation_note.php
$help_url = 'EN:Module_Workstation';
2021-04-02 20:40:22 +02:00
UT from dolibit
13b586f0b9 Update workstation_list.php
$help_url = 'EN:Module_Workstation';

llxHeader('', $title, $help_url);
2021-04-02 20:38:43 +02:00
UT from dolibit
8f53ca17ed Update workstation_document.php
$help_url = 'EN:Module_Workstation';
2021-04-02 20:35:40 +02:00
Laurent Destailleur
047471c220 Remove $_POST war 2021-03-24 19:06:44 +01:00
Laurent Destailleur
d83d005284 FIX #yogosha5674 2021-03-19 12:44:59 +01:00
UT from dolibit
88ec31c042 Update workstation_card.php
$help_url = 'EN:Module_Workstation';
2021-03-18 21:09:18 +01:00
Laurent Destailleur
5daf881660 Merge pull request #16642 from frederic34/patch-5
Add index.html in directories with no index files
2021-03-15 11:40:03 +01:00
Frédéric FRANCE
d6ed11c5be Update workstation.class.php 2021-03-14 18:34:03 +01:00
Laurent Destailleur
12f50a76d7 Fix yogosha #5627 2021-03-14 11:48:39 +01:00
Frédéric FRANCE
bf8c677b79 Create index.html 2021-03-13 14:13:15 +01:00
Frédéric FRANCE
b9a81b673c Create index.html 2021-03-13 14:12:57 +01:00
Frédéric FRANCE
840c32e8bb Rename index.htlk to index.html 2021-03-13 14:12:36 +01:00
Frédéric FRANCE
3de691788f Create index.htlk 2021-03-13 14:11:09 +01:00
Frédéric FRANCE
5199e3da5b code syntax 2021-02-22 18:50:45 +01:00
Laurent Destailleur
2be6992916 Fix include_once into include for inc.php file. See comment in #16338 2021-02-19 16:10:19 +01:00
Frédéric FRANCE
9c3cb5552a fix phpcs 2021-01-25 16:24:27 +01:00
Frédéric FRANCE
dcc6c8b5b0 fix phpcs 2021-01-25 16:23:09 +01:00
Laurent Destailleur
470cd5c682 Clean code 2021-01-25 12:39:44 +01:00