Commit Graph
100 Commits
Author SHA1 Message Date
Taylor Otwell ca784e9fc2 continuing to refactor the validator. 2011-10-16 13:48:36 -05:00
Taylor Otwell f8e63f313d adding validator tests. 2011-10-16 13:34:26 -05:00
Taylor Otwell 8bd6d34622 refactoring validator. 2011-10-16 13:25:37 -05:00
Taylor Otwell 48f1879b9f tweaking comments in sqlite connector. 2011-10-15 23:33:26 -05:00
Taylor Otwell 87e8dbeb32 refactoring database query class. 2011-10-15 23:25:18 -05:00
Taylor Otwell 454a5107c4 tweaking and refactoring the database connectors. 2011-10-15 23:20:44 -05:00
Taylor Otwell 893acd8743 tweaking and refactoring the database connectors. added connectors to the container. 2011-10-15 23:20:13 -05:00
Taylor Otwell 07f3f5d03c tweaking the error bootstrap file. 2011-10-15 22:59:17 -05:00
Taylor Otwell 543a487bc8 tweaking the error bootstrap file. 2011-10-15 22:58:31 -05:00
Taylor Otwell 048c917ea5 tweaking the error bootstrap file. 2011-10-15 22:57:49 -05:00
Taylor Otwell 736351911f tweaking the core bootstrapper. 2011-10-15 22:52:16 -05:00
Taylor Otwell 45538620da fixing bugs and refactoring. 2011-10-15 22:44:37 -05:00
Taylor Otwell a7e98e8e9a fixing bugs and refactoring. 2011-10-15 22:38:43 -05:00
Taylor Otwell b40e69c47a fixed controller routing bug. 2011-10-15 21:44:39 -05:00
Taylor Otwell 4a5e7c6f61 fixed controller routing bug. 2011-10-15 21:43:07 -05:00
Taylor Otwell 76a5bc483a refactoring various classes. 2011-10-15 14:39:52 -05:00
Taylor Otwell 2b93963f34 removed unnecessary namespace import from eloquent model. 2011-10-15 14:19:33 -05:00
Taylor Otwell 17ea09364d fixed str test cases and str::limit function. 2011-10-15 14:17:58 -05:00
Taylor Otwell a6eaa06981 refactoring routing and comments. 2011-10-15 14:04:11 -05:00
Taylor Otwell a44ca9d53b working on comments. 2011-10-13 21:49:40 -05:00
Taylor Otwell 9fa69e0844 refactoring routing and class comments. 2011-10-13 21:32:11 -05:00
Taylor Otwell cff90b52ab remove session manager from ioc container configuration. 2011-10-12 23:37:22 -05:00
Taylor Otwell 3998066eb7 refactored session tests. 2011-10-12 23:35:15 -05:00
Taylor Otwell ba751b430b restructured session handling. 2011-10-12 23:15:10 -05:00
Taylor Otwell f68a918d69 refactoring session classes. 2011-10-12 22:29:49 -05:00
Taylor Otwell 4342f82aa9 refactoring cache and session classes. 2011-10-12 21:55:05 -05:00
Taylor Otwell 9f7ed576c5 allow eloquent models to use increment and decrement. 2011-10-12 21:35:23 -05:00
Taylor Otwell 9bf978abcd added decrement method to query builder. 2011-10-12 21:32:06 -05:00
Taylor Otwell 559785f168 added increment method to query builder. 2011-10-12 21:27:29 -05:00
Taylor Otwell 68455378cc added support for database expressions. 2011-10-12 19:55:44 -05:00
Taylor Otwell 76400967d9 modified splash page css. 2011-10-11 23:41:03 -05:00
Taylor Otwell 8846110e8d refactored and prettified the default database grammar. 2011-10-11 22:45:19 -05:00
Taylor Otwell 08ea1dbbc8 fixed bug in request uri method. 2011-10-11 21:44:57 -05:00
Taylor Otwell f6ea58ed96 improve request uri detection. 2011-10-11 21:41:57 -05:00
Taylor Otwell 02305fafc2 resolved conflicts. 2011-10-11 21:28:06 -05:00
Taylor Otwell 7317b5857b refactored welcome pages. 2011-10-11 21:27:16 -05:00
Taylor Otwell e979cf14a2 Merge pull request #115 from ericbarnes/fix/str_tests
Fix/str tests
2011-10-11 13:38:36 -07:00
Taylor Otwell d9512221dc Merge pull request #112 from ericbarnes/feature/unit-test
Feature/unit test
2011-10-11 06:13:41 -07:00
Taylor Otwell 459b2165a3 Merge pull request #111 from ericbarnes/feature/str_limit
Feature/str limit
2011-10-11 06:09:57 -07:00
Taylor Otwell d07714936f finished tests for request class. 2011-10-10 22:55:57 -05:00
Taylor Otwell 0cb81d8585 added request::uri tests. 2011-10-10 22:42:43 -05:00
Taylor Otwell f2b9d1e2f8 added request tests. 2011-10-10 22:31:59 -05:00
Taylor Otwell c1e68717bc working more on tests. 2011-10-10 22:29:05 -05:00
Taylor Otwell bb77189f35 cleaned up arr tests. 2011-10-10 22:19:08 -05:00
Taylor Otwell b3c9dc59c0 refactoring testing setup. 2011-10-10 22:17:22 -05:00
Taylor Otwell 392caeed91 refactoring formatting. 2011-10-10 21:43:30 -05:00
Taylor Otwell 6cb79e6676 refactoring 2011-10-10 21:34:15 -05:00
Taylor Otwell d1c5aea26b continuing to refactor auth remembrance. 2011-10-09 23:43:31 -05:00
Taylor Otwell 1b057c2854 continuing to refactor auth remembrance. 2011-10-09 23:41:58 -05:00
Taylor Otwell e6f84bffd4 added integer validation check to user auth closure. 2011-10-09 23:23:57 -05:00
Taylor Otwell 17385697c0 continuing to work on the remember me authentication. 2011-10-09 23:20:54 -05:00
Taylor Otwell 6178a968ea Merge pull request #110 from ericbarnes/feature/remember_me
Feature/remember me
2011-10-09 20:22:41 -07:00
Taylor Otwell b7b5451a7f refactoring session handling. 2011-10-08 23:53:13 -05:00
Taylor Otwell c9beefaa28 add better comments to composer file. 2011-10-08 23:45:30 -05:00
Taylor Otwell 8ba0dfacc7 refactoring controller __get magic method ioc resolution. 2011-10-08 23:43:16 -05:00
Taylor Otwell bcb6f189f7 refactored bcrypt hashing engine. 2011-10-08 22:41:52 -05:00
Taylor Otwell 92ecae3db9 Merge pull request #108 from ericbarnes/feature/alias
Feature/alias
2011-10-08 19:57:47 -07:00
Taylor Otwell 8c9bd12003 fixed old uri ioc container reference. 2011-10-08 21:48:10 -05:00
Taylor Otwell 45933cd038 renamed auth remember to auth login. 2011-10-08 20:08:09 -05:00
Taylor Otwell c5c0ebc00a allow rel and other stylesheet defaults to be overriden. 2011-10-08 19:55:57 -05:00
Taylor Otwell e366c62db1 Merge pull request #106 from ericbarnes/feature/foreign_chars
Feature/foreign chars
2011-10-08 08:18:16 -07:00
Taylor Otwell 845bdc58fa improved config loading performance. 2011-10-07 16:05:48 -05:00
Taylor Otwell 4edcc321aa fixed bug in route to controller delegation. 2011-10-07 12:26:47 -05:00
Taylor Otwell f50a492510 fixed bug in ioc container singleton resolution. 2011-10-06 22:45:13 -05:00
Taylor Otwell 2c2dcdc502 Merge pull request #99 from sparksp/aeae2c8476523f1551825afcc17323c4b88d22c5
Secure extracts
2011-10-05 21:26:35 -07:00
Taylor Otwell c00738a070 Merge pull request #101 from codler/patch-1
Added ö to ascii config
2011-10-05 21:23:31 -07:00
Taylor Otwell 48715bbb7d fixed bug in view composers. changed crypter alias. 2011-10-05 23:22:25 -05:00
Taylor Otwell 1cafc02d55 removed unnecessary variable from route. 2011-10-05 18:35:34 -05:00
Taylor Otwell 71b0ab8b8d refactoring container for speed. 2011-10-05 18:32:48 -05:00
Taylor Otwell 4263203dda added comments to pagination language. 2011-10-05 01:36:00 -05:00
Taylor Otwell 52b68c060b refactoring. adding back pagination. 2011-10-04 21:43:39 -05:00
Taylor Otwell 34452f5f08 minor refactoring. 2011-10-02 23:39:26 -05:00
Taylor Otwell eb956cc89d some routing enhancements - still a work in progress. 2011-10-02 23:28:30 -05:00
Taylor Otwell 7be960fb6f added missing parens. 2011-10-02 22:46:34 -05:00
Taylor Otwell 16575246af bug fixes. 2011-10-02 22:44:36 -05:00
Taylor Otwell dfe3a04651 added support for route filter parameters. 2011-09-30 22:23:47 -05:00
Taylor Otwell 21592ec67f refactoring and tweaking. 2011-09-30 20:28:45 -05:00
Taylor Otwell 14186a00e0 refactoring and bug fixes. 2011-09-29 21:22:48 -05:00
Taylor Otwell 2eeb636198 changed $view->with to $view->nest. 2011-09-28 23:30:11 -05:00
Taylor Otwell 57d62f550a working on the pain in the rear paginator class. 2011-09-28 23:12:56 -05:00
Taylor Otwell d2f3015636 added comments to cache classes. 2011-09-28 22:56:37 -05:00
Taylor Otwell 288781c0df added comments to cache classes. 2011-09-28 22:55:48 -05:00
Taylor Otwell cc625e24c2 cleaning up the cache class. 2011-09-28 22:51:07 -05:00
Taylor Otwell 1fb70a8568 cleaning up sqlite connector. 2011-09-28 22:49:20 -05:00
Taylor Otwell 7018b85b4a cleaning up eloquent models. 2011-09-28 22:47:24 -05:00
Taylor Otwell 2ac5a37291 cleaning up eloquent models. 2011-09-28 22:47:05 -05:00
Taylor Otwell b93a12209c commenting validation messages. 2011-09-28 22:42:28 -05:00
Taylor Otwell 3c05f7260c refactoring string class. 2011-09-28 22:25:54 -05:00
Taylor Otwell 442904b277 refactoring. 2011-09-28 22:12:41 -05:00
Taylor Otwell 5cc7c3a6bd refactoring. 2011-09-28 21:59:54 -05:00
Taylor Otwell 3dbc60aee3 commenting bootstrap files. 2011-09-28 21:52:58 -05:00
Taylor Otwell abd23c9610 removed dies from error bootstraper. 2011-09-28 21:43:37 -05:00
Taylor Otwell 9c319ba0fc refactoring database layer. 2011-09-28 21:43:11 -05:00
Taylor Otwell c502f8da1a fixed merge conflicts. 2011-09-27 21:11:16 -05:00
Taylor Otwell c6f9734603 refactoring. 2011-09-27 21:10:32 -05:00
Taylor Otwell 54c69d8c9f refactoring. 2011-09-26 21:48:06 -05:00
Taylor Otwell ed3e3e73cc tweaked view comment. 2011-09-25 23:31:54 -05:00
Taylor Otwell d9201be431 refactoring view compilation. 2011-09-25 23:00:29 -05:00
Taylor Otwell 516f310e27 added libraries directory. 2011-09-25 22:32:23 -05:00
Taylor Otwell 91e3e3ddb0 working on bootstrap comments. 2011-09-25 22:29:23 -05:00