Commit Graph

3978 Commits

Author SHA1 Message Date
Taylor Otwell
d1ae2324fd Fix returning check for Postgres. 2013-05-14 00:55:26 -05:00
Taylor Otwell
c878a18fdb Merge pull request #1962 from fpirsch/master
fix incorrect padding with multibyte strings encryption
2013-05-13 22:53:15 -07:00
Taylor Otwell
5d63d5ad52 Consider protocoless URLs as valid. Closes. #1966. 2013-05-14 00:51:08 -05:00
Taylor Otwell
1fdd186dde Merge pull request #1974 from neoascetic/belongs_to_call_a_getter
Access foreign property in Belongs_To through a getter
2013-05-13 22:49:36 -07:00
Taylor Otwell
3965429176 Merge pull request #1970 from jasonlfunk/master
Allow developers to set the Content-Disposition header in Response::download()
2013-05-13 22:47:15 -07:00
Taylor Otwell
86fc0ca7cb Merge pull request #1976 from neoascetic/more_fluent_eloquent
Even more fluent eloquent model via magic setters
2013-05-13 22:43:15 -07:00
Taylor Otwell
727b69494b Check arrays on Input::had. Closes #1988. 2013-05-14 00:41:42 -05:00
Taylor Otwell
8709c6c6b0 Use app_path in global file. Closes #1975. 2013-05-14 00:40:22 -05:00
Taylor Otwell
6891fb7b21 Merge pull request #1963 from EvgenyKovalev/master
Language fix for Validation.
2013-05-13 22:35:07 -07:00
Taylor Otwell
7fb445b107 Merge pull request #1987 from netflam/patch-1
Update .htaccess
2013-05-13 22:32:14 -07:00
Taylor Otwell
348feccd3e Merge pull request #1989 from juukie14/master
Added Dutch translation for validation rules "date_format" and "required_with".
2013-05-13 22:32:01 -07:00
Taylor Otwell
c7f889fe54 Move slash redirects to application level. 2013-05-14 00:27:41 -05:00
Jürgen van Dijk
b894cde4ba Added Dutch translations for validation rules "date_format" and "required_with". 2013-05-13 12:00:09 +02:00
Taylor Otwell
086f2966c0 Merge pull request #1973 from bencorlett/patch-3
Updates for the rename of the `HTML` facade.
2013-05-11 18:03:43 -07:00
Maciej Czyżewski
ae61b601b6 Update .htaccess
Change link in comment. (2.2 -> current)
2013-05-11 14:16:41 +03:00
Pavel Puchkin
f2f1d4d173 Return $this in set_attribute 2013-05-08 20:11:44 +10:00
Pavel Puchkin
3a46721eca Even more fluent eloquent model via magic setters
Now it is possible to use Eloquent's magic setters in chains. For example:

    $model->set_foo('foo')->take(10)->set_bar(some_function());
    // ...even though setters 'foo' and 'bar' are not defined on the model
2013-05-08 18:28:22 +11:00
Pavel Puchkin
641ac8d69c Access foreign property in Belongs_To through a getter 2013-05-08 11:39:51 +11:00
Ben Corlett
a982efb49b Updates for the rename of the HTML facade.
See laravel/framework#1231
2013-05-08 09:30:08 +10:00
Jason Funk
96e44d908c Allow the developer to set the Content-Disposition header in Response::download() 2013-05-07 09:16:13 -05:00
Taylor Otwell
24f0d9a5b8 Update HTML alias. Closes #1210. 2013-05-07 08:19:08 -05:00
Taylor Otwell
db365ddaae Remove pre-install cmd for now. 2013-05-06 09:35:34 -05:00
Evgeny Kovalev
accbcabfcf Fixes 'greater' to 'not greater'.
Signed-off-by: Evgeny Kovalev <Evgeny.Kovalev@gmail.com>
2013-05-06 00:01:57 +04:00
Evgeny Kovalev
bd6289b118 Fixes error messages. Validation allows max number.
Fix for both Russian and English.
NB The bug is fixed for English version V4 already. No language files for other languages for V4.
Signed-off-by: Evgeny Kovalev <Evgeny.Kovalev@gmail.com>
2013-05-05 23:51:46 +04:00
fpirsch
76db206551 fix incorrect padding with multi-byte strings
As far as encrypting and paddings are concerned, we are talking about **bytes** and not **characters**. So basic strlen/substr functions must be used instead of their mbstring version.
2013-05-05 15:00:23 +03:00
Taylor Otwell
e12830534e Tweak composer commands. Closes #1954. 2013-05-04 19:29:52 -05:00
Taylor Otwell
cffded660c Merge pull request #1959 from dotramses/patch-1
Update migrator.php
2013-05-04 17:26:19 -07:00
Taylor Otwell
3d533f03e6 Fix method override. 2013-05-04 19:25:53 -05:00
Taylor Otwell
07a5edb9db Fix comment. Closes #1958. 2013-05-04 14:30:52 -05:00
dotramses
852937baf4 Update migrator.php
when used in a setup task. The output created didn't add a line ending.
2013-05-04 22:28:09 +03:00
尘缘
f742cc32f5 Merge pull request #1 from laravel/master
merge
2013-05-04 06:41:24 -07:00
Taylor Otwell
e8823e798b Added clear compile pre update script. 2013-05-03 22:26:37 -05:00
Taylor Otwell
1e68129265 Tweak maintenace mode handler. 2013-05-02 15:33:15 -05:00
Taylor Otwell
74cd3eb838 Added proper code for new maintenance mode feature. 2013-05-02 15:31:21 -05:00
Taylor Otwell
e72b120929 Fix spelling. 2013-05-01 14:27:12 -05:00
Taylor Otwell
b9cf8dfb71 Upgrade to latest Symfony HttpFoundation tag. Closes #1865. 2013-05-01 14:19:14 -05:00
Taylor Otwell
c25c56ecfd Merge pull request #1876 from briankiewel/robots
Changed robots.txt to use disallow instead of allow
2013-05-01 12:09:09 -07:00
Taylor Otwell
9ee8da7bfd Fix session configs. Closes #1943. 2013-05-01 14:06:27 -05:00
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