Commit Graph

3744 Commits

Author SHA1 Message Date
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,
> 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
Taylor Otwell 2e8b5575e5 Merge pull request #1690 from kdocki/master
IoC container not resolving classes with optional parameters (i.e. models that use Eloquent)
2013-02-25 20:11:33 -08:00
Taylor Otwell 3d5747c282 Merge pull request #1739 from Bering/regex-validation-message
Fixes the validation error message for regex validation rule
2013-02-25 13:58:26 -08:00
Taylor Otwell 45f4de147f Merge pull request #1721 from zackkitzmiller/patch-1
Default queue should be synchronous.
2013-02-25 12:55:21 -08:00
Bering c45ef54c58 Fixes the validation error message for regex validation rule 2013-02-22 17:25:49 -05:00
Ben Corlett 597c6f1831 Update app/tests/TestCase.php 2013-02-22 16:47:09 -05:00
Ben Corlett 6d3eabf9b1 Remove tabs / spaces mix. 2013-02-22 14:49:15 -05:00
Duru Can Celasun 31e21971a0 Add flushing support to the Redis cache driver 2013-02-20 09:17:59 +02:00
Zack Kitzmiller 69911f29cd default queue should be synchronous. 2013-02-18 11:03:17 -05:00
Pavel Puchkin 9003957b28 One more fix about custom query grammar 2013-02-18 15:18:10 +11:00
Brian Kiewel efb30de6c3 small typo fix in readme 2013-02-16 23:30:12 -07:00
Kirk Bushell bc36205a99 Updated error class to pass the Exception for the 500 triggered event. 2013-02-15 09:50:32 +11:00
Taylor Otwell 79d18a3122 Update app/config/session.php 2013-02-14 08:32:38 -06:00
Taylor Otwell 32df1b62d3 added Str alias. 2013-02-13 14:01:47 -06:00
Davide Bellini 5c42c5d2e6 Added "Not In" rule translation (fix issue #1701) 2013-02-13 12:28:56 +01:00
Taylor Otwell 96237d884e update queue config with sqs example. 2013-02-12 22:23:48 -06:00
Dave Clayton 43afc7b9fa Made how to do AND WHERE in fluent more explicit in the docs 2013-02-12 14:54:13 +01:00
Taylor Otwell 3ad5edcc10 adding a default password reminder e-mail. 2013-02-08 14:49:12 -06:00