Merge branch 'seeddms-5.1.x' into seeddms-6.0.x

This commit is contained in:
Uwe Steinmann 2017-07-19 17:24:33 +02:00
commit 6ee9288cb0
7 changed files with 11 additions and 6 deletions

View File

@ -32,6 +32,11 @@
- add document list which can be exported as an archive
- search results can be exported
--------------------------------------------------------------------------------
Changes in version 5.1.3
--------------------------------------------------------------------------------
- merged changes from 5.0.13
--------------------------------------------------------------------------------
Changes in version 5.1.2
--------------------------------------------------------------------------------
@ -57,6 +62,11 @@
- added support for postgresql
- document attachments can linked to a version and be public or hidden
--------------------------------------------------------------------------------
Changes in version 5.0.13
--------------------------------------------------------------------------------
- merged changes from 4.3.36
--------------------------------------------------------------------------------
Changes in version 5.0.12
--------------------------------------------------------------------------------
@ -154,6 +164,7 @@
Changes in version 4.3.36
--------------------------------------------------------------------------------
- fix sql statement for creating temp. tables (sqlite)
- remove empty lines at end of view/bootstrap/class.*.php files (Closes #329)
--------------------------------------------------------------------------------
Changes in version 4.3.35

View File

@ -52,4 +52,3 @@ class SeedDMS_View_CreateIndex extends SeedDMS_Bootstrap_Style {
} /* }}} */
}
?>

View File

@ -128,4 +128,3 @@ class SeedDMS_View_SearchFulltext extends SeedDMS_Bootstrap_Style {
} /* }}} */
}
?>

View File

@ -104,4 +104,3 @@ class SeedDMS_View_SubstituteUser extends SeedDMS_Bootstrap_Style {
} /* }}} */
}
?>

View File

@ -204,4 +204,3 @@ $(document).ready( function() {
} /* }}} */
}
?>

View File

@ -215,4 +215,3 @@ $(document).ready(function() {
} /* }}} */
}
?>

View File

@ -174,4 +174,3 @@ class SeedDMS_View_WorkflowSummary extends SeedDMS_Bootstrap_Style {
} /* }}} */
}
?>