Commit History

Author SHA1 Message Date
  Taylor Otwell 8737dde682 making changes to routing. 12 years ago
  Taylor Otwell 38da9f47b9 added bundle option 12 years ago
  Taylor Otwell ebcf34e3b4 cleaning up crypter. 12 years ago
  Taylor Otwell 874f02c759 fix comment typo. 12 years ago
  Taylor Otwell 0e66517ec9 simplify with ternary shortcut. 12 years ago
  Taylor Otwell a216af62dc add more portable uri support. 12 years ago
  Taylor Otwell 490eb0f5bf remove die. 12 years ago
  Taylor Otwell 5e59a72b5b fix bug in paginator. 12 years ago
  Taylor Otwell e88d2213ab added support for complex joins on query builder. 12 years ago
  Taylor Otwell 326b5929e9 cleaning up bundler. 12 years ago
  Taylor Otwell fb516f83ca added bundle:make command 12 years ago
  Taylor Otwell fa4d54e899 added ignore rules to views .gitignore. 12 years ago
  Taylor Otwell 55b714af0b added message to refresh. 12 years ago
  Taylor Otwell bf4f464f67 added bundle:refresh command to cli. 12 years ago
  Taylor Otwell a0379ea48d fix comment about bundle caching. 12 years ago
  Taylor Otwell 67de20b485 cleaning up the test runner. 12 years ago
  Taylor Otwell 3e398d1b49 added auto start bundle option. 12 years ago
  Taylor Otwell 3292024e69 use start.php for bundle bootstrapping, bundle.php for info. 12 years ago
  Taylor Otwell e4d55cbc8e added bundle::disable method. 12 years ago
  Taylor Otwell fd1b63ed14 removing bundles.php file. 12 years ago
  Taylor Otwell 428257758d clean up base directory of phpunit stuff. 12 years ago
  Taylor Otwell d36aa51292 moved bundles file to base directory. 12 years ago
  Taylor Otwell a850610c86 move bundles file into base directory. 12 years ago
  Taylor Otwell a11318863a improving bundle workflow. 12 years ago
  Taylor Otwell aa53dc70ce Merge branch 'develop' into manifest 12 years ago
  Taylor Otwell 88fc4e450d added url::current. 12 years ago
  Taylor Otwell 521e40f4d5 working on core. 12 years ago
  Taylor Otwell 8fc48f7c7e removed comment frmo bundle. 12 years ago
  Taylor Otwell 6fe05ade85 cleaning up some comments. 12 years ago
  Taylor Otwell 0c133dd96c trimming comment. 12 years ago
  Taylor Otwell 98ea0c0e6f fix bug in url::to. 12 years ago
  Taylor Otwell 8240b2ffd1 move shortcut method into grammar. 12 years ago
  Taylor Otwell 087f50a52c cast bindings to array. 12 years ago
  Taylor Otwell 1351a2b189 cleaning up code. 12 years ago
  Taylor Otwell fc927aa63a cleaning up artisan. 12 years ago
  Taylor Otwell 007863a6fa cleaning up various codes. 12 years ago
  Taylor Otwell 78dc4529f1 added routed array. 12 years ago
  Taylor Otwell a4acb1c0fb require routes as many times as necessary. 12 years ago
  Taylor Otwell 37c06a5006 fix bundle handles greediness. 12 years ago
  Taylor Otwell bbae90adad fix pagination comment. 12 years ago
  Taylor Otwell cd17761f72 fix distinct problems in paginator. 12 years ago
  Taylor Otwell e89082e3ba fix possible problem in provider zip extraction. 12 years ago
  Taylor Otwell 56ae5e9a7b more autoloader tweaks. 12 years ago
  Taylor Otwell 94b4887000 cleaning up the auto-loader. 12 years ago
  Taylor Otwell 618980c678 improvements to autoloader namespace handling. 12 years ago
  Taylor Otwell bc1a7d0771 improving namespace autoloading support. 12 years ago
  Taylor Otwell 5b6b156b41 move timezone set into core bootstrap. 12 years ago
  Taylor Otwell 8b2f3e8421 added has_php helper. 12 years ago
  Taylor Otwell 3dab550681 fixing route bundle determination. 12 years ago
  Taylor Otwell 643b440872 bundle::exists should return true for default bundle. 12 years ago
  Taylor Otwell 395236d643 support universal routes. 12 years ago
  Taylor Otwell df3a277bf9 Merge branch 'develop' of github.com:laravel/laravel into develop 12 years ago
  Taylor Otwell ab5e8615c5 fixing segments bug. 12 years ago
  Taylor Otwell ce5a922b87 cleaning up the uri method. 12 years ago
  Taylor Otwell 2e492a710a Merge pull request #308 from sparksp/patch-3 12 years ago
  Taylor Otwell 95a5af376a Merge pull request #306 from sparksp/patch-1 12 years ago
  Phill Sparks 8e5a143bbe SQLServer::limit and ::offset return strings 12 years ago
  Phill Sparks 62072e5281 PHPDoc fixes 12 years ago
  Taylor Otwell f3be544b1a cache base url. 12 years ago
  Taylor Otwell d7fcd74a02 added with helper. 12 years ago
  Taylor Otwell be144288b3 upgrade all bundles supported. 12 years ago
  Taylor Otwell 43edb4bb45 remove dummy bundle. 12 years ago
  Taylor Otwell 91518db6bd dropped submodule support. added upgrade command for bundles. 12 years ago
  Taylor Otwell ea42fe75f2 working on bundle upgrade routine. 12 years ago
  Taylor Otwell b1f12b19bf fix comment on file::rmdir. 12 years ago
  Taylor Otwell 8598721e26 added recursive rmdir function. 12 years ago
  Taylor Otwell d9f3725afd download zip archive of repos by default instead of submoduling. 12 years ago
  Taylor Otwell e370772cf9 tweaking provider. 12 years ago
  Taylor Otwell 46bf67aeed remove unused property from validator. 12 years ago
  Taylor Otwell ee2d38f260 added replace_mimes method. 12 years ago
  Taylor Otwell ad24b08b29 refactor the validation replacement code. 12 years ago
  Taylor Otwell 554d390f1e added same and different validation rules. 12 years ago
  Taylor Otwell d462a72981 adjusting route class. 12 years ago
  Taylor Otwell 17213fe073 urldecode all route parameters. 12 years ago
  Taylor Otwell 3780da4ad1 add comment to boostrap. 12 years ago
  Taylor Otwell d02f4deb8f tweaking bootstrap. 12 years ago
  Taylor Otwell d681f49920 fix 404 route issue. 12 years ago
  Taylor Otwell 97fb28bd00 added base controller default setup. 12 years ago
  Taylor Otwell 6ed4adf6c4 added parens to router wildcard character list. 12 years ago
  Taylor Otwell e21d914c1c improve work directory cleanup. 12 years ago
  Taylor Otwell f0c273771a moved directory function into github provider since it doesnt belong in base provider. 12 years ago
  Taylor Otwell b989594c82 clean up a few things. 12 years ago
  Taylor Otwell b97dccfbbc attempt to clean up working directory after bundle install. 12 years ago
  Taylor Otwell e0c84a94cc tweaking zip provider. 12 years ago
  Taylor Otwell 62ee825071 added message for zip install. 12 years ago
  Taylor Otwell ef2c5af4f1 remove die from github provider. 12 years ago
  Taylor Otwell ec5c08a7cc added ability to install github bundles using zips. 12 years ago
  Taylor Otwell 87424c73f5 added delete option to cpdir method. 12 years ago
  Taylor Otwell ee400675d5 import request. 12 years ago
  Taylor Otwell 14ab7c4e05 tweaking github provider. 12 years ago
  Taylor Otwell a6c083f311 added activity method to session. 12 years ago
  Taylor Otwell baac975fc6 added route task. 12 years ago
  Taylor Otwell 10ee41f3b3 fix bug in fluent class. 12 years ago
  Taylor Otwell ded215d0e3 change cookie::sign to public. 12 years ago
  Taylor Otwell 2504f8693f fix cookie bug. 12 years ago
  Taylor Otwell 33f34aa479 dont use ioc for session. 12 years ago
  Taylor Otwell eaa2cf593c added support for custom validation lines. 12 years ago
  Taylor Otwell a9873a479d added lang::has method. 12 years ago
  Taylor Otwell 0c69b2c0c0 tweaked github provider. 12 years ago
  Taylor Otwell cf33cae228 fix github provider. 12 years ago