Commit Graph

  • f7e7fa6299 Merge pull request #995 from cviebrock/eloquent-delete-doc Dayle Rees 2012-07-27 03:59:15 -0700
  • 3b09f99f9e Merge pull request #989 from dprvig/develop Dayle Rees 2012-07-27 03:54:40 -0700
  • 5299e32aee Merge pull request #1011 from Jakobud/feature/templating-docs Dayle Rees 2012-07-27 03:43:53 -0700
  • f408fcc26b Allow bundles to respond to root requests. Jason Lewis 2012-07-27 12:30:41 +0930
  • 433318181b In 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
  • 7475bcd348 Added documentation for the @render() Blade method Jakobud 2012-07-25 10:08:54 -0600
  • 2f48bbba12 Update laravel/documentation/views/home.md Tao Wu 2012-07-25 17:28:02 +0300
  • a1914d65f0 Added Indonesian language files stupoh 2012-07-25 12:49:56 +0700
  • 34c746b4f8 added @continue Tobsn 2012-07-25 00:23:31 +0200
  • 6cb2ddad64 multiline echo and comments Tobsn 2012-07-25 00:21:32 +0200
  • 1c92b907d5 fixed two typos Tobsn 2012-07-24 20:42:38 +0200
  • 5c3ede74d9 Merge pull request #946 from franzliedke/patch-23 Taylor Otwell 2012-07-24 06:09:41 -0700
  • 764e7bc630 Merge pull request #983 from racklin/bugfix/memcached Taylor Otwell 2012-07-24 06:08:54 -0700
  • b194d8372d Merge pull request #987 from robmeijer/develop Taylor Otwell 2012-07-24 06:08:32 -0700
  • 289c02ab47 Added documentation for paginate's second optional argument. Jakobud 2012-07-23 15:50:04 -0600
  • c60a58ff26 Someone 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
  • 1db67d47a3 Merge pull request #947 from franzliedke/patch-24 Dayle Rees 2012-07-23 08:21:07 -0700
  • 0a85a54c2f Indentation fixes in html.php. resurtm 2012-07-22 21:48:11 +0600
  • 0ea30993d4 Fixed various typos throughout laravel folder. Signed-off-by: Josh Miller <josh@joshmmiller.com> Josh Miller 2012-07-21 20:18:55 -0400
  • 84fcb60f8b Fix pivot table name in Many-to-Many section in Eloquent documentation. Rob Meijer 2012-07-21 20:16:57 +0100
  • 9944192af9 Fixed Memcached get connection instance typo in __callStatic method. Rack Lin 2012-07-20 22:20:37 +0800
  • 38234c61dd Merge pull request #480 from cviebrock/schema-rename Taylor Otwell 2012-07-19 13:42:34 -0700
  • c937f98b49 Merge pull request #932 from JeffreyWay/feature/auth_attempt_extend Taylor Otwell 2012-07-19 13:41:33 -0700
  • 19c64f1ea7 return false on empty string for active url. Taylor Otwell 2012-07-19 15:39:18 -0500
  • cd9a745cb5 Merge pull request #972 from franzliedke/patch-28 Taylor Otwell 2012-07-19 13:35:18 -0700
  • 527e291f14 Merge pull request #976 from Jakobud/bug/docs-bundle Taylor Otwell 2012-07-19 13:34:37 -0700
  • 03d22362ec Merge pull request #978 from racklin/pgsql-schema Taylor Otwell 2012-07-19 13:34:00 -0700
  • 54f4cb2644 Added support PostgreSQL schema setting, if schema has been specified. Rack Lin 2012-07-19 12:55:23 +0800
  • d46b98199c Fixed some bugs with the docs bundle Jakobud 2012-07-18 15:59:19 -0600
  • ec41836241 Merge pull request #938 from Anahkiasen/develop Taylor Otwell 2012-07-17 17:19:31 -0700
  • 680407f051 Merge pull request #959 from franzliedke/patch-25 Taylor Otwell 2012-07-17 17:18:41 -0700
  • c6e4a25ae9 Merge pull request #966 from racklin/develop Taylor Otwell 2012-07-17 17:16:43 -0700
  • a73a6fb6c4 Merge pull request #970 from franzliedke/patch-26 Taylor Otwell 2012-07-17 17:15:30 -0700
  • a87615da45 Merge pull request #971 from franzliedke/patch-27 Taylor Otwell 2012-07-17 17:14:45 -0700
  • 61364c553d Make sure default values in schema columns are always non-empty (especially booleans). Franz Liedke 2012-07-17 23:47:05 +0200
  • 02e84eb5eb Documentation: fix menu link to "Bundle Routes" section. Franz Liedke 2012-07-17 23:56:43 +0300
  • a03bcb521b Mention default value helper function in database schema documentation. Franz Liedke 2012-07-17 23:51:00 +0300
  • 096f9c2b78 Fixed IoC::resolve forces singleton issue. Rack Lin 2012-07-17 17:42:01 +0800
  • b973c25905 Add documentation about deleting files. Franz Liedke 2012-07-16 14:57:35 +0300
  • 25b8bd889b add help:commands artisan task to documentation Shawn McCool 2012-07-16 11:37:05 +0300
  • 186b0f2e24 Merge branch 'feature/artisan-tasklist' into develop Shawn McCool 2012-07-16 10:29:12 +0200
  • 7dcbf33a80 cleaned up help task Shawn McCool 2012-07-16 10:28:40 +0200
  • 1a1e74a90a Merge branch 'feature/eloquent-pagination' into develop Shawn McCool 2012-07-16 10:07:29 +0200
  • dc6bcf0793 use global paginator alias in the query class Shawn McCool 2012-07-16 10:05:07 +0200
  • 08fce4fbf8 After running tests, exit with PHPUnit's exit status. Franz Liedke 2012-07-14 11:46:58 +0200
  • e7f665b55d Don't restrict Travis CI testing to one branch. Franz Liedke 2012-07-14 01:01:23 +0300
  • 9460e691d4 Update .travis.yml Franz Liedke 2012-07-14 00:55:47 +0300
  • 4fd1a4fe39 Add .travis.yml file for continuous integration with Travis CI. Franz Liedke 2012-07-13 23:33:12 +0200
  • 3e9161d6e5 Merge pull request #948 from loic-sharma/patch-5 Jason Lewis 2012-07-12 22:56:14 -0700
  • 37241db646 Fix View test case still referring to the old bundle setup for tests. Franz Liedke 2012-07-13 03:07:14 +0200
  • 7351845ec3 Fix PHP errors in test cases related to changed cookie data storage. Franz Liedke 2012-07-13 03:06:31 +0200
  • feefa8d9c4 Fix PHP errors in test cases related to now using Symfony's HttpFoundation component. Franz Liedke 2012-07-13 03:05:55 +0200
  • 86013f1b84 Fix old code in Auth test cases. Franz Liedke 2012-07-13 03:04:36 +0200
  • 59e7e4a2ca Update authentication config file in testing application. Franz Liedke 2012-07-13 03:04:13 +0200
  • 41ff7af213 Change inner workings of test runner to use different bootstrap file when testing the core. Franz Liedke 2012-07-13 03:02:30 +0200
  • eb76c34cd3 Added a missing parenthesis and semicolon. Loic Sharma 2012-07-12 17:46:17 -0500
  • 9bd8755167 Fix wrong API usage in Auth unit test. Franz Liedke 2012-07-13 00:14:30 +0200
  • a7c211339a Import testing bundle to laravel/tests directory. Franz Liedke 2012-07-13 00:14:03 +0200
  • 6d23c4f5c6 Fix missing semicolon in laravel/cli/test/runner.php. Franz Liedke 2012-07-13 00:21:18 +0300
  • 78920c5d27 Move automatic relationship parsing to Eloquent's query class. Franz Liedke 2012-07-12 22:32:43 +0200
  • 8c2a4fba14 The Eloquent model includes can now be taken directly from the model when assembling the query. Franz Liedke 2012-07-12 23:20:17 +0300
  • 71f8e4acc0 Fix a bug introduced in pull request #799 that caused eager loading constraints to stop working. Franz Liedke 2012-07-12 23:16:22 +0300
  • 4d44df4885 Allow 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
  • b325e954e3 Merge remote-tracking branch 'upstream/develop' into develop Chris Berthe 2012-07-12 11:15:43 -0400
  • ce3721a7a1 Add dutch language Baycan Aydin 2012-07-12 16:37:12 +0200
  • 644ecfcc25 adding basic help functions to artisan Shawn McCool 2012-07-12 13:00:35 +0200
  • 29b668b83d added help:commands task to artisan Shawn McCool 2012-07-12 00:30:04 +0200
  • 1503aed7ce Merge branch 'hotfix/docs-nav-update' into develop Shawn McCool 2012-07-11 22:43:18 +0200
  • 0fa3650ff7 Merge branch 'hotfix/docs-nav-update' into staging Shawn McCool 2012-07-11 22:43:14 +0200
  • 7140be474d Merge branch 'hotfix/docs-nav-update' Shawn McCool 2012-07-11 22:43:10 +0200
  • 3acc64051f simplify navigation copy Shawn McCool 2012-07-11 22:42:36 +0200
  • 05ada38d8f style update Shawn McCool 2012-07-11 22:36:20 +0200
  • 95bb9dfee8 Merge branch 'hotfix/fix_markdown' into develop Shawn McCool 2012-07-11 22:35:58 +0200
  • 79edd529e8 Merge branch 'hotfix/fix_markdown' into staging Shawn McCool 2012-07-11 22:35:24 +0200
  • 88457b695e Merge branch 'hotfix/fix_markdown' Shawn McCool 2012-07-11 22:35:05 +0200
  • a6c28050e6 style updates Shawn McCool 2012-07-11 22:34:38 +0200
  • 85ec19367d fix merge Shawn McCool 2012-07-11 22:31:46 +0200
  • ee6adc26d9 fix merge Shawn McCool 2012-07-11 22:30:38 +0200
  • bcdde02229 Merge branch 'feature/docs-install' into develop Shawn McCool 2012-07-11 22:30:21 +0200
  • a66eb44809 fixed typo Shawn McCool 2012-07-11 22:28:44 +0200
  • 66f9ea8dba Merge branch 'feature/docs-install' into staging Shawn McCool 2012-07-11 22:28:25 +0200
  • ce1392aa82 Merge branch 'feature/docs-install' Shawn McCool 2012-07-11 22:25:28 +0200
  • 49928b397a added server configuration to the documentation Shawn McCool 2012-07-11 22:22:57 +0200
  • e19e4ebd24 tweak url for languages. Taylor Otwell 2012-07-11 10:30:44 -0500
  • 10e5918e23 clear out langauges option. Taylor Otwell 2012-07-11 10:24:08 -0500
  • 5f919d76a5 updated change log. Taylor Otwell 2012-07-11 10:20:12 -0500
  • c8718a32ec added option for URI languages. Taylor Otwell 2012-07-11 10:18:48 -0500
  • 8a4aade8f7 Quick notes on Pivot tables Anahkiasen 2012-07-11 16:27:11 +0200
  • 27fb9d0612 fixed "here" link Tobsn 2012-07-11 12:27:29 +0200
  • c659a92603 Fix typo in comments Jeffrey Way 2012-07-10 11:03:55 -0400
  • 1879e6575a tweak eloquent model change method to not check types. Taylor Otwell 2012-07-10 08:02:08 -0500
  • 204a6a7980 Add a Request::time() function. Franz Liedke 2012-07-10 15:29:26 +0300
  • ff525b995b Add "remember" to ignore list Jeffrey Way 2012-07-09 22:18:32 -0400
  • 9dd964c316 Extend Auth::laravel to accept multiple params to verify Jeffrey Way 2012-07-09 21:34:17 -0400
  • 82ababb4cb Add note about making view directory writable. Taylor Otwell 2012-07-09 09:54:56 -0500
  • ebcbbbb843 WIP. Taylor Otwell 2012-07-09 09:54:03 -0500
  • cbff59b59b Add Japanese language resource files. Hirohisa Kawase 2012-07-08 08:46:44 +0900
  • 2d2a6bffa5 Add Japanese language resource files. Hirohisa Kawase 2012-07-08 08:42:13 +0900
  • 845023fc80 Merge pull request #847 from tobsn/patch-1 Taylor Otwell 2012-07-06 18:12:11 -0700
  • 430eeb6da1 Merge pull request #798 from xsbeats/feature/validation_required_with Taylor Otwell 2012-07-06 18:11:19 -0700