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

178 commits

Author SHA1 Message Date
Alexander Kochetov 194454c216 Reformat migrations sql file 2015-01-06 00:02:51 +03:00
Alexander Kochetov d502e5e623 NestedSetsBehavior phpDoc fixed 2015-01-05 12:12:03 +03:00
Alexander Kochetov 21d250ce05 Changed files header link to repo 2015-01-05 11:03:13 +03:00
Alexander Kochetov ac59ea9b0c NestedSetsBehavior refactoring 2015-01-05 00:13:45 +03:00
Alexander Kochetov 3813a4bae9 NestedSetsBehavior refactoring 2015-01-04 22:39:54 +03:00
Alexander Kochetov 6f7305ede9 NestedSetsBehavior refactoring 2015-01-04 22:35:47 +03:00
Alexander Kochetov ebc58bf599 NestedSetsBehavior refactoring 2015-01-04 22:30:34 +03:00
Alexander Kochetov ed3f603115 NestedSetsBehavior refactoring 2015-01-04 22:13:21 +03:00
Alexander Kochetov 0a50459e56 NestedSetsBehavior refactoring 2015-01-04 21:18:09 +03:00
Alexander Kochetov 932dec700e NestedSetsBehavior phpDoc fix 2015-01-04 18:50:47 +03:00
Alexander Kochetov d4ac8cb46f NestedSetsBehavior refactoring 2015-01-04 18:17:00 +03:00
Alexander Kochetov 39d1473081 NestedSetsBehavior refactoring 2015-01-04 18:03:11 +03:00
Alexander Kochetov 5d53bd40bc NestedSetsBehavior refactoring 2015-01-04 17:47:22 +03:00
Alexander Kochetov fde831d8c8 NestedSetsBehavior refactoring 2015-01-04 17:38:23 +03:00
Alexander Kochetov 504141d434 NestedSetsBehavior refactoring 2015-01-04 17:31:06 +03:00
Alexander Kochetov a76640fd2b NestedSetsBehavior refactoring 2015-01-04 17:19:06 +03:00
Alexander Kochetov b5345bea7e NestedSetsBehavior refactoring 2015-01-04 17:03:07 +03:00
Alexander Kochetov 0a36ac6007 NestedSetsBehavior refactoring 2015-01-04 15:54:06 +03:00
Alexander Kochetov 994dae3290 NestedSetsBehavior refactoring 2015-01-04 15:48:05 +03:00
Alexander Kochetov 1bc58ecae6 NestedSetsBehavior refactoring 2015-01-04 15:36:40 +03:00
Alexander Kochetov aa9013e765 Refactored unit tests 2015-01-04 14:26:18 +03:00
Alexander Kochetov e7cafb7228 Refactored data sets for unit tests 2015-01-04 14:26:02 +03:00
Alexander Kochetov 77316774a5 Moved source files to "src" directory, configure phpunit coverage settings 2015-01-04 13:51:58 +03:00
Alexander Kochetov 450f519c34 Added new cases to unit tests 2015-01-04 10:42:45 +03:00
Alexander Kochetov 129602a8cc Added new cases to unit tests 2015-01-04 10:16:33 +03:00
Alexander Kochetov 9ec88f215e Added new cases to unit tests 2015-01-04 10:10:08 +03:00
Alexander Kochetov ef43c634ff Removed excess check from NestedSetBehavior::beforeInsert 2015-01-04 10:06:13 +03:00
Alexander Kochetov 110dbc3749 NestedSetBehavior::deleteWithChildren refactored 2015-01-04 09:18:16 +03:00
Alexander Kochetov cd0f7aa64f Removed @cover annotation from unit tests since its fully automated 2015-01-04 09:01:56 +03:00
Alexander Kochetov 834b910316 Refactored some tests. Added new cases to unit tests. 2015-01-04 08:51:37 +03:00
Alexander Kochetov fd0bbb614c Refactored several unit tests data sets. Added new data sets for unit tests. 2015-01-04 08:51:11 +03:00
Alexander Kochetov 928d88b9c8 Term "descendant" completely replaced with "child". Old NestedSetBehavior::children method removed and replaced to new with $depth param. 2015-01-04 08:50:29 +03:00
Alexander Kochetov bfa40bf010 NestedSetsQueryBehavior::leaf renamed to NestedSetsQueryBehavior::leaves 2015-01-03 21:16:50 +03:00
Alexander Kochetov a79bdc74c0 NestedSetsQueryBehavior::leaf refactoring 2015-01-03 21:01:13 +03:00
Alexander Kochetov 570ad2c2bf Added new cases to unit tests 2015-01-03 20:09:41 +03:00
Alexander Kochetov 43a7dedd8b Added new data sets to unit tests 2015-01-03 20:09:28 +03:00
Alexander Kochetov a18711d5d6 NestedSetsQueryBehavior::leaf sorting order fix 2015-01-03 20:08:59 +03:00
Alexander Kochetov 4e0a5e4ed4 NestedSetsQueryBehavior code style fix 2015-01-03 19:44:04 +03:00
Alexander Kochetov 12afd2dc78 Added default sorting for NestedSetsQueryBehavior::root 2015-01-03 19:42:03 +03:00
Alexander Kochetov 7e3eaa1bd9 NestedSetsQueryBehavior::leaf sorting fixed 2015-01-03 19:32:15 +03:00
Alexander Kochetov c8b2b53cd6 Added new cases to unit tests 2015-01-03 19:15:40 +03:00
Alexander Kochetov 239c2e5b64 Added new data sets to unit tests 2015-01-03 19:15:25 +03:00
Alexander Kochetov 8e03bd8d70 NestedSetsBehavior::ancestors renamed to NestedSetsBehavior::parents, NestedSetsBehavior::parent removed 2015-01-03 19:08:28 +03:00
Alexander Kochetov 87ffc3f87d Added new cases to unit tests 2015-01-03 18:52:53 +03:00
Alexander Kochetov db4dffe0be Added new data sets to unit tests 2015-01-03 18:52:38 +03:00
Alexander Kochetov c514d365ef Added new cases to unit tests 2015-01-03 18:20:53 +03:00
Alexander Kochetov feef2c1e3a Added new data sets to unit tests 2015-01-03 18:20:40 +03:00
Alexander Kochetov 55de75a028 Added new cases to unit tests 2015-01-03 18:12:46 +03:00
Alexander Kochetov 61b2b0d487 Added new data sets to unit tests 2015-01-03 18:12:33 +03:00
Alexander Kochetov 41e9b98903 Added new cases to unit tests 2015-01-03 18:10:05 +03:00