- 27 Oct, 2012 1 commit
-
-
Zander Baldwin authored
The example code for the `HTML::entities()` method in the documentation had unescaped apostrophes (single quotes) in the string passed as the first parameter. A parse error would have resulted should someone try to use that code.
-
- 25 Oct, 2012 1 commit
-
-
Taylor Otwell authored
documentation fix on validators
-
- 20 Oct, 2012 2 commits
-
-
Jason Lewis authored
Spelling mistake correction in documentation
-
Jason Lewis authored
link_to_route requires 3 parameters if wildcard values are required
-
- 16 Oct, 2012 1 commit
-
-
aebersold authored
-
- 15 Oct, 2012 1 commit
-
-
everclear authored
-
- 14 Oct, 2012 1 commit
-
-
matz3 authored
Added missing 's' in the word 'is' (Laravel Overview). Signed-off-by: matz3 <osswaldm94@gmail.com>
-
- 03 Oct, 2012 2 commits
-
-
Shawn McCool authored
minor grammar update in docs
-
Shawn McCool authored
-
- 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
-