Commit Graph

98 Commits

Author SHA1 Message Date
Taylor Otwell a92ab1ca30 Fixing bugs. 2012-04-20 11:35:47 -05: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
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 51f5fdd0c9 fix conflicts. 2012-04-18 20:38:36 -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 1a5d4250d1 fix conflicts. 2012-04-10 10:10:31 -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
Taylor Otwell 01a7991bd5 fix artisan. 2012-04-04 16:57:18 -05:00
Taylor Otwell 033455cc51 Make migration table column lengths more realistic. 2012-03-21 11:48:14 -05:00
Taylor Otwell 6535fca31c fixing bug in event class.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
2012-03-06 17:27:41 -06:00
Taylor Otwell f110ccde4f Fixing spacing.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
2012-03-04 13:59:32 -06:00
Taylor Otwell 8607fcc933 Merge pull request #382 from daylerees/fetching-notice
Added bundle fetching notification for bundle:install
2012-03-04 11:57:53 -08:00
Taylor Otwell 893f65fc02 Fix bundle publishing bug.
If the bundle was not registered, crazy stuff would happen. We just won't publish for non-existent bundles.

Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
2012-03-04 13:56:12 -06:00
Dayle Rees 601b29a9d1 added bundle fetching notification for bundle:install
Signed-off-by: Dayle Rees <thepunkfan@gmail.com>
2012-03-02 11:40:16 +00:00
Taylor Otwell 16fa094cc3 Setting up default config loader event.
Went ahead and just register the config.load event with Laravel on every request and default to the file implementation.

Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
2012-03-01 11:21:11 -06:00
Taylor Otwell f84bdb98a1 cleaning up code. 2012-02-21 10:52:38 -06:00
Taylor Otwell 271e73462d cleaning up code. 2012-02-21 10:52:19 -06:00
Taylor Otwell 106b5dc1e1 tweaks. 2012-02-19 09:43:34 -06:00
Taylor Otwell 33e4914634 random cleanup. 2012-02-17 14:47:46 -06:00
Phill Sparks aa9d790a15 Consolidate Bundle::path and ::location 2012-02-17 11:18:55 +00:00
Taylor Otwell 62d8c09cce trim a long ling. 2012-02-16 15:31:07 -06:00
Taylor Otwell 1324ba368c tweak provider to use temp directory to avoid latest confusions. 2012-02-16 14:35:32 -06:00
Taylor Otwell 86102ac417 update test runner. 2012-02-16 10:32:39 -06:00
Taylor Otwell f27ec7ab95 cleaning up the session cli task. 2012-02-13 23:26:17 -06:00
Taylor Otwell 2713ee9b87 use is_callable instead of method_exists. 2012-02-13 11:06:27 -06:00
Taylor Otwell 09da91501d update comment and add check to command metho_exists. 2012-02-13 09:19:02 -06:00
Dayle Rees 29d062da75 better handling of undefined task methods 2012-02-13 15:07:52 +00:00
Taylor Otwell 620f3ba91f fixing a bug and cleaning. 2012-02-12 21:52:28 -06:00
Taylor Otwell 3a92facc76 updated routing to fix several issues. 2012-02-12 14:48:36 -06:00
Taylor Otwell 8737dde682 making changes to routing. 2012-02-09 23:35:08 -06:00
Taylor Otwell 326b5929e9 cleaning up bundler. 2012-02-08 09:12:09 -06:00
Taylor Otwell fb516f83ca added bundle:make command 2012-02-08 08:58:42 -06:00
Taylor Otwell 55b714af0b added message to refresh. 2012-02-08 08:33:01 -06:00
Taylor Otwell bf4f464f67 added bundle:refresh command to cli. 2012-02-08 08:28:16 -06:00
Taylor Otwell 67de20b485 cleaning up the test runner. 2012-02-07 20:09:17 -06:00
Taylor Otwell 428257758d clean up base directory of phpunit stuff. 2012-02-07 15:33:34 -06:00
Taylor Otwell 1351a2b189 cleaning up code. 2012-02-06 20:19:29 -06:00
Taylor Otwell fc927aa63a cleaning up artisan. 2012-02-06 20:08:25 -06:00
Taylor Otwell e89082e3ba fix possible problem in provider zip extraction. 2012-02-06 14:53:59 -06:00
Phill Sparks 62072e5281 PHPDoc fixes 2012-02-04 21:30:52 +00:00
Taylor Otwell be144288b3 upgrade all bundles supported. 2012-02-03 15:34:43 -06:00
Taylor Otwell 91518db6bd dropped submodule support. added upgrade command for bundles. 2012-02-03 15:29:52 -06:00
Taylor Otwell ea42fe75f2 working on bundle upgrade routine. 2012-02-03 14:54:23 -06:00
Taylor Otwell d9f3725afd download zip archive of repos by default instead of submoduling. 2012-02-03 13:44:26 -06:00
Taylor Otwell e370772cf9 tweaking provider. 2012-02-03 13:43:43 -06:00
Taylor Otwell e21d914c1c improve work directory cleanup. 2012-02-02 16:52:47 -06:00
Taylor Otwell f0c273771a moved directory function into github provider since it doesnt belong in base provider. 2012-02-02 16:41:23 -06:00
Taylor Otwell b989594c82 clean up a few things. 2012-02-02 15:54:28 -06:00
Taylor Otwell b97dccfbbc attempt to clean up working directory after bundle install. 2012-02-02 15:52:57 -06:00
Taylor Otwell e0c84a94cc tweaking zip provider. 2012-02-02 15:41:20 -06:00