Commit Graph

653 Commits

Author SHA1 Message Date
Taylor Otwell dbf43877c6 added packages auto-load array. 2011-08-02 22:29:48 -05:00
Taylor Otwell fb984016e8 added loader class. 2011-08-02 22:19:13 -05:00
Taylor Otwell c70f090465 added package class. 2011-08-02 22:07:40 -05:00
Taylor Otwell f2363b1141 return empty array when nested route directory doesnt have route file. 2011-08-02 21:26:29 -05:00
Taylor Otwell e40faa1945 changed application file structure and routing definitions. 2011-08-02 21:23:13 -05:00
Taylor Otwell 32f383205e restructured session driver interfaces and added cookie session driver. 2011-08-02 21:05:20 -05:00
Taylor Otwell 3583bc3b09 tweaked config and lang classes. 2011-08-02 20:20:17 -05:00
Taylor Otwell f087df9bb8 Refactor database manager. 2011-08-02 13:49:17 -05:00
Taylor Otwell 614811bb40 Use array_key_exists in Arr::get instead of isset. 2011-08-02 13:44:02 -05:00
Taylor Otwell 28c6ac93ef Scrap Arr::dot and put dot notation support in Arr::get. 2011-08-02 13:41:57 -05:00
Taylor Otwell db5c61d50c Added code to return the entire array to Arr::dot. 2011-08-02 13:40:25 -05:00
Taylor Otwell dfbd8e7950 Added Arr::dot method. 2011-08-02 13:38:50 -05:00
Taylor Otwell 6c149b282f Clean up database session driver. 2011-08-02 12:00:54 -05:00
Taylor Otwell 5f0ffe135d Add comment to cache file driver. 2011-08-02 11:57:01 -05:00
Taylor Otwell 7e28433a61 Refactor session class. 2011-08-02 11:49:12 -05:00
Taylor Otwell c19ab70a0f refactor paginator for readability. 2011-08-02 11:22:59 -05:00
Taylor Otwell be3266d255 Decomplicate the messages->format method. 2011-08-02 11:14:36 -05:00
Taylor Otwell 6ee6f7ba22 Refactor messages class. 2011-08-02 11:13:03 -05:00
Taylor Otwell bc0e706c02 Refactoring the Lang class. 2011-08-02 11:03:48 -05:00
Taylor Otwell 92b57ca2d7 Tweak exception view for new error class changes. 2011-08-02 10:52:54 -05:00
Taylor Otwell 530e1292d5 Refactoring error class. 2011-08-02 10:52:02 -05:00
Taylor Otwell fc87103205 Refactoring configuration class. 2011-08-02 10:43:12 -05:00
Taylor Otwell f4fac15e48 Add response time and memory usage to install splash screen. 2011-08-02 10:29:06 -05:00
Taylor Otwell a474850071 Add the laravel start time to the benchmarker. 2011-08-02 10:28:28 -05:00
Taylor Otwell ecb4381d78 Refactoring Eloquent hydrator. 2011-08-02 09:02:34 -05:00
Taylor Otwell 76cf877d7e Refactoring eloquent. 2011-08-02 08:56:21 -05:00
Taylor Otwell 718d51e0b4 Refactoring eloquent model. 2011-08-02 08:50:25 -05:00
Taylor Otwell 277be84853 Added where_id and or_where_id to the query builder. 2011-08-02 08:49:19 -05:00
Taylor Otwell 320c72edbe Refactoring query class. 2011-08-02 08:27:01 -05:00
Taylor Otwell e678b77b5b refactored wrap method for readability. 2011-08-01 20:20:32 -05:00
Taylor Otwell 82a0218011 refactored query->select. 2011-08-01 20:14:30 -05:00
Taylor Otwell 75d96c9204 slight database refactoring. 2011-08-01 19:57:48 -05:00
Taylor Otwell fe0502ded9 use database manager in db session driver. 2011-08-01 18:10:03 -05:00
Taylor Otwell b8e27533bd use db manager in validator. 2011-08-01 18:07:36 -05:00
Taylor Otwell e3b6328394 fix connector conflict. 2011-08-01 17:59:31 -05:00
Taylor Otwell badc8a6088 database refactoring. 2011-08-01 17:58:20 -05:00
Taylor Otwell 716a957e93 Refactoring. 2011-08-01 17:09:10 -05:00
Taylor Otwell bc7df55f92 Fix call to Loader::everything. 2011-08-01 15:39:58 -05:00
Taylor Otwell ae69149262 change Loader::everything to Loader::all. 2011-08-01 15:39:34 -05:00
Taylor Otwell bf30ca7238 Pass path to route loader. 2011-08-01 15:36:49 -05:00
Taylor Otwell 2efdef01d2 Add path to route loader. 2011-08-01 15:36:09 -05:00
Taylor Otwell 10deff4505 Bypass auto-loader when loading core routing classes. 2011-08-01 09:57:53 -05:00
Taylor Otwell 23d5742575 remove item caching from cache manager. 2011-08-01 09:15:03 -05:00
Taylor Otwell 5f3d40b76c Added support for in-memory SQLite databases. 2011-08-01 08:47:45 -05:00
Taylor Otwell 829088f3d1 use response::error in front controller. 2011-07-31 23:19:58 -05:00
Taylor Otwell e060c3d1da added reload function to loader everything function. 2011-07-31 23:11:45 -05:00
Taylor Otwell b55e5169f3 adjusted comments in route loader. 2011-07-31 22:15:39 -05:00
Taylor Otwell f9f168eacb added more dependency injection to route loader and finder. 2011-07-31 22:11:49 -05:00
Taylor Otwell 0af326b636 working on routing architecture. 2011-07-31 21:51:55 -05:00
Taylor Otwell 344f49e1bf made router routes optional and fixed front controller. 2011-07-31 17:40:03 -05:00