Commit Graph

204 Commits

Author SHA1 Message Date
Taylor Otwell 28d11f15bb Refactoring Hash class. 2011-07-06 14:26:04 -07:00
Taylor Otwell 77c23c4665 Trim bloat from Form class. 2011-07-06 14:19:18 -07:00
Taylor Otwell fa0e6c8db1 Trimming comment bloat from Error class. 2011-07-06 14:13:57 -07:00
Taylor Otwell 014c2ebf66 Removing comment bloat from DB class. 2011-07-06 14:11:44 -07:00
Taylor Otwell 3c7dd2822b Trimming comment bloat in Crypt class. 2011-07-06 14:08:50 -07:00
Taylor Otwell e5beda1d5b Converted Session class to use Cookie::put. 2011-07-06 14:05:16 -07:00
Taylor Otwell 65bbea81fd Put the Cookie class on a diet. 2011-07-06 14:04:48 -07:00
Taylor Otwell d1f1c367e2 Formatting Cache class. 2011-07-06 14:00:20 -07:00
Taylor Otwell 45333c5743 Formatting Config class. 2011-07-06 13:53:25 -07:00
Taylor Otwell 48acf1d273 Refactoring Config class to use Arr. Removed unnecessary comments. 2011-07-06 13:53:00 -07:00
Taylor Otwell 65ffe0b610 Added support for closures as Arr::get default parameter. 2011-07-06 13:45:03 -07:00
Taylor Otwell 1e84c8901a Formatting Cache class. 2011-07-06 13:40:34 -07:00
Taylor Otwell a3401d5247 Cleaning up Cache class. 2011-07-06 13:40:03 -07:00
Taylor Otwell 39d3ccb8f0 Refactoring / comment clean-up on Auth class. 2011-07-06 13:37:59 -07:00
Taylor Otwell 6fc0770bce Continuing to clean up Input class. 2011-07-06 13:35:59 -07:00
Taylor Otwell 0e02a8a53d Remove unnecessary comments from Input class. 2011-07-06 13:34:55 -07:00
Taylor Otwell 629122a5a9 Remove usage of Arr from Cookie class. 2011-07-06 11:24:14 -07:00
Taylor Otwell 1a82d9c54f Removed usage of Arr from Request class. 2011-07-06 11:23:14 -07:00
Taylor Otwell f8b12b5daa Added support for retrieving specific elements from the Input::file method. Ex: Input::file('picture.size')... 2011-07-06 11:19:04 -07:00
Taylor Otwell 622635d5cf Fixed typo in Query::select comment. 2011-07-05 09:54:31 -07:00
Taylor Otwell c480e19b6c Added better support for aliases column to Query class. 2011-07-05 09:49:38 -07:00
Taylor Otwell 4ace7c8f80 Cleaning up Config class comments. 2011-07-05 08:29:03 -07:00
Taylor Otwell 64704cf5c4 Added comments to HTML class. 2011-07-05 06:58:27 -07:00
Taylor Otwell 181237e9ef Refactoring Form class. 2011-07-05 06:57:42 -07:00
Taylor Otwell a4ca806081 removed spaces and br function from html class. 2011-07-03 15:34:31 -05:00
Taylor Otwell c3f418b13c cleaning up form class. 2011-07-03 13:03:00 -05:00
Taylor Otwell c3ea6e656d adding some comments to the form class. 2011-07-03 12:58:41 -05:00
Taylor Otwell 1375ff98f2 cleaning up form class. 2011-07-03 12:55:23 -05:00
Taylor Otwell f7dcb05799 added more html5 form elements. 2011-07-02 08:51:14 -05:00
Taylor Otwell 2da478cc38 added more html5 form elements. 2011-07-02 08:43:12 -05:00
Taylor Otwell cd33e81702 added several of the new html5 form elements. added support for attributes such as required, autofocus, etc. 2011-07-02 07:37:37 -05:00
Taylor Otwell a9029ddfe9 change form and html class to use html5 style elements. 2011-07-02 07:17:17 -05:00
Taylor Otwell 0013e5bcbe Fixed bug in validator message handling for empty file uploads. 2011-06-30 13:46:11 -07:00
Taylor Otwell cbf2399ab8 Default Validator target to Input data. 2011-06-30 13:36:39 -07:00
Taylor Otwell 87ec697f2d Refactoring dynamic redirects to routes. 2011-06-30 07:45:38 -07:00
Taylor Otwell c7e7d64545 Refactoring dynamic URLs to routes. 2011-06-30 07:45:05 -07:00
Taylor Otwell 553f377ed0 Adjusted signature for dynamic route URL creation. 2011-06-30 07:39:27 -07:00
Taylor Otwell 6af79d8bdb Added ability to dynamically create links to named routes using the HTML class. 2011-06-30 07:31:57 -07:00
Taylor Otwell b90c6ddcc5 Fixing tabbing on HTML::entities method. 2011-06-29 14:19:06 -07:00
Taylor Otwell 4f73200675 moved route filter to route directory. 2011-06-28 23:26:42 -05:00
Taylor Otwell de6312ccf9 adjusted route/loader comments. 2011-06-28 22:47:44 -05:00
Taylor Otwell cd903fc0ce tweaked uri determination. 2011-06-28 20:11:05 -05:00
Taylor Otwell e452bbdf3a Fixed return type of Eloquent delete method. 2011-06-28 15:01:15 -07:00
Taylor Otwell b7997a95ba Tweaked request URI determination. 2011-06-28 13:11:41 -07:00
Taylor Otwell 1aa86d0798 improved performance. added support for database ports. 2011-06-28 12:21:21 -05:00
Taylor Otwell fef1809982 fix syntax error in upload_of... add types to file_wrong_type lang message. 2011-06-27 21:08:49 -05:00
Taylor Otwell d51be02dd2 enhanced validation, added mimes config array. 2011-06-27 17:33:07 -05:00
Taylor Otwell bd3d8f6347 added error type to validation rule. 2011-06-26 16:17:41 -05:00
Taylor Otwell 2289570c95 fixed exception message in validation/rule. 2011-06-26 14:52:14 -05:00
Taylor Otwell 8770d0aea1 tweaked File::is method. 2011-06-26 12:28:48 -05:00