Laurent Destailleur
3108cd12fb
Fix export of website
2022-08-03 21:30:40 +02:00
Laurent Destailleur
37c725fc6c
NEW Can delete a website even if not empty
2022-07-27 23:01:33 +02:00
Laurent Destailleur
ab81492fa4
Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/core/class/html.formwebsite.class.php
htdocs/core/lib/cron.lib.php
2022-07-24 22:17:25 +02:00
Laurent Destailleur
89f7e5ad30
Fix export of website. allowed_in_frames must be an int
2022-07-24 16:08:27 +02:00
Laurent Destailleur
57c5de5f9a
Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into develop
2022-07-12 11:43:58 +02:00
Laurent Destailleur
9d249bd56d
Fix phpunit
2022-07-12 11:37:17 +02:00
Laurent Destailleur
c804469082
FIX Export of website must not export .old and .back files
2022-07-12 11:20:34 +02:00
Laurent Destailleur
cf5825687e
Debug v16
2022-07-12 10:56:03 +02:00
Laurent Destailleur
7ac00bfec9
Bad param
2022-07-12 10:09:01 +02:00
Laurent Destailleur
a9440c934d
FIX #yogosha10825
2022-06-07 16:05:01 +02:00
Laurent Destailleur
dc6f90c4a7
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into develop
2022-05-12 10:38:26 +02:00
Laurent Destailleur
23b1658081
Fix null object
2022-05-12 01:37:20 +02:00
Laurent Destailleur
bf8ba511cb
Fix missing index.php file on "regenerate all files" button for alt lang
2022-05-12 01:28:20 +02:00
Laurent Destailleur
82b65f3517
Merge pull request #20707 from hregis/fix_wrong_data_root_with_multicompany
...
NEW Module website now supports the multicompany module
2022-05-01 12:33:07 +02:00
Regis Houssin
8a2cc52b5c
FIX wrong website data root with multicompany
2022-04-25 10:14:30 +02:00
Laurent Destailleur
e2a957c738
Clean some trigger names
2022-04-02 16:08:04 +02:00
Laurent Destailleur
d91db3fe55
Fix: when cloning a website page, the page has the status draft.
2022-03-24 15:42:01 +01:00
Laurent Destailleur
fb58b7e930
FIX #yogosha9048
2022-02-22 18:49:16 +01:00
Laurent Destailleur
1c0ef23316
FIX #yogosha9048
2022-02-22 18:46:46 +01:00
Laurent Destailleur
3b36465210
Fix missing allowed_in_frames
2022-02-06 12:17:42 +01:00
Laurent Destailleur
dd0809b528
Fix trans labels status
2021-10-16 19:37:57 +02:00
Laurent Destailleur
17d2c3cb08
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/website/class/websitepage.class.php
2021-10-07 16:10:48 +02:00
Laurent Destailleur
b905b1b4bc
FIX missing filter status=1 on rss feeds
2021-10-07 16:09:32 +02:00
Laurent Destailleur
3d4bb66853
Clean code
2021-09-30 15:59:47 +02:00
Laurent Destailleur
b04ea59a51
More sql sanitizing
2021-09-02 13:58:42 +02:00
Laurent Destailleur
0aa4868c34
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into develop
2021-08-31 13:14:01 +02:00
Laurent Destailleur
bbf219fd7b
FIX Export of website generates a package that contains a sql error
2021-08-31 13:09:52 +02:00
Laurent Destailleur
3d72a21396
Clean code
2021-08-28 03:09:41 +02:00
Laurent Destailleur
29abbbe2fb
Clean code
2021-08-28 01:45:53 +02:00
Laurent Destailleur
2dd91bf312
Clean code
2021-08-27 23:36:06 +02:00
Laurent Destailleur
46d993c9a6
Clean code
2021-08-27 22:42:04 +02:00
Laurent Destailleur
a123154446
Fix clean alias
2021-06-29 15:29:28 +02:00
Laurent Destailleur
a3c28edfbb
Fix regenerate wrapper when rebuilding cache
2021-05-20 10:34:49 +02:00
Laurent Destailleur
655056ed31
Debug v14
2021-04-29 12:10:55 +02:00
Laurent Destailleur
d138e7410b
Clean code
2021-04-26 19:12:23 +02:00
Laurent Destailleur
634c38e948
Fix escape
2021-04-19 15:28:49 +02:00
Laurent Destailleur
efe6eab5f3
Save default langueg and other language in export of website
2021-04-18 23:09:23 +02:00
Laurent Destailleur
8a62d97b89
Remove one thousand of useless files
2021-04-12 15:57:16 +02:00
Laurent Destailleur
42ddb6e5f0
Merge branch '13.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/comm/index.php
htdocs/core/class/html.form.class.php
htdocs/core/lib/accounting.lib.php
htdocs/core/lib/website2.lib.php
htdocs/fourn/class/fournisseur.commande.class.php
htdocs/fourn/class/paiementfourn.class.php
htdocs/public/ticket/view.php
2021-04-09 14:17:41 +02:00
Laurent Destailleur
475bdc24f4
Fix sql error
2021-04-09 01:31:55 +02:00
Indelog
426e846f58
Fix website create/update empty otherlang
...
Empty otherlang value was not correctly ignored.
2021-04-07 10:01:05 +02:00
Indelog
17fa9559a3
Fix empty string WEBSITE_OTHERLANG
...
If post WEBSITE_OTHERLANG with empty value or with value like this
'en,,sv' or 'en,sv,' we can get an otherlang with empty value. This can lead
unexpected behaviour when we use an element of otherlang to set the
subdirectory name to store pages for a sub lang.
2021-04-07 09:29:40 +02:00
Laurent Destailleur
be6bb3a756
FIX #yogosha5746 - next step (work in progress)
2021-03-30 19:12:07 +02:00
Laurent Destailleur
fae3cca494
FIX #yogosha5746 - next step (work in progress)
2021-03-30 17:45:15 +02:00
Laurent Destailleur
6e422d26f3
FIX #yogosha5746 - next step (wip)
2021-03-30 16:20:18 +02:00
Laurent Destailleur
ca1715df96
Add some protection for SQL injection
2021-03-22 13:31:06 +01:00
Laurent Destailleur
15440917b1
Fix #ygosha5698
2021-03-22 11:30:18 +01:00
Laurent Destailleur
cc10106a21
Fix protection on int
2021-03-14 12:20:23 +01:00
Laurent Destailleur
12f50a76d7
Fix yogosha #5627
2021-03-14 11:48:39 +01:00
Frédéric FRANCE
256001ebd6
code syntax website directory
2021-02-26 12:03:07 +01:00