Releases: OliveCMS/UDMS
Releases · OliveCMS/UDMS
Release v3.0.0
Release v2.1.1
fix not set default
release 2.1.0
- add limit for find method
- fix mysql rel problem
- fix mysql insert and update string poblem
- update doc
- move colorconsole to dev
release 2.0.0
UDSM now have D2T (Database 2 Table) mode! this option is a solution for when Addon can not auto create database! with this mode, app can create auto database.
Core changes:
- Core class
- review and rewrite all UDMS namespace classes
- rename AppDataModel to AppModel
- add
getAppModel
,getAppModelData
,setAppModelData
,resetAppModel
,setD2TMod
,desD2TMode
,getD2T
andsetD2T
methods - rewrite
listDatabases
,existsDatabase
,createDatabase
,renameDatabase
anddropDatabase
for match with D2TMode - rewrite
setAppModel
andrender
method - review and rewrite optimize for
AppModel
,AppModelData
,DatabaseModel
andDatabaseModelData
methods - fix dropDatabase $keep bug
- fix type (core class -> Core class)
- fix valid name check bug
- add errors code for Exception method
- update Documentation and Readme page
- add D2TMode Documentation
- add Errors Documentation
- Common class
- move path,
DatabaseModel
,DatabaseModelData
andaddLog
methods to Core class - add
getCore
to reserved name
- move path,
- Database class:
- add
getName
method - rewrite
listTable
,createTable
,existsTable
,dropTable
,renameTable
andcleanTable
for match with D2TMode
- add
- Table class:
- rewrite some line for match with D2TMode
- add columns list to DatabaseModelData
- set default value column type and lenght when null
Addons changes:
- Json
- review and rewrite optimize for db and dbc functions
- rewrite point core methods
- MongoDB
- fix listTable function problem
- review and rewrite optimize for db and dbc functions
- rewrite point core methods
- MySQL
- fix get relation column type and lenght
- fix set null column type and lenght
- rewrite point core methods
Test case changes:
- rewrite with ColorConsole
- fix rmDir use with new Olive\Tools
- add
D2TMode
case - add addon cases and full test time
release 1.0.0
ready...