Shawn McCool
0fa3650ff7
Merge branch 'hotfix/docs-nav-update' into staging
2012-07-11 22:43:14 +02:00
Shawn McCool
3acc64051f
simplify navigation copy
2012-07-11 22:42:36 +02:00
Shawn McCool
79edd529e8
Merge branch 'hotfix/fix_markdown' into staging
...
Conflicts:
laravel/documentation/install.md
2012-07-11 22:35:24 +02:00
Shawn McCool
88457b695e
Merge branch 'hotfix/fix_markdown'
2012-07-11 22:35:05 +02:00
Shawn McCool
a6c28050e6
style updates
2012-07-11 22:34:38 +02:00
Shawn McCool
85ec19367d
fix merge
2012-07-11 22:31:46 +02:00
Shawn McCool
ee6adc26d9
fix merge
2012-07-11 22:30:38 +02:00
Shawn McCool
a66eb44809
fixed typo
2012-07-11 22:28:44 +02:00
Shawn McCool
66f9ea8dba
Merge branch 'feature/docs-install' into staging
...
Conflicts:
laravel/documentation/install.md
2012-07-11 22:28:25 +02:00
Shawn McCool
ce1392aa82
Merge branch 'feature/docs-install'
...
Conflicts:
laravel/documentation/install.md
2012-07-11 22:25:28 +02:00
Shawn McCool
49928b397a
added server configuration to the documentation
2012-07-11 22:22:57 +02:00
Taylor Otwell
1879e6575a
tweak eloquent model change method to not check types.
2012-07-10 08:02:08 -05:00
Taylor Otwell
82ababb4cb
Add note about making view directory writable.
2012-07-09 09:54:56 -05:00
Taylor Otwell
ebcbbbb843
WIP.
2012-07-09 09:54:03 -05:00
Taylor Otwell
845023fc80
Merge pull request #847 from tobsn/patch-1
...
NOT NULL order issue fixed!
2012-07-06 18:12:11 -07:00
Taylor Otwell
430eeb6da1
Merge pull request #798 from xsbeats/feature/validation_required_with
...
Added required_with validation rule...
2012-07-06 18:11:19 -07:00
Taylor Otwell
990f10f6de
Merge pull request #854 from jasonlewis/feature/pattern-filters
...
Allow filter patterns to supply a name and callback as an easier alternative.
2012-07-06 17:57:46 -07:00
Taylor Otwell
4de201002d
Merge pull request #862 from franzliedke/patch-15
...
[View] Pass variables with more expressive methods
2012-07-06 17:57:15 -07:00
Taylor Otwell
8198dc23f3
Merge pull request #874 from franzliedke/patch-16
...
[Eloquent] Constraining eager loads only allows WHERE clauses
2012-07-06 17:51:27 -07:00
Taylor Otwell
69e1ea939d
Merge pull request #868 from lucadegasperi/bug/phpunit
...
Artisan test command fix
2012-07-06 17:50:13 -07:00
Taylor Otwell
f338db50db
Merge pull request #888 from TommyC81/patch-3
...
Documentation on how to attach data to pivot table
2012-07-06 17:49:20 -07:00
Taylor Otwell
03ad47e2df
Merge pull request #880 from tomasz-tomczyk/feature/polish-translation
...
Polish translation
2012-07-06 17:48:55 -07:00
Taylor Otwell
12bc7f1ee0
Merge pull request #889 from Nirlah/develop
...
Hebrew Translation
2012-07-06 17:48:40 -07:00
Taylor Otwell
90447e7183
Merge pull request #892 from jasonlewis/bug/database/select
...
Fixes #818 , allows Query select to just be an Expression.
2012-07-06 17:14:20 -07:00
Taylor Otwell
06154abe8d
Merge pull request #895 from TomorrowToday/develop
...
Eloquent docs update: eager loading using $includes example
2012-07-06 17:12:15 -07:00
Taylor Otwell
0556d8e3f0
Merge pull request #899 from RoumenMe/develop
...
Bulgarian translation
2012-07-06 17:08:26 -07:00
Taylor Otwell
e6ff7ba336
Merge pull request #901 from franzliedke/patch-18
...
Ignore NULL values when determining whether a model object is dirty
2012-07-06 17:07:58 -07:00
Taylor Otwell
a9d27ba79c
Merge pull request #902 from JesseObrien/feature/eloquent-update-timestamp
...
Feature/eloquent update timestamp
2012-07-06 17:07:34 -07:00
Taylor Otwell
6e9efb464d
Merge pull request #903 from Lapayo/master
...
Fixed a little bug with the Input::has_file function
2012-07-06 17:06:33 -07:00
Taylor Otwell
0171cf8e91
Merge pull request #905 from franzliedke/patch-19
...
[Docs] Localization page: Fix anchor name
2012-07-06 17:05:59 -07:00
Taylor Otwell
dcf1966c28
Merge pull request #910 from franzliedke/patch-20
...
Force UTF-8 charset on JSON responses
2012-07-06 17:04:55 -07:00
Taylor Otwell
5c44cf98cd
Merge pull request #879 from franzliedke/patch-17
...
[Eloquent] Bug with eager loading relationships and isset()
2012-07-06 17:04:34 -07:00
Franz Liedke
db9f220f57
Force UTF-8 charset on JSON responses.
2012-07-07 02:17:12 +03:00
Franz Liedke
d7bbdd9735
Fix anchor name for "Retrieving a language line" section on localization page.
2012-07-05 01:52:30 +03:00
Simon
f05148503e
Input::has_file was not working properly.
...
This one should work perfect :)
2012-07-04 22:56:58 +03:00
Jesse O'Brien
1be274caa6
Change update function so it uses timestamp like save
...
Calling update() on an eloquent model has no way of overriding
the timestamp that should be set if $timestamps is set on the
model. This changes that so it uses the timestamp() function
which is an easy way to over ride the type of timestamps used.
2012-07-04 15:46:12 -04:00
Franz Liedke
f2ccc688fe
Ignore NULL values when determining whether a model object is dirty.
2012-07-04 21:44:11 +03:00
Roumen Damianoff
0440b86bd9
Added Bulgarian language files
...
Signed-off-by: Roumen Damianoff <roumen@dawebs.com>
2012-07-04 13:16:44 +03:00
Nir Lahad
7bdddfe2fa
Fixed Hebrew
...
Fixed and unified hebrew translation.
2012-07-04 08:19:36 +03:00
Steven Lischer
72558bda3b
removed extra newline
2012-07-02 12:50:26 -05:00
Steven Lischer
550913843e
Merge branch 'develop' of git://github.com/laravel/laravel into develop
2012-07-02 12:44:29 -05:00
Steven Lischer
b28c5eb19f
docs edit: eager loading using $includes in model
2012-07-02 12:32:14 -05:00
Jason Lewis
52f76b9d66
Fixes #818 , wraps in an array instead of type casting.
...
Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com>
2012-07-01 22:51:42 +09:30
Nir Lahad
34923cff1e
Hebrew Translation
...
Hebrew language files.
2012-07-01 00:38:43 +03:00
TommyC81
f77b22eb45
Add documentation on how to attach pivot table fields to attach command.
2012-06-30 18:11:31 +03:00
Jason Lewis
3ba5c00e5f
Merge pull request #881 from TommyC81/develop
...
Slightly re-organized and added some Session usage documentation
2012-06-29 18:06:47 -07:00
TommyC81
110078d2af
Fixed typo
2012-06-29 21:55:38 +03:00
TommyC81
2159596a83
Bold characters for reflash and keep.
2012-06-29 21:49:54 +03:00
TommyC81
26623c79ed
Removed empty row.
2012-06-29 21:45:31 +03:00
Tomasz Tomczyk
97dfaee88f
Added Polish translation
...
Signed-off-by: Tomasz Tomczyk <me@tomasztomczyk.com>
2012-06-29 19:43:00 +01:00