- 26 Sep, 2012 12 commits
- 
- 
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
- 
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 1 commit
- 
- 
Signed-off-by: Joel Marcotte <skaner@gmail.com> Joel Marcotte 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 1 commit
- 
- 
When using layouts and sections Boris Strahija committed
 
- 
- 17 Sep, 2012 3 commits
- 
- 
GitHub contribution guidelines Taylor Otwell committed
- 
Franz Liedke committed
- 
Update application/language/de/validation.php Dayle Rees committed
 
- 
- 16 Sep, 2012 1 commit
- 
- 
Signed-off-by: Aaron Kuzemchak <aaron@kuzemchak.net> Aaron Kuzemchak committed
 
- 
- 15 Sep, 2012 2 commits
- 
- 
Signed-off-by: Aaron Kuzemchak <aaron@kuzemchak.net> Aaron Kuzemchak committed
- 
decola977 committed
 
- 
- 14 Sep, 2012 3 commits
- 
- 
Franz Liedke committed
- 
Fix a tiny typo Dayle Rees committed
- 
s/encourage/encouraged Duru Can Celasun committed
 
- 
- 12 Sep, 2012 2 commits
- 
- 
Franz Liedke committed
- 
Franz Liedke committed
 
- 
- 11 Sep, 2012 3 commits
- 
- 
Updated Paginator to fit better with bootstrap 2.1 Dayle Rees committed
- 
Added 'traffic' and 'chassis' as uncountable words to feed pluralizer Dayle Rees committed
- 
The Docs now show bootstrap style Pagination kapil verma committed
 
-