Laurent Destailleur
8067e1d70a
Fix order
2021-04-18 14:48:38 +02:00
Laurent Destailleur
fd3f2f4e27
Set order in sitemap
2021-04-18 14:46:14 +02:00
Laurent Destailleur
038b005e6a
Fix sql error
2021-04-18 14:44:33 +02:00
Laurent Destailleur
08deb3c0e9
Fix selection of files to report into sitemap
2021-04-18 14:41:05 +02:00
Laurent Destailleur
20fb70d493
Fix syntax error
2021-04-18 14:34:08 +02:00
Laurent Destailleur
ecadc03b75
Fix sitemaps for multilang
2021-04-18 14:32:17 +02:00
Laurent Destailleur
ae595d8545
Fix sitemap
2021-04-18 14:18:05 +02:00
Laurent Destailleur
54c90059ff
Fix sitemaps
2021-04-18 14:11:22 +02:00
Laurent Destailleur
3502c4c269
Debug sitemap generation
2021-04-18 13:45:46 +02:00
Laurent Destailleur
fbc28795bc
Debug sitemap generation
2021-04-18 12:51:37 +02:00
Laurent Destailleur
8a62d97b89
Remove one thousand of useless files
2021-04-12 15:57:16 +02:00
Laurent Destailleur
70383cca73
Add protection to avoid to overwrite a page with another similar name
2021-04-11 18:49:17 +02:00
lmarcouiller
19ee78e123
Close #17193 : Move button convert in webp
2021-04-09 15:44:47 +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
Laurent Destailleur
5fd9ee20eb
Merge branch 'develop' into develop#4
2021-04-08 15:42:07 +02:00
Laurent Destailleur
f8b5bee9eb
Add function getListOfPossibleImageExt
2021-04-08 14:20:59 +02:00
Laurent Destailleur
638a4a6194
Merge pull request #17161 from Hystepik/develop#3
...
Close #17108 : New button to convert images in webp format
2021-04-08 14:06:45 +02:00
Laurent Destailleur
59c8e70fd2
Fix #yogosha4510
2021-04-07 23:43:10 +02:00
lmarcouiller
0611db68cf
add of tooltip
2021-04-07 11:21:41 +02:00
lmarcouiller
49b3970700
Close #17113 : Can upload a favicon in website module
2021-04-07 11:13:14 +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
lmarcouiller
c04387ff3b
Close #17108 : New button to convert images in webp format
2021-04-06 11:52:04 +02:00
Laurent Destailleur
7cba3f8a0a
css
2021-04-05 12:41:39 +02:00
Laurent Destailleur
39fc2e6e60
NEW Save old page with .old in edition of a website page
2021-04-01 19:49:36 +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
6a8f4ac892
NEW Add permission "export website"
2021-03-20 19:30:08 +01:00
Laurent Destailleur
d83d005284
FIX #yogosha5674
2021-03-19 12:44:59 +01:00
Laurent Destailleur
ac6b6f22e7
Enhance sanitizing of data
2021-03-18 11:39:23 +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
Laurent Destailleur
7755a44958
Reduce possible actions
2021-03-13 13:23:44 +01:00
Laurent Destailleur
ff2f93815f
Fix backtourl
2021-03-13 12:33:26 +01:00
Laurent Destailleur
5e75da3319
Fix return page if error
2021-03-11 14:10:50 +01:00
Laurent Destailleur
26cb59e2f9
Enhance regeneration of pages
2021-03-11 14:10:08 +01:00
Frédéric FRANCE
15623ae852
fix
2021-03-02 16:39:04 +01:00
Frédéric FRANCE
5d78c3530b
test stickler
2021-03-02 16:34:04 +01:00
Laurent Destailleur
5af8e49c86
Fix permission on generated sitemap file
2021-03-02 15:08:03 +01:00
Laurent Destailleur
13e1ccb795
Update index.php
2021-03-02 14:55:42 +01:00
lmarcouiller
b097e909a6
changes to fix pr with eldy advices
2021-03-01 09:52:34 +01:00
Hystepik
460bc2dbde
Merge branch 'develop' into develop#5
2021-03-01 09:03:38 +01:00
Laurent Destailleur
79ed52c3d3
NEW Add last date of modification for website pages in list
2021-02-28 20:49:52 +01:00
Frédéric FRANCE
256001ebd6
code syntax website directory
2021-02-26 12:03:07 +01:00
Laurent Destailleur
0a7e692fbf
Wip website module
2021-02-21 14:46:52 +01:00
Laurent Destailleur
b8007209cb
Fix concat
2021-02-16 13:54:47 +01:00