Commit History

Author SHA1 Message Date
  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
  Taylor Otwell 2cdee7aff1 Refactoring pagination class. 13 years ago
  Taylor Otwell 218783ecee Refactoring Query class pagination. 13 years ago
  Taylor Otwell f7eeb85ec6 Refactoring Eloquent pagination. 13 years ago
  Taylor Otwell b29ba692ce Refactoring Paginator. 13 years ago
  Taylor Otwell 9a36124b9e Refactoring Paginator. 13 years ago
  Taylor Otwell 7ec88d3faa Tweak pagination comment in Query class. 13 years ago
  Taylor Otwell abd269aa78 initial version of pagination library. 13 years ago
  Taylor Otwell 2b132512e8 Add comment regarding foreign and associated keys in eloquent. 13 years ago
  Taylor Otwell dd729886f5 Fix has_and_belongs_to_many eager loading initialization bug. 13 years ago
  Taylor Otwell 17cc50375b Added support for self-referential many-to-many relationships in Eloquent. 13 years ago
  Taylor Otwell b4c7dcb9ea Added support for 'wrap' option. 13 years ago
  Taylor Otwell e70726caea Added support for odbc connections. 13 years ago
  Taylor Otwell f7fc01304c Edited application/routes.php via GitHub 13 years ago
  Taylor Otwell 2d39ec5efe Merge pull request #29 from dongilbert/master 13 years ago
  Don Gilbert c99b9f09eb Updating routes comment to include link for organizing routes 13 years ago
  Taylor Otwell 08010f4eb2 Edited system/router.php via GitHub 13 years ago
  Taylor Otwell 3541c05ba2 added comment to route finder. 13 years ago
  Taylor Otwell b6feff375b added comment regarding nested route directories. 13 years ago
  Taylor Otwell fb8eb874c0 added comment regarding nested route directories. 13 years ago
  Taylor Otwell 5b86ad6067 trim route finder iterator instantiation. 13 years ago
  Taylor Otwell 44e8867672 tweaked route finder to recursive search directories. 13 years ago
  Taylor Otwell 88276ba79e added support for nested route directories. 13 years ago
  Taylor Otwell 109a7b4baa Refactoring Error class. 13 years ago
  Taylor Otwell ce20d7b9e3 Remove special handling for error views. No longer needed. 13 years ago
  Taylor Otwell c54173bc40 Remove View::$last. 13 years ago
  Taylor Otwell dc49a4aaeb Simplify router code. 13 years ago
  Taylor Otwell 72658bd09a fixed bug in validator->image rule. 13 years ago
  Taylor Otwell 4d647c33c0 cleaning up validation library. 13 years ago