mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +00:00
add new changelog files
This commit is contained in:
parent
284d0707cc
commit
a7fd69a6b9
94
SeedDMS_Lucene/CHANGELOG.md
Normal file
94
SeedDMS_Lucene/CHANGELOG.md
Normal file
|
@ -0,0 +1,94 @@
|
|||
1.1.18 (2023-01-09)
|
||||
---------------------
|
||||
- IndexedDocument() accepts a callable for conversion to text
|
||||
- SeedDMS_Lucene_Search::open and create return itself but Zend_Search_Lucene
|
||||
|
||||
1.1.17 (2021-05-10)
|
||||
---------------------
|
||||
- close pipes in execWithTimeout(), also return exit code of command
|
||||
|
||||
|
||||
1.1.16 (2020-12-12)
|
||||
---------------------
|
||||
- add indexing of folders
|
||||
|
||||
1.1.15 (2020-09-10)
|
||||
---------------------
|
||||
- add searching for document status
|
||||
- better error handling if opening index fails
|
||||
- parameters for SeedDMS_Lucene_Search::search() has changed
|
||||
- SeedDMS_Lucene_Search::search() returns array of hits, count and facets
|
||||
- pass config array instead of index directory to SeedDMS_Lucene_Indexer::create()
|
||||
and SeedDMS_Lucene_Indexer::open()
|
||||
|
||||
1.1.14 (2020-09-02)
|
||||
---------------------
|
||||
- Index users with at least read access on the document
|
||||
|
||||
1.1.13 (2018-04-11)
|
||||
---------------------
|
||||
- IndexedDocument() remembers cmd and mimetype
|
||||
|
||||
1.1.12 (2018-01-30)
|
||||
---------------------
|
||||
- execWithTimeout() reads data from stderr and saves it into error msg
|
||||
|
||||
1.1.11 (2017-12-04)
|
||||
---------------------
|
||||
- allow conversion commands for mimetypes with wildcards
|
||||
|
||||
1.1.10 (2017-03-01)
|
||||
---------------------
|
||||
- catch exception in execWithTimeout()
|
||||
|
||||
1.1.9 (2016-04-28)
|
||||
---------------------
|
||||
- pass variables to stream_select() to fullfill strict standards.
|
||||
- make all functions in Indexer.php static
|
||||
|
||||
1.1.8 (2016-03-29)
|
||||
---------------------
|
||||
- set last parameter of stream_select() to 200000 micro sec. in case the timeout in sec. is set to 0
|
||||
|
||||
1.1.7 (2016-02-01)
|
||||
---------------------
|
||||
- add command for indexing postѕcript files
|
||||
|
||||
1.1.6 (2015-08-05)
|
||||
---------------------
|
||||
- run external commands with a timeout
|
||||
|
||||
1.1.5 (2014-07-30)
|
||||
---------------------
|
||||
- field for original filename is treated as utf-8
|
||||
- declare SeeDMS_Lucene_Indexer::open() static
|
||||
|
||||
1.1.4 (2013-08-13)
|
||||
---------------------
|
||||
- class SeedDMS_Lucene_Search::search returns false if query is invalid instead of an empty result record
|
||||
|
||||
1.1.3 (2013-06-27)
|
||||
---------------------
|
||||
- explicitly set encoding to utf-8 when adding fields
|
||||
- do not check if deleting document from index fails, update it in any case
|
||||
|
||||
1.1.2 (2013-06-17)
|
||||
---------------------
|
||||
- parse query term and catch errors before using it
|
||||
|
||||
1.1.1 (2012-12-03)
|
||||
---------------------
|
||||
- catch exception if index is opened but not available
|
||||
|
||||
1.1.0 (2012-11-06)
|
||||
---------------------
|
||||
- use a configurable list of mime type converters, fixed indexing and searching
|
||||
of special chars like german umlaute.
|
||||
|
||||
1.0.1 (2011-11-06)
|
||||
---------------------
|
||||
- New Release
|
||||
|
||||
0.0.1 (2009-04-27)
|
||||
---------------------
|
||||
|
128
SeedDMS_Preview/CHANGELOG.md
Normal file
128
SeedDMS_Preview/CHANGELOG.md
Normal file
|
@ -0,0 +1,128 @@
|
|||
1.5.0 (2023-01-09)
|
||||
---------------------
|
||||
- add previewer which creates txt
|
||||
|
||||
1.4.0 (2021-10-16)
|
||||
---------------------
|
||||
- use new conversion service if available
|
||||
- createRawPreview() checks early if a converter exists
|
||||
|
||||
|
||||
1.3.3 (2020-12-23)
|
||||
---------------------
|
||||
- close pipes in execWithTimeout(), also return exit code of command
|
||||
- createPreview() has optional parameter by referenz to return true if a
|
||||
preview image was actually created
|
||||
|
||||
1.3.2 (2020-12-23)
|
||||
---------------------
|
||||
- set header Content-Length
|
||||
- update package description
|
||||
|
||||
1.3.1 (2020-03-21)
|
||||
---------------------
|
||||
- add parameter $target to SeedDMS_Preview_pdfPreviewer::hasRawPreview() and SeedDMS_Preview_pdfPreviewer::getRawPreview()
|
||||
|
||||
1.3.0 (2020-02-17)
|
||||
---------------------
|
||||
- add new methode getPreviewFile()
|
||||
|
||||
1.2.10 (2019-02-11)
|
||||
---------------------
|
||||
- new parameter for enabling/disabling xsendfile
|
||||
- fix creation of pdf preview if document content class is not SeedDMS_Core_DocumentContent
|
||||
|
||||
1.2.9 (2018-07-13)
|
||||
---------------------
|
||||
- make sure list of converters is always an array
|
||||
- usage of mod_sendfile can be configured
|
||||
|
||||
1.2.8 (2018-03-08)
|
||||
---------------------
|
||||
- preview is also created if SeedDMS_Core_DocumentContent has a child class
|
||||
|
||||
1.2.7 (2018-01-18)
|
||||
---------------------
|
||||
- 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
|
||||
|
||||
1.2.6 (2017-12-04)
|
||||
---------------------
|
||||
- SeedDMS_Preview_Base::setConverters() overrides existing converters.
|
||||
- New method SeedDMS_Preview_Base::addConverters() merges new converters with old ones.
|
||||
|
||||
1.2.5 (2017-10-11)
|
||||
---------------------
|
||||
- SeedDMS_Preview_Base::hasConverter() returns only try if command is set
|
||||
|
||||
1.2.4 (2017-10-11)
|
||||
---------------------
|
||||
- fix typo in converter for tar.gz files
|
||||
|
||||
1.2.3 (2017-09-18)
|
||||
---------------------
|
||||
- createPreview() returns false if running the converter command fails
|
||||
|
||||
1.2.2 (2017-03-02)
|
||||
---------------------
|
||||
- commands can be set for mimetypes 'xxxx/*' and '*'
|
||||
- pass mimetype as parameter '%m' to converter
|
||||
|
||||
1.2.1 (2016-11-15)
|
||||
---------------------
|
||||
- setConverters() overrides exiting converters
|
||||
|
||||
1.2.0 (2016-11-07)
|
||||
---------------------
|
||||
- add new previewer which converts document to pdf instead of png
|
||||
|
||||
1.1.9 (2016-04-26)
|
||||
---------------------
|
||||
- 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()
|
||||
|
||||
1.1.8 (2016-04-05)
|
||||
---------------------
|
||||
- pass variables to stream_select (required by php7)
|
||||
|
||||
1.1.7 (2016-03-29)
|
||||
---------------------
|
||||
- set last parameter of stream_select() to 200000 micro sec. in case the timeout in sec. is set to 0
|
||||
|
||||
1.1.6 (2016-03-08)
|
||||
---------------------
|
||||
- check if object passed to createPreview(), hasPreview() is not null
|
||||
|
||||
1.1.5 (2016-02-11)
|
||||
---------------------
|
||||
- add method getFilesize()
|
||||
- timeout for external commands can be passed to contructor of SeedDMS_Preview_Previewer
|
||||
|
||||
1.1.4 (2015-08-08)
|
||||
---------------------
|
||||
- command for creating the preview will be called with a given timeout
|
||||
|
||||
1.1.3 (2015-02-13)
|
||||
---------------------
|
||||
- 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.
|
||||
|
||||
1.1.2 (2014-04-10)
|
||||
---------------------
|
||||
- create fixed width image with proportional height
|
||||
|
||||
1.1.1 (2014-03-18)
|
||||
---------------------
|
||||
- add converters for .tar.gz, .ps, .txt
|
||||
|
||||
1.1.0 (2013-04-29)
|
||||
---------------------
|
||||
- preview image can also be created from a document file (SeedDMS_Core_DocumentFile)
|
||||
|
||||
1.0.0 (2012-11-20)
|
||||
---------------------
|
||||
- initial version
|
||||
|
89
SeedDMS_SQLiteFTS/CHANGELOG.md
Normal file
89
SeedDMS_SQLiteFTS/CHANGELOG.md
Normal file
|
@ -0,0 +1,89 @@
|
|||
1.0.18 (2023-01-09)
|
||||
---------------------
|
||||
- add optional parameter $order to SeedDMS_SQLiteFTS_Indexer::find()
|
||||
- add optional parameters $query and $col to SeedDMS_SQLiteFTS_Indexer::terms()
|
||||
- IndexedDocument() accepts a callable for conversion to text
|
||||
- remove stop words from content
|
||||
|
||||
1.0.17 (2022-03-04)
|
||||
---------------------
|
||||
- throw exeption in find() instead of returning false
|
||||
- fix query if rootFolder or startFolder is set
|
||||
|
||||
|
||||
1.0.16 (2021-05-10)
|
||||
---------------------
|
||||
- close pipes in execWithTimeout(), also return exit code of command
|
||||
- add support for fts5 (make it the default)
|
||||
- add class SeedDMS_SQLiteFTS_Field
|
||||
|
||||
1.0.15 (2020-12-12)
|
||||
---------------------
|
||||
- add indexing folders
|
||||
|
||||
1.0.14 (2020-09-11)
|
||||
---------------------
|
||||
- add searching for document status
|
||||
- search even if query is empty (will find all documents)
|
||||
- parameters for SeedDMS_SQLiteFTS_Search::search() has changed
|
||||
- SeedDMS_Lucene_Search::search() returns array of hits, count and facets
|
||||
- pass config array instead of index directory to SeedDMS_Lucene_Indexer::create()
|
||||
and SeedDMS_Lucene_Indexer::open()
|
||||
|
||||
1.0.13 (2020-09-02)
|
||||
---------------------
|
||||
- add user to list of terms
|
||||
|
||||
1.0.12 (2020-09-02)
|
||||
---------------------
|
||||
- Index users with at least read access on a document
|
||||
|
||||
1.0.11 (2019-11-28)
|
||||
---------------------
|
||||
- Set 'created' in index to creation date of indexed content (was set to current
|
||||
timestamp)
|
||||
|
||||
1.0.10 (2018-04-11)
|
||||
---------------------
|
||||
- IndexedDocument() remembers cmd and mimetype
|
||||
|
||||
1.0.9 (2018-01-30)
|
||||
---------------------
|
||||
- execWithTimeout() reads data from stderr and saves it into error msg
|
||||
|
||||
1.0.8 (2017-12-04)
|
||||
---------------------
|
||||
- allow conversion commands for mimetypes with wildcards
|
||||
|
||||
1.0.7 (2017-03-01)
|
||||
---------------------
|
||||
- catch exception in execWithTimeout()
|
||||
|
||||
1.0.6 (2016-03-29)
|
||||
---------------------
|
||||
- fix calculation of timeout (see bug #269)
|
||||
|
||||
1.0.5 (2016-03-29)
|
||||
---------------------
|
||||
- set last parameter of stream_select() to 200000 micro sec. in case the timeout in sec. is set to 0
|
||||
|
||||
1.0.4 (2016-03-15)
|
||||
---------------------
|
||||
- make it work with sqlite3 < 3.8.0
|
||||
|
||||
1.0.3 (2016-02-01)
|
||||
---------------------
|
||||
- add command for indexing postѕcript files
|
||||
|
||||
1.0.2 (2016-01-10)
|
||||
---------------------
|
||||
- check if index exists before removing it when creating a new one
|
||||
|
||||
1.0.1 (2015-11-16)
|
||||
---------------------
|
||||
- add __get() to SQLiteFTS_Document because class.IndexInfo.php access class variable title which doesn't exists
|
||||
|
||||
1.0.0 (2015-08-10)
|
||||
---------------------
|
||||
- initial release
|
||||
|
Loading…
Reference in New Issue
Block a user