mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +00:00
Merge branch 'seeddms-5.0.x' into seeddms-5.1.x
This commit is contained in:
commit
80a514645c
|
@ -23,6 +23,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
|
||||
--------------------------------------------------------------------------------
|
||||
|
@ -120,6 +125,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
|
||||
|
|
|
@ -52,4 +52,3 @@ class SeedDMS_View_CreateIndex extends SeedDMS_Bootstrap_Style {
|
|||
} /* }}} */
|
||||
}
|
||||
?>
|
||||
|
||||
|
|
|
@ -128,4 +128,3 @@ class SeedDMS_View_SearchFulltext extends SeedDMS_Bootstrap_Style {
|
|||
} /* }}} */
|
||||
}
|
||||
?>
|
||||
|
||||
|
|
|
@ -101,4 +101,3 @@ class SeedDMS_View_SubstituteUser extends SeedDMS_Bootstrap_Style {
|
|||
} /* }}} */
|
||||
}
|
||||
?>
|
||||
|
||||
|
|
|
@ -204,4 +204,3 @@ $(document).ready( function() {
|
|||
} /* }}} */
|
||||
}
|
||||
?>
|
||||
|
||||
|
|
|
@ -215,4 +215,3 @@ $(document).ready(function() {
|
|||
} /* }}} */
|
||||
}
|
||||
?>
|
||||
|
||||
|
|
|
@ -172,4 +172,3 @@ class SeedDMS_View_WorkflowSummary extends SeedDMS_Bootstrap_Style {
|
|||
} /* }}} */
|
||||
}
|
||||
?>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user