Commit Graph

1445 Commits

Author SHA1 Message Date
Taylor Otwell 348ff778ed Merged Linject into the core IoC container. 2012-05-02 13:28:29 -05:00
Taylor Otwell 30c87b9245 Updated change log. 2012-05-02 09:39:27 -05:00
Taylor Otwell b5f5927fa7 Fix bug with many-to-many relationships on non-default database connection. 2012-05-02 09:37:40 -05:00
Taylor Otwell 9ed91af1e8 added Response::eloquent method. 2012-05-02 08:50:37 -05:00
Taylor Otwell 13638467b4 added Response::json method. 2012-05-02 08:35:26 -05:00
Taylor Otwell f6b7e5f727 updated change log. 2012-05-02 08:13:08 -05:00
Taylor Otwell 208eb8a380 move json method to input class. 2012-05-02 08:12:52 -05:00
Taylor Otwell 138d08c04b added Requst::json method. 2012-05-02 08:09:23 -05:00
Taylor Otwell f050f7731b Refactoring some auth code. 2012-05-01 13:12:32 -05:00
Taylor Otwell de7046cc66 update change log. 2012-05-01 11:35:58 -05:00
Taylor Otwell 60ab0b66e7 Finishing up auth re-write. 2012-05-01 11:33:10 -05:00
Taylor Otwell 60f61f318b refactored authentication system. 2012-05-01 10:50:33 -05:00
Taylor Otwell c49e1964a9 Working on base authentication driver. 2012-05-01 09:37:22 -05:00
Taylor Otwell 840954eb1d Rename "register" methods to "extend". 2012-04-30 22:43:30 -05:00
Taylor Otwell 1dd35dffdb Update change log. 2012-04-30 22:40:37 -05:00
Taylor Otwell 7e33ec5f34 Allow the registration of custom database drivers. 2012-04-30 22:40:18 -05:00
Taylor Otwell cf29450b99 Fix bug in array_pluck helper. 2012-04-30 15:40:29 -05:00
Taylor Otwell 7af5afc4b5 Allow starter Closure for bundles. 2012-04-30 15:09:56 -05:00
Taylor Otwell efe3de6843 Allow the specification of a asset base URL. 2012-04-30 11:52:30 -05:00
Taylor Otwell 48dae0c3d9 Merge pull request #578 from cviebrock/asset-url
Configuration option to set different base URL for assets
2012-04-30 09:49:06 -07:00
Taylor Otwell 5591307099 update toc. 2012-04-30 11:22:33 -05:00
Taylor Otwell 13f30262d9 Fix table of contents. 2012-04-30 11:19:48 -05:00
Taylor Otwell d9bdb4f9ba Fix conflict text. 2012-04-30 11:16:31 -05:00
Taylor Otwell bb4bf88c6f Updated change log. 2012-04-30 11:15:41 -05:00
Taylor Otwell ba9a7263b0 Allow the registration of third party cache and session drivers. 2012-04-30 11:15:23 -05:00
Taylor Otwell c49c60365f Cleaned up the section able implementation. 2012-04-30 10:17:59 -05:00
Taylor Otwell 9dea22c3eb require_once on error class. 2012-04-30 10:09:38 -05:00
Taylor Otwell aaeb7bc3be More work on sectionable caches. 2012-04-28 22:46:25 -05:00
Taylor Otwell 31106a9211 Support implicit sectioned caching using :: syntax. 2012-04-28 22:40:11 -05:00
Taylor Otwell 4d2ecdbff2 Tweaking response->render() location. 2012-04-28 14:01:10 -05:00
Taylor Otwell 80448c3341 Fix typo in change log. 2012-04-28 11:14:08 -05:00
Taylor Otwell aff9e194d9 Implement sectionable caching in array cache driver. 2012-04-28 11:12:44 -05:00
Taylor Otwell 68d9210ef5 Added array_pluck method. 2012-04-27 14:26:46 -05:00
Taylor Otwell e9bcbeac8f Change location of when $response->render() is called. Make memory cache storage array public. 2012-04-27 13:30:03 -05:00
Taylor Otwell b0fd803297 Updated change log. 2012-04-26 20:49:56 -05:00
Taylor Otwell a892b85e8b Added new Sectionable interface to allow cache drivers to expose "namespace" type functionality. 2012-04-26 20:49:03 -05:00
Taylor Otwell 9057c60a5f Merge pull request #584 from bencorlett/develop
Adding having() support to the Fluent query builder.
2012-04-26 18:26:19 -07:00
Koen Schmeets 33c6027476 Adding has_file method
Signed-off-by: Koen Schmeets <k.schmeets@gmail.com>
2012-04-26 21:24:06 +02:00
Taylor Otwell 86fce099b3 Fixed belongs_to primary key bug. 2012-04-26 11:25:47 -05:00
Alex Whitman 14961350d0 Automatically wrap numeric routes in parentheses 2012-04-26 16:32:02 +01:00
Taylor Otwell ca06582369 Add some events to Eloquent models. 2012-04-26 09:30:34 -05:00
Taylor Otwell 3a62036a9c fix urlencode prob 2012-04-24 22:47:35 -05:00
Taylor Otwell 9cee86ffb9 use array_values on relationship matches. 2012-04-24 22:38:30 -05:00
Taylor Otwell b8b0c08495 fix html class. 2012-04-24 21:51:19 -05:00
Ben Corlett af6d76f713 Adding having() support to the Fluent query builder.
Signed-off-by: Ben Corlett <bencorlett@me.com>
2012-04-25 11:18:50 +10:00
Taylor Otwell 589b86ff3e remove unnecessary code in input class. 2012-04-24 13:41:19 -05:00
Taylor Otwell e55cf31578 dont cast to string in str::words method. 2012-04-24 11:48:47 -05:00
Taylor Otwell 68834a47d9 fixing conflicts. 2012-04-24 10:42:57 -05:00
Taylor Otwell a994c30ab3 fixed str::words php notice. 2012-04-24 10:40:20 -05:00
Taylor Otwell 1dea9852a9 fix eager loading of belongs_to relationships when all keys are null. 2012-04-24 10:37:40 -05:00
Taylor Otwell 47b60135bb fix possible error loading error class. 2012-04-24 08:57:31 -05:00
Taylor Otwell 39601e8a78 fix bugs in input class. 2012-04-24 08:37:37 -05:00
Taylor Otwell 3241de0cc1 fix Input::merge method. 2012-04-24 08:27:29 -05:00
Colin Viebrock 11b0d243ff Fixes 2012-04-23 23:43:09 -05:00
Colin Viebrock 71d361e071 Configuration option to set different server for asset files. 2012-04-23 22:48:16 -05:00
Taylor Otwell 94948cf675 Fix Eloquent eager loading matching. 2012-04-23 16:08:57 -05:00
Taylor Otwell b65fa7040d tweak the status method.: 2012-04-23 13:36:25 -05:00
Taylor Otwell f1feb467f1 added Input::merge method. 2012-04-23 13:33:48 -05:00
Julien TANT 8eae68bde0 Change htmlentities to urlencode for link
Signed-off-by: Julien TANT <julien@ao6-labs.eu>
2012-04-21 14:51:03 +02:00
Taylor Otwell bb506bb30b Updating change log and docs for Schema::drop. 2012-04-20 11:37:05 -05:00
Taylor Otwell a92ab1ca30 Fixing bugs. 2012-04-20 11:35:47 -05:00
Taylor Otwell 98ea9ac41f Fix bug in core script. 2012-04-20 10:54:40 -05:00
Pavel 1b9566070b File::delete() now returns result of unlink().
Signed-off-by: Pavel <proger.xp@gmail.com>
2012-04-20 00:07:15 +04:00
Pavel 5019d05ed2 Lang::__construct() now converts $replacements into an array.
Signed-off-by: Pavel <proger.xp@gmail.com>
2012-04-19 23:40:38 +04:00
Taylor Otwell 7b65dc30a0 updated change log. 2012-04-19 14:32:59 -05:00
Taylor Otwell 58f69fdf47 fixing some issues related to environment. 2012-04-19 14:32:27 -05:00
Taylor Otwell 9a90d303c7 return empty string if no items in html list. 2012-04-19 08:45:56 -05:00
Taylor Otwell 09e456d2bf fix docblock. 2012-04-19 08:41:23 -05:00
Taylor Otwell 92e482de0d updating documentation. 2012-04-19 08:39:30 -05:00
Taylor Otwell 798b76d8d0 update change log. 2012-04-19 08:38:06 -05:00
Taylor Otwell a150a7d457 allow multiple views to be registered for a single composer. 2012-04-19 08:37:42 -05:00
Taylor Otwell d1428948ea fix docblock. 2012-04-19 08:28:22 -05:00
Taylor Otwell cac5ebad4a Merge pull request #507 from sparksp/develop-patch-2
Don't show the trace on shutdown, it's useless.
2012-04-19 06:26:59 -07:00
Taylor Otwell 3670423da6 Merge pull request #558 from ProgerXP/patch-locks-dev
Fixing "Cannot remove ...: Permission denied" in File and bundle:: task
2012-04-19 06:23:42 -07:00
Taylor Otwell affcad0948 fix bug surrounding cookie session driver. 2012-04-19 08:19:15 -05:00
Taylor Otwell 45c9d15442 Merge pull request #559 from ProgerXP/patch-ioc-resolve
IoC::resolve() - call_user_func_ARRAY()
2012-04-19 06:13:39 -07:00
Taylor Otwell ed2df89c3e fix double return. 2012-04-19 08:11:29 -05:00
Pavel 3f5a92ea5c Fixed wrong calling of the IoC resolver.
Signed-off-by: Pavel <proger.xp@gmail.com>
2012-04-19 10:47:50 +04:00
Pavel 5db3743702 Fixing "Cannot remove ...: Permission denied" in File and bundle:: task
Signed-off-by: Pavel <proger.xp@gmail.com>
2012-04-19 10:36:28 +04:00
Taylor Otwell a19b8b9675 tweaking the value method. 2012-04-18 20:53:26 -05:00
Taylor Otwell d91da7d80a update change log. 2012-04-18 20:51:15 -05:00
Taylor Otwell b9d573467a Merge pull request #531 from markhuot/develop
Syncing Up Magic Methods
2012-04-18 18:50:19 -07:00
Taylor Otwell bee2a273bc added default option to bundle::option method. 2012-04-18 20:47:29 -05:00
Taylor Otwell 3f2bdb7695 only write file caches if minutes is greater than zero. 2012-04-18 20:43:25 -05:00
Taylor Otwell 78243fedba Merge branch 'develop' of github.com:laravel/laravel into develop 2012-04-18 20:39:18 -05:00
Taylor Otwell ff94d16630 Merge branch 'staging' of github.com:laravel/laravel into staging 2012-04-18 20:38:46 -05:00
Taylor Otwell 51f5fdd0c9 fix conflicts. 2012-04-18 20:38:36 -05:00
Taylor Otwell 9c823d42be Merge branch 'master' of github.com:laravel/laravel 2012-04-18 20:36:51 -05:00
Taylor Otwell 24e382848c add response to done event. 2012-04-18 20:36:38 -05:00
Taylor Otwell 5b7f3f66f2 update change log. 2012-04-17 20:48:17 -05:00
Taylor Otwell 4f3dbf2ec4 document the view::exists method. 2012-04-17 20:15:08 -05:00
Taylor Otwell ae2dc6a7e2 cleaning up view code. 2012-04-17 20:13:42 -05:00
Taylor Otwell 42f8914611 Merge branch 'develop' of github.com:laravel/laravel into develop 2012-04-17 20:11:08 -05:00
Taylor Otwell 66cf43de6c update change log. 2012-04-17 20:10:56 -05:00
Taylor Otwell 8c4170491e use memcached instead of memcache. 2012-04-17 20:09:41 -05:00
Taylor Otwell 7ba97bc3b5 Merge pull request #550 from davzie/develop
Implemented View::exists function
2012-04-17 17:55:52 -07:00
Taylor Otwell b7ac667405 tweak belongs to eager constraining. 2012-04-17 14:33:17 -05:00
David Thorpe ee5386e3b2 Implemented View::exists function
magical

Signed-off-by: David Thorpe <davzie@davzie.com>
2012-04-17 19:25:41 +01:00
Taylor Otwell f6388e26be added dd helper. 2012-04-16 20:38:31 -05:00
Taylor Otwell 62935964eb update chang elog 2012-04-16 14:50:32 -05:00
Taylor Otwell 11aabe4a84 move back to memcache 2012-04-16 14:50:06 -05:00
Pavel 482aed9379 Corrected typos in the comments.
Signed-off-by: Pavel <proger.xp@gmail.com>
2012-04-16 18:44:11 +04:00
Taylor Otwell 1192abe39c update change log. 2012-04-16 08:37:15 -05:00
Taylor Otwell f316553bb7 use memcached api instead of memcache. 2012-04-16 08:36:44 -05:00
Taylor Otwell 5d52da696f use injection on the request::detect_env method for better testability. 2012-04-13 20:34:13 -05:00
Taylor Otwell 44dbbe01da added support for bundles outside of the bundle directory using 'path: ' syntax like views. 2012-04-13 13:54:56 -05:00
Taylor Otwell 0f483fb390 cleaning up the autoloader> 2012-04-13 13:33:54 -05:00
Taylor Otwell 7b7f154edd Merge branch 'staging' into develop 2012-04-13 08:25:51 -05:00
Taylor Otwell e16ab6f3d4 fixing conflicts. 2012-04-13 08:25:40 -05:00
Taylor Otwell f45330a006 call render method on view when including in blade. 2012-04-13 08:23:11 -05:00
Mark Huot 49384514ef The __get() magic method runs three checks before giving up but the __isset() method only runs two checks. This syncs the logic to ensure that __get() and __isset() are looking at the same possibilities. 2012-04-13 10:20:34 -03:00
Taylor Otwell 9daa919f4b updated change log. 2012-04-12 23:36:45 -05:00
Taylor Otwell ab6e364546 added simpler and easier environment handling. 2012-04-12 23:35:41 -05:00
Taylor Otwell 34cb9a00f4 move 'is' method to the str class where it belongs. 2012-04-12 22:54:50 -05:00
Taylor Otwell 2b88c78896 simplified the paths.php file. 2012-04-12 22:33:45 -05:00
Taylor Otwell 1847a369fb fixed eloquent datetime bug when determining dirty attributes. 2012-04-11 16:08:15 -05:00
Taylor Otwell 8bc128fdaa cleaning up code. 2012-04-10 22:36:20 -05:00
Taylor Otwell 9ad6fabc02 Updated change log.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
2012-04-10 15:04:39 -05:00
Taylor Otwell 94b8582865 Add DateTime support to database binding layer.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
2012-04-10 15:03:42 -05:00
Taylor Otwell 7d5b6b3748 added blade comments and documentation. 2012-04-10 11:46:55 -05:00
Taylor Otwell 222383c83b check application.ssl in request::secure. 2012-04-10 11:41:02 -05:00
Taylor Otwell d5b9f3c604 cleaning up section class. 2012-04-10 11:37:38 -05:00
Taylor Otwell 78a2bce820 Merge pull request #509 from cviebrock/section-append
Make Section::append public, and do a true append. Other methods are renamed but unchanged.
2012-04-10 09:36:49 -07:00
Taylor Otwell f7b1a72f3c added unless structure to blade. 2012-04-10 11:33:55 -05:00
Taylor Otwell fda19731c5 Fixing update handling in Has_Many and Has_One relationships.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
2012-04-10 11:26:03 -05:00
Taylor Otwell 8e988192a1 Merge branch 'develop' of github.com:laravel/laravel into develop 2012-04-10 10:10:51 -05:00
Taylor Otwell 0eb79a5b8d Merge branch 'staging' into develop 2012-04-10 10:10:41 -05:00
Taylor Otwell 1a5d4250d1 fix conflicts. 2012-04-10 10:10:31 -05:00
Taylor Otwell bcca8be072 Merge branch 'master' of github.com:laravel/laravel 2012-04-10 10:09:43 -05:00
Taylor Otwell 2e7cca1d0b Merge pull request #512 from Mikaweb/patch-1
Misspelt word corrected!
2012-04-10 07:49:05 -07:00
Taylor Otwell 60b5e38ca0 return after loading mapped class in autoloader. 2012-04-10 09:48:54 -05:00
Taylor Otwell b370549d80 Merge pull request #517 from joecwallace/migrate-resolver-classify-fix
Resolver::resolve() bug fix
2012-04-10 07:47:34 -07:00
Taylor Otwell a3e0c7c0c4 Merge pull request #522 from kloy/master
Custom validation messages in language file fix.
2012-04-10 07:43:49 -07:00
Keith Loy 53e8f9b774 Fixing bug where custom validation messages in bundle language files were not getting picked up. 2012-04-09 21:11:54 -05:00
Joe Wallace f7aee0ca2a Model::table() uses class_basename() helper - which properly discards namespaces on *nix systems
Signed-off-by: Joe Wallace <joew@atiba.com>
2012-04-09 11:28:40 -05:00
Joe Wallace 201732135d Resolver::resolve() uses Str::classify() to determine class names
Signed-off-by: Joe Wallace <joew@atiba.com>
2012-04-09 11:02:11 -05:00
Greg Aker 88dd2f3232 Altering visibility of Crypter::randomizer() to public. 2012-04-07 14:09:22 -05:00
Maxime Dizerens 3850f575f0 Misspelt word corrected! 2012-04-07 00:03:33 +03:00
Colin Viebrock f0f9d7b256 make Section::append public, and do a true append. Other methods are renamed but unchanged. 2012-04-06 11:50:01 -05:00
Phill Sparks 56fac668b3 Don't show the trace on shutdown, it's useless.
Signed-off-by: Phill Sparks <me@phills.me.uk>
2012-04-06 10:41:10 +01:00
Taylor Otwell 825e8b2d49 cleaning up code and comments. 2012-04-05 21:40:56 -05:00
Taylor Otwell a77196db86 cleaning up code. 2012-04-05 21:30:53 -05:00
Taylor Otwell 8a687053a8 fix conflicts. 2012-04-05 09:33:50 -05:00
Taylor Otwell cc4514e8f6 Fix bug in many to many eager loading.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
2012-04-05 09:21:28 -05:00
Taylor Otwell ee288a7709 updated changelog. 2012-04-04 22:32:25 -05:00
Taylor Otwell 6dd709ccaa move vendors folder under laravel. 2012-04-04 22:16:34 -05:00
Taylor Otwell fe36d7fdfb Added total SQL execution time to profiler.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
2012-04-04 17:08:16 -05:00
Taylor Otwell 01a7991bd5 fix artisan. 2012-04-04 16:57:18 -05:00
Taylor Otwell 4bee6d1bca put str_object back in. 2012-04-04 14:48:51 -05:00
Taylor Otwell 609920b0d0 Allow str_contains to take an array.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
2012-04-04 14:30:32 -05:00
Dayle Rees b5847c1f3a fixed logo bug 2012-04-04 20:14:20 +01:00
Dayle Rees 95b4b0924b added logo base64d to profiler 2012-04-04 20:05:38 +01:00
Dayle Rees ad57ae4fdf jquery loading and css fixes 2012-04-04 18:25:29 +01:00
Taylor Otwell 1c26ce8ce5 Fix bug in input class.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
2012-04-04 11:37:46 -05:00
Taylor Otwell 98fa907805 Use array_merge_recursive in input class.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
2012-04-04 11:30:19 -05:00
Taylor Otwell 04eea426e8 tweaking. 2012-04-04 11:19:52 -05:00
Taylor Otwell 9499758806 Merge branch 'develop' into feature/http-foundation 2012-04-04 11:16:44 -05:00
Taylor Otwell 02ad4c5c47 adjusting comments. 2012-04-04 11:09:44 -05:00
Taylor Otwell c31f001f22 fix url https bug. 2012-04-04 11:08:14 -05:00
Taylor Otwell 63e6d143fb updated change log. 2012-04-04 10:36:48 -05:00
Taylor Otwell d1adc8c181 Merge pull request #484 from kbanman/bugfix-pivot
Timestamps are optional in many-to-many pivot table
2012-04-04 08:36:01 -07:00
Taylor Otwell e78c90b993 Merge branch 'develop' into feature/http-foundation 2012-04-04 10:34:16 -05:00
Taylor Otwell 250541b22b updated change log. 2012-04-04 10:33:49 -05:00
Taylor Otwell eda46a815e fix eloquent model attribute resolution. 2012-04-04 10:33:24 -05:00
Taylor Otwell 232bf01ae2 fix secure cookie issue. 2012-04-04 10:28:06 -05:00
Taylor Otwell ffb4034631 fix url parsing. 2012-04-04 10:16:15 -05:00
Taylor Otwell a85945561c fixing conflicts. 2012-04-04 10:09:27 -05:00
Taylor Otwell 7f9e38a770 Merge branch 'staging' into develop 2012-04-04 09:57:16 -05:00
Taylor Otwell 10d9cd33ad fixing conflicts. 2012-04-04 09:57:08 -05:00
Taylor Otwell 3e00ce2efb fix bug regarding SSL cookies. 2012-04-04 09:50:01 -05:00
Taylor Otwell 8f24d83233 fixing profiler. 2012-04-04 08:59:44 -05:00
Taylor Otwell 17bd505ff6 pass response in laravel done event. 2012-04-04 08:36:43 -05:00
Taylor Otwell 507bba60ca dont show profiler bar on ajax request. 2012-04-03 20:22:01 -05:00
Taylor Otwell b58c6370ee fixing template. 2012-04-03 17:07:37 -05:00
Taylor Otwell e0e0b51b9b tweaking profiler. 2012-04-03 16:57:55 -05:00
Taylor Otwell e1d49749a3 fixing conflicts. 2012-04-03 16:54:28 -05:00
Taylor Otwell 1ca7d799af changes 2012-04-03 16:53:15 -05:00
Taylor Otwell 43a3635722 move documentation markdown to system directory. 2012-04-03 11:20:20 -05:00
Taylor Otwell 6fdccd7496 Fixing bug.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
2012-04-03 11:00:45 -05:00
Taylor Otwell 517da41a72 Tweaking has_many "save" method.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
2012-04-03 10:56:55 -05:00
Taylor Otwell d0a701e8f7 Tweaking has_many "save" method.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
2012-04-03 10:55:04 -05:00
Taylor Otwell df70987679 added sync method to has_many relationship. 2012-04-03 10:48:01 -05:00
Jason Lewis 3d23303aea Includes use render to prevent WSOD 2012-04-03 19:57:01 +10:00
Taylor Otwell 9f80351916 Merge branch 'develop' into feature/http-foundation 2012-04-02 20:45:24 -05:00
Taylor Otwell 4c2406db29 fixing base url generation. 2012-04-02 20:45:20 -05:00
Kelly Banman 587a80acbb Timestamps are optional in many-to-many pivot table
Signed-off-by: Kelly Banman <kelly.banman@gmail.com>
2012-04-02 14:59:44 -07:00
Taylor Otwell 6a9cc48164 fix handling of hash Urls. 2012-04-02 13:02:49 -05:00
Taylor Otwell 6dd8063646 adding doc routes. 2012-04-02 11:02:09 -05:00
Taylor Otwell 2276c6705c use http foundation to create content-disposition headers. 2012-04-01 23:19:45 -05:00
Taylor Otwell 8e80756b08 Merge branch 'develop' into feature/http-foundation 2012-04-01 21:31:20 -05:00
Taylor Otwell d41b1db722 fixing bug in view class. 2012-04-01 21:13:07 -05:00
Taylor Otwell cfce823095 improved view file loading performance. 2012-04-01 21:11:45 -05:00
Taylor Otwell 963426cb9e building on http foundation. 2012-04-01 15:33:35 -05:00
Taylor Otwell 97ac2c8dbf added languages method to the request class. 2012-04-01 15:17:41 -05:00
Taylor Otwell f97f73a835 fixing merge conflicts. 2012-04-01 13:51:59 -05:00
Taylor Otwell 363b7c54df Merge branch 'staging' into develop 2012-04-01 13:51:05 -05:00
Taylor Otwell 63ff04991b fixing merge conflicts. 2012-04-01 13:50:55 -05:00
Taylor Otwell d2f35900cd fix where in shortcut and response header casing problem. 2012-04-01 13:48:27 -05:00
Taylor Otwell 369ecd80f7 Merge branch 'staging' into develop 2012-03-30 08:45:16 -05:00
Taylor Otwell 636d05665c fix merge conflicts. 2012-03-30 08:44:23 -05:00
Taylor Otwell 75f6384767 fix eloquent->delete bug. 2012-03-30 08:41:52 -05:00
Taylor Otwell 8d16916630 fix magic quotes. 2012-03-29 22:50:14 -05:00
Taylor Otwell 6234905e4c Merge branch 'develop' into feature/http-foundation 2012-03-29 22:13:13 -05:00
Taylor Otwell 3e0d468470 Merge branch 'staging' into develop 2012-03-29 22:11:42 -05:00
Taylor Otwell 062ae8756c fix conflicts. 2012-03-29 22:11:30 -05:00
Taylor Otwell b5dd77d387 Fixing Eloquent constructor bug.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
2012-03-29 22:04:04 -05:00
Taylor Otwell 579bc8719f cleaning up code. 2012-03-29 17:13:13 -05:00
Taylor Otwell 144117c0a1 cleaning up the eloquent model class. 2012-03-29 16:58:08 -05:00
Taylor Otwell cd71c1e517 added sync method to has many and belongs to entity relationship. 2012-03-29 16:20:38 -05:00
Dayle Rees daea5fee2d changed anbu to load automatically at end of request- taylors idea 2012-03-29 21:18:06 +01:00
Taylor Otwell c6125edc66 fix bug in input::except method when passing a string. 2012-03-29 15:14:46 -05:00
Taylor Otwell 17cabd47e6 Added to_array() and $hidden variable to the Eloquent base model.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
2012-03-29 14:12:03 -05:00
Taylor Otwell 9e8acd1eda fix some input stuff and revert paginator changes. 2012-03-28 23:56:20 -05:00
Taylor Otwell 77fe8b6706 moved input over to httpfoundation. 2012-03-28 23:46:16 -05:00
Taylor Otwell bcd3bd8591 adding header support. 2012-03-28 22:58:49 -05:00
Taylor Otwell 730808fb02 converting cookies to use http foundation. 2012-03-28 22:43:58 -05:00
Taylor Otwell ad41be0eed working on stuff. 2012-03-28 22:06:56 -05:00
Taylor Otwell 89766bef84 converting to httpfoundation response. 2012-03-28 17:11:55 -05:00
Taylor Otwell 573725ade7 use symfony http foundation where applicable. 2012-03-28 16:15:21 -05:00
Taylor Otwell 023dacf5e0 fix replacement of optional parameters in the URL::transpose method. 2012-03-28 13:58:02 -05:00
Taylor Otwell 720d9de582 Fix bug in eloquent model hydration.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
2012-03-28 11:07:26 -05:00
Dayle Rees 66ff8a4076 integrated a simple version of anbu into the laravel core
Signed-off-by: Dayle Rees <thepunkfan@gmail.com>
2012-03-28 10:30:51 +01:00
Taylor Otwell 2c12be305d register symfony console namespace with autoloader. 2012-03-27 22:40:13 -05:00
Taylor Otwell 9dee79ba00 Fixing SQLite connector.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
2012-03-27 10:25:42 -05:00
Taylor Otwell 8af11e6d61 Fix bug in eloqueny hydrator. 2012-03-26 16:49:31 -05:00
Taylor Otwell 5a59c5f317 Don't use mass assignment in hydrator. 2012-03-26 16:36:23 -05:00
Taylor Otwell 55669ee0ae added redirect::back method. 2012-03-26 15:30:01 -05:00
Taylor Otwell 37fd54b848 Merge pull request #448 from danielboendergaard/patch-1
Fixed problem with Eloquent2 pivot tables
2012-03-26 13:26:46 -07:00
Taylor Otwell ba4d1a89c8 Removed add_ magic method from eloquent model as this will be a 3.2 feature. 2012-03-26 10:56:42 -05:00
Taylor Otwell 973da34bc0 Pass directory into View:: file method. 2012-03-26 08:27:53 -05:00
Daniel Bondergaard 3639d2c46f Fixed pivot model hydration loading in Eloquent2
Signed-off-by: Daniel Bondergaard <danielboendergard@gmail.com>
2012-03-26 14:17:49 +02:00
Taylor Otwell 263d6145a7 cleaning up code. 2012-03-25 22:38:35 -05:00
Taylor Otwell d558387b85 added docblock to blade function. 2012-03-25 22:17:55 -05:00
Taylor Otwell 3ba6342cf5 fixing loading of namespaced classes. 2012-03-25 13:23:09 -05:00
Taylor Otwell 991fc70275 Make view::with value optional. 2012-03-24 22:39:23 -05:00
Taylor Otwell 9dbbc5848b Fix blade @includes. 2012-03-24 22:37:15 -05:00
Taylor Otwell 1383edde39 Return empty string when null is passed to render helper. 2012-03-24 09:25:33 -05:00
Taylor Otwell 91998735b9 Improve the @layout blade expression, allow dynamic specification of templates. 2012-03-24 09:22:05 -05:00
Taylor Otwell e8e7db687c Fix bug in fluent class. 2012-03-23 22:54:09 -05:00
Taylor Otwell 31786c96e9 Cleaning up the Blade class. 2012-03-23 17:05:44 -05:00
Taylor Otwell 93e21e9255 Added support for true tempting.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
2012-03-23 17:03:27 -05:00
Taylor Otwell 8e8b0b8cb3 More Blade improvements… adds template inheritance.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
2012-03-23 13:01:36 -05:00
Taylor Otwell b07ee31f3a Added support for Twig style {{ include() }} blade structures that inherit the data from the view.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
2012-03-22 22:14:20 -05:00
Taylor Otwell 57cf817de4 Fix pivot constraints on ->pivot() method of many-to-many.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
2012-03-22 21:47:35 -05:00
Taylor Otwell 879e56df75 Merge branch 'master' into develop 2012-03-22 21:26:32 -05:00
Taylor Otwell 0e4a63606f Added render_each helper. 2012-03-22 16:05:33 -05:00
Taylor Otwell 727b064bf7 Added View::render_each and Blade shortcut. 2012-03-22 15:45:26 -05:00
Taylor Otwell 9df88c461b Use Str::lower in pluralizer. 2012-03-22 15:11:19 -05:00
Taylor Otwell e942c2032f Added macro support to HTML class to match Form class. 2012-03-22 15:06:36 -05:00
Taylor Otwell 0455c10ae0 Added "for else" support to Blade. 2012-03-22 15:02:06 -05:00
Taylor Otwell 090bf9b3f8 Added "shares" method to view instance. 2012-03-22 13:38:22 -05:00
Taylor Otwell e96f75e8cc Fixing bugs in database layer. 2012-03-22 13:12:27 -05:00
Taylor Otwell 35e53b8cef Reintegrating Blade with Laravel using View engine event. 2012-03-22 11:48:07 -05:00
Taylor Otwell b6615ddbee Fixing a few things in Eloquent 2. 2012-03-22 11:00:13 -05:00
Phill Sparks d1de7b9ffe Fix named keys on Schema columns.
Signed-off-by: Phill Sparks <me@phills.me.uk>
2012-03-22 14:27:37 +00:00
Phill Sparks f27027d3a8 Added __isset and __unset to Fluent
Signed-off-by: Phill Sparks <me@phills.me.uk>
2012-03-22 14:27:04 +00:00
Taylor Otwell 268e6e460d Updating $eloquent->dirty() method. 2012-03-22 09:18:11 -05:00
Taylor Otwell e5b3b196ab Updated change-log. Prepend table names to default index names in schema. 2012-03-22 09:11:51 -05:00
Taylor Otwell 453d4154f2 Added "pivot" method to has_many_and_belongs_to. 2012-03-22 09:07:21 -05:00
Taylor Otwell 5cbebb99d3 Merge pull request #436 from daylerees/date-filters
Date before and after filters
2012-03-21 20:29:33 -07:00
Taylor Otwell 0961f8f766 Fixing eloquent 2 query->first method. 2012-03-21 22:00:30 -05:00
Dayle Rees 533112e2f5 added before and after date filters
Signed-off-by: Dayle Rees <thepunkfan@gmail.com>
2012-03-21 21:07:10 +00:00
Taylor Otwell 30204e082b Fixing bugs in eloquent relating to namespaces. 2012-03-21 15:45:05 -05:00
Taylor Otwell 8457238ab1 Revert back APC and Memcached drivers. 2012-03-21 14:45:05 -05:00
Taylor Otwell 2809eb260f Merge pull request #435 from cviebrock/develop
Fix for Issue #433
2012-03-21 12:37:48 -07:00
Taylor Otwell bb2f458304 Added "add_" magic method to eloquent model. 2012-03-21 14:23:46 -05:00
Colin Viebrock 1d5ad48998 Fix APC and Memcached drivers -- fixes #433
Signed-off-by: Colin Viebrock <colin@viebrock.ca>
2012-03-21 14:18:25 -05:00
Colin Viebrock aa27df8bcb Merge remote-tracking branch 'laravel/develop' into develop
Conflicts:
	laravel/form.php
2012-03-21 14:10:24 -05:00
Taylor Otwell 52091bda5f Added "match" validation rule for regular expression checks. 2012-03-21 13:40:52 -05:00
Taylor Otwell afb33c1775 Fix bug with table prefix and columns. 2012-03-21 13:10:59 -05:00
Taylor Otwell 91a6cb882e Added wrap_value function to grammar. 2012-03-21 12:06:31 -05:00
Taylor Otwell 033455cc51 Make migration table column lengths more realistic. 2012-03-21 11:48:14 -05:00
Taylor Otwell e8fe1f172c Removed extra PHP_EOL from Form class. 2012-03-21 11:41:31 -05:00
Taylor Otwell 244d4bfd07 Fix bugs in Redis class. 2012-03-21 11:38:30 -05:00
Taylor Otwell 13a70bcc3a Added File::mkdir. 2012-03-21 11:28:22 -05:00
Taylor Otwell 3c7a1270a7 Added File::move and File::copy methods. 2012-03-21 11:25:37 -05:00
Taylor Otwell b41bba45d7 Added File::cleandir. 2012-03-21 11:23:26 -05:00
Taylor Otwell 0637042c01 Added preserve option to File::rmdir. 2012-03-21 11:22:16 -05:00
Taylor Otwell 3c3e913689 Renamed Route::load to Route::forward. 2012-03-21 11:19:29 -05:00
Taylor Otwell 6e82a4ac8d Merge pull request #359 from akuzemchak/feature/load-route
Load designated route's response
2012-03-21 09:15:42 -07:00
Taylor Otwell 0893f3cca6 Merge branch 'master' into develop 2012-03-21 10:59:35 -05:00
Taylor Otwell ea8d80d67d Merge pull request #371 from daylerees/patch-1
Allow File::cpdir() to return false on failure.
2012-03-21 08:57:38 -07:00
Taylor Otwell 41e066e2ee Fix macros method. 2012-03-21 10:49:09 -05:00
Taylor Otwell 52ca2d35e7 Tweaking the Form::macro method. 2012-03-21 10:48:49 -05:00
Taylor Otwell c18dcecb00 Merge pull request #420 from kyledecot/develop
Form::register
2012-03-21 08:44:59 -07:00
Taylor Otwell 43212f8505 Fix bug in eloquent model. 2012-03-21 10:38:39 -05:00
Taylor Otwell ce9f4f1db7 Added support for on_delete and on_cascade of foreign keys. 2012-03-21 10:33:06 -05:00
Colin Viebrock 8f103cdeae Remove PHP_EOL, fixes #430.
Signed-off-by: Colin Viebrock <colin@viebrock.ca>
2012-03-20 22:30:20 -05:00
Colin Viebrock f16ac134ee Merge remote-tracking branch 'laravel/develop' into develop 2012-03-20 22:29:26 -05:00
Taylor Otwell 4336bb885a Fix attribute retrieval bug in Eq2. 2012-03-20 11:43:11 -05:00
Taylor Otwell 079400ff3d Allow passing in a model instance to relationship insert / update methods. 2012-03-20 09:03:31 -05:00
Taylor Otwell e540fd3b6d Automatically detect eloquent table names. 2012-03-19 14:11:11 -05:00
Taylor Otwell 26afb000bf Added in automatic inflection on english strings. Non-english strings may be added to the "irregular" array. 2012-03-19 13:51:44 -05:00
Taylor Otwell d80730cf0d Removed transaction method from Eloquent model since it is made pointless by DB::transaction. 2012-03-19 08:43:07 -05:00
Anton Khodakivskiy 1044367c1e added default values to the signature of Query::left_join to allow closure-based join conditions 2012-03-19 07:47:20 -04:00
Taylor Otwell 0455438ebe Added transaction method to database connection and eloquent model. 2012-03-18 22:39:04 -05:00
Colin Viebrock 7c7734d8e2 Typo? 2012-03-18 20:30:21 -05:00
Taylor Otwell fcff36a0ac Added related model updating from belongs_to relationship. 2012-03-17 23:14:01 -05:00
Taylor Otwell 68b4e55336 Cleaning up code.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
2012-03-17 16:12:26 -05:00
Taylor Otwell 8c209a7a61 Just cleaning up some code.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
2012-03-17 15:42:01 -05:00