Taylor Otwell
b566cd2535
Merge pull request #2384 from ccovey/3.0
...
3.0
2013-10-30 06:28:51 -07:00
Cody Covey
b956efe29f
Update sqlserver.php
2013-10-30 08:20:35 -05:00
Cody Covey
f235e47f29
might as well cast limit as well
2013-10-30 01:27:08 -05:00
Cody Covey
f3370110b3
cast int for offset and limit
2013-10-30 01:26:03 -05:00
Cody Covey
9e40cc5268
cast offset to int
2013-10-30 01:22:00 -05:00
Taylor Otwell
58d6b112a7
Merge pull request #2009 from dr-dimitru/master
...
Validation Russian language update
2013-05-21 18:05:38 -07:00
Dmitriy A. Golev
70f2836060
Revert "Make view with response status and headers"
...
This reverts commit 036a0bab0bd05cf2f8086363c35adc104a7cf631.
2013-05-22 01:47:48 +04:00
Dmitriy A. Golev
357875d6c8
Validation in Russian update
2013-05-22 01:44:32 +04:00
Taylor Otwell
6a1d203baf
Merge pull request #1994 from aeberhardo/bug/putenv
...
Fixes variable export for Windows.
2013-05-15 12:52:16 -07:00
Taylor Otwell
37acc995df
Merge pull request #1991 from juukie14/master
...
Validation language line correction
2013-05-15 12:51:33 -07:00
Taylor Otwell
fe00e01212
Merge pull request #1992 from neoascetic/patch-1
...
Fix russian translation for 'exists' validation rule
2013-05-15 12:51:16 -07:00
aeberhardo
cfcd82e04a
Fixes variable export for Windows.
...
Issue: https://github.com/laravel/laravel/issues/1870
Fix in commit 678b92ef85
does not work.
Signed-off-by: aeberhardo <aeberhard@gmx.ch>
2013-05-15 19:05:04 +02:00
Pavel Puchkin
bee0153e3b
Fix russian translation for 'exists' validation rule
2013-05-15 18:04:47 +12:00
Jürgen van Dijk
82686af96f
Language line correction
...
Indentation before '=>' and 'geldig' instead of 'geldige'.
2013-05-14 08:59:59 +02:00
Taylor Otwell
678b92ef85
putenv in test runner.
2013-05-14 01:15:51 -05:00
Taylor Otwell
9871281b34
Merge pull request #1880 from authman/master
...
Patch for ->push();
2013-05-13 23:12:08 -07:00
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
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
Jürgen van Dijk
b894cde4ba
Added Dutch translations for validation rules "date_format" and "required_with".
2013-05-13 12:00:09 +02: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
Jason Funk
96e44d908c
Allow the developer to set the Content-Disposition header in Response::download()
2013-05-07 09:16:13 -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
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
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
Taylor Otwell
b9cf8dfb71
Upgrade to latest Symfony HttpFoundation tag. Closes #1865 .
2013-05-01 14:19:14 -05:00
Taylor Otwell
92f602edbf
Merge pull request #1875 from effenberger/master
...
modified IoC::registred()
2013-05-01 09:41:58 -07: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
Authman Apatira
9ba285a2ad
Return the status of $model->push().
2013-04-13 23:14:26 -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
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
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
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