Commit Graph

3717 Commits

Author SHA1 Message Date
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
Taylor Otwell
df319a2178 added a reminders language file. 2013-02-08 14:24:18 -06:00
Taylor Otwell
6674b34a64 update log file name to include sapi name. 2013-02-08 11:14:17 -06:00
Taylor Otwell
4355a334f7 update session config. 2013-02-08 09:31:43 -06:00
aditya
8e27840718 (Very) minor typo fix. 2013-02-08 05:12:06 +05:30
Taylor Otwell
5d409fe0d5 remove unneeded alias. 2013-02-07 16:42:54 -06:00
Taylor Otwell
6c40ce69fb setup seeder. 2013-02-07 14:51:28 -06:00
Bruno Gaspar
25ad84b1f3 convert spaces to tabs 2013-02-07 17:49:21 +00:00
Taylor Otwell
ce0a7f6545 fix typo. 2013-02-07 08:53:07 -06: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
Taylor Otwell
59d6d74a23 clean up start file. 2013-02-06 22:11:29 -06:00
Taylor Otwell
c07f552c70 cleaning up comments for my ocd. 2013-02-06 22:04:36 -06:00
Taylor Otwell
4528981e44 Merge pull request #1687 from bencorlett/develop
Adding ability to specify public path and centralising paths into their own file.
2013-02-06 19:59:09 -08:00
Pasvaz
2144637e12 Handles Redis password
If password is set in the config (database.php), before to issue any command it starts the Auth process, otherwise it starts with SELECT as usuale.
2013-02-07 03:35:42 +01:00
Ben Corlett
24e158e889 Adding bootstrap/paths.php to allow specification of custom paths for sections of Laravel.
Signed-off-by: Ben Corlett <bencorlett@me.com>
2013-02-07 11:19:17 +11:00
Ben Corlett
8a5f18e139 Moving start.php to bootstrap/start.php to collate all bootstrapping files.
Signed-off-by: Ben Corlett <bencorlett@me.com>
2013-02-07 09:27:15 +11:00
Tz-Huan Huang
068ddef312 Update laravel/session/drivers/cookie.php 2013-02-06 13:35:03 +08:00
Chris How
87c588c610 Updated docs 2013-02-03 19:34:13 +01:00
Chris How
f93dfccd21 HTML::entities() now optional on label contents 2013-02-03 19:15:55 +01:00
Taylor Otwell
106d3b7287 fix namespace. 2013-02-01 08:30:52 -06:00
Taylor Otwell
ae43bff49b added a new service provider. 2013-01-31 23:27:03 -06:00
Taylor Otwell
15a52eefaf update service provider class name. 2013-01-31 23:15:07 -06:00
Taylor Otwell
af4381f7de implement remindable interface on default user. 2013-01-31 22:40:41 -06:00
Edwin
441ad9252d Convert spaces to tab.
Signed-off-by: Edwin <tkaw220@gmail.com>
2013-02-01 11:55:19 +08:00
Pavel Puchkin
a2cafaa367 Fix bug in ANBU that cause wrong total time showing on Queries tab
When query time is larger than one second 'array_sum' cannot convert it
to float right. Also, it is better to fire 'laravel.query' event with
raw time as an argument rather than its string representation
2013-02-01 11:10:02 +11:00
Flavy
720480e74f Added romanian language 2013-02-01 01:30:20 +02:00
Taylor Otwell
7e81f9de94 Merge branch 'develop' of github.com:laravel/laravel into develop 2013-01-30 22:42:40 -06:00