- 26 Oct, 2012 1 commit
- 
- 
Austin White committed
 
- 
- 25 Oct, 2012 1 commit
- 
- 
documentation fix on validators Taylor Otwell committed
 
- 
- 20 Oct, 2012 2 commits
- 
- 
Spelling mistake correction in documentation Jason Lewis committed
- 
link_to_route requires 3 parameters if wildcard values are required Jason Lewis committed
 
- 
- 16 Oct, 2012 1 commit
- 
- 
aebersold committed
 
- 
- 15 Oct, 2012 1 commit
- 
- 
everclear committed
 
- 
- 14 Oct, 2012 1 commit
- 
- 
Added missing 's' in the word 'is' (Laravel Overview). Signed-off-by: matz3 <osswaldm94@gmail.com> matz3 committed
 
- 
- 03 Oct, 2012 2 commits
- 
- 
minor grammar update in docs Shawn McCool committed
- 
Shawn McCool committed
 
- 
- 27 Sep, 2012 5 commits
- 
- 
Taylor Otwell committed
- 
Taylor Otwell committed
- 
Taylor Otwell committed
- 
Taylor Otwell committed
- 
Taylor Otwell committed
 
- 
- 26 Sep, 2012 15 commits
- 
- 
Taylor Otwell committed
- 
Taylor Otwell committed
- 
Taylor Otwell committed
- 
Taylor Otwell committed
- 
Taylor Otwell committed
- 
Taylor Otwell committed
- 
Performance enhancement for Str Class (see pull request #1180) Taylor Otwell committed
- 
Fixed a problem with `Eloquent::get_dirty` Taylor Otwell committed
- 
Fixes language URI routing issue Taylor Otwell committed
- 
Correct broken links in docs Taylor Otwell committed
- 
Fix a tiny typo Taylor Otwell committed
- 
Auth token now nulled on logout Taylor Otwell committed
- 
[#1261] get_key now pulls from $original instead Taylor Otwell committed
- 
Taylor Otwell committed
- 
Taylor Otwell committed
 
- 
- 25 Sep, 2012 5 commits
- 
- 
Taylor Otwell committed
- 
Taylor Otwell committed
- 
Taylor Otwell committed
- 
Taylor Otwell committed
- 
Taylor Otwell committed
 
- 
- 24 Sep, 2012 2 commits
- 
- 
RK committed
- 
This is in reference to issue #1261, where Model->get_key() returns the key from the $attributes instead of from the $original property. This breaks the functionality of a model with a primary key that may change, as the SQL generated will be something like: UPDATE `model` SET `key` = 'new-key' WHERE `key` = 'new-key'; Which won't update the model in the database. RK committed
 
- 
- 23 Sep, 2012 2 commits
- 
- 
Jason Lewis committed
- 
Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> Jason Lewis committed
 
- 
- 20 Sep, 2012 2 commits
- 
- 
Signed-off-by: Joel Marcotte <skaner@gmail.com> Joel Marcotte committed
- 
Duru Can Celasun committed
 
-