Commit History

Author SHA1 Message Date
  Taylor Otwell ef9e4dfd61 reverting di refactoring. 12 years ago
  Taylor Otwell f5680e4537 reverting facade changes. 12 years ago
  Taylor Otwell 932a70b6cf refactoring for better dependency injection on a few classes. 12 years ago
  Taylor Otwell faaea17fd3 refactoring the validator. 12 years ago
  Taylor Otwell bb2cd3e373 refactoring the auth class. 12 years ago
  Taylor Otwell b3cdcb38a6 tweaking some comments. 12 years ago
  Taylor Otwell 866f5d8fc3 removed provides functionality. need to explore doing this in a way that is more friendly to http, such as using the accept header. 12 years ago
  Taylor Otwell a2aebdb03f fix routing provides bug. 12 years ago
  Taylor Otwell e44eec106d fixed old input persistence bug. 12 years ago
  Taylor Otwell b6d7df4510 fix cache manager alias. 12 years ago
  Taylor Otwell 6e916ea69d fix bug in routing that prevented comma delimited routes. 12 years ago
  Taylor Otwell 4c2209e331 added url tests. 12 years ago
  Taylor Otwell 4d7457acc3 added language tests. 12 years ago
  Taylor Otwell 1264a7dd8d added after filter tests. 12 years ago
  Taylor Otwell 33e1bd4f11 added another route filter parameter test. 12 years ago
  Taylor Otwell 212bbad1a6 changed route filter test. 12 years ago
  Taylor Otwell 98d351b91e added route filter tests. 12 years ago
  Taylor Otwell e05b05a33b added route loader tests. 12 years ago
  Taylor Otwell 0a2587d291 fixed bug in redis class. 12 years ago
  Taylor Otwell cb027980ae fix array tests. 12 years ago
  Taylor Otwell 7bf84066bf refactoring. added redis drivers. 12 years ago
  Taylor Otwell 8595253afe refactoring the uri class... again 12 years ago
  Taylor Otwell 560b1362a1 added request format test. 12 years ago
  Taylor Otwell c0c103a6d6 added uri class tests. 12 years ago
  Taylor Otwell 415cb0fe12 continuing to refactor the uri class. 12 years ago
  Taylor Otwell e454227d32 refactoring the uri class more. 12 years ago
  Taylor Otwell bce571bf26 refactoring the uri class more. 12 years ago
  Taylor Otwell bf50b67475 refactoring the uri class. 12 years ago
  Taylor Otwell bd6695844e refactoring. 12 years ago
  Taylor Otwell a6d487ecd4 refactoring the uri class. 12 years ago
  Taylor Otwell 8443cef301 added some notes to the home controller. 12 years ago
  Taylor Otwell d4ddb05abb refactoring. added default controller. added uri class. 12 years ago
  Taylor Otwell 320653e832 Merge pull request #122 from sparksp/fix/env_config 12 years ago
  Phill Sparks ca1e5ac29c Fix Laravel Env Config path 12 years ago
  Taylor Otwell 32989d39c8 some small refactorings and cleanup. 12 years ago
  Taylor Otwell b71ecb4363 removed packages directory. refactoring. 12 years ago
  Taylor Otwell 80f810de24 refactoring the crypter class. 12 years ago
  Taylor Otwell 8d3151b134 refactoring the crypter class. 12 years ago
  Taylor Otwell 0be75fc2d9 refactoring the crypter class. 12 years ago
  Taylor Otwell 49b13e6960 refactoring lang and url classes. 12 years ago
  Taylor Otwell 21dccae755 refactor sqlite connector to accept path in constructor. 12 years ago
  Taylor Otwell 23c79a0317 only define environment constant if it hasnt already been defined. 12 years ago
  Taylor Otwell af36cb3d5a various refactoring and tweaks. 12 years ago
  Taylor Otwell df9130dafa refactoring and working on redis. 12 years ago
  Taylor Otwell ba29a0bd38 fix request tests. 12 years ago
  Taylor Otwell d5d9776298 continuing to refactor the bootstrap process. 12 years ago
  Taylor Otwell 9fc9f88a41 refactoring various pieces of the framework. 12 years ago
  Taylor Otwell e985057b4c fixed connector definition in container. 12 years ago
  Taylor Otwell 6ed7c832d9 Merge pull request #119 from sparksp/fix/base_path 12 years ago
  Taylor Otwell 3a08b138b0 changed route __call exception. 12 years ago
  Taylor Otwell 494bc0b4a7 Merge pull request #120 from sparksp/fix/route_before 12 years ago
  Taylor Otwell 95af020420 continued validation refactoring. 12 years ago
  Taylor Otwell d849cda377 more validator refactoring. 12 years ago
  Taylor Otwell 06765e9aa3 continuing to refactor the validator. 12 years ago
  Taylor Otwell fc820e733b continuing to refactor the validator. 12 years ago
  Taylor Otwell 4f560fdf5c continuing to refactor the validator. 12 years ago
  Taylor Otwell 6f366d3010 continuing to refactor the validator. 12 years ago
  Taylor Otwell ca784e9fc2 continuing to refactor the validator. 12 years ago
  Taylor Otwell f8e63f313d adding validator tests. 12 years ago
  Taylor Otwell 8bd6d34622 refactoring validator. 12 years ago
  Phill Sparks 7f2fd60e9f Fixed route before filter 12 years ago
  Phill Sparks 58807cc5a6 Fixed laravel path bug 12 years ago
  Taylor Otwell 48f1879b9f tweaking comments in sqlite connector. 12 years ago
  Taylor Otwell 87e8dbeb32 refactoring database query class. 12 years ago
  Taylor Otwell 454a5107c4 tweaking and refactoring the database connectors. 12 years ago
  Taylor Otwell 893acd8743 tweaking and refactoring the database connectors. added connectors to the container. 12 years ago
  Taylor Otwell 07f3f5d03c tweaking the error bootstrap file. 12 years ago
  Taylor Otwell 543a487bc8 tweaking the error bootstrap file. 12 years ago
  Taylor Otwell 048c917ea5 tweaking the error bootstrap file. 12 years ago
  Taylor Otwell 736351911f tweaking the core bootstrapper. 12 years ago
  Taylor Otwell 45538620da fixing bugs and refactoring. 12 years ago
  Taylor Otwell a7e98e8e9a fixing bugs and refactoring. 12 years ago
  Taylor Otwell b40e69c47a fixed controller routing bug. 12 years ago
  Taylor Otwell 4a5e7c6f61 fixed controller routing bug. 12 years ago
  Taylor Otwell 76a5bc483a refactoring various classes. 12 years ago
  Taylor Otwell 2b93963f34 removed unnecessary namespace import from eloquent model. 12 years ago
  Taylor Otwell 17ea09364d fixed str test cases and str::limit function. 12 years ago
  Taylor Otwell a6eaa06981 refactoring routing and comments. 12 years ago
  Taylor Otwell a44ca9d53b working on comments. 12 years ago
  Taylor Otwell 9fa69e0844 refactoring routing and class comments. 12 years ago
  Taylor Otwell cff90b52ab remove session manager from ioc container configuration. 12 years ago
  Taylor Otwell 3998066eb7 refactored session tests. 12 years ago
  Taylor Otwell ba751b430b restructured session handling. 12 years ago
  Taylor Otwell f68a918d69 refactoring session classes. 12 years ago
  Taylor Otwell 4342f82aa9 refactoring cache and session classes. 12 years ago
  Taylor Otwell 9f7ed576c5 allow eloquent models to use increment and decrement. 12 years ago
  Taylor Otwell 9bf978abcd added decrement method to query builder. 12 years ago
  Taylor Otwell 559785f168 added increment method to query builder. 12 years ago
  Taylor Otwell 68455378cc added support for database expressions. 12 years ago
  Taylor Otwell 76400967d9 modified splash page css. 12 years ago
  Taylor Otwell 8846110e8d refactored and prettified the default database grammar. 12 years ago
  Taylor Otwell 08ea1dbbc8 fixed bug in request uri method. 12 years ago
  Taylor Otwell f6ea58ed96 improve request uri detection. 12 years ago
  Taylor Otwell 02305fafc2 resolved conflicts. 12 years ago
  Taylor Otwell 7317b5857b refactored welcome pages. 12 years ago
  Taylor Otwell e979cf14a2 Merge pull request #115 from ericbarnes/fix/str_tests 12 years ago
  Eric Barnes aa607c9962 Added unit tests for Str::limit and limit_words. Also fixed bug in limit with multibyte characters. 12 years ago
  Taylor Otwell d9512221dc Merge pull request #112 from ericbarnes/feature/unit-test 12 years ago
  Taylor Otwell 459b2165a3 Merge pull request #111 from ericbarnes/feature/str_limit 12 years ago
  Eric Barnes 212b349026 Added Str tests. 12 years ago