Commit Graph

59 Commits

Author SHA1 Message Date
Taylor Otwell 0a908eff8d Merge pull request #1014 from jasonlewis/feature/root-bundles
Allow bundles to respond to root requests.
2012-09-01 17:26:35 -07:00
Taylor Otwell fdac5e843f Merge pull request #636 from ProgerXP/patch-bexpand
Branch::expand()
2012-08-13 12:08:50 -07:00
Jason Lewis f408fcc26b Allow bundles to respond to root requests.
Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com>
2012-07-27 12:30:41 +09:30
Chris Berthe fafaf724b0 Grammar/Vocabulary fixes
Signed-off-by: Chris Berthe <chrisberthe@gmail.com>
2012-06-13 11:19:20 -04:00
Pavel 524375781e Added Bundle::expand() method.
Signed-off-by: Pavel <proger.xp@gmail.com>
2012-05-06 12:19:13 +04:00
asdfgh746@gmail.com 9c109849c3 Fix typos.
Signed-off-by: asdfgh746@gmail.com <asdfgh746@gmail.com>

Change "develoepr" into "developer".
Change "started, yet but" into "started yet, but".
2012-05-02 16:51:52 -04:00
Taylor Otwell 7af5afc4b5 Allow starter Closure for bundles. 2012-04-30 15:09:56 -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 bee2a273bc added default option to bundle::option method. 2012-04-18 20:47:29 -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 263d6145a7 cleaning up code. 2012-03-25 22:38:35 -05:00
Taylor Otwell 606b8ceada Fixed typo in comment.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
2012-03-03 14:48:45 -06:00
William Cahill-Manley 6bed34fb8b Use rtrim instead of prepending DS to avoid Windows issues 2012-02-20 14:52:32 -08:00
William Cahill-Manley dd5ff5f12b Trimmed Directory separator produces relative (and wrong) paths for bundles 2012-02-20 14:44:13 -08:00
Taylor Otwell 4e9369f5bf rename autoloading method. 2012-02-20 15:50:58 -06:00
Taylor Otwell 1ff9deb150 clean up auto-loader registrations. 2012-02-20 15:50:09 -06:00
Taylor Otwell e996093b72 cleaning up bundle registration. 2012-02-20 15:33:19 -06:00
Taylor Otwell 16dca5e74e updating bundle class loading. 2012-02-20 14:40:24 -06:00
Taylor Otwell ec84d3f90d added ability to specify autoloader configuration for bundles in bundles.php 2012-02-20 14:00:11 -06:00
Taylor Otwell 42b9d1e097 import router. 2012-02-17 08:33:46 -06:00
Taylor Otwell ed72448fb0 Merge pull request #343 from sparksp/patch-4
Consolidate Bundle::path and Bundle::location
2012-02-17 06:32:42 -08:00
Taylor Otwell 2296f63b8f tweak bundle:assets. 2012-02-17 08:31:17 -06:00
Phill Sparks aa9d790a15 Consolidate Bundle::path and ::location 2012-02-17 11:18:55 +00:00
Taylor Otwell dd6402c648 prefix built-in events with laravel. 2012-02-16 16:26:39 -06:00
Taylor Otwell 49d9666958 final code cleanup 2012-02-16 13:59:48 -06:00
Taylor Otwell 5cfe371360 null should return default bundle path. 2012-02-16 13:02:40 -06:00
Taylor Otwell 74887986a7 fixing bugs in router. 2012-02-12 19:26:16 -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 38da9f47b9 added bundle option 2012-02-09 23:32:19 -06:00
Taylor Otwell bf4f464f67 added bundle:refresh command to cli. 2012-02-08 08:28:16 -06:00
Taylor Otwell 3292024e69 use start.php for bundle bootstrapping, bundle.php for info. 2012-02-07 16:51:57 -06:00
Taylor Otwell e4d55cbc8e added bundle::disable method. 2012-02-07 15:41:28 -06:00
Taylor Otwell fd1b63ed14 removing bundles.php file. 2012-02-07 15:39:58 -06:00
Taylor Otwell 428257758d clean up base directory of phpunit stuff. 2012-02-07 15:33:34 -06:00
Taylor Otwell a11318863a improving bundle workflow. 2012-02-07 15:00:35 -06:00
Taylor Otwell 8fc48f7c7e removed comment frmo bundle. 2012-02-07 08:21:09 -06:00
Taylor Otwell 78dc4529f1 added routed array. 2012-02-06 16:54:44 -06:00
Taylor Otwell a4acb1c0fb require routes as many times as necessary. 2012-02-06 16:39:54 -06:00
Taylor Otwell 37c06a5006 fix bundle handles greediness. 2012-02-06 16:12:17 -06:00
Taylor Otwell 643b440872 bundle::exists should return true for default bundle. 2012-02-06 08:28:45 -06:00
Phill Sparks 62072e5281 PHPDoc fixes 2012-02-04 21:30:52 +00:00
Taylor Otwell b5f9f9bd9a added event firing when bundle is started. 2012-01-30 13:18:33 -06:00
Taylor Otwell 97fcea1e51 cleaned up paths. 2012-01-28 14:55:08 -06:00
Phill Sparks 733392f72f Really default location to bundle name. 2012-01-28 20:03:29 +00:00
Taylor Otwell 161796e983 default location to bundle name. 2012-01-27 19:38:22 -06:00
Taylor Otwell f44c565ee4 converted path constants to $GLOBALS. 2012-01-27 16:17:43 -06:00
Taylor Otwell 70082508f5 improve bundle configuration and registration. 2012-01-26 20:07:02 -06:00
Taylor Otwell d76cf4ba23 bundle improvements. 2012-01-26 17:01:17 -06:00