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
37321136e4
fixed missed umlauts
2012-06-18 02:08:12 -07:00
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
Tobias Orterer
139abb2e23
German Translation
...
Added German translation as good as it gets ;)
2012-06-16 19:56:36 -07:00
Tobias Orterer
e0d491cb15
Added UNSIGNED to mysql grammar inrementer()
...
Added UNSIGNED to the mysql grammar file because auto increment fields
only run upwards, it's a waste of space to provide negative values by
the default SIGNED state of INT.
2012-06-16 19:46:50 -07:00
Taylor Otwell
c92578b217
Merge branch 'master' of github.com:laravel/laravel
2012-06-16 15:08:38 -05:00
Taylor Otwell
681f80eafb
update change log
2012-06-16 15:08:03 -05:00
Taylor Otwell
527977337d
Merge pull request #823 from Vespakoen/patch-3
...
ATTENTION! Fixing reference issue in relationship matching (Causing MAMP, and other installs, to crash when eager-loading)
2012-06-16 13:06:11 -07:00
Koen Schmeets
aeeb010e0a
Fixing reference issue in relationship matching
2012-06-16 17:52:07 +02:00
Koen Schmeets
189f3813d0
Calling the finish method on the right object
2012-06-16 13:20:39 +02:00
Dayle Rees
e3317324b0
added clear() method to the input class
...
Signed-off-by: Dayle Rees <thepunkfan@gmail.com>
2012-06-16 11:42:25 +01:00
Jason Lewis
a5cc8616fc
Fix bug where error is shown when named view isn't set.
...
Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com>
2012-06-16 10:29:45 +09:30
Jason Lewis
5d6258a7b4
Can now check for existance of named views.
...
Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com>
2012-06-15 10:29:09 +09:30
anaxamaxan
19a3e9dc2b
Allow Model instance an id for first argument in Has_Many_And_Belongs_To::attach() and same for ::detach(). Also a typo fix for the docblock on attach().
2012-06-13 16:23:28 -07:00
Stefan Neubig
ac2e7c6a2d
Fixed namespace issue when registering a session driver with the extend closure
2012-06-14 01:33:56 +03:00
Dayle Rees
5a1c1bf82c
Merge pull request #801 from dlabs88/patch-1
...
Typo in the docs Auth:usage
2012-06-13 13:27:43 -07:00
Jason Walton
e9e8a5b32e
Adds limit_exact method which will limit a string and its custom ending to a specified length
...
Signed-off-by: Jason Walton <jwalton512@gmail.com>
2012-06-13 10:50:50 -07:00
Taylor Otwell
b27b132128
update change log
2012-06-13 10:26:42 -05:00
Taylor Otwell
0a24189b0e
added resolving event.
2012-06-13 10:25:14 -05:00
Chris Berthe
8e5f1dd6f7
Resolved autoloader conflict
...
Signed-off-by: Chris Berthe <chrisberthe@gmail.com>
2012-06-13 11:23:07 -04:00
Chris Berthe
fafaf724b0
Grammar/Vocabulary fixes
...
Signed-off-by: Chris Berthe <chrisberthe@gmail.com>
2012-06-13 11:19:20 -04:00
dlabs88
06d7abc2d4
Route::get('admin', array('before' => 'auth', function() {}));
...
forgot the last )
2012-06-12 04:00:15 +03:00
Jelle Sebreghts
ac8bd0829e
Fix for https://github.com/laravel/laravel/issues/789
2012-06-11 20:00:46 +02:00
Jason Walton
6881bdaf02
Added required_with validation rule to conditionally require an attribute based on the presence of another attribute
...
Signed-off-by: Jason Walton <jwalton512@gmail.com>
2012-06-11 09:18:42 -07:00
Taylor Otwell
14868a5fd5
Merge pull request #792 from asdfgh746/develop
...
Fix typo.
2012-06-10 18:00:17 -07:00
Lucas Cherkewski
6c35bbade6
Fix typo.
2012-06-10 10:13:56 -04:00
Jesse O'Brien
67ac2f2f9a
Default was never returned. If no IP was found it returns NULL.
...
While unit testing I found that providing a default IP address to
Request::ip() returns NULL in a CLI environment.
2012-06-06 15:10:06 -04:00
Franz Liedke
7ead1796d0
Apply prefix to foreign key's "on" attribute, too.
2012-06-06 12:33:50 +03:00
Franz Liedke
605be704ff
Avoid unnecessary end() in Table::column() function.
2012-06-06 12:23:00 +03:00
Franz Liedke
8fc80c47d9
Avoid unnecessary end() in Table::command() function.
2012-06-06 12:20:30 +03:00
Loic Sharma
f2e915f13d
Improved the way the quotes were added to the bindings.
2012-06-05 22:57:56 -05:00
Loic Sharma
ea3021f3dd
Fixed bug where the profiler did not correctly put quotes around bindings
2012-06-05 22:46:35 -05:00
Samuel Fitz
db351fedf0
added dblib option to sqlsrv connector class /sam fitz (abigwonderful)
...
simple conditional added to look for dsn type. if set and is dblib,
syntax for PDO connection adjusted slightly to allow for mac connection
to mssql server (utilizing freetds)
2012-06-05 13:31:21 -06:00
Aaron Kuzemchak
75033f6287
Updating docs for Blade comments
2012-06-04 14:51:42 -04:00
Aaron Kuzemchak
3d7dc61697
Fixing multiline Blade comments, making closing comment tag required
2012-06-04 14:48:22 -04:00
Franz Liedke
3ccc37bd8f
Documentation: Fix typo on routing page's TOC.
2012-06-04 20:36:33 +03:00
Franz Liedke
161ea09861
Documentation: Add link to Controller Routing section to Routing submenu.
2012-06-04 20:34:04 +03:00
Taylor Otwell
d9802fe656
flush output buffer in error class.
2012-06-04 09:04:20 -05:00
Taylor Otwell
ad14938cb2
Merge pull request #760 from cviebrock/develop
...
Fix whitespace issues in laravel/form.php
2012-06-04 06:56:14 -07:00
Colin Viebrock
1cc33dea26
Clean-up whitespace issues
...
Signed-off-by: Colin Viebrock <colin@viebrock.ca>
2012-06-03 21:32:03 -05:00
Taylor Otwell
ba088022bb
updated version.
2012-06-03 19:54:02 -05:00
Taylor Otwell
f595deea1e
updated change log.
2012-06-03 19:53:44 -05:00
Taylor Otwell
9d99cfad7e
added default to config call to get auth password for backwards compatibility.
2012-06-03 19:53:21 -05:00
Taylor Otwell
dda3a81c10
cleaning up comment.
2012-06-03 19:52:26 -05:00
Taylor Otwell
8205a21965
Merge pull request #707 from cviebrock/auth-pass-field
...
Allow password field to be configured for Authentication drivers
2012-06-03 17:51:15 -07:00
Taylor Otwell
8a1011c159
add bin path to artisan.
2012-06-03 19:49:43 -05:00
Taylor Otwell
84e8892c29
updating change log.
2012-06-03 17:45:08 -05:00
Taylor Otwell
ba6590d7b1
cleaning up code.
2012-06-03 17:44:53 -05:00