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
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
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
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
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
TommyC81
837f617627
Re-organized and added some more help on the reflash() and keep() functions.
2012-06-29 21:42:06 +03:00
Franz Liedke
a87bb86999
Fix a bug with Eloquent model classes and isset() when eager loading a relationship returns an empty result set.
2012-06-29 20:56:32 +03:00
Dayle Rees
603e349de9
Merge pull request #878 from TommyC81/develop
...
Documentation typo
2012-06-29 10:38:02 -07:00
TommyC81
3a504cfa8e
Fixed small typo.
2012-06-29 20:34:00 +03:00
Taylor Otwell
750365c740
increment version
2012-06-28 15:28:26 -05:00
Taylor Otwell
d53ac0e9d1
update change log
2012-06-28 15:28:03 -05:00
Taylor Otwell
8d17702b9c
Merge branch 'staging' into develop
2012-06-28 15:26:25 -05:00
Taylor Otwell
14e9488cf9
Speed up eager loading of many to many.
2012-06-28 15:19:20 -05:00
Taylor Otwell
2d4fa7217a
Merge pull request #867 from niallobrien/develop
...
Updated Validation docs
2012-06-27 20:41:19 -07:00
Taylor Otwell
1f93039ba7
Merge pull request #873 from dlpetrie/master
...
Adding support for '=', in (:any) and (:any?) route patterns
2012-06-27 20:39:59 -07:00
Daniel Petrie
f640cd42ad
adding in '=' to regex for (:any) / (:any?) calls.
2012-06-27 11:15:34 -07:00
niallobrien
9858f8aa61
Added examples for using $errors in views.
2012-06-27 14:19:21 +02:00
Shawn McCool
0493431597
Merge branch 'feature/installation' into staging
2012-06-25 13:46:07 +02:00
Shawn McCool
4d7d67dd82
Merge branch 'feature/installation' into develop
2012-06-25 13:46:01 +02:00
Shawn McCool
d08db5c26b
added server configuration to install docs
2012-06-25 13:45:29 +02:00
Jason Lewis
a018608569
Merge pull request #857 from noor/develop
...
Arabic Translation
2012-06-24 17:47:39 -07:00
Noor Alhiraki
5d06f92421
Added Arabic translation.
...
Signed-off-by: Noor Alhiraki <alhiraki@gmail.com>
2012-06-25 01:50:59 +03:00
Dayle Rees
0ebeb14b67
Merge pull request #849 from franzliedke/patch-12
...
Updates to the German translation
2012-06-23 10:36:41 -07:00
Dayle Rees
b8c4af1cd8
Merge pull request #852 from JeffreyWay/patch-1
...
Fix small typo in validation docs.
2012-06-23 10:35:26 -07:00
Jeffrey Way
5a4d622bb7
Fix small typo in validation docs.
2012-06-23 14:32:27 -03:00
Franz Liedke
ed4a6973f8
Fix some bugs and inconsistencies in the German validation translation.
2012-06-23 01:22:58 +03:00
Dayle Rees
9296d08ec5
Merge pull request #825 from tobsn/patch-2
...
German Translation
2012-06-22 08:38:47 -07:00
Dayle Rees
6415f1d2ac
Merge pull request #846 from tobsn/patch-6
...
fixed link for query builder
2012-06-22 08:35:27 -07:00
Dayle Rees
567b728666
Merge pull request #845 from tobsn/patch-5
...
Environments Typo
2012-06-22 08:34:05 -07:00
Dayle Rees
8d13bf9c5a
removing unsigned from mysql grammer due to bug
...
Signed-off-by: Dayle Rees <thepunkfan@gmail.com>
2012-06-22 16:25:50 +01:00
Tobsn
36226b99bc
fixed link for query builder /query -> /fluent
...
thanks to @NXB
2012-06-22 03:09:50 -07:00
Tobsn
5c274ed717
Environments Typo
2012-06-22 03:03:03 -07:00
Taylor Otwell
7af0304fe8
Merge branch 'master' into develop
2012-06-21 11:38:50 -05:00
Taylor Otwell
1b062499dd
Merge pull request #774 from franzliedke/patch-8
...
Avoid unnecessary end() in Table::command() function
2012-06-20 09:59:50 -07:00
Taylor Otwell
3fcb3aac6c
Merge pull request #775 from franzliedke/patch-9
...
Foreign key creation ignores database prefix
2012-06-20 09:58:38 -07:00
Taylor Otwell
a203a12da4
Merge pull request #799 from Jelle-S/develop
...
Eloquent - simplify eager loading
2012-06-20 09:57:59 -07:00
Taylor Otwell
81efdcf157
Merge pull request #776 from JesseObrien/develop
...
Request::ip() doesn't return default
2012-06-20 09:56:01 -07:00
Taylor Otwell
6e28d0bf2c
Merge pull request #812 from stefanneubig/patch-2
...
Fixed namespace issue when registering a session driver with the extend ...
2012-06-20 09:52:09 -07:00