From cc5e30b4939bb088c7d7baf7e732204bce5b27f6 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sun, 17 Jul 2011 09:22:35 +0000 Subject: [PATCH 001/170] Fix: decrease size From 14d809e0086fda02822d47bb81dd3c29c5e2fda0 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 17 Jul 2011 18:13:44 +0000 Subject: [PATCH 002/170] Fix: Enabling permission on modules enabled during install was not working. From f50d597cae3822191cf5e6c20c7d9e4cba29b0d1 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 17 Jul 2011 18:33:31 +0000 Subject: [PATCH 003/170] Move a FIXME into a TODO From 87f1e5397a19154904c5a802ba638fc12f92a98c Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 17 Jul 2011 19:01:26 +0000 Subject: [PATCH 004/170] Fix: deliveray date must not be mandatory From 2f577359e783341c12ff3b80c89490bf429304b9 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 17 Jul 2011 19:08:33 +0000 Subject: [PATCH 005/170] Fix: deliveray date must not be mandatory From 19b1398ffaf64dc5557d50a04e6443205f693c17 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sun, 17 Jul 2011 19:56:51 +0000 Subject: [PATCH 006/170] Fixme: idmenu is already added in auguria.lib.php From 7deb572529ab522451c0a2d330b4bcc3f0e7d50c Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 17 Jul 2011 19:58:55 +0000 Subject: [PATCH 007/170] Fix: We discard negative lines on invoices From 17ba65a10fae260955d1d820ed35648f6fc8ccda Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 17 Jul 2011 20:02:10 +0000 Subject: [PATCH 008/170] Uniformize code From 4f0610ba3e9a054ec112fabb9d8319f8794f40eb Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sun, 17 Jul 2011 20:16:38 +0000 Subject: [PATCH 009/170] Fix: bad path for external module From ead782ceec086a68aa395fc7dff201196abdac0d Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sun, 17 Jul 2011 21:35:12 +0000 Subject: [PATCH 010/170] Fix: missing fields From c5013b55abf4d345490569dbeb4dbdedd9280da5 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 17 Jul 2011 23:59:39 +0000 Subject: [PATCH 011/170] Fix: Error in ftp link --- htdocs/ftp/index.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/htdocs/ftp/index.php b/htdocs/ftp/index.php index 31570262d5c..4cfd3d21177 100644 --- a/htdocs/ftp/index.php +++ b/htdocs/ftp/index.php @@ -21,7 +21,7 @@ * \file htdocs/ftp/index.php * \ingroup ftp * \brief Main page for FTP section area - * \version $Id: index.php,v 1.23 2011/07/18 00:49:19 eldy Exp $ + * \version $Id: index.php,v 1.21 2011/07/17 23:59:39 eldy Exp $ * \author Laurent Destailleur */ @@ -39,6 +39,9 @@ $langs->load("other"); if ($user->societe_id) $socid=$user->societe_id; $result = restrictedArea($user, 'ftp',''); +// Load permissions +$user->getrights('ftp'); + // Get parameters $action = isset($_GET["action"])?$_GET["action"]:$_POST['action']; $section=isset($_GET["section"])?$_GET["section"]:$_POST['section']; @@ -444,7 +447,6 @@ else print '
'; - print ''; print ''; @@ -625,7 +627,7 @@ if ($conn_id) ftp_close($conn_id); // End of page $db->close(); -llxFooter('$Date: 2011/07/18 00:49:19 $ - $Revision: 1.23 $'); +llxFooter('$Date: 2011/07/17 23:59:39 $ - $Revision: 1.21 $'); /** From 8fe604e46b40969c56b8f271febc7f0bd3c9d311 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 18 Jul 2011 00:03:18 +0000 Subject: [PATCH 012/170] Fix: Error in ftp link --- htdocs/ftp/index.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/htdocs/ftp/index.php b/htdocs/ftp/index.php index 4cfd3d21177..8711c865d46 100644 --- a/htdocs/ftp/index.php +++ b/htdocs/ftp/index.php @@ -21,7 +21,7 @@ * \file htdocs/ftp/index.php * \ingroup ftp * \brief Main page for FTP section area - * \version $Id: index.php,v 1.21 2011/07/17 23:59:39 eldy Exp $ + * \version $Id: index.php,v 1.22 2011/07/18 00:03:18 eldy Exp $ * \author Laurent Destailleur */ @@ -447,6 +447,7 @@ else print ''; + print ''; print ''; @@ -627,7 +628,7 @@ if ($conn_id) ftp_close($conn_id); // End of page $db->close(); -llxFooter('$Date: 2011/07/17 23:59:39 $ - $Revision: 1.21 $'); +llxFooter('$Date: 2011/07/18 00:03:18 $ - $Revision: 1.22 $'); /** From d0f427b94167b2b4441dbb22d6f63c9e31810640 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 18 Jul 2011 00:48:33 +0000 Subject: [PATCH 013/170] Fix: Delete with ftp module --- htdocs/ftp/index.php | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/htdocs/ftp/index.php b/htdocs/ftp/index.php index 8711c865d46..31570262d5c 100644 --- a/htdocs/ftp/index.php +++ b/htdocs/ftp/index.php @@ -21,7 +21,7 @@ * \file htdocs/ftp/index.php * \ingroup ftp * \brief Main page for FTP section area - * \version $Id: index.php,v 1.22 2011/07/18 00:03:18 eldy Exp $ + * \version $Id: index.php,v 1.23 2011/07/18 00:49:19 eldy Exp $ * \author Laurent Destailleur */ @@ -39,9 +39,6 @@ $langs->load("other"); if ($user->societe_id) $socid=$user->societe_id; $result = restrictedArea($user, 'ftp',''); -// Load permissions -$user->getrights('ftp'); - // Get parameters $action = isset($_GET["action"])?$_GET["action"]:$_POST['action']; $section=isset($_GET["section"])?$_GET["section"]:$_POST['section']; @@ -628,7 +625,7 @@ if ($conn_id) ftp_close($conn_id); // End of page $db->close(); -llxFooter('$Date: 2011/07/18 00:03:18 $ - $Revision: 1.22 $'); +llxFooter('$Date: 2011/07/18 00:49:19 $ - $Revision: 1.23 $'); /** From b2326f1aaa4a8727f974dab9438e0e177333e9b0 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 18 Jul 2011 00:57:40 +0000 Subject: [PATCH 014/170] Fix: Missing title From 51139c5bd41263ee914d4ecdf63be84712c60f40 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 18 Jul 2011 01:06:52 +0000 Subject: [PATCH 015/170] Look: Picto on all triggers From e537717f323276d5a690d83d48e35386aa418fe0 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 18 Jul 2011 01:44:15 +0000 Subject: [PATCH 016/170] Qual: Uniformize code From 134dd0845e89ea7035fabb607974ff2f7d40b194 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 18 Jul 2011 01:48:21 +0000 Subject: [PATCH 017/170] Fix: Packager does not include other packages From dc2335b6e4c8014e92aa311e367b6995dfc92d01 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sun, 17 Jul 2011 09:22:35 +0000 Subject: [PATCH 018/170] Fix: decrease size From 1955b30ce8fbd4ac42abf30a2a14153870137442 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 17 Jul 2011 18:13:44 +0000 Subject: [PATCH 019/170] Fix: Enabling permission on modules enabled during install was not working. From 872ee17722e8fe7dc5e76da21f65e2f61235d935 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 17 Jul 2011 18:33:31 +0000 Subject: [PATCH 020/170] Move a FIXME into a TODO From 073ad9e83da7715ab95bd07b8dbf01fe609ec71f Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 17 Jul 2011 19:01:26 +0000 Subject: [PATCH 021/170] Fix: deliveray date must not be mandatory From 6e6f85d6697c538997661a289844542a47f28aa1 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 17 Jul 2011 19:08:33 +0000 Subject: [PATCH 022/170] Fix: deliveray date must not be mandatory From 95cc47ecb4950c7f8cdbcbd98ca77a14f56c291c Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sun, 17 Jul 2011 19:56:51 +0000 Subject: [PATCH 023/170] Fixme: idmenu is already added in auguria.lib.php From 1ee6241322aac4f3e75d747bac91abb547c4219d Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 17 Jul 2011 19:58:55 +0000 Subject: [PATCH 024/170] Fix: We discard negative lines on invoices From 573ced58528dd6260276b4fe777c2c5e81aba175 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 17 Jul 2011 20:02:10 +0000 Subject: [PATCH 025/170] Uniformize code From 7e0e5020fb052cf5bc66eefa4ebdd860ad9134e3 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sun, 17 Jul 2011 20:16:38 +0000 Subject: [PATCH 026/170] Fix: bad path for external module From cafaaa89ae7b45f6c12455d918b0ae8ca7aea82d Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sun, 17 Jul 2011 21:35:12 +0000 Subject: [PATCH 027/170] Fix: missing fields From 5ad887442f36f727d1e5b224866ef04c1f824102 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 17 Jul 2011 23:59:39 +0000 Subject: [PATCH 028/170] Fix: Error in ftp link --- htdocs/ftp/index.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/htdocs/ftp/index.php b/htdocs/ftp/index.php index 31570262d5c..4cfd3d21177 100644 --- a/htdocs/ftp/index.php +++ b/htdocs/ftp/index.php @@ -21,7 +21,7 @@ * \file htdocs/ftp/index.php * \ingroup ftp * \brief Main page for FTP section area - * \version $Id: index.php,v 1.23 2011/07/18 00:49:19 eldy Exp $ + * \version $Id: index.php,v 1.21 2011/07/17 23:59:39 eldy Exp $ * \author Laurent Destailleur */ @@ -39,6 +39,9 @@ $langs->load("other"); if ($user->societe_id) $socid=$user->societe_id; $result = restrictedArea($user, 'ftp',''); +// Load permissions +$user->getrights('ftp'); + // Get parameters $action = isset($_GET["action"])?$_GET["action"]:$_POST['action']; $section=isset($_GET["section"])?$_GET["section"]:$_POST['section']; @@ -444,7 +447,6 @@ else print ''; - print ''; print ''; @@ -625,7 +627,7 @@ if ($conn_id) ftp_close($conn_id); // End of page $db->close(); -llxFooter('$Date: 2011/07/18 00:49:19 $ - $Revision: 1.23 $'); +llxFooter('$Date: 2011/07/17 23:59:39 $ - $Revision: 1.21 $'); /** From ddb6cfb19c9282bb264d66259085d98b2a8bb789 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 18 Jul 2011 00:03:18 +0000 Subject: [PATCH 029/170] Fix: Error in ftp link --- htdocs/ftp/index.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/htdocs/ftp/index.php b/htdocs/ftp/index.php index 4cfd3d21177..8711c865d46 100644 --- a/htdocs/ftp/index.php +++ b/htdocs/ftp/index.php @@ -21,7 +21,7 @@ * \file htdocs/ftp/index.php * \ingroup ftp * \brief Main page for FTP section area - * \version $Id: index.php,v 1.21 2011/07/17 23:59:39 eldy Exp $ + * \version $Id: index.php,v 1.22 2011/07/18 00:03:18 eldy Exp $ * \author Laurent Destailleur */ @@ -447,6 +447,7 @@ else print ''; + print ''; print ''; @@ -627,7 +628,7 @@ if ($conn_id) ftp_close($conn_id); // End of page $db->close(); -llxFooter('$Date: 2011/07/17 23:59:39 $ - $Revision: 1.21 $'); +llxFooter('$Date: 2011/07/18 00:03:18 $ - $Revision: 1.22 $'); /** From 3b2edb123a71804c49f90b4c0ab2937951993494 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 18 Jul 2011 00:48:33 +0000 Subject: [PATCH 030/170] Fix: Delete with ftp module --- htdocs/ftp/index.php | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/htdocs/ftp/index.php b/htdocs/ftp/index.php index 8711c865d46..31570262d5c 100644 --- a/htdocs/ftp/index.php +++ b/htdocs/ftp/index.php @@ -21,7 +21,7 @@ * \file htdocs/ftp/index.php * \ingroup ftp * \brief Main page for FTP section area - * \version $Id: index.php,v 1.22 2011/07/18 00:03:18 eldy Exp $ + * \version $Id: index.php,v 1.23 2011/07/18 00:49:19 eldy Exp $ * \author Laurent Destailleur */ @@ -39,9 +39,6 @@ $langs->load("other"); if ($user->societe_id) $socid=$user->societe_id; $result = restrictedArea($user, 'ftp',''); -// Load permissions -$user->getrights('ftp'); - // Get parameters $action = isset($_GET["action"])?$_GET["action"]:$_POST['action']; $section=isset($_GET["section"])?$_GET["section"]:$_POST['section']; @@ -628,7 +625,7 @@ if ($conn_id) ftp_close($conn_id); // End of page $db->close(); -llxFooter('$Date: 2011/07/18 00:03:18 $ - $Revision: 1.22 $'); +llxFooter('$Date: 2011/07/18 00:49:19 $ - $Revision: 1.23 $'); /** From 31ae4eb4fa191dfce8548ade61eca6ea7fd2717b Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 18 Jul 2011 00:57:40 +0000 Subject: [PATCH 031/170] Fix: Missing title From 52f14aab2c83cb8a346e13c82816e9daa94aa861 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 18 Jul 2011 01:06:52 +0000 Subject: [PATCH 032/170] Look: Picto on all triggers From ba0cde3ae3de7e86010d22fe2d37091805667005 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 18 Jul 2011 01:44:15 +0000 Subject: [PATCH 033/170] Qual: Uniformize code From 56af5137f7c70f9343e8edc435ddb4a2dd107fc2 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 18 Jul 2011 01:48:21 +0000 Subject: [PATCH 034/170] Fix: Packager does not include other packages From c11ae9513063b55318f07df42ee1c0a971d68d38 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sun, 17 Jul 2011 09:22:35 +0000 Subject: [PATCH 035/170] Fix: decrease size From f351c6991e1f05b4b95c3f381b05e3d57db82918 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 17 Jul 2011 18:13:44 +0000 Subject: [PATCH 036/170] Fix: Enabling permission on modules enabled during install was not working. From b4edfa1e0123b8f17833d6aedd1be31f1e4cb4f1 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 17 Jul 2011 18:33:31 +0000 Subject: [PATCH 037/170] Move a FIXME into a TODO From c5aabedcb9d258bd3f717f8fe45d41539a4b71a3 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 17 Jul 2011 19:01:26 +0000 Subject: [PATCH 038/170] Fix: deliveray date must not be mandatory From de116ea7f2b1fbb40eb9804272624bdd4341b582 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 17 Jul 2011 19:08:33 +0000 Subject: [PATCH 039/170] Fix: deliveray date must not be mandatory From a3ba58dd61d3dbd919ac679c4d422290330b96e1 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sun, 17 Jul 2011 19:56:51 +0000 Subject: [PATCH 040/170] Fixme: idmenu is already added in auguria.lib.php From 053325b5bab629c0ded73a4f81cc62be40026c29 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 17 Jul 2011 19:58:55 +0000 Subject: [PATCH 041/170] Fix: We discard negative lines on invoices From ec7452fdfaf52e84744087714842f5d88b9de9c6 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 17 Jul 2011 20:02:10 +0000 Subject: [PATCH 042/170] Uniformize code From 136ee110172b3d191ff67234351340801b125a55 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sun, 17 Jul 2011 20:16:38 +0000 Subject: [PATCH 043/170] Fix: bad path for external module From d914726d113295ab77e50955ce9d20151912ecf7 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sun, 17 Jul 2011 21:35:12 +0000 Subject: [PATCH 044/170] Fix: missing fields From 38f9674616405e18d5bcf7d66df43ffce146f698 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 17 Jul 2011 23:59:39 +0000 Subject: [PATCH 045/170] Fix: Error in ftp link --- htdocs/ftp/index.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/htdocs/ftp/index.php b/htdocs/ftp/index.php index 31570262d5c..4cfd3d21177 100644 --- a/htdocs/ftp/index.php +++ b/htdocs/ftp/index.php @@ -21,7 +21,7 @@ * \file htdocs/ftp/index.php * \ingroup ftp * \brief Main page for FTP section area - * \version $Id: index.php,v 1.23 2011/07/18 00:49:19 eldy Exp $ + * \version $Id: index.php,v 1.21 2011/07/17 23:59:39 eldy Exp $ * \author Laurent Destailleur */ @@ -39,6 +39,9 @@ $langs->load("other"); if ($user->societe_id) $socid=$user->societe_id; $result = restrictedArea($user, 'ftp',''); +// Load permissions +$user->getrights('ftp'); + // Get parameters $action = isset($_GET["action"])?$_GET["action"]:$_POST['action']; $section=isset($_GET["section"])?$_GET["section"]:$_POST['section']; @@ -444,7 +447,6 @@ else print ''; - print ''; print ''; @@ -625,7 +627,7 @@ if ($conn_id) ftp_close($conn_id); // End of page $db->close(); -llxFooter('$Date: 2011/07/18 00:49:19 $ - $Revision: 1.23 $'); +llxFooter('$Date: 2011/07/17 23:59:39 $ - $Revision: 1.21 $'); /** From 2635f639bc356f26bccc0457d6d5e992ffc43054 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 18 Jul 2011 00:03:18 +0000 Subject: [PATCH 046/170] Fix: Error in ftp link --- htdocs/ftp/index.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/htdocs/ftp/index.php b/htdocs/ftp/index.php index 4cfd3d21177..8711c865d46 100644 --- a/htdocs/ftp/index.php +++ b/htdocs/ftp/index.php @@ -21,7 +21,7 @@ * \file htdocs/ftp/index.php * \ingroup ftp * \brief Main page for FTP section area - * \version $Id: index.php,v 1.21 2011/07/17 23:59:39 eldy Exp $ + * \version $Id: index.php,v 1.22 2011/07/18 00:03:18 eldy Exp $ * \author Laurent Destailleur */ @@ -447,6 +447,7 @@ else print ''; + print ''; print ''; @@ -627,7 +628,7 @@ if ($conn_id) ftp_close($conn_id); // End of page $db->close(); -llxFooter('$Date: 2011/07/17 23:59:39 $ - $Revision: 1.21 $'); +llxFooter('$Date: 2011/07/18 00:03:18 $ - $Revision: 1.22 $'); /** From 1d89de29150efbba211cdfde371bfff91fa7722a Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 18 Jul 2011 00:48:33 +0000 Subject: [PATCH 047/170] Fix: Delete with ftp module --- htdocs/ftp/index.php | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/htdocs/ftp/index.php b/htdocs/ftp/index.php index 8711c865d46..31570262d5c 100644 --- a/htdocs/ftp/index.php +++ b/htdocs/ftp/index.php @@ -21,7 +21,7 @@ * \file htdocs/ftp/index.php * \ingroup ftp * \brief Main page for FTP section area - * \version $Id: index.php,v 1.22 2011/07/18 00:03:18 eldy Exp $ + * \version $Id: index.php,v 1.23 2011/07/18 00:49:19 eldy Exp $ * \author Laurent Destailleur */ @@ -39,9 +39,6 @@ $langs->load("other"); if ($user->societe_id) $socid=$user->societe_id; $result = restrictedArea($user, 'ftp',''); -// Load permissions -$user->getrights('ftp'); - // Get parameters $action = isset($_GET["action"])?$_GET["action"]:$_POST['action']; $section=isset($_GET["section"])?$_GET["section"]:$_POST['section']; @@ -628,7 +625,7 @@ if ($conn_id) ftp_close($conn_id); // End of page $db->close(); -llxFooter('$Date: 2011/07/18 00:03:18 $ - $Revision: 1.22 $'); +llxFooter('$Date: 2011/07/18 00:49:19 $ - $Revision: 1.23 $'); /** From 7b503ec891743961c7f9fa5610234f6a4bb50340 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 18 Jul 2011 00:57:40 +0000 Subject: [PATCH 048/170] Fix: Missing title From 2a27395e952ab461c8c28e2f5bd94cdc71d253ad Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 18 Jul 2011 01:06:52 +0000 Subject: [PATCH 049/170] Look: Picto on all triggers From d1fc249b3022d539297770b913706011244e2670 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 18 Jul 2011 01:44:15 +0000 Subject: [PATCH 050/170] Qual: Uniformize code From b034e05274342fe1237df2130d14f0688c19c8dc Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 18 Jul 2011 01:48:21 +0000 Subject: [PATCH 051/170] Fix: Packager does not include other packages From 4b5f85bc9af918e6de51784c879cc2ef14d52c06 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sun, 17 Jul 2011 09:22:35 +0000 Subject: [PATCH 052/170] Fix: decrease size From 1a6dcd0730c79ed840a6a0ae91509a32c5afec70 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 17 Jul 2011 18:13:44 +0000 Subject: [PATCH 053/170] Fix: Enabling permission on modules enabled during install was not working. From 7ad14b0fbf7dbdabd9eefd54203602dcd348d477 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 17 Jul 2011 18:33:31 +0000 Subject: [PATCH 054/170] Move a FIXME into a TODO From 3dc2c6967ca3eeeb81389f856a8cf57696661a3f Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 17 Jul 2011 19:01:26 +0000 Subject: [PATCH 055/170] Fix: deliveray date must not be mandatory From 7db2f0a12f329bf2220f94c69666caa023b0ee70 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 17 Jul 2011 19:08:33 +0000 Subject: [PATCH 056/170] Fix: deliveray date must not be mandatory From 2d3aaf4cb29ea9875718f3ec5550226028e4c7f6 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sun, 17 Jul 2011 19:56:51 +0000 Subject: [PATCH 057/170] Fixme: idmenu is already added in auguria.lib.php From ef3e345376b2d775f10da307dc220d75a20bf7f8 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 17 Jul 2011 19:58:55 +0000 Subject: [PATCH 058/170] Fix: We discard negative lines on invoices From 2abd6b944fd72d88fb7cf9ea741878143952ccb1 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 17 Jul 2011 20:02:10 +0000 Subject: [PATCH 059/170] Uniformize code From de5fb1161903a9d7c43383bf4fa9b1eaa59a9a94 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sun, 17 Jul 2011 20:16:38 +0000 Subject: [PATCH 060/170] Fix: bad path for external module From 1724fb98dfde503559dcfab62c2ba419fd2d0e22 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sun, 17 Jul 2011 21:35:12 +0000 Subject: [PATCH 061/170] Fix: missing fields From 76c6bcb11676db647464529bbfbc9441a3aae0ea Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 17 Jul 2011 23:59:39 +0000 Subject: [PATCH 062/170] Fix: Error in ftp link --- htdocs/ftp/index.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/htdocs/ftp/index.php b/htdocs/ftp/index.php index 31570262d5c..4cfd3d21177 100644 --- a/htdocs/ftp/index.php +++ b/htdocs/ftp/index.php @@ -21,7 +21,7 @@ * \file htdocs/ftp/index.php * \ingroup ftp * \brief Main page for FTP section area - * \version $Id: index.php,v 1.23 2011/07/18 00:49:19 eldy Exp $ + * \version $Id: index.php,v 1.21 2011/07/17 23:59:39 eldy Exp $ * \author Laurent Destailleur */ @@ -39,6 +39,9 @@ $langs->load("other"); if ($user->societe_id) $socid=$user->societe_id; $result = restrictedArea($user, 'ftp',''); +// Load permissions +$user->getrights('ftp'); + // Get parameters $action = isset($_GET["action"])?$_GET["action"]:$_POST['action']; $section=isset($_GET["section"])?$_GET["section"]:$_POST['section']; @@ -444,7 +447,6 @@ else print ''; - print ''; print ''; @@ -625,7 +627,7 @@ if ($conn_id) ftp_close($conn_id); // End of page $db->close(); -llxFooter('$Date: 2011/07/18 00:49:19 $ - $Revision: 1.23 $'); +llxFooter('$Date: 2011/07/17 23:59:39 $ - $Revision: 1.21 $'); /** From 5aca798a1b348d372224ddbbeb3dfe5d77dabbe8 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 18 Jul 2011 00:03:18 +0000 Subject: [PATCH 063/170] Fix: Error in ftp link --- htdocs/ftp/index.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/htdocs/ftp/index.php b/htdocs/ftp/index.php index 4cfd3d21177..8711c865d46 100644 --- a/htdocs/ftp/index.php +++ b/htdocs/ftp/index.php @@ -21,7 +21,7 @@ * \file htdocs/ftp/index.php * \ingroup ftp * \brief Main page for FTP section area - * \version $Id: index.php,v 1.21 2011/07/17 23:59:39 eldy Exp $ + * \version $Id: index.php,v 1.22 2011/07/18 00:03:18 eldy Exp $ * \author Laurent Destailleur */ @@ -447,6 +447,7 @@ else print ''; + print ''; print ''; @@ -627,7 +628,7 @@ if ($conn_id) ftp_close($conn_id); // End of page $db->close(); -llxFooter('$Date: 2011/07/17 23:59:39 $ - $Revision: 1.21 $'); +llxFooter('$Date: 2011/07/18 00:03:18 $ - $Revision: 1.22 $'); /** From 556dbbd65b7303a338fc9712fbcf13c5ad892846 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 18 Jul 2011 00:48:33 +0000 Subject: [PATCH 064/170] Fix: Delete with ftp module --- htdocs/ftp/index.php | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/htdocs/ftp/index.php b/htdocs/ftp/index.php index 8711c865d46..31570262d5c 100644 --- a/htdocs/ftp/index.php +++ b/htdocs/ftp/index.php @@ -21,7 +21,7 @@ * \file htdocs/ftp/index.php * \ingroup ftp * \brief Main page for FTP section area - * \version $Id: index.php,v 1.22 2011/07/18 00:03:18 eldy Exp $ + * \version $Id: index.php,v 1.23 2011/07/18 00:49:19 eldy Exp $ * \author Laurent Destailleur */ @@ -39,9 +39,6 @@ $langs->load("other"); if ($user->societe_id) $socid=$user->societe_id; $result = restrictedArea($user, 'ftp',''); -// Load permissions -$user->getrights('ftp'); - // Get parameters $action = isset($_GET["action"])?$_GET["action"]:$_POST['action']; $section=isset($_GET["section"])?$_GET["section"]:$_POST['section']; @@ -628,7 +625,7 @@ if ($conn_id) ftp_close($conn_id); // End of page $db->close(); -llxFooter('$Date: 2011/07/18 00:03:18 $ - $Revision: 1.22 $'); +llxFooter('$Date: 2011/07/18 00:49:19 $ - $Revision: 1.23 $'); /** From 2b781c30e8f2ee1d589935774aaac4a94a791e7b Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 18 Jul 2011 00:57:40 +0000 Subject: [PATCH 065/170] Fix: Missing title From 64334a519a31086cace84cf7e4a3a3cae665880c Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 18 Jul 2011 01:06:52 +0000 Subject: [PATCH 066/170] Look: Picto on all triggers From fc09c0507ca2e935123678d86addbb46a5f12e99 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 18 Jul 2011 01:44:15 +0000 Subject: [PATCH 067/170] Qual: Uniformize code From e916075393f4ab73a806ecadb497f0d123c20715 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 18 Jul 2011 01:48:21 +0000 Subject: [PATCH 068/170] Fix: Packager does not include other packages From ee0f9b37a307f8903ac9c33b420b1a79b8265b86 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sun, 17 Jul 2011 09:22:35 +0000 Subject: [PATCH 069/170] Fix: decrease size From de59a03824963a6403b9678e0c740fa33ccd259f Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 17 Jul 2011 18:13:44 +0000 Subject: [PATCH 070/170] Fix: Enabling permission on modules enabled during install was not working. From 990ab742893cfab159b8d1c4ccfebb38a0ba39ec Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 17 Jul 2011 18:33:31 +0000 Subject: [PATCH 071/170] Move a FIXME into a TODO From a3b6556735861570e050369ca3a6eaa28d9a33c3 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 17 Jul 2011 19:01:26 +0000 Subject: [PATCH 072/170] Fix: deliveray date must not be mandatory From 5257e0463139b1086f52423ca32040bd56826478 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 17 Jul 2011 19:08:33 +0000 Subject: [PATCH 073/170] Fix: deliveray date must not be mandatory From 805a924dea8b680edc1cc42fe8d6159a8b8f3e6c Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sun, 17 Jul 2011 19:56:51 +0000 Subject: [PATCH 074/170] Fixme: idmenu is already added in auguria.lib.php From 714e2c333be0d69941afeb4eaa7a350e73a1d81b Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 17 Jul 2011 19:58:55 +0000 Subject: [PATCH 075/170] Fix: We discard negative lines on invoices From 056a4c308fd1e363916944d930824f87fbc1eae1 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 17 Jul 2011 20:02:10 +0000 Subject: [PATCH 076/170] Uniformize code From 94f1ab3e29dd31986539c6227be30652ecc1d3e8 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sun, 17 Jul 2011 20:16:38 +0000 Subject: [PATCH 077/170] Fix: bad path for external module From cabc51ec7aade2909ba70798bab3419e502e0236 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sun, 17 Jul 2011 21:35:12 +0000 Subject: [PATCH 078/170] Fix: missing fields From be1a0aba40bf3a784e96f0b2a1dc7ed55df19228 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 17 Jul 2011 23:59:39 +0000 Subject: [PATCH 079/170] Fix: Error in ftp link --- htdocs/ftp/index.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/htdocs/ftp/index.php b/htdocs/ftp/index.php index 31570262d5c..4cfd3d21177 100644 --- a/htdocs/ftp/index.php +++ b/htdocs/ftp/index.php @@ -21,7 +21,7 @@ * \file htdocs/ftp/index.php * \ingroup ftp * \brief Main page for FTP section area - * \version $Id: index.php,v 1.23 2011/07/18 00:49:19 eldy Exp $ + * \version $Id: index.php,v 1.21 2011/07/17 23:59:39 eldy Exp $ * \author Laurent Destailleur */ @@ -39,6 +39,9 @@ $langs->load("other"); if ($user->societe_id) $socid=$user->societe_id; $result = restrictedArea($user, 'ftp',''); +// Load permissions +$user->getrights('ftp'); + // Get parameters $action = isset($_GET["action"])?$_GET["action"]:$_POST['action']; $section=isset($_GET["section"])?$_GET["section"]:$_POST['section']; @@ -444,7 +447,6 @@ else print ''; - print ''; print ''; @@ -625,7 +627,7 @@ if ($conn_id) ftp_close($conn_id); // End of page $db->close(); -llxFooter('$Date: 2011/07/18 00:49:19 $ - $Revision: 1.23 $'); +llxFooter('$Date: 2011/07/17 23:59:39 $ - $Revision: 1.21 $'); /** From 3d41df491f3fc783dc5315c6ff440dd8628a4cb1 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 18 Jul 2011 00:03:18 +0000 Subject: [PATCH 080/170] Fix: Error in ftp link --- htdocs/ftp/index.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/htdocs/ftp/index.php b/htdocs/ftp/index.php index 4cfd3d21177..8711c865d46 100644 --- a/htdocs/ftp/index.php +++ b/htdocs/ftp/index.php @@ -21,7 +21,7 @@ * \file htdocs/ftp/index.php * \ingroup ftp * \brief Main page for FTP section area - * \version $Id: index.php,v 1.21 2011/07/17 23:59:39 eldy Exp $ + * \version $Id: index.php,v 1.22 2011/07/18 00:03:18 eldy Exp $ * \author Laurent Destailleur */ @@ -447,6 +447,7 @@ else print ''; + print ''; print ''; @@ -627,7 +628,7 @@ if ($conn_id) ftp_close($conn_id); // End of page $db->close(); -llxFooter('$Date: 2011/07/17 23:59:39 $ - $Revision: 1.21 $'); +llxFooter('$Date: 2011/07/18 00:03:18 $ - $Revision: 1.22 $'); /** From 8d42a014efe832c36915efe60ff8042754d2267e Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 18 Jul 2011 00:48:33 +0000 Subject: [PATCH 081/170] Fix: Delete with ftp module --- htdocs/ftp/index.php | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/htdocs/ftp/index.php b/htdocs/ftp/index.php index 8711c865d46..31570262d5c 100644 --- a/htdocs/ftp/index.php +++ b/htdocs/ftp/index.php @@ -21,7 +21,7 @@ * \file htdocs/ftp/index.php * \ingroup ftp * \brief Main page for FTP section area - * \version $Id: index.php,v 1.22 2011/07/18 00:03:18 eldy Exp $ + * \version $Id: index.php,v 1.23 2011/07/18 00:49:19 eldy Exp $ * \author Laurent Destailleur */ @@ -39,9 +39,6 @@ $langs->load("other"); if ($user->societe_id) $socid=$user->societe_id; $result = restrictedArea($user, 'ftp',''); -// Load permissions -$user->getrights('ftp'); - // Get parameters $action = isset($_GET["action"])?$_GET["action"]:$_POST['action']; $section=isset($_GET["section"])?$_GET["section"]:$_POST['section']; @@ -628,7 +625,7 @@ if ($conn_id) ftp_close($conn_id); // End of page $db->close(); -llxFooter('$Date: 2011/07/18 00:03:18 $ - $Revision: 1.22 $'); +llxFooter('$Date: 2011/07/18 00:49:19 $ - $Revision: 1.23 $'); /** From e4b50f69bf48e7cf892bf5d1feada30b04bfb5d8 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 18 Jul 2011 00:57:40 +0000 Subject: [PATCH 082/170] Fix: Missing title From 2ac34dd1c9683b7c70517f162a38316b784fc819 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 18 Jul 2011 01:06:52 +0000 Subject: [PATCH 083/170] Look: Picto on all triggers From 569010f8fad1e0b67f8f7eafef0381c1bafddf8a Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 18 Jul 2011 01:44:15 +0000 Subject: [PATCH 084/170] Qual: Uniformize code From 3e061a216a437191623ba20033f5290a12c67432 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 18 Jul 2011 01:48:21 +0000 Subject: [PATCH 085/170] Fix: Packager does not include other packages From 0eb6879d5d9fec0ac8027deb650cfb873f366726 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sun, 17 Jul 2011 09:22:35 +0000 Subject: [PATCH 086/170] Fix: decrease size From 623d74d525c785f6b41dc9249f464b9f6ff6073c Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 17 Jul 2011 18:13:44 +0000 Subject: [PATCH 087/170] Fix: Enabling permission on modules enabled during install was not working. From a7c8da2b9ad1de030d786849dca22481444a255b Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 17 Jul 2011 18:33:31 +0000 Subject: [PATCH 088/170] Move a FIXME into a TODO From 596bafd13e5b4275decc75528687850e69c2629b Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 17 Jul 2011 19:01:26 +0000 Subject: [PATCH 089/170] Fix: deliveray date must not be mandatory From 841e488d7f8628be4008a678ce9df32d70866121 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 17 Jul 2011 19:08:33 +0000 Subject: [PATCH 090/170] Fix: deliveray date must not be mandatory From 1e0253bf9219485b1682a2273f38e0a8fde955d0 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sun, 17 Jul 2011 19:56:51 +0000 Subject: [PATCH 091/170] Fixme: idmenu is already added in auguria.lib.php From 5439961e31da3a4dc5e9957d0ae9ff214283cf21 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 17 Jul 2011 19:58:55 +0000 Subject: [PATCH 092/170] Fix: We discard negative lines on invoices From 25daa07508a2403e9b82f493d36b7af175bc8cfd Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 17 Jul 2011 20:02:10 +0000 Subject: [PATCH 093/170] Uniformize code From 0197e827d569a782b3da717e7e9cf545f2171189 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sun, 17 Jul 2011 20:16:38 +0000 Subject: [PATCH 094/170] Fix: bad path for external module From b7ab4dd9c52b69e1b8c8d35a0eef587b9bc07088 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sun, 17 Jul 2011 21:35:12 +0000 Subject: [PATCH 095/170] Fix: missing fields From 5c265e15f1d78ebf57ff8e210a9848fabc3965cc Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 17 Jul 2011 23:59:39 +0000 Subject: [PATCH 096/170] Fix: Error in ftp link --- htdocs/ftp/index.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/htdocs/ftp/index.php b/htdocs/ftp/index.php index 31570262d5c..4cfd3d21177 100644 --- a/htdocs/ftp/index.php +++ b/htdocs/ftp/index.php @@ -21,7 +21,7 @@ * \file htdocs/ftp/index.php * \ingroup ftp * \brief Main page for FTP section area - * \version $Id: index.php,v 1.23 2011/07/18 00:49:19 eldy Exp $ + * \version $Id: index.php,v 1.21 2011/07/17 23:59:39 eldy Exp $ * \author Laurent Destailleur */ @@ -39,6 +39,9 @@ $langs->load("other"); if ($user->societe_id) $socid=$user->societe_id; $result = restrictedArea($user, 'ftp',''); +// Load permissions +$user->getrights('ftp'); + // Get parameters $action = isset($_GET["action"])?$_GET["action"]:$_POST['action']; $section=isset($_GET["section"])?$_GET["section"]:$_POST['section']; @@ -444,7 +447,6 @@ else print ''; - print ''; print ''; @@ -625,7 +627,7 @@ if ($conn_id) ftp_close($conn_id); // End of page $db->close(); -llxFooter('$Date: 2011/07/18 00:49:19 $ - $Revision: 1.23 $'); +llxFooter('$Date: 2011/07/17 23:59:39 $ - $Revision: 1.21 $'); /** From 975fdd532bc0a8c7e475bcbbac57ff67857034d3 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 18 Jul 2011 00:03:18 +0000 Subject: [PATCH 097/170] Fix: Error in ftp link --- htdocs/ftp/index.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/htdocs/ftp/index.php b/htdocs/ftp/index.php index 4cfd3d21177..8711c865d46 100644 --- a/htdocs/ftp/index.php +++ b/htdocs/ftp/index.php @@ -21,7 +21,7 @@ * \file htdocs/ftp/index.php * \ingroup ftp * \brief Main page for FTP section area - * \version $Id: index.php,v 1.21 2011/07/17 23:59:39 eldy Exp $ + * \version $Id: index.php,v 1.22 2011/07/18 00:03:18 eldy Exp $ * \author Laurent Destailleur */ @@ -447,6 +447,7 @@ else print ''; + print ''; print ''; @@ -627,7 +628,7 @@ if ($conn_id) ftp_close($conn_id); // End of page $db->close(); -llxFooter('$Date: 2011/07/17 23:59:39 $ - $Revision: 1.21 $'); +llxFooter('$Date: 2011/07/18 00:03:18 $ - $Revision: 1.22 $'); /** From b91d81ef4815fc6abd17814c1e15da146b759f12 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 18 Jul 2011 00:48:33 +0000 Subject: [PATCH 098/170] Fix: Delete with ftp module --- htdocs/ftp/index.php | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/htdocs/ftp/index.php b/htdocs/ftp/index.php index 8711c865d46..31570262d5c 100644 --- a/htdocs/ftp/index.php +++ b/htdocs/ftp/index.php @@ -21,7 +21,7 @@ * \file htdocs/ftp/index.php * \ingroup ftp * \brief Main page for FTP section area - * \version $Id: index.php,v 1.22 2011/07/18 00:03:18 eldy Exp $ + * \version $Id: index.php,v 1.23 2011/07/18 00:49:19 eldy Exp $ * \author Laurent Destailleur */ @@ -39,9 +39,6 @@ $langs->load("other"); if ($user->societe_id) $socid=$user->societe_id; $result = restrictedArea($user, 'ftp',''); -// Load permissions -$user->getrights('ftp'); - // Get parameters $action = isset($_GET["action"])?$_GET["action"]:$_POST['action']; $section=isset($_GET["section"])?$_GET["section"]:$_POST['section']; @@ -628,7 +625,7 @@ if ($conn_id) ftp_close($conn_id); // End of page $db->close(); -llxFooter('$Date: 2011/07/18 00:03:18 $ - $Revision: 1.22 $'); +llxFooter('$Date: 2011/07/18 00:49:19 $ - $Revision: 1.23 $'); /** From 54058b4231f093c4120d60561a29535a42885c35 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 18 Jul 2011 00:57:40 +0000 Subject: [PATCH 099/170] Fix: Missing title From bafc2fc8f23ab2737ed8e9d7969c616678fc5bdc Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 18 Jul 2011 01:06:52 +0000 Subject: [PATCH 100/170] Look: Picto on all triggers From 81cb2fea77cea1c32fa2646336c118c3ccb1d140 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 18 Jul 2011 01:44:15 +0000 Subject: [PATCH 101/170] Qual: Uniformize code From 69e1ce721d36b6bf61064cae159967ca6c638bc6 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 18 Jul 2011 01:48:21 +0000 Subject: [PATCH 102/170] Fix: Packager does not include other packages From e2c944084d257d98f23631133d47b1af71d59029 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sun, 17 Jul 2011 09:22:35 +0000 Subject: [PATCH 103/170] Fix: decrease size From e7a552f9bbe89ddfb6f8c8f929eeb53b3dc2a5c5 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 17 Jul 2011 18:13:44 +0000 Subject: [PATCH 104/170] Fix: Enabling permission on modules enabled during install was not working. From 7e95f8f8d3ec7be42539088c693964318161fe84 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 17 Jul 2011 18:33:31 +0000 Subject: [PATCH 105/170] Move a FIXME into a TODO From a8ffb2b359bcd1284ec2d35ed51bbf730160bcf7 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 17 Jul 2011 19:01:26 +0000 Subject: [PATCH 106/170] Fix: deliveray date must not be mandatory From 161f7c2f6bb7905928d8b04da35841242cb48281 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 17 Jul 2011 19:08:33 +0000 Subject: [PATCH 107/170] Fix: deliveray date must not be mandatory From b6d63cdb5b810d7ca2d2251608165ed153ab8d28 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sun, 17 Jul 2011 19:56:51 +0000 Subject: [PATCH 108/170] Fixme: idmenu is already added in auguria.lib.php From 7da752564488e5ef4734e44f194d5df05f32cd58 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 17 Jul 2011 19:58:55 +0000 Subject: [PATCH 109/170] Fix: We discard negative lines on invoices From 86666e4215c59da0c3ca01337cf243a6befc539c Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 17 Jul 2011 20:02:10 +0000 Subject: [PATCH 110/170] Uniformize code From aa6db2f0d37275468bcfdc5cd8527b2114a22697 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sun, 17 Jul 2011 20:16:38 +0000 Subject: [PATCH 111/170] Fix: bad path for external module From 4e6c4f928f6aceb046231908e09703cff155590e Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sun, 17 Jul 2011 21:35:12 +0000 Subject: [PATCH 112/170] Fix: missing fields From e58b64238f608f87f919d602e007eb487a26b630 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 17 Jul 2011 23:59:39 +0000 Subject: [PATCH 113/170] Fix: Error in ftp link --- htdocs/ftp/index.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/htdocs/ftp/index.php b/htdocs/ftp/index.php index 31570262d5c..4cfd3d21177 100644 --- a/htdocs/ftp/index.php +++ b/htdocs/ftp/index.php @@ -21,7 +21,7 @@ * \file htdocs/ftp/index.php * \ingroup ftp * \brief Main page for FTP section area - * \version $Id: index.php,v 1.23 2011/07/18 00:49:19 eldy Exp $ + * \version $Id: index.php,v 1.21 2011/07/17 23:59:39 eldy Exp $ * \author Laurent Destailleur */ @@ -39,6 +39,9 @@ $langs->load("other"); if ($user->societe_id) $socid=$user->societe_id; $result = restrictedArea($user, 'ftp',''); +// Load permissions +$user->getrights('ftp'); + // Get parameters $action = isset($_GET["action"])?$_GET["action"]:$_POST['action']; $section=isset($_GET["section"])?$_GET["section"]:$_POST['section']; @@ -444,7 +447,6 @@ else print ''; - print ''; print ''; @@ -625,7 +627,7 @@ if ($conn_id) ftp_close($conn_id); // End of page $db->close(); -llxFooter('$Date: 2011/07/18 00:49:19 $ - $Revision: 1.23 $'); +llxFooter('$Date: 2011/07/17 23:59:39 $ - $Revision: 1.21 $'); /** From 2a562bf17e14c7e1da5078380da77f82b1b97b31 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 18 Jul 2011 00:03:18 +0000 Subject: [PATCH 114/170] Fix: Error in ftp link --- htdocs/ftp/index.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/htdocs/ftp/index.php b/htdocs/ftp/index.php index 4cfd3d21177..8711c865d46 100644 --- a/htdocs/ftp/index.php +++ b/htdocs/ftp/index.php @@ -21,7 +21,7 @@ * \file htdocs/ftp/index.php * \ingroup ftp * \brief Main page for FTP section area - * \version $Id: index.php,v 1.21 2011/07/17 23:59:39 eldy Exp $ + * \version $Id: index.php,v 1.22 2011/07/18 00:03:18 eldy Exp $ * \author Laurent Destailleur */ @@ -447,6 +447,7 @@ else print ''; + print ''; print ''; @@ -627,7 +628,7 @@ if ($conn_id) ftp_close($conn_id); // End of page $db->close(); -llxFooter('$Date: 2011/07/17 23:59:39 $ - $Revision: 1.21 $'); +llxFooter('$Date: 2011/07/18 00:03:18 $ - $Revision: 1.22 $'); /** From 2375bb0f90c0a5668f6321b23f5496d77c606c7d Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 18 Jul 2011 00:48:33 +0000 Subject: [PATCH 115/170] Fix: Delete with ftp module --- htdocs/ftp/index.php | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/htdocs/ftp/index.php b/htdocs/ftp/index.php index 8711c865d46..31570262d5c 100644 --- a/htdocs/ftp/index.php +++ b/htdocs/ftp/index.php @@ -21,7 +21,7 @@ * \file htdocs/ftp/index.php * \ingroup ftp * \brief Main page for FTP section area - * \version $Id: index.php,v 1.22 2011/07/18 00:03:18 eldy Exp $ + * \version $Id: index.php,v 1.23 2011/07/18 00:49:19 eldy Exp $ * \author Laurent Destailleur */ @@ -39,9 +39,6 @@ $langs->load("other"); if ($user->societe_id) $socid=$user->societe_id; $result = restrictedArea($user, 'ftp',''); -// Load permissions -$user->getrights('ftp'); - // Get parameters $action = isset($_GET["action"])?$_GET["action"]:$_POST['action']; $section=isset($_GET["section"])?$_GET["section"]:$_POST['section']; @@ -628,7 +625,7 @@ if ($conn_id) ftp_close($conn_id); // End of page $db->close(); -llxFooter('$Date: 2011/07/18 00:03:18 $ - $Revision: 1.22 $'); +llxFooter('$Date: 2011/07/18 00:49:19 $ - $Revision: 1.23 $'); /** From 6af55c1c00a7516e4abaa80c2041ac161626724f Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 18 Jul 2011 00:57:40 +0000 Subject: [PATCH 116/170] Fix: Missing title From 1aa9054a31a6d116a771775d202d19a9f3b4d69d Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 18 Jul 2011 01:06:52 +0000 Subject: [PATCH 117/170] Look: Picto on all triggers From 5f98f3c9d3d2c0d565f450f291d7c436d2f86000 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 18 Jul 2011 01:44:15 +0000 Subject: [PATCH 118/170] Qual: Uniformize code From 9ddd9fa7c11e0ef103167f641c6395e565136af2 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 18 Jul 2011 01:48:21 +0000 Subject: [PATCH 119/170] Fix: Packager does not include other packages From e2b6842dfd19a7ed328620b3624173d679662129 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sun, 17 Jul 2011 09:22:35 +0000 Subject: [PATCH 120/170] Fix: decrease size From c8b1b5bf3daf689e1155ed01bd09b62175e07667 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 17 Jul 2011 18:13:44 +0000 Subject: [PATCH 121/170] Fix: Enabling permission on modules enabled during install was not working. From fcb9832cd0dc72532c9cf0f8b5f6e7d9a6f028b4 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 17 Jul 2011 18:33:31 +0000 Subject: [PATCH 122/170] Move a FIXME into a TODO From 6adab7ba856647f9229f02e23a6393ff13d52da7 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 17 Jul 2011 19:01:26 +0000 Subject: [PATCH 123/170] Fix: deliveray date must not be mandatory From 65b9802b24eed61ef78bc82996cef2466c749154 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 17 Jul 2011 19:08:33 +0000 Subject: [PATCH 124/170] Fix: deliveray date must not be mandatory From 1acb7e58751c9ab0584bd985e79177b095f02994 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sun, 17 Jul 2011 19:56:51 +0000 Subject: [PATCH 125/170] Fixme: idmenu is already added in auguria.lib.php From f978efd1905a7c6c764c6f29a9141c58701db93a Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 17 Jul 2011 19:58:55 +0000 Subject: [PATCH 126/170] Fix: We discard negative lines on invoices From b8c950997aaee850710bb4ae6b0ba90dbe592b3c Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 17 Jul 2011 20:02:10 +0000 Subject: [PATCH 127/170] Uniformize code From 82ddbc0c59fb1f0ac5842334c1a3fbcf6eb01661 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sun, 17 Jul 2011 20:16:38 +0000 Subject: [PATCH 128/170] Fix: bad path for external module From 9eb342f625dcf09f8564ef391d2b1dca863536c5 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sun, 17 Jul 2011 21:35:12 +0000 Subject: [PATCH 129/170] Fix: missing fields From ad377bc4aa153ca4b1e5c5efa2e82552d6496a2d Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 17 Jul 2011 23:59:39 +0000 Subject: [PATCH 130/170] Fix: Error in ftp link --- htdocs/ftp/index.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/htdocs/ftp/index.php b/htdocs/ftp/index.php index 31570262d5c..4cfd3d21177 100644 --- a/htdocs/ftp/index.php +++ b/htdocs/ftp/index.php @@ -21,7 +21,7 @@ * \file htdocs/ftp/index.php * \ingroup ftp * \brief Main page for FTP section area - * \version $Id: index.php,v 1.23 2011/07/18 00:49:19 eldy Exp $ + * \version $Id: index.php,v 1.21 2011/07/17 23:59:39 eldy Exp $ * \author Laurent Destailleur */ @@ -39,6 +39,9 @@ $langs->load("other"); if ($user->societe_id) $socid=$user->societe_id; $result = restrictedArea($user, 'ftp',''); +// Load permissions +$user->getrights('ftp'); + // Get parameters $action = isset($_GET["action"])?$_GET["action"]:$_POST['action']; $section=isset($_GET["section"])?$_GET["section"]:$_POST['section']; @@ -444,7 +447,6 @@ else print ''; - print ''; print ''; @@ -625,7 +627,7 @@ if ($conn_id) ftp_close($conn_id); // End of page $db->close(); -llxFooter('$Date: 2011/07/18 00:49:19 $ - $Revision: 1.23 $'); +llxFooter('$Date: 2011/07/17 23:59:39 $ - $Revision: 1.21 $'); /** From 7a24534cebf73086010c2b926f097fbea0bacdb7 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 18 Jul 2011 00:03:18 +0000 Subject: [PATCH 131/170] Fix: Error in ftp link --- htdocs/ftp/index.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/htdocs/ftp/index.php b/htdocs/ftp/index.php index 4cfd3d21177..8711c865d46 100644 --- a/htdocs/ftp/index.php +++ b/htdocs/ftp/index.php @@ -21,7 +21,7 @@ * \file htdocs/ftp/index.php * \ingroup ftp * \brief Main page for FTP section area - * \version $Id: index.php,v 1.21 2011/07/17 23:59:39 eldy Exp $ + * \version $Id: index.php,v 1.22 2011/07/18 00:03:18 eldy Exp $ * \author Laurent Destailleur */ @@ -447,6 +447,7 @@ else print ''; + print ''; print ''; @@ -627,7 +628,7 @@ if ($conn_id) ftp_close($conn_id); // End of page $db->close(); -llxFooter('$Date: 2011/07/17 23:59:39 $ - $Revision: 1.21 $'); +llxFooter('$Date: 2011/07/18 00:03:18 $ - $Revision: 1.22 $'); /** From a469643d09b446aee71da1567baa9e6698aaea08 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 18 Jul 2011 00:48:33 +0000 Subject: [PATCH 132/170] Fix: Delete with ftp module --- htdocs/ftp/index.php | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/htdocs/ftp/index.php b/htdocs/ftp/index.php index 8711c865d46..31570262d5c 100644 --- a/htdocs/ftp/index.php +++ b/htdocs/ftp/index.php @@ -21,7 +21,7 @@ * \file htdocs/ftp/index.php * \ingroup ftp * \brief Main page for FTP section area - * \version $Id: index.php,v 1.22 2011/07/18 00:03:18 eldy Exp $ + * \version $Id: index.php,v 1.23 2011/07/18 00:49:19 eldy Exp $ * \author Laurent Destailleur */ @@ -39,9 +39,6 @@ $langs->load("other"); if ($user->societe_id) $socid=$user->societe_id; $result = restrictedArea($user, 'ftp',''); -// Load permissions -$user->getrights('ftp'); - // Get parameters $action = isset($_GET["action"])?$_GET["action"]:$_POST['action']; $section=isset($_GET["section"])?$_GET["section"]:$_POST['section']; @@ -628,7 +625,7 @@ if ($conn_id) ftp_close($conn_id); // End of page $db->close(); -llxFooter('$Date: 2011/07/18 00:03:18 $ - $Revision: 1.22 $'); +llxFooter('$Date: 2011/07/18 00:49:19 $ - $Revision: 1.23 $'); /** From 319fd9ed9db574268ff6a5a6c1092620c41aa328 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 18 Jul 2011 00:57:40 +0000 Subject: [PATCH 133/170] Fix: Missing title From 7343fd41f10fb3044dab946898cafdcb995dccdf Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 18 Jul 2011 01:06:52 +0000 Subject: [PATCH 134/170] Look: Picto on all triggers From 52971613228c0eeb649279dc5366e651cf04edca Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 18 Jul 2011 01:44:15 +0000 Subject: [PATCH 135/170] Qual: Uniformize code From 16daaedd4597cb26fadb8d3b5c3cffb3c439b47c Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 18 Jul 2011 01:48:21 +0000 Subject: [PATCH 136/170] Fix: Packager does not include other packages From 949d3339f14a492509a96dca5e61f36c47664f7d Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sun, 17 Jul 2011 09:22:35 +0000 Subject: [PATCH 137/170] Fix: decrease size From ed93fe20955d882517745af1954fa53135654e78 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 17 Jul 2011 18:13:44 +0000 Subject: [PATCH 138/170] Fix: Enabling permission on modules enabled during install was not working. From 64cf99aadd88cf164f6dd42a627c4272d33654fe Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 17 Jul 2011 18:33:31 +0000 Subject: [PATCH 139/170] Move a FIXME into a TODO From 407f64f64d863c5fd168d18be58f0e654b24fb3c Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 17 Jul 2011 19:01:26 +0000 Subject: [PATCH 140/170] Fix: deliveray date must not be mandatory From dc6b8723cb178de87e2a05ff6874476131456e8f Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 17 Jul 2011 19:08:33 +0000 Subject: [PATCH 141/170] Fix: deliveray date must not be mandatory From 15507e0fa7a160d59ec043a1bbe4c0bed3660488 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sun, 17 Jul 2011 19:56:51 +0000 Subject: [PATCH 142/170] Fixme: idmenu is already added in auguria.lib.php From b05f10280a41dfcc4be40c01848b4bd8c5a8b61f Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 17 Jul 2011 19:58:55 +0000 Subject: [PATCH 143/170] Fix: We discard negative lines on invoices From 94e06d521e842201afcd8d5878a65f30c26d30c6 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 17 Jul 2011 20:02:10 +0000 Subject: [PATCH 144/170] Uniformize code From 877cee0bd276ce3bc4cd66f51f60b00989611a4a Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sun, 17 Jul 2011 20:16:38 +0000 Subject: [PATCH 145/170] Fix: bad path for external module From 394c00b55805821abe727935309e9c0b15b0b1a7 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sun, 17 Jul 2011 21:35:12 +0000 Subject: [PATCH 146/170] Fix: missing fields From 31b47ea77df847e88a8daa7ca70167c7dd0e1953 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 17 Jul 2011 23:59:39 +0000 Subject: [PATCH 147/170] Fix: Error in ftp link --- htdocs/ftp/index.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/htdocs/ftp/index.php b/htdocs/ftp/index.php index 31570262d5c..4cfd3d21177 100644 --- a/htdocs/ftp/index.php +++ b/htdocs/ftp/index.php @@ -21,7 +21,7 @@ * \file htdocs/ftp/index.php * \ingroup ftp * \brief Main page for FTP section area - * \version $Id: index.php,v 1.23 2011/07/18 00:49:19 eldy Exp $ + * \version $Id: index.php,v 1.21 2011/07/17 23:59:39 eldy Exp $ * \author Laurent Destailleur */ @@ -39,6 +39,9 @@ $langs->load("other"); if ($user->societe_id) $socid=$user->societe_id; $result = restrictedArea($user, 'ftp',''); +// Load permissions +$user->getrights('ftp'); + // Get parameters $action = isset($_GET["action"])?$_GET["action"]:$_POST['action']; $section=isset($_GET["section"])?$_GET["section"]:$_POST['section']; @@ -444,7 +447,6 @@ else print ''; - print ''; print ''; @@ -625,7 +627,7 @@ if ($conn_id) ftp_close($conn_id); // End of page $db->close(); -llxFooter('$Date: 2011/07/18 00:49:19 $ - $Revision: 1.23 $'); +llxFooter('$Date: 2011/07/17 23:59:39 $ - $Revision: 1.21 $'); /** From c7ea8ccc8efd4a274b7995ee15b3ffca14c53834 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 18 Jul 2011 00:03:18 +0000 Subject: [PATCH 148/170] Fix: Error in ftp link --- htdocs/ftp/index.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/htdocs/ftp/index.php b/htdocs/ftp/index.php index 4cfd3d21177..8711c865d46 100644 --- a/htdocs/ftp/index.php +++ b/htdocs/ftp/index.php @@ -21,7 +21,7 @@ * \file htdocs/ftp/index.php * \ingroup ftp * \brief Main page for FTP section area - * \version $Id: index.php,v 1.21 2011/07/17 23:59:39 eldy Exp $ + * \version $Id: index.php,v 1.22 2011/07/18 00:03:18 eldy Exp $ * \author Laurent Destailleur */ @@ -447,6 +447,7 @@ else print ''; + print ''; print ''; @@ -627,7 +628,7 @@ if ($conn_id) ftp_close($conn_id); // End of page $db->close(); -llxFooter('$Date: 2011/07/17 23:59:39 $ - $Revision: 1.21 $'); +llxFooter('$Date: 2011/07/18 00:03:18 $ - $Revision: 1.22 $'); /** From 17f3c858ff6b6ebd5d4d0acf3891e268d8ea8d65 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 18 Jul 2011 00:48:33 +0000 Subject: [PATCH 149/170] Fix: Delete with ftp module --- htdocs/ftp/index.php | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/htdocs/ftp/index.php b/htdocs/ftp/index.php index 8711c865d46..31570262d5c 100644 --- a/htdocs/ftp/index.php +++ b/htdocs/ftp/index.php @@ -21,7 +21,7 @@ * \file htdocs/ftp/index.php * \ingroup ftp * \brief Main page for FTP section area - * \version $Id: index.php,v 1.22 2011/07/18 00:03:18 eldy Exp $ + * \version $Id: index.php,v 1.23 2011/07/18 00:49:19 eldy Exp $ * \author Laurent Destailleur */ @@ -39,9 +39,6 @@ $langs->load("other"); if ($user->societe_id) $socid=$user->societe_id; $result = restrictedArea($user, 'ftp',''); -// Load permissions -$user->getrights('ftp'); - // Get parameters $action = isset($_GET["action"])?$_GET["action"]:$_POST['action']; $section=isset($_GET["section"])?$_GET["section"]:$_POST['section']; @@ -628,7 +625,7 @@ if ($conn_id) ftp_close($conn_id); // End of page $db->close(); -llxFooter('$Date: 2011/07/18 00:03:18 $ - $Revision: 1.22 $'); +llxFooter('$Date: 2011/07/18 00:49:19 $ - $Revision: 1.23 $'); /** From fa07ed359ead3877a5dd1b7ec5e36a7d98e224ac Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 18 Jul 2011 00:57:40 +0000 Subject: [PATCH 150/170] Fix: Missing title From aac6db9e067aa2f39fbb49cf9520e7408c52bdcb Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 18 Jul 2011 01:06:52 +0000 Subject: [PATCH 151/170] Look: Picto on all triggers From 96566d9052dbe6a8cf21a6759330ed33c397b75c Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 18 Jul 2011 01:44:15 +0000 Subject: [PATCH 152/170] Qual: Uniformize code From eb2cd644f90e8ec38a649016c16265c1b4491b8d Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 18 Jul 2011 01:48:21 +0000 Subject: [PATCH 153/170] Fix: Packager does not include other packages From 56a687f0981ccef8fee115f228897771673a66ca Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sun, 17 Jul 2011 09:22:35 +0000 Subject: [PATCH 154/170] Fix: decrease size From 2cff6056a229945cd3b785ba663d299d911f1cf6 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 17 Jul 2011 18:13:44 +0000 Subject: [PATCH 155/170] Fix: Enabling permission on modules enabled during install was not working. From 12245a9280d9bd79f12f49b79d804405b08461c0 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 17 Jul 2011 18:33:31 +0000 Subject: [PATCH 156/170] Move a FIXME into a TODO From 5c41f69820f62a24b6411883827ee81f35deb820 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 17 Jul 2011 19:01:26 +0000 Subject: [PATCH 157/170] Fix: deliveray date must not be mandatory From 40d5dbfdcd400a867f86ba775b3c68f654be1b21 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 17 Jul 2011 19:08:33 +0000 Subject: [PATCH 158/170] Fix: deliveray date must not be mandatory From 67284aa039da30ddb80d7187d57ea42a248fb178 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sun, 17 Jul 2011 19:56:51 +0000 Subject: [PATCH 159/170] Fixme: idmenu is already added in auguria.lib.php From c769b22c3c49b3f475b59ea5469898564f7d2993 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 17 Jul 2011 19:58:55 +0000 Subject: [PATCH 160/170] Fix: We discard negative lines on invoices From b6791c52d18c214a5734f9e8a30b0f55f714b317 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 17 Jul 2011 20:02:10 +0000 Subject: [PATCH 161/170] Uniformize code From 9535ca229c63695049e06d40ba009ac949816125 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sun, 17 Jul 2011 20:16:38 +0000 Subject: [PATCH 162/170] Fix: bad path for external module From 6f56a5b5bd5a578dc97c4e7ea6cec9cf8a38b22b Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sun, 17 Jul 2011 21:35:12 +0000 Subject: [PATCH 163/170] Fix: missing fields From 7bc7489aed0bfb379be7c93f77089d77382f03c0 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 17 Jul 2011 23:59:39 +0000 Subject: [PATCH 164/170] Fix: Error in ftp link --- htdocs/ftp/index.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/htdocs/ftp/index.php b/htdocs/ftp/index.php index 31570262d5c..4cfd3d21177 100644 --- a/htdocs/ftp/index.php +++ b/htdocs/ftp/index.php @@ -21,7 +21,7 @@ * \file htdocs/ftp/index.php * \ingroup ftp * \brief Main page for FTP section area - * \version $Id: index.php,v 1.23 2011/07/18 00:49:19 eldy Exp $ + * \version $Id: index.php,v 1.21 2011/07/17 23:59:39 eldy Exp $ * \author Laurent Destailleur */ @@ -39,6 +39,9 @@ $langs->load("other"); if ($user->societe_id) $socid=$user->societe_id; $result = restrictedArea($user, 'ftp',''); +// Load permissions +$user->getrights('ftp'); + // Get parameters $action = isset($_GET["action"])?$_GET["action"]:$_POST['action']; $section=isset($_GET["section"])?$_GET["section"]:$_POST['section']; @@ -444,7 +447,6 @@ else print ''; - print ''; print ''; @@ -625,7 +627,7 @@ if ($conn_id) ftp_close($conn_id); // End of page $db->close(); -llxFooter('$Date: 2011/07/18 00:49:19 $ - $Revision: 1.23 $'); +llxFooter('$Date: 2011/07/17 23:59:39 $ - $Revision: 1.21 $'); /** From 0a775cabb0f918e080d044459ca9bb7b50c57b63 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 18 Jul 2011 00:03:18 +0000 Subject: [PATCH 165/170] Fix: Error in ftp link --- htdocs/ftp/index.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/htdocs/ftp/index.php b/htdocs/ftp/index.php index 4cfd3d21177..8711c865d46 100644 --- a/htdocs/ftp/index.php +++ b/htdocs/ftp/index.php @@ -21,7 +21,7 @@ * \file htdocs/ftp/index.php * \ingroup ftp * \brief Main page for FTP section area - * \version $Id: index.php,v 1.21 2011/07/17 23:59:39 eldy Exp $ + * \version $Id: index.php,v 1.22 2011/07/18 00:03:18 eldy Exp $ * \author Laurent Destailleur */ @@ -447,6 +447,7 @@ else print ''; + print ''; print ''; @@ -627,7 +628,7 @@ if ($conn_id) ftp_close($conn_id); // End of page $db->close(); -llxFooter('$Date: 2011/07/17 23:59:39 $ - $Revision: 1.21 $'); +llxFooter('$Date: 2011/07/18 00:03:18 $ - $Revision: 1.22 $'); /** From 0e5df06129dd299fdbb47a4a139534e12935e632 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 18 Jul 2011 00:48:33 +0000 Subject: [PATCH 166/170] Fix: Delete with ftp module --- htdocs/ftp/index.php | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/htdocs/ftp/index.php b/htdocs/ftp/index.php index 8711c865d46..31570262d5c 100644 --- a/htdocs/ftp/index.php +++ b/htdocs/ftp/index.php @@ -21,7 +21,7 @@ * \file htdocs/ftp/index.php * \ingroup ftp * \brief Main page for FTP section area - * \version $Id: index.php,v 1.22 2011/07/18 00:03:18 eldy Exp $ + * \version $Id: index.php,v 1.23 2011/07/18 00:49:19 eldy Exp $ * \author Laurent Destailleur */ @@ -39,9 +39,6 @@ $langs->load("other"); if ($user->societe_id) $socid=$user->societe_id; $result = restrictedArea($user, 'ftp',''); -// Load permissions -$user->getrights('ftp'); - // Get parameters $action = isset($_GET["action"])?$_GET["action"]:$_POST['action']; $section=isset($_GET["section"])?$_GET["section"]:$_POST['section']; @@ -628,7 +625,7 @@ if ($conn_id) ftp_close($conn_id); // End of page $db->close(); -llxFooter('$Date: 2011/07/18 00:03:18 $ - $Revision: 1.22 $'); +llxFooter('$Date: 2011/07/18 00:49:19 $ - $Revision: 1.23 $'); /** From a81fd4adb75658f068f788827ec72ea67222bbcd Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 18 Jul 2011 00:57:40 +0000 Subject: [PATCH 167/170] Fix: Missing title From b5968ad8a604c10f596c0ab32094f238ea22a156 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 18 Jul 2011 01:06:52 +0000 Subject: [PATCH 168/170] Look: Picto on all triggers From 05d8e568bf667ee66f0791ab1bebcfce8af99ad6 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 18 Jul 2011 01:44:15 +0000 Subject: [PATCH 169/170] Qual: Uniformize code From bb705757692735f37c72b80a8e17e72dee24fcfb Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 18 Jul 2011 01:48:21 +0000 Subject: [PATCH 170/170] Fix: Packager does not include other packages