Commit Graph

3840 Commits

Author SHA1 Message Date
Taylor Otwell d8abb9d603 Merge pull request #1877 from briankiewel/htaccess-tabs
Converted spaces to tabs in .htaccess for consistency
2013-05-01 09:43:19 -07:00
Taylor Otwell 5c340a60a9 Merge pull request #1879 from jasonlewis/fix/use-base-path-in-start
Use the base.path when loading the illuminate application.
2013-05-01 09:42:58 -07:00
Taylor Otwell 92f602edbf Merge pull request #1875 from effenberger/master
modified IoC::registred()
2013-05-01 09:41:58 -07:00
Taylor Otwell 048e3322d5 Merge pull request #1931 from vlakoff/develop
Fix comment on default session driver.
2013-05-01 09:24:23 -07:00
Taylor Otwell c991a4cfb1 Fix typo. Closes #1935. 2013-05-01 11:18:09 -05:00
Taylor Otwell d433293e8a Add required_if validation language line. 2013-04-30 09:57:09 -05:00
vlakoff 5e2d8843d8 Fix comment on default session driver. 2013-04-30 05:43:09 +02:00
Taylor Otwell 763f1d5181 Use Redirect::guest in "auth" filter. 2013-04-23 22:27:51 -05:00
Taylor Otwell b042d46bfe Set preferred install as "dist" out of the box. 2013-04-19 23:39:29 -05:00
Taylor Otwell b16bb1ac6a Setup Patchwork for 1.1.*. 2013-04-18 11:00:40 -05:00
Taylor Otwell 5b43ff5181 Added "cookie" back in as session option. 2013-04-17 16:28:05 -05:00
Taylor Otwell 452956551b Fix comments on session. 2013-04-17 00:29:48 -05:00
Taylor Otwell d9c559ba7f Tweak for session changes. 2013-04-16 22:36:51 -05:00
dr.dimitru 036a0bab0b Make view with response status and headers
Add functionality to make view with response status and headers
 - view_with_status
2013-04-16 03:28:55 +04:00
Taylor Otwell 997f789c47 Move comment to line it up with others. 2013-04-15 15:32:11 -05:00
Taylor Otwell e0d6b130b8 Remove pre-update script. 2013-04-14 13:54:33 -05:00
Taylor Otwell 315bb1dd9b Add pre-update command to remove the compiled file. 2013-04-14 13:51:53 -05:00
Authman Apatira 9ba285a2ad Return the status of $model->push(). 2013-04-13 23:14:26 -07:00
Jason Lewis ed89cfb13b Use the base.path when loading the illuminate application.
Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com>
2013-04-14 13:19:52 +10:00
Brian Kiewel 982e51fd98 Converted spaces to tabs for consistency 2013-04-13 09:39:38 -07:00
Taylor Otwell 6e5ca7331e Add "url" option to configuration. 2013-04-13 08:30:14 -05:00
Brian Kiewel 7ad0dcea28 Changed robots.txt to use disallow instead of allow 2013-04-12 13:23:39 -07:00
Max e1fde01e9d IoC::registered check fixed
Returns true if the instance was registered with IoC::instance
2013-04-12 16:35:33 +03:00
Taylor Otwell 503ba02411 Merge pull request #1864 from bencorlett/develop
Lining up translation.
2013-04-10 20:12:31 -07:00
Taylor Otwell 23464cac25 Merge pull request #1868 from aeberhardo/bug/version-bump-3.2.14
Incremented version from 3.2.13 to 3.2.14
2013-04-10 20:11:34 -07:00
Taylor Otwell 64953eb196 Merge pull request #1869 from aeberhardo/docs/contributing-typo
Fixed a typo in "Contributing" chapter
2013-04-10 20:11:15 -07:00
Taylor Otwell 343c31e5db Redirect trailing slashes with 301. 2013-04-09 15:37:50 -05:00
aeberhardo 87bf2402d4 Fixed a typo in Contributing chapter
Signed-off-by: aeberhardo <aeberhard@gmx.ch>
2013-04-09 10:38:34 +02:00
aeberhardo 44f82b18d8 Incremented version from 3.2.13 to 3.2.14
Signed-off-by: aeberhardo <aeberhard@gmx.ch>
2013-04-09 10:23:07 +02:00
Taylor Otwell b2a1c9be53 Turn on Redis clustering by default. 2013-04-08 19:48:02 -05:00
Taylor Otwell c9d0090f72 Fix typo. 2013-04-08 11:16:11 -05:00
Taylor Otwell 3b601fee4a Added auth.basic filter. 2013-04-08 10:39:36 -05:00
Ben Corlett 26c426ab3e Lining up translation. Surprised it triggered my OCD before @taylorotwell's.
Signed-off-by: Ben Corlett <bencorlett@me.com>
2013-04-07 20:00:44 +10:00
Taylor Otwell 936160f907 Merge pull request #1850 from rk/patch-1
Check application.ssl when setting a secure cookie
2013-04-06 18:27:53 -07:00
Taylor Otwell 9c9b6eed10 Merge remote-tracking branch 'origin/master' 2013-04-06 20:27:07 -05:00
Taylor Otwell 5ddeab6051 pass exception to 500 event correctly. 2013-04-06 20:27:00 -05:00
Taylor Otwell 0008a2324f Merge pull request #1857 from doubleking/master
Changed Laravel\ namespace prefix in some classes calls in helpers to global.
2013-04-05 06:49:55 -07:00
jan e4080c02f5 get_cli_option() is called outside Laravel app, so namespace prefix must be left there 2013-04-05 09:48:49 +02:00
jan 3cd624eac8 Changed Laravel\ namespace prefix in some classes calls in helpers to
global, to allow aliases to work, and allow class extending.
2013-04-05 09:18:51 +02:00
Taylor Otwell 4ecbef68a0 Merge pull request #1853 from cviebrock/table-macros
Add Macros to tables
2013-04-04 10:41:39 -07:00
Taylor Otwell 78af4569de Merge pull request #1855 from rittme/patch-1
get_dirty() comparison is not type safe
2013-04-04 10:40:18 -07:00
Taylor Otwell d8daedcb46 Merge pull request #1852 from andershammar/develop
Add validation error message for the 'required_without' rule
2013-04-04 08:10:32 -07:00
Bernardo Rittmeyer d46e19214b get_dirty() comparison is not type safe
get_dirty() must compare using Not Identical (!==) on place of Not Equal (!=).
For example, changing null to false don't make the model dirty.
2013-04-04 12:50:59 +03:00
Colin Viebrock 906d0d851e add macros to tables 2013-04-03 18:26:15 -05:00
Colin Viebrock 0fd3815f81 Merge branch 'develop' of git://github.com/laravel/laravel into develop
Conflicts:
	laravel/documentation/requests.md
	laravel/routing/router.php
	license.txt
2013-04-03 18:19:08 -05:00
Anders Hammar c9771d2fff Add validation error message for the 'required_without' rule 2013-04-03 23:14:39 +02:00
Robert K 785e168f5e Check application.ssl when setting a secure cookie
Most SLL-related code in Laravel checks to see if `application.ssl`
is true before doing an action requiring it. `Cookie::put()` is the
only exception that I've found, to date, that doesn't test for SSL.

This checks to see that the SSL is enabled when attempting to set a
secure cookie.

To verify, set `application.ssl` to false (without this patch) then
run:

	Cookie::put('foo', 'bar', 0, '/', null, true);

You will get an exception because of line 90 in `cookie.php`:

		if ($secure and ! Request::secure())
		{
			throw new \Exception("Attempting to set secure cookie over HTTP.");
		}

With this patch you will not get this error unless both `application.ssl`
is true, and the cookie `$secure` flag is set.
2013-04-03 12:13:21 -03:00
Taylor Otwell 5dd3ec6f1e Merge pull request #1845 from stevenklar/master
Add unregister IoC
2013-04-02 09:38:59 -07:00
Steven Klar 4086d130d1 Add unregister to IoC-Contrainer
Signed-off-by: Steven Klar <steven.klar@mayflower.de>
2013-04-02 11:09:40 +02:00
Taylor Otwell 67488916f4 Remove locales. 2013-03-30 08:46:49 -05:00