Commit History

Author SHA1 Message Date
  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
  Taylor Otwell c3d36d37bc added pagination lang file. 13 years ago
  Taylor Otwell 4959a38d01 Adjusted paginator comment. 13 years ago
  Taylor Otwell f0e3134442 Refactoring paginator class. 13 years ago
  Taylor Otwell 677747c4ca Remove lang method from paginator class. 13 years ago
  Taylor Otwell de48e194c7 Replace last_page method with property. 13 years ago
  Taylor Otwell c09481c519 Refactoring the Paginator class. 13 years ago
  Taylor Otwell f7f790301f Added lang method to Paginator. 13 years ago
  Taylor Otwell be2b7fec0c Deprecate replace method in Lang class. 13 years ago
  Taylor Otwell a23c6ab9c1 Do not strtolower request URI. 13 years ago
  Taylor Otwell ca97abe77f Added http_only configuration item to session cookie. 13 years ago
  Taylor Otwell db45be960f Added http_only option to session configuration. 13 years ago
  Taylor Otwell d6e1d5424d Edited application/config/view.php via GitHub 13 years ago
  Taylor Otwell ebd8bd55b2 added http_only option to cookie::put method. 13 years ago
  Taylor Otwell d420d1c07f added language support for characters and kilobytes in validator library. 13 years ago
  Taylor Otwell c1ca97d9fb added support for named views. 13 years ago
  Taylor Otwell 198e95910d incremented version. 13 years ago
  Taylor Otwell fbf1603b5a add comment about url::to_asset. 13 years ago
  Taylor Otwell e9a43326a7 fix bug in validator class required check. 13 years ago
  Taylor Otwell 49cd851f54 tweaked method signature to paginator links method. 13 years ago
  Taylor Otwell d0b160c329 Fix bug causing non-required fields to throw errors in Validator class. 13 years ago
  Taylor Otwell 89b5ad030e Added format parameter to Error->first method. 13 years ago
  Taylor Otwell 539eb28c2c Refactoring Paginator. 13 years ago
  Taylor Otwell 556fff9ff0 Added better language support for Pagination library. 13 years ago
  Taylor Otwell 46a15cf857 Add more detail to pagination exception message. 13 years ago
  Taylor Otwell b7ab358297 Added __toString method to Lang class. 13 years ago
  Taylor Otwell 9f8e56d687 Added ability to pass replacements in Lang constructor. 13 years ago
  Taylor Otwell 0f17aff723 Added "dots" class to paginator. 13 years ago
  Taylor Otwell acc279989c Move last page logic into Paginator class. 13 years ago
  Taylor Otwell b933b19dfd Refactoring query builder for pagination changes. 13 years ago
  Taylor Otwell b2f92691a6 Refactoring Eloquent for pagination changes. 13 years ago