Laurent Destailleur
30d55456bf
NEW Add picto favicon
2024-01-23 20:13:27 +01:00
Laurent Destailleur
f314258246
Fix target on refresh
2024-01-23 14:17:14 +01:00
Laurent Destailleur
98091852a8
Add css for generic flex use.
2024-01-23 14:15:31 +01:00
MDW
89004f7e03
Qual: Spelling htdocs/core ( #27491 )
...
Highlights:
- initialY in pdf_standard.modules.php was unused
- remove (otherwise -> initially) (+same in other file)
2024-01-13 19:48:20 +01:00
Laurent Destailleur
b28ae5d8d3
Clean code
2023-12-27 12:12:20 +01:00
Laurent Destailleur
1babae58a4
Fix with php-cs-fixer
2023-12-04 12:05:28 +01:00
Laurent Destailleur
53dab922fd
Fix php8.2 warnings
2023-11-27 11:39:32 +01:00
Laurent Destailleur
1f38e54e78
Clean code
2023-10-15 15:32:35 +02:00
Laurent Destailleur
82e7f829b0
NEW Support of js into the Dolibarr server preview
2023-09-05 15:55:44 +02:00
Laurent Destailleur
e74c50aa8a
Clean code
2023-04-28 16:05:25 +02:00
Laurent Destailleur
fdcce8d263
Add nonce on javascript tags
2023-02-18 15:10:05 +01:00
Laurent Destailleur
0b4cacd291
Use dolChmod
2023-02-17 20:01:53 +01:00
Laurent Destailleur
5c0ace0c89
Fix use absolute links for hreflang links
2023-02-17 02:44:33 +01:00
Laurent Destailleur
cccd7494df
Fix #huntr88841fe0-e332-49ce-a46b-36d4f091fd89
2023-02-13 13:29:30 +01:00
Laurent Destailleur
81ef87cf6d
FIX #huntr5affff95-9a37-4004-bab2-a834b3b61ff7
2023-02-11 15:39:16 +01:00
Laurent Destailleur
968720bfdc
Code comment
2023-02-11 14:09:00 +01:00
Laurent Destailleur
33917e97b6
NEW Increment website counter on each page access in website module
2023-01-11 01:12:08 +01:00
Laurent Destailleur
c97c185368
Protect dynamic php content with installmodules.lock
2022-11-29 18:01:27 +01:00
Laurent Destailleur
496973996d
NEW Can remove a website template
2022-10-09 15:52:37 +02:00
Laurent Destailleur
fe40875aa9
Enahnce web site templates
2022-10-09 13:00:34 +02:00
Laurent Destailleur
574cba906f
Look and feel v17
2022-09-19 21:02:06 +02:00
Laurent Destailleur
6406fbdc7e
NEW Add a way to enter LICENSE file content in property of website
2022-09-03 19:02:42 +02:00
Frédéric France
8e66b7207e
replace ! empty by !empty
2022-08-31 22:14:20 +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
91110b938e
Fix bad db var
2022-05-12 01:38:46 +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
c097ee5331
FIX #yogosha9089
2022-02-25 01:49:38 +01:00
Laurent Destailleur
eede3aaf17
Fix #yogosha9033
2022-02-21 22:50:32 +01:00
Laurent Destailleur
87e221d6dd
Fix create new page
2021-12-04 00:24:59 +01:00
Laurent Destailleur
441af6b6fb
Fix add rel="noopener noreferrer"
2021-11-22 02:35:55 +01:00
Laurent Destailleur
29abbbe2fb
Clean code
2021-08-28 01:45:53 +02:00
Laurent Destailleur
a3c28edfbb
Fix regenerate wrapper when rebuilding cache
2021-05-20 10:34:49 +02:00
Laurent Destailleur
3502c4c269
Debug sitemap generation
2021-04-18 13:45:46 +02:00
Laurent Destailleur
83e272951f
Fix phpcs
2021-04-10 00:31:20 +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
95d3dabdf6
Update website2.lib.php
2021-04-09 12:48:06 +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
Indelog
4d60fe8ff9
Fix empty $sublang dolSavePageAlias
...
Avoid to loop on `explode(',', $object->otherlang)` if
`$object->otherlang` is empty. Else we loop once on empty string which
is set in `$sublang` and erase the main alias for the page.
2021-04-06 22:21:00 +02:00
Laurent Destailleur
17437670b1
Set include of js as async
2021-04-03 13:24:34 +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
6a0e0f4c06
Fix #ygosha5698
2021-03-22 12:10:51 +01:00
Frédéric FRANCE
a4e25359e7
add missing rule
2021-03-01 20:37:16 +01:00
Frédéric FRANCE
554e449e40
code syntax core directory
2021-02-23 22:03:23 +01:00
Laurent Destailleur
aa2d581b41
Fix rename of alias
2021-01-26 13:38:41 +01:00
Laurent Destailleur
c5cda97c19
FIX Generation of aliases (main alias and alt alias into subdirs)
2021-01-24 14:34:29 +01:00
Laurent Destailleur
d9908efdef
Code comment
2021-01-24 13:29:38 +01:00
Laurent Destailleur
b6bb08ec2e
Fix management of hreflang
2020-12-19 13:44:15 +01:00
Frédéric FRANCE
d1204e5e9b
typo ortho
2020-12-05 15:35:52 +01:00
Laurent Destailleur
c54294285a
Merge branch '12.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/comm/mailing/class/html.formadvtargetemailing.class.php
htdocs/core/class/commonobject.class.php
htdocs/core/class/html.form.class.php
2020-06-20 12:28:14 +02:00