Taylor Otwell
|
1df8fa91fc
Merge pull request #1322 from vFragosop/eloquent/relationship_performance
|
12 years ago |
Vinícius Fragoso
|
f6c7cf2dcd
Fixing pivot on has_one aswell as properly indenting
|
12 years ago |
Taylor Otwell
|
790a540620
Merge pull request #1294 from danielboendergaard/phpdoc-fix
|
12 years ago |
Taylor Otwell
|
7555fda589
Merge pull request #1307 from tillsanders/develop
|
12 years ago |
Taylor Otwell
|
8faf38efe1
Merge pull request #1314 from vFragosop/eloquent/relationship_performance
|
12 years ago |
Vinícius Fragoso
|
f36446bd10
Improving laravel relationship performance
|
12 years ago |
tillsanders
|
00d1baf69e
Update laravel/helpers.php
|
12 years ago |
Taylor Otwell
|
4f8a6724b0
Merge pull request #1305 from nmalcolm/develop
|
12 years ago |
Nathan Malcolm
|
2d5cc12b7b
Fixes XSS vulnerability in Profiler
|
12 years ago |
Daniel Bøndergaard
|
54397e1bf2
Fixed wrong return type in phpdoc
|
12 years ago |
Taylor Otwell
|
4d3c68129b
Fix version in path file.
|
12 years ago |
Taylor Otwell
|
d1c1fe4446
fix bug in eloquent model and update version.
|
12 years ago |
Taylor Otwell
|
02cb96a008
fix bug in eloquent model.
|
12 years ago |
Taylor Otwell
|
ae5331b312
Merge branch 'staging'
|
12 years ago |
Taylor Otwell
|
4de8e2d717
Update change log.
|
12 years ago |
Taylor Otwell
|
b043482905
Improve view errors.
|
12 years ago |
Taylor Otwell
|
633c2bde83
Pass the path to the filter event.
|
12 years ago |
Taylor Otwell
|
a976c555e6
Added "view.filter" event so we can hook in final filters.
|
12 years ago |
Taylor Otwell
|
14c6ff1692
Increment version and change log.
|
12 years ago |
Taylor Otwell
|
3e3ee870ea
Merge branch 'develop' of github.com:laravel/laravel into develop
|
12 years ago |
Taylor Otwell
|
d64d6c9092
Fix logging issue when using the laravel.log event.
|
12 years ago |
Taylor Otwell
|
09500818e0
Merge pull request #1204 from bryantebeek/optimisation/str-class
|
12 years ago |
Taylor Otwell
|
fc9b0e1636
Merge pull request #1201 from JoostK/fix-1
|
12 years ago |
Taylor Otwell
|
4b7dc2e824
Merge pull request #1226 from akuzemchak/bug/language-routes
|
12 years ago |
Taylor Otwell
|
439f9c8055
Merge pull request #1236 from kuroi/patch-1
|
12 years ago |
Taylor Otwell
|
dad0bbc688
Merge pull request #1247 from dcelasun/patch-1
|
12 years ago |
Taylor Otwell
|
9acf541653
Merge pull request #1255 from joual/develop
|
12 years ago |
Taylor Otwell
|
5a1741e9d5
Merge pull request #1276 from rk/rk-issue-1261
|
12 years ago |
Taylor Otwell
|
c2a255c788
Merge branch 'develop' into staging
|
12 years ago |
Taylor Otwell
|
9e0ff85b24
Merge branch 'master' of github.com:laravel/laravel into staging
|
12 years ago |
Taylor Otwell
|
4eac00a009
Use hash_hmac on cookie hashes.
|
12 years ago |
Taylor Otwell
|
064309c0ce
Merge branch 'cookies' into develop
|
12 years ago |
Taylor Otwell
|
04f22f086d
Update change log.
|
12 years ago |
Taylor Otwell
|
ad313198df
working on cookie fingerprinting.
|
12 years ago |
Taylor Otwell
|
110966bd6a
working on cookie fingerprinting.
|
12 years ago |
RK
|
f148f6211c
Fixing the array_get misspelling.
|
12 years ago |
RK
|
258169ea00
[#1261] get_key now pulls from $original instead
|
12 years ago |
Jason Lewis
|
9fae4dc8d7
Merge branch 'master' into develop
|
12 years ago |
Jason Lewis
|
8c580d17fb
You can only pass the ID of a user, not an object.
|
12 years ago |
Joel Marcotte
|
3d51200a88
Auth token now nulled on logout
|
12 years ago |
Duru Can Celasun
|
2b787763aa
Fix a tiny typo
|
12 years ago |
Shawn McCool
|
33b5f6377c
Update laravel/documentation/routing.md
|
12 years ago |
Dayle Rees
|
0dc124d342
Merge pull request #1210 from franzliedke/patch-44
|
12 years ago |
Dayle Rees
|
99d710a820
Merge pull request #1242 from bstrahija/patch-1
|
12 years ago |
Boris Strahija
|
925e5bed73
Trimming whitespace before doctype tag
|
12 years ago |
Peter Coles
|
184b2989e2
Correct correction
|
12 years ago |
Peter Coles
|
14eebab94a
Correct broken links in docs
|
12 years ago |
Taylor Otwell
|
4f7dd1c8a4
Merge pull request #1233 from franzliedke/patch-51
|
12 years ago |
Franz Liedke
|
2d13b3d504
Add a CONTRIBUTING.md file for GitHub.
|
12 years ago |
Dayle Rees
|
b30ee488d0
Merge pull request #1225 from decola977/patch-2
|
12 years ago |
Aaron Kuzemchak
|
581fcc5c47
Cleaner regex
|
12 years ago |
Aaron Kuzemchak
|
03acf9ca50
Fixes language URI routing issue
|
12 years ago |
decola977
|
1474491d62
Update application/language/de/validation.php
|
12 years ago |
Franz Liedke
|
65d4b2448b
Fix closing tag in definition list helper.
|
12 years ago |
Dayle Rees
|
8fea602969
Merge pull request #1222 from dcelasun/patch-1
|
12 years ago |
Duru Can Celasun
|
1ee55a3b38
Fix a tiny typo
|
12 years ago |
Franz Liedke
|
5942771ce9
Add documentation for definition list helper.
|
12 years ago |
Franz Liedke
|
c7763a23bd
Add definition list helper to HTML class.
|
12 years ago |
Dayle Rees
|
38562d5007
Merge pull request #1160 from kapv89/patch-2
|
12 years ago |
Dayle Rees
|
705cd6a907
Merge pull request #1203 from xsbeats/bugfix/pluralizer_uncountable
|
12 years ago |
kapil verma
|
b63b0c0829
Updated Documentation for Bootstrap-y Pagination
|
12 years ago |
kapil verma
|
85cab82f37
Fixed 2 stupid bugs for better markup
|
12 years ago |
Bryan te Beek
|
01ba355787
Optimize Str-helper (see pull request #1180)
|
12 years ago |
Jason Walton
|
adc23dc964
Added traffic and chassis as uncountable words to properly feed pluralizer
|
12 years ago |
Dayle Rees
|
a5bb035e4c
Merge pull request #1165 from JoostK/develop
|
12 years ago |
Dayle Rees
|
666db87137
Merge pull request #1169 from mcintyre94/minor/add-touch-eloquent
|
12 years ago |
Dayle Rees
|
f004ddcea7
Merge pull request #1189 from kapv89/patch-5
|
12 years ago |
Dayle Rees
|
a121e8f520
Merge pull request #1196 from freezestart/master
|
12 years ago |
kapil verma
|
4de8921f2d
Fixed The $dots property
|
12 years ago |
Jason Lewis
|
fab4fda1f2
Merge pull request #1200 from bryantebeek/language/nl
|
12 years ago |
Jason Lewis
|
ca94296343
Merge pull request #1197 from CreativityKills/bug/artisan-bundle-provider
|
12 years ago |
JoostK
|
147e0ec656
Implementation of Eloquent tests
|
12 years ago |
JoostK
|
5f99c81035
Fixed a problem whith `Eloquent::get_dirty`
|
12 years ago |
Bryan te Beek
|
b438fe819e
A few small fixes to Dutch translation (nl_NL)
|
12 years ago |
Bryan te Beek
|
fde0d1128a
Added/fixed Dutch Translation (nl_NL)
|
12 years ago |
Neo Ighodaro
|
f0a2ffef2b
The bundle variable is not defined anywhere in the method scope.
|
12 years ago |
Neo Ighodaro
|
f7cdb76f36
The bundle variable is not defined anywhere in the method scope.
|
12 years ago |
Jason Lewis
|
8004d48256
Merge pull request #1171 from flaviozantut/ptLang
|
12 years ago |
freezestart
|
fdeb06e54c
fixed readme.md wrong symbol
|
12 years ago |
Jason Lewis
|
afbae10345
Merge pull request #1175 from franzliedke/patch-42
|
12 years ago |
Jason Lewis
|
56f665bf6d
Merge pull request #1193 from franzliedke/patch-43
|
12 years ago |
Jason Lewis
|
1c1281318c
Merge pull request #1166 from RoumenMe/translation
|
12 years ago |
Franz Liedke
|
9348046d0e
Fix dynamically generated phpunit.xml file not being deleted automatically in the test runner.
|
12 years ago |
Franz Liedke
|
7e11bb7431
Delete phpunit.xml file.
|
12 years ago |
kapil verma
|
c1bcfec3d2
Turn profiler off using runtime Config
|
12 years ago |
Taylor Otwell
|
96f428f83c
Merge pull request #1186 from akuzemchak/feature/json
|
12 years ago |
Aaron Kuzemchak
|
69ebe6d56a
Allow Input::json() to return array instead of object
|
12 years ago |
Dayle Rees
|
2b1d8e6c83
Merge pull request #1179 from lollypopgr/ellang
|
12 years ago |
George Drakakis
|
deac7b36a4
Changed the folder name from "gr" to "el"
|
12 years ago |
Franz Liedke
|
8e145e6c11
Make Eloquent auth driver respect a model's custom password getter.
|
12 years ago |
flaviozantut
|
8599d78338
Added Portuguese Language
|
12 years ago |
flaviozantut
|
05552f2c61
Added Portuguese Language
|
12 years ago |
Callum McIntyre
|
c8ee7ca614
Added documentation regarding the newly public timestamp() function
|
12 years ago |
Callum McIntyre
|
0161273010
Added documentation for the touch() function
|
12 years ago |
Franz Liedke
|
a56f0b2fb3
Merge branch 'develop' of https://github.com/laravel/laravel into develop
|
12 years ago |
Callum McIntyre
|
6b73974505
Added new touch function to eloquent, updates timestamps and immediately saves
|
12 years ago |
Roumen Damianoff
|
afe4485641
Bulgarian translation for array validator messages.
|
12 years ago |
Joost Koehoorn
|
a1c7dde08b
Fixed problem with manual running of Artisan tasks
|
12 years ago |
Dayle Rees
|
ec13efb743
Merge pull request #1164 from lollypopgr/grlang
|
12 years ago |
George Drakakis
|
163f39075d
Added Greek Language
|
12 years ago |