Commit History

Author SHA1 Message Date
  Taylor Otwell 818a488d4a updated changelog. 12 years ago
  Taylor Otwell 1d209fde78 add change note. 12 years ago
  Taylor Otwell 484a737382 make the pdo fetch style configurable. 12 years ago
  Taylor Otwell 9804bb55dc comment cleanup. 12 years ago
  Taylor Otwell 97cb0035f4 clarify cookie comment. 12 years ago
  Taylor Otwell c9bb800ee9 cleaning up the cookie class. 12 years ago
  Taylor Otwell 9019c6e2f6 added link_to_action method to html class. 12 years ago
  Taylor Otwell d6fba0ade1 blade ext constant no longer needed. 12 years ago
  Taylor Otwell 49d3c5251b removed blade from core and extracted it into bundle. added view engine event to hook in any view engine to the core. 12 years ago
  Aaron Kuzemchak 115eb8d085 Added shortcut method to load a designated route's response 12 years ago
  Taylor Otwell 441a9e206f working on view engine event. 12 years ago
  Taylor Otwell 2b4ab94e6b trimming up comment bloat. 12 years ago
  Taylor Otwell 753c769d10 fixing comment. 12 years ago
  Taylor Otwell 160e839e81 cleaning up classes. 12 years ago
  Taylor Otwell fadadd0f62 allow events to override the log class. 12 years ago
  Taylor Otwell 157f619e98 basic code cleanup. 12 years ago
  Taylor Otwell e69f988fe5 improving some comments. 12 years ago
  Taylor Otwell d29a127948 allow multiple request methods for uri. 12 years ago
  Taylor Otwell f624a6849f fix handling of HEAD http requests. 12 years ago
  Taylor Otwell e70261e962 added support for controller factories. 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