- 28 May, 2013 3 commits
-
-
Conditionally Loading jQuery in profiler template
Taylor Otwell committed -
add Simplified Chinese language package
Taylor Otwell committed -
Route update to call aliased Controller class
Taylor Otwell committed
-
- 27 May, 2013 1 commit
-
-
Route updated to ensure that the root Controller alias is called, rather than the one within its own namespace. Signed-off-by: Kirk Bushell <torm3nt@gmail.com>
Kirk Bushell committed
-
- 23 May, 2013 1 commit
-
-
Juukie14 committed
-
- 22 May, 2013 3 commits
-
-
vus520 committed
-
merge
尘缘 committed -
Validation Russian language update
Taylor Otwell committed
-
- 21 May, 2013 2 commits
-
-
This reverts commit 036a0bab.
Dmitriy A. Golev committed -
Dmitriy A. Golev committed
-
- 17 May, 2013 1 commit
-
-
merge
尘缘 committed
-
- 15 May, 2013 5 commits
-
-
Fixes variable export for Windows.
Taylor Otwell committed -
Validation language line correction
Taylor Otwell committed -
Fix russian translation for 'exists' validation rule
Taylor Otwell committed -
Issue: https://github.com/laravel/laravel/issues/1870 Fix in commit https://github.com/laravel/laravel/commit/678b92ef85ce0258eb9a6ac57bb26fca9480e430 does not work. Signed-off-by: aeberhardo <aeberhard@gmx.ch>
aeberhardo committed -
Pavel Puchkin committed
-
- 14 May, 2013 13 commits
-
-
Indentation before '=>' and 'geldig' instead of 'geldige'.
Jürgen van Dijk committed -
Taylor Otwell committed
-
Patch for ->push();
Taylor Otwell committed -
Taylor Otwell committed
-
fix incorrect padding with multibyte strings encryption
Taylor Otwell committed -
Taylor Otwell committed
-
Access foreign property in Belongs_To through a getter
Taylor Otwell committed -
Allow developers to set the Content-Disposition header in Response::download()
Taylor Otwell committed -
Even more fluent eloquent model via magic setters
Taylor Otwell committed -
Taylor Otwell committed
-
Language fix for Validation.
Taylor Otwell committed -
Update .htaccess
Taylor Otwell committed -
Added Dutch translation for validation rules "date_format" and "required_with".
Taylor Otwell committed
-
- 13 May, 2013 1 commit
-
-
Jürgen van Dijk committed
-
- 11 May, 2013 1 commit
-
-
Change link in comment. (2.2 -> current)
Maciej Czyżewski committed
-
- 08 May, 2013 3 commits
-
-
Pavel Puchkin committed
-
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
Pavel Puchkin committed -
Pavel Puchkin committed
-
- 07 May, 2013 1 commit
-
-
Jason Funk committed
-
- 05 May, 2013 5 commits
-
-
Signed-off-by: Evgeny Kovalev <Evgeny.Kovalev@gmail.com>
Evgeny Kovalev committed -
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>
Evgeny Kovalev committed -
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.
fpirsch committed -
Update migrator.php
Taylor Otwell committed -
Taylor Otwell committed
-