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,getD2TandsetD2Tmethods - rewrite
listDatabases,existsDatabase,createDatabase,renameDatabaseanddropDatabasefor match with D2TMode - rewrite
setAppModelandrendermethod - review and rewrite optimize for
AppModel,AppModelData,DatabaseModelandDatabaseModelDatamethods - 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,DatabaseModelDataandaddLogmethods to Core class - add
getCoreto reserved name
- move path,
- Database class:
- add
getNamemethod - rewrite
listTable,createTable,existsTable,dropTable,renameTableandcleanTablefor 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
D2TModecase - add addon cases and full test time
release 1.0.0
ready...