- 09 Sep, 2012 3 commits
- 
- 
Basic Eloquent unit tests. Lacks database operations, relationship testing and some magic method calls. JoostK committed
- 
When you had a synched Eloquent model (e.g. without changed values) but one of those values is `null`, then that value would be considered as dirty. `Eloquent::changed` returns false, but the value is present in `Eloquent::get_dirty`. This fix makes sure that a `null` value in `$attributes` is only present in `get_dirty` when it wasn't at all *set* in `$original`. JoostK committed
- 
Added Portuguese Language Jason Lewis committed
 
- 
- 08 Sep, 2012 3 commits
- 
- 
Fix #1140: Auth / Eloquent / Custom password getter Jason Lewis committed
- 
Delete phpunit.xml when unit testing Jason Lewis committed
- 
Updated Bulgarian translation Jason Lewis committed
 
- 
- 07 Sep, 2012 2 commits
- 
- 
Franz Liedke committed
- 
Looks like that was committed accidentally. Franz Liedke committed
 
- 
- 05 Sep, 2012 2 commits
- 
- 
Allow Input::json() to return array instead of object Taylor Otwell committed
- 
Aaron Kuzemchak committed
 
- 
- 04 Sep, 2012 3 commits
- 
- 
Changed the folder name from "gr" to "el" Dayle Rees committed
- 
Signed-off-by: George Drakakis <lolly@lollypop.gr> George Drakakis committed
- 
This fixes #1140. Franz Liedke committed
 
- 
- 03 Sep, 2012 6 commits
- 
- 
flaviozantut committed
- 
flaviozantut committed
- 
Roumen Damianoff committed
- 
Added Greek Language Dayle Rees committed
- 
Signed-off-by: George Drakakis <lolly@lollypop.gr> George Drakakis committed
 
- 
- 02 Sep, 2012 21 commits
- 
- 
Taylor Otwell committed
- 
Taylor Otwell committed
- 
Taylor Otwell committed
- 
Taylor Otwell committed
- 
Taylor Otwell committed
- 
Taylor Otwell committed
- 
Taylor Otwell committed
- 
Get rid of duplicate code for DROP TABLE in schema grammars. Taylor Otwell committed
- 
Fix insert() method for related models. Taylor Otwell committed
- 
Improved code examples for inserting related models Taylor Otwell committed
- 
Add Routing Wildcard '(:all)' to Documentation Taylor Otwell committed
- 
Update laravel/documentation/database/fluent.md Taylor Otwell committed
- 
Minor/unprotect eloquent timestamps Taylor Otwell committed
- 
Deleted an anchor of top of line. Defined "config", but it was reffered ... Taylor Otwell committed
- 
Change some Markdown to fit other md files' format. Taylor Otwell committed
- 
[Session] Trigger garbage collection (sweep) manually Taylor Otwell committed
- 
German translation for array validator messages Taylor Otwell committed
- 
Fix Query::lists() for empty resultsets Taylor Otwell committed
- 
Fixing a bug with saving data to pivot table Taylor Otwell committed
- 
Fixed Exception thrown when passing null $value to Form::submit(), Form::reset(), Form::button() Taylor Otwell committed
- 
Reorg and Additions and Improvements to Templating Documentation Taylor Otwell committed
 
-