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
Franz Liedke
94e9106b76
Display memory usage (and peak usage) in the profiler bar, too.
2012-07-02 03:42:43 +03:00
Franz Liedke
98b92185e3
Calculate memory and peak memory usage in profiler, too.
2012-07-02 03:38:58 +03:00
Chris Berthe
3b6191ec16
Merge remote-tracking branch 'upstream/develop' into develop
2012-07-01 12:33:03 -04: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
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
Franz Liedke
39df69fdc1
Allow more than just WHERE clauses on eager load constraints.
2012-06-28 18:33:45 +03: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
Luca Degasperi
79a5dc1931
Using escapeshellarg instead of putting backshlashes in front of spaces
...
Signed-off-by: Luca Degasperi <dega.luca@gmail.com>
2012-06-27 17:31:38 +02:00
Luca Degasperi
ad2540c979
Fixed the spaced directory when calling php unit via the command line
...
Signed-off-by: Luca Degasperi <dega.luca@gmail.com>
2012-06-27 15:20:28 +02:00
niallobrien
9858f8aa61
Added examples for using $errors in views.
2012-06-27 14:19:21 +02:00
Tobsn
a04f38c262
Now with Balanced Parentheses!
...
it's not regex, its not posix, but it can fly… finally balanced
parentheses to fix all the () issue. it's ugly but it's fast and works
with all kinds of combinations.
it basically just counts open vs. closed and if they are even again it
knows exactly where the condition is and does not cut into html or cut
off too much.
2012-06-27 03:46:31 -07:00
Franz Liedke
5e2373817d
Allow for passing variables to views with more expressive method calls.
...
Example: with_foo($bar) instead of with('foo', $bar)
Signed-off-by: Franz Liedke <franz@develophp.org>
2012-06-25 21:31:54 +03:00
Chris Berthe
f3d756476b
Merge remote-tracking branch 'upstream/develop' into develop
2012-06-25 13:11:54 -04:00
Franz Liedke
bcd63ab5af
We can be fairly sure the $time variable is set in the profiler view.
2012-06-25 14:56:42 +03:00
Franz Liedke
204a64f006
Simply use the LARAVEL_START constant for calculation page generation time in profiler.
2012-06-25 14:56:04 +03:00
Franz Liedke
0f5de55d5b
Fix variable name in retrieve() method for Eloquent auth driver.
2012-06-25 14:53:15 +03: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
97ceecd1ef
Merge branch 'feature/installation'
2012-06-25 13:45:50 +02:00
Shawn McCool
d08db5c26b
added server configuration to install docs
2012-06-25 13:45:29 +02:00
Steve Frost
a8b5231e57
Updated the dd function to var_dump inside pre tags, makes is a bit more readable
2012-06-25 12:16:14 +02:00
Jason Lewis
a018608569
Merge pull request #857 from noor/develop
...
Arabic Translation
2012-06-24 17:47:39 -07:00