Commit History

Author SHA1 Message Date
  Taylor Otwell 5ff6ea5bcc updating readme. 12 years ago
  Taylor Otwell 1e5c6ee246 incremented version. 12 years ago
  Taylor Otwell 14f82766fb added certificate of origin to license file. 12 years ago
  Taylor Otwell 86fa595317 set application key by default. 12 years ago
  Taylor Otwell 257d917e19 resolving merge conflicts. 12 years ago
  Taylor Otwell 0f448271f6 Merge branch 'develop' of github.com:laravel/laravel into develop 12 years ago
  Taylor Otwell f84bdb98a1 cleaning up code. 12 years ago
  Taylor Otwell 271e73462d cleaning up code. 12 years ago
  Taylor Otwell ca40180b54 cleaning up code. 12 years ago
  Taylor Otwell 353c7c527f cleaning up code. 12 years ago
  Taylor Otwell b5f568404a increment version. 12 years ago
  Taylor Otwell 3789972a35 fix bug in controller auto-loading. 12 years ago
  Taylor Otwell f6ef233d39 alias aggregate column in query grammar. 12 years ago
  Taylor Otwell c88433f16a Merge pull request #351 from ladea/develop 12 years ago
  ladea 670dee6c49 typo 12 years ago
  Taylor Otwell 5919b039e6 Merge pull request #349 from Kindari/patch-1 12 years ago
  William Cahill-Manley 6bed34fb8b Use rtrim instead of prepending DS to avoid Windows issues 12 years ago
  William Cahill-Manley dd5ff5f12b Trimmed Directory separator produces relative (and wrong) paths for bundles 12 years ago
  Taylor Otwell 4e9369f5bf rename autoloading method. 12 years ago
  Taylor Otwell 1ff9deb150 clean up auto-loader registrations. 12 years ago
  Taylor Otwell e996093b72 cleaning up bundle registration. 12 years ago
  Taylor Otwell 5c66658428 remove bundle guessing in autoloader in preference of explicit config. 12 years ago
  Taylor Otwell 16dca5e74e updating bundle class loading. 12 years ago
  Taylor Otwell ec84d3f90d added ability to specify autoloader configuration for bundles in bundles.php 12 years ago
  Taylor Otwell a88511428a silently flush output buffer on error. 12 years ago
  Taylor Otwell 7f3f1f3481 global after filter receives response object. 12 years ago
  Taylor Otwell 1098d50aff cleaning. 12 years ago
  Taylor Otwell ea358eb371 cleaning up code. 12 years ago
  Taylor Otwell b262e743c0 autoload bundles based on namespace. 12 years ago
  Taylor Otwell 106b5dc1e1 tweaks. 12 years ago
  Taylor Otwell 22e5d8e425 tweaking autoloader variables. 12 years ago
  Taylor Otwell 2f66c97806 changes 12 years ago
  Taylor Otwell fe0b4b287d cleaning up code. 12 years ago
  Taylor Otwell 33e4914634 random cleanup. 12 years ago
  Taylor Otwell 3507d15323 fix charset in mysql and pgsql connectors. 12 years ago
  Taylor Otwell bf6313e50b cleaning up code. 12 years ago
  Taylor Otwell ba3f62f79a added auto_key config option. 12 years ago
  Taylor Otwell faa2eec3b9 consolidate database methods into db::query. 12 years ago
  Taylor Otwell 42b9d1e097 import router. 12 years ago
  Taylor Otwell ed72448fb0 Merge pull request #343 from sparksp/patch-4 12 years ago
  Taylor Otwell 2296f63b8f tweak bundle:assets. 12 years ago
  Phill Sparks aa9d790a15 Consolidate Bundle::path and ::location 12 years ago
  Taylor Otwell e828b6c0c3 all database exceptions now include SQL and bindings in message for easier debugging. 12 years ago
  Taylor Otwell dd6402c648 prefix built-in events with laravel. 12 years ago
  Taylor Otwell 7aa78e1a3c change done event name. 12 years ago
  Taylor Otwell 0e63717be9 use default index names on implicit indexes. 12 years ago
  Taylor Otwell 62d8c09cce trim a long ling. 12 years ago
  Taylor Otwell 851db1703e dont register session in ioc. 12 years ago
  Taylor Otwell 0e4f726874 cleaning up code before release. 12 years ago
  Taylor Otwell bb0967cceb throw exception if padding is invalid. 12 years ago
  Taylor Otwell 1324ba368c tweak provider to use temp directory to avoid latest confusions. 12 years ago
  Taylor Otwell ab5ce2a7eb added pkcs7 compliant padding to encryption class instead of default 0 padding. 12 years ago
  Taylor Otwell 49d9666958 final code cleanup 12 years ago
  Taylor Otwell f41717dcb1 dont try to guess the bundle of classes. 12 years ago
  Taylor Otwell 5cfe371360 null should return default bundle path. 12 years ago
  Taylor Otwell 86102ac417 update test runner. 12 years ago
  Taylor Otwell 317e8db81f change query event name. 12 years ago
  Taylor Otwell 36834c1118 add database.profile config option. 12 years ago
  Taylor Otwell b29f8a88fe add default value for index names. 12 years ago
  Taylor Otwell b73a60de2a rearrange str class. 12 years ago
  Taylor Otwell ab17ea674a fix bug in db profiling. 12 years ago
  Taylor Otwell 6e83add76f tweaking key setting. 12 years ago
  Taylor Otwell 82315f31d5 added configurable automatic key generation. 12 years ago
  Taylor Otwell 6b14bd394e change psr method to directories. 12 years ago
  Taylor Otwell 188394bae1 added url::home 12 years ago
  Taylor Otwell 75280a9fea cleaning up validator method. 12 years ago
  Taylor Otwell e1c8928550 added passes and fails method to validtor. 12 years ago
  Taylor Otwell 642b0f17f0 link_to_secure_route no longer needed. 12 years ago
  Taylor Otwell 9f60c5e15a https option no longer needed on path helpers. 12 years ago
  Taylor Otwell 3f44103760 added redirect::home 12 years ago
  Taylor Otwell 14c9d38270 add facade for filter::register. 12 years ago
  Taylor Otwell 479b3f6773 cleaning up various codes. 12 years ago
  Taylor Otwell f27ec7ab95 cleaning up the session cli task. 12 years ago
  Taylor Otwell 6ced385d20 use 'as' instead of 'name'. 12 years ago
  Taylor Otwell 86e109b7bc simplify route parameter parsing and fix default value bug. 12 years ago
  Taylor Otwell 2713ee9b87 use is_callable instead of method_exists. 12 years ago
  Taylor Otwell 09da91501d update comment and add check to command metho_exists. 12 years ago
  Taylor Otwell 53a20533f1 Merge pull request #335 from daylerees/develop 12 years ago
  Dayle Rees 29d062da75 better handling of undefined task methods 12 years ago
  Taylor Otwell 620f3ba91f fixing a bug and cleaning. 12 years ago
  Taylor Otwell b0a223aa4b cleaning up comment. 12 years ago
  Taylor Otwell b353afdc79 fixing router bugs. 12 years ago
  Taylor Otwell 0438c69648 added better random sources in crypter, seed random number generator on every call. 12 years ago
  Taylor Otwell 74887986a7 fixing bugs in router. 12 years ago
  Taylor Otwell 775b97ee76 load controller file before checking in ioc container. 12 years ago
  Taylor Otwell 3d1a44028a added route::share method. 12 years ago
  Taylor Otwell 0f2d311739 cleaning up some code. 12 years ago
  Taylor Otwell aed1443bf1 cleaning up the cookie class. 12 years ago
  Taylor Otwell ae544b85da fix bug in router::route method. 12 years ago
  Taylor Otwell 597feed4a7 fix bug with root routing. 12 years ago
  Taylor Otwell 89ea17d9d9 fleshed out redirect::to_action 12 years ago
  Taylor Otwell 5af190cca7 removed misleading comment in home controller. 12 years ago
  Taylor Otwell 3a92facc76 updated routing to fix several issues. 12 years ago
  Taylor Otwell 31cf44c374 working on routing. 12 years ago
  Taylor Otwell 4330124d79 added route:destination method. 12 years ago
  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