Franz Liedke
|
df9c223ed6
Remove obsolete class import in request.php.
|
12 years ago |
Franz Liedke
|
6a58e98316
Remove obsolete class import in file.php.
|
12 years ago |
Franz Liedke
|
5097e9053b
Remove obsolete class import in cookie.php.
|
12 years ago |
Franz Liedke
|
b40e13a892
Remove obsolete namespace import in config.php.
|
12 years ago |
Franz Liedke
|
83f7847ccd
Remove obsolete namespace import in session/payload.php.
|
12 years ago |
Franz Liedke
|
09cb38fc67
Fix PHPDoc referring to Closure class.
|
12 years ago |
Franz Liedke
|
f6bad1e809
Remove obsolete namespace import in driver.php.
|
12 years ago |
Franz Liedke
|
bf172272da
Remove obsolete code.
|
12 years ago |
Taylor Otwell
|
94f49c3627
Merge pull request #663 from cviebrock/develop
|
12 years ago |
Colin Viebrock
|
97de6ef1d7
Order of elements for Cookie::put() was wrong
|
12 years ago |
Taylor Otwell
|
492b49a04b
Merge pull request #661 from cviebrock/develop
|
12 years ago |
Colin Viebrock
|
5637a29fa3
Add Cookie::forever constant, fixes #660
|
12 years ago |
Joachim Kudish
|
88908ade02
moose are uncountable
|
12 years ago |
Taylor Otwell
|
df79b47cc9
Merge pull request #656 from cviebrock/array-helpers
|
12 years ago |
Colin Viebrock
|
a1cca24e8a
Doc change for issue #648
|
12 years ago |
Taylor Otwell
|
af9f875ee3
Remote unneeded properties.
|
12 years ago |
Taylor Otwell
|
5fcf57a27d
Updated change log.
|
12 years ago |
Taylor Otwell
|
21a51b7cf9
Add controller and controller_action to route.
|
12 years ago |
Taylor Otwell
|
641f1d4c14
Merge pull request #615 from awellis13/feature/route-cleanup
|
12 years ago |
Taylor Otwell
|
01894ae4ee
Merge pull request #651 from dlpetrie/patch-4
|
12 years ago |
Taylor Otwell
|
d0edf92e31
Merge pull request #640 from crynobone/feature/remove-prettyprint
|
12 years ago |
Taylor Otwell
|
0ad9c67fa0
Merge pull request #631 from loic-sharma/patch-2
|
12 years ago |
Taylor Otwell
|
287f2a299f
Merge pull request #641 from crynobone/feature/form-select-optgroup
|
12 years ago |
Taylor Otwell
|
cded744ac9
Merge pull request #648 from cviebrock/array-helpers
|
12 years ago |
Daniel Petrie
|
8a8d331981
Update laravel/routing/controller.php
|
12 years ago |
Daniel Petrie
|
b6cbac56c8
bundle property wasn't being used, so I made use of it as well as adding the controllers name and action being called.
|
12 years ago |
Colin Viebrock
|
4d98eaa8d3
Merge remote-tracking branch 'laravel/develop' into array-helpers
|
12 years ago |
Taylor Otwell
|
c0b9de27eb
Merge pull request #645 from cviebrock/develop
|
12 years ago |
Colin Viebrock
|
319c450f6f
Make Input::only() and Input::except() into array_only() and array_except() helpers.
|
12 years ago |
Colin Viebrock
|
be5eaf946c
Driver uses Laravel\Crypter
|
12 years ago |
crynobone
|
c50646dfe8
Missing </head> close tag
|
12 years ago |
crynobone
|
ec9f5f1995
Add support for Form::select with optgroup, solved #526
|
12 years ago |
crynobone
|
2f2b0416aa
Google Pretty Print never loaded, there's no need to include it.
|
12 years ago |
Pavel
|
524375781e
Added Bundle::expand() method.
|
12 years ago |
Taylor Otwell
|
1f706bd2d1
Merge pull request #633 from crynobone/feature/validator-replace-attr
|
12 years ago |
crynobone
|
57f94a7829
Validator: During replace :attribute, need to verify Lang::has('key') instead of checking is_null()
|
12 years ago |
Taylor Otwell
|
47b6492a7e
updated lang::has method.
|
12 years ago |
Loic Sharma
|
d866244225
Moved the extensions compiler to first.
|
12 years ago |
Taylor Otwell
|
515f5f4009
change matcher function to public.
|
12 years ago |
Taylor Otwell
|
16719ed455
Merge pull request #630 from dlpetrie/patch-3
|
12 years ago |
Daniel Petrie
|
3d284d2b8a
Adding use Closure; to fix namespacing issue.
|
12 years ago |
Taylor Otwell
|
d3811af333
Merge pull request #625 from daylerees/docs-style-fix
|
12 years ago |
Taylor Otwell
|
70d4746159
cleaning up.
|
12 years ago |
Taylor Otwell
|
a697781390
Merge pull request #628 from daylerees/custom-blade
|
12 years ago |
Dayle Rees
|
b870807e1a
renamed blade::register to blade::extend
|
12 years ago |
Dayle Rees
|
d2de301ede
added custom compilers to blade
|
12 years ago |
Dayle Rees
|
d5c01b6e74
added ubuntu webfont and fixed taylors naughty naughty inline styles
|
12 years ago |
Taylor Otwell
|
0824c871fd
tweaking wording.
|
12 years ago |
Taylor Otwell
|
84f2209e3c
Merge pull request #624 from CoolGoose/patch-1
|
12 years ago |
Alexandru Bucur
|
7f7a0cf035
Added a small example on how to call a function in blade :P
|
12 years ago |
Taylor Otwell
|
c764f76e5b
remove extra method call.
|
12 years ago |
Taylor Otwell
|
a59cdd937a
updated version.
|
12 years ago |
Taylor Otwell
|
6923b7c95d
Merge pull request #623 from sparksp/develop-patch-view
|
12 years ago |
Phill Sparks
|
0baf5ad9b1
Fix View's use of Events so you can actually implement your own things
|
12 years ago |
Taylor Otwell
|
e85ca96e38
Merge pull request #614 from awellis13/feature/trim-sql-for-query
|
12 years ago |
Taylor Otwell
|
caf0bb7cb2
Fully qualify eloquent class.
|
12 years ago |
Taylor Otwell
|
50dc9f8663
Use regular array_merge on Input::all().
|
12 years ago |
Andrew Ellis
|
100a59c9c4
added trim() for the sql statement
|
12 years ago |
Andrew Ellis
|
fdad58383b
cleaned up phpdoc and removed as it is not used
|
12 years ago |
Taylor Otwell
|
e256a66b18
Merge pull request #562 from ProgerXP/patch-lang
|
12 years ago |
Taylor Otwell
|
c2ed9e3429
return key instead of null when language line isn't found.
|
12 years ago |
Taylor Otwell
|
74022cfa5a
fix typo.
|
12 years ago |
Taylor Otwell
|
280bc99ed8
add u PCRE modifier to str::words.
|
12 years ago |
Taylor Otwell
|
4f036cf7dd
add spacing to router.
|
12 years ago |
Taylor Otwell
|
9ca81296d8
Merge pull request #589 from whitman/numeric-routes
|
12 years ago |
Taylor Otwell
|
d0cdfb971d
clean up has_file method.
|
12 years ago |
Taylor Otwell
|
5fa78819eb
Merge branch 'develop' of github.com:laravel/laravel into develop
|
12 years ago |
Taylor Otwell
|
11f08fb737
Merge pull request #590 from Vespakoen/develop
|
12 years ago |
Taylor Otwell
|
295c3b80c2
add sqlite query driver.
|
12 years ago |
Taylor Otwell
|
f53c8285a7
Merge pull request #564 from ProgerXP/patch-del
|
12 years ago |
Taylor Otwell
|
57c228aec6
Merge pull request #611 from asdfgh746/develop
|
12 years ago |
Taylor Otwell
|
4822f847c2
pass delete method through eloquent query.
|
12 years ago |
Taylor Otwell
|
aca2a2ae1c
Fix auth bug and other resolver bugs.
|
12 years ago |
Taylor Otwell
|
cadfc3c50f
Fix IoC bug.
|
12 years ago |
Taylor Otwell
|
a68c4013f8
Fix import.
|
12 years ago |
Taylor Otwell
|
2ccfa7b8f6
Fix return for real.
|
12 years ago |
Taylor Otwell
|
0649ef21c6
Clean up junk.
|
12 years ago |
Taylor Otwell
|
980e965cab
Fix return.
|
12 years ago |
asdfgh746@gmail.com
|
9c109849c3
Fix typos.
|
12 years ago |
Taylor Otwell
|
f0a6111021
Set token.
|
12 years ago |
Taylor Otwell
|
b10b8e3862
Import Config class.
|
12 years ago |
Taylor Otwell
|
9d1d48fb4f
Fix bug in IoC.
|
12 years ago |
Taylor Otwell
|
348ff778ed
Merged Linject into the core IoC container.
|
12 years ago |
Taylor Otwell
|
30c87b9245
Updated change log.
|
12 years ago |
Taylor Otwell
|
b5f5927fa7
Fix bug with many-to-many relationships on non-default database connection.
|
12 years ago |
Taylor Otwell
|
9ed91af1e8
added Response::eloquent method.
|
12 years ago |
Taylor Otwell
|
13638467b4
added Response::json method.
|
12 years ago |
Taylor Otwell
|
f6b7e5f727
updated change log.
|
12 years ago |
Taylor Otwell
|
208eb8a380
move json method to input class.
|
12 years ago |
Taylor Otwell
|
138d08c04b
added Requst::json method.
|
12 years ago |
Taylor Otwell
|
6d37a32466
Cleaning up the routes file.
|
12 years ago |
Taylor Otwell
|
223c3a7dde
Fix typo.
|
12 years ago |
Taylor Otwell
|
f050f7731b
Refactoring some auth code.
|
12 years ago |
Taylor Otwell
|
de7046cc66
update change log.
|
12 years ago |
Taylor Otwell
|
60ab0b66e7
Finishing up auth re-write.
|
12 years ago |
Taylor Otwell
|
60f61f318b
refactored authentication system.
|
12 years ago |
Taylor Otwell
|
c49e1964a9
Working on base authentication driver.
|
12 years ago |
Taylor Otwell
|
840954eb1d
Rename "register" methods to "extend".
|
12 years ago |
Taylor Otwell
|
1dd35dffdb
Update change log.
|
12 years ago |
Taylor Otwell
|
7e33ec5f34
Allow the registration of custom database drivers.
|
12 years ago |