atm-adrien
|
eeca89c75b
|
FIX : HTML in ODT templates (#26181)
* FIX : HTML does not work on ODT template
* FIX : add replace
* FIX : Backport V18
* FIX : Modif regexp
* FIX : Add encode parameter
* FIX : PR returns
|
2023-10-31 12:20:43 +01:00 |
|
Laurent Destailleur
|
04c0272d05
|
Doc
|
2023-02-09 15:58:28 +01:00 |
|
Laurent Destailleur
|
f86939d332
|
Fix php warning
|
2022-12-17 12:55:05 +01:00 |
|
Laurent Destailleur
|
9180e9a5c6
|
Clean code
|
2022-01-26 14:42:26 +01:00 |
|
Laurent Destailleur
|
6d04bac740
|
phpcs
|
2022-01-26 13:50:49 +01:00 |
|
Laurent Destailleur
|
bd9d3bb4ab
|
Clean code
|
2021-11-08 18:10:35 +01:00 |
|
Laurent Destailleur
|
6b1fc48bd0
|
Fix var not initialized
|
2021-08-08 18:22:09 +02:00 |
|
Laurent Destailleur
|
671baa261d
|
Fix var not defined
|
2021-08-08 12:57:00 +02:00 |
|
Laurent Destailleur
|
0b7b9aae79
|
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into develop
|
2021-07-05 23:07:56 +02:00 |
|
Laurent Destailleur
|
2a5699a9a2
|
Merge
|
2021-07-05 23:07:40 +02:00 |
|
Laurent Destailleur
|
185ed5ceeb
|
Code comment
|
2021-07-05 22:52:37 +02:00 |
|
Laurent Destailleur
|
ebc3210308
|
FIX #16343
|
2021-03-02 01:58:36 +01:00 |
|
Laurent Destailleur
|
52ee530e70
|
Merge branch '13.0' of git@github.com:Dolibarr/dolibarr.git into develop
|
2021-02-09 22:03:38 +01:00 |
|
Laurent Destailleur
|
3a9cf8eb7a
|
FIX: ODT generation very slow
|
2021-02-09 22:02:48 +01:00 |
|
Laurent Destailleur
|
a4c0459c1e
|
Merge branch '13.0' of git@github.com:Dolibarr/dolibarr.git into develop
Conflicts:
htdocs/user/list.php
|
2021-01-27 21:09:01 +01:00 |
|
Laurent Destailleur
|
0de06b7ef4
|
Fix odttopdf generation
|
2021-01-26 16:49:54 +01:00 |
|
Laurent Destailleur
|
23c0a30263
|
Use a better temp directory
|
2021-01-26 16:40:57 +01:00 |
|
Laurent Destailleur
|
69344a7170
|
Fix create temp dir
|
2021-01-26 16:33:47 +01:00 |
|
Laurent Destailleur
|
8bc639fe02
|
Fix too many logs
|
2021-01-26 16:10:27 +01:00 |
|
Laurent Destailleur
|
c10072ccef
|
Merge branch '12.0' of git@github.com:Dolibarr/dolibarr.git into 13.0
|
2021-01-11 13:07:31 +01:00 |
|
Laurent Destailleur
|
243b227c33
|
Fix prerequisites
|
2021-01-08 15:09:49 +01:00 |
|
Laurent Destailleur
|
24c926b32f
|
Update doc
|
2021-01-08 15:09:16 +01:00 |
|
Laurent Destailleur
|
8fecae7148
|
Update pclzip to 2.8.4 (compatible with php 8)
|
2020-11-01 22:49:28 +01:00 |
|
Laurent Destailleur
|
5b37ff0bfd
|
Html entities use now HTML5. Enhance the Dolibarr WAF. More PHPUnit
tests.
|
2020-10-15 19:36:08 +02:00 |
|
Rüdiger Hahn
|
3b7b4312cb
|
Fix for #14957 and probably a lot of other issues
Convert special characters for a valid use in xml documents
|
2020-10-09 11:13:11 +02:00 |
|
Rüdiger Hahn
|
5510f1feef
|
Fix for #14957 and probably a lot of other issues
Convert special characters for a valid use in xml documents
|
2020-10-09 10:59:06 +02:00 |
|
Laurent Destailleur
|
14e6d38fe8
|
Merge pull request #14860 from Tim-Otte/fix-missing-styles-in-lines
FIX: Added support for styling in lines in odt documents
|
2020-09-29 14:11:25 +02:00 |
|
Tim Otte
|
4611333ee6
|
Added support for styling in lines
|
2020-09-29 12:17:25 +02:00 |
|
Tim Otte
|
f5c0cd25e2
|
Fixed html to odt converter
|
2020-09-17 13:19:31 +02:00 |
|
Laurent Destailleur
|
36e6dd9d8e
|
Merge pull request #13254 from Tim-Otte/add-odt-converter
NEW Support some HTML contents into ODT documents
|
2020-03-11 16:49:39 +01:00 |
|
Tim Otte
|
26deae9dbc
|
Fixed the regex string used to extract the attributes from the html tag
|
2020-03-09 15:37:23 +01:00 |
|
Tim Otte
|
1472a24371
|
Added missing line break replacement when the values do not contain html tags
|
2020-03-05 09:41:22 +01:00 |
|
Tim Otte
|
6b3fdfbcd8
|
Moved the HtmlToOdtConverter class into the odf class
|
2020-03-04 08:54:49 +01:00 |
|
Laurent Destailleur
|
1ee52d4c63
|
Enhancement of #13240
|
2020-03-03 23:19:05 +01:00 |
|
Tim Otte
|
8ce1f5f360
|
Fixed a few bugs
Added custom font-families
|
2020-03-03 10:19:05 +01:00 |
|
Tim Otte
|
d5671f1c42
|
Fixed a few bugs
|
2020-03-02 16:08:06 +01:00 |
|
Tim Otte
|
598d6d63b0
|
Added HtmlToOdtConverter class
Implemented the converter in the odf setVars() function
|
2020-03-02 10:18:38 +01:00 |
|
Alex Ludwig
|
6ad477a08c
|
Resolve Error if dolibarr is running in docker container
If dolibarr is running in docker containers with alpine-linux it will fail because it has wrong environment variables. This pull request resolve the issue. It was found by dolichicken in the german user forum: https://www.dolibarr.de/forum/howto-hilfe/52509-anleitung-odt-nach-pdf-konvertieren#57583
|
2020-03-01 17:14:31 +01:00 |
|
Frédéric FRANCE
|
47ee03acdc
|
Update odf.php
|
2020-01-10 00:26:46 +01:00 |
|
Alexandre SPANGARO
|
02dbc11f98
|
Move Gnu.org to https
|
2019-09-23 21:55:30 +02:00 |
|
Laurent Destailleur
|
663998bab1
|
Fix scrutinizer errors
|
2019-06-18 20:15:04 +02:00 |
|
Laurent Destailleur
|
3c90461502
|
Better error message in convert odt to pdf
|
2019-04-27 17:31:14 +02:00 |
|
Gerhard Stephan
|
520f581481
|
Don't check for windows/linux, just call soffice (without the extension) will work on windows too.
|
2018-02-15 14:38:21 +01:00 |
|
Laurent Destailleur
|
9965a25eaa
|
Code comment
|
2018-02-15 13:23:13 +01:00 |
|
Laurent Destailleur
|
0172ecb425
|
Code comment
|
2018-02-15 13:21:58 +01:00 |
|
Laurent Destailleur
|
d547d1a9cf
|
Suggest better change for #8196. To be tested.
|
2018-02-15 13:16:54 +01:00 |
|
Gerhard Stephan
|
51028c845d
|
Export to PDF using LibreOffice 5 command line
|
2018-02-15 10:15:27 +01:00 |
|
Laurent Destailleur
|
247c380d18
|
Several fixes
|
2017-12-12 16:11:40 +01:00 |
|
Laurent Destailleur
|
d404d8be9f
|
Debug to make MAIN_ODT_AS_PDF workign with unoconv
|
2017-10-10 18:54:30 +02:00 |
|
Laurent Destailleur
|
5980651103
|
Merge branch 'develop' into develop
|
2017-09-21 11:41:30 +02:00 |
|