mata / mata-framework
MATA Framework
Installs: 3 005
Dependents: 4
Suggesters: 0
Security: 0
Stars: 0
Watchers: 5
Forks: 0
Open Issues: 2
Language:JavaScript
Type:yii2-extension
Requires
- php: >=5.4.0
- bower-asset/moment: 2.*
- kartik-v/yii2-sortable: *
- yiisoft/yii2: *
- dev-development
- 1.1.4.2-alpha
- 1.1.4.1-alpha
- 1.1.4.0-alpha
- 1.1.3.9-alpha
- 1.1.3.8-alpha
- 1.1.3.7-alpha
- 1.1.3.6-alpha
- 1.1.3.5-alpha
- 1.1.3.4-alpha
- 1.1.3.3-alpha
- 1.1.3.2-alpha
- 1.1.3.1-alpha
- 1.1.3-alpha
- 1.1.2-alpha
- 1.1.1-alpha
- 1.1.0-alpha
- 1.0.9-alpha
- 1.0.8-alpha
- 1.0.7-alpha
- 1.0.6-alpha
- 1.0.5-alpha
- 1.0.4-alpha
- 1.0.3.1-alpha
- 1.0.3-alpha
- 1.0.2-alpha
- 1.0.1-alpha
- 1.0.0-alpha
- dev-master
This package is not auto-updated.
Last update: 2024-11-20 16:01:14 UTC
README
======= MATA Framework
The basic foundation block for all MATA Applications. This is where it all begins.
Installation
- Add the module using composer:
"mata/mata-framework": "~1.0.0"
- An even better way is to check out a whole MATA application to start building your solution:
composer create-project --prefer-source mata/mata-application=~1.0.0 NEW_PROJECT_NAME
Changelog
1.1.4.2-alpha, October 27, 2016
- Changed FineUploader widget to display thumbnails only for image type media
1.1.4.1-alpha, September 14, 2016
- Updated html.sortable.js to latest version
1.1.4.0-alpha, September 8, 2016
- Updated mata\behaviors\ItemOrderableBehavior: added afterFind() event
1.1.3.9-alpha, September 8, 2016
- Updated mata\behaviors\ItemOrderableBehavior
1.1.3.8-alpha, August 25, 2016
- Updates for FineUploader widget
1.1.3.7-alpha, May 2, 2016
- Updates for mata\widgets\sortable\Sortable
- Updates for mata-sortable.js
1.1.3.6-alpha, April 28, 2016
- Updates for mata\widgets\sortable\Sortable
1.1.3.5-alpha, April 27, 2016
- Added EVENT_BEFORE_PREPARE_STATEMENT_FOR_SEARCH in mata\db\ActiveQuery
1.1.3.4-alpha, February 3, 2016
- Added optional conditions with parameters for next(), previous(), first() and last() methods in mata\behaviors\ItemOrderableBehavior
1.1.3.3-alpha, October 9, 2015
- Added initialWhere property to mata\db\ActiveQuery
1.1.3.2-alpha, October 8, 2015
- Added customized SluggableBehavior and Inflector
1.1.3.1-alpha, August 25, 2015
- Bugfix sortable widget
1.1.3-alpha, August 21, 2015
- Bugfix for ComposerHelper
1.1.2-alpha, July 20, 2015
- Fix for ItemOrderableBehavior, GoogleAnalyticsHelper, FileSystemHelper, CommandLineHelper added
1.1.1-alpha, June 15, 2015
- Made ordering chainable
1.1.0-alpha, June 9, 2015
- Ordering refactored with more flexible grouping
1.0.9-alpha, June 6, 2015
- Prevented saving models when ordering in [[RearrangeAction]]
1.0.8-alpha, June 2, 2015
- ItemOrderBehavior updated next() and previous() methods
1.0.7-alpha, May 28, 2015
- Added [[forceIncrement]] to [[IncrementalBehavior]]
- Ensured [[EVENT_BEFORE_PREPARE_STATEMENT]] fires only once per model
- New way of handling Media, allowing versioning and deletions
- Updated [[StrongLinkBehavior]] to accept closures in [[StrongLinkBehavior::links]]
1.0.6-alpha, May 26, 2015
- Modified error message markups and added strong tags
1.0.5-alpha, May 26, 2015
- Added [[StrongLinkBehavior]]
1.0.4-alpha, May 26, 2015
- Added [[ItemOrderBehavior]]
1.0.3.1-alpha, May 25, 2015
- Fixing bugs introduced in 1.0.3-alpha
1.0.3-alpha, May 25, 2015
- Added [[ActiveQuery]] with [[cachedOne]] method
- Removed unused files
1.0.2-alpha, May 22, 2015
- FineUploader view updated.
1.0.1-alpha, May 19, 2015
- Added JS trigger for 'mediaChanged' event for FineUploader after file delete.
1.0.0-alpha, May 18, 2015
- Initial release.