- Add functions to handle permissions 2017-11-16
- Add function to set session variable and redirect
- Implement login check before executing actions 2017-10-27
- Modify
getStatusHtml
to allowtag
andbaseClass
params
Add function to format number to international format 2017-09-22
Allow for postData
to be overridden from the calling function
- Rename flash messages JavaScript variable in BaseController 2017-09-18
- Remove
beforeAction
and createloginRequiredBeforeAction
in BaseController 2017-07-06 - Add
redirectUrl
toreturnError
andreturnSuccess
methods in BaseController 2017-07-06 - Fix redirect issue on render widget as ajax
- Allow redirect to URL if request is not ajax in
CottaCush\Yii2\Controller:renderWidgetAsAjax
- Fix issue with getActive and findActive in BaseModel
- Fix issue with filterParams method in TerraHttpClient to allow object and arrays 2017-06-14
- Add Update Action 2017-06-14
- Add Save Action 2017-06-14
- Add data paginator active provider 2017-06-14
- Add DeleteAction 2017-06-13
- Add more utility methods to BaseController 2017-06-12
- Add is POST method check to BaseController 2017-06-09
- Add base console controller 2017-06-08
- Add base controller, model and text utils 2017-06-05
- Support PHP version 7 2017-05-24
- Added
getAccessToken()
2017-05-05
- Upgraded the lislin cURL dependencies 2017-05-05
- Fetch Access Token with Client Credentials Grant Type 2017-03-27
- Add JSendResponse for handling JSend formatted API responses 2016-10-12
- Add Oauth2Client for getting Oauth2 tokens 2016-09-19
- Add Date Utils for date formatting and processing 2016-09-16
- Bug Fix: Sending post request with json body and oauth is enabled throws "Illegal string offset 'access_token'" 2016-07-21
- Add HttpClient 2016-07-20