-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
95 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
hiqdev/yii2-hiart commits history | ||
--------------------------------- | ||
|
||
## Under development | ||
|
||
- Added basics | ||
- e534bea 2015-08-25 Added Connection (d.naumenko.a@gmail.com) | ||
- 93c054e 2015-08-25 Added ErrorResponseException, HiResException~>HiArtException, added global checking of error responses, other minor (d.naumenko.a@gmail.com) | ||
- 161858f 2015-08-25 Fix warnings (andreyklochok@gmail.com) | ||
- 3d87c1a 2015-08-19 Fixed QueryBuiled in condition - force type casting to array (d.naumenko.a@gmail.com) | ||
- ae4b098 2015-08-06 * Collection: + count and populate from selection (sol@hiqdev.com) | ||
- 104c0fb 2015-08-02 Collection::set now can accept single item (d.naumenko.a@gmail.com) | ||
- e054b8c 2015-07-30 + Collection::getIds (sol@hiqdev.com) | ||
- 84ba01e 2015-07-30 Throw exception when update find an error (andreyklochok@gmail.com) | ||
- eb75e05 2015-07-29 crutch for strange php compiler error (sol@hiqdev.com) | ||
- 68ea22c 2015-07-17 In collection - try to add delete mothod with after and before events. In Command fix hard-core Serach (andreyklochok@gmail.com) | ||
- ba36245 2015-06-24 Bulk operations (andreyklochok@gmail.com) | ||
- 2cba726 2015-06-11 getScenarioCommand - enh of work with arrays (d.naumenko.a@gmail.com) | ||
- fd386c9 2015-06-10 Fixed validate() - fail if one of models failed to validate (d.naumenko.a@gmail.com) | ||
- 3cfe245 2015-06-03 Fix findOne method (andreyklochok@gmail.com) | ||
- a9eb1cd 2015-05-28 Collection triggers events of each model to saved (d.naumenko.a@gmail.com) | ||
- cec1ad7 2015-05-24 renamed hiart <- hiar in files (sol@hiqdev.com) | ||
- 9f25b4a 2015-05-24 RENAMED to hiart (sol@hiqdev.com) | ||
- 672c3ca 2015-05-22 Fixed inCond (d.naumenko.a@gmail.com) | ||
- 7ffd179 2015-05-19 Collection added EVENT_BEFORE/AFTER_LOAD (d.naumenko.a@gmail.com) | ||
- d3db42c 2015-05-15 Collection will not save, if empty (d.naumenko.a@gmail.com) | ||
- ff7903c 2015-05-12 PHPdoc enhancements (d.naumenko.a@gmail.com) | ||
- ee60010 2015-05-12 PHPdoc updated (d.naumenko.a@gmail.com) | ||
- 23c808d 2015-05-08 Collection unsed variabled deleted (d.naumenko.a@gmail.com) | ||
- 1a909ad 2015-04-24 Merge confilct resolve (andreyklochok@gmail.com) | ||
- 39fe2be 2015-04-24 Display API URL in debug panel (andreyklochok@gmail.com) | ||
- 0eec13c 2015-04-24 Display API URL in debug panel (andreyklochok@gmail.com) | ||
- 63a1673 2015-04-23 Collection - now recognises 3 different types of POST request data structure (d.naumenko.a@gmail.com) | ||
- 9748652 2015-04-22 DebugPanel name fix (andreyklochok@gmail.com) | ||
- 2c7aac4 2015-04-21 Change Re namespace (andreyklochok@gmail.com) | ||
- a012d32 2015-04-20 * ActiveRecord - added PrimaryValue conception * Collection - added methods hasErrors, isEmpty (d.naumenko.a@gmail.com) | ||
- 9fcb34e 2015-04-17 Restore Re class (andreyklochok@gmail.com) | ||
- 04e2366 2015-04-17 Remove use Re (andreyklochok@gmail.com) | ||
- 92d2b45 2015-04-17 fixed namespace to hiqdev\hiar (sol@hiqdev.com) | ||
- c6d7f10 2015-04-17 First commit (andreyklochok@gmail.com) | ||
|
||
## Development started 2015-04-17 | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
package: | ||
name: yii2-hiart | ||
namespace: hiqdev\hiart | ||
label: HiArt | ||
title: Tools to use API as ActiveRecord for Yii2 | ||
type: yii2-extension | ||
keywords: api, ActiveRecord, extension, yii2 | ||
description: Grid DetailView: use grid/Columns for DetailView and more later | ||
year: 2015 | ||
|
||
require: | ||
hiqdev/hidev-config: "*" | ||
hiqdev/hidev-config-php: "*" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
hiqdev/yii2-hiart changelog | ||
--------------------------- | ||
|
||
### 0.1.0 under development | ||
## Under development | ||
|
||
- inited | ||
- Added basics | ||
|
||
## Development started 2015-04-17 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,31 @@ | ||
Tools to use API as ActiveRecord for Yii2 | ||
----------------------------------------- | ||
|
||
Use your API as ActiveRecord | ||
Grid DetailView: use grid/Columns for DetailView and more later | ||
|
||
For more info see wiki: | ||
https://github.com/hiqdev/yii2-hiart/wiki | ||
[![Latest Stable Version](https://poser.pugx.org/hiqdev/yii2-hiart/v/stable.png)](https://packagist.org/packages/hiqdev/yii2-hiart) | ||
[![Total Downloads](https://poser.pugx.org/hiqdev/yii2-hiart/downloads.png)](https://packagist.org/packages/hiqdev/yii2-hiart) | ||
|
||
## Installation | ||
|
||
The preferred way to install this yii2-extension is through [composer](http://getcomposer.org/download/). | ||
|
||
Either run | ||
|
||
``` | ||
php composer.phar require "hiqdev/yii2-hiart" | ||
``` | ||
|
||
or add | ||
|
||
```json | ||
"hiqdev/yii2-hiart": "*" | ||
``` | ||
|
||
to the require section of your composer.json. | ||
|
||
## Licence | ||
|
||
[BSD-3-Clause](http://choosealicense.com/licenses/bsd-3-clause) | ||
|
||
Copyright © 2015, HiQDev (https://hiqdev.com/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters