Commit History

Author SHA1 Message Date
  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
  Taylor Otwell 6ee6f7ba22 Refactor messages class. 13 years ago
  Taylor Otwell bc0e706c02 Refactoring the Lang class. 13 years ago
  Taylor Otwell 92b57ca2d7 Tweak exception view for new error class changes. 13 years ago
  Taylor Otwell 530e1292d5 Refactoring error class. 13 years ago
  Taylor Otwell fc87103205 Refactoring configuration class. 13 years ago
  Taylor Otwell f4fac15e48 Add response time and memory usage to install splash screen. 13 years ago
  Taylor Otwell a474850071 Add the laravel start time to the benchmarker. 13 years ago
  Taylor Otwell ecb4381d78 Refactoring Eloquent hydrator. 13 years ago
  Taylor Otwell 76cf877d7e Refactoring eloquent. 13 years ago
  Taylor Otwell 718d51e0b4 Refactoring eloquent model. 13 years ago
  Taylor Otwell 277be84853 Added where_id and or_where_id to the query builder. 13 years ago
  Taylor Otwell 320c72edbe Refactoring query class. 13 years ago
  Taylor Otwell e678b77b5b refactored wrap method for readability. 13 years ago
  Taylor Otwell 82a0218011 refactored query->select. 13 years ago
  Taylor Otwell 75d96c9204 slight database refactoring. 13 years ago
  Taylor Otwell fe0502ded9 use database manager in db session driver. 13 years ago
  Taylor Otwell b8e27533bd use db manager in validator. 13 years ago
  Taylor Otwell e3b6328394 fix connector conflict. 13 years ago
  Taylor Otwell badc8a6088 database refactoring. 13 years ago
  Taylor Otwell 716a957e93 Refactoring. 13 years ago
  Taylor Otwell bc7df55f92 Fix call to Loader::everything. 13 years ago
  Taylor Otwell ae69149262 change Loader::everything to Loader::all. 13 years ago
  Taylor Otwell bf30ca7238 Pass path to route loader. 13 years ago
  Taylor Otwell 2efdef01d2 Add path to route loader. 13 years ago
  Taylor Otwell 10deff4505 Bypass auto-loader when loading core routing classes. 13 years ago
  Taylor Otwell 23d5742575 remove item caching from cache manager. 13 years ago
  Taylor Otwell 5f3d40b76c Added support for in-memory SQLite databases. 13 years ago
  Taylor Otwell 829088f3d1 use response::error in front controller. 13 years ago
  Taylor Otwell e060c3d1da added reload function to loader everything function. 13 years ago
  Taylor Otwell b55e5169f3 adjusted comments in route loader. 13 years ago
  Taylor Otwell f9f168eacb added more dependency injection to route loader and finder. 13 years ago
  Taylor Otwell 0af326b636 working on routing architecture. 13 years ago
  Taylor Otwell 344f49e1bf made router routes optional and fixed front controller. 13 years ago
  Taylor Otwell 3f6aa54487 fixed router conflicts. 13 years ago
  Taylor Otwell 2bb7125127 fixed routing bug. 13 years ago
  Taylor Otwell 74a05588f0 incremented version. 13 years ago
  Taylor Otwell a7e39e9cf0 fixed routing bug when using nested route directories. 13 years ago
  Taylor Otwell 2275c74660 moved all routing classes into routing namespace. 13 years ago
  Taylor Otwell d8eba6389c moved asset_container into asset.php 13 years ago
  Taylor Otwell 83ace2de68 moved routing classes into system namespace. 13 years ago
  Taylor Otwell ce96fb6717 put aliases in alphabetical order. 13 years ago
  Taylor Otwell 153d7007ac moved asset container to system directory. 13 years ago
  Taylor Otwell b504089db7 moved exception view to application views and removed system view folder. 13 years ago
  Taylor Otwell 2c68317b0d Merge pull request #36 from pedroborges/asset 13 years ago
  Pedro Borges e8ad2db120 Added Asset alias to config/aliases.php 13 years ago
  Taylor Otwell 481d2aa7ec added Str::ascii method and fixed accented character problem in URL::slug. 13 years ago
  Taylor Otwell 86075c2765 moved validation/errors into system/messages... not just useful for error messages. 13 years ago
  Taylor Otwell f3ddadce04 tweaking comment in composers.php. 13 years ago
  Taylor Otwell 4609528d93 fixed bug in session and cache factories. 13 years ago
  Taylor Otwell dbdd45d9fc tweaked cache and session namespacing. 13 years ago
  Taylor Otwell 5b2858824b tweaking router formatting. 13 years ago
  Taylor Otwell f16f90c89c added script and style path constants. tweaked router usage in index.php. 13 years ago
  Taylor Otwell bc5299abfc tweaked router architecture to be non-static. 13 years ago
  Taylor Otwell 7ecb2cf436 Deprecated Router::call method. 13 years ago
  Taylor Otwell 3698315dc9 Improve comments in application/routes.php. 13 years ago
  Taylor Otwell 1840989484 Add more documentation to application/filters.php. 13 years ago
  Taylor Otwell 554f14c10c Cleaning up configuration comments. 13 years ago
  Taylor Otwell a5cc47bd5d Cleaning up configuration comments. 13 years ago
  Taylor Otwell f53334881c Cleaning up configuration comments. 13 years ago
  Taylor Otwell cadda7a968 Cleaning up configuration comments. 13 years ago
  Taylor Otwell 7ea2901d2b Cleaning up configuration comments. 13 years ago
  Taylor Otwell b388ebe54c Cleaning up configuration comments. Converted Eloquent query to use dynamic query. 13 years ago
  Taylor Otwell acea14a306 Cleaning up configuration comments. 13 years ago
  Taylor Otwell 7719cc6657 Cleaning up configuration comments. 13 years ago
  Taylor Otwell 84f05fd3ee Improve comments in routes.php. 13 years ago