1
0
Fork 0
mirror of https://github.com/Oreolek/yii2-nested-sets.git synced 2024-06-26 11:40:47 +03:00
Commit graph

127 commits

Author SHA1 Message Date
Alexander Kochetov 580e981919 Added new data sets to unit tests 2015-01-03 18:09:04 +03:00
Alexander Kochetov 10d9ae6839 Added new cases to unit tests 2015-01-03 17:38:30 +03:00
Alexander Kochetov 06befcbb7b Added new data sets to unit tests 2015-01-03 17:38:16 +03:00
Alexander Kochetov 0bcd8546b9 Added new cases to unit tests 2015-01-03 16:47:26 +03:00
Alexander Kochetov 4612b0aba0 Added new cases to unit tests 2015-01-03 16:35:59 +03:00
Alexander Kochetov bcc816c017 Added unit tests base for NestedSetsQueryBehavior 2015-01-03 16:18:21 +03:00
Alexander Kochetov 0a99d1bdcd Added NestedSetsQueryBehavior::leaf() default sorting 2015-01-03 16:00:59 +03:00
Alexander Kochetov 20eff7758f Added NestedSetsQueryBehavior::leaf() 2015-01-03 15:40:03 +03:00
Alexander Kochetov a2e9123d5b Added new cases to unit tests 2015-01-03 13:31:00 +03:00
Alexander Kochetov 8cb7e07713 Fixed code coverage badge inside README.md 2015-01-03 13:13:24 +03:00
Alexander Kochetov c76853a3e8 Added code coverage badge to README.md 2015-01-03 13:12:17 +03:00
Alexander Kochetov e6e39e0102 Added new cases to unit tests, fixed phpDoc of old case 2015-01-03 13:04:24 +03:00
Alexander Kochetov 3733806786 Added new cases to unit tests 2015-01-03 12:23:49 +03:00
Alexander Kochetov a874b13bd1 Added new cases to unit tests, NestedSetBehavior::makeRoot bug fix 2015-01-03 12:04:27 +03:00
Alexander Kochetov d900b1ba25 Added new data sets to unit tests 2015-01-03 12:03:44 +03:00
Alexander Kochetov 7c4567329a Added new cases to unit tests 2015-01-03 09:53:57 +03:00
Alexander Kochetov 1d8d1a48e4 Added new data sets to unit tests 2015-01-03 09:53:45 +03:00
Alexander Kochetov ded120bc78 Added new cases to unit tests 2015-01-03 09:48:52 +03:00
Alexander Kochetov c38fde25c5 Added new data sets to unit tests 2015-01-03 09:48:38 +03:00
Alexander Kochetov accbe735e4 Added new cases to unit tests 2015-01-03 09:39:41 +03:00
Alexander Kochetov d293b00583 Added new data sets to unit tests 2015-01-03 09:39:28 +03:00
Alexander Kochetov 1dd0740aa2 Added new cases to unit tests 2015-01-03 09:33:49 +03:00
Alexander Kochetov c344ebc5b3 Added new data sets to unit tests 2015-01-03 09:33:36 +03:00
Alexander Kochetov c6a40e995e Added new cases to unit tests 2015-01-03 08:49:37 +03:00
Alexander Kochetov 9f44334fa4 Added new unit tests data sets 2015-01-03 08:49:12 +03:00
Alexander Kochetov 65153dab4f Merge pull request #43 from Mihai-P/master
Making the unit tests work for `appendTo` and `prependTo` for single tree
2015-01-03 08:11:12 +03:00
Mihai Petrescu d6d726f6fb testing insertBefore and insertAfter 2015-01-03 14:14:42 +11:00
Mihai Petrescu b044bc3714 making the tests work for appendTo and prependTo for single tree 2015-01-03 13:33:30 +11:00
Alexander Kochetov 36a10e15ea Updated .travis.yml 2015-01-02 21:21:59 +03:00
Alexander Kochetov 3b6a37d567 Added .scrutinizer.yml 2015-01-02 21:08:10 +03:00
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