Commit History

Author SHA1 Message Date
  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
  Taylor Otwell 068e92286d added path support to bundle installer. 12 years ago
  Taylor Otwell 8066a595bc added remember_me cookie config option. 12 years ago
  Taylor Otwell ac277c58e6 Merge pull request #296 from cviebrock/develop 12 years ago
  Taylor Otwell f3a78490bd fix sorting of migrations. 12 years ago
  Taylor Otwell 8bd740d183 added support for named layouts. 12 years ago
  Taylor Otwell 3c016285a1 make log function non-static. 12 years ago
  Taylor Otwell 982e009a96 added query event for hooking into database for logging. 12 years ago
  cviebrock 2d413044e8 Add HTML5 date field support. 12 years ago
  Taylor Otwell 96b43e90b3 show warning when key is not set. 12 years ago
  Taylor Otwell d20deb2847 die out if application key is not set. 12 years ago
  Taylor Otwell 2b12c0c140 modified cookie class. set application key on first request if not set. 12 years ago
  Taylor Otwell 4cf7f0c627 added cookie jar that holds cookies until end of request. 12 years ago
  Taylor Otwell 5a6f2f888d unfix bug in validator, heh. 12 years ago
  Taylor Otwell 62856a15ce added config option for display_errors. fixed response::error to use dot syntax. 12 years ago
  Taylor Otwell 659fd50a65 change function type in payload. 12 years ago
  Taylor Otwell bd532ee4b0 fix cache::remember method with closures. 12 years ago
  Taylor Otwell fd446aec62 fix bug in validation unique method. 12 years ago
  Taylor Otwell 224b9eadd2 added two new core events. 12 years ago
  Taylor Otwell b5f9f9bd9a added event firing when bundle is started. 12 years ago
  Taylor Otwell 363632165c fixed casing issues in inflection. 12 years ago
  Taylor Otwell ea13ddfb7f fix aggregate selecting bug. 12 years ago
  Taylor Otwell 6c1e3578ad Merge pull request #279 from subdesign/patch-1 12 years ago
  Taylor Otwell d19fd5a1ce added html::decode method. 12 years ago
  Taylor Otwell 8ab33cf8c8 added support for select multiple. 12 years ago
  Taylor Otwell 5bd0f27d1c change session:install command to session:table. 12 years ago
  Taylor Otwell 8423b972d8 tweaked migration date for last time. 12 years ago
  Taylor Otwell 75abe2237b fix migrator. 12 years ago
  Taylor Otwell 64c284bcfa comment tweak 12 years ago
  Taylor Otwell 221d2f8af5 Merge pull request #260 from sparksp/2.2b1/migrate-sort 12 years ago
  Taylor Otwell 72d181b330 added exists method and language lines for ip and exists rules. 12 years ago
  Taylor Otwell 429ac00ff5 fixed misleading comment. 12 years ago
  Taylor Otwell c81be6d27b fix config class bug. 12 years ago
  Taylor Otwell c44b6264dd fix autoloading system path issue. 12 years ago
  Taylor Otwell 008819cd1e added db method to validator. 12 years ago
  Taylor Otwell 3488a5449e adjust comment. 12 years ago
  Taylor Otwell af5e4c6be6 Merge pull request #278 from codler/patch-8 12 years ago