561 Commits

Author SHA1 Message Date
Taylor Otwell
3516334ec7 Clean up constant definitions. 2011-07-28 08:46:39 -05:00
Taylor Otwell
6154bef9bc Update CSS to Lobster Two font, which apparently changed. 2011-07-28 08:35:30 -05:00
Taylor Otwell
d74637958d Update CSS to Lobster Two font, which apparently changed. 2011-07-28 08:34:57 -05:00
Taylor Otwell
3a9adbdc8e Update CSS to Lobster Two font, which apparently changed. 2011-07-28 08:31:29 -05:00
Taylor Otwell
cc6f8b8391 Update CSS to Lobster Two font, which apparently changed. 2011-07-28 08:31:00 -05:00
Taylor Otwell
29b98b2acb added check for .php in route finder glob. 2011-07-27 22:27:35 -05:00
Taylor Otwell
099a880345 incremented version. 2011-07-27 22:15:53 -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
c870fdbe57 trimmed readme. 2011-07-26 23:28:24 -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
306ecd3bfe added the storage_path constant. 2011-07-26 22:12:20 -05:00
Taylor Otwell
1cf4431659 added a few more path constants. 2011-07-26 22:11:16 -05:00
Taylor Otwell
d8cab0a7b6 Tweak framework constants. 2011-07-26 17:01:59 -05:00
Taylor Otwell
b796ef1bd7 Remove time echo from index.php. Whoops! 2011-07-26 16:24:41 -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
4ed6d488ca Added SYS_VIEW_PATH constant. 2011-07-26 15:29:38 -05:00
Taylor Otwell
5ad61844ec Moved auto-loader into public/index.php. 2011-07-26 15:27:42 -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
Taylor Otwell
8cea023256 Remove staging from config .gitignore. 2011-07-26 08:13:49 -05:00
Taylor Otwell
2837af68f5 removed line breaks from readme. 2011-07-25 23:33:22 -05:00
Taylor Otwell
79e814cd93 modified readme and license. 2011-07-25 23:32:25 -05: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
Taylor Otwell
721693a52a Continuing work on URL class. 2011-07-25 13:25:47 -07:00
Taylor Otwell
d48c5d186d Added comments to URL class. 2011-07-25 13:22:52 -07:00
Taylor Otwell
7f465f307b Refactoring URL class. 2011-07-25 13:19:39 -07:00
Taylor Otwell
3c216d897f Refactoring URL class. 2011-07-25 13:15:24 -07:00
Taylor Otwell
6e9bf0a0e3 URL::to_asset should use Request::is_secure to determine if asset link should use HTTPS. 2011-07-25 12:37:10 -07:00
Taylor Otwell
44db0e72f9 Refactoring the paginator class again... 2011-07-25 12:16:27 -07:00
Taylor Otwell
dac63a50c6 Refactored the paginator class for cleanliness. 2011-07-25 12:00:16 -07:00