- 07 Oct, 2012 1 commit
-
-
Dejan Geci authored
Signed-off-by: Dejan Geci <dejan.geci@gmail.com>
-
- 06 Oct, 2012 3 commits
-
-
Taylor Otwell authored
Fixed wrong return type in phpdoc
-
Taylor Otwell authored
Update laravel/helpers.php
-
Taylor Otwell authored
Huge performance increase on Eloquents relationships
-
- 05 Oct, 2012 1 commit
-
-
Vinícius Fragoso authored
-
- 03 Oct, 2012 2 commits
-
-
tillsanders authored
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
-
Taylor Otwell authored
Fixes XSS vulnerability in Profiler
-
- 02 Oct, 2012 1 commit
-
-
Nathan Malcolm authored
-
- 28 Sep, 2012 1 commit
-
-
Daniel Bøndergaard authored
Signed-off-by: Daniel Bøndergaard <db@helmstmt.com>
-
- 27 Sep, 2012 5 commits
-
-
Taylor Otwell authored
-
Taylor Otwell authored
-
Taylor Otwell authored
-
Taylor Otwell authored
-
Taylor Otwell authored
-
- 26 Sep, 2012 15 commits
-
-
Taylor Otwell authored
-
Taylor Otwell authored
-
Taylor Otwell authored
-
Taylor Otwell authored
-
Taylor Otwell authored
-
Taylor Otwell authored
-
Taylor Otwell authored
Performance enhancement for Str Class (see pull request #1180)
-
Taylor Otwell authored
Fixed a problem with `Eloquent::get_dirty`
-
Taylor Otwell authored
Fixes language URI routing issue
-
Taylor Otwell authored
Correct broken links in docs
-
Taylor Otwell authored
Fix a tiny typo
-
Taylor Otwell authored
Auth token now nulled on logout
-
Taylor Otwell authored
[#1261] get_key now pulls from $original instead
-
Taylor Otwell authored
-
Taylor Otwell authored
-
- 25 Sep, 2012 5 commits
-
-
Taylor Otwell authored
-
Taylor Otwell authored
-
Taylor Otwell authored
-
Taylor Otwell authored
-
Taylor Otwell authored
-
- 24 Sep, 2012 2 commits
-
-
RK authored
-
RK authored
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.
-
- 23 Sep, 2012 2 commits
-
-
Jason Lewis authored
-
Jason Lewis authored
Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com>
-
- 20 Sep, 2012 2 commits
-
-
Joel Marcotte authored
Signed-off-by: Joel Marcotte <skaner@gmail.com>
-
Duru Can Celasun authored
-