Commit Graph

1647 Commits

Author SHA1 Message Date
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
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
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
Franz Liedke
52f98b7cf6 Use start_time attribute like a static attribute (as it is). 2012-06-25 01:12:31 +03:00
Franz Liedke
c74123098b Render page generation time on anbu profiler console. 2012-06-24 21:27:57 +03:00
Franz Liedke
59397eb726 Calculate the total render time in the profiler. 2012-06-24 21:17:32 +03:00
Jason Lewis
cea48d4fe5 Updated the documentation.
Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com>
2012-06-24 19:37:08 +09:30
Jason Lewis
ac810f8597 Allow filter patterns to supply a name and callback as an easier alternative.
Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com>
2012-06-24 19:28:53 +09:30
Jeffrey Way
5a4d622bb7 Fix small typo in validation docs. 2012-06-23 14:32:27 -03:00
Tobsn
31abcd599b unique typo 2012-06-22 08:54:10 -07:00
Tobsn
0b9b102dc7 NOT NULL order issue fixed!
thanks @crynobone !!!
2012-06-22 08:50:09 -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
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
61a61fc285 Added explanation about PDO default attributes
regarding issue #788

https://github.com/laravel/laravel/issues/788
2012-06-22 06:06:54 -07:00
Tobsn
36226b99bc fixed link for query builder /query -> /fluent
thanks to @NXB
2012-06-22 03:09:50 -07:00
Taylor Otwell
7af0304fe8 Merge branch 'master' into develop 2012-06-21 11:38:50 -05:00
Tobias Orterer
be264ab181 added break function to closing structure 2012-06-21 00:09:08 -07:00
Koen Schmeets
276f96aec3 Adding comment to finish call 2012-06-20 19:27:24 +02: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
Taylor Otwell
6405175dbd Merge pull request #819 from jasonlewis/patch-11
Allow checking of named view existance.
2012-06-20 09:49:12 -07:00
Taylor Otwell
fc96014c4f Merge pull request #821 from daylerees/feature/clear-input
Added clear() method to the input class
2012-06-20 09:47:02 -07:00
Taylor Otwell
7354b5fc72 Merge pull request #824 from tobsn/patch-1
Added UNSIGNED to mysql grammar inrementer()
2012-06-20 09:46:16 -07:00
Taylor Otwell
1f9f064bf6 Merge pull request #831 from jasonlewis/feature/blade-break
Added an @break to blade to break out of loops.
2012-06-20 09:43:15 -07:00
Taylor Otwell
749a91f948 Merge pull request #840 from noor/develop
Fixed optgroup closing tag
2012-06-20 09:42:12 -07:00
Noor Alhiraki
ec0128be8f fixed optgroup closing tag 2012-06-20 16:18:16 +03:00
SonicHedgehog
ec4556321d Fixed typo 2012-06-20 13:01:52 +03:00
Tobias Orterer
c6ebf685bf Added important note about @layout on first line
leads to confusion if not pointed out.
2012-06-18 21:55:35 -07:00
Chris Berthe
17e75a9719 Merge remote-tracking branch 'upstream/develop' into develop 2012-06-18 12:38:59 -04:00
Jason Lewis
b6cc836bf4 Added an @break to blade to break out of loops.
Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com>
2012-06-19 01:58:14 +09:30
Tobias Orterer
ddee5b7199 Blade cleanup
sanitized most functions and regular expressions. made the bigger
functions a bit more solid, flexible in what they ignore and simplified
various processes.
2012-06-16 20:02:03 -07:00