1
0
Fork 0
mirror of https://github.com/Oreolek/yii2-nested-sets.git synced 2024-07-01 05:55:00 +03:00
Commit graph

97 commits

Author SHA1 Message Date
Alexander Kochetov 19ef058011 Added composer.lock as part of repository 2015-01-02 20:22:10 +03:00
Alexander Kochetov 73422b2d53 Updated .gitignore 2015-01-02 20:21:37 +03:00
Alexander Kochetov 8ec90ffb16 Unit tests extended with new future cases 2015-01-02 14:02:21 +03:00
Alexander Kochetov c6829c2135 Unit tests extended with new future cases 2015-01-02 13:32:21 +03:00
Alexander Kochetov 59279414cc New data sets added to unit tests 2015-01-02 13:20:59 +03:00
Alexander Kochetov e9674c8757 New data sets added to unit tests 2015-01-02 13:10:50 +03:00
Alexander Kochetov c36afd88d8 Unit tests base extended and new case placeholders added 2015-01-02 13:00:58 +03:00
Alexander Kochetov 673a2c734e Unit tests base extended and new case added 2015-01-02 11:49:35 +03:00
Alexander Kochetov 4d38749a81 Unit tests base extended 2015-01-02 10:58:00 +03:00
Alexander Kochetov 994cf21f6c Updated README.md 2015-01-02 10:52:27 +03:00
Alexander Kochetov 5963fa37f0 NestedSetBehavior::beforeInsert refactored 2015-01-02 07:25:19 +03:00
Alexander Kochetov d4ce5f0918 Updated README.md 2015-01-02 07:24:23 +03:00
Alexander Kochetov 006482311f Updated LICENSE.md 2015-01-02 07:22:45 +03:00
Alexander Kochetov 6509abf16f Merge branch 'master' of https://github.com/creocoder/yii2-nested-sets 2015-01-02 07:20:40 +03:00
Alexander Kochetov 66f6c38592 Merge pull request #42 from Mihai-P/master
Fixing the multiple roots problem with updating left, right on inserting new node
2015-01-02 07:20:05 +03:00
Mihai Petrescu 7a52612485 fixing the multiple roots problem with updating left, right 2015-01-02 09:41:17 +11:00
Alexander Kochetov 15b689b5a4 Updated README.md 2015-01-01 14:59:38 +03:00
Alexander Kochetov 23dceecedd Changed Travis CI build status badge style 2015-01-01 13:58:11 +03:00
Alexander Kochetov 7adf9482c9 Added Travis CI build status to README.md 2015-01-01 13:26:51 +03:00
Alexander Kochetov 6b08e1deaf Updated Travis CI configuration file 2015-01-01 13:18:37 +03:00
Alexander Kochetov e117863a52 Updated Travis CI configuration file 2015-01-01 13:16:19 +03:00
Alexander Kochetov 9a2b020609 Added Travis CI configuration file 2015-01-01 13:06:25 +03:00
Alexander Kochetov ebf87084d3 README.md updated 2015-01-01 11:04:23 +03:00
Alexander Kochetov 579a497145 Base for unit tests added 2015-01-01 09:10:10 +03:00
Alexander Kochetov 427deedd5a Nested sets behavior complete overhaul for Yii 2 framework release version 2015-01-01 09:08:05 +03:00
Alexander Kochetov 603e303001 NestedSetQueryBehavior::$owner moved to phpDoc @property 2014-12-26 06:18:44 +03:00
Alexander Kochetov d684499a4c NestedSetQueryBehavior renamed to NestedSetsQueryBehavior 2014-12-26 06:17:35 +03:00
Alexander Kochetov 84781a8862 NestedSetQueryBehavior added 2014-12-22 01:39:24 +03:00
Alexander Kochetov d6cce433e4 NestedSetQuery removed 2014-12-22 01:39:06 +03:00
Alexander Kochetov 5e4cae6ba5 composer.json updated 2014-12-22 01:38:29 +03:00
Alexander Kochetov a4f5d0e2e0 Code style fixes 2014-06-10 13:29:01 +04:00
Alexander Kochetov 496a1ec0b1 README.md updated 2014-01-29 19:05:38 +04:00
Alexander Kochetov 5ace5d8c29 Merge pull request #9 from Bethrezen/patch-1
Replace init with attach
2014-01-17 00:19:53 -08:00
Alexander Kozhevnikov 34a081e929 Replace init with attach
On `init()` stage there's no owner(it is null).
Owner appears on `attach()`.
2014-01-17 11:05:06 +03:00
Alexander Kochetov b0a6b3ea10 .gitignore updated 2014-01-17 10:47:08 +04:00
Alexander Kochetov d3911b5b7a README.md updated 2014-01-17 04:57:15 +04:00
Alexander Kochetov 5c2161624f README.md updated 2014-01-16 14:48:19 +04:00
Alexander Kochetov 27438f6fc8 composer.json updated 2014-01-16 14:48:07 +04:00
Alexander Kochetov 8a70ac4cae README.md updated 2014-01-16 12:54:21 +04:00
Alexander Kochetov 61a8b49083 README.md updated 2014-01-16 12:53:01 +04:00
Alexander Kochetov 5b7078b776 README.md updated 2014-01-16 12:50:31 +04:00
Alexander Kochetov 4d2e66fa8a phpDoc fixes 2014-01-15 19:28:36 +04:00
Alexander Kochetov 573dcdaec2 .gitignore updated 2014-01-15 19:21:05 +04:00
Alexander Kochetov 2f16f9912b Schemas updated 2014-01-15 18:04:10 +04:00
Alexander Kochetov 7a23e40bee README.md updated 2014-01-15 14:00:47 +04:00
Alexander Kochetov 47e15ff573 NestedSetQuery updated 2014-01-15 13:57:17 +04:00
Alexander Kochetov 5a97439fb9 NestedSet updated 2014-01-15 13:57:02 +04:00
Alexander Kochetov 9cb228aa46 composer.json updated 2014-01-15 13:50:17 +04:00
Alexander Kochetov c9926a9b39 .gitignore updated 2014-01-15 13:50:08 +04:00
Alexander Kochetov 0d1067d4b7 composer.json updated 2014-01-15 11:14:26 +04:00