Commit Graph
100 Commits
Author SHA1 Message Date
Taylor Otwell cb5fdeaed6 Updated change log.
Signed-off-by: Taylor Otwell <[email protected]>
2012-03-13 13:07:34 -05:00
Taylor Otwell b65380d6ff Added automatic controller detection.
Signed-off-by: Taylor Otwell <[email protected]>
2012-03-12 17:03:09 -05:00
Taylor Otwell c514ca1e34 Merge branch 'develop' of github.com:laravel/laravel into develop 2012-03-12 10:50:22 -05:00
Taylor Otwell 5c8527f579 Use str_getcsv instead of explode in validator to allow commas in in and not_in rules.
Signed-off-by: Taylor Otwell <[email protected]>
2012-03-12 10:50:04 -05:00
Taylor Otwell d8683bcf5b Merge pull request #397 from maxzender/develop
Helper method for rendering views
2012-03-12 08:44:12 -07:00
Taylor Otwell ea820add35 Make headers case-insensitive.
Signed-off-by: Taylor Otwell <[email protected]>
2012-03-12 10:40:50 -05:00
Taylor Otwell afcb60ec60 Adding comment in database grammar.
Signed-off-by: Taylor Otwell <[email protected]>
2012-03-12 10:31:12 -05:00
Taylor Otwell d862a5181a Merge pull request #399 from kbanman/develop
Fix raw table expressions
2012-03-12 08:30:22 -07:00
Taylor Otwell 18f91414bb Merge pull request #396 from cviebrock/develop
Make key optional for Messages->has() as well
2012-03-08 11:16:39 -08:00
Taylor Otwell 968808f8d6 Updated change-log.
Signed-off-by: Taylor Otwell <[email protected]>
2012-03-07 22:17:09 -06:00
Taylor Otwell 3c9a4b1aad Added "memory" (array based) session driver to ease the unit testing of session reliant operations.
Signed-off-by: Taylor Otwell <[email protected]>
2012-03-07 22:16:02 -06:00
Taylor Otwell 51183c348d Added "memory" (array based) cache driver for easier unit testing of application cache operations for developers.
Signed-off-by: Taylor Otwell <[email protected]>
2012-03-07 21:59:54 -06:00
Taylor Otwell 6f7780a0f8 Merge branch 'refs/heads/master' into develop 2012-03-07 14:13:01 -06:00
Taylor Otwell 20f62b5a1d Merge pull request #393 from ShawnMcCool/master
made all sqlite fields nullable to fix various problems with the difference in sqlite's null functionality
2012-03-07 12:12:34 -08:00
Taylor Otwell 6535fca31c fixing bug in event class.
Signed-off-by: Taylor Otwell <[email protected]>
2012-03-06 17:27:41 -06:00
Taylor Otwell cb8dbddccc Updated change-log.
Signed-off-by: Taylor Otwell <[email protected]>
2012-03-06 16:29:25 -06:00
Taylor Otwell 48b8791c62 Added Event::until method.
Allows execution of events up until first non-null response is returned.

Signed-off-by: Taylor Otwell <[email protected]>
2012-03-06 16:28:55 -06:00
Taylor Otwell e57948185b Ignore DS_Store files.
Signed-off-by: Taylor Otwell <[email protected]>
2012-03-05 16:53:37 -06:00
Taylor Otwell 8da1c16c8b Tweak controller layout resolution.
Signed-off-by: Taylor Otwell <[email protected]>
2012-03-05 13:31:30 -06:00
Taylor Otwell 2b81497644 Merge branch 'refs/heads/master' into develop 2012-03-04 23:06:34 -06:00
Taylor Otwell 5b3031adb0 Fix output buffer checking bug.
Signed-off-by: Taylor Otwell <[email protected]>
2012-03-04 23:06:17 -06:00
Taylor Otwell b549e30c7c Merge remote-tracking branch 'origin/master' into develop 2012-03-04 22:04:50 -06:00
Taylor Otwell 89dc8903ec Updating version.
Signed-off-by: Taylor Otwell <[email protected]>
2012-03-04 22:03:59 -06:00
Taylor Otwell 638032f4c0 Fix bug in IoC singleton checking.
Signed-off-by: Taylor Otwell <[email protected]>
2012-03-04 22:02:11 -06:00
Taylor Otwell 46595ce55e Unsigned only supported by MySQL.
Signed-off-by: Taylor Otwell <[email protected]>
2012-03-04 14:28:49 -06:00
Taylor Otwell f3df013753 Added support for decimal data type in schema.
Signed-off-by: Taylor Otwell <[email protected]>
2012-03-04 14:23:59 -06:00
Taylor Otwell f110ccde4f Fixing spacing.
Signed-off-by: Taylor Otwell <[email protected]>
2012-03-04 13:59:32 -06:00
Taylor Otwell 9ab1144f78 Merge pull request #379 from jasonlewis/patch-6
Allow no key in $messages->first()
2012-03-04 11:59:00 -08:00
Taylor Otwell 8607fcc933 Merge pull request #382 from daylerees/fetching-notice
Added bundle fetching notification for bundle:install
2012-03-04 11:57:53 -08:00
Taylor Otwell 893f65fc02 Fix bundle publishing bug.
If the bundle was not registered, crazy stuff would happen. We just won't publish for non-existent bundles.

Signed-off-by: Taylor Otwell <[email protected]>
2012-03-04 13:56:12 -06:00
Taylor Otwell aeaebead18 Just tweaking comments.
Signed-off-by: Taylor Otwell <[email protected]>
2012-03-03 15:46:08 -06:00
Taylor Otwell 4e656f02fe general code cleanup.
Signed-off-by: Taylor Otwell <[email protected]>
2012-03-03 15:17:47 -06:00
Taylor Otwell c4594afce1 cleaning up the validator.
Signed-off-by: Taylor Otwell <[email protected]>
2012-03-03 15:12:30 -06:00
Taylor Otwell c433815fdf cleaning up the application start file.
Signed-off-by: Taylor Otwell <[email protected]>
2012-03-03 14:51:18 -06:00
Taylor Otwell 8104862667 Merge branch 'develop' of github.com:laravel/laravel into develop 2012-03-03 14:49:10 -06:00
Taylor Otwell 606b8ceada Fixed typo in comment.
Signed-off-by: Taylor Otwell <[email protected]>
2012-03-03 14:48:45 -06:00
Taylor Otwell 9bb69309f5 Display errors by default.
Signed-off-by: Taylor Otwell <[email protected]>
2012-03-02 22:54:29 -06:00
Taylor Otwell 76eef23f54 Check for CLI before starting session.
Signed-off-by: Taylor Otwell <[email protected]>
2012-03-02 17:12:43 -06:00
Taylor Otwell d43157b61f Fix drop_foreign SQL grammar for MySQL.
Signed-off-by: Taylor Otwell <[email protected]>
2012-03-02 10:27:37 -06:00
Taylor Otwell 1d93cab0d0 Cleaning up foreign key support. Added drop_foreign command.
Signed-off-by: Taylor Otwell <[email protected]>
2012-03-02 10:23:27 -06:00
Taylor Otwell 2f2437a0e3 Updated change-log.
Signed-off-by: Taylor Otwell <[email protected]>
2012-03-02 09:55:17 -06:00
Taylor Otwell c002ae6337 Use constraints for "unique" on Postgres schemas.
Previous was using CREATE INDEX, should be using ADD CONSTRAINT as this will create the index automatically per Postgres documentation.

Signed-off-by: Taylor Otwell <[email protected]>
2012-03-02 09:54:43 -06:00
Taylor Otwell fba6c303ea Updated change-log.
Signed-off-by: Taylor Otwell <[email protected]>
2012-03-02 09:42:52 -06:00
Taylor Otwell 1302ded5f8 Added foreign key support to schema builder for MySQL, Postgres, and SQL Server.
Signed-off-by: Taylor Otwell <[email protected]>
2012-03-02 09:41:30 -06:00
Taylor Otwell 2032dec0ea Update change-log
Signed-off-by: Taylor Otwell <[email protected]>
2012-03-01 13:44:32 -06:00
Taylor Otwell 028703d9d5 Clean up the life-cycle file.
Signed-off-by: Taylor Otwell <[email protected]>
2012-03-01 13:30:02 -06:00
Taylor Otwell f473e4418a Cleaning up the core bootstrap file.
Signed-off-by: Taylor Otwell <[email protected]>
2012-03-01 13:06:27 -06:00
Taylor Otwell fdcebc1bcb Added override and clear methods to event class.
Signed-off-by: Taylor Otwell <[email protected]>
2012-03-01 12:02:16 -06:00
Taylor Otwell 2331ae18cf Added lang and view loader events.
Added lang and view loader events similar to the configuration loader.

Signed-off-by: Taylor Otwell <[email protected]>
2012-03-01 11:52:05 -06:00
Taylor Otwell 32d4eeff14 Merge branch 'develop' of github.com:laravel/laravel into develop 2012-03-01 11:24:04 -06:00
Taylor Otwell 5a25b5a714 Fix typo
Fix typo in the configuration loader event description.

Signed-off-by: Taylor Otwell <[email protected]>
2012-03-01 11:22:47 -06:00
Taylor Otwell 16fa094cc3 Setting up default config loader event.
Went ahead and just register the config.load event with Laravel on every request and default to the file implementation.

Signed-off-by: Taylor Otwell <[email protected]>
2012-03-01 11:21:11 -06:00
Taylor Otwell be95496158 Allowing for config.load event.
Moved more basic logic into application start to make it easier to hook into early life cycle events such as configuration loading while not introducing extra files into the framework.

Signed-off-by: Taylor Otwell <[email protected]>
2012-03-01 10:55:37 -06:00
Taylor Otwell d12f868f8c Merge branch 'master' into develop 2012-02-29 20:39:23 -06:00
Taylor Otwell e36dba4f10 default to showing all errors.
Signed-off-by: Taylor Otwell <[email protected]>
2012-02-29 20:39:02 -06:00
Taylor Otwell 871d205a35 Updated change-log.
Added note about cviebrock's unsigned method.

Signed-off-by: Taylor Otwell <[email protected]>
2012-02-29 15:32:59 -06:00
Taylor Otwell ebcae547fa Merge pull request #370 from cviebrock/develop
Add unsigned() modifier, so you can create unsigned integer columns.
2012-02-29 13:25:05 -08:00
Taylor Otwell 30d69ef548 updating comment.
Signed-off-by: Taylor Otwell <[email protected]>
2012-02-28 10:09:51 -06:00
Taylor Otwell 097f2929f3 update changelog.
Signed-off-by: Taylor Otwell <[email protected]>
2012-02-28 10:07:21 -06:00
Taylor Otwell b37c966aea improve session ID assignment to avoid possible overlaps.
Signed-off-by: Taylor Otwell <[email protected]>
2012-02-28 10:06:53 -06:00
Taylor Otwell e4c03aab37 updated changes.
Signed-off-by: Taylor Otwell <[email protected]>
2012-02-28 09:41:26 -06:00
Taylor Otwell ad6a9e874d Merge branch 'develop' of github.com:laravel/laravel into develop 2012-02-28 09:30:56 -06:00
Taylor Otwell 425192a05d fix bug in route. 2012-02-28 09:30:43 -06:00
Taylor Otwell 5325acac64 adding support for attaching filters based on URI routing.
Signed-off-by: Taylor Otwell <[email protected]>
2012-02-28 09:28:23 -06:00
Taylor Otwell 01ddff5cdc adding support for filter patterns.
Signed-off-by: Taylor Otwell <[email protected]>
2012-02-27 22:36:28 -06:00
Taylor Otwell 9954482194 added search and extension functions to view class for registering them.
Signed-off-by: Taylor Otwell <[email protected]>
2012-02-27 16:27:28 -06:00
Taylor Otwell 990f8d4adc updated change list.'
Signed-off-by: Taylor Otwell <[email protected]>
2012-02-27 15:45:54 -06:00
Taylor Otwell 64b61abcd5 added paths and extensions options to view class.
Signed-off-by: Taylor Otwell <[email protected]>
2012-02-27 15:29:11 -06:00
Taylor Otwell ca5dfa4061 fixing underscored library auto-loading.
Signed-off-by: Taylor Otwell <[email protected]>
2012-02-27 14:08:01 -06:00
Taylor Otwell 2fdde4ad2f Merge branch 'develop' of github.com:laravel/laravel into develop 2012-02-27 09:29:35 -06:00
Taylor Otwell 621fee09be cleaning up code.
Signed-off-by: Taylor Otwell <[email protected]>
2012-02-27 09:28:21 -06:00
Taylor Otwell d87b01ad6c cleaning up code.
Signed-off-by: Taylor Otwell <[email protected]>
2012-02-27 09:26:51 -06:00
Taylor Otwell d4f3813b76 Merge branch 'master' into develop 2012-02-26 22:29:40 -06:00
Taylor Otwell 37ea2c8221 updating readme.
Signed-off-by: Taylor Otwell <[email protected]>
2012-02-26 22:29:14 -06:00
Taylor Otwell 714e2f8c10 updating readme.
Signed-off-by: Taylor Otwell <[email protected]>
2012-02-26 22:27:17 -06:00
Taylor Otwell 5ff6ea5bcc updating readme.
Signed-off-by: Taylor Otwell <[email protected]>
2012-02-26 22:25:47 -06:00
Taylor Otwell a08537335a simplify autoloader namespace mapping.
Signed-off-by: Taylor Otwell <[email protected]>
2012-02-25 22:41:19 -06:00
Taylor Otwell 909413916c cleaning up code.
Signed-off-by: Taylor Otwell <[email protected]>
2012-02-25 22:32:12 -06:00
Taylor Otwell 2a02b9f6ac cleaning up view code.
Signed-off-by: Taylor Otwell <[email protected]>
2012-02-25 22:30:35 -06:00
Taylor Otwell 711d60a506 dont override paths if they are already set in bootstrap. 2012-02-25 14:54:34 -06:00
Taylor Otwell a289b287e8 modified log gitignore. 2012-02-25 14:43:05 -06:00
Taylor Otwell 4064013e84 Merge branch 'master' into develop 2012-02-25 14:10:40 -06:00
Taylor Otwell 1e5c6ee246 incremented version. 2012-02-25 14:10:10 -06:00
Taylor Otwell 14f82766fb added certificate of origin to license file. 2012-02-25 14:09:03 -06:00
Taylor Otwell fa9bad811f add change note. 2012-02-24 17:22:13 -06:00
Taylor Otwell cb55111724 add change note. 2012-02-24 17:21:41 -06:00
Taylor Otwell 62ffbc270a updated changelog. 2012-02-24 17:21:18 -06:00
Taylor Otwell 818a488d4a updated changelog. 2012-02-24 17:20:58 -06:00
Taylor Otwell 1d209fde78 add change note. 2012-02-24 17:20:42 -06:00
Taylor Otwell 484a737382 make the pdo fetch style configurable. 2012-02-24 11:35:02 -06:00
Taylor Otwell 9804bb55dc comment cleanup. 2012-02-24 11:17:56 -06:00
Taylor Otwell 97cb0035f4 clarify cookie comment. 2012-02-24 10:31:43 -06:00
Taylor Otwell c9bb800ee9 cleaning up the cookie class. 2012-02-24 10:29:20 -06:00
Taylor Otwell 9019c6e2f6 added link_to_action method to html class. 2012-02-24 08:08:56 -06:00
Taylor Otwell d6fba0ade1 blade ext constant no longer needed. 2012-02-23 22:35:33 -06:00
Taylor Otwell 49d3c5251b removed blade from core and extracted it into bundle. added view engine event to hook in any view engine to the core. 2012-02-23 22:34:42 -06:00
Taylor Otwell 441a9e206f working on view engine event. 2012-02-23 17:00:36 -06:00
Taylor Otwell 2b4ab94e6b trimming up comment bloat. 2012-02-23 16:29:30 -06:00
Taylor Otwell 753c769d10 fixing comment. 2012-02-23 16:19:00 -06:00
Taylor Otwell 160e839e81 cleaning up classes. 2012-02-23 16:18:08 -06:00