Commit Graph

4818 Commits

Author SHA1 Message Date
Taylor Otwell 0f17aff723 Added "dots" class to paginator. 2011-07-21 07:52:43 -07:00
Taylor Otwell acc279989c Move last page logic into Paginator class. 2011-07-21 07:26:24 -07:00
Taylor Otwell b933b19dfd Refactoring query builder for pagination changes. 2011-07-21 07:25:54 -07:00
Taylor Otwell b2f92691a6 Refactoring Eloquent for pagination changes. 2011-07-21 07:25:32 -07:00
Taylor Otwell 2cdee7aff1 Refactoring pagination class. 2011-07-21 07:20:11 -07:00
Taylor Otwell 218783ecee Refactoring Query class pagination. 2011-07-21 07:17:53 -07:00
Taylor Otwell f7eeb85ec6 Refactoring Eloquent pagination. 2011-07-21 07:16:45 -07:00
Taylor Otwell b29ba692ce Refactoring Paginator. 2011-07-21 06:37:50 -07:00
Taylor Otwell 9a36124b9e Refactoring Paginator. 2011-07-21 06:37:10 -07:00
Taylor Otwell 7ec88d3faa Tweak pagination comment in Query class. 2011-07-21 06:36:36 -07:00
Taylor Otwell abd269aa78 initial version of pagination library. 2011-07-20 23:31:02 -05:00
Taylor Otwell 2b132512e8 Add comment regarding foreign and associated keys in eloquent. 2011-07-20 09:53:05 -07:00
Taylor Otwell dd729886f5 Fix has_and_belongs_to_many eager loading initialization bug. 2011-07-20 07:07:15 -07:00
Taylor Otwell 17cc50375b Added support for self-referential many-to-many relationships in Eloquent. 2011-07-20 06:57:34 -07:00
Taylor Otwell b4c7dcb9ea Added support for 'wrap' option. 2011-07-19 11:17:51 -07:00
Taylor Otwell e70726caea Added support for odbc connections. 2011-07-19 11:16:55 -07:00
Taylor Otwell f7fc01304c Edited application/routes.php via GitHub 2011-07-19 11:02:02 -07:00
Taylor Otwell 2d39ec5efe Merge pull request #29 from dongilbert/master
Simple update to Routes Comment
2011-07-19 10:59:36 -07:00
Don Gilbert c99b9f09eb Updating routes comment to include link for organizing routes 2011-07-19 10:34:24 -07:00
Taylor Otwell 08010f4eb2 Edited system/router.php via GitHub 2011-07-19 06:23:16 -07:00
Taylor Otwell 3541c05ba2 added comment to route finder. 2011-07-18 23:06:34 -05:00
Taylor Otwell b6feff375b added comment regarding nested route directories. 2011-07-18 23:04:53 -05:00
Taylor Otwell fb8eb874c0 added comment regarding nested route directories. 2011-07-18 22:59:54 -05:00
Taylor Otwell 5b86ad6067 trim route finder iterator instantiation. 2011-07-18 22:49:25 -05:00
Taylor Otwell 44e8867672 tweaked route finder to recursive search directories. 2011-07-18 22:43:55 -05:00
Taylor Otwell 88276ba79e added support for nested route directories. 2011-07-18 22:21:07 -05:00
Taylor Otwell 109a7b4baa Refactoring Error class. 2011-07-18 11:34:04 -07:00
Taylor Otwell ce20d7b9e3 Remove special handling for error views. No longer needed. 2011-07-18 11:33:01 -07:00
Taylor Otwell c54173bc40 Remove View::$last. 2011-07-18 11:32:27 -07:00
Taylor Otwell dc49a4aaeb Simplify router code. 2011-07-18 06:17:21 -07:00
Taylor Otwell 72658bd09a fixed bug in validator->image rule. 2011-07-16 22:16:40 -05:00
Taylor Otwell 4d647c33c0 cleaning up validation library. 2011-07-16 21:56:40 -05:00
Taylor Otwell 808543844d fix typo in validator class comment. 2011-07-16 19:37:30 -05:00
Taylor Otwell da1715fb76 removed unnecessary binding code. 2011-07-16 19:28:41 -05:00
Taylor Otwell 0ebf677ae1 incremented version and fixed typo in front controller. 2011-07-16 13:52:13 -05:00
Taylor Otwell 65d38526ed Merge branch 'develop' 2011-07-16 13:49:46 -05:00
Taylor Otwell 3dfc8d4aaa fixed routing issue. 2011-07-16 13:49:33 -05:00
Taylor Otwell 55a201ac61 fixed bug in route finder when looking for routes in route directory. 2011-07-16 13:48:38 -05:00
Taylor Otwell baf46fa8bb Merge branch 'develop' 2011-07-16 10:59:01 -05:00
Taylor Otwell 7d50f5f96d removed docs and test from main repository. 2011-07-16 10:58:49 -05:00
Taylor Otwell 50c37f1dca Merge branch 'develop' 2011-07-16 10:23:12 -05:00
Taylor Otwell 60ff3bf840 add form::close. 2011-07-16 10:22:57 -05:00
Taylor Otwell 8d232aa0df Merge branch 'develop' 2011-07-16 10:09:42 -05:00
Taylor Otwell 4c5803f313 incremented version. 2011-07-16 10:09:30 -05:00
Taylor Otwell f9c4c50436 add Form::hidden and Form::text. 2011-07-16 10:09:02 -05:00
Taylor Otwell 70cba4ebe2 removed null handling code in db::query until further confirmation of bug is received. 2011-07-16 08:19:36 -05:00
Taylor Otwell 2dfff5ac38 Merge branch 'develop' 2011-07-15 23:19:32 -05:00
Taylor Otwell 40b836511f fixed broken documentation link on welcome page. 2011-07-15 23:19:19 -05:00
Taylor Otwell b34ddc8dca Merge branch 'develop' 2011-07-15 23:13:57 -05:00
Taylor Otwell d73dd3eb9b fixed readme. 2011-07-15 23:13:41 -05:00