evarisk-theo
f0599095ee
Merge branch 'Dolibarr:develop' into add-ticket-categories-functions
2021-07-13 14:04:14 +02:00
Laurent Destailleur
f18269bee1
Comment
2021-07-11 01:42:07 +02:00
Laurent Destailleur
bffbf4ae63
Merge pull request #18123 from OPEN-DSI/fix_00011
...
FIX get categories linked to another object type
2021-07-11 01:37:37 +02:00
kamel
073ace3a9e
FIX get categories linked to another object type
2021-07-09 16:23:46 +02:00
kamel
ec6fadf196
Fix hook constructCategory when several new categories is added by several modules
2021-07-09 15:29:39 +02:00
Théo David
079608fe00
NEW #18046 Add ticket ticket categories functions
2021-07-02 10:26:03 +02:00
Laurent Destailleur
fb46ece906
Fix yogosha 6347
2021-06-09 15:36:47 +02:00
Laurent Destailleur
1c95e2b7c7
FIX #17453
2021-05-03 14:58:29 +02:00
Laurent Destailleur
d138e7410b
Clean code
2021-04-26 19:12:23 +02:00
Laurent Destailleur
d0cc64479d
Fix protect sql
2021-04-24 20:18:11 +02:00
Laurent Destailleur
8a62d97b89
Remove one thousand of useless files
2021-04-12 15:57:16 +02:00
Laurent Destailleur
3744bc6a7a
FIX #yogosha5746 - next step (work in progress)
2021-03-30 18:17:13 +02:00
Laurent Destailleur
fb84608586
Clean sql
2021-03-30 03:37:54 +02:00
Laurent Destailleur
8b4870b8b2
Fix look and feel v14
2021-03-24 23:44:50 +01:00
Laurent Destailleur
ca1715df96
Add some protection for SQL injection
2021-03-22 13:31:06 +01:00
Laurent Destailleur
0bb9834c67
Protect fetch
2021-03-14 19:10:32 +01:00
Laurent Destailleur
12f50a76d7
Fix yogosha #5627
2021-03-14 11:48:39 +01:00
Frédéric FRANCE
6fcb7a96a1
code syntax categorie collab directory
2021-02-23 18:04:37 +01:00
Florian HENRY
b5055a5edb
config pages ok
2021-02-14 16:41:57 +01:00
Laurent Destailleur
af41c06822
Fix warnings
2020-12-29 04:27:16 +01:00
Laurent Destailleur
93b9061a71
Merge pull request #15698 from StephaneLesage/export-categories
...
FIX: missing imports/exports of categories
2020-12-16 15:30:00 +01:00
Laurent Destailleur
d781d78c4e
Fix warning
2020-12-16 12:53:31 +01:00
Stephane Lesage
7853e77d3f
Export/Import categories missing fields and clean
2020-12-15 19:53:47 +01:00
Laurent Destailleur
e7775d2f79
Fix scrutinizer errors
2020-11-30 12:54:47 +01:00
Scrutinizer Auto-Fixer
7f52920716
Scrutinizer Auto-Fixes
...
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2020-10-31 13:32:18 +00:00
Laurent Destailleur
df7218b6a4
Fix for multicompany
2020-10-31 12:39:14 +01:00
Frédéric FRANCE
8190711342
doxygen
2020-10-30 18:01:01 +01:00
Laurent Destailleur
f670f71df9
Fix scrutinizer
2020-10-27 19:14:03 +01:00
Laurent Destailleur
b2f08e5762
Update categorie.class.php
2020-10-26 19:23:23 +01:00
Frédéric FRANCE
a031adf99e
clean code
2020-10-25 20:07:22 +01:00
Frédéric FRANCE
772661c6ba
clean code
2020-10-25 19:44:01 +01:00
Frédéric FRANCE
ae3228b9e0
retrieve the spelling 🎉
2020-10-23 20:08:35 +02:00
Laurent Destailleur
09c6761dae
NEW Include the tag editor of page as a popup into website editor
2020-09-23 16:36:19 +02:00
Laurent Destailleur
216b3c885d
Fix escaping
2020-09-20 01:30:36 +02:00
Scrutinizer Auto-Fixer
b78ff67d7e
Scrutinizer Auto-Fixes
...
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2020-09-07 08:18:17 +00:00
Laurent Destailleur
477c3e719d
Fix phpcs
2020-08-23 18:26:42 +02:00
Mr Matthew Sidnell
c2a81341ad
Updated Lint Issies
2020-08-19 16:27:00 +01:00
Matt Sidnell
b3f078a687
Updated the categories API to allow projects as type
2020-08-19 16:20:16 +01:00
Laurent Destailleur
bd65e5612f
Fix duplicate id
2020-08-17 20:06:01 +02:00
Laurent Destailleur
c63d54631c
Merge branch '11.0' of git@github.com:Dolibarr/dolibarr.git into 12.0
...
Conflicts:
htdocs/categories/class/categorie.class.php
2020-08-17 19:59:17 +02:00
Laurent Destailleur
487d26c7db
Merge branch '10.0' of git@github.com:Dolibarr/dolibarr.git into 11.0
...
Conflicts:
htdocs/categories/class/categorie.class.php
htdocs/core/class/html.formfile.class.php
htdocs/core/lib/functions.lib.php
2020-08-17 19:54:23 +02:00
Laurent Destailleur
fe0b1c5ee4
Fix travis
2020-08-14 11:53:54 +02:00
Laurent Destailleur
52f20a1047
Fix travis
2020-08-14 11:52:21 +02:00
Laurent Destailleur
8f8f7ecf5d
Update categorie.class.php
2020-08-08 02:24:01 +02:00
stickler-ci
fc58d92db4
Fixing style errors.
2020-08-07 21:20:55 +00:00
Egils Consulting
9f130aa2af
New function count_all_categories
...
This is useful to count the total number of categories e.g. to decide whether to load the full tree or not. It might make most sense to wait with merging until there is code in viewcat.php or index.php using it.
2020-08-07 23:17:43 +02:00
Laurent Destailleur
9876e37309
A little perf and memory enhancement when building category tree
2020-08-07 15:47:02 +02:00
Laurent Destailleur
c1a9826455
Fix color of tags
2020-06-18 15:33:52 +02:00
Laurent Destailleur
9ec8051a37
NEW Add param to not show links when output tags
2020-06-16 02:56:48 +02:00
Laurent Destailleur
da8bd7507e
NEW Add mass action to set category on a list of website pages.
2020-05-26 22:29:46 +02:00