fix formating of notes in preparation for creating a changelog.md

This commit is contained in:
Uwe Steinmann 2023-01-20 17:01:19 +01:00
parent 496bc9214d
commit 3426fa1032

View File

@ -73,7 +73,7 @@
</stability>
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
<notes>
initial version
- initial version
</notes>
</release>
<release>
@ -89,7 +89,7 @@
</stability>
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
<notes>
preview image can also be created from a document file (SeedDMS_Core_DocumentFile)
- preview image can also be created from a document file (SeedDMS_Core_DocumentFile)
</notes>
</release>
<release>
@ -105,7 +105,7 @@ preview image can also be created from a document file (SeedDMS_Core_DocumentFil
</stability>
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
<notes>
add converters for .tar.gz, .ps, .txt
- add converters for .tar.gz, .ps, .txt
</notes>
</release>
<release>
@ -121,7 +121,7 @@ add converters for .tar.gz, .ps, .txt
</stability>
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
<notes>
create fixed width image with proportional height
- create fixed width image with proportional height
</notes>
</release>
<release>
@ -137,7 +137,7 @@ create fixed width image with proportional height
</stability>
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
<notes>
preview images will also be recreated if the object this image belongs is of newer date than the image itself. This happens if versions are being deleted and than a new version is uploaded. Because the new version will get the version number of the old version, it will also take over the old preview image.Comparing the creation date of the image with the object detects this case.
- preview images will also be recreated if the object this image belongs is of newer date than the image itself. This happens if versions are being deleted and than a new version is uploaded. Because the new version will get the version number of the old version, it will also take over the old preview image.Comparing the creation date of the image with the object detects this case.
</notes>
</release>
<release>
@ -153,7 +153,7 @@ preview images will also be recreated if the object this image belongs is of new
</stability>
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
<notes>
command for creating the preview will be called with a given timeout
- command for creating the preview will be called with a given timeout
</notes>
</release>
<release>
@ -169,8 +169,8 @@ command for creating the preview will be called with a given timeout
</stability>
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
<notes>
add method getFilesize()
timeout for external commands can be passed to contructor of SeedDMS_Preview_Previewer
- add method getFilesize()
- timeout for external commands can be passed to contructor of SeedDMS_Preview_Previewer
</notes>
</release>
<release>
@ -186,7 +186,7 @@ timeout for external commands can be passed to contructor of SeedDMS_Preview_Pre
</stability>
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
<notes>
check if object passed to createPreview(), hasPreview() is not null
- check if object passed to createPreview(), hasPreview() is not null
</notes>
</release>
<release>
@ -202,7 +202,7 @@ check if object passed to createPreview(), hasPreview() is not null
</stability>
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
<notes>
set last parameter of stream_select() to 200000 micro sec. in case the timeout in sec. is set to 0
- set last parameter of stream_select() to 200000 micro sec. in case the timeout in sec. is set to 0
</notes>
</release>
<release>
@ -218,7 +218,7 @@ set last parameter of stream_select() to 200000 micro sec. in case the timeout i
</stability>
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
<notes>
pass variables to stream_select (required by php7)
- pass variables to stream_select (required by php7)
</notes>
</release>
<release>
@ -234,11 +234,11 @@ pass variables to stream_select (required by php7)
</stability>
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
<notes>
add more documentation
finish deletePreview()
add new method deleteDocumentPreviews()
fix calculation of timeout (Bug #269)
check if cache dir exists before deleting it in deleteDocumentPreviews()
- add more documentation
- finish deletePreview()
- add new method deleteDocumentPreviews()
- fix calculation of timeout (Bug #269)
- check if cache dir exists before deleting it in deleteDocumentPreviews()
</notes>
</release>
<release>
@ -254,7 +254,7 @@ check if cache dir exists before deleting it in deleteDocumentPreviews()
</stability>
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
<notes>
add new previewer which converts document to pdf instead of png
- add new previewer which converts document to pdf instead of png
</notes>
</release>
<release>
@ -270,7 +270,7 @@ add new previewer which converts document to pdf instead of png
</stability>
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
<notes>
setConverters() overrides exiting converters
- setConverters() overrides exiting converters
</notes>
</release>
<release>
@ -286,8 +286,8 @@ setConverters() overrides exiting converters
</stability>
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
<notes>
commands can be set for mimetypes 'xxxx/*' and '*'
pass mimetype as parameter '%m' to converter
- commands can be set for mimetypes 'xxxx/*' and '*'
- pass mimetype as parameter '%m' to converter
</notes>
</release>
<release>
@ -303,7 +303,7 @@ pass mimetype as parameter '%m' to converter
</stability>
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
<notes>
createPreview() returns false if running the converter command fails
- createPreview() returns false if running the converter command fails
</notes>
</release>
<release>
@ -319,7 +319,7 @@ createPreview() returns false if running the converter command fails
</stability>
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
<notes>
fix typo in converter for tar.gz files
- fix typo in converter for tar.gz files
</notes>
</release>
<release>
@ -335,7 +335,7 @@ fix typo in converter for tar.gz files
</stability>
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
<notes>
SeedDMS_Preview_Base::hasConverter() returns only try if command is set
- SeedDMS_Preview_Base::hasConverter() returns only try if command is set
</notes>
</release>
<release>
@ -351,8 +351,8 @@ SeedDMS_Preview_Base::hasConverter() returns only try if command is set
</stability>
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
<notes>
SeedDMS_Preview_Base::setConverters() overrides existing converters.
New method SeedDMS_Preview_Base::addConverters() merges new converters with old ones.
- SeedDMS_Preview_Base::setConverters() overrides existing converters.
- New method SeedDMS_Preview_Base::addConverters() merges new converters with old ones.
</notes>
</release>
<release>
@ -368,9 +368,9 @@ New method SeedDMS_Preview_Base::addConverters() merges new converters with old
</stability>
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
<notes>
add SeedDMS_Preview_Base::sendFile() as a replacement for readfile() which uses
mod_xsendfile if available
execWithTimeout() reads data from stderr and returns it together with stdout in array
- add SeedDMS_Preview_Base::sendFile() as a replacement for readfile() which uses
- mod_xsendfile if available
- execWithTimeout() reads data from stderr and returns it together with stdout in array
</notes>
</release>
<release>
@ -386,7 +386,7 @@ execWithTimeout() reads data from stderr and returns it together with stdout in
</stability>
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
<notes>
preview is also created if SeedDMS_Core_DocumentContent has a child class
- preview is also created if SeedDMS_Core_DocumentContent has a child class
</notes>
</release>
<release>
@ -402,8 +402,8 @@ preview is also created if SeedDMS_Core_DocumentContent has a child class
</stability>
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
<notes>
make sure list of converters is always an array
usage of mod_sendfile can be configured
- make sure list of converters is always an array
- usage of mod_sendfile can be configured
</notes>
</release>
<release>
@ -419,8 +419,8 @@ usage of mod_sendfile can be configured
</stability>
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
<notes>
new parameter for enabling/disabling xsendfile
fix creation of pdf preview if document content class is not SeedDMS_Core_DocumentContent
- new parameter for enabling/disabling xsendfile
- fix creation of pdf preview if document content class is not SeedDMS_Core_DocumentContent
</notes>
</release>
<release>
@ -436,7 +436,7 @@ fix creation of pdf preview if document content class is not SeedDMS_Core_Docume
</stability>
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
<notes>
add new methode getPreviewFile()
- add new methode getPreviewFile()
</notes>
</release>
<release>
@ -452,7 +452,7 @@ add new methode getPreviewFile()
</stability>
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
<notes>
add parameter $target to SeedDMS_Preview_pdfPreviewer::hasRawPreview() and SeedDMS_Preview_pdfPreviewer::getRawPreview()
- add parameter $target to SeedDMS_Preview_pdfPreviewer::hasRawPreview() and SeedDMS_Preview_pdfPreviewer::getRawPreview()
</notes>
</release>
<release>
@ -468,8 +468,8 @@ add parameter $target to SeedDMS_Preview_pdfPreviewer::hasRawPreview() and SeedD
</stability>
<license uri="http://opensource.org/licenses/gpl-license">GPL License</license>
<notes>
set header Content-Length
update package description
- set header Content-Length
- update package description
</notes>
</release>
<release>