Web
  1. Web

baum

Public

Network

 
AuthorCommitMessageCommit Date
gazspgazsp
8e5bf5529ebUpdate README.md
Gary PearmanGary Pearman
3558fcda00eAdded Coveralls
Gary PearmanGary Pearman
c02939b5c53Travis CI updates
Gary PearmanGary Pearman
0e1e345334eTravis CI fixes
Gary PearmanGary Pearman
e9f71e44d59Attempt at Travis CI database fix
Gary PearmanGary Pearman
27da33235c4Formatting
Gary PearmanGary Pearman
f7f837d19c8Added move node test
Gary PearmanGary Pearman
cbbf1b23871Updated read me
Gary PearmanGary Pearman
60a0eccc940Updated ignore file
Gary PearmanGary Pearman
8b8d22dc1e3Continued work on fixing tests
Gary PearmanGary Pearman
460d4d30ed7Start of test updates for Laravel 5
gazspgazsp
6c6e4d84615Update composer.json
gjmh-unikentgjmh-unikent
717b68bde76MMerge branch 'master' of github.com:etrepat/baum Conflicts: README.md src/Baum/Console/InstallCommand.php src/Baum/Providers/BaumServiceProvider.php
Estanislau TrepatEstanislau Trepat
9290bed862dUpdate CHANGELOG & bump version.
Estanislau TrepatEstanislau Trepat
8398a3033b6MMerge branch 'SuperBuba-master'
Estanislau TrepatEstanislau Trepat
f1e3cd181c1MMerge branch 'master' of https://github.com/SuperBuba/baum into SuperBuba-master
SuperBubaSuperBuba
1ab2ac7bb0cUpdate Node.php Fixed scopeLimitDepth for correct work with ancestors() and SQL BETWEEN (first min, second max)
Estanislau TrepatEstanislau Trepat
f631b6bbbd4MMerge branch 'mpociot-patch-1'
Estanislau TrepatEstanislau Trepat
710303a6443Favor Grammar::wrapTable method over doing it manually.
Estanislau TrepatEstanislau Trepat
9774e900689MMerge branch 'patch-1' of https://github.com/mpociot/baum into mpociot-patch-1
Marcel PociotMarcel Pociot
b823926caddUpdate SetValidator.php Added the table prefix to the validation command. This function failed when a table prefix was set.
Estanislau TrepatEstanislau Trepat
54a1b9b7b9eMMerge branch 'james2037-patch-1'
James FrenchJames French
e9d137e40d3Correcting a typo ;)
Estanislau TrepatEstanislau Trepat
5880b3dfb5dMMerge branch 'bmitch-master'
Estanislau TrepatEstanislau Trepat
4384e535309MMerge branch 'master' of https://github.com/bmitch/baum into bmitch-master
bmitchbmitch
ea3ea6e2656Small typo Believe Books should be in quotes.
Estanislau TrepatEstanislau Trepat
ae0cf74c036MMerge branch 'laravel5-support'
Estanislau TrepatEstanislau Trepat
54e9abed996Add support for Laravel 5
gjmh-unikentgjmh-unikent
ec13e350dd2- remove default sort from toHierarchy() - reimplement as to toSortedHierarchy()
Greg HaddowGreg Haddow
11135835bafUpdate composer.json
Greg HaddowGreg Haddow
217975acbc6Update README.md
Greg HaddowGreg Haddow
4b36a84faffMMerge pull request #2 from tasarsu/patch-1 Update InstallCommand.php For Laravel 5
tasarsutasarsu
196d1ba57fdUpdate InstallCommand.php For Laravel 5 Due to laravel 5 new folder structure some changes made for console commands. Also it is not requried to dump-autoload due to new namespacing.
Greg HaddowGreg Haddow
b877095516dMMerge pull request #1 from GrahamForks/patch-1 We don't need to boot the service provider
Graham CampbellGraham Campbell
281f8549396We don't need to boot the service provider
Estanislau TrepatEstanislau Trepat
b868b70bde6Update CHANGELOG & bump version.
Estanislau TrepatEstanislau Trepat
17980785251MMerge branch 'GrahamCampbell-patch-1' into develop
Graham CampbellGraham Campbell
f933111f840Allow laravel 5 too
Estanislau TrepatEstanislau Trepat
dd6d45f8d41MMerge branch 'fix-depth-computation-on-move' into develop
Estanislau TrepatEstanislau Trepat
282bd9ba5c4Update CHANGELOG.
Estanislau TrepatEstanislau Trepat
a5afa175865Fix getting current node depth.
Estanislau TrepatEstanislau Trepat
8c9def62541Add failing tests for issue #109. Bad depth recomputation when moving nodes to the left/right.
Estanislau TrepatEstanislau Trepat
dd71d3e11a3Update CHANGELOG & bump version.
Estanislau TrepatEstanislau Trepat
b83778bdcb1Touch all nodes involved in a move operation. Because of a previous impl change, the nodes involved in a move operation would not get 'touched'. Baum will now update the 'updated_at' field manually if it is used in the base model.
Estanislau TrepatEstanislau Trepat
c37f1d61b4aRemove unneeded check on soft deletes test.
Estanislau TrepatEstanislau Trepat
5e714ee153bImplement trunks family of methods. Closes #59. Implement 'allTrunks', 'trunks' and 'isTrunk' methods to complement the leaf and root ones. We consider a trunk a node which falls in the middle of a branch (not root and not leaf).
Estanislau TrepatEstanislau Trepat
2e1558f8bafChange 'makeRoot' implementation. Moving to a root node now promotes the provided instance to be the rightmost root in the tree, thus being more consistent. We are no longer moving the current subtree to the right of the first available root.
Estanislau TrepatEstanislau Trepat
fd51c16707dAdd 'force' option to rebuild operations. This will force the index rebuilding process even if the underlying nested set structure is valid.
Estanislau TrepatEstanislau Trepat
b9117dc83ccRename 'isValid' static method. Fixes #93. Rename 'isValid' method to 'isValidNestedSet' to avoid name clashes with validator packages.
Estanislau TrepatEstanislau Trepat
02a3c1e447eMMerge branch 'GrahamCampbell-gitkeep' into develop