Laurent Destailleur
d707a1d668
Fix errors
2024-02-18 14:36:45 +01:00
Laurent Destailleur
a59fa7eca0
Test
2024-02-18 14:27:15 +01:00
Laurent Destailleur
ead53cf4f5
Avoid beautysh error
2024-02-18 14:09:02 +01:00
Laurent Destailleur
fb54306a1e
Update precommit
2024-02-18 13:39:25 +01:00
Laurent Destailleur
de210ce277
css
2024-02-17 23:47:47 +01:00
Laurent Destailleur
193a3717b4
css
2024-02-17 17:07:13 +01:00
Laurent Destailleur
0b85d9ac81
css
2024-02-17 17:02:14 +01:00
Laurent Destailleur
4bb8f573ea
Fix apstats
2024-02-17 16:58:21 +01:00
Laurent Destailleur
750e3270ac
Enhance apstats
2024-02-17 16:46:06 +01:00
MDW
f10d06a357
Qual: Clean up (spelling/shellcheck) initdemo/initdata files ( #28195 )
...
# Qual: Clean up (spelling/shellcheck) initdemo/initdata files
Cleanup the readme's and the script
2024-02-16 13:09:40 +01:00
MDW
acf09b805f
Fix: Make all 'relative paths' absolute ( #28196 )
...
# Fix: Make all 'relative paths' absolute
The phpcs ruleset xml file's relative exclude patterns are relative to
the filename(s) provided on the command line.
Hence with partial verifications, the path exclusion does not function
as we would like.
Removing the relative-path attribute from the patterns the exclusion
works.
At the same time, the patterns were optimized and a comment was added.
2024-02-16 12:59:04 +01:00
MDW
e5423d5c59
Qual: Add exceptions for codespell ( #28186 )
...
* Dev: Add setup scripts for phpunit/database
# Dev: Add setup scripts for phpunit/database
Some scripts that helped to setup some unit testing.
* NEW Add Windows ci workflow
# NEW Add Windows ci workflow
This adds a workflow to execute ci on a windows platform
* Disable open_basedir for now, to test effect
* Qual: Exclude documents directory from codespell
# Qual: Exclude documents directory from codespell
Documents directory may be present during development (unit tests).
Do not check spelling there
* Qual: Add codespell exceptions
# Qual: Add codespell exceptions
Add new exceptions to codespell (var identified as misspelling).
2024-02-15 14:49:09 +01:00
Laurent Destailleur
248119fc8c
Move setup files
2024-02-15 11:50:38 +01:00
Laurent Destailleur
ff2d609814
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
...
Conflicts:
htdocs/core/class/commonobject.class.php
htdocs/mrp/mo_production.php
2024-02-12 03:35:39 +01:00
Laurent Destailleur
65533360a2
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0
...
Conflicts:
htdocs/main.inc.php
2024-02-12 03:32:58 +01:00
MDW
60f15baef2
Qual: Backport: pre-commit php-cs with cache ( #28123 )
...
* Qual: Lower severity on php-cs messages that should not block (#28072 )
# Qual: Lower severity on php-cs messages that should not block
Some warning messages result in php-cs having an exit code of 2 and others
only have an exit ocde of 1. When the exit code is 2, the warnings are fixable
by php-cbf.
In order to be able to filter on the warnings in the github ci flow, but still
show them in the travis flow, I lower the level of the warnings that should not
be blocking to 4.
At the same time, the php-cs configuration in pre-commit now requires that the
severity is minimum 5 to show the message (level 5 is the default for all warnings
and errors).
So this will limit the warning messages to the ones that should result in a failing
ci action. If any new cases are discovered, they should also be lowered in the
php-cs configuration file.
* Qual: ci: Run pre-commit/php-cs with cache (#28079 )
This adds a hook to .pre-commit-config.yaml and updates the workflow
to run php-cs with cache when it is run for all files.
When running on changed files only, the cache is not useful.
The php-codesniffer ruleset.xml was cleaned up (duplicates removal/formatted)
2024-02-12 03:30:19 +01:00
MDW
1c452bc86e
Qual: Fix apstats & add phan ( #28127 )
...
# Qual: Fix apstats & add phan
I fixed several issues that I ran into when running apstats.php
locally to test the phan integration.
So this commit only proposes the updates to apstats.php.
I added a test that disables phan when its configurations is not
found so it should be fine to integration in develop.
2024-02-12 02:01:51 +01:00
Laurent Destailleur
29eb98816e
disable bad link
2024-02-11 18:09:20 +01:00
Laurent Destailleur
f26bbb022a
Fix delay
2024-02-11 18:07:55 +01:00
Laurent Destailleur
12908df0d6
Work on scan security commits
2024-02-11 16:39:31 +01:00
Laurent Destailleur
aea35bbf47
Last security on last 6 month
2024-02-11 15:42:03 +01:00
Laurent Destailleur
8c0b42bf26
Fix link
2024-02-11 13:44:27 +01:00
Laurent Destailleur
9e1a28a8ce
Add description
2024-02-11 13:43:05 +01:00
Laurent Destailleur
33c8d3ce68
Add latest security alerts in apstats
2024-02-11 13:35:49 +01:00
Laurent Destailleur
c27774463f
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2024-02-10 19:10:05 +01:00
Laurent Destailleur
3bf105aaa6
Add script with last security alerts
2024-02-10 19:09:47 +01:00
MDW
2e254892ea
Qual: Clean up codespell exceptions ( #28104 )
...
The files with exceptions can be updated as there are many less cases to
exclude.
In the project files there are a few minor spelling corrections, and
`$scrit` was changed to `$search_crit` to avoid a spelling suggestion.
2024-02-10 17:27:36 +01:00
MDW
16f723f0ba
Qual Language scripts fixed/updated ( #28101 )
...
* Qual: Fix/extend language scripts, integrate in pre-commit
Updated scripts to comply with shellscript.
Integrated one in pre-commit that seems useful.
* Qual: Find duplicate lang keys
* Add line numbers (to allow annotation)
* Fix fixaltlanguages.sh and add to pre-commit
* Make historical language checks 'manual' in 'pre-commit'
2024-02-10 17:26:34 +01:00
MDW
7a389299c3
Qual: ci: Run pre-commit/php-cs with cache ( #28079 )
...
This adds a hook to .pre-commit-config.yaml and updates the workflow
to run php-cs with cache when it is run for all files.
When running on changed files only, the cache is not useful.
The php-codesniffer ruleset.xml was cleaned up (duplicates removal/formatted)
2024-02-10 01:22:07 +01:00
MDW
7b54824d49
Fix #28071 - New branch to fix bad merge ( #28083 )
...
* Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
* Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
* Qual: Introduce getDataToShowPhoto to prepare generic code
* Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
* Fix missing trans
* Fix langs
* Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
* Remove useless files in web templates
* Clean code
* Fix duplicate translation key
* Fix duplicate translation key
* Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
* Fix duplicate key
* Fix $object
* Debug v19
* WIP SMSing
* Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
* WIP EMAILINGS_SUPPORT_ALSO_SMS
* Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
* Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
* WIP SMSing
* Debug the "validate" feature
* Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
* Clean code
* Move rights->x->y into hasRight('x', 'y')
* Move rights->x->y into hasRight('x', 'y')
* Move rights->x->y into hasRight('x', 'y')
* Move rights->x->y into hasRight('x', 'y')
* Move rights->x->y into hasRight('x', 'y')
* Move rights->x->y into hasRight('x', 'y')
* Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
* Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
* Enhance rector to fix empty($user->rights->modulex->perm1)
* Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
* Fix template to use v19 dev rules
* Fix use v19 dev rules
* Fix phpunit
* Debug v19
* Clean code
* Use rector to convert user->rights into user->hasRight
* Clean code
* Use rector to convert user->rights into user->hasRight
* Use rector to convert user->rights into user->hasRight
* Clean code
* Fix phpcs
* add editorconfig for sql files (#27999 )
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
* add model_pdf field in llx_ticket-ticket.sql (#27996 )
* add model_pdf field in llx_ticket-ticket.sql
* Update 19.0.0-20.0.0.sql
* Update 19.0.0-20.0.0.sql
* Improve wording in README (#27994 )
* fix phpstan (#27989 )
* fix phpstan
* Update UserRightsToFunction.php
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
* Qual: Fix spelling/working in datapolicy translations (#28006 )
# Qual: Fix spelling/wording in datapolicy translations
Fixed some spelling and wording in datapolicy translations.
* qual: phpstan for htdocs/ticket/class/ticketstats.class.php (#27986 )
htdocs/ticket/class/ticketstats.class.php 98 Parameter #1 $year (string) of method TicketStats::getNbByMonth() should be compatible with parameter $year (int) of method Stats::getNbByMonth()
* Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop
* Fix user with readonly perm on email template must be able to read.
* Fix doc
* Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
* Better message
* Add missing fields in merge of thirdparty
* Debug v19 selection of ticket printer per terminal
* Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
* Use constant
* NEW: Adding a recipient on emails sent, change status to sent partialy.
* fix travis (#28052 )
* fix travis
* Update partnership.class.php
* fix php doc (#28047 )
* fix undefined array key (#28048 )
* Add region and departament for Cuba (#28046 )
* Update llx_10_c_regions.sql
Add Cuba Regions (id_country=77)
* Update llx_20_c_departements.sql
Add Provinces Cuba (id country=77)
* Find the typo (#28050 )
* Find the typo
* clean code
* add last_main_doc field to product (#28045 )
* add las_main_doc field to product
* add field fetch
* NEW Add Categorie filter for ActionComm (#28041 )
* New Add Categorie filter for ActionComm
New Add Categorie filter for ActionComm
* Fix space errors
Fix space errors
* Fix space errors 2
Fix space errors 2
* Update cunits.class.php (#28056 )
FIX: error SQL when creating a Cunit
* Update codespell-lines-ignore.txt to avoid PR merge conflict
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
Co-authored-by: Frédéric FRANCE <frederic34@users.noreply.github.com>
Co-authored-by: thibdrev <thibault.drevet@gmail.com>
Co-authored-by: sonikf <93765174+sonikf@users.noreply.github.com>
Co-authored-by: Ikarus <44511582+LeKarSol@users.noreply.github.com>
Co-authored-by: Anthony Damhet <73399671+EchoLoGeek@users.noreply.github.com>
Co-authored-by: Quentin-Seekness <72733832+Quentin-Seekness@users.noreply.github.com>
2024-02-09 15:58:49 +01:00
MDW
f6fc93249d
Qual: Lower severity on php-cs messages that should not block ( #28072 )
...
# Qual: Lower severity on php-cs messages that should not block
Some warning messages result in php-cs having an exit code of 2 and others
only have an exit ocde of 1. When the exit code is 2, the warnings are fixable
by php-cbf.
In order to be able to filter on the warnings in the github ci flow, but still
show them in the travis flow, I lower the level of the warnings that should not
be blocking to 4.
At the same time, the php-cs configuration in pre-commit now requires that the
severity is minimum 5 to show the message (level 5 is the default for all warnings
and errors).
So this will limit the warning messages to the ones that should result in a failing
ci action. If any new cases are discovered, they should also be lowered in the
php-cs configuration file.
2024-02-09 11:38:37 +01:00
Laurent Destailleur
92b9527ac0
Restore ignore file
2024-02-07 19:32:30 +01:00
Laurent Destailleur
eb4f53665d
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
.github/workflows/pre-commit.yml
ChangeLog
dev/tools/codespell/codespell-lines-ignore.txt
htdocs/comm/mailing/card.php
htdocs/contact/card.php
htdocs/langs/en_US/admin.lang
htdocs/modulebuilder/template/core/modules/mailings/mailinglist_mymodule_myobject.modules.php
2024-02-07 18:30:10 +01:00
MDW
ed3bfb152a
Qual: Backport pre-commit to 17.0 ( #27948 )
...
Backport the pre-commit tool to bring extra checks to the older versions
so that they are fixed earlier before merging in upper versions.
Other PRs will be created for backporting to 18.0 and 19.0.
The PRs should be accepted in reverse order:
- develop;
- 19.0:
- 18.0;
- 17.0.
That should avoid merge conflicts and ensure that options (and ignored
messages or steps) are adapted to the version branch.
2024-02-03 00:10:49 +01:00
MDW
1e412c7a13
Qual: Backport pre-commit into 18.0 ( #27949 )
...
* Qual: Backport pre-commit to 17.0
Backport the pre-commit tool to bring extra checks to the older versions
so that they are fixed earlier before merging in upper versions.
Other PRs will be created for backporting to 18.0 and 19.0.
The PRs should be accepted in reverse order:
- develop;
- 19.0:
- 18.0;
- 17.0.
That should avoid merge conflicts and ensure that options (and ignored
messages or steps) are adapted to the version branch.
* Qual: Backport pre-commit to 18.0
# Qual: Backport pre-commit to 18.0
Backport the pre-commit tool to bring extra checks to the older versions
so that they are fixed earlier before merging in upper versions.
Other PRs will be created for backporting to 18.0 and 19.0.
The PRs should be accepted in reverse order:
- develop;
- 19.0:
- 18.0;
- 17.0.
That should avoid merge conflicts and ensure that options (and ignored
messages or steps) are adapted to the version branch.
2024-02-02 13:40:34 +01:00
MDW
4d0fbc657e
Qual: Backport pre-commit to 19.0 ( #27950 )
...
* Qual: Backport pre-commit to 17.0
Backport the pre-commit tool to bring extra checks to the older versions
so that they are fixed earlier before merging in upper versions.
Other PRs will be created for backporting to 18.0 and 19.0.
The PRs should be accepted in reverse order:
- develop;
- 19.0:
- 18.0;
- 17.0.
That should avoid merge conflicts and ensure that options (and ignored
messages or steps) are adapted to the version branch.
* Qual: Backport pre-commit to 18.0
# Qual: Backport pre-commit to 18.0
Backport the pre-commit tool to bring extra checks to the older versions
so that they are fixed earlier before merging in upper versions.
Other PRs will be created for backporting to 18.0 and 19.0.
The PRs should be accepted in reverse order:
- develop;
- 19.0:
- 18.0;
- 17.0.
That should avoid merge conflicts and ensure that options (and ignored
messages or steps) are adapted to the version branch.
* Qual: Backport pre-commit to 19.0
# Qual: Backport pre-commit to 19.0
Backport the pre-commit tool to bring extra checks to the older versions
so that they are fixed earlier before merging in upper versions.
Other PRs will be created for backporting to 18.0 and 19.0.
The PRs should be accepted in reverse order:
- develop;
- 19.0:
- 18.0;
- 17.0.
That should avoid merge conflicts and ensure that options (and ignored
messages or steps) are adapted to the version branch.
2024-02-01 17:37:25 +01:00
Laurent Destailleur
b081652c4b
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop
2024-01-25 12:51:55 +01:00
Laurent Destailleur
331b13c465
Sync transifex
2024-01-25 01:15:01 +01:00
Laurent Destailleur
ab52890e34
Merge branch 'develop' into dict/GETPOST_filter
2024-01-24 14:32:22 +01:00
Laurent Destailleur
bae64d11a3
Update codespell-dict.txt
2024-01-24 14:30:23 +01:00
MDW
a5648c0fb9
Qual: Add GETPOST filter misspellings to dict
...
Add some misspellings following observations for GETPOST filter.
Currently codespell does not check words in strings using single
quote delimiters, hopefully that evolves.
2024-01-23 20:37:18 +01:00
Frédéric France
9147b2aa70
translate comments
2024-01-23 20:26:40 +01:00
Frédéric FRANCE
f0ccb42e1f
Merge branch 'develop' into patch-14
2024-01-23 20:01:53 +01:00
Laurent Destailleur
a21728473e
Merge branch 'develop' into patch-15
2024-01-23 19:16:47 +01:00
Frédéric FRANCE
8912bc893c
Update codespell-dict.txt
2024-01-23 16:35:55 +01:00
Frédéric FRANCE
3b26df5afd
Update codespell-dict.txt
2024-01-23 16:22:50 +01:00
Frédéric FRANCE
8ab3120d6e
Update codespell-dict.txt
2024-01-23 14:16:37 +01:00
Laurent Destailleur
d7971d3d3e
Complete codespell dic
2024-01-23 10:37:19 +01:00
MDW
c6adc6eaf4
Fix: addCodespellIgnores.sh regex was broken.
2024-01-22 11:42:10 +01:00
Laurent Destailleur
15ece2ccc8
Merge branch 'develop' into dol_print_error_db
2024-01-21 17:27:42 +01:00
Laurent Destailleur
b82c518277
Merge pull request #27703 from mdeweerd/spelling/script_and_dict
...
Qual: codespell: Limit adding exceptions to git files only
2024-01-21 17:26:36 +01:00
Frédéric FRANCE
91127d4043
Merge branch 'develop' into dol_print_error_db
2024-01-21 17:11:21 +01:00
MDW
37620bcbbe
NEW: dev: Add tool to update licence with developer info
...
This is a tool in php to update license information in the header
base on the git user setting.
2024-01-21 16:36:08 +01:00
MDW
39bbe766b5
Qual: codespell: Limit adding exceptions to git files only
...
addCodespellIgnores.sh was applied on all files, now limit to
git controlled files only.
2024-01-21 16:35:43 +01:00
MDW
ef95c56ecd
Qual: Fix spelling.
...
# Qual: Fix some spelling
2024-01-21 13:37:53 +01:00
Frédéric France
03e29c6960
fix param
2024-01-20 09:22:38 +01:00
Laurent Destailleur
c78cd05818
Merge pull request #27638 from mdeweerd/qual/admin_lib
...
Qual: Cleanup method to ignore misspelled key
2024-01-20 00:42:41 +01:00
Laurent Destailleur
e5b9f03e8c
Fix to avoid #yogosha20013
2024-01-19 16:02:13 +01:00
MDW
eb8960bcd1
Qual: Cleanup method to ignore misspelled key
...
# Qual: Cleanup method to ignore misspelled key
With the method to ignore lines, the code can be cleaned up to ignore
the spelling issue.
2024-01-18 23:08:08 +01:00
MDW
0fe6b8122a
NEW: Dev documentation about setting up pre-commit locally
...
# NEW: Dev documentation about setting up pre-commit locally
A quick start guide about setting up pre-commit.
2024-01-18 15:54:08 +01:00
MDW
91a648fa3e
doc: codespell - Add some more instructions
...
# Qual: Add some more instructions to the 'codespell' ignore script.
As codespell will likely be run from pre-commit where codespell
is installed in a venv for the user, running addCodespellIgnores.sh
from the CLI requires installation of codespell for the developer's
environment.
This add some information inside the script about that.
2024-01-17 11:06:12 +01:00
Laurent Destailleur
1bd3777a80
Fix phpstan
2024-01-15 03:16:05 +01:00
Laurent Destailleur
699f0889c1
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2024-01-15 03:08:38 +01:00
Laurent Destailleur
d85ab489f5
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2024-01-15 02:54:59 +01:00
Laurent Destailleur
c94165067c
Swith to level 3 of phpstan
2024-01-15 02:54:44 +01:00
MDW
dfc263ced5
Fix: github_lines_byuser.sh - resolve issue with iconv
...
# Fix: github_lines_byuser.sh - resolve issue with iconv
iconv could not convert certain characters and truncated the output.
That is fixed.
The script was improved by adding a variable, cleaning up and hence
also fixing shellcheck warnings.
2024-01-14 21:56:47 +01:00
Laurent Destailleur
1600c985da
Fix phpcs
2024-01-14 20:34:25 +01:00
MDW
8171fe73d1
Fix: tools: Small fix with regards to path issue detection
2024-01-14 19:18:31 +01:00
Laurent Destailleur
f29e80d186
Try to move files from root in dedeicated dir ( #27503 )
2024-01-14 18:39:22 +01:00
MDW
43bb558ae9
Fix: pre-commit: Skip branch check in ci (+used sed in codespell exceptions generation) ( #27499 )
...
* Use 'sed' instead of 'perl' (sed is more common)
* Skip branch check in ci
2024-01-14 15:00:01 +01:00
MDW
5bfccb7016
Qual: Add pre-commit & codespell ( #27392 )
...
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-01-14 14:24:29 +01:00
MDW
a04f2bf4e7
Qual: Spelling fixes that newly appeared. ( #27495 )
...
* Qual: Spelling fixes that newly appeared.
# Qual: Fix spelling erros that appeared since the bulk updates.
These issues mostly appeared since the bulk updates (a few ones were postponed
to make sure no real spelling errors were missed.)
* Update modulebuilder.lib.php
* Update pdf_standard.modules.php
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-01-14 12:26:37 +01:00
MDW
90b2a65589
Improve 2 of the github scripts ( #27493 )
2024-01-14 12:15:47 +01:00
Laurent Destailleur
a985446257
Fix git tools
2024-01-13 18:51:00 +01:00
Laurent Destailleur
7a4d84a9f7
apstats
2024-01-13 15:28:11 +01:00
Laurent Destailleur
f5ae841af1
css
2024-01-13 15:27:04 +01:00
Laurent Destailleur
93c4201516
apstats
2024-01-13 15:25:10 +01:00
Laurent Destailleur
446eb9211d
apstats
2024-01-13 15:20:28 +01:00
Laurent Destailleur
463b36de36
apstats
2024-01-13 15:13:00 +01:00
Laurent Destailleur
fbf9e78059
Fix css
2024-01-13 15:10:13 +01:00
Laurent Destailleur
9b7a2b2814
apstats
2024-01-13 15:09:15 +01:00
Laurent Destailleur
2d9e9916ba
apstats
2024-01-13 15:06:49 +01:00
Laurent Destailleur
42e92e0ca2
apstats
2024-01-13 14:57:08 +01:00
Laurent Destailleur
ced1fad3fc
Fix apstats
2024-01-13 14:55:21 +01:00
Laurent Destailleur
fd76618d9c
Enhance apstats
2024-01-13 14:31:31 +01:00
Laurent Destailleur
5f8fd2d15c
Fix message
2024-01-13 14:23:20 +01:00
Laurent Destailleur
8b5f84ec4b
Fix params
2024-01-13 14:22:05 +01:00
Laurent Destailleur
4fec90da3e
Rename shell tools
2024-01-13 14:19:58 +01:00
Laurent Destailleur
cac0ef5cf0
Dev
2024-01-13 14:06:03 +01:00
Laurent Destailleur
9798ea1e01
Enhance script for git stats
2024-01-13 14:00:30 +01:00
Laurent Destailleur
79e9caaf5d
Fix apstats
2024-01-13 13:14:10 +01:00
Laurent Destailleur
a109bc003b
Prepare apstats for lines of code
2024-01-13 13:12:21 +01:00
Laurent Destailleur
7c33cc7763
apstats
2024-01-13 12:18:32 +01:00
Laurent Destailleur
ee42ee8d61
css
2024-01-13 12:16:26 +01:00
Laurent Destailleur
8194180d4a
Better graph bar
2024-01-13 12:05:37 +01:00
Laurent Destailleur
66205a80a3
Fix bargraph
2024-01-13 12:00:03 +01:00
Laurent Destailleur
49760fb054
css
2024-01-13 11:59:37 +01:00
Laurent Destailleur
9b94e9e89f
Add bar graph
2024-01-13 11:54:47 +01:00
Laurent Destailleur
8180a03b87
Fix percent
2024-01-13 11:48:54 +01:00
Laurent Destailleur
4d7e9e8817
Add percent
2024-01-13 11:46:43 +01:00
Laurent Destailleur
66d555b8e4
Style apstats
2024-01-13 11:40:04 +01:00
MDW
c885c6917e
Qual: Ignore most shellcheck annotations, fix some ( #27452 )
...
# Qual: Ignore most shellcheck annotations, fix some
Most shellcheck annotations are ignored - this is to make sure that ci
can work for existing scripts.
Some fixes were applied.
pre-commit script was beautyfied by temporarily suppressing the IFS= expression on 2 lines.
2024-01-12 21:03:08 +01:00
MDW
42a0d05b63
Qual: Spelling outside htdocs ( #27448 )
...
* Qual: Spelling outside htdocs
# Qual: Fix spelling of files not in the htdocs subdirectory.
Highlight:
- Change in email test from unvalid to invalid that should give the same test result.
* Update Dolibarr-soapui-project.xml
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-01-12 17:14:13 +01:00
MDW
417726f7b1
Fix: Disable execute bit in git + correct shebangs ( #27450 )
...
# Fix: Execute bits in git and shebangs
Some files had the execute bit improperly set to enabled.
Some scripts did not have a correct shebang.
2024-01-12 17:10:16 +01:00
Laurent Destailleur
24fe79b1c6
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop
2024-01-10 22:14:31 +01:00
MDW
412f8406dd
Fix: Change TCPDF::_out to public because of pdf.lib.php ( #27333 )
...
# Fix: Change TCPDF::_out to public because of pdf.lib.php
TCPDF::_out is used 2 times as ->_out(...) in htdocs/core/lib/pdf.lib.php.
Changing php.lib.php requires more analysis. Making TCPDF::_out public is
the quick solution.
2024-01-10 22:10:13 +01:00
MDW
5d69728703
Qual: Apply beautysh ( #27395 )
...
# Qual: Apply beautysh
Beautysh the shell scripts.
Also fixed some spelling.
2024-01-10 19:47:29 +01:00
MDW
2e31005afb
Fix: Make some scripts with shebang executable in git. ( #27393 )
...
# Fix: Make some scripts with shebang executable in git.
Make some scripts executable according to git.
This can help running them after checkout.
It also helps with future automatic checks.
2024-01-10 17:33:52 +01:00
Laurent Destailleur
c13228efe8
Fix #yogosha19828
2024-01-09 20:50:30 +01:00
Laurent Destailleur
f45f5c3291
Fix #yogosha19828
2024-01-09 20:32:31 +01:00
Laurent Destailleur
4501872f17
Clean code with rector 2
2024-01-05 04:33:58 +01:00
Laurent Destailleur
c3fb26086f
Enhance rector
2024-01-05 03:52:06 +01:00
Laurent Destailleur
ccaae7ab24
Clean code
2024-01-05 03:41:22 +01:00
Laurent Destailleur
3b52533055
Enhance apstats
2024-01-04 16:15:20 +01:00
Laurent Destailleur
cabaf7aad4
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop
2024-01-04 15:27:12 +01:00
Laurent Destailleur
1ee48746c2
Fix demo
2024-01-03 17:46:41 +01:00
Laurent Destailleur
6ff56f1bf7
Enhance rector
2024-01-03 00:37:08 +01:00
Laurent Destailleur
5a169c5932
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
2024-01-02 14:55:14 +01:00
Laurent Destailleur
b9591bb314
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0
2024-01-02 14:49:47 +01:00
Laurent Destailleur
06cac9333f
Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0
2024-01-02 14:47:42 +01:00
Laurent Destailleur
3fae1cc099
Fix doc
2024-01-02 14:47:18 +01:00
Laurent Destailleur
41cb100160
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0
2024-01-02 14:46:39 +01:00
Laurent Destailleur
52508fbac7
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0
2024-01-02 14:46:12 +01:00
Laurent Destailleur
0dffaa53dd
Fix doc
2024-01-02 14:45:49 +01:00
Laurent Destailleur
5f8651fe87
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0
2024-01-02 14:43:54 +01:00
Laurent Destailleur
f5a123212b
Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0
2024-01-02 14:43:31 +01:00
Laurent Destailleur
29667900f6
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0
2024-01-02 14:40:58 +01:00
Laurent Destailleur
0329bbc0cb
Merge
2024-01-02 14:37:25 +01:00
Laurent Destailleur
086da9f73f
Merge branch '13.0' of git@github.com:Dolibarr/dolibarr.git into 14.0
2024-01-02 14:34:34 +01:00
Laurent Destailleur
7b42e2d7c2
Enhance statistics tool
2023-12-29 16:35:27 +01:00
Laurent Destailleur
1dfc95fd40
Enhace statistics tool
2023-12-29 16:08:22 +01:00
Laurent Destailleur
fb31a103ea
Merge pull request #27107 from mdeweerd/php8.2/utf8_xxcode
...
Fix utf8_encoding/decoding (PHP8.2 deprecation)
2023-12-28 19:32:27 +01:00
Laurent Destailleur
6a9f6049d4
Add patch comment
2023-12-28 19:07:27 +01:00
Laurent Destailleur
96e46d1890
Clean code
2023-12-28 12:32:48 +01:00
MDW
b5b8a2a874
Fix utf8_encoding/decoding (PHP8.2 deprecation)
...
Fix files that were missed in #27018
2023-12-27 19:45:37 +01:00
Laurent Destailleur
46dc264654
Update dolibarr_changes.txt
2023-12-27 14:40:16 +01:00
Laurent Destailleur
b75cbc54a8
Enhance rector cleaning code
2023-12-26 22:28:07 +01:00
Laurent Destailleur
7bb32a04b4
Fix warnings
2023-12-23 19:33:51 +01:00
Eric Seigne
23e39cb8b3
update changes
2023-12-22 11:05:17 +01:00
Laurent Destailleur
5ce90555ee
Removed useless file #yogosha19667
2023-12-21 18:29:55 +01:00
Laurent Destailleur
c6e33a89a4
Doc
2023-12-17 23:21:59 +01:00
Laurent Destailleur
98009ea6be
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
ChangeLog
htdocs/compta/bank/class/account.class.php
htdocs/core/modules/supplier_order/doc/pdf_cornas.modules.php
htdocs/langs/en_US/recruitment.lang
htdocs/master.inc.php
htdocs/projet/contact.php
2023-12-17 22:17:14 +01:00
Laurent Destailleur
d4f61dcf59
Fix nusoap bug
2023-12-17 13:23:06 +01:00
Laurent Destailleur
78d5e71a8f
FIX #yogosha19506
2023-12-16 19:24:41 +01:00
Laurent Destailleur
3c7745cc71
Fix analyses of file code
2023-12-15 14:44:50 +01:00
Laurent Destailleur
d560dfc2c6
Fix analyses of file code
2023-12-15 14:41:03 +01:00
Laurent Destailleur
37dcaf4dee
css
2023-12-15 14:21:51 +01:00
Laurent Destailleur
88efa1cd61
Tipo
2023-12-15 14:17:20 +01:00
Laurent Destailleur
957c483890
Swith phpstan level to 2
2023-12-15 11:18:04 +01:00
Laurent Destailleur
3487b76052
Fix phpcs
2023-12-15 10:28:16 +01:00
Laurent Destailleur
51c8c4f737
Fix bad table name
2023-12-14 00:23:00 +01:00
Laurent Destailleur
8f7d258a83
Work on rector to fix warnings
2023-12-13 15:19:25 +01:00
Laurent Destailleur
72006c6b76
Work on rector to fix warnings
2023-12-13 14:23:18 +01:00
Laurent Destailleur
e040219fdc
Fix phpcs
2023-12-13 12:45:07 +01:00
Laurent Destailleur
77a22ea78e
Fix table was renamed
2023-12-12 15:01:23 +01:00
Laurent Destailleur
c512effb03
Fix phpcs
2023-12-12 11:58:28 +01:00
Laurent Destailleur
45abbf8a3d
Enhance rector rules
2023-12-12 03:29:51 +01:00
Laurent Destailleur
06c00f799c
Doc
2023-12-08 18:10:38 +01:00
Laurent Destailleur
881e32f03a
Fix with php-cs-fixer
2023-12-04 11:21:01 +01:00
Laurent Destailleur
cbd4d75c22
Fix php-cs-fixer for PHP 7.1
2023-12-04 11:11:14 +01:00
Laurent Destailleur
085f6e26f3
Fix phpcs
2023-12-04 10:25:02 +01:00
Laurent Destailleur
fa594ab779
fix phpcs
2023-12-04 10:24:06 +01:00
Laurent Destailleur
23c6b59818
Fix phpcs
2023-12-04 10:23:11 +01:00
Laurent Destailleur
b282251fbc
Fix phpcs
2023-12-04 10:22:29 +01:00
Laurent Destailleur
fca403b49b
Debug php-cs-fixer
2023-12-03 21:03:18 +01:00
Laurent Destailleur
309b308adc
Debug php-cs-fixer
2023-12-03 20:45:02 +01:00
MDW
88e71ef252
Add script to run php-cs-fixer
2023-11-28 16:32:41 +01:00
Laurent Destailleur
b69059af76
Fix warning
2023-11-27 12:24:18 +01:00
Laurent Destailleur
53dab922fd
Fix php8.2 warnings
2023-11-27 11:39:32 +01:00
Laurent Destailleur
de96af8543
Fix warning php8.2
2023-11-27 11:24:19 +01:00
Laurent Destailleur
8561ff789a
Doc
2023-11-26 19:23:07 +01:00
Laurent Destailleur
bdcd37e9c9
Doc
2023-11-26 19:21:47 +01:00
Frédéric FRANCE
714c076785
fix typos in apstats.php ( #26749 )
...
* fix typos in apstats.php
* Update apstats.php
2023-11-20 20:20:14 +01:00
Laurent Destailleur
3c6bc209e2
Add autorefresh
2023-11-19 10:38:15 +01:00
Frédéric FRANCE
b181b4c5ea
fix phpstan level 1 ( #26651 )
2023-11-17 10:54:39 +01:00
Frédéric FRANCE
cd27e25536
fix phpstan ( #26650 )
...
found with phpstan at level 1
Array has 2 duplicate keys with value 0 (0, 0).
2023-11-17 01:47:22 +01:00
Laurent Destailleur
c920428d84
Fix bug in ckeditor when used in mode readonly
2023-11-14 01:48:44 +01:00
Laurent Destailleur
3d3a7ff497
Fix tool
2023-11-13 03:18:44 +01:00
Laurent Destailleur
a48e541093
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/accountancy/class/bookkeeping.class.php
htdocs/accountancy/journal/expensereportsjournal.php
htdocs/core/class/html.formadmin.class.php
htdocs/core/lib/functions.lib.php
2023-11-12 23:18:19 +01:00
Laurent Destailleur
b7599afc4d
Add log
2023-11-10 14:05:36 +01:00
Frédéric FRANCE
22a37bf36a
QUAL group all flag images into 1 sprite file. ( #26459 )
...
* add flag sprite
* add missing
* wip
* wip
* add script used to generate flags sprite
* add script used to generate flags sprite
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2023-11-07 18:52:08 +01:00
Laurent Destailleur
d0d937f2e7
Tool to calculate nb of commits and developers for each version branch
2023-11-01 20:08:01 +01:00
Laurent Destailleur
a1f4c0c635
NEW Enhance github_commits_perversion to get more stats on git commits
2023-11-01 16:34:20 +01:00
Laurent Destailleur
6913cafadd
NEW Add a rule to fix empty($conf->global->...) into !getDolGlobal...
2023-10-24 16:57:15 +02:00
Laurent Destailleur
ab775998d1
Add code comment
2023-10-24 14:22:06 +02:00
Laurent Destailleur
4f4ede2e32
Fix php8.2 warnings
2023-10-15 18:14:14 +02:00
Laurent Destailleur
8731499d9a
Clean code
2023-10-15 15:43:49 +02:00
Laurent Destailleur
4ece4e58c5
Clean code
2023-10-11 20:22:56 +02:00
Laurent Destailleur
244e472beb
Exclude some files
2023-10-11 20:02:29 +02:00
Laurent Destailleur
bae75281e3
QUAL: Code fix using rector
2023-10-11 19:44:06 +02:00
Laurent Destailleur
da2260d3c7
QUAL: Code fix using rector
2023-10-11 19:35:18 +02:00
Laurent Destailleur
6aeccf1d48
Name of file
2023-10-11 19:11:32 +02:00
dev2a
205a863aef
New: Add concat et array index fetch ( #26188 )
2023-10-11 17:58:28 +02:00
dev2a
72ae107471
New: Add param for generate script script ( #26187 )
2023-10-11 17:57:07 +02:00
Laurent Destailleur
946239dbf3
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-10-10 23:04:47 +02:00
dev2a
f60d45de95
NEW: Add refactoring user permission ( #26162 )
...
* Feat: Add refactoring user permission
* Fix: Correction hasRight on isset
* Fix: PHPCS
2023-10-10 19:13:14 +02:00
Laurent Destailleur
b619c534d7
Fix var
2023-10-10 10:04:16 +02:00
Laurent Destailleur
61b287f782
Fix phpcs
2023-10-09 10:38:47 +02:00
Dev2a
2be26dfdf5
Feat: Remove check before get global (!empty, isset)
2023-10-08 22:52:10 +02:00
Dev2a
dc4e17a353
Add Rector (automatic refactoring)
...
Add first rule: access global to function (getDolGlobalInt, getDolGlobalString)
2023-10-08 20:25:46 +02:00
Laurent Destailleur
6fe66999f8
Fix include of example
2023-10-03 00:31:13 +02:00
Laurent Destailleur
a68b00de4e
Enhance APStats
2023-09-22 04:59:32 +02:00
Laurent Destailleur
a899a0e01c
Enhance APStats
2023-09-22 04:36:44 +02:00
Laurent Destailleur
23876058a1
Update doc for tcpdf patch to do
2023-09-10 14:49:39 +02:00
Laurent Destailleur
baa3863334
css
2023-09-05 22:41:17 +02:00
Laurent Destailleur
3675ec0b42
Enhance look of apstats
2023-09-03 18:51:34 +02:00
Laurent Destailleur
49d7fd7b73
Look of apstats
2023-09-01 19:38:47 +02:00
Laurent Destailleur
1ac3bdae5d
Fix path dirscc
2023-08-27 15:45:29 +02:00
Laurent Destailleur
55bb9d7136
Fix warnings
2023-08-26 10:16:46 +02:00
Laurent Destailleur
256fe9ecf8
Add more REST phpunit tests
2023-08-25 14:48:41 +02:00
Laurent Destailleur
59d8909d4b
Fix warnings
2023-08-23 19:29:14 +02:00
Laurent Destailleur
e69c7792fd
Remove .idea no more used (Qodana abandonned)
2023-08-23 18:45:10 +02:00
Laurent Destailleur
ad44ab7bff
Fix int
2023-08-23 18:26:27 +02:00
Laurent Destailleur
14d153923e
Fix phpcs
2023-08-23 17:53:12 +02:00
Laurent Destailleur
a64f5bf3da
Add a tool to build statistics on project
2023-08-23 16:36:29 +02:00
Laurent Destailleur
3c14458b96
Add tool to count lines of code
2023-08-23 03:52:51 +02:00
Laurent Destailleur
329473c3cb
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-08-21 14:14:44 +02:00
Laurent Destailleur
50bf5281c8
FIX encrypt sensitive data not be done for const MAIN_AGENDA_ACTIONAUTO
2023-08-20 22:20:15 +02:00
Laurent Destailleur
5606ad4f0a
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-08-15 21:07:40 +02:00
Laurent Destailleur
93bf66256d
More generic value
2023-08-15 18:41:19 +02:00
Laurent Destailleur
aea21bc413
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-08-15 15:54:55 +02:00
Laurent Destailleur
51cc12087a
Prepare 18.0
2023-08-15 15:52:26 +02:00
Laurent Destailleur
b1e1eecf24
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-08-15 00:31:51 +02:00
Laurent Destailleur
64c45aea78
Sync transifex
2023-08-13 19:09:07 +02:00
Laurent Destailleur
ba172f3032
Update demo file
2023-08-13 18:48:38 +02:00
Laurent Destailleur
a8493d2f88
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-08-05 22:00:04 +02:00
Laurent Destailleur
d80e5d57bd
Fix dump
2023-08-05 21:33:36 +02:00
Laurent Destailleur
759ba40780
Test for sonarqube
2023-08-02 03:03:26 +02:00
Laurent Destailleur
9249ae6176
Doc
2023-08-02 00:27:53 +02:00
Laurent Destailleur
fc225cc5dd
Fix tool dos2unix
2023-07-31 15:32:56 +02:00
Laurent Destailleur
38d6abbc76
Better fail2ban files
2023-07-28 14:19:27 +02:00
Laurent Destailleur
e9273d6183
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/takepos/receipt.php
2023-07-19 04:19:15 +02:00
Laurent Destailleur
e41f449f95
FIX #yogosha17128
2023-07-19 04:14:49 +02:00
Laurent Destailleur
c8ba68cda8
fix: dev/examples/zapier/package.json to reduce vulnerabilities ( #25316 )
...
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-SEMVER-3247795
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
2023-07-12 13:24:55 +02:00
Laurent Destailleur
cc5a5d63ef
Fix initdemo script
2023-07-02 21:05:36 +02:00
Laurent Destailleur
4c6f41c01f
Fix initdemo script
2023-07-02 21:04:57 +02:00
Laurent Destailleur
c47348b1e5
Test CI
2023-06-30 10:45:58 +02:00
Laurent Destailleur
01d8be4447
Try to replace stickler with github actions
2023-06-30 09:39:08 +02:00
Laurent Destailleur
8c98fecf64
Rename file
2023-06-30 09:09:05 +02:00
Laurent Destailleur
98ad549cc0
Add tools to renamed hasRights
2023-06-30 09:07:45 +02:00
Laurent Destailleur
e2fd64d47c
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-06-27 01:08:48 +02:00
Florian HENRY
48c41e54ea
fix sql dump
2023-06-22 15:19:42 +02:00
Laurent Destailleur
6b94d60d9a
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-06-16 01:36:46 +02:00
Florian HENRY
2df7dfa05f
fix dump of 17
2023-06-09 00:16:09 +02:00
Laurent Destailleur
e1169091e1
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/core/js/lib_head.js.php
2023-06-08 23:33:45 +02:00
Laurent Destailleur
d070d2ab48
Fix mysqldump
2023-06-08 23:24:16 +02:00
Laurent Destailleur
c0e2f53b88
Increase nb of try before ban
2023-06-06 11:38:41 +02:00
Laurent Destailleur
fc1fd81c82
CLean tools
2023-05-05 03:17:44 +02:00
Laurent Destailleur
c630253fda
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-05-02 05:28:32 +02:00
Laurent Destailleur
7b1f83c6c9
Clean sql file
2023-05-02 05:18:39 +02:00
Laurent Destailleur
066e041783
Doc
2023-03-16 12:35:06 +01:00
Laurent Destailleur
15fcf43d39
Use md format
2023-03-16 12:31:22 +01:00
Laurent Destailleur
b2afcad3f5
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-03-16 09:43:30 +01:00
Laurent Destailleur
72798f60a1
Update demo file
2023-03-15 16:22:01 +01:00
Laurent Destailleur
969cefd272
Clean demo file
2023-03-15 16:19:14 +01:00
Laurent Destailleur
42696954f3
Increase public limit
2023-02-25 04:25:23 +01:00
Laurent Destailleur
a0c53bc0bc
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-02-14 21:04:44 +01:00
Laurent Destailleur
0c855fbb3c
Sync transifex
2023-02-14 20:56:10 +01:00
Laurent Destailleur
6f978383cd
Doc
2023-02-11 13:29:21 +01:00
Laurent Destailleur
fe35f5ec28
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-02-06 14:21:25 +01:00
Laurent Destailleur
3069a97a46
Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0
2023-02-03 17:26:11 +01:00
Laurent Destailleur
1be5145148
NEW Add more zip, town, country for owner of a bank account
2023-02-02 16:04:16 +01:00
Laurent Destailleur
45dd6c8f0b
Prepare option PDF_SWISS_QRCODE_USE_OWNER_OF_ACCOUNT_AS_CREDITOR
2023-02-02 15:06:19 +01:00
Laurent Destailleur
5c6d0bc26f
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-01-30 03:01:13 +01:00
Laurent Destailleur
244239d44d
Doc
2023-01-29 20:52:24 +01:00
Adnan RIHAN
21c665d536
Fix EAN13 prefix available for internal use
...
[GS1](https://www.gs1.org/prefixes ) only allows prefixes 040-049 for internal use
within a company, while the often mistakenly 020-029 prefixes are restricted.
2023-01-09 02:12:27 +01:00
Laurent Destailleur
b73df9724d
First test of qodana
2022-12-27 18:18:23 +01:00
Laurent Destailleur
41f1c20d4c
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop
2022-12-20 23:25:59 +01:00
Laurent Destailleur
7db9da4769
css
2022-12-19 13:10:27 +01:00
Laurent Destailleur
b73c29f817
Doc
2022-12-15 19:04:51 +01:00
Laurent Destailleur
77265b8828
Add example of fail2ban to block 403 forbidden tries
2022-12-15 11:29:32 +01:00
Laurent Destailleur
9a68d1df22
Debug v17
2022-12-11 22:39:30 +01:00
Hystepik
b7c4dcbe91
fix : dolibarr_changes to match last PR
2022-11-24 23:25:06 +01:00
Laurent Destailleur
cacce73d9a
Doc
2022-11-15 11:00:33 +01:00
Laurent Destailleur
01eb097e5e
Doc
2022-10-20 12:48:06 +02:00
Laurent Destailleur
938bc27917
Update sample for fail2ban
2022-10-18 12:59:15 +02:00
Laurent Destailleur
4cf021aeeb
Debug
2022-10-18 10:33:04 +02:00
Laurent Destailleur
3077af47cd
Git: Add a tool to count nb of lines of code between tag per users.
2022-10-18 03:34:24 +02:00
Laurent Destailleur
9fa00c1771
Fix trans in comments
2022-10-12 15:29:30 +02:00
Laurent Destailleur
fb24a1ee55
Clean code
2022-10-08 20:41:45 +02:00
Laurent Destailleur
a32ed5b07d
Clean code
2022-10-08 20:21:03 +02:00
Laurent Destailleur
4167fab963
Standardize API name
2022-09-27 00:01:29 +02:00
Laurent Destailleur
9f6b78b053
NEW Add fail2ban rule to limit access to /public pages
2022-09-17 15:06:36 +02:00
Frédéric France
835441d437
remove blank line
2022-09-07 20:14:49 +02:00
Frédéric France
47c5ec7fc6
Merge remote-tracking branch 'upstream/develop' into productbatch
2022-09-01 19:55:24 +02:00
Laurent Destailleur
6903b96f6b
Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into develop
2022-09-01 12:39:25 +02:00
Laurent Destailleur
dd8a9ac1f7
Fix perms
2022-08-31 22:15:43 +02:00
Frédéric France
8e66b7207e
replace ! empty by !empty
2022-08-31 22:14:20 +02:00
Laurent Destailleur
68bef8ebcf
Merge branch 'imap-by-oauth2' of github.com:fboitel/dolibarr into
...
fboitel-imap-by-oauth2
# Conflicts:
# htdocs/install/mysql/migration/16.0.0-17.0.0.sql
2022-08-23 22:34:44 +02:00
Frédéric France
24afc5cbd2
add isonorme iban
2022-08-22 20:38:38 +02:00
Laurent Destailleur
cf131c042a
Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into develop
2022-08-21 23:49:07 +02:00
Laurent Destailleur
c6ae2bb051
Typo
2022-08-16 18:31:20 +02:00
Laurent Destailleur
4d1fef7261
Merge pull request #21729 from dolibit-ut/patch-409
...
Update and rename dev/resources/iso-normes/world_tax_rates.txt to dev…
2022-08-14 15:40:33 +02:00
Laurent Destailleur
4bb9363af1
Merge pull request #21731 from dolibit-ut/patch-410
...
Update and rename dev/resources/iso-normes/vat_number_names.txt to de…
2022-08-14 15:39:59 +02:00
UT from dolibit
7eec4b6e0d
Update and rename dev/resources/iso-normes/vat_number_names.txt to dev/resources/iso-normes/tax/vat_number_names.txt
...
add [de] label names
add [it] IVA
move to /tax/
2022-08-12 15:17:43 +02:00
UT from dolibit
84ad951c4c
Update and rename dev/resources/iso-normes/world_tax_rates.txt to dev/resources/iso-normes/tax/world_tax_rates.txt
...
check websites
move to /tax/
2022-08-12 15:12:35 +02:00
Laurent Destailleur
3f8b67e619
Doc
2022-08-12 12:56:03 +02:00
Laurent Destailleur
6ed053e0d0
Clean v16
2022-08-12 12:48:49 +02:00
Laurent Destailleur
23e693074e
Prepare v16
2022-07-05 10:10:53 +02:00
Laurent Destailleur
eb22434da1
NEW Support the Swiss QR-Code
2022-06-19 13:26:49 +02:00
Laurent Destailleur
233d712e39
NEW Support the Swiss QR-Code
2022-06-19 13:06:07 +02:00
bagtaib
7157df4fad
ingnore external libraries in precommit
2022-06-15 14:53:51 +02:00
ptibogxiv
f2bade3188
Update dolibarr_changes.txt
2022-06-13 19:57:11 +02:00
Laurent Destailleur
4de50da0dd
Repare code to forbidden var_dump() into code
2022-05-17 14:55:38 +02:00
Laurent Destailleur
8f705677c0
Merge pull request #20752 from dolibit-ut/patch-393
...
Update and rename dev/resources/iso-normes/barcode_EAN13.txt to dev/r…
2022-05-01 12:21:22 +02:00
Laurent Destailleur
181261e8d6
Merge pull request #20753 from dolibit-ut/patch-394
...
Update and rename dev/resources/iso-normes/QR code for invoices.txt t…
2022-05-01 12:21:15 +02:00
Laurent Destailleur
cf32495a5c
Merge pull request #20754 from dolibit-ut/patch-395
...
Update and rename dev/resources/iso-normes/accountancy_rules.txt to d…
2022-05-01 12:21:03 +02:00
Laurent Destailleur
7b1ddfb808
Merge pull request #20755 from dolibit-ut/patch-396
...
Rename dev/resources/iso-normes/iban_iso-13616.txt to dev/resources/i…
2022-05-01 12:20:53 +02:00
UT from dolibit
9655ffa3ac
Rename dev/resources/iso-normes/banknumber_format.txt to dev/resources/iso-normes/banking/banknumber_format.txt
2022-04-29 19:53:14 +02:00
UT from dolibit
9126bfe30f
Rename dev/resources/iso-normes/iban_iso-13616.txt to dev/resources/iso-normes/banking/iban_iso-13616_fr.txt
...
rename to /banking/iban_iso-13616_fr.txt
2022-04-29 19:52:06 +02:00
UT from dolibit
111e2ab58d
Update and rename dev/resources/iso-normes/accountancy_rules.txt to dev/resources/iso-normes/accountancy/accountancy_rules.txt
...
line 12: 411xxx 3.60 TVA --> 3,60 € TTC
and move to dolibarr/dev/resources/iso-normes/accountancy/
2022-04-29 19:48:10 +02:00
UT from dolibit
6bcc9583c4
Update and rename dev/resources/iso-normes/QR code for invoices.txt to dev/resources/iso-normes/barcodes/QR code for invoices.txt
2022-04-29 19:39:51 +02:00
UT from dolibit
a91390b097
Update and rename dev/resources/iso-normes/barcode_EAN13.txt to dev/resources/iso-normes/barcodes/barcode_EAN13.txt
2022-04-29 19:32:07 +02:00
UT from dolibit
e0d2082147
Update barcode_EAN13.txt
...
start formatting & english translation
2022-04-14 16:49:08 +02:00
UT from dolibit
81e68c892d
Update currencies_iso-4217.txt
2022-04-06 20:43:07 +02:00
Laurent Destailleur
592a277091
FIX ZATCA Encoding
2022-03-19 19:17:22 +01:00
Laurent Destailleur
cb93ab472d
FIX ZATCA Encoding
2022-03-19 19:14:12 +01:00
Laurent Destailleur
adb4af7099
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2022-02-25 19:39:34 +01:00
snyk-bot
c9873b04f4
fix: dev/examples/zapier/package.json to reduce vulnerabilities
...
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-NODEFETCH-2342118
2022-02-23 21:22:57 +00:00
UT from dolibit
9fd34b264f
Update README
...
https://doxygen.dolibarr.org/
2022-02-17 21:05:23 +01:00
Laurent Destailleur
59f749a65f
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into develop
2022-02-09 18:11:09 +01:00
Laurent Destailleur
c7f99f140e
Fix remove validator
2022-02-09 17:41:32 +01:00
Laurent Destailleur
3b18462a62
# WARNING: head commit changed in the meantime
...
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into develop
2022-02-07 15:51:01 +01:00
Laurent Destailleur
5d23e448a6
Prepare 15.0
2022-02-07 15:46:59 +01:00
Laurent Destailleur
fc3b8e3b01
Hide password in dialog
2022-02-07 15:46:02 +01:00
Laurent Destailleur
5942bc57e6
Add DDOS protection
2022-01-30 01:03:07 +01:00
Laurent Destailleur
7228c762cd
Update dir of spec
2022-01-04 16:20:05 +01:00
Laurent Destailleur
e5241631e1
Update resoures of some spec/standard
2022-01-04 16:14:36 +01:00
Laurent Destailleur
72998cd8fe
Debug v15
2022-01-03 12:26:57 +01:00
Laurent Destailleur
62124cebf6
Add a spec file
2021-11-17 11:23:49 +01:00
Alexandre SPANGARO
d611b99d95
GNU version 3
2021-11-09 03:01:48 +01:00
Laurent Destailleur
e9ba9fc103
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/contact/list.php
htdocs/core/modules/mailings/modules_mailings.php
2021-10-26 13:52:00 +02:00
Laurent Destailleur
da2ce063b3
Merge branch '13.0' of git@github.com:Dolibarr/dolibarr.git into 14.0
...
Conflicts:
htdocs/contact/card.php
htdocs/contact/list.php
htdocs/core/modules/mailings/modules_mailings.php
htdocs/product/card.php
htdocs/public/emailing/mailing-unsubscribe.php
2021-10-26 13:42:30 +02:00
Laurent Destailleur
fde44f2792
Merge branch '12.0' of git@github.com:Dolibarr/dolibarr.git into 13.0
...
Conflicts:
htdocs/contact/list.php
htdocs/core/modules/mailings/modules_mailings.php
2021-10-26 13:29:47 +02:00
atm-florian
17773f8414
FIX tcpdf vulnerability to roman numeral bomb, cf. tecnickom/TCPDF issue #315
2021-10-22 18:26:23 +02:00
lmarcouiller
9fc6be78e0
fix tcpdi.php each to foreach
2021-10-18 15:26:18 +02:00
Laurent Destailleur
0cf18ded80
Merge pull request #18866 from marc-dll/14.0_FIX_holiday_increments_pgsql
...
FIX: postgresql compatibility with camelcase fields
2021-10-06 13:26:57 +02:00
Marc de Lima Lucio
fdb6ebe80e
FIX: postgresql: rename the oly column with uppercase characters to lowercase
2021-10-05 16:18:56 +02:00
Laurent Destailleur
7238f15d54
Add log
2021-09-27 12:40:09 +02:00
Laurent Destailleur
deb1965cd5
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/comm/action/card.php
htdocs/compta/paiement/list.php
htdocs/core/class/commonobject.class.php
htdocs/mrp/mo_list.php
htdocs/projet/tasks/task.php
htdocs/public/payment/newpayment.php
2021-09-20 17:15:12 +02:00
Laurent Destailleur
4faaa81277
Rename tool
2021-09-19 01:11:28 +02:00
Laurent Destailleur
bbacb4e740
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into develop
2021-09-13 02:45:00 +02:00
Laurent Destailleur
c005a20cc0
Fix ldap with ssl
2021-09-11 03:27:59 +02:00
Laurent Destailleur
58fa0740c3
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/core/lib/functions.lib.php
htdocs/langs/en_US/errors.lang
2021-08-22 01:41:18 +02:00
Laurent Destailleur
b52ad0500b
Removed useless files
2021-08-20 16:25:51 +02:00
Laurent Destailleur
c001fb9555
Clean code
2021-08-17 23:23:15 +02:00
Laurent Destailleur
bbcea38793
Fix phpcs
2021-08-17 21:58:06 +02:00
Laurent Destailleur
114f31df1d
Doc
2021-08-10 12:55:43 +02:00
Laurent Destailleur
b10eaf08f1
Experiment a spider
2021-08-10 12:47:06 +02:00
Laurent Destailleur
1ffc17f018
Clean the demo file
2021-07-11 19:54:25 +02:00
Laurent Destailleur
41016039b6
Fix missing very old table
2021-07-11 19:39:18 +02:00
Laurent Destailleur
52635e43b7
Fix init demo script
2021-07-11 19:23:44 +02:00
Laurent Destailleur
802ac58f9a
Clean v14
2021-07-11 18:56:15 +02:00
Frédéric FRANCE
8401fa3ce7
add trigger member
2021-06-06 17:57:48 +02:00
Frédéric FRANCE
e11656a3e3
add member search
2021-06-06 17:44:06 +02:00
Frédéric FRANCE
6348b777e1
add contact search
2021-06-06 12:12:12 +02:00
Frédéric FRANCE
efb5ec2901
search by name or email
2021-06-06 10:32:04 +02:00
Frédéric FRANCE
3c51eac66f
try to fix search
2021-06-06 10:07:01 +02:00
Frédéric FRANCE
678f24f2b3
try to fix search
2021-06-06 09:57:59 +02:00
Frédéric FRANCE
7074f8d048
add creates
2021-06-05 15:23:29 +02:00
Frédéric FRANCE
69d70d5ea8
update connector version add trigger contact
2021-06-05 10:09:44 +02:00
Frédéric FRANCE
e79be6f487
add trigger contact
2021-06-05 09:41:14 +02:00
Frédéric FRANCE
1d1c85ca98
add trigger contact
2021-06-05 09:38:33 +02:00
Frédéric FRANCE
f6bc1c6414
add trigger contact
2021-06-05 09:37:38 +02:00
Frédéric FRANCE
3440024efe
test zapier
2021-06-04 22:35:05 +02:00
Frédéric FRANCE
3fb1fb63b4
test zapier
2021-06-04 22:16:25 +02:00
Laurent Destailleur
ded385f12e
FIX #17650 #17710
2021-05-26 11:24:29 +02:00
Laurent Destailleur
2fabb986c8
Update doc
2021-05-20 14:16:31 +02:00
Laurent Destailleur
0c2fe04557
Merge pull request #17590 from dolibit-ut/patch-322
...
Update countries_iso-3166_en.txt
2021-05-17 10:08:20 +02:00
Laurent Destailleur
ca5a2a23c9
Merge pull request #17591 from dolibit-ut/patch-323
...
Update vat_number_names.txt
2021-05-17 10:08:03 +02:00
Laurent Destailleur
4ea471a0e8
Merge pull request #17595 from dolibit-ut/patch-326
...
Update countries_iso-3166_fr.txt
2021-05-17 10:05:07 +02:00
Laurent Destailleur
31c68cc9f0
Merge pull request #17592 from dolibit-ut/patch-324
...
Update world_tax_rates.txt
2021-05-17 10:04:42 +02:00
Laurent Destailleur
80456db2a9
Merge pull request #17594 from dolibit-ut/patch-325
...
Update code_nace.txt
2021-05-17 09:56:34 +02:00
Laurent Destailleur
72eda2017a
Merge pull request #17596 from dolibit-ut/patch-327
...
Update address_format.txt
2021-05-17 09:56:12 +02:00
Laurent Destailleur
ce47cf4cf6
Merge pull request #17598 from dolibit-ut/patch-329
...
Update text.txt
2021-05-17 09:55:34 +02:00
Laurent Destailleur
d3d187cc05
Merge pull request #17600 from Dolibarr/snyk-fix-53716a71864112b86bf16287ce335b0c
...
[Snyk] Security upgrade zapier-platform-core from 10.1.2 to 11.0.0
2021-05-17 09:48:56 +02:00
Laurent Destailleur
aa780eb00b
Merge pull request #17597 from dolibit-ut/patch-328
...
Update locales.txt
2021-05-17 09:47:34 +02:00
snyk-bot
d37e66629e
fix: dev/examples/zapier/package.json to reduce vulnerabilities
...
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-LODASH-1018905
- https://snyk.io/vuln/SNYK-JS-LODASH-1040724
2021-05-13 02:23:35 +00:00
Laurent Destailleur
5917a9f73e
Fix phpcs
2021-05-12 23:08:52 +02:00
UT from dolibit
8bbd915009
Update text.txt
2021-05-12 23:03:43 +02:00
UT from dolibit
cd28664b2a
Update locales.txt
2021-05-12 22:56:50 +02:00
UT from dolibit
65c8eda5c1
Update address_format.txt
2021-05-12 22:47:57 +02:00
UT from dolibit
850ed5eb25
Update countries_iso-3166_fr.txt
2021-05-12 22:41:33 +02:00
UT from dolibit
a11ed88f6f
Update code_nace.txt
2021-05-12 22:34:58 +02:00
UT from dolibit
396f3d0fab
Update world_tax_rates.txt
...
delete http://www.taxrates.cc/index.html because now leads to a risky website without appropriate information
2021-05-12 22:29:02 +02:00
UT from dolibit
0dd999c1f0
Update vat_number_names.txt
2021-05-12 22:25:08 +02:00
UT from dolibit
12c2838d91
Update countries_iso-3166_en.txt
2021-05-12 22:18:40 +02:00
Laurent Destailleur
52035287f3
Rename file
2021-05-03 15:29:06 +02:00
Laurent Destailleur
d7e03c4dca
Merge pull request #17470 from dolibit-ut/patch-317
...
Create EORI.info
2021-05-03 15:28:14 +02:00
Laurent Destailleur
18cbe4c93b
Doc
2021-05-03 12:28:29 +02:00
UT from dolibit
3209be7d3d
Create EORI.info
2021-05-03 11:19:17 +02:00
Laurent Destailleur
565ab80836
Can add sql action after an initdemo
2021-04-30 11:14:00 +02:00
Laurent Destailleur
1e1ea053bd
Can add sql action after an initdemo
2021-04-30 11:13:24 +02:00
Laurent Destailleur
8bb8d846ad
More complete setup file
2021-04-28 14:18:15 +02:00
Laurent Destailleur
143417d727
Fix duplicate line
2021-04-28 14:17:00 +02:00
Laurent Destailleur
5d0e93344b
Upgrade to swagger 2.2
2021-04-25 17:41:59 +02:00
Laurent Destailleur
91f4a99bd7
Clean file
2021-04-19 14:14:43 +02:00
Laurent Destailleur
1512c369d3
Fix update pass
2021-04-19 14:14:16 +02:00
Laurent Destailleur
9015c04a1e
Fix message
2021-04-19 14:03:51 +02:00
Laurent Destailleur
7a35a6bc65
Typo
2021-04-19 13:58:29 +02:00
Laurent Destailleur
0d8a354934
Set default length of password to 12 car.
...
FIX #yogosha5855
2021-04-17 03:11:58 +02:00
Laurent Destailleur
8e2cc43eb1
Clean code
2021-04-15 19:19:58 +02:00
Laurent Destailleur
b158239c54
Fix length of field
2021-04-15 19:16:23 +02:00
Laurent Destailleur
f2bd030f91
Clean code
2021-04-15 19:14:43 +02:00
Laurent Destailleur
91318fd2e1
Update demo sql
2021-04-15 16:02:35 +02:00
Laurent Destailleur
09365c29c9
Nicer page of widget setup
2021-04-15 13:22:03 +02:00
Laurent Destailleur
dd4a5c9f76
Complete demo img
2021-04-15 12:52:42 +02:00
Laurent Destailleur
2e2a1b9a27
Add squarred logo
2021-04-15 12:51:00 +02:00
Laurent Destailleur
bd1aa38c64
Merge branch '13.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/compta/facture/list.php
2021-04-15 12:04:08 +02:00
Laurent Destailleur
460d6a0589
Fix init pass
2021-04-15 11:57:53 +02:00
Laurent Destailleur
39d6ac3753
initdemopassword can use password_hash algorithm
2021-04-15 11:52:20 +02:00
Laurent Destailleur
3315bf6c00
Add samples to show how to setup fail2ban
2021-04-07 19:16:07 +02:00
Laurent Destailleur
6aae8597a1
Merge pull request #17091 from dolibit-ut/patch-218
...
Update generate-product.php
2021-04-02 22:30:46 +02:00
UT from dolibit
3f090a39de
Update company_ids.txt
...
Spain URL invalid
2021-04-02 22:05:16 +02:00
UT from dolibit
38f1ce1831
Update generate-product.php
2021-04-02 21:54:12 +02:00
Laurent Destailleur
f3f773733d
Move doc to wiki
2021-03-21 18:28:15 +01:00
Laurent Destailleur
9f1051f95c
Fix typo
2021-03-12 14:47:41 +01:00
Laurent Destailleur
f6b41a92db
Add ${DIRPHPCS}
2021-03-12 14:45:52 +01:00
Laurent Destailleur
dc5557e4f7
Fix test on precommit hook
2021-03-12 14:30:32 +01:00
Laurent Destailleur
78588f24b9
Move git hooks pre-commit into dev/setup dir
2021-03-09 10:42:59 +01:00
Frédéric FRANCE
b53d598567
Update pre-commit
2021-03-04 20:15:37 +01:00
Frédéric FRANCE
2c8808b2cc
Update pre-commit
2021-03-04 20:11:30 +01:00
Laurent Destailleur
c044b43b66
Fix phpcs
2021-03-04 19:20:16 +01:00
Laurent Destailleur
42329b10c9
Merge branch '13.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
build/generate_filelist_xml.php
htdocs/comm/propal/card.php
htdocs/commande/card.php
htdocs/compta/facture/card.php
htdocs/core/class/commonobject.class.php
htdocs/core/lib/modulebuilder.lib.php
htdocs/fourn/commande/card.php
htdocs/fourn/facture/card.php
htdocs/supplier_proposal/card.php
htdocs/ticket/list.php
2021-03-02 15:27:20 +01:00
Frédéric FRANCE
a4e25359e7
add missing rule
2021-03-01 20:37:16 +01:00
Laurent Destailleur
0ac5e37066
Update date of ticket in demo
2021-03-01 19:41:51 +01:00
Frédéric FRANCE
82aea0be9a
remove rule exception
2021-03-01 11:26:00 +01:00
Frédéric FRANCE
1247ca9e02
add new rule
2021-03-01 08:38:35 +01:00
Frédéric FRANCE
683ef8d1c9
add new rule
2021-03-01 08:32:14 +01:00
Frédéric FRANCE
20aa6919e6
add doc
2021-03-01 08:14:40 +01:00
Frédéric FRANCE
40529cc8a6
add doc
2021-03-01 08:09:04 +01:00
Frédéric FRANCE
6f9c639f08
add new rule
2021-03-01 00:48:36 +01:00
Frédéric FRANCE
1b046f25cf
add new rule
2021-03-01 00:19:52 +01:00
Laurent Destailleur
113ef1a02b
Merge branch '13.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/user/class/user.class.php
2021-01-19 16:21:53 +01:00
Laurent Destailleur
01996261dc
Merge pull request #15985 from frederic34/codesyntax
...
code syntax
2021-01-19 11:29:18 +01:00
Laurent Destailleur
ca7b644072
Merge pull request #16007 from dolibit-ut/patch-65
...
Update dolibarr
2021-01-18 19:19:46 +01:00
Laurent Destailleur
f76df625a9
Merge pull request #16009 from dolibit-ut/patch-67
...
Update Links on GPL.txt
2021-01-18 18:44:16 +01:00
UT from dolibit
337c3730df
Update Links on GPL.txt
...
add [EN] https://www.gnu.org/licenses/quick-guide-gplv3.en.html
2021-01-18 16:19:50 +01:00
UT from dolibit
ca7c535980
Update barcode_EAN13.txt
2021-01-18 16:11:43 +01:00
UT from dolibit
5f15c339c7
Update dolibarr
...
/var/run/php/php7.0-fpm.sock
2021-01-18 16:03:27 +01:00
Regis Houssin
26e74d56b3
FIX try to save again (no changes)
2021-01-18 15:28:06 +01:00
Frédéric FRANCE
5fe5a7c888
add pre-commit sample
2021-01-14 15:44:31 +01:00
Frédéric FRANCE
b1a1cd4be6
code syntax
2021-01-14 15:09:08 +01:00
Laurent Destailleur
53f09e31cc
Update doc
2021-01-09 13:24:03 +01:00
Laurent Destailleur
485d363d79
Update doc
2021-01-04 14:03:00 +01:00
Laurent Destailleur
5aae018a0b
Fix for php8
2020-12-27 19:33:07 +01:00
Laurent Destailleur
93d309cdbc
FIX Update Restler API to 3.1.1 to fix error with php8
2020-12-23 19:15:58 +01:00
Laurent Destailleur
6d1799eb25
Merge branch 'develop' into fixphpcs_2020_12
2020-12-21 18:08:20 +01:00
Laurent Destailleur
f8ff8c63b6
Update init demo
2020-12-21 01:50:16 +01:00
Laurent Destailleur
d3bd709ad6
Fix phpcs
2020-12-20 18:51:17 +01:00
Frédéric FRANCE
f9ea75df3d
fix phpcs
2020-12-20 10:28:06 +01:00
Laurent Destailleur
30b55ef038
Move files
2020-12-19 16:29:46 +01:00
Laurent Destailleur
3b8947dadd
Merge branch '12.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/compta/facture/card.php
htdocs/core/class/html.form.class.php
htdocs/product/price.php
2020-12-17 21:50:05 +01:00
Laurent Destailleur
c97fcaec87
Better fix select2 bug https://github.com/select2/select2/issues/5832
2020-12-17 21:41:39 +01:00
Alexandre SPANGARO
38df864b98
Module Intracommreport - Add manual
2020-12-17 06:14:41 +01:00
Alexandre SPANGARO
86de12d4d3
Module Intracommreport - Add schema xsd
2020-12-17 06:13:33 +01:00
Laurent Destailleur
eef218aa6b
Fix message
2020-12-13 19:33:48 +01:00
Laurent Destailleur
acb73966f7
Clean code. Removed phpexcel library.
2020-12-13 16:27:44 +01:00
Laurent Destailleur
5f476e7e7e
Compatibility of nusoap with PHP8
2020-12-12 15:37:15 +01:00
Laurent Destailleur
6e465afb03
Remove data
2020-12-10 15:47:34 +01:00
Laurent Destailleur
59938147b6
Prepare v13
2020-12-10 13:38:12 +01:00
Laurent Destailleur
ebacb45239
File was moved into wiki
2020-12-06 19:21:47 +01:00
Laurent Destailleur
c31cf08431
Merge branch '12.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/core/modules/modCategorie.class.php
2020-12-04 21:55:57 +01:00
Laurent Destailleur
f90ba80488
Merge pull request #15510 from dolibit-ut/patch-44
...
Update autotranslator.php
2020-11-25 12:57:03 +01:00
UT from dolibit
1b6bc2a86d
Update README
2020-11-24 18:46:37 +01:00
stickler-ci
c74e952f64
Fixing style errors.
2020-11-24 17:40:28 +00:00
UT from dolibit
c789b2d6e6
Update autotranslator.php
...
these sites are defunct:
- http://code.google.com/intl/fr/apis/language/translate/overview.html
- http://translate.google.com/translate_tools
this site http://www.google.com/language_tools is now https://translate.google.com
2020-11-24 18:37:32 +01:00
Laurent Destailleur
74126e97f3
Add doc file
2020-11-22 00:32:41 +01:00
Laurent Destailleur
2da6fc1ef0
Remove warning
2020-11-07 12:06:14 +01:00
Laurent Destailleur
ea4ad24ac5
Fix doc
2020-11-07 02:14:17 +01:00
Frédéric FRANCE
545f39aacf
add work
2020-11-05 19:00:45 +01:00
Frédéric FRANCE
5fa13533ee
make choice required
2020-10-30 21:41:41 +01:00
Frédéric FRANCE
e0184f66d3
zapier on ticket create
2020-10-30 21:09:39 +01:00
Frédéric FRANCE
5afab4ba90
zapier on ticket create
2020-10-30 20:57:43 +01:00
Frédéric FRANCE
41e8f0085c
zapier on ticket create
2020-10-30 20:37:23 +01:00
Frédéric FRANCE
c41459abe4
fields
2020-10-29 23:42:51 +01:00
Frédéric FRANCE
e049eb960d
add trigger user create
2020-10-29 20:53:28 +01:00
Frédéric FRANCE
5d0ac98c34
work on zapier
2020-10-29 00:34:41 +01:00
Frédéric FRANCE
7a7a6f8018
fix phpcs
2020-10-27 21:28:26 +01:00
Laurent Destailleur
cd4d738a56
Merge branch 'translateModLivraison2ModDelivery' of
...
https://github.com/orebd/dolibarr into develop
# Conflicts:
# htdocs/install/mysql/migration/12.0.0-13.0.0.sql
2020-10-25 16:01:18 +01:00
Laurent Destailleur
859fea626d
Use more generic domain
2020-10-25 15:22:23 +01:00
Frédéric FRANCE
8d08157018
add zapier readme
2020-10-25 09:26:48 +01:00
Frédéric FRANCE
ec033ff101
add zapier readme
2020-10-25 09:22:51 +01:00
Alexandre SPANGARO
ca7ad35342
Merge remote-tracking branch 'upstream/develop' into 10.0_intracommreport
2020-10-09 06:39:42 +02:00
Regis Houssin
111f73bd86
FIX add default value of timestamp for avoid error
2020-10-08 12:29:01 +02:00
Aurélien
140200213e
change table into DB and ref #14697
2020-10-06 11:04:31 +02:00
Laurent Destailleur
d3add1b718
Remove false postivie exakat error
2020-10-04 11:20:53 +02:00
Laurent Destailleur
380fe1acb7
Fix doc
2020-09-17 12:13:32 +02:00
Laurent Destailleur
8a10617c0c
Update script
2020-09-17 12:12:49 +02:00
Laurent Destailleur
bdc30cc50b
Update script
2020-09-17 12:10:54 +02:00
Laurent Destailleur
d41a813e0e
Add script to reinit pass of the demo
2020-09-17 12:05:52 +02:00
Laurent Destailleur
b5376d3322
Upgrade lib for phpdebugbar
2020-09-07 21:18:26 +02:00
Laurent Destailleur
66f9f37f41
Minor code and doc enhancement
2020-08-20 19:00:43 +02:00
Laurent Destailleur
bd65e5612f
Fix duplicate id
2020-08-17 20:06:01 +02:00
Laurent Destailleur
4c0785e996
FIX #14469
2020-08-16 23:13:27 +02:00
Alexandre SPANGARO
27c36713d3
Merge remote-tracking branch 'upstream/develop' into 10.0_intracommreport
2020-08-16 22:10:02 +02:00
Laurent Destailleur
fb811a1656
Merge branch '12.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/admin/system/database-tables.php
htdocs/compta/prelevement/class/bonprelevement.class.php
htdocs/core/class/commonobject.class.php
htdocs/langs/fr_FR/withdrawals.lang
htdocs/societe/class/societe.class.php
2020-08-03 14:44:01 +02:00
Laurent Destailleur
e64b8eaf40
Fix debug credit transfer module
2020-08-03 11:21:13 +02:00
Laurent Destailleur
2687666579
Merge branch '12.0' of git@github.com:Dolibarr/dolibarr.git into develop
2020-07-29 13:54:12 +02:00
Laurent Destailleur
8045cff888
Merge branch '11.0' of git@github.com:Dolibarr/dolibarr.git into 12.0
...
Conflicts:
htdocs/expedition/class/expedition.class.php
2020-07-29 13:53:09 +02:00
Laurent Destailleur
6bd450dcd0
Doc
2020-07-29 13:10:31 +02:00
Laurent Destailleur
91a50038ff
Merge branch '12.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/compta/prelevement/class/bonprelevement.class.php
htdocs/compta/prelevement/create.php
htdocs/compta/prelevement/fiche-stat.php
2020-07-27 19:35:34 +02:00
Laurent Destailleur
8c06e3577d
Fix several trouble with diret debit module and credit transfer module
2020-07-27 19:33:24 +02:00
Laurent Destailleur
988e9e5817
Update to jquery 3.5.1
2020-07-27 13:52:19 +02:00
Alexandre SPANGARO
59ee22537d
Merge remote-tracking branch 'upstream/develop' into 10.0_intracommreport
2020-07-06 03:24:27 +02:00
Laurent Destailleur
6c6a64db66
Fix phpcs
2020-06-26 19:55:35 +02:00
Laurent Destailleur
9bbe004e96
Add test tool
2020-06-26 01:14:39 +02:00
Laurent Destailleur
fd6af312e9
Fix tool
2020-06-18 03:49:35 +02:00
Laurent Destailleur
b763b40d8c
Merge branch '12.0' of git@github.com:Dolibarr/dolibarr.git into develop
2020-06-12 19:37:27 +02:00
Laurent Destailleur
2c327aae66
Prepare v12
2020-06-12 19:30:23 +02:00
Laurent Destailleur
8492272a08
Fix initdemo
2020-06-12 19:11:00 +02:00
Laurent Destailleur
a995bf97eb
Fix tools
2020-06-06 15:35:50 +02:00
Frédéric FRANCE
e5402988d9
Merge remote-tracking branch 'upstream/develop' into Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword
2020-05-24 17:58:18 +02:00
Laurent Destailleur
2b963479a8
Sync transifex
2020-05-23 23:50:00 +02:00
Laurent Destailleur
02d5359749
Fix transifex sync
2020-05-23 23:30:52 +02:00
Laurent Destailleur
3dca55661c
Fix Add unit test to avoid the big % instead of comon % char.
2020-05-23 22:01:17 +02:00
Frédéric FRANCE
674b0e38c8
add new rule
2020-05-21 15:13:31 +02:00
Frédéric FRANCE
d9f42f85d1
add new rule
2020-05-21 15:08:14 +02:00
Frédéric FRANCE
b41ac00b98
add new rule
2020-05-21 15:05:19 +02:00
Frédéric FRANCE
ba8cf2b398
add new rule
2020-05-21 09:21:30 +02:00
Frédéric FRANCE
def53338de
add new rule
2020-05-21 09:07:10 +02:00
Frédéric FRANCE
a636f81eac
add new rule
2020-05-21 02:17:21 +02:00
Frédéric FRANCE
ee6fadd0d5
add new rule
2020-05-21 01:41:27 +02:00
Frédéric FRANCE
43dcd9beb5
add new rule
2020-05-21 00:02:33 +02:00
Laurent Destailleur
22301d63d8
Replace a ZEND phpcs rule with a PSR2 rule
2020-05-13 00:35:10 +02:00
Laurent Destailleur
b5f3be4599
Clean phpcs rule file
2020-05-13 00:29:46 +02:00
Alexandre SPANGARO
640158ea4c
NEW Accountancy - Add Fiducial Winfic eWinfic WinSis Compta
2020-05-08 13:50:26 +02:00
Laurent Destailleur
4d6a45d491
Major doxygen fix
2020-05-03 22:48:35 +02:00
Laurent Destailleur
a88ab40384
Clean phpcs
2020-05-02 15:18:59 +02:00
Laurent Destailleur
6bc7085297
Check more phpcs rules
2020-05-02 13:02:58 +02:00
Laurent Destailleur
b20d85b198
Fix phpcs
2020-04-26 23:06:52 +02:00
Laurent Destailleur
6caa872280
Enable more PHPCS rules
2020-04-25 19:27:42 +02:00
Laurent Destailleur
068a890c36
Enable more PHPCS rules
2020-04-25 19:13:20 +02:00
Laurent Destailleur
5c18404083
Move to jquery 4.0.13 with fix in reponsive
...
Restore some files modified by error.
2020-04-18 15:15:35 +02:00
Laurent Destailleur
5254a94038
Merge branch '11.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/admin/ldap.php
htdocs/commande/class/commande.class.php
htdocs/commande/index.php
htdocs/commande/list.php
htdocs/compta/facture/list.php
htdocs/expedition/list.php
htdocs/fourn/commande/list.php
htdocs/fourn/facture/list.php
htdocs/loan/list.php
htdocs/product/class/product.class.php
htdocs/supplier_proposal/list.php
2020-04-16 15:58:59 +02:00
Laurent Destailleur
b540bb29e0
Merge pull request #13617 from atm-quentin/11.0_viewstatut_to_search_status
...
FIX viewstatut to search status
2020-04-16 00:48:12 +02:00
Laurent Destailleur
86eaa78f1e
FIX Use of image into free text for PDF if DOL_DATA_DIR is outside of
...
DOL_DOCUMENT_DIR.
2020-04-15 20:00:27 +02:00
atm-quentin
5b96066bf4
FIX keep viewstatut for doli 3.5
2020-04-15 15:07:11 +02:00
atm-quentin
f7c07640dd
viewstatut to search_status
2020-04-15 15:01:00 +02:00
Laurent Destailleur
f7726cd366
Try to disable a not expected rule
2020-04-10 13:04:30 +02:00
Frédéric FRANCE
fc34b5a4cb
compress png with zopflipng
2020-04-06 19:03:48 +02:00
Laurent Destailleur
e0d713bbef
Update demo
2020-03-31 12:56:21 +02:00
Laurent Destailleur
2b725ad5d5
Update year in demo data
2020-03-30 14:57:56 +02:00
Laurent Destailleur
ead99c5976
Enhance updatedemo
2020-03-30 12:12:23 +02:00
Laurent Destailleur
6d732c9ea4
Update demo
2020-03-30 11:39:02 +02:00
Laurent Destailleur
8bab245c7e
Merge branch '11.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
ChangeLog
htdocs/core/tpl/contacts.tpl.php
2020-03-18 18:50:55 +01:00
Laurent Destailleur
56e4fa1bb3
Trans
2020-03-18 14:01:11 +01:00
Laurent Destailleur
5ac038419d
Merge pull request #13217 from dolibit-ut/patch-14
...
http -> https:
2020-02-26 16:20:24 +01:00
Laurent Destailleur
f28278d3d4
Merge pull request #13216 from dolibit-ut/patch-13
...
licence -> license
2020-02-26 16:20:05 +01:00
Laurent Destailleur
7d242b6a40
Merge pull request #13215 from dolibit-ut/patch-12
...
http to https
2020-02-26 16:19:46 +01:00
Laurent Destailleur
3164857223
Merge pull request #13213 from dolibit-ut/patch-11
...
Update
2020-02-26 16:19:15 +01:00
UT from dolibit
4c4050c06e
http -> https:
...
add: for Linux OS
2020-02-26 12:35:17 +01:00
UT from dolibit
ec3c3f0165
licence -> license
2020-02-26 12:25:25 +01:00
UT from dolibit
5e51369e64
http to https
2020-02-26 12:22:12 +01:00
UT from dolibit
9be050765d
Update
...
changed Mon organisation to my organisation
2020-02-26 11:42:59 +01:00
UT from dolibit
21f1de2dea
update
...
changed mon organsiation to my organsiation
2020-02-26 11:39:49 +01:00
UT from dolibit
028287d8fa
Update erp_comparison_translation.txt
2020-02-25 14:41:18 +01:00
Laurent Destailleur
b995dc87fa
NEW Add profile for PSR12 for Eclipse
2020-02-25 12:57:26 +01:00
Laurent Destailleur
55bef402c4
Fix remove a lot of warnings on Eclipse
2020-02-21 17:47:36 +01:00
Laurent Destailleur
ec09e7222d
Fix remove a lot of warnings on Eclipse
2020-02-21 17:31:37 +01:00
Laurent Destailleur
1dd5ba093d
Prepare PHP v8 - mktime() and gmmktime() are no more allowed
2020-02-19 12:11:16 +01:00
Laurent Destailleur
4b5cda5cd2
Code comment on OAUth ahtent
2020-02-16 21:16:00 +01:00
Laurent Destailleur
878026ebc5
Fix phpcs
2020-02-11 14:44:53 +01:00
Laurent Destailleur
5533526331
Fix phpcs
2020-02-11 11:48:10 +01:00
Laurent Destailleur
2756dc156d
Add tool to convert pgdump into mysql dump
2020-02-10 20:35:18 +01:00
Alexandre SPANGARO
d6d3fff9dc
Merge branch 'develop' into 10.0_intracommreport
2020-02-03 21:15:07 +01:00
Laurent Destailleur
87f84e5b17
FIX #12973
2020-02-03 06:29:40 +01:00
Laurent Destailleur
8957a29990
FIX #12973
2020-02-03 06:28:04 +01:00
Laurent Destailleur
80707d6a5e
Merge branch '11.0' of git@github.com:Dolibarr/dolibarr.git into develop
2020-01-28 17:24:26 +01:00
Laurent Destailleur
a02a2a6def
Sync transifex
2020-01-27 16:07:53 +01:00
Laurent Destailleur
a9790f355d
Merge branch '11.0' of git@github.com:Dolibarr/dolibarr.git into develop
2020-01-21 11:32:40 +01:00
Laurent Destailleur
faf289cd13
Update demo
2020-01-21 11:32:17 +01:00
Laurent Destailleur
62b84810bd
Exclude includes in dev
2020-01-15 14:25:16 +01:00
Laurent Destailleur
d771efe37c
Fix phpcs
2020-01-15 13:08:29 +01:00
Laurent Destailleur
82757e6d03
Move files
2020-01-15 12:23:14 +01:00
stickler-ci
ece3face5e
Fixing style errors.
2020-01-14 14:34:36 +00:00
Norbert Penel
43aa5ec658
Dbf -> Db & import from table
...
1 Import a BIG DBF (aka excel openoffice) into a new table
then you can see and search content easily
2 Create thirdparties or products from a table
2020-01-14 15:31:41 +01:00
Laurent Destailleur
a7496c16cb
Doc
2020-01-12 22:00:23 +01:00
Laurent Destailleur
a6bae97826
Sync from transifex
2020-01-12 21:28:09 +01:00
Laurent Destailleur
6508ee03bf
Fix for en_US
2020-01-12 21:27:43 +01:00
Laurent Destailleur
e52ca6f1b5
Fix script
2020-01-08 13:35:38 +01:00
Laurent Destailleur
027d88d3ce
Fix purge script
2020-01-08 13:35:17 +01:00
Alexandre SPANGARO
c664a1e42d
Merge remote-tracking branch 'upstream/develop' into 10.0_intracommreport
2019-12-31 08:34:37 +01:00
Laurent Destailleur
c6d50ff786
Update demo sql file
2019-12-21 17:48:29 +01:00
Laurent Destailleur
2e2c9562e8
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2019-12-05 18:30:37 +01:00
Laurent Destailleur
4ae26be878
Work whatever is running dir
2019-12-05 18:30:26 +01:00
Laurent Destailleur
599ca6cae2
Demo
2019-12-05 13:01:02 +01:00
Laurent Destailleur
25546f64b8
Update demo
2019-12-05 12:09:52 +01:00
Laurent Destailleur
590d2cda17
Complete #12556
2019-12-01 18:56:34 +01:00
Laurent Destailleur
fc2fc81bb0
Fix image
2019-12-01 18:22:08 +01:00
Laurent Destailleur
958ffa6ec8
FIX Images in TCPDF are removed by TCPDF when it should not
2019-11-30 17:19:25 +01:00
Laurent Destailleur
cb2bf00ef8
Add sql
2019-11-30 11:50:49 +01:00
Laurent Destailleur
268535a320
Update demo
2019-11-29 10:05:46 +01:00
Laurent Destailleur
3148f6a9fa
Add file for demo v11
2019-11-28 16:44:05 +01:00
Laurent Destailleur
1636d341c7
Debug module BOM
...
Enhance demo data for TakePOS
2019-11-28 15:18:14 +01:00
Frédéric FRANCE
8f6d38ee82
clean indent
2019-10-27 17:01:23 +01:00
Frédéric FRANCE
5006001753
clean indent
2019-10-27 08:50:32 +01:00
Frédéric FRANCE
7f3f48be0f
clean indent in theme directory
2019-10-26 21:11:36 +02:00
Frédéric FRANCE
a7797ba1da
clean indent in variants directory
2019-10-26 20:53:39 +02:00
Frédéric FRANCE
635306c084
restore original rules to be mergeable without errors
2019-10-26 18:23:51 +02:00
Frédéric FRANCE
a1f0245c79
clean indent in compta, contact directory
2019-10-26 18:13:20 +02:00
Frédéric FRANCE
79825e2193
start clean indent in compta directory
2019-10-26 14:42:25 +02:00
Frédéric FRANCE
1a10b30a76
clean indent in comm directory
2019-10-26 14:28:40 +02:00
Frédéric FRANCE
86f22c4563
do not ignore lines with mix od tabs and spaces
2019-10-20 17:17:22 +02:00
Frédéric FRANCE
0ede817588
do not ignore lines with mix od tabs and spaces
2019-10-20 16:56:47 +02:00
Frédéric FRANCE
e75f7d448c
Squiz.WhiteSpace.ControlStructureSpacing.SpacingAfterOpen
2019-10-16 20:00:01 +02:00
Frédéric FRANCE
9f59656589
fix typo inspired by grandoc
2019-10-11 23:08:33 +02:00
Laurent Destailleur
5d64cec354
Exclude medias from fixdosfiles
2019-10-10 10:52:06 +02:00
Laurent Destailleur
aebae5ff83
Merge branch '10.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/langs/en_US/margins.lang
htdocs/user/class/user.class.php
2019-10-10 10:37:17 +02:00
Laurent Destailleur
1c105718b9
Update demo
2019-10-08 21:06:09 +02:00
Laurent Destailleur
0cf014b01f
Update Restler to 3.0RC6 (last bug fixes of branch v3)
2019-10-08 11:14:53 +02:00
Laurent Destailleur
44025ce4c2
Update TCPDF to 6.3.2
2019-10-08 09:59:17 +02:00
Laurent Destailleur
539f4355c3
Try to fix stickler
2019-10-07 20:48:44 +02:00
Laurent Destailleur
8904ce5732
Removed warning we don't want
2019-10-03 16:57:12 +02:00
stickler-ci
3cad71f2c1
Fixing style errors.
2019-10-03 08:00:38 +00:00
Alexandre SPANGARO
16c6c9ae75
Merge remote-tracking branch 'upstream/develop' into 11.0_https
2019-10-01 06:12:24 +02:00
Alexandre SPANGARO
91b3bf76fd
Merge branch 'develop' into 11.0_https
2019-10-01 06:11:43 +02:00
Frédéric FRANCE
258424416e
Merge remote-tracking branch 'upstream/develop' into zapier
2019-09-30 07:49:52 +02:00
Laurent Destailleur
f3bc319a78
Merge branch '10.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/expedition/class/expedition.class.php
htdocs/takepos/takepos.php
2019-09-27 14:11:14 +02:00
Laurent Destailleur
33754f1951
Update demo
2019-09-26 14:36:23 +02:00
Laurent Destailleur
24e5b6ab79
Fix default filename of dump
2019-09-26 14:35:50 +02:00
Laurent Destailleur
0e5d0a7784
Add data for tickets
2019-09-26 14:14:01 +02:00
Laurent Destailleur
b0615d477e
Update demo
2019-09-26 13:58:43 +02:00
Laurent Destailleur
280219843e
Update demo
2019-09-26 13:58:30 +02:00
Alexandre SPANGARO
02dbc11f98
Move Gnu.org to https
2019-09-23 21:55:30 +02:00
Frédéric FRANCE
9e18f5243a
jshint
2019-09-11 18:21:59 +02:00
Frédéric FRANCE
638362f373
jshint
2019-09-11 18:17:12 +02:00
Frédéric FRANCE
d37dd4ed3c
jshint
2019-09-11 18:07:21 +02:00
Frédéric FRANCE
c6a02312a9
Merge remote-tracking branch 'upstream/develop' into zapier
2019-09-07 14:19:07 +02:00
Laurent Destailleur
8891fd4981
Exclude namespacemig
2019-08-21 14:59:48 +02:00
Laurent Destailleur
d82e60adb7
Work on namespaces test
2019-08-20 20:31:46 +02:00
Jean Traullé
c739b95666
Fix codestyle
...
lessc.class.php should be excluded from ruleset as it is an external lib
2019-08-14 23:33:06 +02:00
Laurent Destailleur
6df36866e1
Remove mentions to register_globals
2019-08-14 15:30:03 +02:00
Alexandre SPANGARO
8b8aaafc05
Merge branch 'develop' into 10.0_intracommreport
2019-07-20 05:47:31 +02:00
Laurent Destailleur
50480bf517
Merge branch '10.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/opensurvey/index.php
2019-07-18 18:23:24 +02:00
Laurent Destailleur
ea349de081
FIX #11498
2019-07-15 23:25:42 +02:00
Alexandre SPANGARO
9da91c06ed
Merge branch 'develop' into 10.0_intracommreport
2019-06-26 15:11:43 +02:00
Philippe GRAND
9e905901d1
all http addresses should be https now
2019-06-23 15:35:12 +02:00
Philippe GRAND
eef9b2867b
all http addresses should be https now
2019-06-23 15:33:04 +02:00
Philippe GRAND
8dd7e15193
all http addresses should be https now
2019-06-23 15:32:29 +02:00
Philippe GRAND
2348d499a2
all http addresses should be https now
2019-06-23 15:30:35 +02:00
Alexandre SPANGARO
abfb708044
Merge branch 'develop' into 10.0_intracommreport
2019-06-19 21:43:40 +02:00
Laurent Destailleur
1189abdef8
Clean demo file
2019-06-05 11:59:01 +02:00
Laurent Destailleur
8ef7a3abf2
Clean demofile for v10
2019-06-05 11:56:57 +02:00
Laurent Destailleur
ba7b601387
Fix phpcs
2019-05-23 14:29:37 +02:00
Laurent Destailleur
e8ba312d2a
Fix phpcs
2019-05-23 14:25:16 +02:00
Laurent Destailleur
5f639f611a
Try to introduce rules on tab
2019-05-23 13:12:04 +02:00
Frédéric FRANCE
08b1f123b0
zapier for dolibarr
2019-05-19 21:49:34 +02:00
Frédéric FRANCE
aef850f6d3
zapier for dolibarr
2019-05-19 21:12:22 +02:00
Alexandre SPANGARO
f9e3a958c4
NEW Module Intracomm report
2019-05-19 10:44:09 +02:00
Laurent Destailleur
384c2d8358
Exclude files
2019-04-03 18:10:10 +02:00
Laurent Destailleur
c959c8b645
Fix api with prestashop
2019-03-31 18:21:00 +02:00
Philippe GRAND
9af5aa8eaa
update with html5 compliant code
2019-03-19 13:41:55 +01:00
Laurent Destailleur
23252ed646
Add a test to avoid SQL non compatible with postgresql
2019-03-18 11:10:37 +01:00
Laurent Destailleur
39e6e71b0d
Merge branch '9.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/accountancy/class/accountancyexport.class.php
2019-03-14 14:20:34 +01:00
Laurent Destailleur
3073567763
Merge branch '8.0' of git@github.com:Dolibarr/dolibarr.git into 9.0
2019-03-14 14:17:52 +01:00
Laurent Destailleur
bd0dcf3fb6
NEW Add a script to purge data older than a defined creation date
2019-03-11 14:24:20 +01:00
Laurent Destailleur
a47cc4ef57
Fix script to delete data
2019-03-08 19:26:16 +01:00
Laurent Destailleur
6b8c2a1d3b
Enhance script to purge data
2019-03-08 14:09:22 +01:00
Laurent Destailleur
f6c52578cc
Add README file
2019-03-08 13:34:03 +01:00
Alexandre SPANGARO
d926657534
FIX: Accountancy - Format EBP import
...
Add doc
2019-03-08 10:57:14 +01:00
Frédéric FRANCE
2745f98644
PSR2.Classes.PropertyDeclaration.VarUsed
2019-03-05 22:10:46 +01:00
Laurent Destailleur
a5711a51ab
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
Conflicts:
htdocs/core/lib/json.lib.php
test/phpunit/JsonLibTest.php
2019-03-02 18:30:17 +01:00
Frédéric FRANCE
40d34940f1
fix exclude from phpcs
2019-03-02 10:00:51 +01:00
Frédéric FRANCE
c5c27fdb77
add visibility
2019-03-01 19:24:06 +01:00
Frédéric FRANCE
bd2e541fd6
add visibility
2019-03-01 18:28:51 +01:00
Frédéric FRANCE
796ea6f4ea
add visibility
2019-02-28 23:19:58 +01:00
Frédéric FRANCE
304dafe9f5
check without new rule
2019-02-28 22:48:24 +01:00
Frédéric FRANCE
c89e4d79b8
wip
2019-02-25 22:27:04 +01:00
Frédéric FRANCE
6ee186096c
Merge remote-tracking branch 'upstream/develop' into Squiz.Scope.MethodScope.Missing
2019-02-24 23:48:51 +01:00
Frédéric FRANCE
27218b7087
wip
2019-02-24 23:32:09 +01:00
Frédéric FRANCE
894123fb06
PSR2.Methods.FunctionCallSignature.SpaceBeforeOpenBracket
2019-02-24 20:06:55 +01:00
Laurent Destailleur
09fa5b0456
Add more github stats
2019-02-15 23:17:46 +01:00
Laurent Destailleur
e6e18ff616
Merge branch '9.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/admin/menus/edit.php
htdocs/product/stock/card.php
htdocs/product/stock/info.php
htdocs/product/stock/movement_list.php
2019-02-14 15:33:17 +01:00
Laurent Destailleur
f0846a9e30
Update date of demo
2019-02-13 15:48:55 +01:00
Laurent Destailleur
6a4d8c68e8
Missing dir in summary
2019-02-13 15:35:30 +01:00
Laurent Destailleur
ec9e70a79a
Enhance script to load demo
2019-02-13 15:19:12 +01:00
Laurent Destailleur
a1803f35e4
Avoid warnings
2019-02-13 15:14:12 +01:00
Laurent Destailleur
19d68e7085
Removed non required files
2019-02-13 15:11:31 +01:00
Laurent Destailleur
fb5466fca0
Fix remove bad rule
2019-02-12 17:02:27 +01:00
Laurent Destailleur
e054b080a5
Merge branch 'develop' into GenericFunctionsFunctionCallArgumentSpacing
2019-02-12 13:33:39 +01:00
Laurent Destailleur
031999047b
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2019-02-12 13:18:05 +01:00
Laurent Destailleur
65f5cb4302
Doc
2019-02-12 13:17:40 +01:00
Laurent Destailleur
9070e5fe01
Merge pull request #10543 from ka7/spelling_1
...
spelling fixes
2019-02-12 13:10:18 +01:00
Laurent Destailleur
4476a1038b
Update lib
2019-02-12 04:04:57 +01:00
Laurent Destailleur
5450a09b7c
Add link to resource
2019-02-12 01:33:03 +01:00
klemens
beb2791dde
spelling fixes
2019-02-10 12:59:09 +01:00
Frédéric FRANCE
1e43f8e54a
PEAR FunctionCallSignature
2019-02-10 10:45:49 +01:00
Frédéric FRANCE
580e5c42d2
GenericFunctionsFunctionCallArgumentSpacing
2019-02-09 12:00:49 +01:00
Frédéric FRANCE
970392adb8
Merge remote-tracking branch 'upstream/develop' into psr2squizwhite
2019-02-03 22:41:57 +01:00
Laurent Destailleur
a6dde3d6bd
Merge branch 'develop' into nospaceaftercomma
2019-02-03 19:27:16 +01:00
Laurent Destailleur
9f7dfe2921
Merge pull request #10481 from frederic34/psr2forloop
...
psr2 Squiz.ControlStructures.ForEachLoopDeclaration
2019-02-03 19:11:07 +01:00
Frédéric FRANCE
273d68381c
psr2 end file new line none found
2019-02-03 15:21:21 +01:00
Frédéric FRANCE
80a12fcd1c
psr2 Squiz.WhiteSpace.ScopeClosingBrace.Indent
2019-02-03 14:29:45 +01:00
Frédéric FRANCE
03701fa091
psr2
2019-02-02 18:25:01 +01:00
Laurent Destailleur
e18bd6f986
Merge branch 'develop' into nospaceaftercomma
2019-01-30 18:27:35 +01:00
Frédéric FRANCE
b10558bacd
Merge remote-tracking branch 'upstream/develop' into nospaceaftercomma
2019-01-27 23:23:38 +01:00
Laurent Destailleur
f30a3d59ba
Merge branch 'develop' into toomanylines
2019-01-27 17:59:13 +01:00
Laurent Destailleur
4f9f0fd7b5
Merge branch 'develop' into elseif
2019-01-27 17:54:06 +01:00
Frédéric FRANCE
f0cdf300d1
Squiz.Functions.FunctionDeclarationArgumentSpacing
2019-01-27 15:20:16 +01:00
Frédéric FRANCE
496fa9b0fb
PSR2.Files.EndFileNewline.TooMany
2019-01-27 14:10:35 +01:00
Frédéric FRANCE
7ee086b402
PSR2 space after comma in function call
2019-01-27 11:55:16 +01:00
Frédéric FRANCE
6e91b3cefc
PSR2 usage of else if is discouraged
2019-01-27 10:49:34 +01:00
Laurent Destailleur
3ddfcbe3bb
Merge branch '9.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
.travis.yml
dev/setup/codesniffer/ruleset.xml
2019-01-20 20:36:45 +01:00
Laurent Destailleur
abd9686d65
Enable accounting module
2019-01-20 14:25:26 +01:00
Laurent Destailleur
168ff1a806
Fix phpcs
2019-01-20 13:22:56 +01:00
Laurent Destailleur
43277cb630
Removed some warning
2019-01-20 13:22:04 +01:00
Laurent Destailleur
3ba4c4dde0
Remove annoying warnings
2019-01-12 19:08:19 +01:00
Laurent Destailleur
6e078105ab
Merge branch '9.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/accountancy/journal/bankjournal.php
2019-01-06 01:22:10 +01:00
Laurent Destailleur
cbf1c30647
Fix better test tool
2019-01-05 15:19:07 +01:00
Laurent Destailleur
b5ad35f886
Fix better test tool
2019-01-05 15:18:37 +01:00
Laurent Destailleur
5c516fdae2
Merge branch '9.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/core/class/html.form.class.php
2018-12-26 19:43:01 +01:00
Laurent Destailleur
def732246d
Clean dump
2018-12-26 19:16:05 +01:00
Laurent Destailleur
e7b3c91645
Fix dump file
2018-12-26 19:10:22 +01:00
Laurent Destailleur
394a19e93b
Merge pull request #10148 from atm-ph/new_bash_snake_case_to_camel_case
...
New bash snake case to camel case
2018-12-15 15:15:03 +01:00
Laurent Destailleur
f48cc46763
Update doc schema
2018-12-12 21:18:55 +01:00
Laurent Destailleur
a81d7e5338
Removed deprecated files
2018-12-12 13:02:29 +01:00
Laurent Destailleur
446dbb49f6
Update Dolibarr schema
2018-12-12 13:02:23 +01:00
atm-ph
edb2283e3a
Fix missing return
2018-12-01 20:41:19 +01:00
atm-ph
658e295a94
New bash to convert snake case function into camel case
2018-12-01 20:26:17 +01:00
Laurent Destailleur
5bd9c14929
Update demo data for 8.0 and 9.0
2018-11-23 14:05:45 +01:00
Laurent Destailleur
9bced281db
Merge branch '7.0' of git@github.com:Dolibarr/dolibarr.git into 8.0
2018-11-09 01:28:47 +01:00
Laurent Destailleur
d827601857
Merge branch '6.0' of git@github.com:Dolibarr/dolibarr.git into 7.0
2018-11-09 01:25:35 +01:00
Laurent Destailleur
aad0b700d4
Fix travis
2018-11-09 01:22:56 +01:00
Laurent Destailleur
0d6709c9f7
Update phpcs config
2018-11-09 01:20:57 +01:00
Regis Houssin
569d59d251
FIX change my deprecated email
2018-10-27 14:43:12 +02:00
Frédéric FRANCE
86d854f3f4
Squiz.WhiteSpace.ControlStructureSpacing.SpacingBeforeClose
2018-10-24 23:04:26 +02:00
Laurent Destailleur
a3d6146bed
Code comment
2018-10-24 02:32:01 +02:00
Philippe GRAND
56f5aaf1ad
html5
2018-10-13 13:56:23 +02:00
Philippe GRAND
a48554e875
fix typo
2018-10-13 11:19:41 +02:00
Alexey Pyltsyn
49de7a5881
Replace multiple load calls with loadLangs method
2018-10-01 09:22:23 +03:00
Laurent Destailleur
bd523973d8
Add missing translation key
2018-09-25 00:55:03 +02:00
Frédéric FRANCE
03a5aba8a2
move phpcs:ignore
2018-09-02 18:49:23 +02:00
Frédéric FRANCE
e13a8ec572
Merge remote-tracking branch 'upstream/develop' into camelCaps2
2018-09-02 18:19:45 +02:00
Frédéric FRANCE
e98b8e5e25
move phpcs:ignore
2018-09-02 09:27:59 +02:00
Frédéric FRANCE
83a647ce0d
comment missing and not camecaps are incompatible
2018-09-01 15:56:14 +02:00
Frédéric FRANCE
10200374ef
Merge remote-tracking branch 'upstream/develop' into camelCaps
2018-09-01 14:06:23 +02:00
Frédéric FRANCE
57fb3dc2f4
Merge remote-tracking branch 'upstream/develop' into camelCaps
2018-09-01 13:52:51 +02:00
Laurent Destailleur
5604f3b0c3
Merge pull request #9376 from frederic34/functionCommentMissing
...
function Comment Missing
2018-09-01 12:59:32 +02:00
Frédéric FRANCE
ebcf43ec73
function Comment Missing
2018-08-31 21:39:23 +02:00
Frédéric FRANCE
6aee680a4f
PSR2 ClassDeclaration
2018-08-29 22:06:05 +02:00
Frédéric FRANCE
b03f4004ea
PSR2 FunctionClosingBrace
2018-08-29 21:25:22 +02:00
Frédéric FRANCE
fe4260a014
Merge remote-tracking branch 'upstream/develop' into camelCaps
2018-08-28 09:34:53 +02:00
Frédéric FRANCE
6b6daf178f
Merge remote-tracking branch 'upstream/develop' into camelCaps
2018-08-21 20:57:58 +02:00
Frédéric FRANCE
aba69b94b2
Merge remote-tracking branch 'upstream/develop' into trimtrailing
2018-08-21 14:03:02 +02:00
Laurent Destailleur
0799970804
Merge pull request #9248 from frederic34/FunctionDeclaration
...
function declaration
2018-08-21 13:41:56 +02:00
Laurent Destailleur
85eed6cf80
Merge branch 'develop' into trimtrailing
2018-08-21 13:40:04 +02:00
Laurent Destailleur
9a82cc3261
Merge branch '8.0' of git@github.com:Dolibarr/dolibarr.git into develop
2018-08-18 02:55:49 +02:00
Laurent Destailleur
dedfd6d493
Fix missing translation
2018-08-18 02:55:22 +02:00
Frédéric FRANCE
39462742e2
Merge remote-tracking branch 'upstream/develop' into camelCaps
2018-08-16 08:17:55 +02:00