- 02 Oct, 2012 1 commit
- 
- 
Nathan Malcolm 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
 
- 
- 19 Sep, 2012 3 commits
- 
- 
Added a warning about using Controller::detect() for routing. Shawn McCool committed
- 
Definition list support (#1202) Dayle Rees committed
- 
Trimming whitespace before doctype tag Dayle Rees committed
 
- 
- 18 Sep, 2012 3 commits
- 
- 
When using layouts and sections Boris Strahija committed
- 
Peter Coles committed
- 
Peter Coles committed
 
- 
- 17 Sep, 2012 2 commits
- 
- 
GitHub contribution guidelines Taylor Otwell committed
- 
Franz Liedke committed
 
-