Taylor Otwell
118555002f
Merge pull request #1747 from voidman/patch-1
...
Update laravel/request.php
2013-03-28 14:04:05 -07:00
Taylor Otwell
4125438391
Merge branch 'master' of github.com:laravel/laravel
2013-03-28 15:50:36 -05:00
Taylor Otwell
15414808a1
fix padding bug in crypter.
2013-03-28 15:50:25 -05:00
Taylor Otwell
dd7c317707
Merge pull request #1793 from alexgalletti/patch-1
...
Allow the renaming of the drivers remember cookie
2013-03-28 13:40:57 -07:00
Taylor Otwell
7244405868
Merge pull request #1806 from Gargron/patch-1
...
Fix for double escaping of queries in the profiler
2013-03-28 13:36:11 -07:00
Taylor Otwell
60ad02ad01
Merge branch 'master' of github.com:laravel/laravel
2013-03-28 15:35:25 -05:00
Taylor Otwell
c1a8b83574
fix array input has.
2013-03-28 15:35:09 -05:00
bruston
53a14206b1
Minor correction to controllers documentation.
...
Signed-off-by: bruston <benjy.ruston@gmail.com>
2013-03-27 13:07:48 +00:00
Eugen
944d98d16e
Fix for double escaping of queries in the profiler
...
Sometimes the logged queries would be rendered with visible
HTML entities in the profiler, due to double encoding (You know,
&gt; stuff). I could not find out why it was being escaped
twice, but I found an easy fix: since PHP 5.2.3 the htmlspecialchars
function had a double_encoding parameter that could be set
to false. Voilà!
2013-03-23 00:58:43 +01:00
Jesse O'Brien
318bb36072
Adding PATCH to the route register.
...
Self-explanatory.
2013-03-22 17:04:15 -03:00
Taylor Otwell
88cde2c91d
update change log.
2013-03-21 23:22:44 -05:00
Alex
7a289ac50a
Fix for Postgresql PDO::FETCH_ASSOC
2013-03-21 23:13:51 -05:00
Alex
f5997b7f97
Allow the renaming of the drivers remember cookie
2013-03-16 21:40:33 -05:00
Pavel Puchkin
a0c2adecdc
One more fix - wrong property name
2013-03-12 16:16:45 +11:00
Pavel Puchkin
cf9013403b
Syntax fix for PHP 5.3 ( #1690 )
2013-03-12 16:09:16 +11:00
David Lin
5929f8e537
Update laravel/request.php
...
When running nginx with php-cgi (Fast-CGI):
spawn-fcgi -a 127.0.0.1 -p 10081 -C 50 -u nobody -f /usr/local/php5317/bin/php-cgi
The Request::cli() method will determine the web request as run from the command line.
Add ` PHP_SAPI != "cgi-fcgi" ` to resolve it.
2013-02-27 08:54:57 +08:00
Kelt Dockins
1ed7ec98ba
adding unit tests for ioc changes
2013-02-07 00:13:00 -06:00
Kelt Dockins
b48031b04a
ioc resolves classes with optional params and accepts arguments
2013-02-06 23:30:57 -06:00
Eddie Monge Jr.
f997838f5f
Update laravel/documentation/requests.md
...
Fixed typo. Missing opening paren
2013-01-12 17:32:38 -08:00
Pasvaz
9dd0a21f8d
Implemented OPTIONS verb
...
Laravel crashes when an OPTIONS request is issued
2013-01-12 02:20:37 +01:00
Taylor Otwell
63bf89efd5
Merge branch 'develop' of github.com:laravel/laravel into develop
2013-01-10 16:21:01 -06:00
Taylor Otwell
c9faa957a3
Merge branch 'master' of github.com:laravel/laravel into develop
2013-01-10 16:20:09 -06:00
Taylor Otwell
06538cc8c0
update change log.
2013-01-10 16:19:36 -06:00
Taylor Otwell
bd11b2a8af
Merge pull request #1577 from inverse/develop
...
Fixed issue with html unit tests
2013-01-10 14:08:40 -08:00
Pierre Bertet
4a47bda118
Documentation: markdown syntax
...
Signed-off-by: Pierre Bertet <bonjour@pierrebertet.net>
2013-01-10 16:10:07 +01:00
Pierre Bertet
347f1b8d97
Documentation: typo
...
Signed-off-by: Pierre Bertet <bonjour@pierrebertet.net>
2013-01-10 16:10:07 +01:00
Pierre Bertet
f69b70aa80
Documentation: typo
...
Signed-off-by: Pierre Bertet <bonjour@pierrebertet.net>
2013-01-10 16:10:07 +01:00
Pierre Bertet
a1facced9a
Documentation typography: ellipses
...
Signed-off-by: Pierre Bertet <bonjour@pierrebertet.net>
2013-01-10 16:10:07 +01:00
Pierre Bertet
63708d64e0
Documentation: typo
...
Signed-off-by: Pierre Bertet <bonjour@pierrebertet.net>
2013-01-10 16:10:07 +01:00
Pierre Bertet
1e7917adea
Documentation: relative link to the documentation
...
Signed-off-by: Pierre Bertet <bonjour@pierrebertet.net>
2013-01-10 16:10:07 +01:00
Andreas Heiberg
4de7510bfd
fixed typo
...
I suppose stored is what was meant to be typed?
2013-01-09 22:31:17 +01:00
Malachi Soord
337c2f0a7c
Fixed issue with html unit tests
2013-01-07 21:28:09 +00:00
Taylor Otwell
53b94468cd
Fix multi inserts in SQLite.
2013-01-06 19:06:53 -06:00
Dayle Rees
f0c3dbba40
Fixing merge issues.
2013-01-06 20:14:07 +00:00
Taylor Otwell
abff7d8e7d
Merge branch 'master' into develop
2013-01-06 14:01:18 -06:00
Taylor Otwell
ff7f6f67db
Merge pull request #1573 from neoascetic/patch-1
...
Respect LARAVEL_ENV variable
2013-01-06 12:00:43 -08:00
Taylor Otwell
cb567c5e4d
Updated Symfony HttpFoundation to 2.1.6.
2013-01-06 13:58:36 -06:00
Taylor Otwell
2946274a95
Merge pull request #1473 from s4wny/patch-1
...
Added a pretty_print option to the log class
2013-01-06 07:55:02 -08:00
Taylor Otwell
ff682d69c0
Merge pull request #1546 from darkimmortal/master
...
Fix for white-on-white profiler text when using dark site theme
2013-01-06 07:52:07 -08:00
Pavel Puchkin
77679a5659
Respect LARAVEL_ENV variable
...
Laravel **should** respect `LARAVEL_ENV` variable when running through CLI
2013-01-07 01:20:46 +11:00
Taylor Otwell
b0eb9a8b42
Fix bugs in Eloquent.
2013-01-05 16:45:34 -06:00
Taylor Otwell
28a880b5b5
Use array_key_exists in validator.
2013-01-05 16:24:51 -06:00
Taylor Otwell
23bdbd0834
Tweak postgres connector.
2013-01-05 16:22:32 -06:00
Taylor Otwell
f948801369
Fix bug.
2013-01-05 16:15:18 -06:00
Taylor Otwell
cc0908cddc
Merge branch 'master' into develop
2013-01-05 16:07:59 -06:00
Taylor Otwell
5fd1ea527f
Fix bug in connection with custom grammars.
2013-01-05 16:00:32 -06:00
Taylor Otwell
653770a3eb
Allow relative URLs in to_asset.
2013-01-05 15:53:43 -06:00
Taylor Otwell
13a1c5daac
Merge pull request #1170 from kapv89/patch-4
...
Added a method to fluently set belongs-to relation
2013-01-05 13:51:39 -08:00
Taylor Otwell
cfc024fe66
Merge pull request #1212 from franzliedke/patch-46
...
Fix CLI mode detection for some shared hosts.
2013-01-05 13:37:31 -08:00
Taylor Otwell
c397c26a7b
Merge pull request #1221 from arisk/patch-1
...
Added PDO error code
2013-01-05 13:33:51 -08:00