SeedDMS_Corepear.php.netDocument management systemSeedDMS is a web based document management system (DMS). This is
the core of it, providing the basic functionality to create/update and delete
folders and documents. It also contains a user and group managmentUwe Steinmannsteinmuwe@steinmann.cxyes2013-02-144.0.0pre54.0.0betastableGPL License
- changed name from letodms to seeddms
- fixed SeedDMS_Database::TableList()
4.3.01.5.43.0.03.0.0stablestable2010-04-27GPL License
Initial release
3.2.03.2.0stablestable2011-07-23GPL License
New release
2012-02-083.3.03.3.0betastableGPL License
- added methods to find and repair errors in document and folder records
- removed sendmail parameter from some methods in LetoDMS_Core_Document
- do not use some of the temporay tables anymore
- SetFetchMode(ADODB_FETCH_ASSOC) in LetoDMS_Core_DatabaseAccess::connect()
2012-03-213.3.13.3.1betastableGPL License
- new release
2012-03-223.3.23.3.2betastableGPL License
- fixed bug in LetoDMS_Core_Document::getDir()
2012-03-283.3.33.3.3betastableGPL License
- fixed bug in LetoDMS_Core_Document::getPath()
2012-04-113.3.43.3.4betastableGPL License
- fixed bug in LetoDMS_Core_DocumentFile::getPath()
2012-04-303.3.53.3.5betastableGPL License
- minor corrections
2012-07-163.3.63.3.6betastableGPL License
- no changes, just keep same version as letodms application
2012-08-253.3.73.3.7betastableGPL License
- no changes, just keep same version as letodms application
2012-09-163.3.83.3.8betastableGPL License
- more sql injection protection in LetoDMS_Core_User
2012-09-193.3.93.3.9betastableGPL License
- version update to be in sync with letodms application
2012-12-133.4.03.4.0betastableGPL License
- added PDO database driver, several sql changes for better compatiblity
- fixed bug when adding a new document category
- make sure the database remains consistent even in case of errors
2013-01-244.0.0pre14.0.0betastableGPL License
- added database transactions
- new workflow
- replaced old var declaration
2013-02-064.0.0pre24.0.0betastableGPL License
- lots of bug fixes
- replaced more of old var declaration
- more code documentation
2013-02-084.0.0pre34.0.0betastableGPL License
- minor bug fixes
2013-02-114.0.0pre44.0.0betastableGPL License
- calculate checksum for document versions
- some bug fixes
- some more documentation
- added new methods SeedDMS_Core_Document::getReadUserList() and
SeedDMS_Core_Folder::getReadUserList() which replaces getApproversList()
- fixed sql statement in getReadUserList() for sqlite3