- 06 Jan, 2013 7 commits
-
-
Taylor Otwell committed
-
Update application/language/nl/validation.php
Taylor Otwell committed -
Update laravel/documentation/views/html.md
Taylor Otwell committed -
The use of 'Het' is not always correct, sometimes it should be 'De', so the sentence would look weird. Probably better to remove it. Also, the 'exists' string stated it already exists, but should state it doesn't exist! Very important difference ;) Also changed the formatting errors of email/url to be more specific.
Barryvdh committed -
The second parameter of HTML::style have to be an array, not a string.
vauteer committed -
Japanese translations for new validation rules.(count*)
Taylor Otwell committed -
Signed-off-by: Hirohisa Kawase <hirokws@gmail.com>
Hirohisa Kawase committed
-
- 05 Jan, 2013 33 commits
-
-
Taylor Otwell committed
-
Taylor Otwell committed
-
Taylor Otwell committed
-
Taylor Otwell committed
-
Taylor Otwell committed
-
Taylor Otwell committed
-
Taylor Otwell committed
-
Added a method to fluently set belongs-to relation
Taylor Otwell committed -
Fix CLI mode detection for some shared hosts.
Taylor Otwell committed -
Added PDO error code
Taylor Otwell committed -
add use Closure;
Taylor Otwell committed -
Undefined namespace Grammars
Taylor Otwell committed -
Add bundle:uninstall, bundle:unpublish, migrate:rollback and migrate:reset for bundles
Taylor Otwell committed -
segment pattern to match a single segment, also matches UTF-8 segments.
Taylor Otwell committed -
Added output from examples to String documentation
Taylor Otwell committed -
DB::escape()
Taylor Otwell committed -
Taylor Otwell committed
-
Pass the response by reference so it can be overwritten in filters
Taylor Otwell committed -
improve french translation for validation
Taylor Otwell committed -
Add URL::to_language and HTML::link_to_language localization helpers
Taylor Otwell committed -
Correct document page of HTML page.
Taylor Otwell committed -
Ref #649 - Added documentation for where_between suite of methods (Ref Pull #1365)
Taylor Otwell committed -
Make insert_get_id() work with non-auto-incrementing columns.
Taylor Otwell committed -
Taylor Otwell committed
-
Update laravel/documentation/localization.md
Taylor Otwell committed -
Added return value from PDO::commit
Taylor Otwell committed -
My take at #1198
Taylor Otwell committed -
Add Response::jsonp() to Response class.
Taylor Otwell committed -
Fixed connector options merge bug.
Taylor Otwell committed -
Use `mb_substr` instead of `sub_str` in order to resolve multi-language problem.
Taylor Otwell committed -
Fix typo.
Taylor Otwell committed -
Fix typo and update 2nd example comment for filter
Taylor Otwell committed -
Franz Liedke committed
-