Commit Graph

  • 8457238ab1 Revert back APC and Memcached drivers. Taylor Otwell 2012-03-21 14:45:05 -05:00
  • 2809eb260f Merge pull request #435 from cviebrock/develop Taylor Otwell 2012-03-21 12:37:48 -07:00
  • bb2f458304 Added "add_" magic method to eloquent model. Taylor Otwell 2012-03-21 14:23:46 -05:00
  • 1d5ad48998 Fix APC and Memcached drivers -- fixes #433 Signed-off-by: Colin Viebrock <colin@viebrock.ca> Colin Viebrock 2012-03-21 14:18:25 -05:00
  • aa27df8bcb Merge remote-tracking branch 'laravel/develop' into develop Colin Viebrock 2012-03-21 14:10:24 -05:00
  • 2fe7cfd910 Updated change log. Taylor Otwell 2012-03-21 13:41:57 -05:00
  • 52091bda5f Added "match" validation rule for regular expression checks. Taylor Otwell 2012-03-21 13:40:52 -05:00
  • afb33c1775 Fix bug with table prefix and columns. Taylor Otwell 2012-03-21 13:10:59 -05:00
  • 91a6cb882e Added wrap_value function to grammar. Taylor Otwell 2012-03-21 12:06:31 -05:00
  • 033455cc51 Make migration table column lengths more realistic. Taylor Otwell 2012-03-21 11:48:14 -05:00
  • e8fe1f172c Removed extra PHP_EOL from Form class. Taylor Otwell 2012-03-21 11:41:31 -05:00
  • 244d4bfd07 Fix bugs in Redis class. Taylor Otwell 2012-03-21 11:38:30 -05:00
  • 13a70bcc3a Added File::mkdir. Taylor Otwell 2012-03-21 11:28:22 -05:00
  • 3c7a1270a7 Added File::move and File::copy methods. Taylor Otwell 2012-03-21 11:25:37 -05:00
  • b41bba45d7 Added File::cleandir. Taylor Otwell 2012-03-21 11:23:26 -05:00
  • 0637042c01 Added preserve option to File::rmdir. Taylor Otwell 2012-03-21 11:22:16 -05:00
  • 3c3e913689 Renamed Route::load to Route::forward. Taylor Otwell 2012-03-21 11:19:29 -05:00
  • 6e82a4ac8d Merge pull request #359 from akuzemchak/feature/load-route Taylor Otwell 2012-03-21 09:15:42 -07:00
  • 0893f3cca6 Merge branch 'master' into develop Taylor Otwell 2012-03-21 10:59:35 -05:00
  • 32e194ad21 Merge branch 'master' of github.com:laravel/laravel Taylor Otwell 2012-03-21 10:59:13 -05:00
  • 599c69b433 Updated .gitignore. Taylor Otwell 2012-03-21 10:59:09 -05:00
  • ea8d80d67d Merge pull request #371 from daylerees/patch-1 Taylor Otwell 2012-03-21 08:57:38 -07:00
  • 7e7f70dbdd Merge pull request #423 from akhodakivskiy/master Taylor Otwell 2012-03-21 08:50:17 -07:00
  • 41e066e2ee Fix macros method. Taylor Otwell 2012-03-21 10:49:09 -05:00
  • 52ca2d35e7 Tweaking the Form::macro method. Taylor Otwell 2012-03-21 10:48:49 -05:00
  • c18dcecb00 Merge pull request #420 from kyledecot/develop Taylor Otwell 2012-03-21 08:44:59 -07:00
  • 43212f8505 Fix bug in eloquent model. Taylor Otwell 2012-03-21 10:38:39 -05:00
  • aadddcb1d5 Merge pull request #425 from loic-sharma/patch-1 Taylor Otwell 2012-03-21 08:37:07 -07:00
  • ce9f4f1db7 Added support for on_delete and on_cascade of foreign keys. Taylor Otwell 2012-03-21 10:33:06 -05:00
  • 8f103cdeae Remove PHP_EOL, fixes #430. Signed-off-by: Colin Viebrock <colin@viebrock.ca> Colin Viebrock 2012-03-20 22:30:20 -05:00
  • f16ac134ee Merge remote-tracking branch 'laravel/develop' into develop Colin Viebrock 2012-03-20 22:29:26 -05:00
  • 4336bb885a Fix attribute retrieval bug in Eq2. Taylor Otwell 2012-03-20 11:43:11 -05:00
  • 079400ff3d Allow passing in a model instance to relationship insert / update methods. Taylor Otwell 2012-03-20 09:03:31 -05:00
  • 88b0069013 Fixed typo Loic Sharma 2012-03-19 23:32:38 -05:00
  • e540fd3b6d Automatically detect eloquent table names. Taylor Otwell 2012-03-19 14:11:11 -05:00
  • 26afb000bf Added in automatic inflection on english strings. Non-english strings may be added to the "irregular" array. Taylor Otwell 2012-03-19 13:51:44 -05:00
  • d80730cf0d Removed transaction method from Eloquent model since it is made pointless by DB::transaction. Taylor Otwell 2012-03-19 08:43:07 -05:00
  • 1044367c1e added default values to the signature of Query::left_join to allow closure-based join conditions Anton Khodakivskiy 2012-03-19 07:47:20 -04:00
  • 0455438ebe Added transaction method to database connection and eloquent model. Taylor Otwell 2012-03-18 22:39:04 -05:00
  • 7c7734d8e2 Typo? Colin Viebrock 2012-03-18 20:30:21 -05:00
  • fcff36a0ac Added related model updating from belongs_to relationship. Taylor Otwell 2012-03-17 23:14:01 -05:00
  • 68b4e55336 Cleaning up code. Taylor Otwell 2012-03-17 16:12:26 -05:00
  • 8c209a7a61 Just cleaning up some code. Taylor Otwell 2012-03-17 15:42:01 -05:00
  • 762f2402c3 Fixing bugs and improving. Taylor Otwell 2012-03-16 15:32:26 -05:00
  • b5e75f6fcf Fixing bugs and improving. Taylor Otwell 2012-03-16 14:08:28 -05:00
  • dc92dd264d Adding auto detection of intermediate table names. Taylor Otwell 2012-03-16 13:01:48 -05:00
  • 95ba416f3c Adds Form::register which allows Bundles (or anything for that matter) to register custom form inputs which then can be called like Form::xxx Kyle Decot 2012-03-16 13:35:15 -04:00
  • c3d95122e4 Fixing bugs… adding better pivot support. Taylor Otwell 2012-03-16 11:29:21 -05:00
  • c9c0ddf569 Fixing bugs in Eq2. Taylor Otwell 2012-03-16 10:29:43 -05:00
  • e857505e35 Map eloquent classes. Taylor Otwell 2012-03-16 09:04:14 -05:00
  • 003f78cbbf Updated change log. Taylor Otwell 2012-03-16 08:38:08 -05:00
  • d6d667af90 Added Eloquent 2. Taylor Otwell 2012-03-16 08:37:31 -05:00
  • 3de0d1af66 Make the query where_nested method public. Taylor Otwell 2012-03-15 16:12:18 -05:00
  • b755903de6 Updated change log. Taylor Otwell 2012-03-15 12:57:12 -05:00
  • da67b1bc66 Fix typo in memory driver. Taylor Otwell 2012-03-14 14:18:19 -05:00
  • a61f51fa93 Add forever and flush methods to memory driver. Taylor Otwell 2012-03-14 14:08:52 -05:00
  • 338b6a8aba Updated change-log. Taylor Otwell 2012-03-14 09:02:57 -05:00
  • 2f4d896958 Added proper cache::forever implementations to each driver. Taylor Otwell 2012-03-14 09:02:24 -05:00
  • 873dd1534c Added Cache::forever method to cache something for five years. Taylor Otwell 2012-03-14 08:54:00 -05:00
  • cb5fdeaed6 Updated change log. Taylor Otwell 2012-03-13 13:07:34 -05:00
  • b65380d6ff Added automatic controller detection. Taylor Otwell 2012-03-12 17:03:09 -05:00
  • c514ca1e34 Merge branch 'develop' of github.com:laravel/laravel into develop Taylor Otwell 2012-03-12 10:50:22 -05:00
  • 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 -05:00
  • d8683bcf5b Merge pull request #397 from maxzender/develop Taylor Otwell 2012-03-12 08:44:12 -07:00
  • ea820add35 Make headers case-insensitive. Taylor Otwell 2012-03-12 10:40:50 -05:00
  • afcb60ec60 Adding comment in database grammar. Taylor Otwell 2012-03-12 10:31:12 -05:00
  • d862a5181a Merge pull request #399 from kbanman/develop Taylor Otwell 2012-03-12 08:30:22 -07:00
  • 17f7389bc5 Fix prefixing raw tables Kelly Banman 2012-03-09 08:48:20 -08:00
  • 5eece1f33f Added a helper method to render a given view Max Zender 2012-03-09 17:05:29 +01:00
  • 18f91414bb Merge pull request #396 from cviebrock/develop Taylor Otwell 2012-03-08 11:16:39 -08:00
  • 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 -06:00
  • 968808f8d6 Updated change-log. Taylor Otwell 2012-03-07 22:17:09 -06:00
  • 3c9a4b1aad Added "memory" (array based) session driver to ease the unit testing of session reliant operations. Taylor Otwell 2012-03-07 22:16:02 -06:00
  • 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 -06:00
  • 6f7780a0f8 Merge branch 'refs/heads/master' into develop Taylor Otwell 2012-03-07 14:13:01 -06:00
  • 20f62b5a1d Merge pull request #393 from ShawnMcCool/master Taylor Otwell 2012-03-07 12:12:34 -08:00
  • 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 +01:00
  • 6535fca31c fixing bug in event class. Taylor Otwell 2012-03-06 17:27:41 -06:00
  • cb8dbddccc Updated change-log. Taylor Otwell 2012-03-06 16:29:25 -06:00
  • 48b8791c62 Added Event::until method. Taylor Otwell 2012-03-06 16:28:55 -06:00
  • e57948185b Ignore DS_Store files. Taylor Otwell 2012-03-05 16:53:37 -06:00
  • 8da1c16c8b Tweak controller layout resolution. Taylor Otwell 2012-03-05 13:31:30 -06:00
  • 2b81497644 Merge branch 'refs/heads/master' into develop Taylor Otwell 2012-03-04 23:06:34 -06:00
  • 5b3031adb0 Fix output buffer checking bug. Taylor Otwell 2012-03-04 23:06:17 -06:00
  • b549e30c7c Merge remote-tracking branch 'origin/master' into develop Taylor Otwell 2012-03-04 22:04:50 -06:00
  • 89dc8903ec Updating version. Taylor Otwell 2012-03-04 22:03:59 -06:00
  • 638032f4c0 Fix bug in IoC singleton checking. Taylor Otwell 2012-03-04 22:02:11 -06:00
  • 46595ce55e Unsigned only supported by MySQL. Taylor Otwell 2012-03-04 14:28:49 -06:00
  • f3df013753 Added support for decimal data type in schema. Taylor Otwell 2012-03-04 14:23:59 -06:00
  • f110ccde4f Fixing spacing. Taylor Otwell 2012-03-04 13:59:32 -06:00
  • 9ab1144f78 Merge pull request #379 from jasonlewis/patch-6 Taylor Otwell 2012-03-04 11:59:00 -08:00
  • 8607fcc933 Merge pull request #382 from daylerees/fetching-notice Taylor Otwell 2012-03-04 11:57:53 -08:00
  • 893f65fc02 Fix bundle publishing bug. Taylor Otwell 2012-03-04 13:56:12 -06:00
  • aeaebead18 Just tweaking comments. Taylor Otwell 2012-03-03 15:46:08 -06:00
  • 4e656f02fe general code cleanup. Taylor Otwell 2012-03-03 15:17:47 -06:00
  • c4594afce1 cleaning up the validator. Taylor Otwell 2012-03-03 15:12:30 -06:00
  • c433815fdf cleaning up the application start file. Taylor Otwell 2012-03-03 14:51:18 -06:00
  • 8104862667 Merge branch 'develop' of github.com:laravel/laravel into develop Taylor Otwell 2012-03-03 14:49:10 -06:00
  • 606b8ceada Fixed typo in comment. Taylor Otwell 2012-03-03 14:48:45 -06:00
  • 9bb69309f5 Display errors by default. Taylor Otwell 2012-03-02 22:54:29 -06:00