Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/3.4' into 3.4_backported
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Jan 20, 2014
2 parents cfed6e3 + 8642e20 commit b3fad5d
Show file tree
Hide file tree
Showing 13 changed files with 9 additions and 460 deletions.
1 change: 1 addition & 0 deletions ChangeLog
Expand Up @@ -7,6 +7,7 @@ English Dolibarr ChangeLog
Fix: Warning into bank conciliation feature.
Fix: Bad get of localtaxes into contracts add lines.
Fix: Add a limit into list to avoid browser to hang when database is too large.
Fix: [ bug #1212 ] 'jqueryFileTree.php' directory traversal vulnerability

***** ChangeLog for 3.4.2 compared to 3.4.1 *****
Fix: field's problem into company's page (RIB).
Expand Down
6 changes: 6 additions & 0 deletions dev/dolibarr_changes.txt
Expand Up @@ -53,3 +53,9 @@ window.location.href=pRef
JCROP:
------
* Remove analytics tag into file index.html


JQUERYFILETREE:
---------------
* Remove directory htdocs/includes/jquery/plugins/jqueryFileTree/connectors

4 changes: 2 additions & 2 deletions htdocs/expedition/fiche.php
Expand Up @@ -51,9 +51,9 @@

$origin = GETPOST('origin','alpha')?GETPOST('origin','alpha'):'expedition'; // Example: commande, propal
$origin_id = GETPOST('id','int')?GETPOST('id','int'):'';
$id = $origin_id;
if (empty($origin_id)) $origin_id = GETPOST('origin_id','int'); // Id of order or propal
if (empty($origin_id)) $origin_id = GETPOST('object_id','int'); // Id of order or propal
$id = $origin_id;
$ref=GETPOST('ref','alpha');

// Security check
Expand Down Expand Up @@ -917,7 +917,7 @@
}
}
}
else
else if ($id || $ref)
/* *************************************************************************** */
/* */
/* Edit and view mode */
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit b3fad5d

Please sign in to comment.