- 07 Oct, 2012 1 commit
-
-
Signed-off-by: Dejan Geci <dejan.geci@gmail.com>
Dejan Geci committed
-
- 06 Oct, 2012 3 commits
-
-
Fixed wrong return type in phpdoc
Taylor Otwell committed -
Update laravel/helpers.php
Taylor Otwell committed -
Huge performance increase on Eloquents relationships
Taylor Otwell committed
-
- 05 Oct, 2012 1 commit
-
-
Vinícius Fragoso committed
-
- 03 Oct, 2012 2 commits
-
-
The e-helper and the __-Helper used the core-classes. So if I would like to override them, the helpers would still use the core-classes. See this thread for further explanation: http://forums.laravel.com/viewtopic.php?id=2656
tillsanders committed -
Fixes XSS vulnerability in Profiler
Taylor Otwell committed
-
- 02 Oct, 2012 1 commit
-
-
Nathan Malcolm committed
-
- 28 Sep, 2012 1 commit
-
-
Signed-off-by: Daniel Bøndergaard <db@helmstmt.com>
Daniel Bøndergaard 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
-