MATA CMS Base application is the core of MATA CMS built on top of MATA Framework.
- Add the application using composer:
"matacms/matacms-base": "~1.0.0"
- Updated matacms\widgets\ActiveField: dateTime field accepts 'minDate' option (if set to false, there is no minDate for date time picker)
- Updated matacms\widgets\ActiveField
- Disabled pjax on module index list view items links
- Updated matacms\controllers\base\AuthenticatedController
- Updated matacms\controllers\base\AuthenticatedController
- Updated matacms\web\Application and matacms\console\Application: merging extensions defined in config file with /vendor/yiisoft/extensions.php
- Removed matacms\environment\behaviors\EnvironmentBehavior from matacms\db\ActiveRecord
- Bug fix
- Added DateHelper for setting datetimes into user local time
- Added magic getter for setting user local time and setter for setting local time to UTC
- Updated composer.json for matacms/matacms-simple-theme version
- Added trigger of ActiveQuery::EVENT_BEFORE_PREPARE_STATEMENT_FOR_SEARCH in actionIndex (matacms\controllers\module\Controller) (event consumed by matacms-language module)
- Bug fix for \matacms\console\Application
- Changed usage of deprecated Vimeo API to oEmbed
- Updated multi lingual rearranging
- Added support for multi lingual rearranging
- Updated selector for history behavior
- Added language selector modal for module list view page (enabled only if model has LanguageBehavior)
- Added support to overwrite views rendered via renderAjax
- Updated multiselect field type in ActiveField
- Added \matacms\console\Application with option to disable specific modules from bootstrapping
- Removed non-essential modules (matacms-content-block, matacms-post, matacms-carousel, matacms-person)
- Removed XML declarations
- Updated module acccess control
- Added error page
- Added module acccess control
- Added support for multiple selection in dropDownList
- Added support for multiple notifications with same key
- Small updates
- Composer.json updates
- Composer.json updates
- Composer.json updates
- Added dependency on matacms/matacms-user
- Added customized ActiveField hint with tooltip
- Bugfix for NotificationFilter
- Security fixes -- matacms\controllers\module\Controller was overwritting behaviors
- Added dependency on mata/mata-framework : ~1.1.0-alpha
- Bug fixes
- Moved a lot of logic from [[matacms\db\ActiveQuery]] to [[mata\db\ActiveQuery]]
- Updated query for visual representation
- EVENT_BEFORE_PREPARE_STATEMENT is fired only once (Bug fix)
- matacms\controllers\module\Controller::EVENT_MODEL_DELETED now fires after delete() on a model
- NotificationFilter handled errors when removing entities
- Updated Rearrangeable view with environment statuses
- Added EVENT_BEFORE_PREPARE_STATEMENT, allowing condition injection
- ActiveQuery extends \mata\db\ActiveQuery
- Added dependency on mata/mata-framework : ~1.0.3-alpha which introduced \mata\db\ActiveQuery
- Updated Rearrangeable view with environment status.
- Updated View.php
- Added JS trigger for 'mediaChanged' event for FineUploader on upload complete.
- Updated pointer to mata-tag module.
- Updated pointer to mata-rbac module.
- Moved CalendarInterface from /base into /interfaces
- Initial release.