Commit Graph

566 Commits

Author SHA1 Message Date
Taylor Otwell 6c9bb15a8d Don't force modules to have route files. 2011-08-04 10:48:25 -05:00
Taylor Otwell 87a022cf35 Cache the URI, and added Request::segment method. 2011-08-04 10:47:47 -05:00
Taylor Otwell ec3e059836 fixed bug in view class module loading and made loader properties public. 2011-08-03 23:36:39 -05:00
Taylor Otwell f0f3dffc11 added module support! 2011-08-03 22:10:07 -05:00
Taylor Otwell 927c522e67 Move view composer loading back to application directory. 2011-08-03 08:47:09 -05:00
Taylor Otwell 57e6532723 Migrating back to old routing system. 2011-08-03 08:46:38 -05:00
Taylor Otwell 30b7eebfdb added better comments to loader::register function. 2011-08-02 22:49:31 -05:00
Taylor Otwell b4aa39ab83 added benchmarking information to splash screen. 2011-08-02 22:46:13 -05:00
Taylor Otwell 188b0c4f29 tweaks to package handling. 2011-08-02 22:40:12 -05:00
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 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 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 2efdef01d2 Add path to route loader. 2011-08-01 15:36:09 -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 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
Taylor Otwell 2bb7125127 fixed routing bug. 2011-07-31 17:24:43 -05:00
Taylor Otwell 2275c74660 moved all routing classes into routing namespace. 2011-07-31 14:48:17 -05:00
Taylor Otwell d8eba6389c moved asset_container into asset.php 2011-07-31 14:28:24 -05:00
Taylor Otwell 83ace2de68 moved routing classes into system namespace. 2011-07-31 13:14:39 -05:00
Taylor Otwell 153d7007ac moved asset container to system directory. 2011-07-31 13:04:49 -05:00
Taylor Otwell b504089db7 moved exception view to application views and removed system view folder. 2011-07-31 12:54:22 -05:00
Taylor Otwell 481d2aa7ec added Str::ascii method and fixed accented character problem in URL::slug. 2011-07-30 09:52:49 -05:00
Taylor Otwell 86075c2765 moved validation/errors into system/messages... not just useful for error messages. 2011-07-29 23:38:29 -05:00
Taylor Otwell 4609528d93 fixed bug in session and cache factories. 2011-07-29 23:21:54 -05:00
Taylor Otwell dbdd45d9fc tweaked cache and session namespacing. 2011-07-29 23:17:57 -05:00
Taylor Otwell 5b2858824b tweaking router formatting. 2011-07-29 22:56:18 -05:00
Taylor Otwell bc5299abfc tweaked router architecture to be non-static. 2011-07-29 22:48:14 -05:00
Taylor Otwell 7ecb2cf436 Deprecated Router::call method. 2011-07-28 15:32:54 -05:00
Taylor Otwell ce39e48458 Merge branch 'master' into develop 2011-07-28 12:26:45 -05:00
Taylor Otwell 8871ddff1b Fixed bug in URL::to method. 2011-07-28 11:09:13 -05:00
Taylor Otwell 6154bef9bc Update CSS to Lobster Two font, which apparently changed. 2011-07-28 08:35:30 -05:00
Taylor Otwell 3c8da4df93 Merge branch 'develop' 2011-07-27 22:27:47 -05:00
Taylor Otwell 29b98b2acb added check for .php in route finder glob. 2011-07-27 22:27:35 -05:00
Taylor Otwell fee56e0b1e Merge branch 'develop' 2011-07-27 22:15:04 -05:00
Taylor Otwell 45cc0f1715 Make Router::$routes public. 2011-07-27 13:16:13 -05:00
Taylor Otwell 60f69659ea Added Router::call method for making HMVC requests. 2011-07-27 12:02:11 -05:00
Taylor Otwell 77331efc9d Fix slash bug in url class. 2011-07-27 08:51:11 -05:00
Taylor Otwell 095c236234 Fixed empty result set bug in paginator class. 2011-07-27 08:48:00 -05:00
Taylor Otwell 0ca2171071 added lang_path constant. 2011-07-26 23:26:04 -05:00
Taylor Otwell c76d0fb669 use language in paginator class. 2011-07-26 23:23:34 -05:00
Taylor Otwell 7e439ab52e fixed bug in config has method. 2011-07-26 22:56:51 -05:00
Taylor Otwell 0f1bd8a739 added db::first method. 2011-07-26 22:16:55 -05:00
Taylor Otwell 066db38ddb deprecated auto-loader file. moved to public/index.php. 2011-07-26 22:13:56 -05:00
Taylor Otwell 1cf4431659 added a few more path constants. 2011-07-26 22:11:16 -05:00
Taylor Otwell 7bbee401b2 Added Response::error method. 2011-07-26 15:40:48 -05:00
Taylor Otwell 6b9b0ad5cd remove unnecessary else. 2011-07-26 15:31:56 -05:00
Taylor Otwell a4e8375feb Use view path constants in view->find() method. 2011-07-26 15:31:10 -05:00
Taylor Otwell 14c8878b67 Switch make call to static in partial method. 2011-07-26 14:36:47 -05:00
Taylor Otwell f4f82d1761 Added View::of method and $view->partial() method. 2011-07-26 14:35:44 -05:00
Taylor Otwell 989ba6743b Added support for specifying columns when paginating. 2011-07-26 08:24:32 -05:00
Pedro Borges 5742276fe6 Bug fixed on cookie.php 2011-07-26 10:01:55 -03:00
Taylor Otwell 2c18083572 make view->find method protected instead of private. 2011-07-25 23:20:19 -05:00
Taylor Otwell 8356151f71 added support for environment configuration files. 2011-07-25 22:47:33 -05:00
Taylor Otwell 2c774adbde check for $_SERVER instead of $_ENV LARAVEL_ENV. 2011-07-25 22:16:20 -05:00
Taylor Otwell c9698df285 added support for environment driven configuration files. 2011-07-25 22:01:17 -05:00
Taylor Otwell 5a43f29f31 Tweak eloquent->paginate() for new paginator constructor API. 2011-07-25 14:09:54 -07:00
Taylor Otwell db6b93f668 Tweak Query->paginate for new paginator constructor API. 2011-07-25 14:09:08 -07:00
Taylor Otwell e9397b7107 More refactoring on paginator. 2011-07-25 14:07:46 -07:00
Taylor Otwell 7191a67680 Edited system/paginator.php via GitHub 2011-07-25 13:37:07 -07:00
Taylor Otwell 7499586bb3 Edited system/paginator.php via GitHub 2011-07-25 13:35:41 -07:00
Taylor Otwell a6a2588ed1 A few more tweaks to the paginator class. 2011-07-25 13:34:54 -07:00
Taylor Otwell 873e4ee2d7 Tweaking paginator class. 2011-07-25 13:29:53 -07:00