Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/LycheeOrg/laravel-nestedset

Effective tree structures in Laravel 10
https://github.com/LycheeOrg/laravel-nestedset

Added linkNodes method

ebf6536199575841cbcb1df03918253ab56821ef authored almost 10 years ago by Aleksander Kalnoy <[email protected]>
Update README.markdown

dd470cc53be819bdccca0b166ca1e1d067f7adb8 authored almost 10 years ago by Alexander Kalnoy <[email protected]>
CHanged version constraints

f4e3a563b5607b085b3aed7aeee83b980288c70a authored almost 10 years ago by Aleksander Kalnoy <[email protected]>
Update to release version

62ee7af88e0f67d52abee6d7ed8188a6bfd3814c authored almost 10 years ago by Aleksander Kalnoy <[email protected]>
Merge branch 'master' into laravel5

Conflicts:
composer.json

ca0b0fdf9f49f2169ecb230a593944d4fcad287f authored almost 10 years ago by Aleksander Kalnoy <[email protected]>
Made use of PSR-4

d1ff22d4a0e15635f07ec1f30155077df4e945ea authored almost 10 years ago by Aleksander Kalnoy <[email protected]>
Changed install version

960a5c92d3868659f9a8289242e6aa0f25782266 authored almost 10 years ago by Aleksander Kalnoy <[email protected]>
Added some other checks

f4c5ad928a998ffa397212ca646c7b9f111f77a7 authored almost 10 years ago by Aleksander Kalnoy <[email protected]>
Made default order applied for querying descendants and siblings

e8af4ceaf21a0741846ed2aa55d108f3820a7f9c authored almost 10 years ago by Aleksander Kalnoy <[email protected]>
Increased code coverage

094978712bb395af942048d209622123db8b40ec authored almost 10 years ago by Aleksander Kalnoy <[email protected]>
Merge branch 'master' into laravel5

0d93c38f7b1dd27461073e4d7a5f2a4655ba505f authored about 10 years ago by Aleksander Kalnoy <[email protected]>
Fixed #17: parent relation is not accesible in array representation

3161dabac27e8fbd447b00476807601083d9c08e authored about 10 years ago by Aleksander Kalnoy <[email protected]>
Updated dockblock

74f2cb229a54d15a71f300f61212a3b3a500236c authored about 10 years ago by Aleksander Kalnoy <[email protected]>
Fixed #26

226098f0d26d99735f4114866e964e79492afe7d authored about 10 years ago by Aleksander Kalnoy <[email protected]>
Updated README

8c51d4b6fefeee5eff7d143270eb213fa6d18df7 authored about 10 years ago by Aleksander Kalnoy <[email protected]>
Added badges

727f6a89a86ea7e2827548c279cc6d40ac6140a7 authored about 10 years ago by Aleksander Kalnoy <[email protected]>
Updated to support laravel 5

602269c12570b417a879cb5c513530e6c39ed924 authored about 10 years ago by Aleksander Kalnoy <[email protected]>
Fix typo

80e69d5e02cb85c28e9d398cd3af270e736b80f9 authored over 10 years ago by Aleksander Kalnoy <[email protected]>
Fix node becomes dirty after update

0e7eb8d7475c80a2421083ded6376442bf6228ba authored over 10 years ago by Alexander Kalnoy <[email protected]>
Return array from countErrors

9b9aee1e7f694b12b9a3d69140b4c7dbffc1f7f2 authored over 10 years ago by Alexander Kalnoy <[email protected]>
Merge branch 'develop'

281fec7ab58b2cbd5a1fa9d42c569e3e7ee94955 authored over 10 years ago by Alexander Kalnoy <[email protected]>
Make isBroken, countErrors and getTotalErrors static

c2fb31a07ec0debf181c3c543cc11ad3f7247362 authored over 10 years ago by Alexander Kalnoy <[email protected]>
Fix #16

bc87c61e27875ed7172d5f825e1eb2c8f8de870e authored over 10 years ago by Aleksander Kalnoy <[email protected]>
Add donate button

bd0bcd6d8537ae3e64fab32dfe586a28ac313754 authored over 10 years ago by Alexander Kalnoy <[email protected]>
Fix #15

03ecd9fef716c0e22ff97afba1b1a2d6e8fbe4d6 authored over 10 years ago by Alexander Kalnoy <[email protected]>
Fix #13

e63f9aa4ee0a95a8f7be5c20547929704d40280e authored over 10 years ago by Alexander Kalnoy <[email protected]>
Merge pull request #12 from lazychaser/develop

Version 2.0

f0ff45c17940e85eb806586b77ec1f7a85d8be04 authored over 10 years ago by Alexander Kalnoy <[email protected]>
Fix incompatibilities

44de773f692db72c3ece0a012406a746e5af7327 authored over 10 years ago by Alexander Kalnoy <[email protected]>
Change install version

86bac38cb346a2cb87bb8c0b8d09e149eb8abadd authored over 10 years ago by Aleksander Kalnoy <[email protected]>
Fix typos

b27df7647b183233e9cd64848008e9207db3f61f authored over 10 years ago by Aleksander Kalnoy <[email protected]>
Set parent relation on children when converting to tree

4aa41d21212450d805eeb13b85643f8e343451ca authored over 10 years ago by Aleksander Kalnoy <[email protected]>
Allow to create a tree from array

484a6d0399d106fcc062b2dc6ac5167bec8a170a authored over 10 years ago by Aleksander Kalnoy <[email protected]>
Update docs

067b62ac766f304f5d294df3fa0bda66a4de7557 authored over 10 years ago by Aleksander Kalnoy <[email protected]>
Add hasMoved() and save in transaction

3d28a6d709e041e7d1152a7292d18555e29b9ad7 authored over 10 years ago by Aleksander Kalnoy <[email protected]>
Use unsigned integers for lft and rgt

d93f5717783275b0e5bdd856433ef0aff4c216ba authored over 10 years ago by Aleksander Kalnoy <[email protected]>
Refactor NestedSet

5a5403e8090ecbb67aa7ae4eb264318ad09f66d8 authored over 10 years ago by Alexander Kalnoy <[email protected]>
Increment version

c3a67cce4446028fad241f19e791595d4eeca2ec authored over 10 years ago by Alexander Kalnoy <[email protected]>
Refactor more and add UPGRADE guide and CHANGELOG

ece673ad184267350877728d920e36da2729459c authored over 10 years ago by Alexander Kalnoy <[email protected]>
Refactor more

5e52c7a0f7ac982b821d98c7fd43242d5040a818 authored over 10 years ago by Alexander Kalnoy <[email protected]>
Refactor

570f6461d79ea5c68e02a84e92f6377a97e3064e authored over 10 years ago by Alexander Kalnoy <[email protected]>
Merge branch '1.1'

6748af4c27e455f64aea41bcfc550083be233b51 authored over 10 years ago by Aleksander Kalnoy <[email protected]>
Update requirements

651738439e8de60e90eb4b53cfd5664bfc885904 authored over 10 years ago by Aleksander Kalnoy <[email protected]>
Merge remote-tracking branch 'origin/1.1'

524cef46172ce9651855d473dc31704e3aec881d authored over 10 years ago by Aleksander Kalnoy <[email protected]>
Migrate to Laravel 4.2

c230d47ec283446121e6c19cb1f795a03817d6d5 authored over 10 years ago by Aleksander Kalnoy <[email protected]>
Merge pull request #5 from danijeel/patch-1

fixed spelling mistake

149dfe87c8eda110fc0a369134c0f2a4b0f84e18 authored over 10 years ago by Alexander Kalnoy <[email protected]>
fixed spelling mistake

c1cfe4ffd8fe6e7c4ad1311a317695f5dfc6cfd9 authored over 10 years ago by Daniel Nilsson <[email protected]>
Update dependencies

7b5e95db3e39e3e608bbc7d05fe4b050c103da8a authored almost 11 years ago by Aleksander Kalnoy <[email protected]>
Update Collection

404fbf1366751be8436aefc39243267807dd799e authored almost 11 years ago by Aleksander Kalnoy <[email protected]>
Exclude phpStorm's .idea

a6c9a03779b9e9fafa7e3a984519e5054bdcdc21 authored almost 11 years ago by Aleksander Kalnoy <[email protected]>
Remove Collection::toDictionary

4ec67ccab9b05f3a1ebaef017dec169ded6a2743 authored almost 11 years ago by Aleksander Kalnoy <[email protected]>
Update readme

4e783d3b77e1a9722b14320dc371bf47d0dcd33b authored about 11 years ago by lazychaser <[email protected]>
Update readme to follow api

bb67a6394adb441581628d27c5a5073356428e13 authored about 11 years ago by lazychaser <[email protected]>
Apply default order with next()

a4488db73dd08a74b4cc0ce6e65ef77a4c5be8ba authored about 11 years ago by Aleksander Kalnoy <[email protected]>
Update readme

67858643e1a0d61f9d3ecf2a81f179cfeb687f30 authored about 11 years ago by Aleksander Kalnoy <[email protected]>
New functions

9959a598ead286a63407aa2f657ab15ff3ff9bec authored about 11 years ago by Aleksander Kalnoy <[email protected]>
Update readme

36d945de0288ee284911ea1457c95a3c96887010 authored about 11 years ago by Aleksander Kalnoy <[email protected]>
Prefix foreign key name with table name

92997ccace889b357b27c62b08cdc1e933d9fc77 authored about 11 years ago by lazychaser <[email protected]>
Rename path() to ancestors()

060b053fe162d51a75a4d44a77e1e3a41b439baa authored about 11 years ago by lazychaser <[email protected]>
Fix issues

738da30e7a8644bbcffeea9d6dd78862728a3f63 authored about 11 years ago by Aleksander Kalnoy <[email protected]>
Update README.markdown

45c4994c18d6397086b938249b40f5deda8d7d4d authored about 11 years ago by Aleksander Kalnoy <[email protected]>
Refactor

Added QueryBuilder to get rid of "scope" methods.
Now query is ordered by lft only when no other...

f21f2a13b8ff2c3c766523b5d1d9225518f468c2 authored about 11 years ago by Aleksander Kalnoy <[email protected]>
Reduce number of requests

259dc55eeae9b674e54959ea1e6477f07d7ca956 authored about 11 years ago by Aleksander Kalnoy <[email protected]>
Update composer.json to support laravel 4.1

eb74716237c1c848ea208c3b354e60182b1a8ec2 authored about 11 years ago by Aleksander Kalnoy <[email protected]>
Update README.markdown

80b7feadc3ce8f513f60c59e7b491d8bc3379acd authored about 11 years ago by Aleksander Kalnoy <[email protected]>
Update composer.json

ee7e16971d97468ca4b9e8094bffcfd310320ff5 authored about 11 years ago by Aleksander Kalnoy <[email protected]>
Add tests and fix some bugs

6976a38f2ea0bfbf9de27552f7e78ebc0ecfb4e1 authored about 11 years ago by Aleksander Kalnoy <[email protected]>
Update README.markdown

eeef19ca0f317ac3ca1fa8989b313f8cb5310b08 authored about 11 years ago by Aleksander Kalnoy <[email protected]>
Update composer.json

7e165507c11186c72ca0c630f8cb70c5969b7be0 authored about 11 years ago by Aleksander Kalnoy <[email protected]>
Update README.markdown

1cd86c2f43a7703a3c3d611969158c8a421de6b4 authored about 11 years ago by Aleksander Kalnoy <[email protected]>
Update README.markdown

c7678b8c7fe177470966ef37bf03734aa54baaed authored about 11 years ago by Aleksander Kalnoy <[email protected]>
Initial commit

5481254762d11584e08156812855271230a4b15e authored about 11 years ago by lazychaser <[email protected]>