Commit Graph

  • c3f418b13c cleaning up form class. Taylor Otwell 2011-07-03 13:03:00 -0500
  • c3ea6e656d adding some comments to the form class. Taylor Otwell 2011-07-03 12:58:41 -0500
  • 1375ff98f2 cleaning up form class. Taylor Otwell 2011-07-03 12:55:23 -0500
  • 4fe64b3a73 remove broken link from routes file. Taylor Otwell 2011-07-03 12:51:11 -0500
  • f7dcb05799 added more html5 form elements. Taylor Otwell 2011-07-02 08:51:14 -0500
  • 2da478cc38 added more html5 form elements. Taylor Otwell 2011-07-02 08:43:12 -0500
  • cd33e81702 added several of the new html5 form elements. added support for attributes such as required, autofocus, etc. Taylor Otwell 2011-07-02 07:37:37 -0500
  • a9029ddfe9 change form and html class to use html5 style elements. Taylor Otwell 2011-07-02 07:17:17 -0500
  • 4e4ca091d9 Fix link to documentation on welcome page. Taylor Otwell 2011-07-01 06:18:15 -0700
  • f9185ead4b Fix link to documentation on welcome page. Taylor Otwell 2011-07-01 06:17:51 -0700
  • 067bfed610 incremented version to 1.1.1 Taylor Otwell 2011-06-30 19:27:49 -0500
  • 9dbcca0e39 Merge branch 'develop' Taylor Otwell 2011-06-30 19:25:56 -0500
  • 0013e5bcbe Fixed bug in validator message handling for empty file uploads. Taylor Otwell 2011-06-30 13:46:11 -0700
  • cbf2399ab8 Default Validator target to Input data. Taylor Otwell 2011-06-30 13:36:39 -0700
  • fe28fbba0d Merge branch 'develop' Taylor Otwell 2011-06-30 12:28:16 -0500
  • 21f33bb46d Tweaking built-in validation messages. Taylor Otwell 2011-06-30 09:41:58 -0700
  • e2f382545b Removed Download class from aliases configuration. Taylor Otwell 2011-06-30 09:24:19 -0700
  • 4d98a5e409 Incremented version number. Taylor Otwell 2011-06-30 08:26:14 -0700
  • d0a716b810 Edited readme.md. Taylor Otwell 2011-06-30 08:24:42 -0700
  • 8d3998035f Improved readme.md. Taylor Otwell 2011-06-30 08:23:49 -0700
  • 87ec697f2d Refactoring dynamic redirects to routes. Taylor Otwell 2011-06-30 07:45:38 -0700
  • c7e7d64545 Refactoring dynamic URLs to routes. Taylor Otwell 2011-06-30 07:45:05 -0700
  • 553f377ed0 Adjusted signature for dynamic route URL creation. Taylor Otwell 2011-06-30 07:39:27 -0700
  • 6af79d8bdb Added ability to dynamically create links to named routes using the HTML class. Taylor Otwell 2011-06-30 07:31:57 -0700
  • b90c6ddcc5 Fixing tabbing on HTML::entities method. Taylor Otwell 2011-06-29 14:19:06 -0700
  • 4f73200675 moved route filter to route directory. Taylor Otwell 2011-06-28 23:26:42 -0500
  • de6312ccf9 adjusted route/loader comments. Taylor Otwell 2011-06-28 22:47:44 -0500
  • cd903fc0ce tweaked uri determination. Taylor Otwell 2011-06-28 20:11:05 -0500
  • e452bbdf3a Fixed return type of Eloquent delete method. Taylor Otwell 2011-06-28 15:01:15 -0700
  • b7997a95ba Tweaked request URI determination. Taylor Otwell 2011-06-28 13:11:41 -0700
  • 1aa86d0798 improved performance. added support for database ports. Taylor Otwell 2011-06-28 12:21:21 -0500
  • fef1809982 fix syntax error in upload_of... add types to file_wrong_type lang message. Taylor Otwell 2011-06-27 21:08:49 -0500
  • 2c4e807525 removed .gitignore from validation lang. Taylor Otwell 2011-06-27 20:53:22 -0500
  • 260f997394 added comments to validation lang. Taylor Otwell 2011-06-27 20:51:38 -0500
  • d51be02dd2 enhanced validation, added mimes config array. Taylor Otwell 2011-06-27 17:33:07 -0500
  • bd3d8f6347 added error type to validation rule. Taylor Otwell 2011-06-26 16:17:41 -0500
  • 2289570c95 fixed exception message in validation/rule. Taylor Otwell 2011-06-26 14:52:14 -0500
  • 8770d0aea1 tweaked File::is method. Taylor Otwell 2011-06-26 12:28:48 -0500
  • 6f5aca8d48 added File::is method for accurately determining file type. Taylor Otwell 2011-06-26 12:26:15 -0500
  • 8ccf789b01 added mime types, tweaked File::method to return first mime type. Taylor Otwell 2011-06-26 11:59:51 -0500
  • 567da2419f added Form::open_multipart and tweaked Upload_of rule. Taylor Otwell 2011-06-26 09:19:54 -0500
  • dc01b3c26e added default value to Input::file and defaulted Validator::make. Taylor Otwell 2011-06-26 09:10:11 -0500
  • 9f7da5cb39 added methods for upload_of. Taylor Otwell 2011-06-26 09:04:40 -0500
  • ee4dd5e987 tweaked File::upload. Taylor Otwell 2011-06-26 08:48:12 -0500
  • 650563834e Merge branch 'develop' of github.com:taylorotwell/laravel into develop Taylor Otwell 2011-06-26 08:45:14 -0500
  • e0cb6e6aba Merge pull request #18 from mikelbring/develop Taylor Otwell 2011-06-26 06:44:56 -0700
  • abfaeaff4d added upload_of validation rule. Taylor Otwell 2011-06-26 08:44:31 -0500
  • 6410e83377 Created File::upload() Michael Hasselbring 2011-06-25 23:35:38 -0500
  • 0b7dbab0af adjusted method order in request class. Taylor Otwell 2011-06-25 20:20:09 -0500
  • b7b258a10b removed error collector bloat, switched to plain array. thanks mikelbring. Taylor Otwell 2011-06-25 20:05:20 -0500
  • 4a5190dfd9 changed loader to search in libraries instead of packages. Taylor Otwell 2011-06-24 23:42:53 -0500
  • 8770473fd7 removed package class, added package_path constant. Taylor Otwell 2011-06-24 23:12:34 -0500
  • 6cb5af3024 added libraries directory and package class. Taylor Otwell 2011-06-24 23:08:09 -0500
  • 739068b00d moved cache, db, logs, and sessions to the storage directory. Taylor Otwell 2011-06-24 23:03:22 -0500
  • 3985a98f60 Added Eloquent::all(). Taylor Otwell 2011-06-24 11:33:42 -0700
  • a97b8b7fda added exception for wrong number of parameters to dynamic finders. Taylor Otwell 2011-06-22 21:30:48 -0500
  • 319dcbe777 Merge branch 'develop' of github.com:taylorotwell/laravel into develop Taylor Otwell 2011-06-22 21:12:04 -0500
  • 3392971ce5 added dynamic finders to fluent query builder and eloquent. Taylor Otwell 2011-06-22 21:11:35 -0500
  • d7aca820e5 Clarified comments in Eloquent\Hydrator. Taylor Otwell 2011-06-22 10:39:52 -0700
  • dbeb2f4ddb Improving view class comments. Taylor Otwell 2011-06-22 07:27:11 -0700
  • 9f5367f32b Improving view class comments. Taylor Otwell 2011-06-22 07:26:35 -0700
  • ef2d2d85ff Improving validation code and comments. Taylor Otwell 2011-06-22 07:09:02 -0700
  • 4d892ad3ac Improving validation code and comments. Taylor Otwell 2011-06-22 07:07:49 -0700
  • 5956b90735 Improving validation code and comments. Taylor Otwell 2011-06-22 07:06:03 -0700
  • 9d8c5d3587 Improving validation code and comments. Taylor Otwell 2011-06-22 07:03:36 -0700
  • 72c3f1859f Improving validation code and comments. Taylor Otwell 2011-06-22 07:02:19 -0700
  • 56e500419c Improving validation code and comments. Taylor Otwell 2011-06-22 06:55:58 -0700
  • a536ceae72 Added default value to Lang::line()->get(). Taylor Otwell 2011-06-22 06:52:10 -0700
  • eb3a5b0dc9 Improving validation code and comments. Taylor Otwell 2011-06-22 06:43:48 -0700
  • 3b63335c95 added apc session driver. Taylor Otwell 2011-06-21 23:19:37 -0500
  • 24c2344ae4 removed called to eloquent in uniqueness_of. Taylor Otwell 2011-06-21 22:50:09 -0500
  • 7f8c686360 import lang class into validation rule. Taylor Otwell 2011-06-21 22:47:25 -0500
  • 0d10ab740b changes to view class to have error collector. Taylor Otwell 2011-06-21 22:34:53 -0500
  • 78301fb8c7 fixed bugs in validation classes. Taylor Otwell 2011-06-21 22:22:52 -0500
  • 471ba2f8ae added validator to aliases. Taylor Otwell 2011-06-21 20:22:52 -0500
  • 9b8942fa1d fixed equality check in validator. Taylor Otwell 2011-06-21 20:14:40 -0500
  • 081a3e512f initial commit of validation classes. Taylor Otwell 2011-06-21 20:11:17 -0500
  • adb583471b added Config::has and default value for Config::get. Taylor Otwell 2011-06-21 19:44:04 -0500
  • fcdcc656b4 Add exception for SQLite databases that can't be found. Taylor Otwell 2011-06-21 13:14:54 -0700
  • dbc418c0d7 changed Request::is to Request::route_is. Taylor Otwell 2011-06-19 22:49:01 -0500
  • 2b4093f7a5 Merge pull request #16 from michaelowens/develop Taylor Otwell 2011-06-19 13:15:26 -0700
  • c77e8c5a36 Fixed typo in View alias (missing backslash). michaelowens 2011-06-19 11:50:56 -0700
  • 1ff5f84545 added apc driver notes in cache configuration file. Taylor Otwell 2011-06-18 19:49:29 -0500
  • ab3be568ea Merge pull request #15 from toszcze/apc Taylor Otwell 2011-06-18 17:44:50 -0700
  • 2a2f699169 Added the cache key to avoid cache overwritting Bartosz Romanowski 2011-06-19 00:12:05 +0200
  • dead6c0a7b Merge branch 'develop' Taylor Otwell 2011-06-18 16:50:57 -0500
  • 4f361a1b37 fixed messed up cache driver commit. Taylor Otwell 2011-06-18 16:47:38 -0500
  • fcd6cd77ef fixed messed up commit of file cache driver. Taylor Otwell 2011-06-18 16:44:34 -0500
  • b031fdf43d APC cache driver Bartosz Romanowski 2011-06-18 23:01:52 +0200
  • a3a9368707 added dynamic Request::is_ method.. e.g. Request::is_login(). Taylor Otwell 2011-06-18 12:00:52 -0500
  • 7f06e0f4cd added request::is. Taylor Otwell 2011-06-18 10:38:56 -0500
  • 396d148720 added is method, improved comments. Taylor Otwell 2011-06-18 10:26:04 -0500
  • c972fe198b Merge remote-tracking branch 'pedroborges/develop' into request_is Taylor Otwell 2011-06-18 10:18:33 -0500
  • 8a4db9ff2d fixed attribute setting bug in hydrator. Taylor Otwell 2011-06-18 10:02:18 -0500
  • d446ccc82f Added the method 'is' to request.php Pedro Borges 2011-06-18 11:54:59 -0300
  • c751844aab fixed belongs_to eager loading bug when parent does not exist. Taylor Otwell 2011-06-18 09:54:50 -0500
  • 8f8c5f6dd4 fix bug in route loader that caused exception to be thrown when 404 should have been shown. Taylor Otwell 2011-06-18 09:34:52 -0500
  • 150fa6a3ac Lazy-load error class inside of error handlers. Speed boost! Taylor Otwell 2011-06-17 15:03:20 -0700
  • 90fadb2980 Fixing spacing in Eloquent\Hydrator. Taylor Otwell 2011-06-17 14:53:41 -0700
  • 21c1249484 Fixing spacing in Eloquent. Taylor Otwell 2011-06-17 14:52:33 -0700