Commit Graph

  • cb5fdeaed6 Updated change log. Taylor Otwell 2012-03-13 13:07:34 -0500
  • b65380d6ff Added automatic controller detection. Taylor Otwell 2012-03-12 17:03:09 -0500
  • c514ca1e34 Merge branch 'develop' of github.com:laravel/laravel into develop Taylor Otwell 2012-03-12 10:50:22 -0500
  • 5c8527f579 Use str_getcsv instead of explode in validator to allow commas in in and not_in rules. Taylor Otwell 2012-03-12 10:50:04 -0500
  • d8683bcf5b Merge pull request #397 from maxzender/develop Taylor Otwell 2012-03-12 08:44:12 -0700
  • ea820add35 Make headers case-insensitive. Taylor Otwell 2012-03-12 10:40:50 -0500
  • afcb60ec60 Adding comment in database grammar. Taylor Otwell 2012-03-12 10:31:12 -0500
  • d862a5181a Merge pull request #399 from kbanman/develop Taylor Otwell 2012-03-12 08:30:22 -0700
  • 17f7389bc5 Fix prefixing raw tables Kelly Banman 2012-03-09 08:48:20 -0800
  • 5eece1f33f Added a helper method to render a given view Max Zender 2012-03-09 17:05:29 +0100
  • 18f91414bb Merge pull request #396 from cviebrock/develop Taylor Otwell 2012-03-08 11:16:39 -0800
  • 42edf70b10 Make the key optional for has() too ... like a "has_any()" method Signed-off-by: Colin Viebrock <colin@viebrock.ca> Colin Viebrock 2012-03-08 13:11:09 -0600
  • 968808f8d6 Updated change-log. Taylor Otwell 2012-03-07 22:17:09 -0600
  • 3c9a4b1aad Added "memory" (array based) session driver to ease the unit testing of session reliant operations. Taylor Otwell 2012-03-07 22:16:02 -0600
  • 51183c348d Added "memory" (array based) cache driver for easier unit testing of application cache operations for developers. Taylor Otwell 2012-03-07 21:59:54 -0600
  • 6f7780a0f8 Merge branch 'refs/heads/master' into develop Taylor Otwell 2012-03-07 14:13:01 -0600
  • 20f62b5a1d Merge pull request #393 from ShawnMcCool/master Taylor Otwell 2012-03-07 12:12:34 -0800
  • 17ac74d7f8 made all sqlite fields nullable to fix various problems with the difference in sqlite's null functionality Shawn McCool 2012-03-07 20:52:17 +0100
  • 6535fca31c fixing bug in event class. Taylor Otwell 2012-03-06 17:27:41 -0600
  • cb8dbddccc Updated change-log. Taylor Otwell 2012-03-06 16:29:25 -0600
  • 48b8791c62 Added Event::until method. Taylor Otwell 2012-03-06 16:28:55 -0600
  • e57948185b Ignore DS_Store files. Taylor Otwell 2012-03-05 16:53:37 -0600
  • 8da1c16c8b Tweak controller layout resolution. Taylor Otwell 2012-03-05 13:31:30 -0600
  • 2b81497644 Merge branch 'refs/heads/master' into develop Taylor Otwell 2012-03-04 23:06:34 -0600
  • 5b3031adb0 Fix output buffer checking bug. Taylor Otwell 2012-03-04 23:06:17 -0600
  • b549e30c7c Merge remote-tracking branch 'origin/master' into develop Taylor Otwell 2012-03-04 22:04:50 -0600
  • 89dc8903ec Updating version. Taylor Otwell 2012-03-04 22:03:59 -0600
  • 638032f4c0 Fix bug in IoC singleton checking. Taylor Otwell 2012-03-04 22:02:11 -0600
  • 46595ce55e Unsigned only supported by MySQL. Taylor Otwell 2012-03-04 14:28:49 -0600
  • f3df013753 Added support for decimal data type in schema. Taylor Otwell 2012-03-04 14:23:59 -0600
  • f110ccde4f Fixing spacing. Taylor Otwell 2012-03-04 13:59:32 -0600
  • 9ab1144f78 Merge pull request #379 from jasonlewis/patch-6 Taylor Otwell 2012-03-04 11:59:00 -0800
  • 8607fcc933 Merge pull request #382 from daylerees/fetching-notice Taylor Otwell 2012-03-04 11:57:53 -0800
  • 893f65fc02 Fix bundle publishing bug. Taylor Otwell 2012-03-04 13:56:12 -0600
  • aeaebead18 Just tweaking comments. Taylor Otwell 2012-03-03 15:46:08 -0600
  • 4e656f02fe general code cleanup. Taylor Otwell 2012-03-03 15:17:47 -0600
  • c4594afce1 cleaning up the validator. Taylor Otwell 2012-03-03 15:12:30 -0600
  • c433815fdf cleaning up the application start file. Taylor Otwell 2012-03-03 14:51:18 -0600
  • 8104862667 Merge branch 'develop' of github.com:laravel/laravel into develop Taylor Otwell 2012-03-03 14:49:10 -0600
  • 606b8ceada Fixed typo in comment. Taylor Otwell 2012-03-03 14:48:45 -0600
  • 9bb69309f5 Display errors by default. Taylor Otwell 2012-03-02 22:54:29 -0600
  • 76eef23f54 Check for CLI before starting session. Taylor Otwell 2012-03-02 17:12:43 -0600
  • d43157b61f Fix drop_foreign SQL grammar for MySQL. Taylor Otwell 2012-03-02 10:27:37 -0600
  • 1d93cab0d0 Cleaning up foreign key support. Added drop_foreign command. Taylor Otwell 2012-03-02 10:23:27 -0600
  • 2f2437a0e3 Updated change-log. Taylor Otwell 2012-03-02 09:55:17 -0600
  • c002ae6337 Use constraints for "unique" on Postgres schemas. Taylor Otwell 2012-03-02 09:54:43 -0600
  • fba6c303ea Updated change-log. Taylor Otwell 2012-03-02 09:42:52 -0600
  • 1302ded5f8 Added foreign key support to schema builder for MySQL, Postgres, and SQL Server. Taylor Otwell 2012-03-02 09:41:30 -0600
  • 601b29a9d1 added bundle fetching notification for bundle:install Dayle Rees 2012-03-02 11:40:16 +0000
  • aac2507858 When no key is provided to first it returns the first message from all the messages. Jason Lewis 2012-03-02 18:04:57 +1100
  • 2032dec0ea Update change-log Taylor Otwell 2012-03-01 13:44:32 -0600
  • 028703d9d5 Clean up the life-cycle file. Taylor Otwell 2012-03-01 13:30:02 -0600
  • f473e4418a Cleaning up the core bootstrap file. Taylor Otwell 2012-03-01 13:06:27 -0600
  • fdcebc1bcb Added override and clear methods to event class. Taylor Otwell 2012-03-01 12:02:16 -0600
  • 2331ae18cf Added lang and view loader events. Taylor Otwell 2012-03-01 11:52:05 -0600
  • 32d4eeff14 Merge branch 'develop' of github.com:laravel/laravel into develop Taylor Otwell 2012-03-01 11:24:04 -0600
  • 5a25b5a714 Fix typo Taylor Otwell 2012-03-01 11:22:47 -0600
  • 16fa094cc3 Setting up default config loader event. Taylor Otwell 2012-03-01 11:21:11 -0600
  • be95496158 Allowing for config.load event. Taylor Otwell 2012-03-01 10:55:37 -0600
  • 2c4d35e6a4 allow File::cpdir() to fail (and return false) Dayle Rees 2012-03-01 12:12:39 +0000
  • d12f868f8c Merge branch 'master' into develop Taylor Otwell 2012-02-29 20:39:23 -0600
  • e36dba4f10 default to showing all errors. Taylor Otwell 2012-02-29 20:39:02 -0600
  • 871d205a35 Updated change-log. Taylor Otwell 2012-02-29 15:32:59 -0600
  • ebcae547fa Merge pull request #370 from cviebrock/develop Taylor Otwell 2012-02-29 13:25:05 -0800
  • b7d068f2f2 Move method into grammar.php instead of duplicating in each grammar Colin Viebrock 2012-02-29 15:21:20 -0600
  • 26c7273493 Add unsigned() modifier, so you can create unsigned integer columns Colin Viebrock 2012-02-29 15:09:13 -0600
  • 30d69ef548 updating comment. Taylor Otwell 2012-02-28 10:09:51 -0600
  • 097f2929f3 update changelog. Taylor Otwell 2012-02-28 10:07:21 -0600
  • b37c966aea improve session ID assignment to avoid possible overlaps. Taylor Otwell 2012-02-28 10:06:53 -0600
  • e4c03aab37 updated changes. Taylor Otwell 2012-02-28 09:41:26 -0600
  • ad6a9e874d Merge branch 'develop' of github.com:laravel/laravel into develop Taylor Otwell 2012-02-28 09:30:56 -0600
  • 425192a05d fix bug in route. Taylor Otwell 2012-02-28 09:30:43 -0600
  • 5325acac64 adding support for attaching filters based on URI routing. Taylor Otwell 2012-02-28 09:28:23 -0600
  • 0f5252c5e5 Changed the route filter in the comment. Eric Barnes 2012-02-28 10:00:40 -0500
  • 01ddff5cdc adding support for filter patterns. Taylor Otwell 2012-02-27 22:36:28 -0600
  • 9954482194 added search and extension functions to view class for registering them. Taylor Otwell 2012-02-27 16:27:28 -0600
  • 990f8d4adc updated change list.' Taylor Otwell 2012-02-27 15:45:54 -0600
  • 64b61abcd5 added paths and extensions options to view class. Taylor Otwell 2012-02-27 15:29:11 -0600
  • ca5dfa4061 fixing underscored library auto-loading. Taylor Otwell 2012-02-27 14:08:01 -0600
  • 2fdde4ad2f Merge branch 'develop' of github.com:laravel/laravel into develop Taylor Otwell 2012-02-27 09:29:35 -0600
  • 621fee09be cleaning up code. Taylor Otwell 2012-02-27 09:28:21 -0600
  • d87b01ad6c cleaning up code. Taylor Otwell 2012-02-27 09:26:51 -0600
  • d4f3813b76 Merge branch 'master' into develop Taylor Otwell 2012-02-26 22:29:40 -0600
  • 37ea2c8221 updating readme. Taylor Otwell 2012-02-26 22:29:14 -0600
  • 714e2f8c10 updating readme. Taylor Otwell 2012-02-26 22:27:17 -0600
  • 5ff6ea5bcc updating readme. Taylor Otwell 2012-02-26 22:25:47 -0600
  • a08537335a simplify autoloader namespace mapping. Taylor Otwell 2012-02-25 22:41:19 -0600
  • 909413916c cleaning up code. Taylor Otwell 2012-02-25 22:32:12 -0600
  • 2a02b9f6ac cleaning up view code. Taylor Otwell 2012-02-25 22:30:35 -0600
  • 711d60a506 dont override paths if they are already set in bootstrap. Taylor Otwell 2012-02-25 14:54:34 -0600
  • a289b287e8 modified log gitignore. Taylor Otwell 2012-02-25 14:43:05 -0600
  • 4064013e84 Merge branch 'master' into develop Taylor Otwell 2012-02-25 14:10:40 -0600
  • 1e5c6ee246 incremented version. Taylor Otwell 2012-02-25 14:10:10 -0600
  • 14f82766fb added certificate of origin to license file. Taylor Otwell 2012-02-25 14:09:03 -0600
  • fa9bad811f add change note. Taylor Otwell 2012-02-24 17:22:13 -0600
  • cb55111724 add change note. Taylor Otwell 2012-02-24 17:21:41 -0600
  • 62ffbc270a updated changelog. Taylor Otwell 2012-02-24 17:21:18 -0600
  • 818a488d4a updated changelog. Taylor Otwell 2012-02-24 17:20:58 -0600
  • 1d209fde78 add change note. Taylor Otwell 2012-02-24 17:20:42 -0600
  • 484a737382 make the pdo fetch style configurable. Taylor Otwell 2012-02-24 11:35:02 -0600