Commit History

Author SHA1 Message Date
  Taylor Otwell 554d390f1e added same and different validation rules. 12 years ago
  Taylor Otwell d462a72981 adjusting route class. 12 years ago
  Taylor Otwell 17213fe073 urldecode all route parameters. 12 years ago
  Taylor Otwell 3780da4ad1 add comment to boostrap. 12 years ago
  Taylor Otwell d02f4deb8f tweaking bootstrap. 12 years ago
  Taylor Otwell d681f49920 fix 404 route issue. 12 years ago
  Taylor Otwell 97fb28bd00 added base controller default setup. 12 years ago
  Taylor Otwell 6ed4adf6c4 added parens to router wildcard character list. 12 years ago
  Taylor Otwell e21d914c1c improve work directory cleanup. 12 years ago
  Taylor Otwell f0c273771a moved directory function into github provider since it doesnt belong in base provider. 12 years ago
  Taylor Otwell b989594c82 clean up a few things. 12 years ago
  Taylor Otwell b97dccfbbc attempt to clean up working directory after bundle install. 12 years ago
  Taylor Otwell e0c84a94cc tweaking zip provider. 12 years ago
  Taylor Otwell 62ee825071 added message for zip install. 12 years ago
  Taylor Otwell ef2c5af4f1 remove die from github provider. 12 years ago
  Taylor Otwell ec5c08a7cc added ability to install github bundles using zips. 12 years ago
  Taylor Otwell 87424c73f5 added delete option to cpdir method. 12 years ago
  Taylor Otwell ee400675d5 import request. 12 years ago
  Taylor Otwell 14ab7c4e05 tweaking github provider. 12 years ago
  Taylor Otwell a6c083f311 added activity method to session. 12 years ago
  Taylor Otwell baac975fc6 added route task. 12 years ago
  Taylor Otwell 10ee41f3b3 fix bug in fluent class. 12 years ago
  Taylor Otwell ded215d0e3 change cookie::sign to public. 12 years ago
  Taylor Otwell 2504f8693f fix cookie bug. 12 years ago
  Taylor Otwell 33f34aa479 dont use ioc for session. 12 years ago
  Taylor Otwell eaa2cf593c added support for custom validation lines. 12 years ago
  Taylor Otwell a9873a479d added lang::has method. 12 years ago
  Taylor Otwell 0c69b2c0c0 tweaked github provider. 12 years ago
  Taylor Otwell cf33cae228 fix github provider. 12 years ago
  Taylor Otwell 068e92286d added path support to bundle installer. 12 years ago
  Taylor Otwell 8066a595bc added remember_me cookie config option. 12 years ago
  Taylor Otwell ac277c58e6 Merge pull request #296 from cviebrock/develop 12 years ago
  Taylor Otwell f3a78490bd fix sorting of migrations. 12 years ago
  Taylor Otwell 8bd740d183 added support for named layouts. 12 years ago
  Taylor Otwell 3c016285a1 make log function non-static. 12 years ago
  Taylor Otwell 982e009a96 added query event for hooking into database for logging. 12 years ago
  cviebrock 2d413044e8 Add HTML5 date field support. 12 years ago
  Taylor Otwell 96b43e90b3 show warning when key is not set. 12 years ago
  Taylor Otwell d20deb2847 die out if application key is not set. 12 years ago
  Taylor Otwell 2b12c0c140 modified cookie class. set application key on first request if not set. 12 years ago
  Taylor Otwell 4cf7f0c627 added cookie jar that holds cookies until end of request. 12 years ago
  Taylor Otwell 5a6f2f888d unfix bug in validator, heh. 12 years ago
  Taylor Otwell 62856a15ce added config option for display_errors. fixed response::error to use dot syntax. 12 years ago
  Taylor Otwell 659fd50a65 change function type in payload. 12 years ago
  Taylor Otwell bd532ee4b0 fix cache::remember method with closures. 12 years ago
  Taylor Otwell fd446aec62 fix bug in validation unique method. 12 years ago
  Taylor Otwell 224b9eadd2 added two new core events. 12 years ago
  Taylor Otwell b5f9f9bd9a added event firing when bundle is started. 12 years ago
  Taylor Otwell 363632165c fixed casing issues in inflection. 12 years ago
  Taylor Otwell ea13ddfb7f fix aggregate selecting bug. 12 years ago
  Taylor Otwell 6c1e3578ad Merge pull request #279 from subdesign/patch-1 12 years ago
  Taylor Otwell d19fd5a1ce added html::decode method. 12 years ago
  Taylor Otwell 8ab33cf8c8 added support for select multiple. 12 years ago
  Taylor Otwell 5bd0f27d1c change session:install command to session:table. 12 years ago
  Taylor Otwell 8423b972d8 tweaked migration date for last time. 12 years ago
  Taylor Otwell 75abe2237b fix migrator. 12 years ago
  Taylor Otwell 64c284bcfa comment tweak 12 years ago
  Taylor Otwell 221d2f8af5 Merge pull request #260 from sparksp/2.2b1/migrate-sort 12 years ago
  Taylor Otwell 72d181b330 added exists method and language lines for ip and exists rules. 12 years ago
  Taylor Otwell 429ac00ff5 fixed misleading comment. 12 years ago
  Taylor Otwell c81be6d27b fix config class bug. 12 years ago
  Taylor Otwell c44b6264dd fix autoloading system path issue. 12 years ago
  Taylor Otwell 008819cd1e added db method to validator. 12 years ago
  Taylor Otwell 3488a5449e adjust comment. 12 years ago
  Taylor Otwell af5e4c6be6 Merge pull request #278 from codler/patch-8 12 years ago
  Taylor Otwell 1fc861026a added back support for specifying column in validator unique rule. id is now a third parameter option. 12 years ago
  Taylor Otwell 1ec6fc766c added support for database table prefixes. 12 years ago
  Taylor Otwell 97fcea1e51 cleaned up paths. 12 years ago
  Taylor Otwell 409e908964 Merge pull request #285 from sparksp/3.0b2/bundle-location 12 years ago
  Phill Sparks 733392f72f Really default location to bundle name. 12 years ago
  Taylor Otwell 161796e983 default location to bundle name. 12 years ago
  Taylor Otwell 4774c8d91e lowercase namespace when loading bundle. 12 years ago
  Taylor Otwell a351e91aef fix testing of the core. 12 years ago
  Taylor Otwell f44c565ee4 converted path constants to $GLOBALS. 12 years ago
  Taylor Otwell 09d4b74cf1 added core option to test runner. 12 years ago
  Taylor Otwell f706ed75bf made testing elegant. 12 years ago
  Taylor Otwell ae7faf1e45 add example test file. 12 years ago
  Taylor Otwell 2b7e4d1873 tweak github bundle provider. 12 years ago
  Taylor Otwell f420ec5515 moving core tests into bundle. 12 years ago
  Taylor Otwell 8325f6dc5e added event class tests. 12 years ago
  Taylor Otwell e7d3929a5f added another routing test. 12 years ago
  Taylor Otwell 021a48552d added bundle controller routing test. 12 years ago
  Taylor Otwell 5a37473e7b added basic bundle routing test. 12 years ago
  Taylor Otwell 6b1b0ee5e1 fix bundle publishing problem. 12 years ago
  Taylor Otwell 2c593bdc15 added controller routing tests. 12 years ago
  Taylor Otwell d6e21a4186 adding routing tests. 12 years ago
  Taylor Otwell f93532d226 added test for route::is method. 12 years ago
  Taylor Otwell b9f6d162e6 improve key generation. 12 years ago
  Taylor Otwell 59df5f3c6d set the application key when creating the session table. 12 years ago
  Taylor Otwell 8f07192306 rename session:table to session:install. 12 years ago
  Taylor Otwell 884b707c6b cleaning up comments. 12 years ago
  Taylor Otwell 549d8cc370 cleaned up the router. 12 years ago
  Taylor Otwell 7aecd7857f refactoring the router. 12 years ago
  Taylor Otwell 54e0bef6b5 simplified the controller_key method in the router. 12 years ago
  Taylor Otwell 82f56f9545 remove var_dump. 12 years ago
  Taylor Otwell 29fc846f39 fix comment 12 years ago
  Taylor Otwell 70082508f5 improve bundle configuration and registration. 12 years ago
  Taylor Otwell 300ab50a84 explicitly registering the base_path as a psr-0 directory no longer necessary since auto-loader will detect core classes by namespace. 12 years ago
  Taylor Otwell 9d1905ee24 improve autoloader and load entire framework core using PSR-0 on the base_path. 12 years ago
  Taylor Otwell d76cf4ba23 bundle improvements. 12 years ago