Commit History

Author SHA1 Message Date
  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
  Taylor Otwell ce39e48458 Merge branch 'master' into develop 13 years ago
  Taylor Otwell 829a629200 Fixed broken link in filters.php. Use Response::error. 13 years ago
  Taylor Otwell 8871ddff1b Fixed bug in URL::to method. 13 years ago
  Taylor Otwell c3c7084d72 remove unnecessary application variable. 13 years ago
  Taylor Otwell 28fbd35491 Clean up constant handling and definition. 13 years ago
  Taylor Otwell 3516334ec7 Clean up constant definitions. 13 years ago
  Taylor Otwell 6154bef9bc Update CSS to Lobster Two font, which apparently changed. 13 years ago
  Taylor Otwell d74637958d Update CSS to Lobster Two font, which apparently changed. 13 years ago
  Taylor Otwell 3a9adbdc8e Update CSS to Lobster Two font, which apparently changed. 13 years ago
  Taylor Otwell cc6f8b8391 Update CSS to Lobster Two font, which apparently changed. 13 years ago
  Taylor Otwell 3c8da4df93 Merge branch 'develop' 13 years ago
  Taylor Otwell 29b98b2acb added check for .php in route finder glob. 13 years ago
  Taylor Otwell 4bb59dc6f7 Merge branch 'develop' 13 years ago
  Taylor Otwell 099a880345 incremented version. 13 years ago
  Taylor Otwell fee56e0b1e Merge branch 'develop' 13 years ago
  Taylor Otwell 45cc0f1715 Make Router::$routes public. 13 years ago
  Taylor Otwell 60f69659ea Added Router::call method for making HMVC requests. 13 years ago
  Taylor Otwell 77331efc9d Fix slash bug in url class. 13 years ago
  Taylor Otwell 095c236234 Fixed empty result set bug in paginator class. 13 years ago
  Taylor Otwell c870fdbe57 trimmed readme. 13 years ago
  Taylor Otwell 0ca2171071 added lang_path constant. 13 years ago
  Taylor Otwell c76d0fb669 use language in paginator class. 13 years ago
  Taylor Otwell 7e439ab52e fixed bug in config has method. 13 years ago
  Taylor Otwell 0f1bd8a739 added db::first method. 13 years ago
  Taylor Otwell 066db38ddb deprecated auto-loader file. moved to public/index.php. 13 years ago
  Taylor Otwell 306ecd3bfe added the storage_path constant. 13 years ago
  Taylor Otwell 1cf4431659 added a few more path constants. 13 years ago
  Taylor Otwell d8cab0a7b6 Tweak framework constants. 13 years ago
  Taylor Otwell b796ef1bd7 Remove time echo from index.php. Whoops! 13 years ago
  Taylor Otwell 7bbee401b2 Added Response::error method. 13 years ago
  Taylor Otwell 6b9b0ad5cd remove unnecessary else. 13 years ago
  Taylor Otwell a4e8375feb Use view path constants in view->find() method. 13 years ago
  Taylor Otwell 4ed6d488ca Added SYS_VIEW_PATH constant. 13 years ago
  Taylor Otwell 5ad61844ec Moved auto-loader into public/index.php. 13 years ago
  Taylor Otwell 14c8878b67 Switch make call to static in partial method. 13 years ago
  Taylor Otwell f4f82d1761 Added View::of method and $view->partial() method. 13 years ago
  Taylor Otwell 989ba6743b Added support for specifying columns when paginating. 13 years ago
  Taylor Otwell 8cea023256 Remove staging from config .gitignore. 13 years ago
  Taylor Otwell 6b77cc984e Merge pull request #32 from pedroborges/master 13 years ago
  Pedro Borges 5742276fe6 Bug fixed on cookie.php 13 years ago
  Taylor Otwell 2837af68f5 removed line breaks from readme. 13 years ago
  Taylor Otwell 79e814cd93 modified readme and license. 13 years ago
  Taylor Otwell 2c18083572 make view->find method protected instead of private. 13 years ago
  Taylor Otwell 8356151f71 added support for environment configuration files. 13 years ago
  Taylor Otwell 2c774adbde check for $_SERVER instead of $_ENV LARAVEL_ENV. 13 years ago
  Taylor Otwell c9698df285 added support for environment driven configuration files. 13 years ago
  Taylor Otwell 5a43f29f31 Tweak eloquent->paginate() for new paginator constructor API. 13 years ago
  Taylor Otwell db6b93f668 Tweak Query->paginate for new paginator constructor API. 13 years ago
  Taylor Otwell e9397b7107 More refactoring on paginator. 13 years ago
  Taylor Otwell 7191a67680 Edited system/paginator.php via GitHub 13 years ago
  Taylor Otwell 7499586bb3 Edited system/paginator.php via GitHub 13 years ago
  Taylor Otwell a6a2588ed1 A few more tweaks to the paginator class. 13 years ago
  Taylor Otwell 873e4ee2d7 Tweaking paginator class. 13 years ago
  Taylor Otwell 721693a52a Continuing work on URL class. 13 years ago
  Taylor Otwell d48c5d186d Added comments to URL class. 13 years ago
  Taylor Otwell 7f465f307b Refactoring URL class. 13 years ago
  Taylor Otwell 3c216d897f Refactoring URL class. 13 years ago
  Taylor Otwell 6e9bf0a0e3 URL::to_asset should use Request::is_secure to determine if asset link should use HTTPS. 13 years ago
  Taylor Otwell 44db0e72f9 Refactoring the paginator class again... 13 years ago
  Taylor Otwell dac63a50c6 Refactored the paginator class for cleanliness. 13 years ago
  Taylor Otwell 8d2eefe18f Refactoring paginator. 13 years ago
  Taylor Otwell 7ca5a2359a Added HTML::span method. 13 years ago
  Taylor Otwell 79482dece5 added emulate prepares to pdo options. 13 years ago
  Taylor Otwell f62a2a6542 turn off file sessions. 13 years ago
  Taylor Otwell 860c28206d Added closing div tag to paginator output. 13 years ago
  Taylor Otwell bbfc8b888a Edited system/paginator.php via GitHub 13 years ago
  Taylor Otwell 49fe1e3a87 Edited system/paginator.php via GitHub 13 years ago
  Taylor Otwell faa4287423 Added support for generic PDO connections. 13 years ago
  Taylor Otwell e0a8d173bd Add support for nested ul and ol lists. 13 years ago
  Taylor Otwell 6b50e8b04d Correct typo in validator. 13 years ago
  Taylor Otwell 9c4361fcfc Correct property name bug in validator. 13 years ago
  Taylor Otwell 9f09af4a1b Add better language support to Validator. 13 years ago
  Taylor Otwell 341908d76c Added secure and lang methods to paginator. 13 years ago
  Taylor Otwell 36d9fe0b87 Added Form::open_secure and Form::open_secure_for_files 13 years ago
  Taylor Otwell 64351b2268 Added HTML::link_to_secure_asset method. 13 years ago
  Taylor Otwell 9b46956fc9 removed span method from html class. 13 years ago
  Taylor Otwell 1c5187b509 removed span class from paginator class. 13 years ago