Commit Graph

2396 Commits

Author SHA1 Message Date
Taylor Otwell 26730cd5b3 added dummy favicon to prevent weird session flash data issues. 2012-04-26 13:51:48 -05:00
Taylor Otwell 86fce099b3 Fixed belongs_to primary key bug. 2012-04-26 11:25:47 -05:00
Taylor Otwell ca06582369 Add some events to Eloquent models. 2012-04-26 09:30:34 -05:00
Taylor Otwell 1f3d269adc Merge branch 'master' into staging 2012-04-24 22:47:46 -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
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 8e05530869 Merge pull request #570 from AoSiX/urlencode_issue
Change htmlentities to urlencode for link
2012-04-24 08:41:35 -07: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
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
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 4440412f57 turn off profiler by default. 2012-04-19 10:51:29 -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 af42dec07b update change log and version. 2012-04-19 08:21:42 -05: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