Commit Graph

1910 Commits

Author SHA1 Message Date
Taylor Otwell 8b2f3e8421 added has_php helper. 2012-02-06 09:28:29 -06:00
Taylor Otwell 3dab550681 fixing route bundle determination. 2012-02-06 09:21:35 -06:00
Taylor Otwell 643b440872 bundle::exists should return true for default bundle. 2012-02-06 08:28:45 -06:00
Taylor Otwell 395236d643 support universal routes. 2012-02-05 19:57:34 -06:00
Taylor Otwell df3a277bf9 Merge branch 'develop' of github.com:laravel/laravel into develop 2012-02-04 20:13:46 -06:00
Taylor Otwell ab5e8615c5 fixing segments bug. 2012-02-04 20:13:30 -06:00
Taylor Otwell ce5a922b87 cleaning up the uri method. 2012-02-04 20:13:10 -06:00
Taylor Otwell 2e492a710a Merge pull request #308 from sparksp/patch-3
SQLServer::limit and ::offset return strings
2012-02-04 18:00:21 -08:00
Taylor Otwell 95a5af376a Merge pull request #306 from sparksp/patch-1
PHPDoc fixes
2012-02-04 17:58:55 -08:00
Phill Sparks 8e5a143bbe SQLServer::limit and ::offset return strings 2012-02-04 21:33:25 +00:00
Phill Sparks 62072e5281 PHPDoc fixes 2012-02-04 21:30:52 +00:00
Taylor Otwell f3be544b1a cache base url. 2012-02-04 10:58:38 -06:00
Taylor Otwell d7fcd74a02 added with helper. 2012-02-03 16:00:01 -06:00
Taylor Otwell be144288b3 upgrade all bundles supported. 2012-02-03 15:34:43 -06:00
Taylor Otwell 43edb4bb45 remove dummy bundle. 2012-02-03 15:30:13 -06:00
Taylor Otwell 91518db6bd dropped submodule support. added upgrade command for bundles. 2012-02-03 15:29:52 -06:00
Taylor Otwell ea42fe75f2 working on bundle upgrade routine. 2012-02-03 14:54:23 -06:00
Taylor Otwell b1f12b19bf fix comment on file::rmdir. 2012-02-03 14:01:24 -06:00
Taylor Otwell 8598721e26 added recursive rmdir function. 2012-02-03 14:01:01 -06:00
Taylor Otwell d9f3725afd download zip archive of repos by default instead of submoduling. 2012-02-03 13:44:26 -06:00
Taylor Otwell e370772cf9 tweaking provider. 2012-02-03 13:43:43 -06:00
Taylor Otwell 46bf67aeed remove unused property from validator. 2012-02-03 13:37:28 -06:00
Taylor Otwell ee2d38f260 added replace_mimes method. 2012-02-03 11:15:54 -06:00
Taylor Otwell ad24b08b29 refactor the validation replacement code. 2012-02-03 11:13:44 -06:00
Taylor Otwell 554d390f1e added same and different validation rules. 2012-02-03 11:02:54 -06:00
Taylor Otwell d462a72981 adjusting route class. 2012-02-03 10:43:09 -06:00
Taylor Otwell 17213fe073 urldecode all route parameters. 2012-02-03 10:35:15 -06:00
Taylor Otwell 3780da4ad1 add comment to boostrap. 2012-02-03 10:29:37 -06:00
Taylor Otwell d02f4deb8f tweaking bootstrap. 2012-02-03 09:39:10 -06:00
Taylor Otwell d681f49920 fix 404 route issue. 2012-02-03 09:37:22 -06:00
Taylor Otwell 97fb28bd00 added base controller default setup. 2012-02-03 08:55:04 -06:00
Taylor Otwell 6ed4adf6c4 added parens to router wildcard character list. 2012-02-03 08:45:51 -06:00
Taylor Otwell e21d914c1c improve work directory cleanup. 2012-02-02 16:52:47 -06:00
Taylor Otwell f0c273771a moved directory function into github provider since it doesnt belong in base provider. 2012-02-02 16:41:23 -06:00
Taylor Otwell b989594c82 clean up a few things. 2012-02-02 15:54:28 -06:00
Taylor Otwell b97dccfbbc attempt to clean up working directory after bundle install. 2012-02-02 15:52:57 -06:00
Taylor Otwell e0c84a94cc tweaking zip provider. 2012-02-02 15:41:20 -06:00
Taylor Otwell 62ee825071 added message for zip install. 2012-02-02 15:37:36 -06:00
Taylor Otwell ef2c5af4f1 remove die from github provider. 2012-02-02 15:36:50 -06:00
Taylor Otwell ec5c08a7cc added ability to install github bundles using zips. 2012-02-02 15:18:36 -06:00
Taylor Otwell 87424c73f5 added delete option to cpdir method. 2012-02-02 14:13:27 -06:00
Taylor Otwell ee400675d5 import request. 2012-02-02 13:47:30 -06:00
Taylor Otwell 14ab7c4e05 tweaking github provider. 2012-02-02 13:46:33 -06:00
Taylor Otwell a6c083f311 added activity method to session. 2012-02-01 16:04:17 -06:00
Taylor Otwell baac975fc6 added route task. 2012-02-01 15:22:25 -06:00
Taylor Otwell 10ee41f3b3 fix bug in fluent class. 2012-02-01 13:20:44 -06:00
Taylor Otwell ded215d0e3 change cookie::sign to public. 2012-02-01 11:42:37 -06:00
Taylor Otwell 2504f8693f fix cookie bug. 2012-02-01 11:02:12 -06:00
Taylor Otwell 33f34aa479 dont use ioc for session. 2012-02-01 10:32:06 -06:00
Taylor Otwell eaa2cf593c added support for custom validation lines. 2012-02-01 10:11:27 -06:00