Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop #2

Closed
wants to merge 2 commits into from
Closed

Develop #2

wants to merge 2 commits into from

Conversation

ghost
Copy link

@ghost ghost commented Aug 28, 2011

For testing pull request.
Only delete old id present in files after the last synchro from cvs

@hregis
Copy link
Contributor

hregis commented Aug 28, 2011

pourquoi tu m’envoies ce pull ?

@hregis hregis closed this Aug 28, 2011
@ghost
Copy link
Author

ghost commented Aug 28, 2011

C'est un test pr valider la synchro des autres repo.

A+

Herve Prot

Le 28 août 2011 à 19:02, hregis reply@reply.github.com a écrit :

pourquoi tu m’envoies ce pull ?

Reply to this email directly or view it on GitHub:
#2 (comment)

eldy pushed a commit that referenced this pull request Aug 9, 2012
eldy added a commit that referenced this pull request Jul 21, 2014
eldy pushed a commit that referenced this pull request Nov 4, 2014
marcosgdf pushed a commit to marcosgdf/dolibarr that referenced this pull request Feb 19, 2015
FHenry referenced this pull request in FHenry/dolibarr Aug 12, 2015
abcnet-lu pushed a commit to abcnet-lu/dolibarr that referenced this pull request Feb 19, 2016
Merge back official Dolibarr develop into my abcnet-lu fork
atm-florian pushed a commit to atm-florian/dolibarr that referenced this pull request Nov 7, 2016
New fonctionnalité RTT avec les congés payés de Dolibarr
eldy pushed a commit that referenced this pull request Jan 15, 2017
Fix: Add Missing Translation String
eldy pushed a commit that referenced this pull request May 10, 2018
dolibarr up to date fork
eldy pushed a commit that referenced this pull request Jun 13, 2018
eldy pushed a commit that referenced this pull request Jun 18, 2018
eldy pushed a commit that referenced this pull request Jul 15, 2018
eldy pushed a commit that referenced this pull request Aug 29, 2018
mdeweerd added a commit to mdeweerd/dolibarr that referenced this pull request Jan 8, 2024
# Fix: formmail - add_attached_files - argument name consistency

Phan determined suspicious naming as arg Dolibarr#2 to add_attached_files is  while
that was the name for the first argument by the caller.

Also, on examination, only the first parameter is needed as add_attached_files
handles the other two in the same manner.
eldy pushed a commit that referenced this pull request Jan 10, 2024
# Fix: formmail - add_attached_files - argument name consistency

Phan determined suspicious naming as arg #2 to add_attached_files is  while
that was the name for the first argument by the caller.

Also, on examination, only the first parameter is needed as add_attached_files
handles the other two in the same manner.
eldy pushed a commit that referenced this pull request Jan 26, 2024
htdocs/variants/class/ProductAttribute.class.php	1315	Parameter #2 $seller (string) of method ProductAttribute::printObjectLines() should be compatible with parameter $seller (Societe) of method CommonObject::printObjectLines()

htdocs/variants/class/ProductAttribute.class.php	1315	Parameter #3 $buyer (string) of method ProductAttribute::printObjectLines() should be compatible with parameter $buyer (Societe) of method CommonObject::printObjectLines()

htdocs/variants/class/ProductAttribute.class.php	1401	Parameter #7 $seller (string) of method ProductAttribute::printObjectLine() should be compatible with parameter $seller (Societe) of method CommonObject::printObjectLine()

htdocs/variants/class/ProductAttribute.class.php	1401	Parameter #8 $buyer (string) of method ProductAttribute::printObjectLine() should be compatible with parameter $buyer (Societe) of method CommonObject::printObjectLine()
mdeweerd added a commit to mdeweerd/dolibarr that referenced this pull request Feb 23, 2024
# Fix: Spelling, PHan warnings, preg quoting, array size

Initial reasons:
website.class.php: PhanPluginSuspiciousParamOrder: Suspicious order for arguments named pathofwebsiteold and pathofwebsitenew - These are being passed to parameters #1 (string $srcfile) and Dolibarr#2 (string $destfile) of \dolCopyDir(string $srcfile, string $destfile, string $newmask, int $overwriteifexists, array<string,string> $arrayreplacement = null, int $excludesubdir = 0, string[] $excludefileext = null) defined at htdocs/core/lib/files.lib.php:871
Warning: website.class.php: PhanTypeArraySuspiciousNull: Suspicious array access to $linefound[1] of type null
Warning: website.class.php: PhanTypeArraySuspiciousNull: Suspicious array access to $linefound[1] of type null

Also fixed spelling, added preg_quote, fixed spelling for several comments
and variables
mdeweerd added a commit to mdeweerd/dolibarr that referenced this pull request Feb 23, 2024
# Fix: Spelling, PHan warnings, preg quoting, array size

Initial reasons:
website.class.php: PhanPluginSuspiciousParamOrder: Suspicious order for arguments named pathofwebsiteold and pathofwebsitenew - These are being passed to parameters #1 (string $srcfile) and Dolibarr#2 (string $destfile) of \dolCopyDir(string $srcfile, string $destfile, string $newmask, int $overwriteifexists, array<string,string> $arrayreplacement = null, int $excludesubdir = 0, string[] $excludefileext = null) defined at htdocs/core/lib/files.lib.php:871
Warning: website.class.php: PhanTypeArraySuspiciousNull: Suspicious array access to $linefound[1] of type null
Warning: website.class.php: PhanTypeArraySuspiciousNull: Suspicious array access to $linefound[1] of type null

Also fixed spelling, added preg_quote, fixed spelling for several comments
and variables
mdeweerd added a commit to mdeweerd/dolibarr that referenced this pull request Feb 23, 2024
# Fix: Spelling, PHan warnings, preg quoting, array size

Initial reasons:
website.class.php: PhanPluginSuspiciousParamOrder: Suspicious order for arguments named pathofwebsiteold and pathofwebsitenew - These are being passed to parameters #1 (string $srcfile) and Dolibarr#2 (string $destfile) of \dolCopyDir(string $srcfile, string $destfile, string $newmask, int $overwriteifexists, array<string,string> $arrayreplacement = null, int $excludesubdir = 0, string[] $excludefileext = null) defined at htdocs/core/lib/files.lib.php:871
Warning: website.class.php: PhanTypeArraySuspiciousNull: Suspicious array access to $linefound[1] of type null
Warning: website.class.php: PhanTypeArraySuspiciousNull: Suspicious array access to $linefound[1] of type null

Also fixed spelling, added preg_quote, fixed spelling for several comments
and variables
mdeweerd added a commit to mdeweerd/dolibarr that referenced this pull request Feb 23, 2024
# Fix: Spelling, PHan warnings, preg quoting, array size

Initial reasons:
website.class.php: PhanPluginSuspiciousParamOrder: Suspicious order for arguments named pathofwebsiteold and pathofwebsitenew - These are being passed to parameters #1 (string $srcfile) and Dolibarr#2 (string $destfile) of \dolCopyDir(string $srcfile, string $destfile, string $newmask, int $overwriteifexists, array<string,string> $arrayreplacement = null, int $excludesubdir = 0, string[] $excludefileext = null) defined at htdocs/core/lib/files.lib.php:871
Warning: website.class.php: PhanTypeArraySuspiciousNull: Suspicious array access to $linefound[1] of type null
Warning: website.class.php: PhanTypeArraySuspiciousNull: Suspicious array access to $linefound[1] of type null

Also fixed spelling, added preg_quote, fixed spelling for several comments
and variables
mdeweerd added a commit to mdeweerd/dolibarr that referenced this pull request Feb 23, 2024
# Fix: Spelling, PHan warnings, preg quoting, array size

Initial reasons:
website.class.php: PhanPluginSuspiciousParamOrder: Suspicious order for arguments named pathofwebsiteold and pathofwebsitenew - These are being passed to parameters #1 (string $srcfile) and Dolibarr#2 (string $destfile) of \dolCopyDir(string $srcfile, string $destfile, string $newmask, int $overwriteifexists, array<string,string> $arrayreplacement = null, int $excludesubdir = 0, string[] $excludefileext = null) defined at htdocs/core/lib/files.lib.php:871
Warning: website.class.php: PhanTypeArraySuspiciousNull: Suspicious array access to $linefound[1] of type null
Warning: website.class.php: PhanTypeArraySuspiciousNull: Suspicious array access to $linefound[1] of type null

Also fixed spelling, added preg_quote, fixed spelling for several comments
and variables
mdeweerd added a commit to mdeweerd/dolibarr that referenced this pull request Feb 23, 2024
# Fix: Spelling, PHan warnings, preg quoting, array size

Initial reasons:
website.class.php: PhanPluginSuspiciousParamOrder: Suspicious order for arguments named pathofwebsiteold and pathofwebsitenew - These are being passed to parameters #1 (string $srcfile) and Dolibarr#2 (string $destfile) of \dolCopyDir(string $srcfile, string $destfile, string $newmask, int $overwriteifexists, array<string,string> $arrayreplacement = null, int $excludesubdir = 0, string[] $excludefileext = null) defined at htdocs/core/lib/files.lib.php:871
Warning: website.class.php: PhanTypeArraySuspiciousNull: Suspicious array access to $linefound[1] of type null
Warning: website.class.php: PhanTypeArraySuspiciousNull: Suspicious array access to $linefound[1] of type null

Also fixed spelling, added preg_quote, fixed spelling for several comments
and variables
eldy pushed a commit that referenced this pull request Feb 23, 2024
# Fix: Spelling, PHan warnings, preg quoting, array size

Initial reasons:
website.class.php: PhanPluginSuspiciousParamOrder: Suspicious order for arguments named pathofwebsiteold and pathofwebsitenew - These are being passed to parameters #1 (string $srcfile) and #2 (string $destfile) of \dolCopyDir(string $srcfile, string $destfile, string $newmask, int $overwriteifexists, array<string,string> $arrayreplacement = null, int $excludesubdir = 0, string[] $excludefileext = null) defined at htdocs/core/lib/files.lib.php:871
Warning: website.class.php: PhanTypeArraySuspiciousNull: Suspicious array access to $linefound[1] of type null
Warning: website.class.php: PhanTypeArraySuspiciousNull: Suspicious array access to $linefound[1] of type null

Also fixed spelling, added preg_quote, fixed spelling for several comments
and variables
eldy pushed a commit that referenced this pull request Feb 25, 2024
Default value of the parameter #2 $array_options (int) of method Delivery::update_line() is incompatible with type array.
eldy pushed a commit that referenced this pull request Feb 26, 2024
Default value of the parameter #2 $mesgarray (string) of function get_htmloutput_mesg() is incompatible with type array<string>.
@frederic34 frederic34 mentioned this pull request Apr 22, 2024
atm-thomasb pushed a commit to atm-thomasb/dolibarr that referenced this pull request Sep 19, 2024
cfoellmann added a commit to cfoellmann/dolibarr that referenced this pull request Sep 19, 2024
thersane-john pushed a commit to thersane-john/dolibarr that referenced this pull request Oct 25, 2024
…entMessage

New documentation ux set event message
eldy pushed a commit that referenced this pull request Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant