f408fcc26bAllow bundles to respond to root requests.
Jason Lewis
2012-07-27 12:30:41 +0930
433318181bIn the call() method, the exception wasn't being thrown if only 1 or more than 2 arguments were passed to the method. Fixed conditional statement to only accept exactly 2 arguments. In the route() method, URI::current() was evaluating as '/' in all situations. It was never evaluating as the route that you specified when executing the command. This could be part of a larger underlying bug with Symfony's HttpFoundation\Request class. It might be a band-aid fix, but replacing URI::current() with $_SERVER['REQUEST_URI'] allows the method to run the correct route. These fixes uncovered what I believe is potentially another bug. When var_dump($route->response()) is run, "NULL" and a newline is appended to the output. It's something to do with var_dump(), as echo $route->response() echo's the correct output without the extra "NULL".
Jakobud
2012-07-26 16:00:46 -0600
7475bcd348Added documentation for the @render() Blade method
Jakobud
2012-07-25 10:08:54 -0600
2f48bbba12Update laravel/documentation/views/home.md
Tao Wu
2012-07-25 17:28:02 +0300
a1914d65f0Added Indonesian language files
stupoh
2012-07-25 12:49:56 +0700
6cb2ddad64multiline echo and comments
Tobsn
2012-07-25 00:21:32 +0200
1c92b907d5fixed two typos
Tobsn
2012-07-24 20:42:38 +0200
5c3ede74d9Merge pull request #946 from franzliedke/patch-23
Taylor Otwell
2012-07-24 06:09:41 -0700
764e7bc630Merge pull request #983 from racklin/bugfix/memcached
Taylor Otwell
2012-07-24 06:08:54 -0700
b194d8372dMerge pull request #987 from robmeijer/develop
Taylor Otwell
2012-07-24 06:08:32 -0700
289c02ab47Added documentation for paginate's second optional argument.
Jakobud
2012-07-23 15:50:04 -0600
c60a58ff26Someone else can re-word this, but a easy-to-find paragraph on deleteing Eloquent models seemed missing. Signed-off-by: Colin Viebrock <colin@viebrock.ca>
Colin Viebrock
2012-07-23 14:29:29 -0500
186b0f2e24Merge branch 'feature/artisan-tasklist' into develop
Shawn McCool
2012-07-16 10:29:12 +0200
7dcbf33a80cleaned up help task
Shawn McCool
2012-07-16 10:28:40 +0200
1a1e74a90aMerge branch 'feature/eloquent-pagination' into develop
Shawn McCool
2012-07-16 10:07:29 +0200
dc6bcf0793use global paginator alias in the query class
Shawn McCool
2012-07-16 10:05:07 +0200
08fce4fbf8After running tests, exit with PHPUnit's exit status.
Franz Liedke
2012-07-14 11:46:58 +0200
e7f665b55dDon't restrict Travis CI testing to one branch.
Franz Liedke
2012-07-14 01:01:23 +0300
9460e691d4Update .travis.yml
Franz Liedke
2012-07-14 00:55:47 +0300
4fd1a4fe39Add .travis.yml file for continuous integration with Travis CI.
Franz Liedke
2012-07-13 23:33:12 +0200
3e9161d6e5Merge pull request #948 from loic-sharma/patch-5
Jason Lewis
2012-07-12 22:56:14 -0700
37241db646Fix View test case still referring to the old bundle setup for tests.
Franz Liedke
2012-07-13 03:07:14 +0200
7351845ec3Fix PHP errors in test cases related to changed cookie data storage.
Franz Liedke
2012-07-13 03:06:31 +0200
feefa8d9c4Fix PHP errors in test cases related to now using Symfony's HttpFoundation component.
Franz Liedke
2012-07-13 03:05:55 +0200
86013f1b84Fix old code in Auth test cases.
Franz Liedke
2012-07-13 03:04:36 +0200
59e7e4a2caUpdate authentication config file in testing application.
Franz Liedke
2012-07-13 03:04:13 +0200
41ff7af213Change inner workings of test runner to use different bootstrap file when testing the core.
Franz Liedke
2012-07-13 03:02:30 +0200
eb76c34cd3Added a missing parenthesis and semicolon.
Loic Sharma
2012-07-12 17:46:17 -0500
9bd8755167Fix wrong API usage in Auth unit test.
Franz Liedke
2012-07-13 00:14:30 +0200
a7c211339aImport testing bundle to laravel/tests directory.
Franz Liedke
2012-07-13 00:14:03 +0200
6d23c4f5c6Fix missing semicolon in laravel/cli/test/runner.php.
Franz Liedke
2012-07-13 00:21:18 +0300
78920c5d27Move automatic relationship parsing to Eloquent's query class.
Franz Liedke
2012-07-12 22:32:43 +0200
8c2a4fba14The Eloquent model includes can now be taken directly from the model when assembling the query.
Franz Liedke
2012-07-12 23:20:17 +0300
71f8e4acc0Fix a bug introduced in pull request #799 that caused eager loading constraints to stop working.
Franz Liedke
2012-07-12 23:16:22 +0300
4d44df4885Allow second param of HTML::link* methods to be null, in which case the title of the link is the URL itself, similar to HTML::email() method.
Colin Viebrock
2012-07-12 10:40:41 -0500
b325e954e3Merge remote-tracking branch 'upstream/develop' into develop
Chris Berthe
2012-07-12 11:15:43 -0400
ce3721a7a1Add dutch language
Baycan Aydin
2012-07-12 16:37:12 +0200
644ecfcc25adding basic help functions to artisan
Shawn McCool
2012-07-12 13:00:35 +0200
29b668b83dadded help:commands task to artisan
Shawn McCool
2012-07-12 00:30:04 +0200
1503aed7ceMerge branch 'hotfix/docs-nav-update' into develop
Shawn McCool
2012-07-11 22:43:18 +0200
0fa3650ff7Merge branch 'hotfix/docs-nav-update' into staging
Shawn McCool
2012-07-11 22:43:14 +0200