Commit Graph

3711 Commits

Author SHA1 Message Date
Taylor Otwell 457d0f174a Merge pull request #1746 from underparnv/master
Simply combines @import rules in public/laravel/css/style.css
2013-03-28 14:04:25 -07:00
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 0c2389ccb3 Fix language lines. 2013-03-28 15:43:38 -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
Taylor Otwell 7e14c8c4c6 Merge pull request #1822 from bruston/doc-fix-controllers
Minor correction to controllers documentation.
2013-03-28 13:25:25 -07:00
Taylor Otwell 77d748a145 Unguard all Eloquent attributes in seeder. 2013-03-28 11:20:48 -05:00
Taylor Otwell be16de2a2f Switch default mail config to Mailgun. 2013-03-27 10:12:38 -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
Taylor Otwell 724e0e026d Update Html alias. 2013-03-26 15:07:06 -05:00
Taylor Otwell 857dd663fd Add driver to mail config. 2013-03-26 11:22:41 -05:00
Taylor Otwell cf9c6f97ce Add route list service provider. 2013-03-26 10:32:55 -05:00
Taylor Otwell 17b199b6f6 Add storage path configuration. 2013-03-26 09:23:41 -05:00
Taylor Otwell 25a84bc000 Change how bootstrap file is loaded. 2013-03-25 08:32:19 -05: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,
&amp;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
Taylor Otwell 9f64de98f7 Merge pull request #1805 from JesseObrien/patch-1
Adding PATCH to the route register.
2013-03-22 13:08:31 -07: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
Taylor Otwell 2d863c45fc Merge pull request #1803 from alexgalletti/master
Fix for Postgresql PDO::FETCH_ASSOC
2013-03-21 21:17:22 -07:00
Alex 7a289ac50a Fix for Postgresql PDO::FETCH_ASSOC 2013-03-21 23:13:51 -05:00
Taylor Otwell 227683be9f Remove fallback locale. 2013-03-21 19:17:43 -05:00
Taylor Otwell 07d6915c3a Added a default robots.txt file. 2013-03-21 14:09:31 -05:00
Taylor Otwell bcd165ff5e Fix validation language line. 2013-03-21 13:46:19 -05:00
Taylor Otwell 9a58a02ee8 Merge pull request #1800 from AndreiCanta/develop
Typo: missing quotes in session.php doc block
2013-03-20 05:16:54 -07:00
AndreiCanta 6253fe0ae5 Typo: missing quotes in session.php doc block 2013-03-20 11:36:11 +02:00
Taylor Otwell b6a94c0216 Added new workbench config file. 2013-03-18 13:37:05 -05:00
Taylor Otwell b5b7f71964 Fix comment. 2013-03-17 14:39:11 -05:00
Alex f5997b7f97 Allow the renaming of the drivers remember cookie 2013-03-16 21:40:33 -05:00
Taylor Otwell 36e7b132d4 Setup composer post update script to run php artisan optimize. 2013-03-16 09:05:37 -05:00
Taylor Otwell 13d7adb38f Update for optimize command. 2013-03-15 22:22:11 -05:00
Taylor Otwell 0c0b68e395 Added payload configuration option. 2013-03-13 20:12:34 -05:00
Taylor Otwell b8008ff7b3 Fix comment. 2013-03-13 16:40:10 -05:00
Taylor Otwell 13adb44ddf Rename path to files. 2013-03-13 13:29:10 -05:00
Taylor Otwell 4aaf9a8f2b Exit with artisan status code. 2013-03-13 11:56:39 -05:00
Taylor Otwell 216bc07733 Added new options to session config. 2013-03-13 11:32:36 -05:00
Taylor Otwell 1bd93c3327 Merge pull request #1781 from neoascetic/1690_fix_for_php53
Syntax fix for PHP 5.3 (#1690)
2013-03-12 06:24:23 -07:00
Taylor Otwell 5fac0f7b35 Added a sample IronMQ configuration. 2013-03-12 08:23:38 -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
Taylor Otwell 6f92ee8efd Fix CSRF token bug. 2013-03-11 13:21:52 -05:00
Taylor Otwell 2a14998be9 fire app shutdown event. 2013-03-08 10:52:24 -06:00
Taylor Otwell 89e4c29d63 Merge pull request #1765 from driesvints/develop
Add sqs to list of supported drivers
2013-03-05 06:42:47 -08:00
Dries Vints 457e76a470 Add sqs to list of supported drivers
Just forgotten I presume.
2013-03-05 15:41:03 +01:00
Taylor Otwell 05cb4ca276 added form service provider and aliases. 2013-02-27 22:26:58 -06: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
David Mosher eccd8375db Combined @imports in style.css
Removes extraneous http request from style.css
2013-02-26 09:00:52 -08:00