Commit History

Author SHA1 Message Date
  Taylor Otwell 3f35bb1591 Refactoring the redirect class. 13 years ago
  Taylor Otwell bad119a48b Refactoring paginator... added paginator->append method. 13 years ago
  Taylor Otwell aba4eec83d Refactoring the package class. 13 years ago
  Taylor Otwell 8a6b85175e Continue refactoring the memcache class. 13 years ago
  Taylor Otwell cb7a59711a refactor the memcached class. 13 years ago
  Taylor Otwell 07d6ed5703 refactoring the auto-loader. 13 years ago
  Taylor Otwell 67ef4ea865 Refactor the lang class. 13 years ago
  Taylor Otwell a7116e71f6 Refactoring the lang class. 13 years ago
  Taylor Otwell 2e482d31e4 Refactoring the inflector. 13 years ago
  Taylor Otwell 5862faf2c4 Refactoring the html class. 13 years ago
  Taylor Otwell d1934b731e Add ability to specify iteration count in Hash class. 13 years ago
  Taylor Otwell f28a2c5a4b Refactoring the form class. 13 years ago
  Taylor Otwell a94c6bd752 Refactoring the error class. 13 years ago
  Taylor Otwell 1916e27de1 Refactoring the crypt class. 13 years ago
  Taylor Otwell bc51ec3d83 Refactoring the cookie class. 13 years ago
  Taylor Otwell 5e28cd08b4 Refactoring the config class. 13 years ago
  Taylor Otwell 1091bd8591 Removing comment bloat from Config class. 13 years ago
  Taylor Otwell 9018d6cceb Refactoring the Config class. 13 years ago
  Taylor Otwell fe39d50783 Refactoring the Cache class. 13 years ago
  Taylor Otwell 89032f8a2a Refactoring the Benchmark class. 13 years ago
  Taylor Otwell 24ba87f5de Refactoring Asset class. 13 years ago
  Taylor Otwell ed52c19e05 Refactoring Arr class. 13 years ago
  Taylor Otwell 8130f2da25 refactoring view class. 13 years ago
  Taylor Otwell ea3c59d6b9 trim view class comment bloat. 13 years ago
  Taylor Otwell 46199478d8 refactoring validation class. 13 years ago
  Taylor Otwell 6c98f5faee refactoring session class. 13 years ago
  Taylor Otwell af4403bac5 refactor messages class. 13 years ago
  Taylor Otwell 8ddfdd9e7a trim comment bloat from lang class. 13 years ago
  Taylor Otwell d53ae7457a refactoring input class. 13 years ago
  Taylor Otwell 5664c9dc92 adjust comments in crypt class. 13 years ago
  Taylor Otwell 68e3b468cf refactoring config class. 13 years ago
  Taylor Otwell 16a1f89929 refactor cache driver method. 13 years ago
  Taylor Otwell d59b3ad90a add check for session driver before using auth class. 13 years ago
  Taylor Otwell 59123fdfb0 import file class for assets. 13 years ago
  Taylor Otwell fe0f4a76f6 Pass request method and uri to before and after filters. 13 years ago
  Taylor Otwell 1a96696046 break if before filter returns a response. 13 years ago
  Taylor Otwell 6cf69d5406 Remove Request::segments method. 13 years ago
  Taylor Otwell 9827ca2cde More factoring on bootstrap. 13 years ago
  Taylor Otwell ebc736812b Refactor the laravel.php bootstrap. 13 years ago
  Taylor Otwell 4326f95997 Don't throw an exception if a filter is not found. 13 years ago
  Taylor Otwell 5a2dfd72d7 Added example of names to composer file. 13 years ago
  Taylor Otwell 0d910cd59f Add comments about view names to composers file. 13 years ago
  Taylor Otwell 541cb90356 Refactor view class. 13 years ago
  Taylor Otwell 55e8f0e330 Refactoring view class. 13 years ago
  Taylor Otwell 555299c353 Check package count before loading Package class. 13 years ago
  Taylor Otwell cc9c45710b Remove auto-detection of modules to enhance performance. 13 years ago
  Taylor Otwell 26bc2379c4 Fix named view data passing. 13 years ago
  Taylor Otwell fa1fa876b5 Rearranged view methods. 13 years ago
  Taylor Otwell c688eef3f2 Added back support for named views. 13 years ago
  Michael Hasselbring 6346c54a07 moved composers back to application 13 years ago
  Taylor Otwell 07ca09e824 Add ACTIVE_MODULE constant. 13 years ago
  Taylor Otwell 00af8c715f Added comments to $route->handler(). 13 years ago
  Taylor Otwell 8affa31a02 Added shortcut syntax for route handlers on named routes. 13 years ago
  Taylor Otwell 75a9591c65 Refactoring constant definition in laravel.php. 13 years ago
  Taylor Otwell 668ecaedd9 Tweaking front controller. 13 years ago
  Taylor Otwell ae1acfddda adjusted front controller. 13 years ago
  Taylor Otwell 69ec79c987 moved laravel framework request cycle into laravel.php, minimalized front controller. 13 years ago
  Taylor Otwell af5059a3d8 Return false when loader doesn't find class in application directory. 13 years ago
  Taylor Otwell ed0f2361fd Refactoring Request URI determination. 13 years ago
  Taylor Otwell 6c9bb15a8d Don't force modules to have route files. 13 years ago
  Taylor Otwell 87a022cf35 Cache the URI, and added Request::segment method. 13 years ago
  Taylor Otwell ede3e12620 Changed Request::uri() call to System\Request::uri(). 13 years ago
  Taylor Otwell ec3e059836 fixed bug in view class module loading and made loader properties public. 13 years ago
  Taylor Otwell 78903e99a8 removed benchmarking stuff from front controller. 13 years ago
  Taylor Otwell 2f047e3bef removed benchmarking from splash screen. 13 years ago
  Taylor Otwell 9edbce5ad3 add libraries directory. 13 years ago
  Taylor Otwell a83a85bbe8 removed favicon. 13 years ago
  Taylor Otwell eebbc08293 added back .gitignores 13 years ago
  Taylor Otwell f0f3dffc11 added module support! 13 years ago
  Taylor Otwell 927c522e67 Move view composer loading back to application directory. 13 years ago
  Taylor Otwell 57e6532723 Migrating back to old routing system. 13 years ago
  Taylor Otwell 63694de75b Changing back to old routing system. 13 years ago
  Michael Hasselbring 277d161197 removed views/composters.php 13 years ago
  Michael Hasselbring 8068a88b87 removed routes directory 13 years ago
  Taylor Otwell 12185bd4db Merge pull request #38 from mikelbring/develop 13 years ago
  Michael Hasselbring 4424cee0af moved composers, filters and routes back to application, delete routes folder 13 years ago
  Taylor Otwell 7f493421c4 syntax highlighting: take 3. 13 years ago
  Taylor Otwell 833b6ba881 syntax highlighting: take 2. 13 years ago
  Taylor Otwell e25c119fad trying to add syntax highlighting to readme. 13 years ago
  Taylor Otwell 4f6a8ba289 converted readme to markdown. 13 years ago
  Taylor Otwell 30b7eebfdb added better comments to loader::register function. 13 years ago
  Taylor Otwell b4aa39ab83 added benchmarking information to splash screen. 13 years ago
  Taylor Otwell 188b0c4f29 tweaks to package handling. 13 years ago
  Taylor Otwell dbf43877c6 added packages auto-load array. 13 years ago
  Taylor Otwell fb984016e8 added loader class. 13 years ago
  Taylor Otwell c70f090465 added package class. 13 years ago
  Taylor Otwell f2363b1141 return empty array when nested route directory doesnt have route file. 13 years ago
  Taylor Otwell e40faa1945 changed application file structure and routing definitions. 13 years ago
  Taylor Otwell 32f383205e restructured session driver interfaces and added cookie session driver. 13 years ago
  Taylor Otwell 3583bc3b09 tweaked config and lang classes. 13 years ago
  Taylor Otwell f087df9bb8 Refactor database manager. 13 years ago
  Taylor Otwell 614811bb40 Use array_key_exists in Arr::get instead of isset. 13 years ago
  Taylor Otwell 28c6ac93ef Scrap Arr::dot and put dot notation support in Arr::get. 13 years ago
  Taylor Otwell db5c61d50c Added code to return the entire array to Arr::dot. 13 years ago
  Taylor Otwell dfbd8e7950 Added Arr::dot method. 13 years ago
  Taylor Otwell 6c149b282f Clean up database session driver. 13 years ago
  Taylor Otwell 5f0ffe135d Add comment to cache file driver. 13 years ago
  Taylor Otwell 7e28433a61 Refactor session class. 13 years ago
  Taylor Otwell c19ab70a0f refactor paginator for readability. 13 years ago
  Taylor Otwell be3266d255 Decomplicate the messages->format method. 13 years ago