YCM - Yii Content Management module
See examples for all the options.
- Yii 1.1.10 or above (Requires jQuery 1.7.1)
- Download yii-ycm or clone the files to
protected/modules/ycm
- Edit Yii main configuration file
protected/config/main.php
. Enable module, set username, password and models you want to manage.
'modules'=>array(
...
'ycm'=>array(
'username'=>'YOUR USERNAME',
'password'=>'YOUR PASSWORD',
'registerModels'=>array(
//'application.models.Blog', // one model
'application.models.*', // all models in folder
),
'uploadCreate'=>true, // create upload folder automatically
'redactorUpload'=>true, // enable Redactor image upload
),
...
),
- Clear assets folder.
- Fix: override options in all form widgets.
- Add support for taggable behavior.
- Add Chinese translation.
- Update Finnish translation.
- Improve Google Analytics statistics page.
- Update libraries.
- Update Composer support.
- Google Analytics statistics page.
- Update yii-chosen to version v1.4.0
- Update Redactor to 8.2.6
- Composer support.
- Fix: Better url & path handling.
- Code cleanup.
- Update Finnish translation.
- Update yii-chosen to version v1.1.0
- Add first and last to pager.
- Fix: allow auto login.
- Bootstrap typehead support.
- Localization support and Finnish translation.
- Fix: loadModel doesn't require PHP 5.3+ anymore.
- Initial version.
yii-ycm is free and unencumbered public domain software.