From 36335036fb8bd2509edc20284b2ae06e890187ef Mon Sep 17 00:00:00 2001 From: totoprayogo1916 Date: Tue, 5 Sep 2023 06:53:24 +0700 Subject: [PATCH] Squashed commit of the following: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit commit 5b60b604c4167b30286a6e033723a6b274e8452d Author: Arne_ Date: Sun Feb 12 21:06:25 2023 +0100 [9.x] Adds clarification to throttle auth setting (#6096) * adds clarification to throttle auth setting * Update auth.php --------- Co-authored-by: Taylor Otwell commit c0b60c0ac74e599122a6a417171798f609f16814 Author: driesvints Date: Tue Jan 31 15:10:57 2023 +0000 Update CHANGELOG commit 6092ff46b3d5e4436948b8d576894b51955f3a5e Author: Taylor Otwell Date: Tue Jan 31 09:05:09 2023 -0600 update example commit 9c26e612121be5cbc63efd9ec725d30d79233119 Author: Tim MacDonald Date: Fri Jan 20 13:31:28 2023 +1100 Adds "missing" validation rule translations (#6078) commit 6b7fc50985142f794b1513edf2e224365c543d1e Author: driesvints Date: Tue Jan 17 16:28:00 2023 +0000 Update CHANGELOG commit 5c7cc8eee40c4bf910f48244b3837100342d8b37 Author: Nuno Maduro Date: Wed Jan 11 15:50:07 2023 +0000 Keeps `"prefer-stable": true` commit 75d22431af8b54da05526a305668a88b4dd67cf5 Author: Nuno Maduro Date: Wed Jan 11 15:21:12 2023 +0000 Removes redundant composer setting commit c1092ec084bb294a61b0f1c2149fddd662f1fc55 Author: Taylor Otwell Date: Wed Jan 11 08:11:39 2023 -0600 use min stability stable commit b4573d5cdefab25240f91a0348bfd86c0769aca7 Author: driesvints Date: Tue Jan 3 17:20:21 2023 +0000 Update CHANGELOG commit 091aa7d8823cfd2b81b32344ea273120e442192d Author: Andrew Brown Date: Mon Jan 2 08:45:35 2023 -0600 switch email to a primary key (#6064) switching from a normal index here to a primary index works the same except for adding a `UNIQUE` constraint. The `DatabaseTokenRepository` deletes existing records with an email first, before creating a new one, so this additional constraint will be okay. https://github.com/laravel/framework/blob/9.x/src/Illuminate/Auth/Passwords/DatabaseTokenRepository.php#L88 commit ca01443b96e02ca79ef138d615d5a36b7484a03c Author: Vytautas M Date: Tue Dec 27 18:39:26 2022 +0200 [9.x] Support pusher-js v8.0 (#6059) * Specify cluster for Pusher * Update bootstrap.js Co-authored-by: Taylor Otwell commit 1fd1e03fcc7070b172e0352648c87570f2f64661 Author: Dries Vints Date: Thu Dec 22 15:40:18 2022 +0100 Update to Heroicons v2 (#6051) commit f1f20728ab853d362b2820626ba6284f4aab81e7 Author: Adrien Leloup Date: Wed Dec 21 16:51:13 2022 +0100 Updated tests badge (#6050) The old badge was still referencing Travis CI, last time it ran was 2 years ago. commit 42f585783bb3970ee83ea6e46deef96a51d30573 Author: driesvints Date: Tue Dec 20 17:15:30 2022 +0000 Update CHANGELOG commit 39f4830e92a7467b2a7fe6bc23d0ec14bc3b46a6 Author: Taylor Otwell Date: Mon Dec 19 11:35:07 2022 -0600 add decimal translation commit 52b741c79b6a8a4a6b900231203561f48af35b1c Author: driesvints Date: Thu Dec 15 14:58:31 2022 +0000 Update CHANGELOG commit 1b0d33cd8d6885bc3d97825d2733375f770e8abd Author: Dries Vints Date: Thu Dec 15 15:57:23 2022 +0100 Update package.json commit bc420da074db4e88168ab22317ee9da94a283fbc Author: Tim MacDonald Date: Fri Dec 16 01:55:53 2022 +1100 vite 4 support (#6043) commit d412d5bae85319ede43d4ba8eb60c3dc925077de Author: Noboru Shiroiwa <14008307+nshiro@users.noreply.github.com> Date: Mon Dec 12 23:51:57 2022 +0900 Add ulid and ascii validation message (#6046) commit 88b2d177fcff54cc9356d29ba7d3b36efda800c6 Author: Dries Vints Date: Wed Nov 23 10:05:05 2022 +0100 Create issues.yml commit 71c77805deb2362199e2326bccd2d40e4516b591 Author: driesvints Date: Tue Nov 22 16:33:48 2022 +0000 Update CHANGELOG commit 8a8730c994849967db6fb493f524e42f66a05ab5 Author: Tim MacDonald Date: Tue Nov 22 08:26:23 2022 +1100 bump vite plugin (#6038) commit 040d548810dd2d517bbd5cc792818b5d0429a0fc Author: driesvints Date: Tue Nov 15 17:07:34 2022 +0000 Update CHANGELOG commit 21964ec81f4f71d63017fd6b19d1bf51ee6716f9 Author: Farid Aghili Date: Mon Nov 14 18:48:18 2022 +0330 validation rules sorting consistency (#6031) commit 69e2cce9cb81f2b18a22bcdad2f5ebdf8d14d455 Author: Michael Nabil <46572405+michaelnabil230@users.noreply.github.com> Date: Mon Nov 14 15:15:20 2022 +0200 Update validation.php (#6029) commit 3762b41729b92fa263d942d0b650f0a5b78277d9 Author: Tim MacDonald Date: Thu Nov 10 01:55:21 2022 +1100 Adds lowercase validation rule translation (#6028) * Adds lowercase validation rule translation * Update validation.php Co-authored-by: Dries Vints commit 7b7823264b3e9d6a3133db3062abf623b985b7d4 Author: driesvints Date: Tue Nov 1 17:24:48 2022 +0000 Update CHANGELOG commit d938bfd0d0126f66581db5b26359101cb08cd897 Author: Corné Veldman Date: Fri Oct 28 15:38:26 2022 +0200 Changing .env to make Pusher work without editing the commented out part in the bootstrap.js (#6021) * edit file * This works for null, undefined and '', because it's JavaScript commit 48e3855963f867733c71fa494f329f55ddd869bf Author: driesvints Date: Tue Oct 25 16:29:19 2022 +0000 Update CHANGELOG commit 586b9e7bf5efef4d205552cc285a3f8498767578 Author: Dominik Rajkowski Date: Mon Oct 17 16:18:45 2022 +0200 Add /.fleet directory to .gitignore (#6011) commit 1f27a2245b59863ff5db5a8fec9a14932fe363fe Author: Zep Fietje Date: Mon Oct 17 16:17:59 2022 +0200 Sort EditorConfig rules (#6012) commit 5daa02c70b27212aea4b2e302c4ac5ba65b1e789 Author: Bùi Thế Hạnh Date: Tue Oct 11 20:43:53 2022 +0700 Shorten pusher host config (#6009) * Shorten pusher host config * Update broadcasting.php Co-authored-by: Taylor Otwell commit 5fb72c0d92ca126f32bf1e850f25f35c48390209 Author: Ankur Kumar Date: Mon Oct 10 18:52:38 2022 +0530 Upgrade axios to v1.x (#6008) https://github.com/axios/axios/releases/tag/v1.0.0 commit 7f62c14563d835ba6ce1b258a02abc5828083c54 Author: I Putu Bagus Purnama Yasa Date: Thu Oct 6 22:02:37 2022 +0800 ignore .env.production (#6004) commit 5138bc36dbc884098ea68942e805b2267e7a627f Author: Tim MacDonald Date: Wed Oct 5 13:26:47 2022 +1100 update colours (#6002) commit 2f975d75278186498927f7d798af485789cab556 Author: Dries Vints Date: Tue Oct 4 15:48:17 2022 +0200 Update tests.yml (#6000) commit b47c4bc20df5b8adc85c3017014937994fd41448 Author: Dries Vints Date: Tue Oct 4 15:30:48 2022 +0200 PHP 8.2 build (#5999) * PHP 8.2 build * wip * wip commit e87bfd60ed4ca30109aa73c4d23250c113fe75ff Author: Dries Vints Date: Tue Sep 20 17:01:46 2022 +0200 Update tests.yml commit ff696f4a6619a398c715dc86142a6bffd15173ca Author: driesvints Date: Tue Sep 20 14:59:49 2022 +0000 Update CHANGELOG commit 9725129d74ca465f1b27b20a561de3c133fb6a78 Author: Alex Date: Tue Sep 20 15:19:54 2022 +0200 GitHub Workflows security hardening (#5992) * build: harden update-changelog.yml permissions Signed-off-by: Alex * build: harden tests.yml permissions Signed-off-by: Alex * Update update-changelog.yml * Update tests.yml Co-authored-by: Dries Vints commit 4a73b5d57e518bd907875e97d5261c8546703e79 Author: Julius Kiekbusch Date: Fri Sep 16 16:18:22 2022 +0200 Add Laravel Bootcamp to Learning Laravel (#5991) * Add Laravel Bootcamp to Learning Laravel * Update README.md commit 1bec4f82cf934fe49f89ad7a5adc70cbd272637f Author: Luis Parrado Date: Thu Sep 15 08:15:04 2022 -0500 Validation added `required_if_accepted` (#5987) Added translation for new validation [`required_if_accepted`](https://github.com/laravel/framework/pull/44035) rule commit c1dc4199b83466a3a6a8c70953250b0e2ec70001 Author: driesvints Date: Tue Sep 6 15:58:31 2022 +0000 Update CHANGELOG commit ad219e82aa5cb350bc3828d0515820e48210e300 Author: Martin Ro Date: Fri Sep 2 22:10:54 2022 +0800 Make email unique (#5978) When seeding large amounts of users there is a chance for a duplicate entry SQL error because the email column is unique. https://github.com/laravel/laravel/blob/64e01753985749fab6626a370b27baa8431e74e6/database/migrations/2014_10_12_000000_create_users_table.php#L19 commit 64e01753985749fab6626a370b27baa8431e74e6 Author: driesvints Date: Tue Aug 30 15:23:27 2022 +0000 Update CHANGELOG commit 8438ba5d219d2462f20a3dc0748e0a0842679d2b Author: Tim MacDonald Date: Mon Aug 29 23:54:18 2022 +1000 bump the Vite version (#5977) commit e5e46b4293104e95afdceb973c1e660541259177 Author: driesvints Date: Tue Aug 23 15:04:04 2022 +0000 Update CHANGELOG commit d18332bdeffbb1f4bf0da620d01b3ff26b349623 Author: Dan Harrin Date: Mon Aug 22 14:26:36 2022 +0100 [9.x] feature: `max_digits` and `min_digits` validation translations (#5975) * feature: `max_digits` and `min_digits` validation translations * Update validation.php Co-authored-by: Taylor Otwell commit e2e25f607a894427d6545f611ad3c8d94d022e9d Author: Taylor Otwell Date: Sat Aug 20 12:46:21 2022 -0500 use except commit 7b17f5f32623c2ee75f2bff57a42bb8f180ac779 Author: Taylor Otwell Date: Sat Aug 20 12:22:43 2022 -0500 use short closure commit c233957734b1353d8952e07c1dae462f8cddc3d4 Author: Masudul Haque Shihab Date: Sat Aug 20 23:02:56 2022 +0600 add alt to laravel logo image (#5973) commit 57400e95451524c81fae6945c2b63c534ead4a49 Author: driesvints Date: Tue Aug 16 15:06:46 2022 +0000 Update CHANGELOG commit 858a3ca66286d18144f8548692e8f4ad59338a77 Author: Taylor Otwell Date: Mon Aug 15 10:21:08 2022 -0500 wip commit 951c9c85019d211601465c93bf04d9e447626a59 Author: Taylor Otwell Date: Mon Aug 15 10:20:30 2022 -0500 wip commit dbced6ac8c122280966e807ad93ba63d4798f8bc Author: Stephen Rees-Carter Date: Tue Aug 16 01:19:56 2022 +1000 Add ValidateSignature middleware for ignore params (#5942) * Add ValidateSignature middleware for ignore params * Comment out query parameters by default * Remove leading slash * Update Kernel ValidateSignature middleware path commit 4135d5834505e3253e6ff8a68180bf40dfb50112 Author: driesvints Date: Tue Aug 9 15:36:37 2022 +0000 Update CHANGELOG commit 74dfb6cec4d2c1f6d7e1a1e29e4bc9d610dc7031 Author: kichetof Date: Wed Aug 3 15:42:10 2022 +0200 Validation added `doesnt_end_with` translation (#5962) * Validation added doesnt_end_with translation * fix order commit ba8ed9d65d77ce37ee94bd920ec353a0a8ca8c41 Author: driesvints Date: Tue Aug 2 15:06:21 2022 +0000 Update CHANGELOG commit 3ea3861e4bab0f39322e8ac2ac9ffd8c6481fbe6 Author: Dries Vints Date: Mon Aug 1 15:54:38 2022 +0200 Update composer.json (#5959) commit 6e1103180b439bf6970b4a50e9e42cc5de9f9bf3 Author: suyar <296399959@qq.com> Date: Fri Jul 29 21:01:11 2022 +0800 Update laravel/sanctum version (#5957) commit 944c87da745bd7ee031d165af18177468d9ae207 Author: driesvints Date: Tue Jul 26 15:27:11 2022 +0000 Update CHANGELOG commit ce62296fa91534a394a4037b0fd2a775826c4fbf Author: Graham Campbell Date: Tue Jul 26 14:05:37 2022 +0100 [9.x] Don't need to ignore vite config file (#5953) * Don't need to ignore vite config file * Apply fixes from StyleCI Co-authored-by: StyleCI Bot commit 52863d9e4aa41f63592e8c98e5fe717ee7f06a18 Author: Abenet Tamiru Date: Sun Jul 24 02:02:13 2022 +0200 Update font delivery (#5952) Seeing the non compliance of Google Fonts to GDPR I thought to update the CDN. My non-designer eyes could see no difference on the site. commit 1e974481ad7cd643aef9ab0483b9afbeb8b14572 Author: driesvints Date: Tue Jul 19 14:22:59 2022 +0000 Update CHANGELOG commit b124ab0fe6f3ab28e58a7aac1ce49095c144d4f7 Author: Tim MacDonald Date: Wed Jul 20 00:03:41 2022 +1000 Vite 3 support (#5944) commit fa5e54a2ab6b1de8a4cef69b59bcfdecd07ab0cb Author: Nuno Maduro Date: Fri Jul 15 14:38:49 2022 +0100 [9.x] Uses `laravel/pint` for styling (#5945) * Uses `laravel/pint` for styling * Makes `.styleci.yml` ignored on export * Update composer.json Co-authored-by: Dries Vints commit 88419bfc583ecfa6f7ff0c563762fb5a7d70490b Author: Ankur Kumar Date: Thu Jul 14 23:35:03 2022 +0530 Bump axios version (#5946) commit df07877444cee31f1017ad1e57fb58f21ce8603f Author: driesvints Date: Wed Jul 13 14:23:03 2022 +0000 Update CHANGELOG commit 3850b46cbe6ee13266abe43375d51980ecadba10 Author: Jess Archer Date: Wed Jul 13 23:57:43 2022 +1000 Update to the latest version of laravel-vite-plugin (#5943) commit 91f49543af088eedd2f1742623092f3b1b0ff7a0 Author: Jess Archer Date: Thu Jul 7 01:50:30 2022 +1000 Update to the latest version of laravel-vite-plugin (#5932) The `laravel-vite-plugin` had a pre-1.x major version bump due to a change in the plugin return type. commit 1fa6b7dc52f9f7675ff1f8ca82a9a701e64249fa Author: Tim MacDonald Date: Sat Jul 2 06:41:47 2022 +1000 add default reloading to skeleton (#5927) commit fa4c8c17e052bb864f75344dbb5e63857ee3fe3b Author: Irsyad A. Panjaitan Date: Sat Jul 2 03:37:51 2022 +0700 Update bootstrap.js (#5929) Before it was use `VITE_PUSHER_CLUSTER`, it should be `VITE_PUSHER_APP_CLUSTER`. commit 3c0c7a0d17a89ce45e49fc2a75ea330051a0a26d Author: N'Bayramberdiyev Date: Fri Jul 1 19:28:34 2022 +0300 bump actions/checkout (#5928) commit 14719d097ab638e508009a9ae1a04bdb887fae32 Author: Dries Vints Date: Thu Jun 30 15:31:18 2022 +0200 Update .gitignore (#5924) commit bb7320563888264e956294fb70ed07b017ddfef1 Author: driesvints Date: Tue Jun 28 14:37:38 2022 +0000 Update CHANGELOG commit f46db07ef581dbda69dec3fee8064b87a1db2ead Author: Dries Vints Date: Tue Jun 28 16:36:21 2022 +0200 Update composer.json commit d694bc06ccbf66f4f8ce432c39b71deea6766135 Author: rennokki Date: Fri Jun 24 21:35:29 2022 +0300 [9.x] Added support for easy development configuration in bootstrap.js (#5900) * Added support for easy development configuration in bootstrap.js * Added extra variables for existing configuration in broadcasting * Update bootstrap.js * Setting default for empty variable * Update .env.example * Update .env.example Co-authored-by: Taylor Otwell commit 86b4b1b65659a7b0f4b3dad1e753aa1efa5a7642 Author: Jess Archer Date: Thu Jun 23 04:07:47 2022 +1000 [9.x] Vite (#5904) * Use Vite * Gitignore Vite build directory * Use CSS entry points * Update plugin * Linting * Update plugin commit 0c3d1fabe5a9319131aa4e9d74b27f29e74a50fb Author: Taylor Otwell Date: Wed Jun 22 11:02:43 2022 -0500 use global functino commit 1f9eee06ddb38abf86e2f7df37a20281cd774e3d Author: Dries Vints Date: Wed Jun 8 11:02:46 2022 +0200 Update update-changelog.yml commit 2e823dd31bed673730ab49382b305cffd7279c5d Author: Dries Vints Date: Wed Jun 8 11:02:33 2022 +0200 Update pull-requests.yml commit 3d7b0778d6c9f5573270aa1dda3974294cd2ce56 Author: Farid Aghili Date: Tue Jun 7 20:45:24 2022 +0430 Sorting (#5899) Sort Alphabetically for newly added `doesnt_start_with`. commit c5c731a8aa51dc146645c4024b0f34b9dc3a28ac Author: driesvints Date: Tue Jun 7 15:20:23 2022 +0000 Update CHANGELOG commit 93cc51ed00dd84df64ff028bfc31be2165c3dcfe Author: Oanh Nguyen Date: Tue Jun 7 22:03:59 2022 +0700 [9.x] Improve Pusher configuration for easy development (#5897) * Improve Pusher configuration for easy development * Fix style-ci commit b084aacc5ad105e39c2b058e9523e73655be8d1f Author: Taylor Otwell Date: Tue Jun 7 10:03:18 2022 -0500 add language line commit bb0de1f14803b7ad2c05914e03f2f439ef69c320 Author: driesvints Date: Tue May 31 15:19:55 2022 +0000 Update CHANGELOG commit 2e3563d9aa0ad4ff46412c51d70ab6b8c5e80068 Author: Jess Archer Date: Sat May 28 10:36:33 2022 +1000 Switch to ESM imports (#5895) This improves the transition for Vite users. commit 8d3a964edc67125f336f14ccfca31b62623bca65 Author: driesvints Date: Tue May 10 15:38:08 2022 +0000 Update CHANGELOG commit 7216fa7e9a797227f303630d937a0722878b753b Author: Taylor Otwell Date: Thu May 5 14:52:23 2022 -0500 a few wording changes commit 5c5a300bfd83cd3432eb342fdabf2b85bfaee4bd Author: Dries Vints Date: Thu May 5 15:53:49 2022 +0200 [9.x] Add specific test user in seeder (#5879) * Update DatabaseSeeder.php * formatting Co-authored-by: Taylor Otwell commit 14b6505bbabe0a5dede5a853508ca61fa35781cd Author: Bram in 't Zandt Date: Wed May 4 16:05:31 2022 +0200 Update mail.php (#5877) Add `local_domain` as an option to the smtp configuration. This can be used to change the domain that is used to send the `EHLO` command during the SMTP handshake. `null` is a sensible default since Symfony/Mailer will use it's own default (`127.0.0.1`) to send the mail. Co-authored-by: Bram in 't Zandt commit ffd790eae1e0a5bf3e64ca1ef09005446a89d4d6 Author: driesvints Date: Tue May 3 15:52:34 2022 +0000 Update CHANGELOG commit 5840c98d8fde042efd8652f053d8e879a736ed3b Author: Dries Vints Date: Tue May 3 17:51:16 2022 +0200 Bump minimum Laravel version commit 62cb9052cdf0c399d1287ea38752864bc9a24f29 Author: Dries Vints Date: Tue May 3 16:31:17 2022 +0200 Update logging.php (#5874) commit f662352123ab7c52965726a8ecf78e034ec5b7cc Author: Dries Vints Date: Mon May 2 16:11:15 2022 +0200 [9.x] Run tests for skeleton (#5873) * Run tests for skeleton * wip * wip commit 17fbcaaa10342b42396518bf8647db4b9fff9ff0 Merge: 52e99847 78ad150a Author: Dries Vints Date: Fri Apr 29 15:51:16 2022 +0200 Merge branch '8.x' into 9.x commit 52e99847d0e97ab87b53182d4beb1c091896b5c0 Author: Andréas Lundgren <1066486+adevade@users.noreply.github.com> Date: Thu Apr 28 15:08:50 2022 +0200 Fix alphabetical order for password rules (#5872) commit d0603437cbbb478586979a3792d49e0d157ce554 Author: Jesper Noordsij <45041769+jnoordsij@users.noreply.github.com> Date: Wed Apr 27 17:11:10 2022 +0200 Bump laravel/framework version to latest (#5870) Required for password rule translations to work properly (see https://github.com/laravel/framework/pull/42060) commit ba5f2dd26afb5d6af0dbd8f99341b277fef2865f Author: driesvints Date: Wed Apr 27 13:42:49 2022 +0000 Update CHANGELOG commit 9d39835571f813e6918eac01d4efbd5fc72cef02 Author: Bruno Tomé Date: Wed Apr 20 17:29:25 2022 -0300 [9.x] Add missing maintenance to config (#5868) * [9.x] Add missing maintenance to config * fix spacing * fix cache store for maintenance config * formatting Co-authored-by: Taylor Otwell commit db0d052ece1c17c506633f4c9f5604b65e1cc3a4 Author: Taylor Otwell Date: Wed Apr 20 09:16:59 2022 -0500 move password lines into main translation file commit ba23174f1cd12b92eca79e1b1f84069a1870317e Author: driesvints Date: Tue Apr 12 15:23:51 2022 +0000 Update CHANGELOG commit 78ad150a947f6677d9cb4e3eb9a257d312fe14c3 Author: driesvints Date: Tue Apr 12 15:09:15 2022 +0000 Update CHANGELOG.md commit d5d2b67dcbefdee6b04da06bcb0e82e689193614 Author: Taylor Otwell Date: Tue Apr 12 09:34:17 2022 -0500 fix docblock commit a8cefc2dd15a7af467b17bd2c058054a76e39902 Author: Taylor Otwell Date: Tue Apr 12 09:31:23 2022 -0500 update wording commit a507e1424339633ce423729ec0ac49b99f0e57d7 Author: Taylor Otwell Date: Tue Apr 12 09:30:44 2022 -0500 add levels to handler commit 843a4f81eb25b88b225a89d75a2d3c274e81be6b Author: Dries Vints Date: Tue Apr 12 15:37:49 2022 +0200 Update server.php (#5863) commit b630eae0b31c8dbb87aefa46d66c1cdfa687911e Author: Ostap Brehin Date: Mon Apr 11 17:07:05 2022 +0300 Update RouteServiceProvider.php (#5862) commit 039a99ad14dbb6cfebb6a04be4679f0916f639a4 Author: Dries Vints Date: Fri Apr 8 11:05:03 2022 +0200 Create pull-requests.yml commit 19272e0bd3a321ec38d8633ab661ff7948f8a157 Author: Taylor Otwell Date: Thu Apr 7 09:15:43 2022 -0500 revert change - unnecessary :) commit 9986d516f0b68c4fa10a43a0f592a98a8bf7e6dc Author: Taylor Otwell Date: Wed Apr 6 11:12:17 2022 -0500 remove packages file for a better experience commit d70eb3e1d1e97712623e4e1970832a72e0edacab Author: Taylor Otwell Date: Tue Apr 5 20:53:39 2022 -0500 wip commit 61d1448ce90b312e43d7c477db02e2a75783a0bf Author: driesvints Date: Tue Apr 5 15:28:45 2022 +0000 Update CHANGELOG commit f7b982ebdf7bd31eda9f05f901bd92ed32446156 Author: Taylor Otwell Date: Tue Mar 29 14:50:18 2022 -0500 add encryption configuration commit 55db9d681a1420271ebba4053a2576854d7d42db Author: driesvints Date: Tue Mar 29 14:52:38 2022 +0000 Update CHANGELOG commit d650fa2a30270f016a406c2f53408d229d18165b Author: Taylor Otwell Date: Tue Mar 29 09:48:17 2022 -0500 [9.x] Make authenticate session a route middleware (#5842) * make authenticate session a route middleware * Update Kernel.php commit c532e14680c01fcdc6e9531046cc4bafe9073254 Author: Mateusz Nastalski Date: Mon Mar 28 15:50:02 2022 +0200 Remove "password" validation key (#5856) commit 8594815f5e85a8e9d12519c5df1bbda6efb1ae95 Author: neoteknic Date: Fri Mar 25 16:38:42 2022 +0100 Add username in config to use with phpredis + ACL (#5851) Linked to https://github.com/laravel/framework/pull/41683/commits commit c4f8ed0915417fe668fb8d25b3f3c40b48d408c1 Author: Dries Vints Date: Wed Mar 23 13:33:54 2022 +0100 Update update-changelog.yml commit 9ffc18aa427450c14026596024f36155c93c4707 Author: Jack Ellis Date: Mon Mar 21 17:35:38 2022 -0500 The comment for cache key prefix needed an update (#5849) * The comment for cache key prefix needed an update * formatting Co-authored-by: Taylor Otwell commit d8f0e93c561fac7b7c5ae988f566c220d4f88b24 Author: Noboru Shiroiwa <14008307+nshiro@users.noreply.github.com> Date: Tue Mar 22 01:00:48 2022 +0900 [9.x] Add an example to the class aliases (#5846) * Add an example to the class aliases * Update app.php Co-authored-by: Taylor Otwell commit 222908f96f7369fe5039d6cda4b84d15cacc1fb6 Author: Dries Vints Date: Thu Mar 17 11:05:03 2022 +0100 Update .styleci.yml commit b18216ad5de3886c6325afa238a67016af1db83e Author: Dries Vints Date: Thu Mar 17 10:53:43 2022 +0100 Update .styleci.yml (#5843) commit 660417c9f7d236bb702ca3d1f9e26d1764493e7a Author: driesvints Date: Tue Mar 15 15:58:42 2022 +0000 Update CHANGELOG.md commit 9605fb17a3263a7d95124589e17bcee34df60200 Author: Matthias Niess Date: Wed Mar 9 17:34:17 2022 +0100 The docker-compose.override.yml should not be ignored by default (#5838) While this file can be used for local overrides, that is not its only intended usage. E.g. a common setup would be like this: - *docker-compose.yml*: services shared across builds - *docker-compose.override.yml*: services only used in development - *docker-compose.production.yml*: configuration needed for building production images. Now for regular development you just need to run `docker-compose up --build` and only in you CI you would build and run for production by explicitly naming the yml files. TL;DR: Excluding docker-compose.override.yml seems to be a personal preference of someone and they should do that in their global .gitignore if the are so inclined. commit 67be95196b9b980d251a53b614bb7f8d6889bb22 Author: driesvints Date: Tue Mar 8 16:29:41 2022 +0000 Update CHANGELOG.md commit 95fec9a3e8a98bc58f6a932875f84d62a1693308 Author: Dries Vints Date: Tue Mar 8 15:38:39 2022 +0100 Update mail.php (#5836) commit 93395a3468b7827bae2117de7543eddd5eb4a4e5 Author: Ankur Kumar Date: Sun Mar 6 22:00:51 2022 +0530 [9.x] add throw to filesystems config (#5835) commit 4ecd97bcf7e996e35b7672c69e3974b8e233bb1b Author: Jesper Noordsij <45041769+jnoordsij@users.noreply.github.com> Date: Thu Mar 3 15:13:57 2022 +0100 Add option to configure Mailgun transporter scheme (#5831) commit 969ff64e02b5ba316ebfe58aba76ca9ceac34542 Author: Roy Shay Date: Tue Feb 22 21:05:53 2022 +0000 Small typo fix in filesystems.php (#5827) * Update filesystems.php * Update filesystems.php Co-authored-by: Taylor Otwell commit dcf59f0ef8035abe9b03eb34e30c4e3f3b53fab6 Author: driesvints Date: Tue Feb 22 16:06:37 2022 +0000 Update CHANGELOG.md commit ecf7b06c4b2286eab6f4fc946588300c95e2cabb Author: Dries Vints Date: Tue Feb 22 16:42:30 2022 +0100 Replace Laravel CORS package (#5825) commit 871ff9e65fea5588b1018d8770db6fc6ad37069d Author: suyar <296399959@qq.com> Date: Thu Feb 17 23:16:40 2022 +0800 [9.x] Update sanctum config file (#5820) * Update sanctum config file * Update composer.json Co-authored-by: suyaqi Co-authored-by: Dries Vints commit 4a6229aa654faae58f8ea627f4b771351692508c Author: emargareten <46111162+emargareten@users.noreply.github.com> Date: Wed Feb 16 16:18:19 2022 +0200 Update RouteServiceProvider.php (#5818) commit 345e46569d4b6a5c7093991a3257cdc0dcfe776b Author: driesvints Date: Tue Feb 15 18:07:39 2022 +0000 Update CHANGELOG.md commit 19f4e346d4e50eeab3a8840b93f89c9f1ffe2a42 Author: m4tlch Date: Tue Feb 15 17:09:29 2022 +0200 Add underscore to prefix in database cache key (#5817) For Redis caching prefix with underscore : 'prefix' => env('REDIS_PREFIX', Str::slug(env('APP_NAME', 'laravel'), '_').'_database_'), but when cache stored in database, then the key is created "merged" with prefix, by this line: 'prefix' => env('CACHE_PREFIX', Str::slug(env('APP_NAME', 'laravel'), '_').'_cache'), for example, if "key" is a key for cache, then the result is: "laravel_cachekey", not a preferable "laravel_cache_key" commit 376ed676eedac46346a9aad5e6c1a07491fd6279 Author: Dries Vints Date: Tue Feb 15 15:32:48 2022 +0100 Update RouteServiceProvider.php (#5816) commit 20b7e19a6584821f04db43f71ce446036db1cac8 Author: Taylor Otwell Date: Mon Feb 14 12:25:37 2022 -0600 add default address commit 5eef672a6a8703bb834e2528090a8e25a8a2912d Author: Shuvro Roy Date: Mon Feb 14 23:20:49 2022 +0600 [9.x] Fix lang alphabetical order (#5812) * Fix lang alphabetical order * Update pagination.php Co-authored-by: Taylor Otwell commit f2b8023df3725631db1af11480b7f0f0b2576c74 Author: Taylor Otwell Date: Mon Feb 14 11:05:44 2022 -0600 Revert "Add Redis facade as comment in app.config (#5813)" (#5814) This reverts commit efd49c6b94a575f3523f5809690314dc6d8bccf5. commit efd49c6b94a575f3523f5809690314dc6d8bccf5 Author: Markus Machatschek Date: Mon Feb 14 18:05:17 2022 +0100 Add Redis facade as comment in app.config (#5813) commit e077976680bdb2644698fb8965a1e2a8710b5d4b Author: Felix Dorn Date: Fri Feb 11 15:22:45 2022 +0100 [9.x] Remove redundant `null`s (#5811) * follow up of #5791 * Update app.php Co-authored-by: Dries Vints commit 6c1f430aa76809084668f9a97121bd2ca8bafa10 Author: Dries Vints Date: Thu Feb 10 17:51:03 2022 +0100 Revert "Fix .gitattributes consistency with .editorconfig (#5802)" (#5809) This reverts commit 207a23e4a1267e65b268a1ee09afdbc5f5e1beea. commit 90be1e323e11afaa2bdf86ee6eb4d5fea5c246e8 Merge: a49d1c2a 8097a3da Author: Dries Vints Date: Thu Feb 10 10:07:19 2022 +0100 Merge pull request #5807 from u01jmg3/9.x Align min PHP version with docs commit 8097a3da49748cb54e49807e3180b5abe9362e4e Author: Jonathan Goode Date: Thu Feb 10 01:08:38 2022 +0000 Align min PHP version with docs commit a49d1c2aa100f588227edc69ed6f1bbc8c57a4b9 Merge: 5901059e 6479a60e Author: Nuno Maduro Date: Wed Feb 9 20:34:02 2022 +0000 Merge pull request #5806 from axlon/patch-1 [9.x] Improve typing on user factory commit 6479a60e956eb91748a2d46a3f37e7bb4e1cafb6 Author: Choraimy Kroonstuiver <3661474+axlon@users.noreply.github.com> Date: Wed Feb 9 21:24:35 2022 +0100 Improve typing on user factory commit 207a23e4a1267e65b268a1ee09afdbc5f5e1beea Author: ThisGitHubUsernameWasAvailable <89264810+ThisGitHubUsernameWasAvailable@users.noreply.github.com> Date: Wed Feb 9 17:55:45 2022 +0300 Fix .gitattributes consistency with .editorconfig (#5802) `lf` EOL is defined in `.editorconfig` but missed in `.gitattributes`, so here is the fix. This little fix helps keep the EOL consistent across the project and ensures it doesn't get messed up by GitHub Desktop or any other GIT client. commit 5901059ebaf268ca536f51d6a33c840846a86596 Author: Taylor Otwell Date: Wed Feb 9 08:53:22 2022 -0600 add discovery method default commit 1d9e53f90d484e636dfca1812e38953befd97158 Author: Nuno Maduro Date: Tue Feb 8 16:27:21 2022 +0000 Adds Laravel `v9.x` to changelog (#5803) * Adds Laravel `v9.x` to changelog * Update CHANGELOG.md Co-authored-by: Taylor Otwell commit 4c6186ac6207336b35bfdaf2669012711ac06d83 Author: driesvints Date: Tue Feb 8 16:08:54 2022 +0000 Update CHANGELOG.md commit 4c2104ac101b18ee7c3916cdb15b8ad5566489c2 Author: driesvints Date: Tue Feb 8 15:54:01 2022 +0000 Update CHANGELOG.md commit fb72538c96f94682385ec4efb3428f2cac6f5471 Author: Dries Vints Date: Tue Feb 8 16:52:58 2022 +0100 Update CHANGELOG.md commit 130b8de9ccf25bfc887230138ac2c5bbd783a101 Author: Dries Vints Date: Tue Feb 8 16:52:33 2022 +0100 Update CHANGELOG.md commit b0934a91182fb3bcf703fb6864927e46f508a8f2 Merge: 71efaae0 79805bc1 Author: Taylor Otwell Date: Tue Feb 8 09:21:31 2022 -0600 Merge branch '8.x' commit 79805bc1c4a4db517bbb14b05b43c76ff185d5a6 Author: Dries Vints Date: Tue Feb 8 15:36:57 2022 +0100 [8.x] Auto update changelog file with a new release (#5801) * Create update-changelog.md * Update .gitattributes * Rename update-changelog.md to update-changelog.yml commit 71efaae0a5f2e27753aa614775f49f93ad1f0ea9 Merge: b86a62a6 4c5b7742 Author: Dries Vints Date: Tue Feb 8 13:28:17 2022 +0100 Merge branch '8.x' commit b86a62a6b865d0632ade6fe334dfa1358d18d500 Author: Nuno Maduro Date: Mon Feb 7 14:26:16 2022 +0000 Reverts analysing routes folder as it causes issues with html coverage reporter (#5800) commit 4c5b7742946736fc72d2e32a3d82ba75426ab784 Author: Andrey Helldar Date: Mon Feb 7 01:42:53 2022 +0300 Added missing dot in `required_array_keys` validation rule (#5798) commit f7bc33d584a33e3c6667be71ebf21a970728a4b5 Merge: 939b0ce9 6e1e4dd1 Author: Nuno Maduro Date: Sat Feb 5 11:35:55 2022 +0000 Merge pull request #5797 from ArnaudLier/patch-1 [9.x] Remove `server.php` from StyleCI commit 6e1e4dd13870e958c21ac8149420cf4e909c0539 Author: Arnaud Lier Date: Sat Feb 5 12:03:43 2022 +0100 Update .styleci.yml commit 939b0ce9bac208e413b9d579def782abb9319021 Author: Taylor Otwell Date: Fri Feb 4 09:34:38 2022 -0600 remove session key commit 096638ea9a883495f4eddace63fde5a7fb1b2b1f Author: Dries Vints Date: Thu Feb 3 16:06:00 2022 +0100 Update the default Argon2 options commit 94771229eaf6039a97dbdd84b09a4525732b7e97 Merge: 926c48e8 9051a027 Author: Dries Vints Date: Thu Feb 3 10:38:16 2022 +0100 Merge pull request #5795 from emaia/patch-1 Fix alphabetical order commit 9051a027c56a415e81063ad587a143b276956ad9 Author: Emaia Date: Wed Feb 2 22:57:23 2022 -0300 Fix alphabetical order commit 8819ee7097584775444432d271f79e6794d50b46 Author: Anjorin Damilare Date: Wed Feb 2 15:41:54 2022 +0100 [9.x]: remove redundant argument `null` since default parameter is `null` (#5791) commit 926c48e8562e36811159d615ba27ebb2929d0378 Author: Taylor Otwell Date: Tue Feb 1 11:48:12 2022 -0600 add validation language line commit d43dcb1c54b1bfe660137c5cc55d125f6b0ec7fa Author: Taylor Otwell Date: Tue Feb 1 11:42:34 2022 -0600 document json session serialization (#5787) commit 5ae2f24a0411d6907adca42ceb2d1e7f7ffa7fd9 Author: Taylor Otwell Date: Tue Feb 1 08:43:03 2022 -0600 fix spacing commit 54a249cd3c3a9794017b221babf77f2b2b20fa42 Author: Nuno Maduro Date: Sun Jan 30 16:16:02 2022 +0000 Bumps `nunomaduro/collision` dependency (#5782) commit aed682e0deeac10ba6465a398ef4cb4856a6d35e Author: Beau Simensen Date: Thu Jan 27 12:00:18 2022 -0600 [9.x] Make it easier to support Papertrail on Vapor out of the box (#5780) * Make it easier to support Papertrail on Vapor * Fixed style commit b2dbbafab9667bc9bf52d8f59ffa866c2f570ea1 Author: Anjorin Damilare Date: Thu Jan 27 18:50:11 2022 +0100 [9.x] remove `null` since default parameter is `null` (#5779) commit 4db44f80e571c8904f2209cfe3f058e61b641d8a Merge: f346b9a2 1db81e7e Author: Nuno Maduro Date: Fri Jan 21 14:59:27 2022 +0000 Merge pull request #5774 from morrislaptop/user-factory-type [9.x] Add type to UserFactory for generic parent class commit f346b9a2f0d64d2daffcbbbc0f5cb869a863f622 Author: Vytautas M Date: Fri Jan 21 16:49:38 2022 +0200 Bump axios version (#5773) commit 1db81e7e8cc624c0b6992d451646d32fe2d5f358 Author: Craig Morris Date: Fri Jan 21 12:32:08 2022 +0000 use FQN commit 4c94086856e5a876dd8d0ae933bf96d14964ba70 Author: Craig Morris Date: Fri Jan 21 12:21:38 2022 +0000 switch to extends commit 7bff7c6c61aa5865966cdd6cea93409771f97413 Author: Craig Morris Date: Fri Jan 21 12:03:57 2022 +0000 add type to UserFactory for generic parent class commit e92f1e9729ed20e0ad43fa0d8fce979000210a13 Author: Nuno Maduro Date: Thu Jan 20 15:55:58 2022 +0000 [9.x] Analysis routes files test coverage (#5771) commit 0df17db8d938161fc6bfcd1f09f21f1b6a259137 Author: Nuno Maduro Date: Mon Jan 17 19:28:59 2022 +0000 Improves app's default aliases configuration file (#5769) commit 9b93e0d2d4a5fddb39ce69200877e9b17fe5fe32 Author: Jason McCreary Date: Sat Jan 15 10:05:53 2022 -0500 Use element (#5765) commit 929571decd5ec0c499f5931088f573b561811fac Author: Graham Campbell Date: Fri Jan 14 13:04:13 2022 +0000 Bumped minimum guzzle version to match that of the framework suggest list (#5766) commit 9b4e424d98dc97e27c97afd37f3d20a96b4cddec Author: Dries Vints Date: Thu Jan 13 15:48:35 2022 +0100 Add Ignition (#5764) commit 726e0bb10f1444dc0387b876773eb927a4a1971e Merge: 9c182f86 3701593e Author: Dries Vints Date: Thu Jan 13 10:34:58 2022 +0100 Merge pull request #5763 from laravel/revert-5762-master Revert "[9.x] Add Ignition" commit 3701593e66c96315af5586a59c3533929293be9a Author: Dries Vints Date: Thu Jan 13 10:34:51 2022 +0100 Revert "[9.x] Add Ignition" commit 9c182f861dabdaf1ce86dd60ca147af07201b4a7 Merge: b58d346b 70a8b4a1 Author: Dries Vints Date: Thu Jan 13 10:28:37 2022 +0100 Merge pull request #5762 from freekmurze/master [9.x] Add Ignition commit 70a8b4a108fa24c0862fdad78a339d85089c432f Author: Freek Van der Herten Date: Wed Jan 12 23:47:13 2022 +0100 Update composer.json commit b58d346ba93ff295a2cfac1636ca13865d70d1a4 Author: Dries Vints Date: Wed Jan 12 16:51:03 2022 +0100 Update composer.json (#5761) commit 8d08717f15d1bddf3d28124b928ccc3a5cfdf84b Author: Taylor Otwell Date: Thu Jan 6 15:31:01 2022 -0600 Update README.md commit 6808b20560faaa8e083e1ff4d96230878c1c72f3 Author: Barry vd. Heuvel Date: Mon Jan 3 16:02:45 2022 +0100 Use latest version of laravel-cors (#5758) commit 409992eed004edff2b47b7beddc4048f97470928 Author: Reza Amini Date: Sun Jan 2 21:49:56 2022 +0330 [9.x] Make .env.example sync with new changes (#5757) In this PR #5568 the key has been changed! commit 2b7464fad4ded81f1991eaa255a8948ee9edaad3 Merge: 013b1779 56a73db2 Author: Dries Vints Date: Wed Dec 22 11:09:09 2021 +0100 Merge branch '8.x' commit 56a73db2e34f5aa8befffcce40aaaa92e2d7393c Author: Dries Vints Date: Wed Dec 22 11:07:28 2021 +0100 Update CHANGELOG.md commit 013b17793da5db79bccb29566633ed937f296a20 Author: Nuno Maduro Date: Mon Dec 20 14:48:17 2021 -0500 [9.x] Removes Core Class Aliases from the skeleton (#5751) * Removes Core Class Aliases from the skeleton * Updates configuration file * use array merge Co-authored-by: Taylor Otwell commit f79296dcd548c0ced169f6453d75f231fee407fc Author: Bilal Al-Massry <33354606+bilalalmassry@users.noreply.github.com> Date: Mon Dec 20 17:12:28 2021 +0200 Add mac_address validation message (#5754) commit 1ea351916efb0e6d96c5761996fcd361dee4630c Author: Dries Vints Date: Fri Dec 17 15:40:10 2021 +0100 Update validation.php (#5753) commit 472d31e5f2f6ce36e1b4146bfae0eb77f15ac0c0 Author: Zeros Developer <33526722+ZerosDev@users.noreply.github.com> Date: Thu Dec 16 22:06:59 2021 +0700 Simplify the maintenance file call (#5752) * Simplify the maintenance file call * Update index.php Co-authored-by: Taylor Otwell commit e999e1d07c9f56b0d18cce8fa9addc736339e904 Author: Dries Vints Date: Wed Dec 15 14:49:21 2021 +0100 Update composer.json (#5750) commit 583281c4090ea89c7426853e0bae1151e7abc253 Author: Nuno Maduro Date: Tue Dec 14 08:55:22 2021 -0500 Removes `server.php` file (#5747) commit 2a88c174b6a52764aa509877acc1c5a54411de6d Author: Nuno Maduro Date: Fri Dec 10 13:16:58 2021 +0000 Imports without model events trait on seeds (#5745) commit 4bc502bba6b7bcbc8007c061621266fe8f989e07 Author: underwood Date: Thu Dec 9 16:09:19 2021 -0600 Delete web.config (#5744) During a security audit one of the few recommendations they made was to remove or limit access to web.config. Since this is mainly used by Microsoft IIS server it isn't necessary for most Laravel projects and could be added if someone is using Microsoft server. commit c97ba79ab31698ff56f88f800ad3bdec7da9cf3d Author: rennokki Date: Wed Dec 8 15:58:10 2021 +0200 [9.x] Add client_options to Pusher driver (#5743) * Add client_options to Pusher driver * Update broadcasting.php Co-authored-by: Taylor Otwell commit 274d1bdd7294b4b357ef3a348c6787617d7de315 Merge: fcb4d9df 7e78e26c Author: Dries Vints Date: Tue Dec 7 17:10:58 2021 +0100 Merge branch '8.x' commit 7e78e26c7ce45fe1716b82ecbecd6a808a0e7f8b Author: Dries Vints Date: Tue Dec 7 17:10:22 2021 +0100 Update CHANGELOG.md commit 68a0dbed64604405aeb23739ef1304c561f3bc82 Author: Rob Lister Date: Mon Dec 6 14:24:41 2021 +0000 [8.x] Add option to set sendmail path. Fix default (#5741) * Add option to set sendmail path. Fix default Testing this in an application, it would seem that sendmail -bs is the wrong option for this case? What Laravel appears to do is pipe an RFC-2822 formatted message on STDIN and requires the sendmail emulation to deal with it, rather than -bs which initiates an SMTP session. if Exim is the default MTA then -t would seem to be the correct option. If you have an alternative installed instead of sendmail/exim, then there's no way to set the path, so I added MAIL_SENDMAIL_PATH so you can do, e.g.: MAIL_SENDMAIL_PATH="/usr/bin/msmtp -t --tls=off --from=${MAIL_FROM_ADDRESS} --auto-from=off" msmtp doesn't support -bs at all * Update mail.php Co-authored-by: Taylor Otwell commit 8a62ca263323b3b8415b627aeda7533ab2bb5da8 Author: Nuno Maduro Date: Fri Dec 3 15:04:57 2021 +0000 Improves generic types on the skeleton (#5740) commit 7bf32280e20d1cbb487ed009ef9d6f268e4badf6 Author: Bram Date: Thu Dec 2 21:40:24 2021 +0100 [8.x] Add types to arrays in boilerplate (#5738) * Add more specific types * Update Authenticate.php * Update Authenticate.php commit e35899f0aa2698f31cae410116d9a75e0d5a201a Author: Micheal Mand Date: Wed Nov 24 19:07:41 2021 -0700 Fix asset publishing if they were already published (#5734) Thank you @sebdesign for the fix. commit fcb4d9df1a86b01748c73fb9737a5dffadc47c70 Merge: 21c3ef96 901879dd Author: Dries Vints Date: Tue Nov 23 18:31:32 2021 +0100 Merge branch '8.x' commit 901879dd68d276af4d937b3bf0e2a2467d8efa09 Author: Dries Vints Date: Tue Nov 23 18:31:14 2021 +0100 Update CHANGELOG.md commit 0eb4a40eb38a92102be63234b041954914c5bbce Author: Dries Vints Date: Tue Nov 23 18:30:45 2021 +0100 Update CHANGELOG.md commit 3de91bca75bd8745e2a8f7d0dd4a3548e3fe2098 Author: N'Bayramberdiyev Date: Fri Nov 19 16:51:42 2021 +0300 sort validation rules alphabetically (#5728) commit 33ceba78baba318237964646980f275df12e413f Author: Nuno Maduro Date: Thu Nov 18 16:18:32 2021 +0000 Removes the commands property (#5727) commit 21c3ef96f471f2cf79f5f72a36810404acb28f23 Merge: 195a7e03 f8ff35e0 Author: Dries Vints Date: Tue Nov 16 17:50:11 2021 +0100 Merge branch '8.x' commit f8ff35e070e29e7415069b5d1bfabab1c8cb9c55 Author: Dries Vints Date: Tue Nov 16 17:49:31 2021 +0100 Update CHANGELOG.md commit 195a7e03746b71e91838b73d8ed763c16985fd1c Author: Ben Johnson Date: Tue Nov 16 09:26:41 2021 -0500 Replace schema with search_path in pgsql config (#5726) Per https://github.com/laravel/framework/pull/35588 , the term "schema" (a namespace) has been corrected to "search_path" (a list of namespaces), where appropriate, throughout the framework. Accordingly, the `schema` configuration key should be changed to `search_path` to better reflect the fact that it may specify a _list_ of schemata (schemas), and not just a single schema. (In several Laravel versions prior to 9.0, the `schema` key could already specify more than one schema, but this fact was undocumented and non-obvious without examining the implementation carefully.) As of Laravel 9.0, the `search_path` may specify any number of schemata, in any of the following formats: 'search_path' => 'public', 'search_path' => 'public,laravel', 'search_path' => ['public', '"laravel"', "'foobar'", '$bat'], 'search_path' => '\'public\', "laravel", "\'foobar\'", \'$bat\'', 'search_path' => '"$user", public', Note that in the last example, the `$user` variable refers to PostgreSQL's special $user variable, as described in the Schema Documentation ( https://www.postgresql.org/docs/current/ddl-schemas.html ). Note also that Laravel's default `search_path` value, 'public', is not necessarily the best choice for every use case. Developers should consult the "Usage Patterns" section of the aforementioned documentation before deciding how best to set the `search_path`, as it has security implications. commit 2079d34cfcc9cd987f4e00055e5f98df84358660 Author: Rahul Dey Date: Tue Nov 16 02:40:04 2021 +0530 Update sanctum.php (#5725) commit c112d149c4778d2eb75f0b514fe73f653f8f9ac6 Author: Nicklas Kevin Frank Date: Thu Nov 11 15:20:34 2021 +0100 Added declined and declined_if validation rules (#5723) commit aa71b038b43dbba69d8886624b70231f3dfd7f84 Merge: d54907c2 bad350d1 Author: Dries Vints Date: Tue Nov 9 18:29:57 2021 +0100 Merge branch '8.x' commit bad350d1999cbaf2036db9646ddef63d77537e80 Author: Dries Vints Date: Tue Nov 9 18:29:24 2021 +0100 Update CHANGELOG.md commit 399d435c4f0b41a5b6d3e14894195f9196d36bb8 Author: Taylor Otwell Date: Tue Nov 9 09:56:23 2021 -0600 add facade commit 79249c920b45943ecdddb5d968d0a05d0a4bf3d6 Author: Braden Keith Date: Fri Nov 5 10:45:57 2021 -0400 Added Romega Software to Sponsorships (#5721) commit ca8e5d65da361d070e637d0d82a8eb49b6a41afb Author: Adam Mospan Date: Fri Nov 5 15:00:12 2021 +0200 Remove redundant tap() helper in index.php (#5719) commit d54907c27d001c85e008c49175e6ef4e14f2bfe2 Merge: 1117ebd8 5d22b246 Author: Dries Vints Date: Tue Oct 26 17:22:00 2021 +0200 Merge branch '8.x' commit 5d22b2464c9d64443ecf60d5788d753430eff7fa Author: Dries Vints Date: Tue Oct 26 17:20:51 2021 +0200 Update CHANGELOG.md commit 15427830022447443e63991c0e9fc0e3099dbcb9 Author: Can Vural Date: Mon Oct 25 20:16:13 2021 +0200 PHPDoc types should be covariant with the parent type (#5714) commit 9915831d22c150d68e562f443aca303151d70a4d Author: Nuno Maduro Date: Fri Oct 22 19:11:06 2021 +0100 Guess database factory model by default (#5713) commit 8f63479d4487915b6dc62cb2f576289ed4cd0b96 Author: Dries Vints Date: Wed Oct 20 15:15:52 2021 +0200 Update CHANGELOG.md commit bf2a67c6a287d16c1926c4e6a3f4fe2e173fabaa Author: Taylor Otwell Date: Tue Oct 19 10:20:44 2021 -0500 wip commit 1980ca13eae79cd6f8a5a2f8dc018c289d26e954 Author: Nuno Maduro Date: Tue Oct 19 14:42:24 2021 +0100 [8.x] Logs deprecations instead of treating them as exceptions (#5711) * Logs deprecations instead of treating them as exceptions * formatting Co-authored-by: Taylor Otwell commit 1117ebd8aa9bb7e4189aba8c0c9961f1cecc2800 Author: Taylor Otwell Date: Thu Oct 14 14:45:08 2021 -0500 added password translation rules commit 196a27593b288f7e4d3ce30585ebd881933726b4 Author: Mohamed ELIDRISSI <67818913+elidrissidev@users.noreply.github.com> Date: Mon Oct 11 14:58:39 2021 +0100 Remove additional `}` from welcome view inline css (#5702) commit ab2b6061245316d949ee8f4339e0e6c65b1db301 Author: Dries Vints Date: Mon Oct 11 11:06:14 2021 +0200 Temporarily remove tinker from master Until https://github.com/bobthecow/psysh/commit/2c061f5bd1a543dd69ad68a0f2a488ac855e3814 has been re-introduced. commit e124d6d98d7df4be7ef382e05456418ffba3ef3c Merge: 7156a27c a3b76dbe Author: Dries Vints Date: Tue Oct 5 20:42:43 2021 +0200 Merge branch '8.x' commit a3b76dbeb71518f3b82d50983d039a20bf49ce8e Author: Dries Vints Date: Tue Oct 5 20:40:50 2021 +0200 Update CHANGELOG.md commit 6a68092228844b1793bbcf4f0bf7c5ba2c9bd16c Author: Taylor Otwell Date: Tue Oct 5 09:23:35 2021 -0500 Revert "Uses `LazilyRefreshDatabase` by default (#5696)" (#5700) This reverts commit 4578193d52f148c79b16a552db65e29a65fee209. commit 7156a27cdbaa0e69bfd04bb5ef083d9906bf543c Author: Taylor Otwell Date: Sat Oct 2 11:19:50 2021 -0500 move lang directory commit bdcb9681a6c592089a7579364a19cdd9edb4ad06 Merge: 2c644455 78e1d56c Author: Taylor Otwell Date: Sat Oct 2 10:47:56 2021 -0500 fix conflicts commit 78e1d56c4285392f96fd90b445fef2faa7a8b9c7 Author: Alex Elkins Date: Wed Sep 29 16:29:27 2021 -0400 Update validation.php (#5699) modify the grammar for lte and gte validation to have a parallel structure commit 2c644455dabb133ad305f367379857094631f35f Author: Markus Machatschek Date: Wed Sep 29 16:44:21 2021 +0200 Use anonymous migration for personal_access_tokens table (#5698) * Use new migration class name style for personal_access_tokens table * Update 2019_12_14_000001_create_personal_access_tokens_table.php commit 4578193d52f148c79b16a552db65e29a65fee209 Author: Nuno Maduro Date: Wed Sep 29 14:20:24 2021 +0100 Uses `LazilyRefreshDatabase` by default (#5696) commit ef9d0e4c78a097fb61218b38dd4e4c55a2278178 Author: Nuno Maduro Date: Wed Sep 29 14:17:58 2021 +0100 Ensures downloaded version of Collision supports PHP 8.1 (#5697) Co-authored-by: Taylor Otwell commit aa9cb884d2caef6d1e606ffbb61e92c90f9bd6de Author: Dries Vints Date: Wed Sep 29 11:51:32 2021 +0200 Bump Mockery and PHPUnit commit 5f7395b289f32e5e5f5ece1dddb7d4ecf7ddadcc Author: JuanDMeGon Date: Tue Sep 28 08:03:31 2021 -0500 Keeping access tokens migration id consistent (#5691) This is just a tiny "fix," using id(); to be consistent with the other migrations already included in the framework. commit 1e5b9989c3d789e7ed4269c88e45ed0c1c2b8ce9 Author: Surajit Basak Date: Tue Sep 28 18:29:24 2021 +0530 [8.x] Add failover in supported mail configurations comment section (#5692) Co-authored-by: Surajit Basak commit 0d939c9ebfcf1cac8ef1a26a7a2dce50a31e74ba Author: Julius Kiekbusch Date: Mon Sep 20 16:03:10 2021 +0200 Remove auth_mode from config/mail.php (#5688) commit a6d1019bcfd0077a2e09c77cd4cbeba9f7286c8b Merge: ec9ff4cd 4f8a0f35 Author: Dries Vints Date: Tue Sep 7 16:34:35 2021 +0200 Merge branch '8.x' commit 4f8a0f35fabd8603fb756122bf820719a259ac9b Author: Dries Vints Date: Tue Sep 7 16:33:40 2021 +0200 Update CHANGELOG.md commit 0bc525860ccb093f0d452b410b2549b3e01432e7 Author: Samuel Levy Date: Wed Sep 1 07:08:19 2021 +1000 [8.x] Added `prohibits` validation message (#5681) * Added `prohibits` validation * Update validation.php Co-authored-by: Taylor Otwell commit a36f02c4f2c5617bfe355709ca1955884b11e2d3 Author: Roy van Veldhuizen <18717340+royvanv@users.noreply.github.com> Date: Wed Aug 25 20:07:32 2021 +0200 Dark mode auth links contrast (#5678) * Improved contrast ratio of auth links in dark mode. * Restored home link. commit ec9ff4cd68d48da6466b13a717fa5f8b2c10cacf Merge: 6b946caa 75a7dba9 Author: Dries Vints Date: Tue Aug 24 18:00:23 2021 +0200 Merge branch '8.x' commit 75a7dba9c44ce3555cc57dd1826467839fd9774f Author: Dries Vints Date: Tue Aug 24 17:59:48 2021 +0200 Update CHANGELOG.md commit 7c993468018d950d549fae77241a53cb4f68e2ad Author: Maarten Buis Date: Mon Aug 23 15:47:37 2021 +0200 [8.x] Use PHPDoc comments from base class in User model (#5676) * Use phpdoc comments from Model class * Update User.php commit 8677c94a50f15dd0b21f938c799126efa5d1cc89 Author: Gabriel Pillet Date: Mon Aug 23 15:42:15 2021 +0200 Fixing "Line exceeds 120 characters" in TrustProxies (#5677) To comply with PSR-2 commit 52de5d84f6c309e93910e0d250b8c42fd656931b Author: Taylor Otwell Date: Fri Aug 20 07:59:36 2021 -0500 wip commit c512ba2b160d1e87205dd45b60d8c0cfab230025 Author: Dries Vints Date: Thu Aug 19 16:03:02 2021 +0200 Update app.php (#5674) commit 3399464a7452ac8067cef8fb224b2413e8991a4b Author: Dwight Watson Date: Wed Aug 18 23:14:34 2021 +1000 Add failover driver to default mail config file (#5672) * Add failover driver to default mail config file * Remove empty spaces commit 6b946caa62078ec46cc808a4f20da35d089c0964 Merge: 5f9dbb41 b55e3fbb Author: Dries Vints Date: Tue Aug 17 17:57:45 2021 +0200 Merge branch '8.x' commit b55e3fbb14ab8806057f451fcbfeec8fca625793 Author: Dries Vints Date: Tue Aug 17 17:56:01 2021 +0200 Update CHANGELOG.md commit 6e10e9653f5f2cd3b8bd6b9fe69df2dc002eede2 Author: Pradeep Kumar Date: Tue Aug 17 18:40:33 2021 +0530 Add WebReinvent as a Sponsor (#5668) commit 5f9dbb41b54a0e091a2effd7c1d72941fef9ba18 Author: Iman Date: Tue Aug 17 17:39:03 2021 +0430 [9.x] Use php 8 null safe operator (#5670) This PR leverages php 8 "null safe operator" instead of thrr `optional()` helper commit d57cc57c6d8101cd3001cc5c2285649977e3f36c Merge: 6dde1832 a199c3bc Author: Dries Vints Date: Tue Aug 17 10:23:34 2021 +0200 Merge pull request #5669 from laravel/8.x Update .styleci.yml commit a199c3bcea13efb32cbd5755ab9588e8311bd19c Author: Dries Vints Date: Tue Aug 17 10:22:10 2021 +0200 Update .styleci.yml commit 6dde1832b495b467d9983ffa75457ef8e165a6d8 Author: Dries Vints Date: Thu Aug 12 15:46:34 2021 +0200 Sanctum dev-develop commit 018bb3c1579a29a245d036afc8f76c0839591734 Merge: 4d0f40f9 226d1bfc Author: Dries Vints Date: Thu Aug 12 15:39:10 2021 +0200 Merge branch '8.x' commit 226d1bfc3c774e24a79e68e9f1264b5ca359551f Author: Taylor Otwell Date: Wed Aug 11 13:44:34 2021 -0500 [8.x] Sanctum (#5663) * initial sanctum poc * add files * remove token commit 4d0f40f98c21eea139870a8a8ad97a854988d65b Merge: 7f68c301 236b3187 Author: Dries Vints Date: Tue Aug 10 19:28:02 2021 +0200 Merge branch '8.x' commit 236b31872d193eaec8c5e00813e8e88dbab6dca3 Author: Dries Vints Date: Tue Aug 10 19:27:09 2021 +0200 Update CHANGELOG.md commit b6f4ee7661d31ceab2f517a3273aaecfd8465e17 Author: Dries Vints Date: Tue Aug 10 15:41:29 2021 +0200 Use new TrustProxies middleware (#5662) commit 7f68c301790654953c2a29544d56f117159e5d85 Author: Dries Vints Date: Mon Aug 9 20:52:42 2021 +0200 [9.x] Allow develop installs (#5660) * Allow develop installs * Disable CORS middleware * Re-add laravel-cors * Re-adds collision Co-authored-by: Nuno Maduro commit 542fdfdc1e8718e62acb9384d2d9d6f3c750332a Merge: 4c552aef 59f33209 Author: Graham Campbell Date: Sun Aug 8 20:15:40 2021 +0100 Merge branch '8.x' commit 59f33209d5afc2f9f1c6c3c38280ae9eb5b15aed Merge: e5962266 ecf460a8 Author: Graham Campbell Date: Sun Aug 8 20:15:22 2021 +0100 Merge branch '6.x' into 8.x commit e5962266d79ab4aa3b7e49d1d5cddb7f85c057e6 Author: Cristiano Fromagio <16294559+cristianofromagio@users.noreply.github.com> Date: Thu Aug 5 10:45:48 2021 -0300 [8.x] Add accepted_if validation rule (#5658) * Add accepted_if validation rule * Update validation.php Co-authored-by: Taylor Otwell commit 4c552aefbe2b2e5564ccfd767c9144d867c9cb41 Merge: 77086029 82b51356 Author: Dries Vints Date: Tue Aug 3 20:13:53 2021 +0200 Merge branch '8.x' commit 82b5135652f3172c6d4febf1a4da967a49345a79 Author: Dries Vints Date: Tue Aug 3 20:12:15 2021 +0200 Update CHANGELOG.md commit d286a15b093d3b1c85c5cfe22e8b0bfb54f7a111 Author: Igor Finagin Date: Thu Jul 29 16:04:43 2021 +0300 [8.x] Unified asset publishing (#5654) * [8.x] Unified asset publishing * Update composer.json Co-authored-by: Taylor Otwell commit 54c0b5bc5268b4b3b2265b2dd9b52b80627cab0d Author: Taylor Otwell Date: Wed Jul 28 09:34:27 2021 -0500 wip commit 77086029af21522a87af3c44e3b945cd02618f79 Merge: 7c977fb9 8e551045 Author: Dries Vints Date: Tue Jul 13 16:12:52 2021 +0200 Merge branch '8.x' commit 8e5510458e1a4c0bf4b78024d9b0cf56102c8207 Author: Dries Vints Date: Tue Jul 13 16:12:18 2021 +0200 Update CHANGELOG.md commit 7c977fb9a57bf0ff8b34cb6866b50a192c84ca8d Author: Dries Vints Date: Tue Jul 13 14:59:41 2021 +0200 Drop PHP 7.4 support commit c636fd0f678008caf30683833b740fb6f31d9de6 Author: Claas Augner Date: Sat Jul 10 17:23:22 2021 +0200 add RateLimiter facade alias (#5642) commit 1e4312f20755302bb4d275d9385968e9b6e63eab Author: Dries Vints Date: Tue Jul 6 18:47:19 2021 +0200 Update CHANGELOG.md commit 866589128430c55385cb13ddae0061c628245be2 Author: Josh Salway Date: Thu Jul 1 23:38:06 2021 +1000 Update validation.php (#5636) commit c5f6f6187c24e160309df372b98d20380b786784 Author: Josh Salway Date: Thu Jul 1 23:37:19 2021 +1000 Update validation.php (#5637) commit c0363f626c1193aa5e1263dbb272784eeba2e554 Author: Igor Finagin Date: Tue Jun 22 16:17:05 2021 +0300 Fix editorconfig for laravel/sail's docker-compose (#5632) https://github.com/laravel/sail/pull/165#issuecomment-865190799 commit d4ff3b72e7b60b896965dd21803972aab499d7a6 Merge: 92cd828c 99d5ca28 Author: Dries Vints Date: Tue Jun 15 17:49:26 2021 +0200 Merge branch '8.x' commit 99d5ca2845a7f1d24a28a6c1e756f1ede8641f96 Author: Dries Vints Date: Tue Jun 15 17:48:56 2021 +0200 Update CHANGELOG.md commit c1587b52c98727f007340417458c5da42d5fbbdc Author: netpok Date: Sun Jun 13 17:46:57 2021 +0200 Add translation for current_password rule (#5628) commit 92cd828c64339a8802f42ae437d2a0069dd300aa Merge: 507d4995 0296bb63 Author: Dries Vints Date: Tue Jun 1 17:49:55 2021 +0200 Merge branch '8.x' commit 0296bb63e1d465bcfff1f84f00313aeb26a2c84b Author: Dries Vints Date: Tue Jun 1 17:49:26 2021 +0200 Update CHANGELOG.md commit 131a10260e73e83e6b1cd63788b8f6584dd3e98a Author: Michael de Oliveira Ferreira Date: Mon May 24 10:19:41 2021 -0300 add .idea and .vscode to gitignore (#5615) Add folders to gitignore. The same exclusions exist in the laravel / framework gitignore. commit c5d38d469a447d6831c3cf56d193be7941d6586f Author: Taylor Otwell Date: Tue May 18 17:01:26 2021 -0500 update skeleton for filesystem tweaks to make sail usage easier commit 507d499577e4f3edb51577e144b61e61de4fb57f Merge: 72c6aaa8 afa06fac Author: Dries Vints Date: Tue May 18 17:38:28 2021 +0200 Merge branch '8.x' commit afa06fac2aa9a83ad843b9968a21bb013f015704 Author: Dries Vints Date: Tue May 18 17:37:20 2021 +0200 Update CHANGELOG.md commit d3efbaab58945ee97c4719283b04632fe474c0e7 Author: Hiren Keraliya Date: Mon May 17 18:45:26 2021 +0530 [8.x] Fixed grammar mistake (#5611) * Grammar mistakes * Update session.php Co-authored-by: Taylor Otwell commit 637c85d624bf19355025b68aaa90e6cadf8a2881 Author: Taylor Otwell Date: Fri May 14 10:09:46 2021 -0500 wip commit 3131f789ae05bb727e8f8b65981f6957391a5e3d Author: Seyed Morteza Ebadi <47121888+seyed-me@users.noreply.github.com> Date: Fri May 14 19:39:09 2021 +0430 Add Octane cache store (#5610) commit 72c6aaa8dfb626e6cfd7ae162ec1ffbf5dec9731 Merge: 4ce641d5 b1b28a6b Author: Dries Vints Date: Tue May 11 22:50:27 2021 +0200 Merge branch '8.x' commit b1b28a6bb120a3d1bb3786ca47f66a95bcb292aa Author: Dries Vints Date: Tue May 11 22:49:31 2021 +0200 Update CHANGELOG.md commit ecf460a874e5943c1063ef9585bc7491ead15b0a Author: Dries Vints Date: Tue May 11 22:47:22 2021 +0200 Update CHANGELOG.md commit 4ce641d5713738d58032fa3fb407b4c37115ebde Author: Dries Vints Date: Fri May 7 12:54:25 2021 +0200 Apply fixes from StyleCI (#5607) commit eb484ce7ed554981bad83de8f9805872d74bae83 Author: Sarwar Ahmed Date: Fri May 7 15:38:21 2021 +0600 Laracasts contains 2000 video tutorials commit ca7f3866666d1ec724a4c72389d8f096201d788a Author: Umar Date: Fri Apr 30 13:45:35 2021 +0100 [8.x] Grammatical omission of 'of' on line 14 (#5603) * [FIX] grammatical omission of 'of' on line 14 * Update artisan Co-authored-by: Taylor Otwell commit 5c137aae41315fea6b9201d23ddfef2502d3feda Author: netpok Date: Thu Apr 29 14:55:56 2021 +0200 Bump framework version (#5602) to include SQL server security fix for GHSA-4mg9-vhxq-vm7j commit 5bd72e78058f5b12977ce0917a3e55bdb9f3b233 Author: netpok Date: Thu Apr 29 14:55:46 2021 +0200 Bump framework version (#5601) to include SQL server security fix for GHSA-4mg9-vhxq-vm7j commit dd8111a32dc1879a2883441265ae8d0fb10293fd Merge: 6746f4ec a6ffdbdf Author: Dries Vints Date: Tue Apr 20 18:14:47 2021 +0200 Merge branch '8.x' commit a6ffdbdf416d60c38443725807a260a84dca5045 Author: Dries Vints Date: Tue Apr 20 18:13:08 2021 +0200 Update CHANGELOG.md commit e109ac9022888ed86661ab57b7724e4bf1cf9a72 Author: Roger Vilà Date: Fri Apr 16 15:13:56 2021 +0200 Update .gitignore (#5593) commit 6746f4ec125d591373d57180c839e719a60ac11b Author: Dries Vints Date: Thu Apr 15 13:53:35 2021 +0200 [9.x] Implement anonymous migrations (#5590) * Implement anonymous migrations * Apply fixes from StyleCI (#5589) commit 0e8e9a0727afce37d6954a9763a86dde82eb99ee Author: JuanDMeGon Date: Tue Apr 13 07:28:01 2021 -0500 [8.x] Using faker method instead of properties (#5583) After Faker PHP 1.14 using properties is deprecated and is recommended to use methods instead. commit 54741275481a44be350758d6556c32696844b1a8 Author: Taylor Otwell Date: Thu Apr 8 13:45:57 2021 -0500 Update README.md commit 5808129a1f702f973c7c31203d16db2066bd9030 Author: Dries Vints Date: Fri Mar 26 15:47:26 2021 +0100 Rename test methods (#5574) commit 9e920323deb3a3e9c829c45c23b1b9eb70cf2c1e Merge: 2b4d7c87 6bc0b1cf Author: Dries Vints Date: Tue Mar 23 18:26:04 2021 +0100 Merge branch '8.x' commit 6bc0b1cfcbc35d89b3e4ec31d83d7b409f9bf595 Author: Dries Vints Date: Tue Mar 23 18:25:11 2021 +0100 Update CHANGELOG.md commit f5cac881c98df3a4b81588f97bb87a7dd062e725 Author: Dries Vints Date: Sun Mar 21 14:38:50 2021 +0100 Re-order composer.json (#5570) commit e464182760dfae06f68347f3f56ec4baec6e0c60 Author: Philo Hermans Date: Fri Mar 19 15:53:34 2021 +0100 Add prohibited validation rule (#5569) commit 2b4d7c879990d78519f620bcbc4b059721545361 Author: Reza Amini Date: Fri Mar 19 17:33:08 2021 +0330 [9.x] Change default disk env key (#5568) commit f51adc5b53908586ba48cd33e3fec7d3d52de720 Merge: 38207d61 57ddc0eb Author: Dries Vints Date: Tue Mar 16 17:26:56 2021 +0100 Merge branch '8.x' commit 57ddc0ebbb1cdc778e301016b643769d1f96e2e1 Author: Dries Vints Date: Tue Mar 16 17:26:11 2021 +0100 Update CHANGELOG.md commit 9c5e6f9757dae6091b6239df6dcf4130ec5c3c46 Author: Taylor Otwell Date: Mon Mar 15 08:41:28 2021 -0500 update wording commit e95a675e43aabc5c1c390302ec5c4f8b3fdf243d Author: Matthew Setter Date: Sun Mar 14 21:00:54 2021 +0100 Minor update to check if application is under maintenance documentation While reading through the documentation in public/index.php, the initial sentence documenting checking if the application is under maintenance didn't quite read properly to me, nor did the section's header. So, I'm submitting this small patch to correct it. commit 471195d743de883af0c239c46553da89179824b5 Author: Dries Vints Date: Fri Mar 12 14:55:27 2021 +0100 Fix footer on mobile (#5561) commit 177e05beec2d1e35b48baad59441050644eecd2c Author: Jesper Noordsij <45041769+jnoordsij@users.noreply.github.com> Date: Wed Mar 10 15:52:57 2021 +0100 Add log level config value to stderr channel (#5558) commit 89b15441a92aa615de9198c54b5d973aa6b374e5 Author: Tim MacDonald Date: Thu Mar 11 01:13:17 2021 +1100 add date facade alias (#5556) commit 3a62cfb4fe903b8a36bdbd56d2b4013ddb8d62d2 Author: Jess Archer Date: Thu Mar 11 00:12:57 2021 +1000 Add language for prohibited_if and prohibited_unless validation rules (#5557) commit 38207d610d8aa17002dae8f7bac7091a38369fe9 Merge: 941bd32e a315767e Author: Dries Vints Date: Tue Mar 9 20:10:21 2021 +0100 Merge branch '8.x' commit a315767e093ca2ba19ca7c60b02aa89467d81628 Author: Dries Vints Date: Tue Mar 9 20:09:48 2021 +0100 Update CHANGELOG.md commit 5cfd28df2d550c4d63417ba54f31c96887cd345b Author: Brandon Surowiec Date: Tue Mar 9 09:51:56 2021 -0500 Add missing 'after_commit' attribute (#5554) There's a new `after_commit` config option that isn't in the default config: https://laravel.com/docs/8.x/queues#jobs-and-database-transactions For new projects it may be better to have these defaulted to `true`, but I left it as `false` for now. commit c9883355026d96703c27d1379e4c2cc27015eeb8 Author: Tim MacDonald Date: Wed Mar 10 00:23:56 2021 +1100 Standarise "must" and "may" language in validation (#5552) Majority of the messages are in the format ":attribute must {conditions_to_be_met}", however a few inconsistently use "may" instead of "must". This PR fixes that and has them all use "must" instead. To highlight the inconsistency: ```php // "may" 'max' => [ 'numeric' => 'The :attribute may not be greater than :max.', 'file' => 'The :attribute may not be greater than :max kilobytes.', 'string' => 'The :attribute may not be greater than :max characters.', 'array' => 'The :attribute may not have more than :max items.', ], // "must" 'min' => [ 'numeric' => 'The :attribute must be at least :min.', 'file' => 'The :attribute must be at least :min kilobytes.', 'string' => 'The :attribute must be at least :min characters.', 'array' => 'The :attribute must have at least :min items.', ], ``` commit 2b8f3aa506f1f2463dfdb43b063d17674b86c8cd Author: Karel Faille Date: Tue Mar 2 20:35:52 2021 +0100 Use same default queue name for all drivers (#5549) commit 941bd32ea82efe97cba07457377df668e7e2e2a4 Merge: b2ac0318 20455c6f Author: Dries Vints Date: Tue Mar 2 17:37:08 2021 +0100 Merge branch '8.x' commit 20455c6f5fdee67e445208b0fcc4a1a92d80ce24 Author: Dries Vints Date: Tue Mar 2 17:36:09 2021 +0100 Update CHANGELOG.md commit 03be0afb442b96ebfb0091cc9c3a44a7ad907f4b Author: Rodrigo Pedra Brum Date: Mon Mar 1 10:38:37 2021 -0300 Don't trim `current_password` (#5546) Inspired by https://github.com/laravel/framework/pull/36415 As JetStream/Fortify uses a `current_password` field when allowing a user to change their password, and as JetStream is one of the starter kits listed on the docs, this PR adds `current_password` in the `$except` option of the `TrimStrings` middleware. commit 8c7ccd3fe82b3723880e5f70d8aa02e30ac03f82 Author: Jonny Nott Date: Fri Feb 26 17:17:30 2021 +0000 target 1.16.15 of facade/ignition for Laravel 6.x (#5544) fixes CVE-2021-3129 vulnerability (Laravel 6) commit 16f531e6460e1276bb02faaf2788b9c754af284d Author: Martin Eiber Date: Fri Feb 26 14:19:45 2021 +0100 [8.x] Added sans-serif as Fallback Font (#5543) * Added sans-serif as Fallback Font Added sans-serif as Fallback Font to the Welcome Page * Update welcome.blade.php Co-authored-by: Taylor Otwell commit b2ac03183b2d1335c361f0242653a7ba8de5ea06 Merge: 828f2d44 06d967a4 Author: Dries Vints Date: Tue Feb 23 21:43:40 2021 +0100 Merge branch '8.x' commit 06d967a4c72be2ec71a0efd89cc2a3c113cf6da5 Author: Dries Vints Date: Tue Feb 23 21:43:02 2021 +0100 Update CHANGELOG.md commit f0de9fd9967d4e1b4427d8458bf8983bc2cde201 Author: Hugo Clarke-Wing <7689302+clarkewing@users.noreply.github.com> Date: Fri Feb 19 16:09:51 2021 +0100 Don't flash 'current_password' input (#5541) * Don't flash `current_password` input With starter packs like Jetstream, the `current_password` input is used. I believe that adding `current_password` to the `$dontFlash` list by default would help to ensure new projects follow security best practices from the get-go. * Update Handler.php Co-authored-by: Taylor Otwell commit 828f2d4401712c9e3e16242695e62782a08b73ad Merge: bea2c261 689c0e5a Author: Dries Vints Date: Tue Feb 16 17:59:48 2021 +0100 Merge branch '8.x' commit ebf2646c347b941e63709f7e69ab79416f6d5124 Author: Taylor Otwell Date: Tue Feb 16 10:58:28 2021 -0600 wip commit 689c0e5a230a27d421903439e0396a7339973759 Author: Dries Vints Date: Tue Feb 16 17:57:31 2021 +0100 Update CHANGELOG.md commit 698a61d02528336936774385526317d1f4ce44ec Merge: 9a56a60c 22626b57 Author: Taylor Otwell Date: Tue Feb 16 08:02:15 2021 -0600 Merge branch '8.x' of github.com:laravel/laravel into 8.x commit 9a56a60cc9e3785683e256d511ee1fb533025a0a Author: Taylor Otwell Date: Tue Feb 16 08:02:06 2021 -0600 update wording commit 22626b5701cc7557d4bd45a6af5730027fc4a061 Author: Taylor Otwell Date: Mon Feb 15 15:06:50 2021 -0600 Revert "Change "Login" text to "Log in" (#5536)" (#5537) This reverts commit cbddb27c7e63eb1942efcdd95c8bd5bdf5be940f. commit cbddb27c7e63eb1942efcdd95c8bd5bdf5be940f Author: Mark Jaquith Date: Mon Feb 15 16:06:24 2021 -0500 Change "Login" text to "Log in" (#5536) As this is used as a verb, like its friend "Register", the verb form should be used. http://notaverb.com/login commit eaf7289523b0730b3d0c5a7146ab0f078019a987 Author: Jared Lewis Date: Tue Feb 9 15:52:23 2021 -0500 Add unverified state to UserFactory (#5533) commit 6d082c81e5bf226dfa6d1dc030e69a225349f535 Author: Khaled Date: Sat Feb 6 17:35:22 2021 -0700 add "ably" in comment as a broadcast connection (#5531) 'ably' was added in the connections array, but the comment was not updated to reflect this fact. commit c1b56831dfb96cfc1e87d40f44f7b2cca07c351c Author: Govar Jabar Date: Fri Jan 29 16:57:50 2021 +0300 update web.config (#5528) commit bea2c2615b2610553b3e454c82c5b8b5be1e869b Author: Dries Vints Date: Thu Jan 28 15:14:34 2021 +0100 Bump to PHP 7.4 (#5527) commit 6d3e5ed9281e0176573a4ee461b40fe0eb8b78ec Merge: 30831ee7 a96fe932 Author: Dries Vints Date: Tue Jan 19 16:22:05 2021 +0100 Merge branch '8.x' commit a96fe9320704cbf18856d1009b8cdeffca8a636d Author: Dries Vints Date: Tue Jan 19 16:20:53 2021 +0100 Update CHANGELOG.md commit b580fc1ef2b286c2f9e156755431abe45a1e61c7 Author: Dries Vints Date: Fri Jan 15 17:24:56 2021 +0100 Delete docker-compose.yml (#5522) commit 21c0aed802a69838ba848d93228e725067a2e205 Author: Kacper Ziubryniewicz Date: Thu Jan 14 23:27:55 2021 +0100 Add a missing dot in translations (#5520) commit 30831ee7bef85ce828dc3f3beb28dcc155d5ce75 Author: Nuno Maduro Date: Wed Jan 13 15:04:35 2021 +0100 Bumps Collision version (#5517) commit 31a4fc998b664390956325624600fd46c11c0fb7 Author: Alessandro Cabutto Date: Wed Jan 13 15:02:26 2021 +0100 Mailhog's forward ports configurable (#5518) To avoid port clash between different projects running on the same machine, it could be useful making mailhog's port configurable. commit 5dd08043a3a5bb3eeca0f070f0e7cb309e06f2be Author: Taylor Otwell Date: Tue Jan 12 14:02:00 2021 -0600 wip commit ea7de4f5a91c14c23bc038bc3a3ce65633f20701 Author: Gemma Black Date: Tue Jan 12 18:51:19 2021 +0000 Hide .env.bak as well as .env.backup in .gitignore (#5515) commit cdd79ce5cf99be1963295c2d84da74e03afbeb95 Author: Dries Vints Date: Tue Jan 12 18:39:43 2021 +0100 Update CHANGELOG.md commit f97e5510712e1fd1148c02cc435c97a281660fd1 Author: Dries Vints Date: Tue Jan 12 18:18:35 2021 +0100 Update TrustProxies.php (#5514) commit c6059645a660b9993b749d50f18b98e8fcd40d84 Merge: 919ea4ce f9f39ee7 Author: Dries Vints Date: Tue Jan 5 16:49:44 2021 +0100 Merge branch '8.x' commit f9f39ee7ac5d6abfe7c717fd331055daa24255f2 Author: Dries Vints Date: Tue Jan 5 16:48:16 2021 +0100 Update CHANGELOG.md commit 4de728e78c91b496ce5de09983a56e229aa0ade1 Author: RobTables <52382103+RobTables@users.noreply.github.com> Date: Tue Jan 5 01:02:11 2021 -0700 Update to package.json - Axios Version Security Vulnerability: https://www.npmjs.com/advisories/1594 commit eeb91d4546ef7f86bcbfdb9b0772ee02c4df8630 Author: Jeffrey Way Date: Mon Jan 4 09:44:16 2021 -0500 Upgrade to Mix v6 (#5505) * Upgrade to Mix v6 * Remove cross-env commit 947df2ac7457e9cf3551a369bb0e539d635ebb6e Author: Ustych Maksym Date: Fri Jan 1 20:35:59 2021 +0200 Update sail package in the composer.json (#5507) commit 919ea4ceb2f558b127daeed5ec34a68cc7082bc1 Author: Taylor Otwell Date: Mon Dec 28 17:06:01 2020 -0600 update tests commit 7a2f389f58243dc35a03149a6abd16ef554ef3a5 Merge: 7aa213a5 b1c8ffa1 Author: Taylor Otwell Date: Mon Dec 28 17:04:55 2020 -0600 Merge branch 'master' of github.com:laravel/laravel commit b1c8ffa1b0d1e586d31dbc6f454faf701688fe1b Merge: 501766f1 454f0e1a Author: Dries Vints Date: Tue Dec 22 18:08:32 2020 +0100 Merge branch '8.x' commit 454f0e1abeeb22cb4af317b837777ad7f169e497 Author: Dries Vints Date: Tue Dec 22 18:07:44 2020 +0100 Update CHANGELOG.md commit e8788a768899ff2a2ef1fe78e24b46e6e10175dc Author: Taylor Otwell Date: Wed Dec 16 15:51:18 2020 -0600 update cache commit bc339f712389cf536ad7e340453f35d1dd865777 Author: Taylor Otwell Date: Wed Dec 16 08:44:41 2020 -0600 add lock_connection commit 501766f1eb8dbc2526dd5de01173886c86aa3683 Merge: 858b094b 0059fb91 Author: Dries Vints Date: Tue Dec 15 14:18:27 2020 +0100 Merge branch '8.x' commit 0059fb91be7725c47ae2a6aa10d4f34ee5340c89 Author: Dries Vints Date: Tue Dec 15 14:17:57 2020 +0100 Update CHANGELOG.md commit 3b2ed46e65c603ddc682753f1a9bb5472c4e12a8 Author: Taylor Otwell Date: Sat Dec 12 08:47:22 2020 -0600 update variables commit ddb26fbc504cd64fb1b89511773aa8d03c758c6d Author: Taylor Otwell Date: Thu Dec 10 09:26:21 2020 -0600 update env vars commit 03ecf00f7a4e14c049e41bb111430877313449b9 Author: Attila Szeremi Date: Thu Dec 10 14:32:49 2020 +0100 Gitignore docker-compose.override.yml (#5487) Docker allows for you to override parts of `docker-compose.yml` locally with the help of a `docker-compose.override.yml` file: https://docs.docker.com/compose/extends/#understanding-multiple-compose-files I propose to have this file ignored by default for new projects, similarly to how `.env` is ignored to be able to override default configuration (locally). Example use case: Someone might want to use Laravel Sail, but would have multiple Laravel projects running in MySQL and would like to run a single MySQL server for each project and have a way to be able to override docker-compose to make that happen. Or maybe just in general they want to add a new service that they want to run only for themselves, and not for colleagues. commit b7cde8b495e183f386da63ff7792e0dea9cfcf56 Author: Taylor Otwell Date: Thu Dec 10 07:14:14 2020 -0600 comment trust hosts commit d80ff4d576eb4f47369e1f8481d3da8a9479347b Author: Taylor Otwell Date: Wed Dec 9 08:32:27 2020 -0600 add sponsor commit 17668beabe4cb489ad07abb8af0a9da01860601e Author: Taylor Otwell Date: Tue Dec 8 09:51:48 2020 -0600 add sail commit 34368a4fab61839c106efb1eea087cc270639619 Author: Taylor Otwell Date: Tue Dec 8 09:45:05 2020 -0600 revert change commit bcd87e80ac7fa6a5daf0e549059ad7cb0b41ce75 Author: Taylor Otwell Date: Tue Dec 8 09:38:54 2020 -0600 add sail file commit ad8210f3bb9e64c2002eeaaf3c5a07117369529d Merge: a8957489 0717bb02 Author: Taylor Otwell Date: Tue Dec 8 09:06:00 2020 -0600 Merge branch '8.x' of github.com:laravel/laravel into 8.x commit a895748980b3e055ffcb68b6bc1c2e5fad6ecb08 Author: Taylor Otwell Date: Tue Dec 8 09:04:09 2020 -0600 update env file for sail commit 858b094b62238747071a3df2f1422035454cc2c6 Merge: d4cf3e2c 0717bb02 Author: Dries Vints Date: Tue Dec 1 16:30:52 2020 +0100 Merge branch '8.x' commit 0717bb0291a51ab63dd220ce4db8b7fa82e23787 Author: Dries Vints Date: Tue Dec 1 16:21:29 2020 +0100 Update CHANGELOG.md commit f6f772ba5490de48d8a79747b39540afe61eed24 Author: Daniel Coulbourne Date: Thu Nov 26 09:38:56 2020 -0500 Uncomment TrustHosts middleware to enable it by default. (#5477) commit 82213fbf40fc4ec687781d0b93ff60a7de536913 Author: Taylor Otwell Date: Wed Nov 25 10:24:16 2020 -0600 remove cloud option commit d218676d4cc7824f4e6c4f52d4afd893156431c9 Merge: 612d1660 86b1b3f2 Author: Taylor Otwell Date: Tue Nov 24 16:10:45 2020 -0600 Merge branch '8.x' of github.com:laravel/laravel into 8.x commit 612d16600419265566d01a19c852ddb13b5e9f4b Author: Taylor Otwell Date: Tue Nov 24 16:10:36 2020 -0600 comment out alias by default commit d4cf3e2c719b7e0e61404382ff7f6a3dd49f4274 Merge: e253d4eb 86b1b3f2 Author: Dries Vints Date: Tue Nov 24 18:21:08 2020 +0100 Merge branch '8.x' commit 86b1b3f20a2fd120549f25bf7cf75bf467f5167b Author: Dries Vints Date: Tue Nov 24 18:18:56 2020 +0100 Update CHANGELOG.md commit 3c814aa8e2c842efacc3e2407abf1b58b3e92bce Author: Paras Malhotra Date: Wed Nov 18 19:15:08 2020 +0530 [8.x] Add missing null cache driver in config/cache.php (#5472) commit 5182e9c6de805e025fb4cfad63c210c3197002ab Author: Taylor Otwell Date: Tue Nov 17 17:07:32 2020 -0600 add ably entry commit e253d4ebb9dd147bbcdd633efd0b3018a1955f9f Merge: e4517a89 e8498122 Author: Dries Vints Date: Tue Nov 17 17:41:01 2020 +0100 Merge branch '8.x' commit e8498122a22745cf13e2d293e2160d914c04abbd Author: Dries Vints Date: Tue Nov 17 17:40:17 2020 +0100 Update CHANGELOG.md commit 9957559dc507a306ef42851abdb950f3c5c7af72 Author: A-Maged Date: Tue Nov 17 16:57:20 2020 +0200 closed @auth correctly (#5471) commit 4931af14006610bf8fd1f860cea1117c68133e94 Author: Taylor Otwell Date: Sat Nov 14 09:17:41 2020 -0600 add stub handler commit 7aa213a564b100ea7cb354caa9d22b723b087677 Author: Taylor Otwell Date: Sat Nov 14 09:16:47 2020 -0600 add stub handler to exception handler commit 3adc2196f79fa4d8470d41d5a7584f2b0432a6fc Author: Iman Date: Thu Nov 12 17:25:54 2020 +0330 Modify the cache.php docblocks (#5468) In new versions of laravel we do not directly specify the "cache driver" anymore but rather a "cache store", so it does not make sense to mention the drivers up there since laravel supports any arbitrary values defined below it by the user. commit 1ad5a8d6e0177d7998fa4ee19a43d135a16d2d42 Merge: aa6d3660 3d7a5075 Author: Taylor Otwell Date: Tue Nov 10 14:19:01 2020 -0600 Merge branch '8.x' of github.com:laravel/laravel into 8.x commit aa6d3660114c93e537a52e0ba3c03071a7f3e67f Author: Taylor Otwell Date: Tue Nov 10 14:18:52 2020 -0600 add sanctum cookie endpoint to default cors paths commit e4517a8951c1502d661c3bc3d66431cfdf353e31 Merge: 1aa50f0e 3d7a5075 Author: Dries Vints Date: Tue Nov 10 15:58:52 2020 +0100 Merge branch '8.x' commit 3d7a5075e7db93a7df89c983c95d9016f448d3f9 Author: Dries Vints Date: Tue Nov 10 15:57:51 2020 +0100 Update CHANGELOG.md commit b54ef297b3c723c8438596c6e6afef93a7458b98 Author: Taylor Otwell Date: Mon Nov 9 14:36:40 2020 -0600 add auth line commit 1aa50f0e4c49fed3a2335e866b03d4178ab93c4e Merge: c31edfe4 d9e85605 Author: Dries Vints Date: Tue Nov 3 20:02:43 2020 +0100 Merge branch '8.x' commit d9e85605cbc491e710d9a2df1939ba2db773b404 Author: Dries Vints Date: Tue Nov 3 20:02:19 2020 +0100 Update CHANGELOG.md commit c31edfe4f0bf3eb3505a54fb1f0523a8e4120036 Merge: 1d1dc13d efdde1e9 Author: Dries Vints Date: Sat Oct 31 10:21:22 2020 +0100 Merge branch 'master' into develop commit efdde1e928d20dc8b2b511ef12f37d8d01249596 Merge: 3e9fd591 3923e7f7 Author: Dries Vints Date: Sat Oct 31 10:21:07 2020 +0100 Merge branch '7.x' commit 3923e7f7c40368a5e78c1a33610191be8ad91e3b Author: Dries Vints Date: Sat Oct 31 10:17:45 2020 +0100 Update CHANGELOG.md commit ff355973475624d9dc9ed5fd157a0ba0bef84710 Author: Dries Vints Date: Sat Oct 31 10:16:23 2020 +0100 Lower ignition constraint commit 1d1dc13d6be17e010ff1ff48114e26ccca6512a9 Merge: 0d5d51fb 3e9fd591 Author: Dries Vints Date: Fri Oct 30 16:09:57 2020 +0100 Merge branch 'master' into develop commit 3e9fd59156d3c4ea5a4f78b03c3a0a892d80cb20 Author: Dries Vints Date: Fri Oct 30 16:07:53 2020 +0100 Update CHANGELOG.md commit 17778838a4345debc57e5bd46a2447b42e7a6c3b Author: Dries Vints Date: Fri Oct 30 16:06:24 2020 +0100 Bump mockery commit 8b947ba34ca5f21b82e941389466cc6d83c7cef5 Merge: fc79b8bb 509708c7 Author: Dries Vints Date: Fri Oct 30 16:05:55 2020 +0100 Merge branch '7.x' commit 509708c7ee04dde4214edcf60fe3752f0d54d91d Author: Dries Vints Date: Fri Oct 30 16:03:50 2020 +0100 Update CHANGELOG.md commit 8ae2d8ec1e4b86c77e9352f3b32e79ebfa62ed82 Author: Dries Vints Date: Fri Oct 30 15:53:46 2020 +0100 Bump ignition and collision commit 3c4eac92baaf98b7d42d7dcf713bbdc017a5c6ab Author: Dries Vints Date: Fri Oct 30 15:48:42 2020 +0100 Bump Guzzle commit 45fa128adbc2c36870f36bc9396a850508fb8c5b Merge: 9af70cff d85be866 Author: Dries Vints Date: Fri Oct 30 15:43:30 2020 +0100 Merge branch '6.x' into 7.x commit d85be8669880cce457eb5827afbedb6ad30bb629 Author: Dries Vints Date: Fri Oct 30 15:40:46 2020 +0100 Update CHANGELOG.md commit 31fbf612efd8e6291453c14d1d8a5377a6870792 Author: Dries Vints Date: Fri Oct 30 15:39:45 2020 +0100 Bump fideloper/proxy commit eb34def26a617cc48813d137dccab4994b555d61 Author: Dries Vints Date: Fri Oct 30 15:38:43 2020 +0100 Bump tinker commit d906d7b86006d65b3ab74c890d2a23b24a7d7a18 Author: Dries Vints Date: Fri Oct 30 15:27:02 2020 +0100 Update phpunit constraints commit f363bc30e18b60612ef77a40a4f169c633fd04ac Author: Dries Vints Date: Fri Oct 30 14:59:24 2020 +0100 Bump ignition commit fc79b8bb1130309278b462ea01cb6c067e3befb1 Merge: 4966dd9b 9af70cff Author: Dries Vints Date: Thu Oct 29 17:01:55 2020 +0100 Merge branch '7.x' commit 9af70cffa4bdc5d5e4d7b96e9fa7fb98969b12c9 Merge: 482d68a1 27338d9a Author: Dries Vints Date: Thu Oct 29 17:01:22 2020 +0100 Merge branch '6.x' into 7.x commit 27338d9a99b63bb180c6c2ba6a9585ab1d10bf78 Author: Dries Vints Date: Thu Oct 29 17:00:39 2020 +0100 Allow PHPUnit 9 commit 0d5d51fb5db9980aeff7697bae6c5a88191fee73 Merge: 554c0799 4966dd9b Author: Dries Vints Date: Thu Oct 29 14:35:38 2020 +0100 Merge branch 'master' into develop commit 4966dd9baf07cec4f7541c60310ace2b53ef41c9 Author: Dries Vints Date: Thu Oct 29 14:33:50 2020 +0100 Update CHANGELOG.md commit 86d4ec095f1681df736d53206780d79f5857907c Author: Dries Vints Date: Thu Oct 29 14:33:24 2020 +0100 Update minimum Laravel version commit 24604418182f5d05e2142f17b4fec97e5fc2c053 Merge: 5396be6e 482d68a1 Author: Dries Vints Date: Thu Oct 29 14:32:54 2020 +0100 Merge branch '7.x' commit 482d68a182bdd629e5d4d3c19d5d7d7623dd074a Author: Dries Vints Date: Thu Oct 29 14:26:10 2020 +0100 Update CHANGELOG.md commit 02ca853809a97f372a3c6dc535c566efff9f6571 Author: Dries Vints Date: Thu Oct 29 14:23:59 2020 +0100 Nump minimum Laravel version commit 056a9e8f903860a066190b6a45b56436d6c64531 Merge: 9b21125e aef279a6 Author: Dries Vints Date: Thu Oct 29 14:23:32 2020 +0100 Merge branch '6.x' into 7.x commit aef279a6cf04b47ac7aa279e37240a683bdcf5e6 Author: Dries Vints Date: Thu Oct 29 14:17:39 2020 +0100 Update CHANGELOG.md commit b8d582581a1067e3b1715cce477b22455acc3d36 Author: Dries Vints Date: Thu Oct 29 14:16:58 2020 +0100 Update minimum Laravel version commit a4d45e6940ec6565ac1ea55cad117082876396ad Author: Dries Vints Date: Thu Oct 29 14:15:43 2020 +0100 Update CHANGELOG.md commit 5396be6ef26aebe99c1c5ac6ec944c349d13f371 Author: Taylor Otwell Date: Tue Oct 27 15:15:00 2020 -0500 update welcome view commit 554c079988152acee80eee017272ed08cac00b6d Merge: d1c60201 b3220963 Author: Dries Vints Date: Tue Oct 27 16:19:11 2020 +0100 Merge branch 'master' into develop commit b3220963795ec4c78051bcae3f1ad24add2c6fe7 Merge: 8bfecacf 9b21125e Author: Dries Vints Date: Tue Oct 27 16:18:44 2020 +0100 Merge branch '7.x' commit 9b21125e31232d29231c60067c6df42e9554715b Merge: 533f130f 4c25cb95 Author: Dries Vints Date: Tue Oct 27 16:18:17 2020 +0100 Merge branch '6.x' into 7.x commit 4c25cb953a0bbd4812bf92af71a13920998def1e Author: Dries Vints Date: Tue Oct 27 16:17:46 2020 +0100 Allow for PHP 8 commit d1c60201e8bef04326445948d9cb7be752ae9d84 Merge: 445ca935 8bfecacf Author: Dries Vints Date: Tue Oct 27 15:03:43 2020 +0100 Merge branch 'master' into develop commit 8bfecacf8c58ac114cc95fd9a0f398a5eeb0af21 Merge: bec982b0 533f130f Author: Dries Vints Date: Tue Oct 27 15:02:56 2020 +0100 Merge branch '7.x' commit 533f130f1429986313966c39511690e23cc42431 Merge: 4eeb29ee 3d46fc35 Author: Dries Vints Date: Tue Oct 27 15:01:36 2020 +0100 Merge branch '6.x' into 7.x commit 3d46fc355d70db2462815b62139f8b0a0f3a16c3 Author: Dries Vints Date: Tue Oct 27 14:54:45 2020 +0100 Update Faker (#5461) commit 22fa816fdf80a0bd821a4249358dd921ed76fb1a Author: Dries Vints Date: Tue Oct 27 14:11:46 2020 +0100 Delete removed webpack flag (#5460) commit bec982b0a3962c8a3e1f665e987360bb8c056298 Author: Taylor Otwell Date: Thu Oct 22 16:01:59 2020 -0500 update by commit 453d7286f3918e067b7a06707be1f22ef59815b8 Author: Viktor Szépe Date: Thu Oct 22 22:41:03 2020 +0200 Revert per user API rate limit It was changed from per user to per application in ced3e50bca279f5a499a6d513fcdfd2a020c28ce commit 445ca935c6a4210c043077533f74817824d0e6ab Author: Dries Vints Date: Thu Oct 22 16:03:11 2020 +0200 [9.x] Allow for composer install on Laravel 9 (#5453) * Allow for composer install on Laravel 9 * Update composer.json * Update composer.json * Update composer.json Co-authored-by: Taylor Otwell commit aeec665b75258eea6cc03df1945e60f066183305 Author: Dries Vints Date: Thu Oct 22 14:31:01 2020 +0200 Update composer.json (#5452) commit 71c6571fc8acee557e954f9b86ff1cdf23471a00 Merge: 13668dd8 d82d7505 Author: Dries Vints Date: Tue Oct 20 20:34:45 2020 +0200 Merge branch 'master' into develop commit d82d7505a17355dfe09c6722cebd6274f11585eb Author: Dries Vints Date: Tue Oct 20 20:34:02 2020 +0200 Update CHANGELOG.md commit 8d3ca07c4cff6d36593625ee4b34e19ce2dba15b Author: Tim MacDonald Date: Sat Oct 17 00:25:48 2020 +1100 add 'multiple_of' translation (#5449) commit 6bfe68365d0ab1301dfae87867814048440d6a78 Author: Ali Shaikh Date: Fri Oct 9 17:40:20 2020 +0500 [8.x] Added 'LOG_LEVEL' env variable in .env.example (#5445) * Added 'LOG_LEVEL' env variable in .env.example Added 'LOG_LEVEL' env variable in .env.example to be consistant with the change in [#5442](https://github.com/laravel/laravel/pull/5442) * Update .env.example Co-authored-by: Dries Vints commit 13668dd89f9cbba8f0816b90b12fa7f959bf0024 Author: Dries Vints Date: Tue Oct 6 18:12:53 2020 +0200 Update CHANGELOG.md commit 1e29cf351fb11a96a2bb9a0abaaf41c45f4d45e4 Merge: 232224c5 c66546e7 Author: Dries Vints Date: Tue Oct 6 18:12:27 2020 +0200 Merge branch 'master' into develop commit c66546e75fcbf208d2884b5ac7a3a858137753a3 Author: Dries Vints Date: Tue Oct 6 18:11:27 2020 +0200 Update CHANGELOG.md commit f5161080d4a62e5b88909d8f8e5b407c76750b2b Author: Dries Vints Date: Tue Oct 6 18:07:58 2020 +0200 Update CHANGELOG.md commit f12fd984142093287d4c1218b9f4581d977ddb52 Author: Norgul Date: Mon Oct 5 22:11:23 2020 +0200 Update logging.php (#5442) Added `LOG_LEVEL` env variable commit 7b958b5d15d2cacb8cc5dcc80d1171c51622e5e9 Author: Pataar Date: Mon Oct 5 14:45:05 2020 +0200 [8.x] Update the badges to use shields.io (#5441) * Update the badges to use shields.io Shields.io works a lot better than the old pugx.org. * Target `/framework` instead of `/laravel` commit 38bc9119eb369eed4d32adbc4132788177712b15 Author: Andrew Brown Date: Fri Oct 2 08:31:13 2020 -0500 type hint the middleware Request (#5438) stemming from https://github.com/laravel/framework/pull/34224 commit a6ca5778391b150102637459ac3b2a42d78d495b Author: Taylor Otwell Date: Tue Sep 22 14:17:27 2020 -0500 add comment commit d3353c9e9a06a044ec573cbf8b73a416e2f2a2ba Author: Ricardo Gobbo de Souza Date: Tue Sep 22 11:23:40 2020 -0300 Fix route when uncomment $namespace (#5424) commit 6a9d5e0da17936fb2e599c95b5567fc2e74419ae Merge: f1a51f7c 4eeb29ee Author: Dries Vints Date: Mon Sep 21 18:12:33 2020 +0200 Merge branch '7.x' into master commit 4eeb29ee12e980969e8d9f2a1cd465e514a0f76e Author: Dries Vints Date: Mon Sep 21 17:59:16 2020 +0200 Update changelog commit f1a51f7c622783d98bf3916fc56c86755feb5426 Author: Alex Mayer Date: Sun Sep 20 21:35:48 2020 -0400 [8.x] Update User Model to Match Jetstream Formatting (#5422) * Update User Model to Match Jetstream Formatting * Update User.php Co-authored-by: Taylor Otwell commit 69d0c504e3ff01e0fd219e02ebac9b1c22151c2a Author: Taylor Otwell Date: Sun Sep 20 11:39:57 2020 -0500 add commented code commit c62a7c13bfa3840041ae01933d56b24e5ad2503d Author: Wojciech Gabryś Date: Tue Sep 15 06:35:19 2020 +0200 Update model path in AuthServiceProvider's policies. Due to the change of default model location in Laravel 8.x from /App to /App/Models, the initial policy comment shoud also reflect this change. commit c6c41f11b8ea3065f035fbb6a6f570b7bfba0037 Author: Graham Campbell Date: Mon Sep 14 17:16:11 2020 +0100 Revert "Fix PHPUnit bool server consts result in null (#5409)" (#5411) This reverts commit 1c4af33b8f55b47ccf9be7a416a98f36cd961802. commit 7cd15dbad654dde2ddb598a45511ff65800717ce Author: Graham Campbell Date: Mon Sep 14 14:18:04 2020 +0100 Avoid deprecated StyleCI fixer name (#5410) commit 1c4af33b8f55b47ccf9be7a416a98f36cd961802 Author: Martin Hettiger Date: Mon Sep 14 15:04:03 2020 +0200 Fix PHPUnit bool server consts result in null (#5409) After updating to Laravel 8 I suddenly had my test suite failing because telescope would not be disabled properly by `phpunit.xml` anymore. This changes fixed my test suite. I've also created a clean Laravel 8 project and added some tests to demonstrate the issue: https://github.com/hettiger/laravel-env-demo/commit/908d3405b84e769c12d296e98bef1ca567127254 Maybe this needs to be addressed in PHPUnit. However I'm adding this workaround here because it's a viable solution IMHO. Maybe should add a note on this in the docs and be done with it…? commit ca30159cabe05675fa268f49acdf93ef12480b01 Author: Salim Djerbouh Date: Sun Sep 13 15:17:54 2020 +0100 fully qualified user model in seeder (#5406) makes it easy to just uncomment when tinkering around commit 292a5b26a9293d82ab5a7d0bb81bba02ea71758e Author: Taylor Otwell Date: Fri Sep 11 08:29:38 2020 -0500 swap route order commit b33852ecace72791f4bc28b8dd84c108166512bf Author: Taylor Otwell Date: Thu Sep 10 14:28:44 2020 -0500 remove property commit 9cbc3819f7b1c268447996d347a1733aa68e16d7 Author: Taylor Otwell Date: Wed Sep 9 21:00:17 2020 -0500 add property to route service provider commit 94e7945517387b9bef0851a506436639e4fbbb5c Author: Can Vural Date: Wed Sep 9 14:20:20 2020 +0200 Fix docblock for variadic parameter (#5401) commit 232224c5c18ba5ddc1d99f9fb48bd2d69ea870fe Author: Dries Vints Date: Tue Sep 8 17:22:35 2020 +0200 Update composer.json commit b9b282a71933e0279fea63fa0302e9a30a4c2efe Author: Youri Wijnands Date: Tue Sep 8 14:50:51 2020 +0200 Use the new Google Fonts API (#5396) https://developers.google.com/fonts/docs/css2 commit c64061629eeb328e79d842051fa3506843c306cf Author: Youri Wijnands Date: Tue Sep 8 14:50:22 2020 +0200 Use the new Google Fonts API (#5398) https://developers.google.com/fonts/docs/css2 commit 151e11caccc8704e49aaa7ab1e3319869a9062c4 Merge: 7895cd3a a7a40d77 Author: Dries Vints Date: Tue Sep 8 13:28:32 2020 +0200 Merge branch 'master' into develop commit a7a40d77447358a57da02f202563c50344dc5a44 Merge: dc5817bb 179e52bd Author: Dries Vints Date: Tue Sep 8 13:28:00 2020 +0200 Merge branch '6.x' into master commit 179e52bdd719fb456ed49a2bf8e42f922a6f5da2 Author: Dries Vints Date: Tue Sep 8 13:27:47 2020 +0200 Fix logo commit 7895cd3a5f3c0ac0e8d0c4b2197f06014dcf52d6 Author: Mark van den Broek Date: Sat Sep 5 04:07:55 2020 +0200 Update docblock (#5392) commit dc5817bbf2552b48d93bde99688d56e99b7a7708 Author: Dries Vints Date: Fri Sep 4 10:39:28 2020 +0200 Update Handler.php commit cfd428bfcb0d4117c9f2b1c201bceda96a906f20 Author: Taylor Otwell Date: Fri Aug 28 10:06:23 2020 -0500 add dontReport property commit ced3e50bca279f5a499a6d513fcdfd2a020c28ce Author: Taylor Otwell Date: Thu Aug 27 13:36:32 2020 -0500 use new rate limiting commit 23205e270f2d599741185ca5f68cc26e0e6f367f Author: Graham Campbell Date: Wed Aug 26 09:41:46 2020 +0100 Add back in ignition commit 3a5f05ce80f09f1b02dd4b5169bbd5eb47a9df04 Merge: 48b7ba93 2c69ec98 Author: Graham Campbell Date: Wed Aug 26 09:39:57 2020 +0100 Merge branch 'master' into develop commit 2c69ec987e2dca71008684fc80bbe56c55427dc3 Merge: fa43c0a3 921b14b9 Author: Graham Campbell Date: Wed Aug 26 09:39:37 2020 +0100 Merge branch '6.x' into master commit 48b7ba938e71c13a697d18f2e6b4e6b0c49def06 Author: Dries Vints Date: Tue Aug 25 15:27:25 2020 +0200 [8.x] Bump Guzzle (#5381) * Bump Guzzle * Update composer.json commit fd8a872b3b3c7e56886b781514fb5f27914627cf Author: Taylor Otwell Date: Thu Aug 20 15:32:30 2020 -0500 update channel commit 710d472d764983a0f8074b6b1a3c5cf57adce1e4 Author: Taylor Otwell Date: Thu Aug 20 15:31:07 2020 -0500 models directory commit d6eda444a7daf19a0e27861d5e06cb43e71da497 Author: Taylor Otwell Date: Wed Aug 19 09:32:50 2020 -0500 update defaults commit 57cc8990992c1bbe094d5186f5bb7737b60d6eaa Merge: 53d14e51 fa43c0a3 Author: Dries Vints Date: Tue Aug 11 19:45:48 2020 +0200 Merge branch 'master' into develop commit fa43c0a333d623a393fa33c27a1376f69ef3f301 Author: Dries Vints Date: Tue Aug 11 19:44:47 2020 +0200 Update CHANGELOG.md commit 921b14b954d51125b8369299a6ba18d78735367d Author: Dries Vints Date: Tue Aug 11 19:16:01 2020 +0200 Update CHANGELOG.md commit 39a58710ba3e5aff0b3588fe748fa24e066d17b0 Merge: b3f60041 0512f006 Author: Dries Vints Date: Fri Aug 7 20:08:41 2020 +0200 Merge pull request #5370 from laravel/bump-7 [7.x] Set framework version ^7.24 commit bbd36167158f29148095085fa81fed211ad676d2 Merge: 407b6b8b e96840e2 Author: Dries Vints Date: Fri Aug 7 20:07:55 2020 +0200 Merge pull request #5369 from laravel/bump-6 [6.x] Set framework version ^6.18.35 commit 0512f00664445c452abbb470b9aaf4a0c7f78b26 Author: Graham Campbell Date: Fri Aug 7 17:29:43 2020 +0100 Set framework version ^7.24 commit e96840e20673ed87e684b8ee814bdf02c1c8dfcc Author: Graham Campbell Date: Fri Aug 7 17:28:47 2020 +0100 Set framework version ^6.18.35 commit 53d14e51e012c79d8649198a3c1f0b8be52f1167 Author: Graham Campbell Date: Fri Aug 7 15:59:53 2020 +0100 [8.x] PHPUnit 9.3+ style code coverage config (#5368) * PHPUnit 9.3+ style code coverage config * Bumped minimum PHPUnit commit 5914e9ced5410eb50ebdd0e25ba28729c820cdb6 Merge: ca3b58cd b3f60041 Author: Graham Campbell Date: Fri Aug 7 11:10:26 2020 +0100 Merge branch 'master' into develop commit b3f600415d3d1eb35c3f0f66e40ffa32c4bc77f0 Merge: a7b70fcc 407b6b8b Author: Graham Campbell Date: Fri Aug 7 11:09:47 2020 +0100 Merge branch '6.x' into master commit ca3b58cd21c21ae6c957b9b2932258eebf023ac1 Author: Taylor Otwell Date: Sat Aug 1 09:50:05 2020 -0500 change method commit 407b6b8b04820a7fc0eb3143a8255abbeabb3eb9 Author: Graham Campbell Date: Mon Jul 27 18:52:00 2020 +0100 Revert "Apply fixes from StyleCI (#5356)" (#5357) This reverts commit 6cbfb781a2a54cb4399f4feaabc35b621c67b560. commit 6cbfb781a2a54cb4399f4feaabc35b621c67b560 Author: Graham Campbell Date: Mon Jul 27 18:49:11 2020 +0100 Apply fixes from StyleCI (#5356) commit 0e7fd2beb18e6f5c0213b0f162611d5e75ce42f4 Author: Dries Vints Date: Mon Jul 27 17:59:20 2020 +0200 Fix version commit a7b70fcc310fee9d78448e078fef9003150ee8aa Author: Taylor Otwell Date: Mon Jul 27 10:57:16 2020 -0500 fix version commit 074c3840ff6be2c562d97ec0d68a04b0699493a1 Merge: f465c511 b1277e2e Author: Dries Vints Date: Mon Jul 27 17:34:05 2020 +0200 Merge pull request #5355 from laravel/bump [6.x] Bumped laravel 6 min version for new LTS users commit b1277e2eb2e586b3cb09bbf545aa7fab0a4fd0ca Author: Graham Campbell Date: Mon Jul 27 16:23:43 2020 +0100 Bumped laravel 6 min version for new LTS users commit e9e7c972661668f4a4c747e951c6e7ce8e3adf15 Author: rennokki Date: Mon Jul 27 18:18:18 2020 +0300 [7.x] Enforce ^7.22.1 due to security issues (#5354) * enforce ^7.22 * Update composer.json Co-authored-by: Dries Vints commit 791c87a80d1c5eebd75e1bf499f86899d6b2b26f Author: Taylor Otwell Date: Wed Jul 22 11:11:30 2020 -0500 Update README.md commit 232995cac214bf1fdff4278aa7904d65df3ae899 Author: Taylor Otwell Date: Wed Jul 22 11:07:41 2020 -0500 Update README.md commit 2053375853dd904c6ff31307b6f83c5a0b636555 Merge: db473189 6d9296c7 Author: Dries Vints Date: Mon Jul 20 16:17:05 2020 +0200 Merge branch 'master' into develop commit f465c511c009235fc7bfa06bfcb41294e60e9b42 Author: Andy Hinkle Date: Mon Jul 20 09:03:03 2020 -0500 Bump lodash from 4.17.15 to 4.17.19 commit 6d9296c71edc3def466d3cab501b7d1f9b6717d2 Merge: 311c3f82 5f462521 Author: Dries Vints Date: Mon Jul 20 16:15:08 2020 +0200 Merge pull request #5346 from ahinkle/patch-1 Bump lodash from 4.17.13 to 4.17.19 commit 5f46252168977e8850b555da057406a835a9b1f9 Author: Andy Hinkle Date: Mon Jul 20 09:03:03 2020 -0500 Bump lodash from 4.17.15 to 4.17.19 commit db473189255913a92efc67e72354e9546327b216 Author: Taylor Otwell Date: Fri Jul 17 08:07:12 2020 -0500 update gitignores commit 3b418421e783c2a68e1c0927c30c1552a24875db Author: Taylor Otwell Date: Fri Jul 17 08:03:16 2020 -0500 change path commit 47e2781f683471aedeca4c98dbcdd410f20c6c7c Author: Taylor Otwell Date: Thu Jul 16 14:30:22 2020 -0500 update for maintenance mode commit 395ede7a2db97e747022682150c3b581207e8a5f Author: Taylor Otwell Date: Thu Jul 16 14:27:24 2020 -0500 add gitignore commit 228aa230e6565e3d77a4655decf8f33f618464c6 Author: Taylor Otwell Date: Thu Jul 16 14:27:19 2020 -0500 update for maintenance mode commit e471dd1cf09907b2d325f5ef4a9aefc4b1f2e5c5 Author: Taylor Otwell Date: Tue Jul 14 15:57:11 2020 -0500 rename class commit a14a1208adc2e94e85d1afb0c36c5250a5668b4d Author: Taylor Otwell Date: Tue Jul 14 15:48:22 2020 -0500 remove alias that isnt needed commit e265156bc69d2752a091526e1308e1a26cf5bd4e Author: Taylor Otwell Date: Tue Jul 14 15:12:37 2020 -0500 simplify line commit 6f1f40bc940fac0fcfe66420bee4962c4e6a98c3 Author: Taylor Otwell Date: Tue Jul 14 14:39:13 2020 -0500 update link commit a9623d359691d17bedc03280282b74763f970290 Author: Taylor Otwell Date: Tue Jul 14 14:10:07 2020 -0500 update wording commit ce3e006d61299bdd3bd2b99ec5489577e55a296a Author: Taylor Otwell Date: Tue Jul 14 14:07:25 2020 -0500 remove unneeded property. can use ignore method commit a9abc85301ab56a89f5c7256dfbc30f8dd0abafd Author: Taylor Otwell Date: Tue Jul 14 14:00:47 2020 -0500 consolidate to a single method commit 880cc1d3d8048adf9eeca677e675eef3d5da922f Author: Taylor Otwell Date: Tue Jul 14 10:10:03 2020 -0500 simplify default exception handler commit adb7eacf9e030e02212f01419e332b3fe8f9be7d Author: Muah Date: Mon Jun 29 17:21:36 2020 +0200 [8.x] Multiple guards for RedirectIfAuthenticated (#5329) * Update RedirectIfAuthenticated.php allow the middleware to have the same behavior as https://laravel.com/api/5.8/Illuminate/Auth/Middleware/Authenticate.html#method_authenticate so now the guest middleware have the same footprint as auth ex.`guest:web,admin` instead of creating multiple lines to support different guards. * Update RedirectIfAuthenticated.php commit 6ca2ecacea0f6f0ff8a4c2f0d39c1ddda4c17f3e Author: Taylor Otwell Date: Wed Jun 24 13:13:32 2020 -0500 remove unneeded block commit c58b40b9bc8288cda1f551dbe0a4d6547b37b2c9 Author: Taylor Otwell Date: Wed Jun 24 13:12:04 2020 -0500 Remove extra line commit d2db8d8159f3398bcd21d9db00940dbcc7af63a2 Author: Taylor Otwell Date: Wed Jun 24 13:11:53 2020 -0500 fix comments commit 5c7c9f36384bb3f64837064baa975c124a34a457 Author: Taylor Otwell Date: Wed Jun 24 13:09:30 2020 -0500 adjust index script commit ae2af3adfc311c6bde53ee6ac5e17a422954d081 Author: Taylor Otwell Date: Wed Jun 24 13:03:02 2020 -0500 tap commit 58a98efb86c0c0a819e333a52eccf2a7de652f15 Author: Taylor Otwell Date: Wed Jun 24 12:47:56 2020 -0500 tweak route provider default settings commit e0c4fd8b8a799df4ae917c2e8bbdeee83324ca3e Author: Taylor Otwell Date: Wed Jun 24 11:36:04 2020 -0500 one line commit 17e2ce73edb6f8eae9879f988898de809020bbf6 Merge: 641d1046 9374d9e7 Author: Dries Vints Date: Mon Jun 22 10:18:42 2020 +0200 Merge pull request #5324 from nunomaduro/patch-1 [8.x] Requires PHP 7.3 and bumps both PHPUnit and Collision commit 9374d9e7b386ea0ef6a0e55d33dc758cb946a157 Author: Nuno Maduro Date: Mon Jun 22 03:07:47 2020 +0200 Requires PHP 7.3 and bumps both PHPUnit and Collision commit 641d104610401174ff330595239cada1c7472b81 Author: Taylor Otwell Date: Fri Jun 19 15:40:52 2020 -0500 add css file commit 588247b790f4f0d13296247f8140b1466e1e6936 Author: Taylor Otwell Date: Thu Jun 18 15:26:58 2020 -0500 use postCss default instead of sass commit a429eab2d45e37e2ccfae9a052011c933a55a9a0 Merge: b522e3b3 311c3f82 Author: Dries Vints Date: Tue Jun 16 14:56:56 2020 +0200 Merge branch 'master' into develop commit 311c3f823a6f09df5e9b882906456e9caa02132c Author: Taylor Otwell Date: Fri Jun 12 09:35:55 2020 -0500 tweak phpunit.xml commit 74df1e26e639f0527429fba8185b743e6538d3ac Merge: 6e5f4093 2f33300a Author: Dries Vints Date: Fri Jun 12 10:36:11 2020 +0200 Merge pull request #5320 from barryvdh/patch-4 Bump fruitcake/laravel-cors commit 2f33300abe3684a42acd2d9dce35569e988d9c13 Author: Barry vd. Heuvel Date: Fri Jun 12 08:50:58 2020 +0200 Bump fruitcake/laravel-cors commit b522e3b30137036f39eafadd76fc9159977a8200 Author: Taylor Otwell Date: Wed Jun 3 17:06:06 2020 -0500 shop commit 6aa12f1b06fd06f9ece32f191329f4260ac31e88 Author: Taylor Otwell Date: Wed Jun 3 14:51:22 2020 -0500 use route service provider commit 6e5f40939ce15d731276b2ad6e5fd08057faa79a Author: Taylor Otwell Date: Wed Jun 3 08:30:51 2020 -0500 Update README.md commit 9e5ba571a60a57ca2c3938bc5bd81d222cb6e618 Author: Taylor Otwell Date: Thu May 28 10:08:01 2020 -0500 add password reset migration commit 5639581ea56ecd556cdf6e6edc37ce5795740fd7 Author: Taylor Otwell Date: Mon May 18 16:50:22 2020 -0500 add basic trust host middleware commit c10489131ef28ecd46529e37b558ae93a20e3fb8 Author: Taylor Otwell Date: Mon May 18 10:47:20 2020 -0500 fix formatting commit c3f7dd9af865ab060d7ff3b0086272e9ea4cd54b Author: Taylor Otwell Date: Mon May 18 10:20:51 2020 -0500 fix doc block commit c15a1006d1e8ca335e8aa81314a8a20baf93563f Author: Taylor Otwell Date: Fri May 15 14:04:40 2020 -0500 respect dark mode on splash commit 7b0b5d8310143269d8de50442499b77187f8ee5a Author: Ryan England Date: Thu May 14 14:50:14 2020 +0100 Update sponsor link (#5302) British Software Development have rebranded to Many, link and link text updated accordingly. commit 7d62f500a789416738a7181d5217d33ca096db04 Author: feek <5747667+mr-feek@users.noreply.github.com> Date: Mon May 4 06:31:39 2020 -0700 chore: update typehint to be nullable (#5296) By default, this property is null. Therefore, it should be marked as nullable commit 0f133c1e8eff44d765a40fc1934172e7bf046e56 Author: fragkp Date: Fri May 1 16:35:51 2020 +0200 set default auth_mode for smtp mail driver (#5293) Co-authored-by: KP commit eb080e5ceeaa39e5d94a44036f791ad5e30947d2 Merge: fac16a7e 785405b3 Author: Dries Vints Date: Mon Apr 27 16:33:05 2020 +0200 Merge branch 'master' into develop commit 785405b34b3fcf9be0ab1262c4eaa72569fac218 Merge: 3cdfe0ce d7d342c2 Author: Dries Vints Date: Mon Apr 27 16:32:54 2020 +0200 Merge branch '6.x' commit d7d342c2f546576524e449c1fae69dbc885a21c2 Author: Nabil Muh. Firdaus Date: Mon Apr 27 20:38:20 2020 +0700 Disable webpack-dev-server host check (#5288) commit fac16a7e26307f83e91dfbd88f9d5429b042b183 Author: Taylor Otwell Date: Tue Apr 21 14:47:10 2020 -0500 Update DatabaseSeeder.php Update example. commit 2149e8c24cc7ce855f8e27f8d4dae88b14598119 Author: Taylor Otwell Date: Tue Apr 21 14:44:37 2020 -0500 update seeders commit 5f6f5c929b25ab3ba83fccf3a7b01c4bd13d60f4 Author: Taylor Otwell Date: Tue Apr 21 12:41:27 2020 -0500 add model commit b9af2b229455efd68c806ff0f8f3d7e1411c9bbf Author: Taylor Otwell Date: Tue Apr 21 10:12:39 2020 -0500 Use new factories Use the new factories provided in 8.x commit 0e01834bedb0a360608e4eec6c71418454004ce6 Author: Taylor Otwell Date: Fri Apr 17 10:36:39 2020 -0500 add sponsor link commit 919a04914ff45d103f603f29d171e0c3d16141d9 Merge: 8be1fd40 3cdfe0ce Author: Dries Vints Date: Thu Apr 16 09:47:44 2020 +0200 Merge branch 'master' into develop commit 3cdfe0ce952c0b202150855b2f846996ebd4ba4a Merge: b5f008a8 8aab222c Author: Dries Vints Date: Thu Apr 16 09:47:28 2020 +0200 Merge branch '6.x' commit 8aab222c12ea63711e3b6b41b23c6b6f2231588c Author: Dries Vints Date: Thu Apr 16 09:45:26 2020 +0200 Update CHANGELOG.md commit 8be1fd40018912c3e9b5e52504c99cf06d3ef0b9 Merge: d53c56e4 b5f008a8 Author: Dries Vints Date: Wed Apr 15 13:47:54 2020 +0200 Merge branch 'master' into develop commit b5f008a8bff29219800b465e613bc19a191ac815 Author: Dries Vints Date: Wed Apr 15 13:46:52 2020 +0200 Update CHANGELOG.md commit d53c56e4e0bdc2b9a3c14511bdcbe48c4914f084 Author: Taylor Otwell Date: Tue Apr 14 16:14:14 2020 -0500 remove unneeded parent boot calls commit 103fc0b4513d9ffbc33ebb31f74f9fba81d2b100 Merge: 5f9ee30e 0d23e5f7 Author: Dries Vints Date: Tue Apr 14 10:58:32 2020 +0200 Merge pull request #5278 from voyula/patch-1 [7.x] Normalize Style commit 0d23e5f761c0cc98318e883dbce13a43a3c13226 Author: Musa <40173603+voyula@users.noreply.github.com> Date: Tue Apr 14 11:56:29 2020 +0300 [7.x] Normalize Style See: https://github.com/laravel/framework/blob/7.x/phpunit.xml.dist#L14 commit 5f9ee30e379390f9ce506d934314cb6ff6d7d355 Author: Igor Finagin Date: Thu Apr 9 19:03:28 2020 +0300 Disable Telescope in PHPUnit (#5277) PHPUnit throw exception when Telescope is enabled commit 0dbc6350b9b39b177565bae5351d0cf00b6143f4 Merge: f9d2f5be e2c9261c Author: Dries Vints Date: Thu Apr 9 16:58:04 2020 +0200 Merge branch 'master' into develop commit e2c9261c2dfe2d0d0456c8ad113d147cce153885 Merge: 2a2522d8 73f723a2 Author: Dries Vints Date: Thu Apr 9 16:56:58 2020 +0200 Merge branch '6.x' commit 73f723a2f4153f87b3d45d23addc0923f233de57 Author: Dries Vints Date: Thu Apr 9 16:54:25 2020 +0200 Add both endpoint and url env variables (#5276) commit f9d2f5be368619fb481b6f69784f516c1b2de59f Author: Taylor Otwell Date: Wed Apr 8 08:09:49 2020 -0500 remove ignition until its ready for 8 commit 0f0b78ec8cafbaa917e6c6be43784b1d7db47fd6 Author: Taylor Otwell Date: Tue Apr 7 15:58:25 2020 -0500 tweak welcome page commit bf2d370ec4d41ef3fb5732eca9eca0e3315cad2f Author: Taylor Otwell Date: Tue Apr 7 14:38:49 2020 -0500 new welcome page commit 2a2522d8824c0852e30a7e3e07d46a543eb4b33d Author: Taylor Otwell Date: Sun Mar 29 10:38:29 2020 -0500 fix wording commit f140d926d3c24e854578a9eb6a2b2f7fe763abf5 Merge: dccc9334 b26aaff2 Author: Dries Vints Date: Sat Mar 28 11:57:59 2020 +0100 Merge pull request #5271 from winter-ice/master [7.x] Consistent filename commit b26aaff2100e3f01aee0dc96ad7657ddd2d5a07c Author: ice <490554416@qq.com> Date: Sat Mar 28 09:53:47 2020 +0800 consistent filename commit f2691fcc138be7a117c10c12490a109b5ac2061b Merge: 1111e6f2 dccc9334 Author: Dries Vints Date: Tue Mar 24 18:32:52 2020 +0100 Merge branch 'master' into develop commit dccc933416c7f3a9bf9824fd8515b2daa51f6973 Merge: 6628b7a1 d067d7d8 Author: Dries Vints Date: Tue Mar 24 18:31:42 2020 +0100 Update CHANGELOG.md commit d067d7d889e69d28e609534e3c5cdf5773462df9 Author: Dries Vints Date: Tue Mar 24 18:26:16 2020 +0100 Update CHANGELOG.md commit 1111e6f2f3bbbbc27e4e97df4b747140a894a6a6 Merge: 57cd6a82 6628b7a1 Author: Graham Campbell Date: Tue Mar 24 13:55:29 2020 +0000 Merge branch 'master' into develop commit 6628b7a1b48c2f559ec01b9e8e77872b63e0fb70 Merge: d82bf976 b7b6e35b Author: Graham Campbell Date: Tue Mar 24 13:55:12 2020 +0000 Merge branch '6.x' commit b7b6e35bf88f346832bdd32b71ca7ed4f0ceddd5 Author: Jacob Honoré <643471+JacobHonore@users.noreply.github.com> Date: Tue Mar 24 14:11:36 2020 +0100 Fix s3 endpoint url reference (#5267) commit d82bf9768b5d486d08159c191bec8a3d7b426436 Author: Markus Podar Date: Sun Mar 15 17:25:50 2020 +0100 [7.x] Allow configuring the timeout for the smtp driver (#5262) * Allow configuring the timeout for the smtp driver The default is the same as in `\Swift_Transport_EsmtpTransport::$params` * Corrected default * Update mail.php Co-authored-by: Graham Campbell Co-authored-by: Taylor Otwell commit 52f69fcf2529501bed81b2bc5b036c4edd729cd5 Author: Taylor Otwell Date: Sat Mar 14 16:07:23 2020 -0500 add sponsor link commit 57cd6a8217809c51814f4a045c06395248b07183 Merge: 404b43b5 f93f4ad8 Author: Graham Campbell Date: Sat Mar 14 11:16:53 2020 +0000 Merge branch 'master' into develop commit f93f4ad8bf114116a7c6917e7da155b5656463af Author: Mathieu TUDISCO Date: Fri Mar 13 20:53:56 2020 +0100 Fix session config changes (#5261) * Fix session config changes * Update session.php Co-authored-by: Taylor Otwell commit 166abfa35c535f4572d5971a99aec45cc8c63ff6 Author: Barry vd. Heuvel Date: Wed Mar 11 21:08:52 2020 +0100 Update default CORS config (#5259) commit c7a0002432351690d28223afa7caa272e769e226 Author: André Ricard Date: Wed Mar 11 09:37:46 2020 -0300 Fix the code indent of object operators (#5258) This commit fixes the code indent of object operators, as following the framework code standards -> 2.4. Indenting commit b0ce2adc423ff175a20838ee5f2c858cbc63b11f Author: Roberto Aguilar Date: Fri Mar 6 15:16:30 2020 -0600 Add new SQS queue suffix option (#5252) As described in laravel/framework#31784, this option will allow to define a queue name suffix. commit 641fcfb60aa47266c5b4767830dc45bad00c561c Author: Taylor Otwell Date: Fri Mar 6 07:57:11 2020 -0600 remove config entry commit 404b43b502b2aae63866f80332c45e24f8a06589 Merge: 5c4f9980 36373983 Author: Graham Campbell Date: Fri Mar 6 11:48:48 2020 +0000 Merge branch 'master' into develop commit 36373983adaea3a021ef968b99de038b1fc4f55c Merge: 3aa22403 5ddbfb84 Author: Graham Campbell Date: Fri Mar 6 11:48:34 2020 +0000 Merge branch '6.x' commit 5ddbfb845439fcd5a46c23530b8774421a931760 Author: Graham Campbell Date: Fri Mar 6 11:47:59 2020 +0000 Ensure that app.debug is a bool commit 3aa22403c7d865049a735c51fadf60add498840e Author: Taylor Otwell Date: Wed Mar 4 16:45:31 2020 -0600 remove empty line from phpunit.xml (#5245) I'm not sure if there's a style rule for this, but it seems very out of place to be the only empty line in the whole file. commit efcf74f422b381a69da8f673061eb94487e6f557 Author: Mark van den Broek Date: Wed Mar 4 15:05:25 2020 +0100 [7.x] Add Mailgun and Postmark mailer (#5243) * Add Mailgun and Postmark mailer * Formatting * Update mail.php Co-authored-by: Taylor Otwell commit c9cf57a00c76c58afec25a822846f0798661e372 Author: Benedikt Franke Date: Wed Mar 4 15:04:39 2020 +0100 Add serialize option to array cache config (#5244) This documents the new configuration option from https://github.com/laravel/framework/pull/31295 commit 5c4f9980ecdef0beea23b4cbdb40b0694f042c10 Author: Dries Vints Date: Tue Mar 3 20:43:10 2020 +0100 Update CHANGELOG.md commit 80b250cad66a3f6e721a275f138ce0edd5ddb6cd Merge: a29dd2ed 876142d7 Author: Dries Vints Date: Tue Mar 3 20:42:56 2020 +0100 Merge branch 'master' into develop commit 876142d709b99af0211315c4a8e8f93f38790f25 Author: Dries Vints Date: Tue Mar 3 20:42:38 2020 +0100 Update CHANGELOG.md commit 2d7b45bfb465d838a9f670e35738ac13166410e9 Merge: 672f626d e773d388 Author: Dries Vints Date: Tue Mar 3 18:18:11 2020 +0100 Merge branch '6.x' commit e773d3885b30ec77c8f0a3bbca31c914b80d3762 Author: Dries Vints Date: Tue Mar 3 18:15:59 2020 +0100 Update CHANGELOG.md commit a29dd2edb8245363c451113bfaf97ce83a736a15 Author: Dries Vints Date: Tue Mar 3 15:02:05 2020 +0100 Update composer.json commit 672f626da1788a46bf6bc830d15725ee3ae668d8 Author: Maxime Willinger Date: Mon Mar 2 17:52:06 2020 +0100 Add array mailer (#5240) commit 7bea49b8ee35728a791bf1e50e894b36f3c8843e Author: Maxime Willinger Date: Mon Mar 2 16:21:08 2020 +0100 Use MAIL_MAILER in test environment (#5239) commit d7c602c164bfa5db8d02c139769558e336f24d89 Author: Dries Vints Date: Thu Feb 27 17:30:43 2020 +0100 Update app.php (#5237) commit 0b14a741eb62f7b7d316b27f7b0e8bff770e3f7b Author: Dries Vints Date: Thu Feb 27 16:26:30 2020 +0100 Update app.php (#5237) commit 88a763e36f1d39be9b9924bbd1007a4a7b2eee9f Author: Dries Vints Date: Thu Feb 27 16:21:15 2020 +0100 Update app.php (#5237) commit 705076ffc28a834a1eb76b3550be2b6269a8fefb Author: Graham Campbell Date: Mon Feb 24 14:48:16 2020 +0000 Bumped min guzzle commit 3233e6f8097816349137eb46d03c9e83a5321259 Merge: d529de06 8cece725 Author: Graham Campbell Date: Mon Feb 24 14:47:21 2020 +0000 Merge branch 'master' into develop commit 8cece7259806b3e4af6f185ffa4772dded70cd21 Author: Sjors Ottjes Date: Mon Feb 24 15:37:15 2020 +0100 Remove redundant default attributes from phpunit.xml (#5233) commit d529de062d16ac29f48c901ea02e9dacde10ef47 Author: Dries Vints Date: Thu Feb 13 16:03:25 2020 +0100 Update composer.json commit d038d1f6b65ba1c48bd608b535cdc04d826821ba Author: Dries Vints Date: Thu Feb 13 16:00:10 2020 +0100 Update composer.json commit c434eae43d673a709bb840f5f2e03b58da30682b Author: Taylor Otwell Date: Wed Feb 12 16:20:50 2020 -0600 guzzle commit 6b9050226e9ada706143a8b3d90c4a4d5e4355e2 Author: Taylor Otwell Date: Wed Feb 12 09:30:09 2020 -0600 use phpunit 0 commit 2c4fa1ab2815fd10f6e797f76c407a5fddb294aa Author: Taylor Otwell Date: Wed Feb 5 16:46:09 2020 -0600 formatting commit d7f67f631d7743c4d877197089f17dc4b62ee792 Author: Andrew Brown Date: Wed Feb 5 10:48:51 2020 -0600 styling commit 153746c2c17b6199294ec97f4fea95ed34241c7b Author: Andrew Brown Date: Wed Feb 5 10:33:45 2020 -0600 add `links` option to filesystems config https://github.com/laravel/framework/pull/31355 commit eb3143ea720d229c54a31b07b582ead58a216a41 Author: Nuno Maduro Date: Tue Feb 4 22:20:49 2020 +0100 Uses latest stable of Collision (#5221) commit c78a1d8184f00f8270d8a135cc21590837b6bfbd Author: ARCANEDEV Date: Fri Jan 31 14:48:04 2020 +0100 Bump fzaninotto/faker version to support PHP 7.4 (#5218) Bumping `fzaninotto/faker` version to support PHP 7.4, especially when running composer with `--prefer-lowest` flag. PRs related to version `^1.9.1`: * https://github.com/fzaninotto/Faker/pull/1748 * https://github.com/fzaninotto/Faker/pull/1843 commit c81712bdf46b9fbd8641f07641470195d5487709 Author: Andrey Helldar Date: Thu Jan 30 17:14:42 2020 +0300 [6.x] Update cross-env to the latest (#5216) This is not a fix for the vulnerability. Just updating the dependency to the latest version. @see https://yarnpkg.com/package/cross-env Yes, I know that they recently released version 6.0 and in a short time 7.0. commit f04029a64d93401e0d6788253c5134cdf8804607 Author: Freek Van der Herten Date: Mon Jan 27 15:53:34 2020 +0100 use ignition v2 (#5211) commit 38a1249a002bf1dd201bda614454b28ed8c41f59 Merge: 91dd1f61 2503ed68 Author: Taylor Otwell Date: Fri Jan 24 07:49:40 2020 -0600 Merge remote-tracking branch 'origin/develop' into develop commit 91dd1f61cdd3c7949593a4435dff8b77322761f2 Author: Taylor Otwell Date: Fri Jan 24 07:49:20 2020 -0600 formatting commit 2503ed687ff4e8d068a36a9fe6d990492ffdbbed Merge: db596ba0 1d094a80 Author: Graham Campbell Date: Fri Jan 24 13:48:38 2020 +0000 Merge branch 'master' into develop commit 550282b0944d10eb78bf3ff4e556fe10a83ad8d7 Merge: db596ba0 678901cc Author: Taylor Otwell Date: Fri Jan 24 07:46:08 2020 -0600 Merge branch 'check-compiled' of https://github.com/browner12/laravel into browner12-check-compiled commit 1d094a80849133899fa4a9ba9b7598de7bc6d370 Author: Andrey Helldar Date: Fri Jan 24 16:43:48 2020 +0300 [7.x] Update cross-env and resolve-url-loader to the latest (#5210) commit 678901cc4d2ee139b547375299b43eac19a37674 Author: Andrew Brown Date: Thu Jan 23 10:40:45 2020 -0600 update name commit 2fe113e606989e3dec86dc7e716833facafe55bc Author: Andrew Brown Date: Thu Jan 23 10:27:12 2020 -0600 add new `check_compiled` option commit db596ba02aaedd925be3dd3c51d486355da277db Merge: ffc74ba1 b1f35786 Author: Taylor Otwell Date: Fri Jan 17 16:15:48 2020 -0600 Merge branch 'develop' of github.com:laravel/laravel into develop commit ffc74ba143a7de4a89f2c3fd525a5621ca879e38 Author: Taylor Otwell Date: Fri Jan 17 16:15:38 2020 -0600 remove hyphen on email commit b1f35786eb6352d1a613ffe0e2b7e55f6e1a316e Merge: 94f8ee3c 9d0862b3 Author: Dries Vints Date: Tue Jan 14 17:52:04 2020 +0100 Merge branch 'master' into develop commit 9d0862b3340c8243ee072afc181e315ffa35e110 Merge: 9b6d1b14 f44f065a Author: Dries Vints Date: Tue Jan 14 17:50:01 2020 +0100 Merge pull request #5201 from aimeos/master Use file session driver again commit 9b6d1b14bcbeba1b52a75a48dedc0402b1f08bb5 Author: Caíque de Castro Soares da Silva Date: Mon Jan 13 13:36:09 2020 -0300 Update laravel mix and sass loader (#5203) commit f121af8985d1dbb665cb9ca4b6a9f7dbb6211a7c Author: Robert Korulczyk Date: Sun Jan 12 16:06:29 2020 +0100 Add missing full stop for some validation messages (#5205) commit 94f8ee3cade8d08097ed0255e4fb0fc4e56a8cd3 Merge: 130b8c8b b46c16b4 Author: Dries Vints Date: Thu Jan 9 12:42:11 2020 +0100 Merge branch 'master' into develop commit b46c16b4246c7dc648158221c49f5b2e785e7c30 Author: Dries Vints Date: Thu Jan 9 12:41:21 2020 +0100 Update CHANGELOG.md commit 130b8c8bcb8f167e7013e7846004b2df3e405b72 Author: Taylor Otwell Date: Wed Jan 8 17:16:33 2020 -0600 add ses commit e43d4546a9c0bde49dae51fd6f4e2766674f1152 Author: Taylor Otwell Date: Wed Jan 8 17:14:01 2020 -0600 fix comment commit 61ec16fe392967766b68d865ed10d56275a78718 Author: Taylor Otwell Date: Wed Jan 8 17:10:37 2020 -0600 work on mail configuration file commit 76d822768dcab14fa1ee1fd1f4a24065234860db Author: Taylor Otwell Date: Wed Jan 8 17:01:42 2020 -0600 update mail configuration file commit f44f065a2b2cad1a947a7e8adc08fcc13d18c49c Author: Aimeos Date: Wed Jan 8 12:44:53 2020 +0100 Use file session driver again commit eca7bc7d66cef63500a62e8deaa3fce1772f1641 Author: Aimeos Date: Wed Jan 8 12:44:22 2020 +0100 Use file session driver again commit 7e5a9154857f598f69978559a6ef9c34c1348e15 Merge: 4bf7dffb 25c36eb5 Author: Graham Campbell Date: Tue Dec 31 12:26:17 2019 +0000 Merge branch 'master' into develop commit 25c36eb592c57e075acc32a12703005f67c4ec10 Merge: 195faa16 5df3b7b1 Author: Graham Campbell Date: Tue Dec 31 12:22:50 2019 +0000 Merge pull request #5196 from laravel/revert-5006-analysis-qxPGgA [6.x] Revert "Apply fixes from StyleCI" commit 5df3b7b1fe07a22d3275180ece0b31f45682f07e Author: Graham Campbell Date: Tue Dec 31 12:21:39 2019 +0000 Revert "Apply fixes from StyleCI (#5006)" This reverts commit 50176732d66b197de62d5567b79fc77f63e2cfbd. commit 4bf7dffb90366438e849c0c96e06e2a638eec336 Author: Graham Campbell Date: Mon Dec 30 18:23:10 2019 +0000 Bumped defaults for Laravel 7 (#5195) commit 8af8af0cbfc5cdfaa3f757afe736a9d28d83851c Merge: 0bec06cd 195faa16 Author: Graham Campbell Date: Sat Dec 28 00:35:40 2019 +0000 Merge branch 'master' into develop commit 0bec06cd45a7f6eda0d52f78dd5ff767d94ed5cc Author: Taylor Otwell Date: Fri Dec 27 08:56:53 2019 -0600 formatting commit c222f6d04ff29489daec178d15ae23a3c13838f8 Author: Barry vd. Heuvel Date: Thu Dec 26 19:54:10 2019 +0100 CS commit e4683c6ecaff9a7dc779fb0dfe39f6336832fc9d Author: Barry vd. Heuvel Date: Thu Dec 26 19:48:38 2019 +0100 Revert routes commit 860ec9f2a48c65d30998942263a4f9a849e9b0a0 Author: Barry vd. Heuvel Date: Thu Dec 26 19:46:41 2019 +0100 Use config instead of middleware property commit 195faa16cbeabc84b0eb9c9f4227ead762c93575 Author: Anton Komarev <1849174+antonkomarev@users.noreply.github.com> Date: Wed Dec 25 18:05:29 2019 +0300 Fix types consistency in database config (#5191) commit 777baff7d5abdf38330714ccb5ff3dc3ee5d2f9c Author: Graham Campbell Date: Tue Dec 24 22:28:34 2019 +0000 Update composer.json commit bee0e8c94c37bf3909e3fbe7e100a106dbf57fab Author: Barry vd. Heuvel Date: Tue Dec 24 22:26:06 2019 +0100 Add HandleCors middleware commit db940594ad86a22663acc3c119caab571344e2ee Merge: 4d565e68 846f7a19 Author: Graham Campbell Date: Tue Dec 24 17:45:25 2019 +0000 Merge branch 'master' into develop commit 846f7a193a6c4ff92b6595596c9bbcb3cf8c426e Author: Graham Campbell Date: Tue Dec 24 17:35:58 2019 +0000 Correct exception handler doc (#5187) commit 4d565e681cbf496e0cdfb58743d4ae8238cef15e Author: Taylor Otwell Date: Fri Dec 20 15:10:23 2019 -0600 import facades commit f4c8190744bbab94e7751518bfd0fdce82ee3ab0 Merge: cf5e99e9 e6471a6f Author: Taylor Otwell Date: Fri Dec 20 14:48:16 2019 -0600 Merge branch 'develop' of github.com:laravel/laravel into develop commit cf5e99e9aa998c56eda0765a9aefdc14c439e0df Author: Taylor Otwell Date: Fri Dec 20 14:48:04 2019 -0600 change comment commit e6471a6f2e73dd244f957751ab315aa5903c32ea Author: Taylor Otwell Date: Fri Dec 20 14:15:04 2019 -0600 Apply fixes from StyleCI (#5186) commit f13aef873333aef538d526217d023fe81e87acd7 Author: Taylor Otwell Date: Fri Dec 20 14:14:43 2019 -0600 move var commit 12c28822f402a948dac389bf037c550524845ba3 Author: Taylor Otwell Date: Fri Dec 20 14:14:01 2019 -0600 one liner commit 3ee0065bcd879b82ee42023165f8a8f71e893011 Author: Taylor Otwell Date: Fri Dec 20 14:10:38 2019 -0600 remove unnecessary variable commit 13e43893ba2457c3e49898f0066a5ce8d7ea74f4 Author: Taylor Otwell Date: Fri Dec 20 13:58:16 2019 -0600 remove auth migration that is now in laravel/ui commit b5bb91fea79a3bd5504cbcadfd4766f41f7d01ce Author: Taylor Otwell Date: Fri Dec 20 11:48:38 2019 -0600 Remove controllers that are generated by laravel/ui package. These controllers will be installed and generated by the laravel/ui (2.0) package in Laravel 7.x. commit 583d1fa773803f951653af490b3dcc89b967ddbb Author: Graham Campbell Date: Thu Dec 19 15:36:06 2019 +0000 [7.x] Remove register in auth provider (#5182) * Remove register in auth provider * Update AuthServiceProvider.php * Update Kernel.php commit 7d70bfe8289fce07fa595340578b13f4bdac495d Author: Taylor Otwell Date: Wed Dec 18 13:44:16 2019 -0600 Utilize Authentication Middleware Contract (#5181) * adjust auth middleware to point to contract * remove middleware priority commit f589a7e89782a8419f7ad54b512289f60ffa8619 Merge: 5d50d30c 99f183b5 Author: Taylor Otwell Date: Wed Dec 18 12:24:10 2019 -0600 Merge branch 'master' into develop commit 99f183b5c794354f7387d503b40d2be63e678a80 Merge: 140d4d9b b2734a9c Author: Taylor Otwell Date: Wed Dec 18 12:02:53 2019 -0600 Merge branch 'master' of github.com:laravel/laravel commit 140d4d9b0a4581cec046875361e87c2981b3f9fe Author: Taylor Otwell Date: Wed Dec 18 12:02:46 2019 -0600 use class name to be consistent with web middleware commit b2734a9c313ac637e9b8cffa80f9fa9d3da96a09 Author: Anton Komarev <1849174+antonkomarev@users.noreply.github.com> Date: Wed Dec 18 20:17:32 2019 +0300 Add MAIL_FROM_ADDRESS & MAIL_FROM_NAME to .env file (#5180) commit c5f9126981fe340edf71de284b27926323d3271b Author: Andrew Minion Date: Wed Dec 18 09:41:11 2019 -0600 default email from name to app name (#5178) commit 17f0ff22057a028f28b8aa17fadbc7fe4136bf66 Author: Michael Stokoe Date: Wed Dec 18 15:38:03 2019 +0000 Updated config/logging.php (#5179) This adds a default emergency logger path to the logging config file. This change goes hand-in-hand with my changes found here: https://github.com/Stokoe0990/framework/commit/7a03776bc860bde4cdc82e69ab133a755b66dd2d commit 89e83915e94142ae79db7480561ae8a7a525e114 Merge: dd93aca5 40f93daa Author: Dries Vints Date: Mon Dec 16 11:35:41 2019 +0100 Merge pull request #5175 from canvural/patch-1 [6.x] Update redirectTo return type PHPDoc commit 40f93daa83b17ad47c51ec9beed4c1ba79eb66ed Author: Can Vural Date: Sat Dec 14 11:48:14 2019 +0100 Update redirectTo return type PHPDoc commit dd93aca5970290dfda651f00a80fdd78b66da226 Merge: f48e2d50 136085bf Author: Taylor Otwell Date: Fri Dec 13 22:43:22 2019 -0600 Merge branch 'master' of github.com:laravel/laravel commit f48e2d500cb53cc4a09dfcb40beb0abafd79de4f Author: Taylor Otwell Date: Fri Dec 13 22:42:46 2019 -0600 change some default settings commit 136085bfd8361969a7daedc2308e0b59dbd41f60 Author: Bert Heyman Date: Fri Dec 13 15:18:09 2019 +0100 Add "none" to supported same site options in session config (#5174) commit 972f3cd2832cd8a8e9e0be96817d10840b735316 Author: Taylor Otwell Date: Tue Dec 10 08:59:27 2019 -0600 DRY up path (#5173) commit f4b1dc6df04f4ef9b4b15e2c38668e8cb168c253 Author: Dries Vints Date: Fri Dec 6 16:46:02 2019 +0100 [6.x] Implement integration test and in-memory DB (#5169) * Use in-memory DB for testing * Extend from PHPUnit test case for unit tests commit 9b6643226da6bd3803da22fb5dc695b1a279c5aa Author: byjml Date: Wed Dec 4 21:57:13 2019 +0300 Consistent order (#5167) Keep the alphabetical order of the validation messages. commit 5d50d30c94ab7c3dcf28562a7f2116cb8922183e Author: Graham Campbell Date: Wed Nov 27 15:26:11 2019 +0000 Bumped versions commit fb3e88c313d80735270385a825363e446fd77174 Merge: b7a5bc7f b56fe840 Author: Graham Campbell Date: Wed Nov 27 15:21:41 2019 +0000 Merge branch 'master' into develop commit b56fe84011bdbc3b42b8ffdaadc9a113635a751e Author: Graham Campbell Date: Tue Nov 26 18:46:10 2019 +0000 Use laravel/tinker v2 (#5161) commit b7a5bc7f3ca6d305343624aded77fe68c26bc018 Author: Nuno Maduro Date: Mon Nov 25 21:46:55 2019 +0100 Bumps Collision dependency to v4.0 (#5160) commit 2913a55d87461fabe94907c5728d7a9451bcae80 Author: Graham Campbell Date: Mon Nov 25 14:46:29 2019 +0000 [7.x] Switch to Symfony 5 (#5157) * Update exception handler * Explictly specify 'lax' same site config * Use the null secure option for session cookies commit 2f8e55a9ec923a481c1a24733c70ae750480f178 Author: Mark van den Broek Date: Mon Nov 25 15:10:36 2019 +0100 Rename `encrypted` to `forceTLS`. (#5159) commit c473b53626eab20c44075b02770e948a6e757c2b Merge: 3c92fb3a 1ee38a10 Author: Dries Vints Date: Thu Nov 21 18:29:26 2019 +0100 Merge branch 'master' into develop commit 1ee38a10f8884e24290c86c04d8d1ba5f8bc8d10 Author: Dries Vints Date: Thu Nov 21 18:28:39 2019 +0100 Update CHANGELOG.md commit 3c92fb3a19a7fbff0085bfbbe887682095d61520 Merge: 21f24784 c15a5ee0 Author: Dries Vints Date: Tue Nov 12 17:35:09 2019 +0100 Merge branch 'master' into develop commit c15a5ee0d205ade08ad86174cb9c38aafd2bd226 Author: Dries Vints Date: Tue Nov 12 17:34:53 2019 +0100 Update readme commit 21f24784814092f44117ea2cb29b696422b66e93 Merge: 2e2be97c 94056af6 Author: Dries Vints Date: Tue Nov 12 16:06:22 2019 +0100 Merge branch 'master' into develop commit 94056af6e84769c8e9ad394d49c0c235a6966772 Author: Dries Vints Date: Tue Nov 12 16:06:05 2019 +0100 Rename readme commit 578018940241d894befdf90bb7b61672b0f7d055 Author: Dries Vints Date: Tue Nov 12 16:05:52 2019 +0100 Consistent readme commit 2e2be97c2686bf919f06a47849902b80586cfa6c Author: Dries Vints Date: Fri Nov 1 13:53:14 2019 +0100 Implement new primary key syntax (#5147) commit b659069bced2435cc53fca6fd4290edcae5dd9e0 Merge: 89a80da1 bfd4b1e9 Author: Graham Campbell Date: Fri Nov 1 11:52:38 2019 +0000 Merge branch 'master' into develop commit bfd4b1e92f7c6b4e6b74cfdde995a5afad648d96 Author: Graham Campbell Date: Fri Nov 1 11:51:17 2019 +0000 Update .styleci.yml commit 89a80da13232c00d3e2ac8d8e372075086ced4fb Merge: 9df12c3c 953b488b Author: Graham Campbell Date: Fri Nov 1 11:12:48 2019 +0000 Merge branch 'master' into develop commit 953b488b8bb681d4d6e12227645c7c1b7ac26935 Author: Taylor Otwell Date: Mon Oct 21 13:47:27 2019 -0500 fix key commit ba2f2abe830f5d03c52fd9c88411859cf863abd6 Author: Taylor Otwell Date: Mon Oct 21 13:42:31 2019 -0500 tweak formatting commit ace38c133f3d8088fc7477f56b9db6fdc0098d06 Author: Michael Chernyshev Date: Fri Oct 18 13:57:19 2019 +0300 Security fix: Waiting before retrying password reset commit 400df0b02bcc0e3fc8bc1c75ea494242c3f392af Author: Gert de Pagter Date: Wed Oct 16 15:18:19 2019 +0200 Add xml schema to phpunit (#5139) This allows an IDE to do auto completion, and show any errors in the configuration commit 9df12c3ca1c27f0192c64d19ce64b18ec06213d3 Author: Taylor Otwell Date: Tue Oct 15 13:15:52 2019 -0500 ignition doesn't support laravel 7 yet commit bb969c61d41ec479adbe4a6da797831002b75092 Author: Nuno Maduro Date: Tue Oct 8 22:44:05 2019 +0200 Fixes required version of the framework within `composer.json` (#5130) commit dfa5c1f06e11bc6a557a0ead78f38b997235802f Merge: ccef55ba 39c28801 Author: Dries Vints Date: Tue Oct 8 18:39:31 2019 +0200 Merge branch 'master' into develop commit 39c28801e8d8a8cfc99c3eed4756c6acc7367e0c Author: Dries Vints Date: Tue Oct 8 18:38:02 2019 +0200 Update CHANGELOG.md commit 9bc23ee468e1fb3e5b4efccdc35f1fcee5a8b6bc Author: Taylor Otwell Date: Tue Oct 8 07:35:48 2019 -0500 formatting commit d1f7a5a886039e28a434905447865ca952032284 Author: Taylor Otwell Date: Tue Oct 8 07:27:05 2019 -0500 formatting commit bc82317a02e96105ad9f3cc0616d491cb5585c62 Merge: 51a1297a ba3aae6c Author: Taylor Otwell Date: Tue Oct 8 07:24:50 2019 -0500 Merge branch 'password-confirmation' of https://github.com/driesvints/laravel into driesvints-password-confirmation commit ba3aae6c338314c2ba1779f336278c2532071b7c Author: Dries Vints Date: Tue Oct 8 13:45:40 2019 +0200 Implement password confirmation commit 4036f17416549758816894dc52dc54eabcc13914 Author: Dries Vints Date: Tue Oct 8 13:39:57 2019 +0200 Remove middleware from password reset It's not necessary for the user to be logged out when resetting their password. This allows users to reset their password while logged in. Can be used in combination with the new RequiresPassword middleware. commit 050c1d880ec1d48ef40d7a0f2b2f1040c23cebb9 Author: Dries Vints Date: Tue Oct 8 11:26:03 2019 +0200 Add new password rule language line commit 51a1297a2486e2b68883bba9e534ec903f0c10d4 Author: Sangrak Choi Date: Thu Sep 26 21:24:53 2019 +0900 [6.x] Added OP.GG sponsor (#5121) * Added OP.GG sponsor * Update readme.md commit c70c986e58fe1a14f7c74626e6e97032d4084d5f Author: Roger Vilà Date: Fri Sep 13 21:47:34 2019 +0200 [6.x] Add 'null' logging channel (#5106) * Add 'none' logging channel * Remove extra spaces * Rename 'none' channel to 'null' * Update logging.php commit 42e864f3f5f8fe5bfbdbac66dc2e4b95159fedcb Author: Tim MacDonald Date: Fri Sep 13 22:19:06 2019 +1000 remove testing bootstrap extension (#5107) commit cba8d19f8603fc409c2a72a0f33a4b0a7fab2ee5 Author: James Merrix Date: Thu Sep 12 13:48:34 2019 +0100 Added Appoly sponsor (#5105) commit 56157b9cd201b5dc6fbe5f9f73014fa32e5a7838 Author: Graham Campbell Date: Wed Sep 11 13:10:18 2019 +0100 Revert "According to PHP Bug 78516 Argon2 requires at least 8KB (#5097)" (#5102) This reverts commit 74d84e9371b2d2486edcc8f458adc9f22957d68b. commit ccef55ba553f9eb6e6d1a13aa19c457aefb6463e Merge: 1f48b2c5 7d728506 Author: Dries Vints Date: Tue Sep 10 20:42:16 2019 +0200 Merge branch 'master' into develop commit 7d728506191a39394c5d1fcf47a822b9183f50ed Author: Dries Vints Date: Tue Sep 10 20:41:25 2019 +0200 Update CHANGELOG.md commit 1f48b2c5e83374b658f03ca8da5220a6980e3e11 Merge: 55b314ea e6569320 Author: Dries Vints Date: Tue Sep 10 17:27:12 2019 +0200 Merge branch 'master' into develop commit e656932002588bcaaa94476f1ed1850747eb4708 Author: Dries Vints Date: Tue Sep 10 17:26:00 2019 +0200 Apply fixes from StyleCI (#5100) commit 79fb6af96ebf0325cef15c3132157fdf75f6fd6c Author: Dries Vints Date: Tue Sep 10 17:25:19 2019 +0200 Order imports alphabetically commit 74d84e9371b2d2486edcc8f458adc9f22957d68b Author: Patrick Heppler <12952240+HepplerDotNet@users.noreply.github.com> Date: Mon Sep 9 20:51:51 2019 +0200 According to PHP Bug 78516 Argon2 requires at least 8KB (#5097) https://bugs.php.net/bug.php?id=78516 Argon2 requires at least 8KB On PHP 7.4 memory 1024 will throw: password_hash(): Memory cost is outside of allowed memory range commit 55b314eadb06164943dbf2ba33b21391441ce237 Author: Dries Vints Date: Mon Sep 9 18:41:28 2019 +0200 Update CHANGELOG.md commit 00c00b87bef4bf7fbb7c132015e10a20bbcf4ce4 Merge: cb5047c2 4dbe9888 Author: Dries Vints Date: Mon Sep 9 18:40:26 2019 +0200 Merge branch 'master' into develop commit 4dbe9888a5599c270e9131b76eca0ff3527bd350 Author: Dries Vints Date: Mon Sep 9 18:39:25 2019 +0200 Update CHANGELOG.md commit 9f2f3b1eeecd79acffcce72977dc3b107e7d2b43 Merge: 31394de4 ca3f91e7 Author: Dries Vints Date: Mon Sep 9 18:29:25 2019 +0200 Merge branch '5.8' commit ca3f91e7ed47780ad4128c0592f5966efe51246b Author: Dries Vints Date: Mon Sep 9 18:29:02 2019 +0200 Update CHANGELOG.md commit 8b96bf012871a2e977a4558bf069062c5f03de95 Author: Dries Vints Date: Mon Sep 9 18:26:19 2019 +0200 Update CHANGELOG.md commit cb5047c200931d26142e78a315daad03c932f1fc Merge: 2967197b 31394de4 Author: Dries Vints Date: Mon Sep 9 18:03:17 2019 +0200 Merge branch 'master' into develop commit 31394de4d736c171d40bb03d50313c60b0e4af38 Author: Taylor Otwell Date: Sat Sep 7 02:18:51 2019 +0200 Revert "Set argon defaults to prevent password_hash(): Memory cost is outside of allowed memory range on PHP 7.4 (#5094)" (#5095) This reverts commit 86908e1eb4a6cc8f5474b1355db4c104c548619e. commit 4992230ca97551a0a2530e339898037b0ad5af81 Merge: 86908e1e 42936c65 Author: Taylor Otwell Date: Fri Sep 6 13:43:32 2019 -0500 Merge branch 'patch-1' of https://github.com/SjorsO/laravel into SjorsO-patch-1 commit 86908e1eb4a6cc8f5474b1355db4c104c548619e Author: Patrick Heppler <12952240+HepplerDotNet@users.noreply.github.com> Date: Fri Sep 6 14:16:32 2019 +0200 Set argon defaults to prevent password_hash(): Memory cost is outside of allowed memory range on PHP 7.4 (#5094) With the values ```` 'argon' => [ 'memory' => 1024, 'threads' => 2, 'time' => 2, ], ``` Hash::make() produces password_hash(): Memory cost is outside of allowed memory range on PHP 7.4 commit 2967197b8e2db87768b5534ca923f4f3b15e18f1 Merge: af15fe5e 65959b25 Author: Dries Vints Date: Fri Sep 6 13:14:50 2019 +0200 Merge branch 'master' into develop commit 42936c656c70dc39d71dae7e79a487a716f2b1a6 Author: Sjors Ottjes Date: Fri Sep 6 08:17:43 2019 +0200 style commit 731cd4c499638138c3331572f726310354d1b1ea Author: Sjors Ottjes Date: Fri Sep 6 08:16:34 2019 +0200 add phpunit extension commit 360993c11eb1fa6d1f5a4eb89a08636f96ccf3ef Author: Sjors Ottjes Date: Thu Sep 5 16:10:59 2019 +0200 Update bootstrap.php commit 65959b25bf791ab7afeac2ffa5a29394638c688f Author: Darren Craig Date: Tue Sep 3 17:37:05 2019 +0100 Allowing optional use of yml/yaml file extensions in .editorconfig (#5090) commit af15fe5ec688f59522e898dc74e0de54d84c3d96 Author: Dries Vints Date: Tue Sep 3 15:54:41 2019 +0200 Revert "Bump PHPUnit" This reverts commit 5fde1337d629bd116602f2e67ead75988ae7568f. commit 5fde1337d629bd116602f2e67ead75988ae7568f Author: Dries Vints Date: Tue Sep 3 15:54:00 2019 +0200 Bump PHPUnit commit 054bb43038f4acb7f356dd668715225ffc2e55ba Author: Dries Vints Date: Tue Sep 3 15:53:35 2019 +0200 Laravel 7 commit 13ab419d59e2f0d2e188a5157a3cc17f72db595c Author: Taylor Otwell Date: Tue Sep 3 08:37:49 2019 -0500 add ignition commit 41ee35d01f4e57c47e924400db8a805089664141 Author: Taylor Otwell Date: Tue Sep 3 08:37:29 2019 -0500 add ignition commit e6becd2ca35a650f51ed49525935e8ca65671152 Author: Taylor Otwell Date: Tue Aug 27 16:26:48 2019 -0500 add new failed driver option commit 6ff5d6c7b8df5936aa310a5af0ff2fc2ca866708 Merge: 665dfc43 aa74fcb3 Author: Taylor Otwell Date: Fri Aug 23 11:59:05 2019 -0500 Merge branch 'master' into develop commit 665dfc4328daeabaa496ac6a0743476348657585 Author: Dries Vints Date: Thu Aug 22 15:22:14 2019 +0200 [6.0] Use phpredis as default Redis client (#5085) * Use phpredis as default Redis client Follow up for https://github.com/laravel/framework/pull/29688 It's best that we already start using `phpredis` as a default to discourage usage of Predis. * Update database.php commit b67acda8928117dc3048180e53f29d09c775b908 Author: Christopher Lass Date: Wed Aug 21 15:14:32 2019 +0200 Rename 2019_08_19_175727_create_failed_jobs_table.php to 2019_08_19_000000_create_failed_jobs_table.php (#5082) commit aa74fcb38f9f318159657ba5050eda62ec043b11 Author: Jess Archer Date: Wed Aug 21 22:47:43 2019 +1000 Remove manual adding of X-CSRF-TOKEN header (#5083) This is unnessecery code because Axios already automatically adds a X-XSRF-TOKEN header from the XSRF-TOKEN cookie encrypted value on same-origin requests. The `VerifyCsrfToken` middleware and Passport's `TokenGuard` already allow using the `X-XSRF-TOKEN` header. commit b84bcc6446d6fb7515082824679f63c701c269fa Author: Taylor Otwell Date: Tue Aug 20 15:04:04 2019 -0500 Update readme.md commit 41e915ae9059ecbc8069b38554df1a4f73844161 Author: Taylor Otwell Date: Tue Aug 20 15:03:32 2019 -0500 Update readme.md commit b7d2b48b75afbaa34c82688cb30be2f00a7d8c57 Author: Taylor Otwell Date: Mon Aug 19 12:57:41 2019 -0500 add failed jobs table commit 051dea594118c87506f5f0a15b2af2cff49959b3 Author: Taylor Otwell Date: Wed Aug 14 09:19:31 2019 -0500 formatting commit c07809e224a09366914964716eab911c595a9ceb Merge: 4852f483 bb433725 Author: Dries Vints Date: Wed Aug 14 13:49:52 2019 +0200 Merge branch 'master' into develop commit bb433725483803a27f21d3b21317072610bc3e9c Author: Taylor Otwell Date: Tue Aug 13 15:05:56 2019 -0500 formatting commit 83d2ecc0e9cca7ae6989134dede4a5653a19430b Author: Dries Vints Date: Tue Aug 13 18:19:40 2019 +0200 Remove Stripe config settings These now ship with a dedicated config file for Cashier. commit 4852f483466bdc83bac132421832d3eec07bcfaf Author: Dries Vints Date: Mon Aug 12 14:48:54 2019 +0200 Remove deprecated language line (#5074) commit a5111cf70f7cc057ed528a28ead6ab1eb48b7852 Merge: fad6ef3d d5691a2e Author: Dries Vints Date: Mon Aug 12 11:56:28 2019 +0200 Merge branch 'master' into develop commit d5691a2e6d8725d64d8569f9b1682012ced83eda Author: Dries Vints Date: Tue Aug 6 14:32:07 2019 +0200 Add missing trailing semicolon commit fad6ef3d4b932fdf0173136b353eb3ce853e2c76 Author: Chuck Rincón Date: Fri Aug 2 15:54:12 2019 -0500 [6.0] - Add vapor link on the welcome view (#5072) commit 8f2a27868f7f9e0a0bbf69fa83d06b8a7a1b7894 Author: Taylor Otwell Date: Tue Jul 30 16:40:52 2019 -0500 formatting commit e21657dc5a45299b3c72007d0a9a6f42c3461d14 Merge: 5391ccca 8ca56226 Author: Taylor Otwell Date: Tue Jul 30 16:36:53 2019 -0500 Merge branch 'config_caching_v2' of https://github.com/timacdonald/laravel into timacdonald-config_caching_v2 commit 5391cccaad03f0c4bf8d49bfdd0f07fcf7e79f2d Author: Dries Vints Date: Mon Jul 29 11:22:12 2019 -0400 Update version constraint (#5066) commit 0dd31baf2a153629d7c84b0fb2cc69f575b0d376 Merge: 7c9e5ea4 f73795ac Author: Dries Vints Date: Thu Jul 25 00:49:45 2019 -0400 Merge branch 'master' into develop commit f73795ac0569554d3464eecb259aef0d2dc64f72 Author: Ryan Purcella Date: Thu Jul 18 08:20:32 2019 -0500 Update number of Laracasts videos (#5063) commit ddbbd0e67b804c379f212233e3b1c91a7b649522 Author: Guilherme Pressutto Date: Tue Jul 16 16:38:28 2019 -0300 Using environment variable to set redis prefix (#5062) It was the only redis setting that wasn't overridable by an environment variable. It can help if you have multiple instances using the same `APP_NAME`, e.g. a staging instance commit ff15a66d8c8d989ce6e1cee6fcc06c4025d06998 Author: Artem Pakhomov Date: Mon Jul 15 19:41:13 2019 +0300 Fixed lodash version (CVE-2019-10744) (#5060) commit 7c9e5ea41293b63e051bd69f7929f8712893eea1 Author: Gergő D. Nagy Date: Fri Jul 12 15:59:55 2019 +0200 [5.9] Add ThrottleRequests to the priority array (#5057) * add ThrottleRequests to the priority array * Move ThrottleRequests under Authenticate middleware commit afb7cd7311acd6e88a2c7faccdb8181583488d25 Author: Miloš Gavrilović Date: Thu Jul 11 17:03:22 2019 +0200 update deprecated pusher option (#5058) commit e71f50f664b5b6a6ffbeffac668717bb40c36d93 Author: Gary Green Date: Wed Jul 10 16:11:28 2019 +0100 Move TrustProxies to highest priority - fixes maintenance mode ip whitelist if behind proxy e.g. Cloudflare (#5055) commit 8ca562265e9efdd3548b4a1573156d8f185d378e Author: Tim MacDonald Date: Tue Jul 9 13:05:55 2019 +1000 style fix commit 56960ed2a0f5674c9906ce0b3e7dc67925bbce29 Author: Tim MacDonald Date: Fri Jul 5 14:20:33 2019 +1000 introduce test bootstrapping commit 78143a1ea02ee1b63e04df3fcaa32bed3637a5ce Merge: fc39b073 386a4e5c Author: Taylor Otwell Date: Thu Jun 27 20:01:41 2019 -0500 Merge branch 'develop' of github.com:laravel/laravel into develop commit fc39b073f3f61a22f1b48329e294ebb881700dbe Author: Taylor Otwell Date: Thu Jun 27 19:57:39 2019 -0500 remove ui scaffolding commit 386a4e5c9257612685e0e0b2e4904c3d576da3c3 Merge: 61a0829f ebc6f6e2 Author: Graham Campbell Date: Fri Jun 21 14:24:52 2019 +0100 Merge branch 'master' into develop commit ebc6f6e2c794b07c6d432483fd654aebf2ffe222 Author: Sjors Ottjes Date: Tue Jun 18 12:18:58 2019 +0200 Update .gitignore (#5046) commit 61a0829f4338ae36e4f9a203e82e69726299be4d Merge: f053116c 6f3d68f6 Author: Taylor Otwell Date: Tue Jun 4 08:10:42 2019 -0500 Merge branch 'master' into develop commit 6f3d68f67f3dab0e0d853719696ede8dfd9cc4e1 Author: Taylor Otwell Date: Tue Jun 4 08:10:26 2019 -0500 use generic default db config commit 014a1f0f5e1e757b8669c2ae6e78c49fc8b2978d Author: ziming Date: Fri May 31 20:54:50 2019 +0800 Update axios package (#5038) Update axios in package.json to ^0.19 so that I don't get security vulnerability notification emails from Github when I push to my laravel project repos even though ^0.18 covers 0.19 as well commit bf60f7f74f9578902650c30887190f86515a1037 Author: Antoni Siek Date: Thu May 30 18:22:45 2019 +0200 Added support for new redis URL property in config/database.php (#5037) Regarding laravel/framework#28612 commit f053116c5680e77c3a6c73afd193984a17ea482d Author: Taylor Otwell Date: Thu May 30 08:07:52 2019 -0500 remove dumpserver since doesn't work on 5.9 commit 953093795869beb658bdd9be9442188f39e62b6a Author: Kristoffer Högberg Date: Wed May 29 16:12:30 2019 +0200 Add DYNAMODB_ENDPOINT to the cache config (#5034) This adds the DYNAMODB_ENDPOINT environment variable to the dynamodb store of the cache cofig. Its usage is implemented in the framework as laravel/framework#28600 commit a7a1f44018d781848f15875dfe34a09ed8b6dd03 Merge: 1c824f6f 762e987e Author: Dries Vints Date: Tue May 21 15:16:00 2019 +0200 Merge branch 'master' into develop commit 762e987e5bc4c87fb75f7868f967ec3d19a379e0 Author: Dries Vints Date: Tue May 21 15:15:32 2019 +0200 Uppercase doctype In similar fashion as https://github.com/laravel/framework/pull/28583 commit 1c824f6f9f6e7a3f7ddb98ad80ffdbdbf98c81e1 Merge: c9bb74c7 f8e455e3 Author: Dries Vints Date: Tue May 21 13:41:13 2019 +0200 Merge branch 'master' into develop commit f8e455e358046e59deb17b555b8949059a38ff77 Author: Matt Hanley <3798302+matthanley@users.noreply.github.com> Date: Tue May 14 14:28:37 2019 +0100 Fix type hint for case of trusting all proxies (string) (#5025) commit 93c687418963f7c99b641fda905015054c785eb4 Author: Jason McCreary Date: Thu May 9 20:07:43 2019 -0400 Add ends_with validation message (#5020) commit c9bb74c7e01cffbb5e185990acecf3fcab7f5eda Author: Taylor Otwell Date: Wed May 8 08:06:25 2019 -0500 formatting commit fe9f8497d98ec0fa6a7d43a2ae4127285b777065 Author: Dries Vints Date: Tue May 7 17:57:29 2019 +0200 Remove services deleted from core See https://github.com/laravel/framework/pull/28441 and https://github.com/laravel/framework/pull/28442 commit 7e6af5c031988e7a7c576c6bbbd1747ddfe548cc Merge: f70fff8a fbd3ad7b Author: Dries Vints Date: Tue May 7 17:52:54 2019 +0200 Merge branch 'master' into develop commit fbd3ad7bbb5e98c607f19f7c697552863363bde4 Author: Dries Vints Date: Tue May 7 17:19:27 2019 +0200 Update changelog commit b0e0bdc060ce068b73371919b904f3c7f0c1cfa6 Author: Taylor Otwell Date: Tue May 7 07:38:15 2019 -0500 formatting commit 1086e26b32fb828ee74c8848246788a26bad72d7 Author: Mathieu TUDISCO Date: Tue May 7 13:49:22 2019 +0200 Update database config relating to Url addition. commit 4b78ba61eac32cefa41da09149e0500e23cb06ec Merge: 65f82710 af15618b Author: Taylor Otwell Date: Mon May 6 08:30:56 2019 -0500 fix conflicts commit 65f8271032c113883fb3f1e8e7b3279821148ad1 Author: Taylor Otwell Date: Mon May 6 08:30:33 2019 -0500 update version commit af15618b577be04fc999e3f11880d05f030d39ce Merge: a6bf2413 ccea56b6 Author: Dries Vints Date: Tue Apr 30 14:02:22 2019 +0200 Merge pull request #5013 from laravel/revert-5012-feature/exported-files Revert "Exclude StyleCI config from exported files" commit ccea56b6f910649d8a6ee25f61896d2b96e90496 Author: Dries Vints Date: Tue Apr 30 14:02:09 2019 +0200 Revert "Exclude StyleCI config from exported files (#5012)" This reverts commit a6bf24134d99be79e77b8969186b9f46ffee075a. commit a6bf24134d99be79e77b8969186b9f46ffee075a Author: Roberto Aguilar Date: Mon Apr 29 16:21:59 2019 -0500 Exclude StyleCI config from exported files (#5012) I noticed that this file was being included when i ran the `laravel new` command and even though some developers will run StyleCI, the purpose of this file seems more like it ensures the repository quality rather than providing an starting point for this service. commit 3995828c13ddca61dec45b8f9511a669cc90a15c Author: Diego Date: Fri Apr 26 09:26:45 2019 -0300 [5.9] Minor grammar fix in readme.md (#5010) * Fix grammar ('Boost *your* skills') * Update readme.md commit f70fff8ad236374f66719b010fc5eea477c581e8 Merge: cedcbc86 50176732 Author: Dries Vints Date: Thu Apr 25 13:28:34 2019 +0200 Merge branch 'master' into develop commit 50176732d66b197de62d5567b79fc77f63e2cfbd Author: Taylor Otwell Date: Wed Apr 24 07:38:42 2019 -0500 Apply fixes from StyleCI (#5006) commit 12a4885a47fbd272a4a942d49d7b1eb1b42f2b19 Author: Stefan Bauer Date: Wed Apr 24 14:38:18 2019 +0200 Fix phpdoc to order by syntax convention (#5005) Reorder the `@var` phpdoc syntax by convention, see http://docs.phpdoc.org/references/phpdoc/tags/var.html commit 60db703a27bb09d0a51023131f850d5d424997db Author: Graham Campbell Date: Tue Apr 23 13:44:51 2019 +0100 [5.8] Enable JS on StyleCI (#5000) * Enable JS on StyleCI commit cedcbc863d4ae224430b83aa8c8e2781715ac3c5 Merge: bdc205c8 f574aa76 Author: Dries Vints Date: Mon Apr 22 21:26:54 2019 +0200 Merge branch 'master' into develop commit f574aa76e3e1b8b1d77469e37d2857e27da14379 Author: Dries Vints Date: Mon Apr 22 21:26:44 2019 +0200 Disable JS checks for now commit bdc205c830186eedc45fb03412c07aa14355d482 Merge: e80327f2 81fba471 Author: Dries Vints Date: Mon Apr 22 16:07:04 2019 +0200 Merge branch 'master' into develop commit 81fba471aff24793be8ee3ee0d303d2b31056df2 Merge: 43b09ad0 91dc5ed2 Author: Dries Vints Date: Mon Apr 22 16:06:16 2019 +0200 Merge pull request #4998 from laravel/analysis-z9QV6a Apply fixes from StyleCI commit 43b09ad0f326584d56d20fc0cf2bef99b83af877 Author: Dries Vints Date: Mon Apr 22 16:06:06 2019 +0200 Add file exclusions for styleci commit 91dc5ed2869b5905a01b0b85d70f33bbd9267b93 Author: Dries Vints Date: Mon Apr 22 14:06:03 2019 +0000 Apply fixes from StyleCI commit 597201a049a0d1920533e5d0970a8283898becd3 Author: Dries Vints Date: Mon Apr 22 15:55:40 2019 +0200 Add StyleCI config commit 06162adc9839ada8b2525e006bef6b80914296d6 Merge: 0f58190c ef1ce665 Author: Taylor Otwell Date: Sun Apr 14 15:41:37 2019 -0500 Merge pull request #4990 from SjorsO/patch-1 Add IDE typehint to UserFactory commit ef1ce665eef55e90952cd606ae120cf8c619822d Author: Sjors Ottjes Date: Sun Apr 14 13:30:53 2019 +0200 Update UserFactory.php commit 0f58190c7ba955cf7a58b47a9469bf4c6c992abb Merge: 20cdf65a 14b0a07d Author: Dries Vints Date: Fri Apr 12 12:06:24 2019 +0200 Merge pull request #4989 from DrewRoberts/update-readme-laracasts Update readme with Laracasts count commit 14b0a07d79a60ef45ce5b26f8b1c34ab9274dba7 Author: DrewRoberts Date: Fri Apr 12 01:34:48 2019 -0400 Update readme with Laracasts count commit 20cdf65ae61ca7cfa45292d3dd642a252147ecc8 Merge: 005ec130 1bed031c Author: Taylor Otwell Date: Wed Apr 10 07:31:29 2019 -0500 Merge pull request #4987 from DivineOmega/patch-1 [5.8] Remove underscore from cache prefix commit 1bed031c1f7cfcfeadf497934d301987c53b1e6e Author: Jordan Hall Date: Wed Apr 10 12:01:28 2019 +0100 Remove underscore as cache prefixes automatically have a colon appended to them commit 005ec1301e3600c0a5d5a8355495d4333cab138b Merge: 35374927 3cbc5ac6 Author: Taylor Otwell Date: Mon Apr 8 07:47:02 2019 -0500 Merge pull request #4986 from DivineOmega/patch-1 [5.8] Add underscores to cache and redis database prefixes commit 3cbc5ac640022cb4e3fcad7fc50e2086d32af6ae Author: Jordan Hall Date: Mon Apr 8 08:52:06 2019 +0100 Additional underscore on cache prefix commit 159b0e79cd5b26bc7cd4699113951599a5b5d6d0 Author: Jordan Hall Date: Mon Apr 8 08:50:48 2019 +0100 Additional underscore on redis database prefix commit 35374927bd570d578f7db4a715f2a64a2ce561c1 Merge: ae44ee00 e68ff0c6 Author: Taylor Otwell Date: Fri Apr 5 08:55:41 2019 -0500 Merge pull request #4982 from DivineOmega/patch-1 [5.8] Prefix redis database connection by default commit e68ff0c66aa1b3da2c9a14d86636d582fd73891e Author: Jordan Hall Date: Thu Apr 4 22:18:28 2019 +0100 Use Str class instead of helper function commit c8bc79e94ee7f4a992d70faa5ec140a9059e603f Author: Jordan Hall Date: Thu Apr 4 15:11:18 2019 +0100 Prefix redis database connection by default to mitigate multiple sites on the same server potentially sharing the same queued jobs commit ae44ee0059f6218aab26de5551b19f70329f8832 Merge: 3886012c 88636c22 Author: Taylor Otwell Date: Mon Apr 1 10:54:27 2019 -0700 Merge pull request #4979 from hyperhost/add-hyper-host-sponsor Added Hyper Host sponsor commit 88636c2268aa5dada08a2cd08c098bd9d25880f4 Author: Tony James Date: Mon Apr 1 16:23:23 2019 +0100 Added Hyper Host sponsor Added Hyper Host name and url commit 3886012c0f3ad5653d9d5138530f3fc4276eaf93 Merge: 4997f081 ccc1457e Author: Taylor Otwell Date: Sun Mar 24 08:11:19 2019 -0700 Merge pull request #4971 from Lenophie/patch-1 Ignore SQLite journals commit ccc1457e572f7ec5b2b596436622f69e94bbf635 Author: Lenophie Date: Sun Mar 24 12:01:21 2019 +0100 Ignore SQLite journals commit e80327f29926869b34aa4ba92d59324ce75cac09 Author: Dries Vints Date: Tue Mar 12 17:25:28 2019 +0100 Update changelog commit cfd5929785845000f26db851b94675d6154737b9 Merge: 53b59cd0 4997f081 Author: Dries Vints Date: Tue Mar 12 17:23:52 2019 +0100 Merge branch 'master' into develop commit 4997f08105d6fb941b1ed2c749ebd2f55fba5a74 Author: Dries Vints Date: Tue Mar 12 17:22:48 2019 +0100 Update changelog commit 3b852a1f7f292953f47df64563cc01188db336ff Merge: 3d325b84 54cd6d90 Author: Taylor Otwell Date: Fri Mar 8 08:03:29 2019 -0600 Merge pull request #4963 from chapeupreto/patch-1 [5.8] upgrade the collision dependency from v2 to v3 commit 54cd6d90bbe317040a0195e09c4fc40318bb988d Author: Rod Elias Date: Thu Mar 7 23:20:15 2019 -0300 upgrade the collision dependency from v2 to v3 commit 3d325b8485591bc77d1073f7aa73596acb76ec23 Author: Dries Vints Date: Tue Mar 5 15:12:04 2019 +0100 Update changelog commit 3001f3c6e232ba7ce2ecdbdfe6e43b4c64ee05ad Author: Taylor Otwell Date: Thu Feb 28 14:31:42 2019 -0600 check if extension loaded commit a0f6bcc773f3895db0ca4a85101b9a3ef2f95782 Author: Taylor Otwell Date: Thu Feb 28 08:34:10 2019 -0600 comment out options commit f4ff4f4176f7d931e301f36b95a46285ac61b8b8 Author: Taylor Otwell Date: Wed Feb 27 07:24:37 2019 -0600 comment commit d4d4a69b76d1dfd87b47b7a51b4c0e2aed992793 Merge: f84a69ee b34328a1 Author: Taylor Otwell Date: Wed Feb 27 07:20:20 2019 -0600 Merge pull request #4956 from akalongman/master [5.8] Use correct env name for AWS region from env.example commit b34328a16654d09461fa53f8c681c15fe4e35095 Author: Avtandil Kikabidze Date: Wed Feb 27 14:05:01 2019 +0400 Use correct env name for AWS region from env.example commit f84a69ee852bd44363042a61995d330574b6b8c3 Author: Taylor Otwell Date: Tue Feb 26 16:37:18 2019 -0600 add bucket to env example commit ff4f40fbabcefcb87facb1346fcfe5b8266eb40d Author: Taylor Otwell Date: Tue Feb 26 14:47:40 2019 -0600 set default region commit 0398581a446b83e887e3e42945329f2b59e33e34 Merge: 02c23bdf 4c880d3c Author: Taylor Otwell Date: Tue Feb 26 11:11:26 2019 -0600 Merge branch 'master' of github.com:laravel/laravel commit 02c23bdfd57c174e80d71740181399172f99f254 Author: Taylor Otwell Date: Tue Feb 26 11:11:16 2019 -0600 add postmark commit 53b59cd0ba6c9e99a9559b121ca390e023feab55 Merge: 0582a20a 4c880d3c Author: Dries Vints Date: Tue Feb 26 18:02:29 2019 +0100 Merge branch 'master' into develop commit 4c880d3c7987197daf7596120bdf81e65bbbfb28 Author: Dries Vints Date: Tue Feb 26 18:02:07 2019 +0100 Update changelog commit 0629a067a84a5f2c9a2d952e1231873ecac9d5c2 Merge: f191f6f9 42c2a7ee Author: Dries Vints Date: Tue Feb 26 17:45:35 2019 +0100 Merge branch '5.7' commit 42c2a7ee2774cc0e5e2ff0243872606ef84ee9a5 Author: Dries Vints Date: Tue Feb 26 17:41:19 2019 +0100 Update changelog commit 0582a20adddc0e6bd16ca05eeae93e6412924ad6 Author: Dries Vints Date: Tue Feb 26 17:32:09 2019 +0100 Encourage to use PHPUnit 8 commit 25cf4c492308b9c5148f9522d8dd8f8f18819f50 Author: Dries Vints Date: Tue Feb 26 17:31:56 2019 +0100 Require PHP 7.2 commit 573cc157eb055308a087a92ccb5c7f13a737a3d6 Author: Dries Vints Date: Tue Feb 26 17:31:37 2019 +0100 Update to Laravel 5.9 commit f191f6f9c37347999e1fafb469bb88331ebf13c0 Merge: 505a891d 752ca6db Author: Taylor Otwell Date: Tue Feb 26 09:42:51 2019 -0600 Merge branch 'master' into develop commit 505a891db69cc5d217ca2cf588c517b64486392d Merge: 45742652 66eeb3bc Author: Taylor Otwell Date: Tue Feb 26 07:58:35 2019 -0600 Merge pull request #4952 from andrewgorpenko/andrewgorpenko-patch-1 Fix unterminated statements commit 752ca6db17b47dfd6d6fe6548e3cd9e14ebe14c3 Merge: 83b6be51 590ae170 Author: Taylor Otwell Date: Tue Feb 26 07:51:25 2019 -0600 Merge pull request #4951 from CupOfTea696/feature/add-arr-and-str-aliases [5.8] Add Arr and Str aliases by default commit 66eeb3bca39b491110ef2143336b3e75eae5f396 Author: Andrew Gorpenko Date: Tue Feb 26 15:51:24 2019 +0200 Fix unterminated statements This tiny patch adds missing commas to the app.js file. commit 590ae1703103011cc9d1d6abd924261748d7b8ac Author: Sven Wittevrongel Date: Tue Feb 26 14:31:11 2019 +0100 Add Arr and Str aliases by default commit 45742652ccb0de5e569c23ec826f6106a8550432 Author: Taylor Otwell Date: Mon Feb 25 20:21:00 2019 -0600 add postmark token commit 0ee4cec5239861bdd7a962e18346a1b6f4770b85 Merge: 64b16c28 b6813704 Author: Taylor Otwell Date: Mon Feb 25 14:32:57 2019 -0600 Merge branch 'develop' of github.com:laravel/laravel into develop commit 64b16c28526188e5577b86205cad5a5c953274ab Author: Taylor Otwell Date: Mon Feb 25 14:32:49 2019 -0600 revert to old redis config commit b681370492d2903d5016d5be0ba401c6a4078506 Merge: b5b2341f 426df7a0 Author: Taylor Otwell Date: Sun Feb 24 18:52:42 2019 -0600 Merge pull request #4946 from ankurk91/patch/big-int [5.8] use bigIncrements by default commit b5b2341fd63dde5372af4b95cf7369e2d70ba0a4 Merge: 1d8add88 44d27417 Author: Taylor Otwell Date: Sun Feb 24 18:51:21 2019 -0600 Merge pull request #4949 from laravel/revert-4904-modify-redirect-if-auth-middleware-to-allow-multiple-guards Revert "[5.8] Modify RedirectIfAuthenticated middleware to accept multiple guards" commit 44d274174f15317e3d28a0ea4aead883fb0f5bb2 Author: Taylor Otwell Date: Sun Feb 24 18:51:07 2019 -0600 Revert "[5.8] Modify RedirectIfAuthenticated middleware to accept multiple guards" commit 426df7a0e4d489439002cf99c37246aeebdc5327 Author: Ankur Kumar Date: Sun Feb 24 10:53:30 2019 +0530 [5.8] use bigIncrements by default All new migrations will be using bigIncrements https://github.com/laravel/framework/pull/26472 commit 1d8add88f783eb2c0ef2814968908e725f0d5e43 Merge: d201c69a 3c53897e Author: Taylor Otwell Date: Tue Feb 19 21:58:38 2019 -0500 Merge branch 'develop' of github.com:laravel/laravel into develop commit d201c69a8bb6cf7407ac3a6c0a0e89f183061682 Author: Taylor Otwell Date: Tue Feb 19 21:58:25 2019 -0500 update config file commit 3c53897ee4e7eca8f8508ff9bd10e221234efadb Merge: ea7fc0b3 83b6be51 Author: Dries Vints Date: Fri Feb 15 18:47:27 2019 +0100 Merge branch 'master' into develop commit 83b6be51ade5d7f0e112c68e0eb7b5c2a5cf7db4 Author: Dries Vints Date: Fri Feb 15 18:45:50 2019 +0100 Update changelog commit ea7fc0b3361a3d3dc2cb9f83f030669bbcb31e1d Author: Taylor Otwell Date: Fri Feb 15 07:51:45 2019 -0600 update client commit 2f2fe98aa9b97640509c5f930973b1fa84abe122 Merge: df4ecb9c 0904307e Author: Taylor Otwell Date: Thu Feb 14 11:03:51 2019 -0600 Merge branch 'develop' of github.com:laravel/laravel into develop commit df4ecb9c8352252e1bc239cbfa32a3a05e194162 Author: Taylor Otwell Date: Thu Feb 14 11:03:41 2019 -0600 change default redis configuration structure commit 0904307e6a974320818aeb5ff083e151977da25d Merge: fae44eeb 69bd1dce Author: Taylor Otwell Date: Wed Feb 13 08:45:03 2019 -0600 Merge pull request #4943 from crynobone/patch-1 [5.8] Use $_SERVER instead of $_ENV for phpunit. commit 69bd1dceefb1434e57dbbda7625c571030dd5edb Author: Mior Muhammad Zaki Date: Wed Feb 13 08:54:45 2019 +0800 Use $_SERVER instead of $_ENV for phpunit. Laravel 5.8 limits dotenv to only rely on $_SERVER and not $_ENV. See https://github.com/laravel/framework/pull/27462 commit fae44eeb26d549a695a1ea0267b117adf55f83e8 Author: Dries Vints Date: Tue Feb 12 16:53:32 2019 +0100 Replace string helper commit 75468420a4c6c28b980319240056e884b4647d63 Author: Dries Vints Date: Sat Feb 9 14:05:33 2019 +0100 Use same version as framework commit e4f20eac3649d5bb21531bee98326b434b36e744 Author: Dries Vints Date: Sat Feb 9 12:21:57 2019 +0100 Reverse minimum PHPUnit version commit 7b675abe4bcecea0ee1e74267c5037272a0c5302 Merge: 2b14e0e9 4dc76847 Author: Taylor Otwell Date: Fri Feb 8 16:10:44 2019 -0600 Merge pull request #4939 from driesvints/phpunit8 [5.8] Update to PHPUnit 8 commit 4dc76847c1c9b188a3d00e5e97d63690c4bc1beb Author: Dries Vints Date: Fri Feb 8 17:14:08 2019 +0100 Update to PHPUnit 8 Encourage people on 5.8 to use PHPUnit 8. commit 2a1f3761e89df690190e9f50a6b4ac5ebb8b35a3 Author: Dries Vints Date: Tue Feb 5 18:46:48 2019 +0100 Fix Typo commit 864b1de19ba77b15889622756e2e992e1fcd4377 Merge: 43182688 d638b3cd Author: Taylor Otwell Date: Tue Feb 5 07:37:34 2019 -0600 Merge pull request #4934 from JakeConnors376W/patch-1 [5.7] Improve grammar and readability commit 43182688cfb807fdfa34c7a84b0c726e126248ba Merge: 049c7c9f e40dfc6b Author: Taylor Otwell Date: Tue Feb 5 07:33:19 2019 -0600 Merge pull request #4935 from eddybrando/feat/remove-unnecessary-link-type [5.7] Remove unnecessary link type on "welcome" view commit e40dfc6b4d1e8f0e3994471b583e821f3a0710d8 Author: Eddybrando Vásquez Date: Mon Feb 4 22:45:28 2019 +0100 feat: Remove unnecessary link type commit d638b3cd53545d441cd1639bed8b16a7060c0b1e Author: JakeConnors376W <46732192+JakeConnors376W@users.noreply.github.com> Date: Mon Feb 4 09:26:04 2019 -0800 Improve grammar and readability commit 049c7c9f7540c0097c406dbb0f8df7624051c2c8 Merge: f1702e9c 25a980f3 Author: Taylor Otwell Date: Mon Feb 4 11:23:04 2019 -0600 Merge pull request #4933 from laravel/revert-4931-master Revert "[5.7] Ignore testing folder on storage/framework" commit 25a980f35a721302c388e3743b6957212af3a071 Author: Taylor Otwell Date: Mon Feb 4 11:22:55 2019 -0600 Revert "[5.7] Ignore testing folder on storage/framework" commit f1702e9c7dc194e8589077aa4b401c95619f70b1 Merge: 37026224 c9cd9b35 Author: Taylor Otwell Date: Mon Feb 4 11:22:26 2019 -0600 Merge pull request #4931 from simoebenhida/master [5.7] Ignore testing folder on storage/framework commit c9cd9b356aa90ace55502a4c3375aa6bdcc3af53 Author: Mohamed Date: Mon Feb 4 17:35:16 2019 +0100 ignore testing folder on storage/framework commit 3702622461682142ff46ef342ee8741dada69e8d Merge: ed60178b 2f37ba38 Author: Taylor Otwell Date: Mon Feb 4 07:31:43 2019 -0600 Merge pull request #4930 from epalmans/master Attribute casting for 'email_verified_at' on User model stub (with explanation) commit 2f37ba38fa8f7cf6a1cda070984459405e90a37a Author: Eddie Palmans Date: Mon Feb 4 14:28:05 2019 +0100 Attribute casting for 'email_verified_at' on User model stub commit ed60178bcc0fc926543b1b4b367737a8a47c8ba8 Merge: 6efb843e 961aac5d Author: Taylor Otwell Date: Mon Feb 4 07:15:00 2019 -0600 Merge pull request #4929 from AbdelElrafa/master Add sponsor. commit 961aac5da95fb376d214c7f1f1d3fc582d0c9745 Author: Abdel Date: Mon Feb 4 08:08:58 2019 -0500 Add sponsor. commit 098cf4600b98fb16ac73f0b4d5768325b6bdc56a Author: Eddie Palmans Date: Mon Feb 4 13:06:44 2019 +0100 Date mutator for 'email_verified_at' attribute on User model stub commit 6efb843e7de5e18ed7c1b0061346cbd46d465827 Merge: 7ba612b3 6e60cf93 Author: Dries Vints Date: Sat Feb 2 14:57:25 2019 +0100 Merge pull request #4926 from kawax/str Use Str::random() instead of str_random() commit 6e60cf93a468ef0a061ecad48fe503cb110a2623 Author: Dries Vints Date: Sat Feb 2 14:56:57 2019 +0100 Update UserFactory.php commit 992c270d447c011267eeced8b3c0abe9ca3b3970 Author: kawax Date: Sat Feb 2 12:15:36 2019 +0900 Use Str::random() instead of str_random() commit 7ba612b3ef50ae7452ed5df82cc03df4a9bd40a2 Merge: 4ce439c2 7b322b64 Author: Taylor Otwell Date: Wed Jan 30 16:26:08 2019 -0600 Merge pull request #4924 from fideloper/patch-2 [5.7] web.config comment to help debug issues commit 7b322b643135fbf7121130ad51ea5a2649cd7ff0 Author: Taylor Otwell Date: Wed Jan 30 16:26:00 2019 -0600 Update web.config commit 19528fba831bc1d8be32a75dd319176345bff7c0 Author: Chris Fidao Date: Wed Jan 30 10:44:02 2019 -0600 web.config comment to help debug issues IIS error reporting won't let you know why it errors out if the rewrite module is not installed. commit 4ce439c21b7d5a832cfe5f4dca59c34c74cac882 Merge: ab1e9f8b e0ae7914 Author: Taylor Otwell Date: Tue Jan 29 08:28:15 2019 -0600 Merge pull request #4921 from SjorsO/master [5.7] Change order of boot and register methods in service providers commit e0ae7914b9c0d2c2cb1ddee6782af2fcca4d7427 Author: Sjors Date: Tue Jan 29 14:40:47 2019 +0100 change order of boot and register method commit ab1e9f8b6ac18d8de97bc5b068acb00b9131d686 Author: Taylor Otwell Date: Mon Jan 28 08:38:36 2019 -0600 default to false commit 6da06fba933f0a3a56716a651c77a07e9052b329 Author: Taylor Otwell Date: Mon Jan 28 08:38:14 2019 -0600 default to true commit d80b4e7cb067aa100dd47e1185b6ee84812ad224 Author: Taylor Otwell Date: Mon Jan 28 08:37:39 2019 -0600 adjust name of configuration value commit 217cbde378d23500a0be615677b7efb001fd8bf2 Author: Propaganistas Date: Fri Jan 25 21:30:35 2019 +0100 Hint for lenient log stacks commit 1f0640f99d045ca2eeec7c87a5c6644c197f466b Merge: 915667a8 2498f317 Author: Taylor Otwell Date: Wed Jan 23 08:27:30 2019 -0600 Merge pull request #4917 from driesvints/remove-unused-bootstrap-class [5.7] Remove unused Bootstrap class commit 2498f317d75d1bf006bf1c521bfa7523646fa22e Author: Dries Vints Date: Wed Jan 23 15:23:51 2019 +0100 Remove unused Bootstrap class This class isn't available in Bootstrap 4. commit 2b14e0e96bfc2c900734bc11e57d2396591d71c9 Merge: 9180f646 2588b254 Author: Taylor Otwell Date: Fri Jan 18 08:11:32 2019 -0600 Merge pull request #4913 from yuloh/beanstalkd-blocking-pop-config [5.8] Add beanstalk queue block_for config key commit 2588b254a0ee43c2cd318905694a548a343aafe3 Author: Matt Allan Date: Thu Jan 17 16:01:57 2019 -0500 Add beanstalk queue block_for config key This functionality was added in laravel/framework 9aa1706. commit 9180f646d3a99e22d2d2a957df6ed7b550214b2f Author: Taylor Otwell Date: Thu Jan 17 10:41:23 2019 -0600 add env variable for mysql ssl cert commit 2d2c089a4a79078e7c07901eba130b1e987a08be Merge: 3a550dee 247f7f96 Author: Taylor Otwell Date: Wed Jan 16 09:06:56 2019 -0600 Merge pull request #4904 from Te7a-Houdini/modify-redirect-if-auth-middleware-to-allow-multiple-guards [5.8] Modify RedirectIfAuthenticated middleware to accept multiple guards commit 247f7f9619a5f4e14634a68f7207fe1ba3381293 Author: Taylor Otwell Date: Wed Jan 16 09:05:51 2019 -0600 Update RedirectIfAuthenticated.php commit bb79dda1ff4d9b8c789432f58d01376f72a246e4 Author: Te7a-Houdini Date: Mon Jan 14 17:47:22 2019 +0200 Modify RedirectIfAuthenticated middleware to accept multiple guards commit 3a550dee8536d6a24a475c42c770af3b1fe6230f Merge: f7950555 915667a8 Author: Taylor Otwell Date: Fri Jan 11 08:53:23 2019 -0600 Merge branch 'master' into develop commit 915667a8d5fa31e7d35b617f64c47ab67a64a171 Author: Taylor Otwell Date: Fri Jan 11 08:48:42 2019 -0600 formatting commit f795055577185267a57c3b8d39d76f4c5d44b221 Author: Taylor Otwell Date: Thu Jan 10 15:21:07 2019 -0600 tweak wording commit 35de8c9854c71ef363c13bb47c01247b699a8569 Merge: 1be5e297 cfc22201 Author: Taylor Otwell Date: Thu Jan 10 15:19:09 2019 -0600 Merge branch 'develop' of github.com:laravel/laravel into develop commit 1be5e29753d3592d0305db17d0bffcf312ef5625 Author: Taylor Otwell Date: Thu Jan 10 15:18:58 2019 -0600 add dynamo to stubs commit 1ec97b2c3737e84c2c70d5c92d1dea25a7ec16c6 Author: ForzaFerrariDEV <45308401+ForzaFerrariDEV@users.noreply.github.com> Date: Thu Jan 10 21:46:58 2019 +0100 Update welcome.blade.php commit 29494438f1206fcd66fb89a046d78b5f15c39475 Merge: 096c2377 ebc94a6c Author: Taylor Otwell Date: Thu Jan 10 13:04:21 2019 -0600 Merge pull request #4899 from tiagocyberduck/master Add Cyber-Duck as a Sponsor commit ebc94a6cf47f4bfc55d9bce8bd228e3fa157577c Author: Tiago Tavares Date: Thu Jan 10 15:18:24 2019 +0000 Add Cyber-Duck new Patreon Sponsor to readme commit 096c23772718bbb0c6700fa5aba5f8ffd3b125fd Merge: 321d9e37 322f7fb1 Author: Dries Vints Date: Wed Jan 9 13:12:32 2019 +0100 Merge pull request #4896 from goodjack/patch-1 Remove extra whitespace commit 322f7fb15246956ae6decc6768cea239c84a4bd1 Author: 小克 Date: Wed Jan 9 11:21:41 2019 +0800 Remove extra whitespace commit 321d9e3786bfd605fe847e34687ccfa8def5bda2 Author: Dries Vints Date: Thu Jan 3 17:46:21 2019 +0100 Update changelog commit 8f06b20d12ab04e11b9597dc200a0e2c30d6ecd7 Author: Dries Vints Date: Thu Jan 3 17:32:14 2019 +0100 Update changelog commit cfc2220109dd0813ad5d19702b58b3b1a0a2222e Author: Taylor Otwell Date: Sun Dec 30 19:41:37 2018 -0500 remove svgs commit d1db3cd089d6e9f81a4c8a65d401939f85cbbd5c Author: Dries Vints Date: Thu Dec 20 14:55:04 2018 +0100 Update changelog commit ddd8c2a7908a91e2efbbf916e2cd3806999a5357 Merge: 70532dd8 d0726a34 Author: Taylor Otwell Date: Wed Dec 19 07:43:20 2018 -0600 Merge pull request #4884 from eric-famiglietti/patch-1 Remove extra whitespace. commit d0726a34d1bc9174e713f7e249fb0d9334e60bbd Author: Eric Famiglietti Date: Tue Dec 18 22:22:09 2018 -0500 Remove extra whitespace. commit 87667b25ae57308f8bbc47f45222d2d1de3ffeed Author: Taylor Otwell Date: Tue Dec 18 09:09:55 2018 -0600 update env variable stubs commit 3959c09f3bd412a82787935326a55b26c94adeb0 Author: Taylor Otwell Date: Tue Dec 18 09:07:33 2018 -0600 import class commit 4070dc98d434ccabc73879b53ce9b4b008b6ad7a Merge: b1763fe1 70532dd8 Author: Taylor Otwell Date: Tue Dec 18 09:06:40 2018 -0600 fix conflicts commit 70532dd8ae1eb4cf27c66c92d8bc6fa4ed2c7a18 Merge: c8ec9d43 dc58f95e Author: Taylor Otwell Date: Sat Dec 15 08:37:28 2018 -0600 Merge branch 'mix' of https://github.com/JeffreyWay/laravel into JeffreyWay-mix commit dc58f95ebbf15b8902ccaef4e2aaa6b0ecbb0e96 Author: Jeffrey Way Date: Fri Dec 14 15:14:03 2018 -0500 Bump to Mix v4 commit c8ec9d435815bdf1042328b5a52df3d35b6ff0cd Merge: e1b8847a bc435e7f Author: Taylor Otwell Date: Tue Dec 11 16:05:51 2018 -0600 Merge branch 'master' of github.com:laravel/laravel commit e1b8847a92bdd85163990ee2e3284262da09b5fd Author: Taylor Otwell Date: Tue Dec 11 16:05:24 2018 -0600 add env variable commit b1763fe180ba2cff8bed72ec0f4d3e4f02466133 Merge: 56b8c010 a071fd86 Author: Taylor Otwell Date: Sun Dec 9 07:34:51 2018 -0600 Merge pull request #4878 from TBlindaruk/delete-401.svg [5.8] Delete 401.svg commit a071fd869707229811f92098affe727e26d34ced Author: Tetiana Blindaruk Date: Sat Dec 8 19:42:09 2018 +0200 [5.8] Delete 401.svg - in https://github.com/laravel/laravel/pull/4814 I have added the 401 file, since this file was added to the laravel 401 error page in https://github.com/laravel/framework/pull/26116 PR. For now this 401 error page has a 403.svg img, so this file not needed more commit bc435e7fdd8308d133a404b1daa811dd30d95fe5 Author: Taylor Otwell Date: Sat Dec 1 10:53:17 2018 -0600 Update .gitignore commit 4da373d6b2041469638a469d6b2f7a924463482c Merge: b926f2e1 af2b3b18 Author: Taylor Otwell Date: Thu Nov 29 16:26:38 2018 -0600 Merge pull request #4870 from driesvints/update-changelog [5.7] Update changelog commit af2b3b18e915d59ebc622efa968fa6ec88c8b9e9 Author: Dries Vints Date: Thu Nov 29 18:21:19 2018 +0100 Update changelog commit b926f2e1142e826eda21948481d5afd0ad4c2552 Merge: 7adea122 78cb2685 Author: Taylor Otwell Date: Tue Nov 27 08:16:04 2018 -0600 Merge pull request #4866 from driesvints/add-starts-with-rule [5.7] Add language entry for starts_with rule commit 7adea122a57932cf570c8a0693e65aed5adf0ee2 Merge: 2a483bbf c9046b22 Author: Taylor Otwell Date: Tue Nov 27 08:14:28 2018 -0600 Merge pull request #4867 from ajthinking/patch-1 [5.7] Fixed mixed up comment order commit c9046b229115f59580a1eda7676a102b7d21e1dd Author: Anders Jürisoo Date: Tue Nov 27 07:52:25 2018 +0800 Fixed mixed up comment order commit 78cb2685aade6416db81222f6f9b09edf9cdbb9c Author: Dries Vints Date: Mon Nov 26 17:29:42 2018 +0100 Add language entry for starts_with rule See https://github.com/laravel/framework/pull/26612 commit 2a483bbf60566cab6fbd0340fb3877fc09889bc3 Merge: 3f09521d 8d41230c Author: Taylor Otwell Date: Thu Nov 22 08:28:25 2018 -0600 Merge pull request #4865 from eugenesaenko/patch-1 [5.8] Fix typo and add label to breaking change commit 3f09521d01783c1ceec23cd44600a6984733b93e Merge: fcb7d357 6d75f17a Author: Dries Vints Date: Thu Nov 22 10:26:38 2018 +0100 Merge pull request #4861 from unstoppablecarl/middleware-priority-comment [5.7] Update Kernel.php commit 8d41230c847fcf276574cdaf4074a9172cd75981 Author: saen Date: Thu Nov 22 10:53:54 2018 +0200 Update CHANGELOG.md commit f724d676db99c744b0548f9f9ac0d290aad0f7f2 Author: saen Date: Thu Nov 22 10:51:15 2018 +0200 Fix typo and add label to breaking change. commit fcb7d357301f40b3d1c4765177bc247d48ac9e3f Merge: 03ac80b7 5052ab1f Author: Taylor Otwell Date: Wed Nov 21 16:05:36 2018 -0600 Merge pull request #4863 from staudenmeir/validation [5.7] Add date_equals validation message commit 5052ab1fd7df20e4b643b3208b7b15472b8d6468 Author: Jonas Staudenmeir Date: Wed Nov 21 21:38:35 2018 +0100 Add date_equals validation message commit 03ac80b779be0f93e6f9d2dae56533d1e5569c35 Author: Taylor Otwell Date: Tue Nov 20 22:01:06 2018 -0600 change variable name commit 071a05bd76ee7eca0ea15ea107b49bcbad9af925 Author: Taylor Otwell Date: Tue Nov 20 21:57:43 2018 -0600 use env superglobal commit ac8e6fb12455c64e108204a9466783196725aa5c Merge: 5ea6fe18 6806aaa3 Author: Taylor Otwell Date: Tue Nov 20 21:46:22 2018 -0600 Merge branch 'master' of github.com:laravel/laravel commit 5ea6fe18a89c3d0f5c0860d3777bff97510577b5 Author: Taylor Otwell Date: Tue Nov 20 21:46:11 2018 -0600 add env variable for compiled view path commit 6d75f17af55711d6ae739aab93b654c4a5fa5bf1 Author: Carl Olsen Date: Tue Nov 20 11:19:31 2018 -0500 Update Kernel.php commit 6806aaa3568382e9c8c7281a64b82a52b824e46f Merge: ed7b78de 3128c293 Author: Taylor Otwell Date: Sun Nov 18 10:24:43 2018 -0600 Merge pull request #4856 from localheinz/feature/composer-normalize [5.7] Enhancement: Normalize composer.json commit 3128c2932f2fbca202a89dd0f54ccea13c360a24 Author: Andreas Möller Date: Sun Nov 18 10:40:46 2018 +0100 Enhancement: Normalize composer.json commit ed7b78de4603e6f16046ce2e4c3f31ac0d06ce67 Author: Dries Vints Date: Fri Nov 16 16:20:27 2018 +0100 Typo commit b88d8fd18fcb953a7dd9749a51c4898823dd0062 Author: Taylor Otwell Date: Fri Nov 16 08:09:12 2018 -0600 formatting commit 7d16a052ab8456088669120f3558c76cdbe1863e Author: Graham Campbell Date: Fri Nov 16 12:30:41 2018 +0000 Fixed comment alignment commit 546720c04194fd276e685f919aaa36bf8d0254b6 Author: Sébastien Nikolaou Date: Fri Nov 16 13:47:37 2018 +0200 Pick `log_channel` from environment variable commit 822dcafe48fe7664393a0b868ec989b902c12804 Author: Sébastien Nikolaou Date: Thu Nov 15 21:15:59 2018 +0200 Add `log_channel` configuration option commit de1f472d767236713870e424a87bcf2ab4ca80cf Merge: 63a40391 a2c8df54 Author: Taylor Otwell Date: Wed Nov 14 14:36:55 2018 -0600 Merge branch 'master' of github.com:laravel/laravel commit 63a403912362654962654e30cec695128d418987 Author: Taylor Otwell Date: Wed Nov 14 14:36:47 2018 -0600 add asset url configuration option commit a2c8df54f72f9b032fb27e00636cb695942220bf Merge: dc3e768d 52cedb64 Author: Taylor Otwell Date: Wed Nov 14 07:49:22 2018 -0600 Merge pull request #4854 from aryehraber/patch-1 [5.7] Clean up auto register Vue components commit 52cedb64b14f7c6207c62cf6831e908bd2ca5129 Author: Aryeh Raber Date: Tue Nov 13 16:41:07 2018 +0100 Clean up commit dc3e768d4cb3c77056da6076f0e725327aa85ad1 Merge: 7634bc6a 7003366e Author: Taylor Otwell Date: Tue Nov 13 09:35:13 2018 -0600 Merge pull request #4853 from aryehraber/patch-2 [5.7] Remove lodash dependency when auto registering Vue components commit 7003366e99ba6b7be80444f70d35abb915634a01 Author: Aryeh Raber Date: Tue Nov 13 16:28:28 2018 +0100 Remove lodash dependency commit 7634bc6ab74e218f18eb55ae89fc7babeb70a10f Author: Taylor Otwell Date: Mon Nov 12 08:48:08 2018 -0600 add sponsor commit c09519f547ae7a97eb26433f159cd81b8753e666 Author: Taylor Otwell Date: Wed Nov 7 19:05:23 2018 -0500 formatting commit c2359fe11938e87aacfbbfec9e7b0d2130c969a8 Author: Taylor Otwell Date: Fri Nov 2 10:42:02 2018 -0500 wip commit fa2af393104f8d5c21366ff24bbb27aa0ae12784 Author: Taylor Otwell Date: Fri Nov 2 10:14:29 2018 -0500 compile assets commit ab8f3f37c20fe7f8e399439e43aba8f56f7e6023 Author: Taylor Otwell Date: Fri Nov 2 10:13:11 2018 -0500 update example commit 990d58c78fec2878a46aae345bd6b2e7d0669931 Author: Taylor Otwell Date: Fri Nov 2 10:12:37 2018 -0500 uncomment commit 05acbad5b60ae507e80db33479848db27643581c Author: Taylor Otwell Date: Fri Nov 2 10:11:21 2018 -0500 formatting commit 4dadb9309d235de5e7d896a11fc9a22505dc64c0 Author: Jonathan Reinink Date: Fri Nov 2 09:25:16 2018 -0400 Auto register Vue components commit 5d7936eeb079ed8b403da422eb24783cdb9732fc Merge: 122e99c1 346a1dbd Author: Taylor Otwell Date: Wed Oct 31 06:00:27 2018 +1100 Merge pull request #4841 from narwy/patch-1 [ALL] gitignore for NetBeans IDE commit 346a1dbddf9ca4ad8a0d7b1fc8ceafd376a5a6e5 Author: narwy <32820112+narwy@users.noreply.github.com> Date: Tue Oct 30 18:57:34 2018 +0000 [ALL] gitignore for NetBeans IDE vscode has it's own ignore and so should NetBeans IDE commit 122e99c1fbc55f82c8e2a2d38e099202fd022058 Merge: 79e8ff42 cff8c528 Author: Taylor Otwell Date: Wed Oct 31 01:41:56 2018 +1100 Merge pull request #4836 from laurencei/laurencei-patch-1 [5.7] Improve docs commit 79e8ff4290c61a6e0f4b49732053919801581133 Merge: 8c4293d2 5f7decff Author: Taylor Otwell Date: Wed Oct 31 00:33:05 2018 +1100 Merge pull request #4838 from dakira/fk-support introduce sqlite foreign_key_constraints config option commit 5f7decfff1b0c38183c60815c4d2b07d10112ba3 Author: Matthias Niess Date: Tue Oct 30 14:24:12 2018 +0100 introduce sqlite foreign_key_constraints config option This enables the sqlite `foreign_key_constraints` option that was introduced with laravel/framework#26298 for all new installs. The env variable DB_FOREIGN_KEYS was added to make it easier to handle this in testing (e.g. via phpunit.xml). commit 8c4293d22bd8e6453e273cb0294488a24197db1e Merge: 51c0f51a 4525f36c Author: Taylor Otwell Date: Wed Oct 31 00:11:59 2018 +1100 Merge pull request #4837 from bbashy/patch-1 [5.7] use env value for redis queue name commit 4525f36cacc15cb82e8df4ef2e61f24423fcc639 Author: Ben Sampson Date: Tue Oct 30 12:36:35 2018 +0000 use env value for redis queue name It's common to have a redis queue name when having multiple queues/applications on the same instance. Default value is the same. commit cff8c52824494899b0c79aed9ca137f8869951c3 Author: Laurence Ioannou Date: Tue Oct 30 18:39:37 2018 +1100 Update validation.php commit 51c0f51acb4b8039f73cf4f6d91d74811705a456 Merge: 6ee6f642 c96995fb Author: Taylor Otwell Date: Mon Oct 29 08:59:30 2018 +1100 Merge pull request #4834 from clemir/uuid-validation Add message for UUID validation rule commit c96995fb61632c6da0d7fc13cf6fd16a57f6c5ec Author: Clemir Rondón Date: Sun Oct 28 11:04:31 2018 -0400 Add message for UUID validation rule commit 6ee6f6423b18386ef2d164326806baba4d185183 Merge: f9cf7ff1 c40701e3 Author: Taylor Otwell Date: Sun Oct 28 02:06:39 2018 +1100 Merge pull request #4833 from DojoGeekRA/feature/phpunit.xml Sort phpunit environment variables alphabetically commit c40701e3da2e23187a9b03ec9ec95f6cbd841e8b Author: Roberto Aguilar Date: Sat Oct 27 02:44:54 2018 -0500 Sort phpunit environment variables alphabetically commit f9cf7ff1c834bd918a21930288d12d04e0f15a00 Merge: 4c63c840 4202ec97 Author: Taylor Otwell Date: Thu Oct 25 04:00:32 2018 +1100 Merge pull request #4832 from daniel-banciulea/master [5.7] Fix running mix tasks error commit 4202ec978dccc1ff0a193b85b2f362055cbd85be Author: Daniel Bănciulea Date: Wed Oct 24 01:57:56 2018 +0300 fix running mix tasks error commit 4c63c840737183f7aba4df1561f0b6f757073f0e Merge: 39562b45 fe38ac2b Author: Taylor Otwell Date: Wed Oct 24 00:01:19 2018 +1100 Merge pull request #4831 from michaelmano/master [5.7] Update vue version to 2.5.17 commit fe38ac2b0c1b7e0640bd3c502a66fbff4639993f Author: Michael Mano Date: Tue Oct 23 10:42:41 2018 +1000 Update vue version to 2.5.17 commit 39562b452a742095a03546e7241c8ee77eba5c3b Merge: 05e54193 2a6f228b Author: Taylor Otwell Date: Tue Oct 23 05:18:24 2018 +1100 Merge pull request #4830 from cyberhicham/master Removing double arrow alignments commit 2a6f228bec9b6ee3dee7d4ca5bd621d6be914bef Author: Hicham LEMGHARI Date: Mon Oct 22 19:07:32 2018 +0100 Removing double arrow alignments commit 05e54193ba97719983a87e1944d436e8423cc1aa Merge: c0890674 3671ad39 Author: Taylor Otwell Date: Wed Oct 17 13:43:21 2018 +0900 Merge pull request #4820 from brainmaniac/patch-1 changed syntax for validation commit c0890674934b6d767e1fb2160b097efd8ed4bd93 Merge: 9ac61ced 59bdc8cd Author: Taylor Otwell Date: Wed Oct 17 13:41:46 2018 +0900 Merge pull request #4822 from borisdamevin/patch-2 Fix bad font size render on link commit 59bdc8cd4e1b998cd61e06f99d0c09917bf367ea Author: Boris Damevin Date: Tue Oct 16 23:45:14 2018 +0200 Fix bad font size render on link With Nunito, the 12px size with uppercase hase bad render (FF & Chrome). commit 3671ad399da5e6689f3d2039a106fc0cb3ea1cec Author: brainmaniac Date: Tue Oct 16 22:36:12 2018 +0200 changed syntax for validation Changed the syntax for the validation to be more aligned to the proposed way of implementing custom validations in the docs: https://laravel.com/docs/5.7/validation#custom-validation-rules commit 56b8c01080f40073f09c4c644e4e4a4554ba63a6 Merge: e830a3af 70f17679 Author: Taylor Otwell Date: Tue Oct 16 17:02:05 2018 +0900 Merge pull request #4814 from TBlindaruk/added-default-401-image [5.8] Added default 401.svg commit 70f17679dc858bf397791dabcf6667087797d38c Author: Tetiana Blindaruk Date: Sun Oct 14 11:20:28 2018 +0300 [5.8] Added default 401.svg commit 9ac61ced0170a80b3d7a0d0626968722bc73f988 Author: Tetiana Blindaruk Date: Sat Oct 13 18:50:46 2018 +0300 [5.7] Added changelog for v5.7.0 - fixed mistake; commit 545a02fca9df23b386084aa604355b0661d55f15 Author: Tetiana Blindaruk Date: Sat Oct 13 16:17:12 2018 +0300 [5.7.0] Added changelog for v5.7.0 commit b96f7062ad41219a98378108092d7107fe53bd22 Author: Tetiana Blindaruk Date: Sat Oct 13 15:27:36 2018 +0300 [5.6.33] Added changelog for v5.6.33 commit 7cca81b3794ebe32b9eac207535881a4c4db122a Author: Tetiana Blindaruk Date: Sat Oct 13 14:47:47 2018 +0300 [5.6.21] Added changelog for v5.6.21 commit b637ee304ce783d5c5137ddc4d3de0af10735a5e Merge: c9e612f5 6f3aa7a4 Author: Taylor Otwell Date: Fri Oct 12 08:44:32 2018 -0500 Merge pull request #4805 from driesvints/fix-api-redirect [5.7] Don't redirect for api calls commit 6f3aa7a4c5d153a187a0aef7c6cb2d2d7aa9dd12 Author: Dries Vints Date: Fri Oct 12 15:40:15 2018 +0200 Don't redirect for api calls When calling api routes the Authenticate middleware attempts to redirect you to the login page. If you expect JSON back or don't have auth routes then you don't want this to happen. By re-using the logic from Laravel's exception handler on which format to output we can also determine wether to redirect the user to the login page or give them a JSON error response. commit c9e612f51026ecdeb0f5b13e9d8f4322dceefec7 Merge: a273cea6 56825055 Author: Taylor Otwell Date: Thu Oct 11 12:19:28 2018 -0500 Merge pull request #4803 from driesvints/cashier-add-verify-webhook-config-values [5.7] Add new Stripe webhook config values commit 568250557cc82298a621648cc2d6f03379582196 Author: Dries Vints Date: Thu Oct 11 18:12:19 2018 +0200 Add new Stripe webhook config values See https://github.com/laravel/cashier/pull/565 commit e830a3af0251e38e9cb64bad795f97f6f303c239 Merge: 1cb18d11 9db658d6 Author: Taylor Otwell Date: Sat Oct 6 13:43:58 2018 -0500 Merge pull request #4797 from connectkushal/patch-2 [5.8] Update UserFactory password in line with #4794 commit 9db658d6d1dde21dfe243bbed9450f242858ec8c Author: Kushal Date: Sat Oct 6 23:17:02 2018 +0530 Update UserFactory password in line with #4794 The new password is of 8 characters, as required by #4794 commit 1cb18d11acfc918529c1747ee5138f35a467f065 Merge: 011bb6c1 325ae7ac Author: Taylor Otwell Date: Fri Oct 5 14:23:33 2018 -0500 Merge pull request #4794 from jakebathman/change-password-min-length-to-8 [5.8] Change password min length to 8 commit 325ae7ac6971e6f570039c5d45e2b7679a835044 Author: jakebathman Date: Fri Oct 5 13:54:15 2018 -0500 Update `RegisterController` password validation rule and associated lang file commit a273cea667438858b8b3d8459021ade9e3eb18a1 Merge: b98d49eb 277dd2e0 Author: Taylor Otwell Date: Fri Oct 5 12:06:06 2018 -0500 Merge pull request #4791 from staudenmeir/pagination [5.7] Revert #4744 commit 277dd2e0e0e0fb1ed9c1f6c960afe71e9fbbf0c1 Author: Jonas Staudenmeir Date: Fri Oct 5 18:13:18 2018 +0200 Revert #4744 commit b98d49ebb31e3875aef2a5696c5cbc7bf58883f2 Author: Taylor Otwell Date: Tue Oct 2 12:51:41 2018 -0500 formatting commit 24029be5b1fe39be0add21cd8a7a50d31ced976c Author: Clément Blanco Date: Tue Oct 2 15:50:48 2018 +0100 Fixing StyleCI identation commit e9f6ec36a7d1ab8aaae9b392f651fa153e31ceb9 Author: Clément Blanco Date: Tue Oct 2 15:45:42 2018 +0100 Adding faker_locale default config value. As per [that PR](https://github.com/laravel/framework/pull/17895) and [the documentation](https://laravel.com/docs/5.6/database-testing#writing-factories), I wanted to make sure this was present in the `app/config.php` out of the box. It's a great thing and I'm sure people will be happy to use it rather than overriding the singleton registration. commit 6735b84ccc4f263f54190658eb402f0637338b5d Merge: 877e2d7f 15dac2a9 Author: Taylor Otwell Date: Tue Oct 2 06:56:28 2018 -0700 Merge pull request #4783 from laravel/laurencei-patch-1 [5.7] Update database config commit 877e2d7fdab3af487a16c8404b406e999fb99950 Merge: 5b7f3b20 4b589c1a Author: Taylor Otwell Date: Tue Oct 2 06:24:48 2018 -0700 Merge pull request #4782 from eduarguzher/patch/validation-translation [5.7] Changes the translation for "required_with_all" validation rule commit 15dac2a96143cbf9ec62875f1487feb200255354 Author: Laurence Ioannou Date: Tue Oct 2 14:23:47 2018 +1000 Update database.php commit 4b589c1a4a5ec04838408875fc3bd233dbcf5904 Author: Eduardo Gh Date: Mon Oct 1 21:06:29 2018 -0500 Changes the translation for "required_with_all" validation rule commit 5b7f3b20617f2bbc38d6bda6f4aa02cff4a386f6 Merge: 7d7734fe 3973fe78 Author: Taylor Otwell Date: Mon Oct 1 06:15:30 2018 -0700 Merge pull request #4781 from ankurk91/patch/lang-attribute [5.7] Update lang attribute commit 7d7734fe9a0fd89f45c33fb7e814533784977f3e Author: Taylor Otwell Date: Mon Oct 1 07:50:06 2018 -0500 wip commit 3973fe7897421cb50057891cb59b17ebc0e69dc9 Author: Ankur Kumar Date: Mon Oct 1 10:44:36 2018 +0530 Update lang attribute Make the lang attribute similar to https://github.com/laravel/framework/blob/5.7/src/Illuminate/Auth/Console/stubs/make/views/layouts/app.stub See https://github.com/laravel/framework/pull/24392 commit ee8669a587eec90f0a23b4374cc483d7569f2e34 Author: Taylor Otwell Date: Sun Sep 30 08:45:53 2018 -0500 add link to sponsor commit 4b0c1d242d90efb69046c5998a0909e7cf4cec24 Merge: 361a6b71 c6f04411 Author: Graham Campbell Date: Sun Sep 30 10:00:35 2018 +0100 Merge pull request #4780 from zaknesler/patch-1 [5.7] Use correct facade commit c6f04411f53dc6dc2bd7dcd0259da7226ff6be00 Author: Zak Nesler <7189795+zaknesler@users.noreply.github.com> Date: Sat Sep 29 22:09:02 2018 -0400 Use correct facade commit 361a6b71da52d9d3ad6d200b22eb8c2d939da729 Author: Taylor Otwell Date: Fri Sep 28 15:55:56 2018 -0500 use str class commit faaabe1cefe458a9571107aaf4240095dbe6f86a Merge: f0f912ef 61256938 Author: Taylor Otwell Date: Fri Sep 28 13:53:45 2018 -0700 Merge pull request #4777 from SammyK/make-app-path-stream-safe [5.7] Make app path stream safe commit 6125693845cc37e6b8d627d55a945086c96705dd Author: Sammy Kaye Powers Date: Fri Sep 28 13:52:26 2018 -0400 Make app path stream safe commit f0f912ef2b519a3d965b73ebe8f13ce7f034b44e Merge: 0c68618d 55e580f6 Author: Taylor Otwell Date: Fri Sep 28 07:04:46 2018 -0700 Merge pull request #4775 from yajra/patch-register [5.7] Check if register route is enabled. commit 55e580f6cfed6d41e2c0e975f7bb4a2669d431db Author: Taylor Otwell Date: Fri Sep 28 09:04:03 2018 -0500 Update welcome.blade.php commit e9211a4ed43503a9df771687ddffe46c8f2fc729 Author: Arjay Q. Angeles Date: Fri Sep 28 10:36:34 2018 +0800 Check if register route is enabled. commit 0c68618dd13550ab59172ee794be7a538216e8d9 Author: Taylor Otwell Date: Thu Sep 27 12:35:35 2018 -0500 wip commit cd8dd76b67fb3ae9984b1477df4a9a3f0131ca87 Author: Taylor Otwell Date: Thu Sep 27 09:01:45 2018 -0500 increase days commit c60ff606793f07595d85d2b90f0a91bdf83f7ce1 Author: Marcin Nabiałek Date: Wed Sep 26 15:56:56 2018 +0200 Change default days to 30 for daily channel commit 8e87b147bc873eca2da944b965d147e71f7dcbde Merge: 7028b17e cc28fb28 Author: Taylor Otwell Date: Tue Sep 25 07:19:32 2018 -0700 Merge pull request #4767 from bertheyman/daily-logs-by-default [5.7] Set logs to daily by default commit cc28fb28ab9c3c07f0fb55c25eab8cff2f20570e Author: Bert Heyman Date: Mon Sep 24 14:22:24 2018 +0200 Set logs to daily by default commit 7028b17ed8bf35ee2f1269c0f9c985b411cb4469 Merge: f507c0ed 8d455cdb Author: Taylor Otwell Date: Wed Sep 19 07:49:22 2018 -0500 Merge pull request #4763 from tillkruss/ansi Preserve colors commit 8d455cdb58c984433f8f927af1e5e9d2f8b6603e Author: Till Krüss Date: Tue Sep 18 12:48:09 2018 -0700 preserve colors commit f507c0eda93002a5f50cb9e7b1ad688cbde6106e Merge: bac6cae2 52fe45dd Author: Taylor Otwell Date: Sun Sep 16 15:36:15 2018 -0500 Merge pull request #4762 from olipayne/master Fix 'resent' ambiguity commit 52fe45dd7b8e2efb5c681ee58364cb9c94aaf8f2 Author: Oliver Payne Date: Sun Sep 16 17:32:31 2018 +0200 Fix 'resent' ambiguity commit bac6cae21e84f5c6dd17c065c6d32100ba02d1ee Merge: c25f6c4e 62c5bbf8 Author: Taylor Otwell Date: Sat Sep 15 09:27:28 2018 -0500 Merge pull request #4761 from gauravmak/patch-1 Seeded users should be verified by default commit 62c5bbf8205fbec61d8a77f6000a927bc58e945c Author: Gaurav Makhecha Date: Sat Sep 15 10:14:06 2018 +0530 Seeded users should be verified by default the email_verified_at column value is used to determine whether a user has verified her account. commit c25f6c4e61b6b5f48d33a9bb73cc5801814978d2 Merge: 622cdda7 cc1dd54e Author: Taylor Otwell Date: Fri Sep 14 10:38:35 2018 -0500 Merge branch 'master' of github.com:laravel/laravel commit 622cdda7cf014121c01ba2090003c9902be3cceb Author: Taylor Otwell Date: Fri Sep 14 10:38:31 2018 -0500 use one line commit a5fc02d832ed91ac3da6408c2548314b8116fb79 Author: Taylor Otwell Date: Fri Sep 14 10:38:02 2018 -0500 use class commit cc1dd54ead190ce7373f7d1e5be6459dd20fe6c1 Merge: 9838f79d 76369205 Author: Taylor Otwell Date: Wed Sep 12 19:44:10 2018 -0500 Merge pull request #4760 from NFarrington/persist-cache-data-directory [5.7] Persist the /storage/framework/cache/data directory commit 76369205c8715a4a8d0d73061aa042a74fd402dc Author: Neil Farrington Date: Wed Sep 12 20:57:11 2018 +0100 Persist file cache data directory commit 9838f79d2c07c6196afec0363dbabe369e95cc75 Author: Taylor Otwell Date: Sat Sep 8 11:06:07 2018 -0500 wip commit 1e80b8ce3cacb22800883dd33273eec8e438adf5 Merge: cdb0362b 04960ed8 Author: Taylor Otwell Date: Sat Sep 8 11:05:23 2018 -0500 Merge pull request #4757 from rookwood/patch-1 [5.7] Update HttpKernel to use Authenticate middleware under App namespace commit 04960ed8be1c86b46ded6628c64d73fc728e424d Author: Matt Hollis Date: Fri Sep 7 16:24:35 2018 -0500 Update Kernel.php commit 7f6ec77e6944a2a3b43b8c4362384cace6d79df2 Author: Matt Hollis Date: Fri Sep 7 16:22:40 2018 -0500 Update Kernel.php StyleCI fixes commit 0eb1a8f3bc8725edc036f8a71a62fb0a39adfb7b Author: Matt Hollis Date: Fri Sep 7 16:20:54 2018 -0500 Update Kernel.php commit b354a352721c2394e4b68abf529c1a855e854af7 Author: Matt Hollis Date: Fri Sep 7 15:58:40 2018 -0500 Update HttpKernel to use Authenticate middleware under App namespace The `Authenticate` middleware is intended to be called in a specific order before applying developer-listed middleware. In 5.7, it was changed to `App\Http\Middleware\Authenticate` but the priority still lists it as living under `Illuminate\Auth\Middleware\Authenticate`. This proposed fix moves that priority array to `App\Http\Kernel` and changes the reference to the userland class. commit cdb0362b4e25960955aad7c171e383042ef8dfca Merge: f1a67295 8c3e7603 Author: Taylor Otwell Date: Fri Sep 7 08:36:30 2018 -0500 Merge pull request #4756 from laurencei/master [5.7] Update VerificationController commit 8c3e7603eb4377eb5a6cc791dd98866d7b5445e7 Author: Laurence Ioannou Date: Fri Sep 7 19:44:33 2018 +1000 Update VerificationController.php commit 011bb6c1d37983a614f277f6d7844060f878a42d Merge: f1a67295 8b712e37 Author: Taylor Otwell Date: Thu Sep 6 08:49:33 2018 -0500 Merge pull request #4753 from laravel/next [5.8] Target Laravel 5.8 commit 8b712e37e626443a9d75412aecbbbb67b4e17878 Author: Taylor Otwell Date: Thu Sep 6 08:49:26 2018 -0500 Update composer.json commit 5a21a99527603e4a028a2e63dec3f02881eab01d Author: Graham Campbell Date: Thu Sep 6 14:44:20 2018 +0100 Target Laravel 5.8 commit f1a6729546814f9da3883f629d3497c473643124 Merge: 22d37a53 26cfda28 Author: Graham Campbell Date: Thu Sep 6 14:42:39 2018 +0100 Merge branch '5.6' commit 26cfda28d3735c5b5da70b6fa8bdec128b4e46a2 Merge: 2d70aaa2 3a50f43c Author: Graham Campbell Date: Thu Sep 6 14:42:19 2018 +0100 Merge remote-tracking branch 'origin/5.5' into 5.6 commit 22d37a53ffc837f69bd28cb411b0008bdecccbfc Author: Taylor Otwell Date: Thu Sep 6 08:23:57 2018 -0500 add level commit 371bc9467355efa1a27dd02dbb8082547075c1b8 Author: Taylor Otwell Date: Thu Sep 6 08:23:36 2018 -0500 formatting commit 7b9ab57dd613aa70cac10eb5536fdcc6c5d31c32 Merge: ed3c8b2d ea3afd10 Author: Taylor Otwell Date: Thu Sep 6 08:22:27 2018 -0500 Merge branch 'master' of https://github.com/renoirfaria/laravel into renoirfaria-master commit ed3c8b2d64ec18f9c3a3276d18a1fe14018a1459 Author: Taylor Otwell Date: Thu Sep 6 08:11:07 2018 -0500 fix stub commit 5ad5cdce8c785d09e1205ba890f81f3002dadda3 Merge: ad7ce022 f41814be Author: Taylor Otwell Date: Thu Sep 6 08:10:04 2018 -0500 Merge pull request #4750 from kp-syginteractive/master Removing unnecessary use from User Model commit ad7ce02254799798ddc43dfa65d5ea97db72b12e Merge: 8c41eae2 dfe5afa7 Author: Taylor Otwell Date: Thu Sep 6 08:05:59 2018 -0500 Merge pull request #4752 from ubient/add-mailgun-endpoint-option Add missing Mailgun 'endpoint' option commit dfe5afa71bb4edc0be2b03d71f2e3e5e4652c94a Author: Claudio Dekker Date: Thu Sep 6 14:02:17 2018 +0200 Add missing Mailgun 'endpoint' option Counterpart to https://github.com/laravel/framework/pull/25010 commit f41814be1fee0d3989deacb13e12cb6f96a6dd7c Author: Kazim P Date: Thu Sep 6 09:34:14 2018 +0530 Removing unnecessary use from User Model commit ea3afd1013c24b696eefdcd2097cc2eddeb82849 Author: Renoir dos Reis Date: Wed Sep 5 11:15:27 2018 -0300 Adding papertrail log channel option commit 8c41eae20023fc76719c0ebfeb628008486a49d8 Merge: 4a27987f 2c5633d3 Author: Taylor Otwell Date: Wed Sep 5 08:25:18 2018 -0500 Merge pull request #4747 from eliurkis/patch-1 Remove unnecessary use on verification controller commit 4a27987fa69770dadcecae0adfed263470ad5376 Merge: 6fcb8945 76a536b4 Author: Taylor Otwell Date: Wed Sep 5 08:24:45 2018 -0500 Merge pull request #4748 from SjorsO/master Remove X-UA-Compatible meta tag commit 76a536b407b45968e1829740265ecbdc4e0e51d4 Author: Sjors Ottjes Date: Wed Sep 5 08:49:25 2018 +0200 Update welcome.blade.php commit 2c5633d334f26efbf9da3083677169b08d23ee36 Author: Eliurkis Diaz Date: Wed Sep 5 00:24:52 2018 -0400 Remove unnecessary use on verification controller commit 6fcb8945c84953a18b96e17f2d17f866612c747f Merge: 6246ab09 abdefb66 Author: Taylor Otwell Date: Tue Sep 4 12:01:27 2018 -0500 Merge branch 'master' of github.com:laravel/laravel commit 6246ab09631b87e67f2767016f36cc5c667bfdeb Author: Taylor Otwell Date: Tue Sep 4 12:00:54 2018 -0500 update stub commit abdefb66028c0a7cb31dc5907b22db3fe2f51cdb Merge: b0651d24 1eb13c86 Author: Taylor Otwell Date: Tue Sep 4 11:59:13 2018 -0500 Merge pull request #4746 from PHLAK/patch-1 Updated QUEUE_DRIVER env var to QUEUE_CONNECTION in phpunit.xml commit 1eb13c860033e60f18242590b0cdc815fc539f1e Author: Chris Kankiewicz Date: Tue Sep 4 09:45:26 2018 -0700 Updated QUEUE_DRIVER env var to QUEUE_CONNECTION in phpunit.xml commit b0651d2467f1428eadc505e1b3b4f5678611927c Merge: 577ae1c0 2d70aaa2 Author: Taylor Otwell Date: Tue Sep 4 08:12:22 2018 -0500 Merge branch 'master' into develop commit 577ae1c0198e35b585fae339cf16b157540ae6e0 Merge: 6d9215c0 6cce5303 Author: Taylor Otwell Date: Tue Sep 4 08:09:48 2018 -0500 Merge branch 'develop' of github.com:laravel/laravel into develop commit 6d9215c0a48aa68ef65d83c3ab8d1ba3c4e23d39 Author: Taylor Otwell Date: Tue Sep 4 08:09:32 2018 -0500 formatting commit 2d70aaa286d6c20ac50804e59035ee8ae61c22de Merge: 289b1457 d44d5eb6 Author: Taylor Otwell Date: Tue Sep 4 08:06:42 2018 -0500 Merge pull request #4744 from staudenmeir/pagination [5.6] Fix pagination translation commit d44d5eb609708257bff04090edb32c1f05b36ccb Author: Jonas Staudenmeir Date: Mon Sep 3 20:10:00 2018 +0200 Fix pagination translation commit 6cce5303c7a1ac39f50b27838fa074f102807b3f Merge: 43747693 67ea9193 Author: Taylor Otwell Date: Mon Sep 3 15:56:09 2018 +0200 Merge pull request #4742 from voyula/master Update .editorconfig commit 67ea91936648dbaffd83e0d2b69c6ae9207034c1 Author: voyula <40173603+voyula@users.noreply.github.com> Date: Mon Sep 3 00:14:17 2018 +0300 Update .editorconfig See "[*]" global scope, already have this property in global scope. commit 43747693bdec524119a985f53ebf8b8c1f631492 Merge: 2330aa75 deef01d5 Author: Taylor Otwell Date: Fri Aug 31 14:58:05 2018 +0200 Merge pull request #4741 from mattmcdonald-uk/develop [5.7] Define mix as const commit 2330aa7504f85abe1d71946b6b478c9167041dcc Merge: 0d43633f c29266a0 Author: Taylor Otwell Date: Fri Aug 31 13:53:35 2018 +0200 Merge branch 'develop' of github.com:laravel/laravel into develop commit 0d43633f9f13de2c392331cdef3f1d48b04781ed Author: Taylor Otwell Date: Fri Aug 31 13:53:27 2018 +0200 add illustrations commit deef01d5a204447625bb899fa640defd53b1f9d7 Author: Matt McDonald Date: Fri Aug 31 10:35:44 2018 +0100 Define mix as const commit c29266a0c086dfcfda453fc7c96619cf13a9920b Merge: 663f7c2c 799a3ef8 Author: Taylor Otwell Date: Mon Aug 27 08:16:02 2018 -0500 Merge pull request #4736 from nunomaduro/patch-1 [5.7] Use semver caret operator for laravel-dump-server commit 799a3ef8ec5ba3bd4145828beb5569ad20dad2d7 Author: Nuno Maduro Date: Mon Aug 27 10:48:40 2018 +0200 Use semver caret operator for laravel-dump-server commit 663f7c2c05fab2083eb2bc559f86d4e9776a9a32 Merge: 53686dd0 b9ac4417 Author: Taylor Otwell Date: Sat Aug 25 20:11:29 2018 -0500 Merge pull request #4735 from vemcogroup/master Extract 2 core configurations for sessions to environment commit b9ac4417ee6153b8ef0daeaa8ffab433acd935dd Author: Danijel K Date: Sat Aug 25 18:45:33 2018 +0200 corrected bad copy paste commit 375b7c6a43a41652f1ba05ea661dea873bbef514 Author: Danijel K Date: Sat Aug 25 18:44:30 2018 +0200 Extract core 2 session configurations to environment In the spirit of JMac & LaravelShift I've extracted 2 session variables to the environment file. Not 'just because' but rather that one is able to set SESSION_DRIVER to redis, but unable to set a connection without touching the core session config file. commit 53686dd0186e2ee49eb56c88f1d2e187b57060dd Merge: dda50109 edc937c5 Author: Taylor Otwell Date: Fri Aug 24 10:40:47 2018 -0500 Merge branch 'develop' of github.com:laravel/laravel into develop commit dda50109becec9a6da7955e9b4e86cdcad760409 Author: Taylor Otwell Date: Fri Aug 24 10:40:40 2018 -0500 update composer commit edc937c5e6969cbcc9f14e0c01285df252dbb075 Merge: 0c627804 d6acad21 Author: Taylor Otwell Date: Wed Aug 22 14:13:33 2018 -0500 Merge branch 'develop' of github.com:laravel/laravel into develop commit 0c627804026968fb52bc5fd66d3e03de06bfb4f7 Merge: ff99e2fd 289b1457 Author: Taylor Otwell Date: Wed Aug 22 14:13:25 2018 -0500 fix conflicts commit 289b1457317a08813b8998a9a225535926bd90ee Merge: 4e6838a6 b2d7facf Author: Taylor Otwell Date: Wed Aug 22 14:12:47 2018 -0500 Merge branch 'master' of github.com:laravel/laravel commit 4e6838a6cca79daea71b6f7daf2efb936f3e3985 Author: Taylor Otwell Date: Wed Aug 22 14:12:42 2018 -0500 add nova commit b2d7facfbbd1f01e4dfe523e4b2d7a2a9d85bbc5 Merge: e124fc5f e2d44a51 Author: Taylor Otwell Date: Wed Aug 15 16:04:03 2018 -0500 Merge pull request #4730 from ahinkle/ahinkle-patch-1 Upgrade Lodash (Security Vulnerability) commit e2d44a5115dc244dfc08c6c6bef6e916d1264983 Author: Andy Hinkle Date: Wed Aug 15 09:23:50 2018 -0500 Upgrade Lodash because of Security Vulnerability commit d6acad21cb2288713d9c09a31f9b4ab86f116039 Merge: ff99e2fd e124fc5f Author: Taylor Otwell Date: Tue Aug 14 14:35:49 2018 -0500 Merge branch 'master' into develop commit e124fc5f120ce109958aca01cd67a0ec476035f1 Merge: 0d5c1c81 1d33fc07 Author: Taylor Otwell Date: Tue Aug 14 14:35:18 2018 -0500 Merge pull request #4727 from Advaith3600/patch-1 Changed font to new one commit 1d33fc07bf327413260a3e33b088ad51ab1f5574 Author: Advaith Date: Tue Aug 14 18:32:21 2018 +0530 Changed font to new one Updated the font to Nuntio from Raleway commit 0d5c1c81ff6faafbd8cc995aa3d0cd1b155df4c3 Author: Taylor Otwell Date: Mon Aug 13 08:43:48 2018 -0500 add sponsor commit e9b72b487979caa59caf716447e1195e76e11e26 Author: Taylor Otwell Date: Mon Aug 13 08:31:18 2018 -0500 add sponsor commit ff99e2fd5c6f868b9be53420057551c790f10785 Author: Taylor Otwell Date: Sat Aug 11 16:20:19 2018 -1000 add dump server commit 90b6165a2acc7d873100f358664a3df824051755 Merge: 3e43e6b1 6b40d49e Author: Taylor Otwell Date: Fri Aug 10 11:15:32 2018 -1000 Merge pull request #4725 from calebporzio/patch-1 Add .phpunit.result.cache to the .gitignore commit 6b40d49efdcb30aad4e4e51ea9c2c19481806ac0 Author: Caleb Porzio Date: Fri Aug 10 16:52:21 2018 -0400 Add .phpunit.result.cache to the .gitignore PHPUnit version 7.3 adds a new argument `--cache-result` which allows you to do awesome things like re-run test failures using a command like: `phpunit --cache-result --order-by=defects --stop-on-defect` The cache file is stored as `.phpunit.result.cache` I believe PHPUnit 8 will have caching on by default, so this file will start popping up in everyone's project quickly. commit 78573d6bf0c263a958faefe62c64a0f0476878a3 Author: Taylor Otwell Date: Sun Aug 5 08:14:56 2018 -1000 remove dump server until it is ready for 5.7 commit 28908d83d9f3b078ae01ed21a42b87edf1fd393d Author: Taylor Otwell Date: Sat Aug 4 08:52:01 2018 -1000 add supported type commit c641edfb02eb6e8c7dac0123aece227e480ff58e Merge: ff38d4e1 3e43e6b1 Author: Graham Campbell Date: Wed Aug 1 23:09:07 2018 +0100 Merge branch 'master' into develop commit ff38d4e1a007c1a7709b5a614da1036adb464b32 Author: Taylor Otwell Date: Tue Jul 31 15:03:51 2018 -0500 flatten resources more commit 3e43e6b1d04793c3837ad383f54aae062c085fd8 Merge: 8512ad31 7ff1f264 Author: Taylor Otwell Date: Tue Jul 31 07:49:35 2018 -0500 Merge pull request #4719 from Kramerican/master Added Webdock.io link to readme commit 7ff1f264e316264ca7341edecce3cf03b80d0eb3 Merge: 8512ad31 56aa358d Author: Kramerican Date: Tue Jul 31 10:49:21 2018 +0200 Merge pull request #1 from Kramerican/Kramerican-patch-1 Added Webdock.io to sponsors list commit 56aa358d6872f52b3e11844a4a1608a8ef649db2 Author: Kramerican Date: Tue Jul 31 10:14:53 2018 +0200 Added Webdock.io to sponsors list commit 8512ad31810439515d100f790363148d32e390c1 Merge: 5da2d13b b23f77fa Author: Taylor Otwell Date: Fri Jul 27 11:28:48 2018 -0500 Merge pull request #4716 from martin-heralecky/patch-1 Delete trailing whitespace in phpunit.xml commit b23f77fa60fd3420d8698c26da2270f9690e36ca Author: Martin Heralecký Date: Thu Jul 26 23:30:57 2018 +0200 delete trailing whitespace in phpunit.xml commit 4334f13e2ec809aa81d0e1547cfa0613e6080738 Merge: f619d4f7 5da2d13b Author: Taylor Otwell Date: Thu Jul 19 07:50:18 2018 -0500 Merge branch 'master' into develop commit 5da2d13b04ede450120affdd46c0cbe3a2fe54ef Author: Taylor Otwell Date: Thu Jul 19 07:50:06 2018 -0500 compile commit f619d4f7c29875c2f7bc3a68d99c23c012cd7f72 Merge: bf9836a7 736c5cad Author: Taylor Otwell Date: Thu Jul 19 07:48:59 2018 -0500 Merge branch 'develop' of github.com:laravel/laravel into develop commit bf9836a785832c6471c0eb79491ca19a9f99bf71 Merge: 1088837c 6646ad7c Author: Taylor Otwell Date: Thu Jul 19 07:48:44 2018 -0500 Merge branch 'master' into develop commit 6646ad7c527e2b3320661fa1d76a54dd6e896e57 Author: Taylor Otwell Date: Thu Jul 19 07:48:31 2018 -0500 update font and colors commit fa81e36841ee25c3440fc430ed8d6b66c641062b Merge: c6d7d83b 6bd50e79 Author: Taylor Otwell Date: Thu Jul 12 10:00:50 2018 -0400 Merge pull request #4703 from thannaske/feature-maintenance-except-routes [5.6] Adding boilerplate maintenance middleware with excepted URIs array commit 6bd50e79a90a16bc46458717049eb10060c5b2fe Author: Tobias Date: Thu Jul 12 01:13:44 2018 +0200 Adding boilerplate maintenance middleware with excepted URIs array commit 736c5cadf41a2a4e0399bf02336162e17a2d0fe9 Merge: 1088837c 5fc9adaa Author: Taylor Otwell Date: Tue Jul 10 09:18:12 2018 -0400 Merge pull request #4700 from wuwx/patch-3 a-z order commit 5fc9adaa3f5292f64c129f485ea114130da709d6 Author: wuweixin Date: Tue Jul 10 14:20:22 2018 +0800 a-z order commit 1088837cf31c62d5b62df5a7b2d28cc6a48751d5 Merge: 5c38dee3 62e6c34b Author: Taylor Otwell Date: Mon Jul 9 16:32:01 2018 -0400 Merge pull request #4698 from mpociot/add_dump_server Add beyondcode/laravel-dump-server as dev dependency commit 62e6c34bdd1133e79cc49b613e9623b41f233a1c Author: Marcel Pociot Date: Mon Jul 9 21:07:46 2018 +0200 Add beyondcode/laravel-dump-server as dev dependency commit 5c38dee39e1061517d9cc2cc231a3d092cd31296 Merge: b65c8245 d4e1b931 Author: Taylor Otwell Date: Tue Jul 3 09:43:52 2018 -0500 fix conflicts commit b65c8245f7388d7e8358a3531ec74f0908252276 Author: Taylor Otwell Date: Tue Jul 3 09:39:43 2018 -0500 formatting commit d4e1b931dc2cc77410f32b96712d5706ee475361 Merge: 3d70f988 715c7e10 Author: Taylor Otwell Date: Tue Jul 3 09:39:25 2018 -0500 Merge pull request #4693 from laravel/analysis-8PAgMA Apply fixes from StyleCI commit 715c7e101f11d979b52b2ef70858b24b57fff423 Author: Taylor Otwell Date: Tue Jul 3 14:39:18 2018 +0000 Apply fixes from StyleCI commit 3d70f988f673ec4a0025e143f02e6dbf054e4c02 Merge: fe796d88 76af90b5 Author: Taylor Otwell Date: Tue Jul 3 09:39:03 2018 -0500 Merge pull request #4692 from barryvdh/patch-4 [5.7] Add addHttpCookie to VerifyCsrfToken commit 76af90b50ca98c9fcafb0f33552ee5c7a9f8ff58 Author: Barry vd. Heuvel Date: Tue Jul 3 16:37:01 2018 +0200 Add addHttpCookie to VerifyCsrfToken commit c6d7d83ba3c81b31d663ae2917be4c81cc905b8b Author: Taylor Otwell Date: Fri Jun 29 14:45:06 2018 -0500 add sponsor commit fe796d88065e0072cea924e0cf9a211bd4d3d2d5 Merge: 1dfa2851 746a9e87 Author: Taylor Otwell Date: Fri Jun 22 10:25:28 2018 -0500 Merge pull request #4689 from laravel/verify-skeleton This PR contains the application skeleton changes needed for optional email verification. To use: php artisan make:auth Route::auth(['verify' => true]); class User implements MustVerifyEmail Route::get('/home', etc...)->middleware('verified'); commit 746a9e87a018bfb95f79124e557e5fc703a35ba5 Author: Taylor Otwell Date: Thu Jun 21 15:32:22 2018 -0500 use date commit cd594395d9c1f86ae343eff5dd0f20fe3f4933b7 Author: Taylor Otwell Date: Thu Jun 21 11:13:00 2018 -0500 add signed commit 592b3936a3bc79bc11b716bec58a582081bdf0c0 Author: Taylor Otwell Date: Thu Jun 21 11:11:30 2018 -0500 update migration commit 4957bd5e0ce3dc0c54574b1a717da9b05666b873 Author: Taylor Otwell Date: Thu Jun 21 11:10:17 2018 -0500 stub in import commit d6b6e706b183a78336fd87a9a161caee9dee8e77 Author: Taylor Otwell Date: Thu Jun 21 11:09:58 2018 -0500 add event registration commit 69e92d6454af859ba34bec3374d94e2929281dc0 Author: Taylor Otwell Date: Thu Jun 21 11:08:49 2018 -0500 initial pass commit d53539b47b6d2a20d0c3d3257ad801bc72547c9d Merge: e7a74be2 769dc6b9 Author: Taylor Otwell Date: Mon Jun 18 07:37:18 2018 -0500 Merge pull request #4687 from mll-lab/unit-tests-first [5.6] Switch execution order of testsuites, unit tests first commit 769dc6b96bf08d417182f78a790de457af9f5e60 Author: Benedikt Franke Date: Mon Jun 18 09:27:59 2018 +0200 Switch execution order of testsuites, unit tests first Unit tests usually run faster and provide more fine-granular feedback if something is broken. If some small part of the application is broken, it may easily cause all the feature tests to fail, while not providing useful feedback. commit e7a74be2822aabf3313e670539a8d77ef47fd38d Merge: 0869d963 4fe0d4c1 Author: Taylor Otwell Date: Fri Jun 1 10:04:45 2018 -0500 Merge pull request #4670 from amenk/patch-2 Add iMi digital new Patreon Sponsor to readme commit 4fe0d4c13a6057706f99a149297e71f302b34284 Author: Alexander Menk Date: Fri Jun 1 14:44:00 2018 +0200 Add iMi digital new Patreon Sponsor to readme commit 1dfa2851fabe2b947ad4d9db67f7e15e8af69597 Merge: a14e6232 c3b99e97 Author: Taylor Otwell Date: Thu May 24 08:14:08 2018 -0500 Merge pull request #4665 from barryvdh/patch-3 [5.6] Use seperate cache database for Redis commit c3b99e971cd9d8213ada259b9f624a8f70ddd57b Author: Barry vd. Heuvel Date: Wed May 23 15:24:27 2018 +0200 Use seperate cache DB for Redis commit 0869d963aa96e2a9d4ab58cb451e35e9a31b07d9 Merge: aefda0cf 7ff917aa Author: Taylor Otwell Date: Fri May 18 07:59:35 2018 -0500 Merge pull request #4661 from driesvints/patch-1 [5.6] Fix alpha_dash commit 7ff917aa203b2f0869761c99283d18b6a2eb6cf8 Author: Dries Vints Date: Fri May 18 14:52:24 2018 +0200 Fix alpha_dash It also accepts underscores as valid signs as explicitly stated in the docs and source code so I believe it would be best to also add it to the validation message. commit aefda0cfecd58e9ad782fbdb461da054d42fda8d Merge: 3f92cf66 3c338b6a Author: Taylor Otwell Date: Thu May 10 10:42:43 2018 -0500 Merge pull request #4658 from DojoGeekRA/feature/editorconfig Add .editorconfig file commit 3c338b6afdf271c20e941e8374c3cfa8ff867461 Author: Roberto Aguilar Date: Thu May 10 10:34:22 2018 -0500 Add .editorconfig file commit 3f92cf66f53b3b53467497acc0d2a00cbd7b65f0 Merge: 83dc9471 7d8e91ab Author: Taylor Otwell Date: Tue May 8 14:42:54 2018 -0500 Merge pull request #4656 from caouecs/patch-1 fix: alphabetical order commit 83dc9471117097388b614bf13f686d216342b039 Author: Till Krüss Date: Tue May 8 08:39:47 2018 -0700 add release notes for v5.6.7 and v5.6.12 commit 7d8e91ab66d0e8cba4e24394f6340109fbce024e Author: Fred Delrieu Date: Tue May 8 15:58:10 2018 +0200 fix: alphabetical order commit bc51cdd9f395676824fa41d98ae96e809bd564a1 Merge: 479d02b0 51507a6d Author: Taylor Otwell Date: Tue May 8 08:23:14 2018 -0500 Merge pull request #4654 from Alymosul/master [5.6] Add language lines for the newly added comparison validation rules. commit 51507a6d8aef31fadac8125663f83f3302405a72 Author: Alymosul Date: Sun May 6 17:54:33 2018 +0300 Add language lines for the newly added comparison validation rules. commit 479d02b0948fc3d6f244b1fe9f7ab54c09a5df05 Merge: 0b89e2ff dc320c89 Author: Taylor Otwell Date: Wed Apr 18 20:50:01 2018 -0500 Merge pull request #4643 from DojoGeekRA/refactor/hashing-config [5.6] Set bcrypt rounds using the hashing config commit dc320c894253a4c18541bf27447e0066b16c825d Author: Roberto Aguilar Date: Wed Apr 18 10:09:32 2018 -0500 Set bcrypt rounds using the hashing config commit 0b89e2ff2016ea129adecb64b22f93ab1a81d8d5 Merge: 7e28dfaf 8e878b2d Author: Taylor Otwell Date: Tue Apr 10 12:06:31 2018 -0700 Merge pull request #4632 from astorm/patreon Removing Patreon Link commit 8e878b2d46e6c646fa060155ae41e7c40a6054d7 Author: Alan Storm Date: Tue Apr 10 11:36:17 2018 -0700 Removing Link commit 7e28dfafa2ec347c6fea5387431768468af6f731 Merge: 3dc19a0d 13990ebb Author: Taylor Otwell Date: Mon Apr 9 05:18:44 2018 -0700 Merge pull request #4629 from codepotato/codepotato-ses-region-patch Add SES_REGION to local environment file commit 13990ebbd0d0e9db9f89e5894c5703974a2d0722 Author: Gareth Thompson Date: Mon Apr 9 12:42:18 2018 +0100 Formatting fix commit d75a0f3bafe9e4b56f24ea52d43c0d68d877c1dd Author: Gareth Thompson Date: Mon Apr 9 12:35:17 2018 +0100 Add SES_REGION to local environment file The region used by SES was hardcoded into the config file, when all other values were set as environment variables. Tweaked to keep the region consistent with other config options commit 3dc19a0d4faee5e0d800ead8c9cd0eee9871bc77 Merge: 7f936e1c 2683de70 Author: Taylor Otwell Date: Sat Apr 7 12:55:17 2018 -0700 Merge pull request #4627 from szepeviktor/patch-1 Request::HEADER_X_FORWARDED_ALL is an integer commit 2683de70828e6c4dcf8613a60fc7304ff90e6acc Author: Viktor Szépe Date: Fri Apr 6 20:15:18 2018 +0200 Request::HEADER_X_FORWARDED_ALL is an int =30 commit 20b9daa8f365639607a4578f2bfda276253067cc Author: Viktor Szépe Date: Fri Apr 6 20:13:20 2018 +0200 Request::HEADER_X_FORWARDED_ALL is an integer it is int(30) commit 7f936e1c6491fc9c58ef0a2ab509d1be3e5a7ae9 Merge: 584eae01 bebd3e4b Author: Taylor Otwell Date: Wed Apr 4 05:30:13 2018 -0700 Merge pull request #4624 from cubettech/patch-1 Added Cubet as a Sponsor commit bebd3e4b35c8f867ece64cb2db279cbd1b4ee3ec Author: Cubet Techno Labs Pvt LTD Date: Wed Apr 4 17:54:12 2018 +0530 Added Cubet as a Sponsor Cubet is an official sponsor of Laravel- https://laravel.com/partners Added an entry to list Cubet under Laravel Sponsors. commit 584eae0191dd93b0b533ca6e289f7063208f27c3 Merge: 50ffc7d9 67795c0e Author: Taylor Otwell Date: Wed Mar 28 07:16:31 2018 -0700 Merge pull request #4621 from hillelcoren/master Added Invoice Ninja to the readme commit 67795c0e05aed20be3fe4b33899cb8b8effca2ce Author: Hillel Coren Date: Wed Mar 28 17:10:11 2018 +0300 Added Invoice Ninja to the readme commit 50ffc7d9fd223bd8b66e36c785395f6268ba0c4a Author: Taylor Otwell Date: Sat Mar 24 14:25:38 2018 -0700 formatting commit 11f0e4e4630ef84fc871392f2059e1b1112cbb53 Merge: 534b7acc f33dc10b Author: Taylor Otwell Date: Sat Mar 24 14:22:23 2018 -0700 Merge branch 'add-hashing-config' of https://github.com/huguesjoyal/laravel-laravel into huguesjoyal-add-hashing-config commit 534b7acc3f54dbeba37a78f2d4464499e8bfe818 Merge: 650e627e 283413b2 Author: Taylor Otwell Date: Sat Mar 24 07:42:31 2018 -0700 Merge pull request #4620 from browner12/patch-1 [5.6] Update handler commit 283413b2563de7ffdc720e5622d1d8daa0052cca Author: Andrew Date: Sat Mar 24 03:12:17 2018 -0500 update handler remove comment suggesting to send reports to bug trackers in this method commit 650e627eec22776a4405dab613255fd3665ce4ae Merge: 657b25a6 b51c038f Author: Taylor Otwell Date: Thu Mar 22 13:16:17 2018 -0700 Merge pull request #4617 from rellect/npm_watch Simplify the npm watch command commit b51c038ff2162f95588bc47e5897349adf99157b Author: refael iliaguyev Date: Thu Mar 22 18:45:03 2018 +0200 Simplify the npm watch command commit 657b25a6cbbb93f99df970572b1f630a663ea542 Author: Taylor Otwell Date: Wed Mar 21 16:29:49 2018 -0700 update comment commit f33dc10bed088b40672ad2960fa11ac258bfaad6 Author: Hugues Joyal Date: Mon Mar 19 15:26:46 2018 -0400 gammar commit d79e7ccb8b26d5ff77582f700fd83195b5e8184a Author: Hugues Joyal Date: Mon Mar 19 15:15:25 2018 -0400 fix styling commit 7259889fcd6284065a2f010f583c354f878bf9b8 Author: Hugues Joyal Date: Mon Mar 19 13:29:20 2018 -0400 missing newline commit af91d97b68d903fd08ac4cce26c0318c407185d2 Author: Hugues Joyal Date: Sun Mar 18 08:59:04 2018 -0400 better comment formating commit 18701f51eab923cf53f1e3dd2cf22b7aa5700109 Author: Hugues Joyal Date: Sun Mar 18 08:38:20 2018 -0400 New line formating commit 010d7138984bbc77a10eb1bdb2206be6e3abd1d2 Author: Hugues Joyal Date: Sun Mar 18 07:50:27 2018 -0400 style-ci fix commit 4f8a093dcc347e830023e3d1e5a8c9060120e573 Author: Hugues Joyal Date: Sun Mar 18 07:47:34 2018 -0400 Add hashing configuration commit 29a1739099a2011f5de2a60fccf1c4ac16f007cf Author: Taylor Otwell Date: Wed Mar 14 14:19:07 2018 -0500 add wording commit 66f5757d58cb3f6d1152ec2d5f12e247eb2242e2 Author: Taylor Otwell Date: Wed Mar 14 14:17:27 2018 -0500 add stderr example commit 4369e9144ce1062941eda2b19772dbdcb10e9027 Author: Taylor Otwell Date: Wed Mar 14 12:40:35 2018 -0500 add middleware commit a14e62325cbe82a615ccd2e80925c75cb0bf1eaf Author: Taylor Otwell Date: Tue Mar 13 16:09:47 2018 -0500 customizable redirect on auth failure commit c30adc88c1cf3f30618145c8b698734cbe03b19c Author: Taylor Otwell Date: Tue Mar 13 13:38:47 2018 -0500 adjust variable name commit 10340d3a021e3a4d7a44b0072a049cbf67be27fd Author: Taylor Otwell Date: Tue Mar 13 13:37:32 2018 -0500 fix wording commit 37b9e0f76da94e9ae1a30c2f9bc1b3309fe3e25a Author: Jason Judge Date: Tue Mar 13 18:29:01 2018 +0000 The default queue "driver" is actually a "connection" The description here has bothered me for a while, because it is kind of misleading. The `QUEUE_DRIVER` environment variable perhaps also needs changing to `QUEUE_CONNECTION`, but I'm not sure if that is just too engrained in legacy systems now? I can change that on this PR if you agree, and also the matching `QUEUE_DRIVER=sync` in `.env.example`. commit c892bd367c526a961589de7b4bdc5f983de0e81a Merge: f013a488 c53e15ab Author: Taylor Otwell Date: Tue Mar 13 08:09:14 2018 -0500 Merge pull request #4607 from shadoWalker89/patch-2 [5.6] Set MAIL_DRIVER to array in phpunit.xml commit c53e15ab966f1ae463dff2d90bd7d24a5ca870d1 Author: Melek REBAI Date: Tue Mar 13 08:23:37 2018 +0100 Set MAIL_DRIVER to array in phpunit.xml commit f013a48879cf35f51be23a85a938bf69756c4d6e Merge: 44488acc 293fae6b Author: Taylor Otwell Date: Sat Mar 10 09:48:50 2018 -0600 Merge pull request #4602 from vlakoff/not_regex [5.6] Add message for "Not Regex" validation rule commit 293fae6bd8285d076cedf2b8147a20e4090aa5bc Author: vlakoff Date: Sat Mar 10 02:44:56 2018 +0100 Add message for "Not Regex" validation rule commit 44488acc285d3e9fd84cad2df386fb09b11b5aac Merge: ff2f828c cd36914a Author: Taylor Otwell Date: Wed Mar 7 07:39:26 2018 -0600 Merge pull request #4600 from laravel/sem-ver [5.6] Use semver caret operator commit cd36914ad221041600381a065625e43aefaeb4d7 Author: Graham Campbell Date: Tue Mar 6 22:42:09 2018 +0000 Use semver caret operator commit ff2f828c55ae9cf1cc3b0d75aa255759b63bf947 Merge: 324dda65 4665ef43 Author: Taylor Otwell Date: Mon Mar 5 08:07:37 2018 -0600 Merge pull request #4593 from freekmurze/patch-1 [5.6] Remove unnecessary package commit 324dda65ba08af0c039708b6c29c0fcb5eb99a1c Merge: bf92ec11 a58ceaf6 Author: Taylor Otwell Date: Tue Feb 27 14:32:31 2018 -0600 Merge pull request #4594 from mputkowski/patch-sftp Add SFTP to supported storage drivers commit a58ceaf6fb6c0c7aeadcca08f5d80e7bc5f47a4d Author: Taylor Otwell Date: Tue Feb 27 14:32:22 2018 -0600 Update filesystems.php commit c56e3865db2025096fe713ffb38fb0bbc925738d Author: Taylor Otwell Date: Tue Feb 27 14:32:00 2018 -0600 Update filesystems.php commit 2572ce1e3698cfdb6563a725aa5d36692665e805 Author: Michal Date: Tue Feb 27 19:03:03 2018 +0100 add sftp to supported storage drivers commit 4665ef43355f0d2454f4a02573f1c983f0bcec83 Author: Freek Van der Herten Date: Mon Feb 26 23:23:02 2018 +0100 Remove unnecessary package The `thanks` package is not needed to develop kickass Laravel apps. commit bf92ec116e13a259a7e673cd89c38c54fc036102 Merge: 8059290f ba16736d Author: Taylor Otwell Date: Tue Feb 20 15:31:20 2018 -0600 Merge pull request #4583 from nikolaynizruhin/master Update axios commit ba16736d3c1624ce656e5ad41f53029629fe3f7f Author: Nikolay Nizruhin Date: Tue Feb 20 21:58:42 2018 +0200 Update axios commit 8059290fa0c073221de945478b6397b85a0edfa6 Merge: 4df852fe f3d10825 Author: Taylor Otwell Date: Sun Feb 18 12:22:29 2018 -0600 Merge pull request #4581 from cesaramirez/collision Update Collision commit f3d10825ff8d057a15ac83a5d9549a09f873fdf9 Author: César A. Ramírez Date: Sun Feb 18 09:59:46 2018 -0600 Update Collision commit 3a50f43c3be644f6168bf888af272425efb8f65c Merge: b6d00dba 4464101c Author: Taylor Otwell Date: Sat Feb 17 08:51:47 2018 -0600 Merge pull request #4580 from laurencei/revert-4573-defaults-55 Revert "[5.5] Use composer platform config" commit 4df852fe052f0a69870d0cc931c69deaaa5e4c74 Merge: c09537b0 4fc45d75 Author: Taylor Otwell Date: Sat Feb 17 08:51:35 2018 -0600 Merge pull request #4579 from laurencei/revert-4574-defaults-56 Revert "[5.6] Use composer platform config" commit 4464101c5aee82315faf7259b399ed57a0342403 Author: Laurence Ioannou Date: Sun Feb 18 00:10:48 2018 +1100 Revert "[5.5] Use composer platform config" commit 4fc45d75223fd5c62ac4cca069c98e0881f65634 Author: Laurence Ioannou Date: Sat Feb 17 23:56:27 2018 +1100 Revert "[5.6] Use composer platform config" commit c09537b057bd8553b6fab790ad16b6fca0648b33 Merge: 8f75f4c8 5b9fa58c Author: Taylor Otwell Date: Thu Feb 15 15:54:25 2018 -0600 Merge pull request #4577 from arikaiy/patch-1 packets in alphabetical order commit 5b9fa58c6ca45cab6d74728eda0de8c0145fff9f Author: Ari Kaiy Date: Thu Feb 15 22:33:53 2018 +0200 packets in alphabetical order commit b6d00dba46f3adebca8dbf46fb35839cd5f18d44 Merge: 3d8ba1d4 c5ae6658 Author: Taylor Otwell Date: Wed Feb 14 17:26:50 2018 -0600 Merge pull request #4573 from laravel/defaults-55 [5.5] Use composer platform config commit 8f75f4c8dc504aa7408a769fd692f5216b60d52b Merge: ca1013d3 d9479f31 Author: Taylor Otwell Date: Wed Feb 14 17:26:33 2018 -0600 Merge pull request #4574 from laravel/defaults-56 [5.6] Use composer platform config commit d9479f31441805c6cc4d5f6754272db46238c8f4 Author: Graham Campbell Date: Wed Feb 14 13:39:53 2018 +0000 Use composer platform config commit c5ae665858d232f86de09b88c77b7b93e6bfb134 Author: Graham Campbell Date: Wed Feb 14 13:38:24 2018 +0000 Use composer platform config commit ca1013d31c44d410f4bd0ee148f590610c67ca46 Merge: d86dd9b1 231da4a6 Author: Taylor Otwell Date: Mon Feb 12 08:52:43 2018 -0600 Merge pull request #4572 from nikolaynizruhin/patch-1 Remove sass variables which does not exist in bootstrap 4 commit 231da4a6e9fc9811f80a81195d7a3bb7311426b0 Author: Nikolay Nizruhin Date: Mon Feb 12 00:52:17 2018 +0200 Remove sass variables commit d86dd9b1eccbfea9c37205129c79e9fa9c376a76 Merge: cdc06ab1 3332ff4c Author: Taylor Otwell Date: Sat Feb 10 18:00:41 2018 -0600 Merge pull request #4570 from Vanlombardi/master Add Argon2 support to create method in RegisterController commit 3332ff4cb2f4195ef07901667211da1797279d98 Author: Ricard Date: Sat Feb 10 22:03:08 2018 +0100 add argon support to create method in RegisterController commit cdc06ab175dd2c597335dc0151ee166a7f035cf6 Author: Till Krüss Date: Wed Feb 7 09:28:33 2018 -0800 tag v5.6.0 release notes commit ecfd939ff24aa7561f041c67773c1978b2a2a1b0 Merge: 179538e0 3d8ba1d4 Author: Taylor Otwell Date: Wed Feb 7 09:37:45 2018 -0600 Merge branch 'master' into develop commit 179538e00982e2a38ca53c8fa0fbe633d4549422 Merge: f771896c b9f6fc30 Author: Taylor Otwell Date: Tue Feb 6 12:11:28 2018 -0600 Merge pull request #4568 from jasonmccreary/patch-1 Require same PHP version as framework commit b9f6fc3045c9098a57907987c486cefffdf653b8 Author: Jason McCreary Date: Tue Feb 6 13:06:53 2018 -0500 Require same PHP version as framework commit f771896c285c73fa1a2ac83c1b2770011f8e49ef Author: Taylor Otwell Date: Fri Feb 2 15:42:56 2018 -0600 ship phpunit 7 by default commit 3d8ba1d4d2108bce5bf5363022f3c7c70faca14e Merge: 22a2d055 061dbe3c Author: Taylor Otwell Date: Tue Jan 30 17:19:09 2018 -0600 Merge pull request #4565 from jrseliga/kirschbaum-partnership Add Kirschbaum Development Group Sponsor listing. commit 061dbe3cea96c8790835e5d122ca5f1acf8e953c Author: Justin Seliga Date: Tue Jan 30 17:59:49 2018 -0500 Add Kirschbaum Development Group Sponsor listing. commit bac7595f02835ae2d35953a2c9ba039592ed8a94 Author: Taylor Otwell Date: Tue Jan 30 08:38:49 2018 -0600 add hashing config commit 22a2d055f61e276e3897a6d83547c4c38a53e621 Merge: 56630f46 d0022ab3 Author: Taylor Otwell Date: Tue Jan 30 08:27:17 2018 -0600 Merge pull request #4563 from zendrax/add-vscode-to-gitignore Add VSCode to gitignore file commit d0022ab33d20f46c1258526d8d9b982c8550a7e5 Author: Drazen Vasiljevic Date: Tue Jan 30 13:53:16 2018 +0100 Add VSCode to gitignore file Add /.vscode to .gitignore file to prevent commiting content of that folder to git repo. commit 56630f462ff06e91991d39845a534de3f9c214b1 Author: Till Krüss Date: Sat Jan 27 09:00:57 2018 -0800 update changelog commit b78f5bd6e9f739f35383165798ad2022b8fb509c Author: Taylor Otwell Date: Fri Jan 26 14:42:08 2018 -0600 change env example commit ebb0a2a84fa431e30103c98cf4bed3fa3713ad59 Author: Taylor Otwell Date: Fri Jan 26 14:41:53 2018 -0600 change the default logging channel commit 2eeca4e220254393341e25bc7e45e08480c9a683 Author: Taylor Otwell Date: Fri Jan 26 10:45:22 2018 -0600 change name commit 224f9949c74fcea2eeceae0a1f65d9c2e7498a27 Author: Taylor Otwell Date: Fri Jan 26 09:52:02 2018 -0600 use mix env variables commit 2db1e0c5e8525f3ee4b3850f0116c13224790dff Author: Taylor Otwell Date: Fri Jan 26 09:51:03 2018 -0600 add mix keys to example commit 3926520f730ab681462dff3275e468b6ad3f061d Author: Taylor Otwell Date: Fri Jan 26 09:45:48 2018 -0600 update example component to bs4 commit d6d001356232dac4549d152baf685373a6d6c8f8 Author: Taylor Otwell Date: Fri Jan 26 09:05:27 2018 -0600 add block_for option commit 7bb301b81f6f4bcde0d634c4431e952322a682ca Merge: f4cba4f2 c4258e2b Author: Taylor Otwell Date: Thu Jan 25 07:43:24 2018 -0600 Merge pull request #4557 from nikolaynizruhin/master Update laravel-mix commit c4258e2b4834a82376db58dc58d371e55c0418a7 Author: Nikolay Nizruhin Date: Wed Jan 24 01:07:07 2018 +0200 Update laravel-mix commit 0178fd8921991a6ea792932e7d0599d83053be5d Author: Taylor Otwell Date: Fri Jan 19 08:01:34 2018 -0600 update bootstrap commit 6284528b76647eb876f02fb12d0601d51867a8a8 Author: Taylor Otwell Date: Thu Jan 18 08:55:30 2018 -0600 update driver list commit f6e0fd7ac3e838985a249cd04f78b482d96f230a Author: Taylor Otwell Date: Thu Jan 18 08:53:51 2018 -0600 slack driver config commit ff0bec857ead9698b2783143b14b5332b96e23cc Author: Taylor Otwell Date: Thu Jan 18 08:26:24 2018 -0600 update to stack commit bd5783b5e9db18b353fe10f5ed8bd6f7ca7b8c6e Author: Taylor Otwell Date: Tue Jan 16 11:52:42 2018 -0600 add aggregate example commit 54eca63612265abd61f00efe8e53a1487cd8da6c Merge: acabdff2 424070a4 Author: Taylor Otwell Date: Sat Jan 6 09:58:16 2018 -0600 Merge pull request #4539 from tomhorvat/patch-1 Update bootstrap version commit 424070a401d5bfd0b77a0f0ba3d6a8d2da53c3ad Author: tomhorvat Date: Sat Jan 6 13:40:17 2018 +0100 Update bootstrap version commit acabdff2e3cde6bc98cc2d951a8fcadf22eb71f0 Author: Taylor Otwell Date: Thu Jan 4 15:28:26 2018 -0600 update log configuration file commit 828967a42f939bd07a618fc5902f0b0afe5a1787 Merge: 8067ed6d f4cba4f2 Author: Taylor Otwell Date: Wed Jan 3 10:52:47 2018 -0600 Merge branch 'master' into develop commit f4cba4f2b254456645036139129142df274a1ec1 Merge: 60de3a56 73cff166 Author: Taylor Otwell Date: Wed Jan 3 10:52:15 2018 -0600 Merge branch 'master' of github.com:laravel/laravel commit 60de3a5670c4a3bf5fb96433828b6aadd7df0e53 Author: Taylor Otwell Date: Wed Jan 3 10:52:04 2018 -0600 add thanks commit 8067ed6dd3433b2c74c3565376eaeba20c9aafc8 Merge: cd536232 73cff166 Author: Graham Campbell Date: Tue Dec 26 12:32:52 2017 +0000 Merge branch 'master' into develop commit 73cff166c79cdeaef1c6b7ec6e71a33a7ea3012d Merge: b347461f a32af97e Author: Taylor Otwell Date: Sun Dec 24 08:11:52 2017 -0600 Merge pull request #4526 from themsaid/pusherCluster Include cluster in pusher config commit a32af97ede49fdd57e8217a9fd484b4cb4ab1bbf Author: Taylor Otwell Date: Sun Dec 24 08:11:41 2017 -0600 Update .env.example commit a4af0b53185416e2278d577170c5f67bdada5d0c Author: Taylor Otwell Date: Sun Dec 24 08:11:34 2017 -0600 Update broadcasting.php commit 80b59fd375effd36e56fec87112e7fc4dbc12283 Author: Mohamed Said Date: Sun Dec 24 13:24:14 2017 +0200 fix style commit 84b126d90df59c5ac1946978b8f7bc265b019117 Author: Mohamed Said Date: Sun Dec 24 13:22:35 2017 +0200 include cluster in pusher config commit b347461f53b4dde9b17b0dffc2eecfd489e17c1e Merge: 1f7f915b aad59400 Author: Taylor Otwell Date: Sat Dec 23 20:09:19 2017 -0600 Merge pull request #4525 from przemdz665/bootstrap-pusher-fix Update Echo options for pusher in bootstrap.js commit aad59400e2d69727224a3ca9b6aa9f9d7c87e9f7 Author: Taylor Otwell Date: Sat Dec 23 20:08:55 2017 -0600 Update bootstrap.js commit a38c115f4bd02dca5e90865e6631113f68bbd5f8 Author: Przemek Dziewa Date: Sat Dec 23 23:41:57 2017 +0100 Update Echo options for pusher in bootstrap.js commit 1f7f915b3b6c6275c20808c40ba5b45cacf690d6 Merge: f693a20a c3d3dc14 Author: Taylor Otwell Date: Thu Dec 21 20:31:08 2017 -0600 Merge pull request #4521 from SjorsO/patch-1 Add comment with the value of the hashed password commit c3d3dc14031c44510b948ad17b4c395906603cc6 Author: Sjors Ottjes Date: Thu Dec 21 17:00:07 2017 +0100 Add comment with the value of the hashed password commit cd53623249e8b2b2d7517b1585f68e7e31be1a8a Author: Taylor Otwell Date: Wed Dec 20 17:02:59 2017 -0600 compile commit c0cda4f81fd7a25851ed8069f0aa70c2d21a941c Author: Taylor Otwell Date: Wed Dec 20 16:58:36 2017 -0600 fix commit 6ee9718038ca728c184c54d8880e3eaaa7c5a3d2 Author: Taylor Otwell Date: Wed Dec 20 16:53:12 2017 -0600 recompile commit fbe47aec3311453c2541ebccf04a57670364a7f9 Merge: 304854c3 4be558ac Author: Taylor Otwell Date: Wed Dec 20 16:50:53 2017 -0600 Merge pull request #4519 from themsaid/bootstrap4 [5.6] Switch to Bootstrap 4 commit 4be558ac6567dee7911bbe87294ccd817097ace3 Author: Mohamed Said Date: Wed Dec 20 21:14:56 2017 +0200 switch to bootstrap4 commit 304854c33576c360ade61a96a97c0b864ce32394 Merge: f5ea753e f693a20a Author: Taylor Otwell Date: Wed Dec 20 07:49:16 2017 -0600 Merge branch 'master' into develop commit f693a20a3ce6d2461ca75490d44cd1b6ba09ee84 Author: Taylor Otwell Date: Wed Dec 20 07:49:07 2017 -0600 just use hard-coded hash commit f5ea753ebe223b7c391fb057e4feb282c8c1f71c Merge: 260a8ab2 6556e548 Author: Taylor Otwell Date: Tue Dec 19 08:37:23 2017 -0600 Merge pull request #4514 from nunomaduro/master [5.6] Adds nunomaduro/collision on composer require-dev commit 260a8ab2d04b20ccf63277c35d3b865710c422f5 Author: Taylor Otwell Date: Tue Dec 19 08:21:38 2017 -0600 wording commit 7b138fe39822e34e0c563462ffee6036b4bda226 Author: Taylor Otwell Date: Tue Dec 19 08:17:01 2017 -0600 set rounds commit 5a08a3572dc3cfbab07fa9917beadc1f39961365 Merge: 0512abee 4bfb164c Author: Taylor Otwell Date: Tue Dec 19 08:16:16 2017 -0600 Merge branch 'master' into develop commit 4bfb164c26e4e15ec367912100a71b8fe1500b5c Author: Taylor Otwell Date: Tue Dec 19 08:16:00 2017 -0600 lower rounds commit c5a5069ac44f6d1a54022becf42eb478e7d1bb58 Merge: aa4b0235 a8407fdb Author: Taylor Otwell Date: Tue Dec 19 08:14:04 2017 -0600 Merge pull request #4517 from laurencei/patch-1 Reduce Hash computations during tests commit 0512abee6be1f311bbf34a81d6adc0039e432159 Merge: a86226a1 dabd0686 Author: Taylor Otwell Date: Tue Dec 19 08:11:53 2017 -0600 Merge pull request #4515 from dunglas/add-set-cache-headers-middleware [5.6] Add the SetCacheHeaders middleware commit aa4b02358a018ebc35123caeb92dcca0669e2816 Author: Taylor Otwell Date: Tue Dec 19 08:08:25 2017 -0600 fix name commit a4402f23afc24a495529e3915e202984964d6405 Merge: 3f0e7424 bafe4599 Author: Taylor Otwell Date: Tue Dec 19 08:07:43 2017 -0600 Merge pull request #4516 from pavinthan/patch-2 Update SQS config commit a86226a1e272e21fce45cb05754c55bc99477e43 Merge: f1575bf2 e8237953 Author: Taylor Otwell Date: Tue Dec 19 08:01:55 2017 -0600 Merge pull request #4518 from fideloper/trustedproxy Trusted proxy to version 4.0 for Laravel 5.6 commit e8237953252adff5aac9f19b98cc224c11a3b5dc Author: Chris Fidao Date: Tue Dec 19 06:52:00 2017 -0600 using correct header to use "ALL" x-forwarded-* headers commit 6779a2759ec806e619ccae603955df120d0c4808 Author: Chris Fidao Date: Tue Dec 19 06:48:46 2017 -0600 Trusted proxy to version 4.0 for laravel 5.6 commit a8407fdb549a7f0a53b66bb656cf173b4da288ed Author: Laurence Ioannou Date: Tue Dec 19 11:47:10 2017 +0000 Update CreatesApplication.php commit c1166f373467c393c2f1acf0792031d80d7b1a87 Author: Laurence Ioannou Date: Tue Dec 19 11:41:38 2017 +0000 Update CreatesApplication.php commit bafe4599636cdd31dd500447f3e92c539ef40d91 Author: Pavinthan Date: Tue Dec 19 12:44:14 2017 +0530 Name sort commit 41ea79f20e4e31a9078b37a6dabff81478c8b345 Author: Pavinthan Date: Tue Dec 19 12:42:36 2017 +0530 Update SQS config commit dabd0686be9a312d293276bc20d15cf2ddaa8aa0 Author: Taylor Otwell Date: Mon Dec 18 19:30:09 2017 -0600 Update Kernel.php commit bcaeb32430caa8f384752f37556584670ee5575d Author: Taylor Otwell Date: Mon Dec 18 19:29:49 2017 -0600 Update Kernel.php commit f1575bf27cbf6d403c20d774c92ad374181b8aba Author: Taylor Otwell Date: Mon Dec 18 10:40:39 2017 -0600 prefer stable commit 6e9c0c885257d73d6af0dd60cf75a76266d3c66d Author: Kévin Dunglas Date: Mon Dec 18 16:29:25 2017 +0100 Add the SetCacheHeaders middleware commit 0da4d7db6fbe7c7a4c8d2a148812af429a8fbb7b Merge: 73576f73 3f0e7424 Author: Graham Campbell Date: Mon Dec 18 11:31:05 2017 +0000 Merge branch 'master' into develop commit 6556e548dd5ce2d6a2e1847e0e9357832480fa15 Author: Nuno Maduro Date: Sun Dec 17 22:18:24 2017 +0100 Adds nunomaduro/collision on composer require-dev commit 73576f73d6fa439d43f861cfdd7993af7570b9c5 Author: Taylor Otwell Date: Fri Dec 15 16:24:49 2017 -0600 update deps commit 3f0e742421d8a922ba8a3b075189aa1bfd103ab6 Merge: 18730bd0 8640fabc Author: Taylor Otwell Date: Mon Dec 4 08:17:50 2017 -0600 Merge pull request #4504 from hasanemrebeyy/patch-1 Make links HTTPS commit 8640fabc4de8c9ab6bcba3a26fff7092c711ed5a Author: Hasan Emre Özer Date: Mon Dec 4 02:52:48 2017 +0300 Make links HTTPS commit 18730bd0dad8d7a30aec7eb1f772e3d8a0d43216 Merge: 59396397 83f568a3 Author: Taylor Otwell Date: Sun Dec 3 08:40:51 2017 -0600 Merge pull request #4503 from lbausch/patch-1 Remove whitespace commit 83f568a317d6cb22467ad87bfe68d99821ab8744 Author: lbausch Date: Sat Dec 2 23:53:28 2017 +0100 Remove whitespace commit 593963979a6b6a27966aef9723b8ff08fb480b87 Merge: 19da36d0 c2259a2b Author: Taylor Otwell Date: Tue Nov 21 07:37:48 2017 -0600 Merge pull request #4493 from m1guelpf-forks/patch-1 Upgrade Vue commit 19da36d08d850f078f30dde9197fecd510926986 Merge: 0fd4fb33 20e8f859 Author: Taylor Otwell Date: Tue Nov 21 07:37:35 2017 -0600 Merge pull request #4494 from m1guelpf-forks/patch-3 Make Vehikl link HTTPS commit 20e8f85919c07ac701b157b4c270856be82347a1 Author: Miguel Piedrafita Date: Mon Nov 20 21:00:18 2017 +0100 Make Vehikl link HTTPS commit c2259a2b9765b0cda4a08d966557a43fe9746b96 Author: Miguel Piedrafita Date: Mon Nov 20 20:53:53 2017 +0100 Upgrade Vue commit 0fd4fb33a2fa7b940d6fea69402f118e8d5b9f21 Merge: 4a646a0f cd4e0c2e Author: Taylor Otwell Date: Fri Nov 17 07:23:43 2017 -0600 Merge pull request #4491 from JeremyBellaiche/master Add sponsor commit cd4e0c2e97549401f8373d169dfb0d417c5a7d17 Author: Unknown Date: Thu Nov 16 23:50:07 2017 +0100 Add sponsor commit 4a646a0fa0ecbf654c2b3c11d3fe8b49b08d112f Author: Taylor Otwell Date: Mon Nov 13 08:13:25 2017 -0600 add sponsor commit 68772c762c3ed50f849271e418b4f17bd9311798 Merge: d5d81a53 411ff597 Author: Taylor Otwell Date: Fri Nov 10 08:19:58 2017 -0600 Merge pull request #4483 from nesk/custom-url-aws Support custom URLs for AWS storage commit 411ff5978cc86eae21ab903a2ee97b9e41f7c951 Author: Taylor Otwell Date: Fri Nov 10 08:19:10 2017 -0600 Update filesystems.php commit be6d4f2ec5a2da27ef308fcc23054bf05a22ce8b Merge: 648544a9 0a2daf8f Author: Taylor Otwell Date: Fri Nov 10 08:09:05 2017 -0600 fix commit 648544a95f004f4a1d3b40c1504eade70a328628 Author: Taylor Otwell Date: Fri Nov 10 08:02:26 2017 -0600 fix grammar commit 0a2daf8f17a70dcd5eb25228c6792869832c074b Merge: df22b3b9 91d43621 Author: Taylor Otwell Date: Fri Nov 10 07:53:54 2017 -0600 Merge pull request #4485 from pranayaryal/patch-2 Removing redundant language commit df22b3b904babfd2faa1df1bd7f4204c600de603 Merge: 72319567 9c72bdf8 Author: Taylor Otwell Date: Fri Nov 10 07:53:30 2017 -0600 Merge pull request #4486 from astorm/patreon Fixing Link commit 9c72bdf8ab3b3f7ae009ad67d65891e525163f7c Author: Alan Storm Date: Thu Nov 9 18:32:11 2017 -0800 Derp derp wrong link commit 91d43621e45df66e43f5f9c9893fb64b98c9d98b Author: Pranay Aryal Date: Thu Nov 9 16:40:01 2017 -0500 Removing redundant language I hope you mind me remove redundant language just to make it shorter. Thanks. commit dfd494f0515d8bf712ac0e751b2baf7e687fddeb Author: Johann Pardanaud Date: Thu Nov 9 20:46:09 2017 +0100 Support custom URLs for AWS storage commit 72319567146bd96077bfcf3842f36b749fd74103 Merge: 01b9061f 985d306f Author: Taylor Otwell Date: Thu Nov 9 07:49:16 2017 -0600 Merge pull request #4482 from astorm/patreon For Patreon (Alan Storm/Pulse Storm) commit 985d306fb1f37f1007f17163202360efeb30fae0 Author: Taylor Otwell Date: Thu Nov 9 07:49:07 2017 -0600 Update readme.md commit 763eab1853a5dfeef30c63866a96ca96bc8cab96 Author: Alan Storm Date: Wed Nov 8 19:56:36 2017 -0800 For Patreon commit 01b9061f69b858a8cf30dccc20f9b10c021ca997 Merge: ba96ab0f 1603f780 Author: Taylor Otwell Date: Wed Nov 1 08:57:45 2017 -0500 Merge pull request #4476 from gabriel-caruso/package-cross-env Updated cross-env in package.json commit 1603f7804de1196af41cf785d17612d68387a791 Author: Gabriel Caruso Date: Wed Nov 1 08:50:20 2017 -0200 Updated cross-env in package.json commit ba96ab0f6e36659368f7d95748b7cffb426b1001 Merge: 7adc396e b69e9d2e Author: Taylor Otwell Date: Tue Oct 31 11:53:42 2017 -0500 Merge pull request #4475 from tecpresso/add_sponsor add sponsor commit b69e9d2e1eeab78bfbf292cfb3570363724a2980 Author: Tatsunari Sakanoue Date: Tue Oct 31 23:49:52 2017 +0900 add sponsor commit 7adc396e9b4cac91beb745678663aed5cd3eaf65 Merge: a3eb00e2 273a2e76 Author: Taylor Otwell Date: Mon Oct 30 07:49:18 2017 -0500 Merge pull request #4473 from gabriel-caruso/jquery Update jquery in package.json commit 273a2e76a62651971e7cff5ddf8152b4c89c4d22 Author: Gabriel Caruso Date: Sun Oct 29 22:34:47 2017 -0200 Update jquery in package.json commit a3eb00e23a21088257792b60079537ce577bd1ee Merge: e441d9ca 6c03688d Author: Taylor Otwell Date: Sun Oct 29 08:48:45 2017 -0500 Merge pull request #4472 from nikolaynizruhin/master Update axios commit 6c03688d2609118150efd5e2aeecd724369e78d3 Author: Nikolay Nizruhin Date: Sat Oct 28 19:53:12 2017 +0300 Update axios commit e441d9cac86bffcb3d5dc079ee86fcae7cd955d5 Merge: a4aada88 f1253690 Author: Taylor Otwell Date: Thu Oct 26 07:17:27 2017 -0500 Merge pull request #4470 from michaeldyrynda/chore/consistent-aws-env-vars Update AWS environment variable defaults commit f1253690c5374c42fe54b7336063605380c39d56 Author: Michael Dyrynda Date: Thu Oct 26 10:44:00 2017 +1030 Update AWS environment variable defaults Aids those users that are using the AWS CLI tools, by matching the `filesystems.disks.s3` configuration values with those that would be set in a user's native environment already. AWS Documentation [reference](http://docs.aws.amazon.com/cli/latest/userguide/cli-environment.html) Resolves laravel/internals#778 commit a4aada88b08e979957a26c9f5f6641b075a49b9a Merge: 3dcea02d 8b990b27 Author: Taylor Otwell Date: Tue Oct 24 10:50:39 2017 -0500 Merge pull request #4467 from michaeldyrynda/master Don't show progress for production run command commit 8b990b27b5f1defe39e61bec9a91bf25bed1a25b Author: Michael Dyrynda Date: Wed Oct 25 00:07:30 2017 +1030 Don't show progress for production run command commit 3dcea02db6fa216e3823b7851f0a575a3d549591 Merge: e6067bec d6cf4ea0 Author: Taylor Otwell Date: Sun Oct 22 15:52:44 2017 -0500 Merge pull request #4464 from m1guelpf-forks/patch-1 Update Laracasts statistics commit d6cf4ea06da4a9477e040af473174546082dbcb9 Author: Miguel Piedrafita Date: Sun Oct 22 16:13:45 2017 +0200 Update Laracasts statistics commit e6067becd1a48e5953f57431c68125c79b93d587 Merge: 8f99719d 4f586a8e Author: Taylor Otwell Date: Sun Oct 22 08:52:20 2017 -0500 Merge pull request #4461 from Gawdl3y/patch-2 Reword the readme slightly and link the email address commit 4f586a8e1ad7b41c7c6b27e30edb1fcd5cbd6f5f Author: Schuyler Cebulskie Date: Sat Oct 21 15:39:05 2017 -0400 Slightly reword readme, link email commit 8f99719dfe74b798dadf679c587d68727a2d4797 Merge: da985105 0d62dfb9 Author: Taylor Otwell Date: Mon Oct 16 09:29:05 2017 -0500 Merge pull request #4458 from gabriel-caruso/mockery [5.5] Match mockery/mockery with laravel/framework commit 0d62dfb9091a6c8f86329be4184702b0e64c8156 Author: Gabriel Caruso Date: Mon Oct 16 10:46:16 2017 -0200 Matche mockery/mockery with laravel/framework commit da9851055a7f1bac3dbd41181e504cefeafe8b92 Author: Taylor Otwell Date: Mon Oct 9 15:49:15 2017 -0500 compile assets commit 4a86f0765a24be2b633e485848920f8a524be5ed Merge: 23f6bbe6 814e0f22 Author: Taylor Otwell Date: Mon Oct 9 15:36:37 2017 -0500 Merge pull request #4447 from talvbansal/master Rename example component to follow the vue.js style guide commit 814e0f22e02ee7de383127f6aa6b05b61ab97d4f Author: Talv Bansal Date: Mon Oct 9 14:34:20 2017 -0400 Update example component to follow the vue.js style guide commit 23f6bbe6997371a9222442f35aca30fa38fd2c12 Merge: 691fdfe1 084f1000 Author: Taylor Otwell Date: Wed Oct 4 09:01:04 2017 -0500 Merge pull request #4444 from calebporzio/session-lifetime-in-env Load session lifetime from env file commit 084f10004582299ef3897f6ec14315209d5c1df1 Author: Caleb Porzio Date: Wed Oct 4 09:52:03 2017 -0400 Load config.session.lifetime from env file commit 691fdfe1c2c047d79e4fa07d69ded8bf0e0ce0a8 Merge: 4bbd5f9b 8d1d1e1b Author: Taylor Otwell Date: Tue Sep 26 16:34:29 2017 -0500 Merge pull request #4433 from ragingdave/patch-1 Update .htaccess commit 8d1d1e1b94d7b1aedd94416a361db0fa499d0a73 Author: David Cox Jr Date: Tue Sep 26 13:13:01 2017 -0400 Update .htaccess This rewrite condition is never hit as the rewrite to index is triggered before this, and the authorization is never passed on. Moving this condition corrects that issue as mentioned on the commit commit 4bbd5f9be579d5e69fe784216298d9f06824d6c2 Merge: b96b1529 bf59cd3c Author: Taylor Otwell Date: Mon Sep 18 14:19:01 2017 -0500 Merge pull request #4422 from andrey-helldar/patch-4 Added "-Indexes" option commit bf59cd3ce1d750a4fe4b67af984fdfb5f2a6e1d7 Author: Andrey Helldar Date: Mon Sep 18 20:42:11 2017 +0300 Added "-Indexes" option If you open the `/css`, `/js`, or any other folder on the default server, you can see the list of files in the directory. The `-Indexes` option forbids viewing directory files via the web interface. commit b96b1529984a2377bae995de78710707d11d1f48 Author: Taylor Otwell Date: Mon Sep 18 07:24:14 2017 -0500 sponsor commit 392ece3e4fdc4d58c562b0404a66ef2b90a9f9b9 Merge: d1cfd416 80e96d27 Author: Taylor Otwell Date: Mon Sep 11 08:04:20 2017 -0500 Merge pull request #4416 from laravel/revert-4413-master Revert "Use database_path helper for sqlite database filename specified in .env" commit 80e96d276a5c232705ed62dfd55dec50e6030c8c Author: Taylor Otwell Date: Mon Sep 11 08:04:12 2017 -0500 Revert "Use database_path helper for sqlite database filename specified in .env" commit d1cfd416ca045897e43aa1448552b86aeddef793 Merge: 26a0e8d7 982e95b5 Author: Taylor Otwell Date: Sat Sep 9 23:12:43 2017 +0200 Merge pull request #4413 from adrianharabula/master Use database_path helper for sqlite database filename specified in .env commit 982e95b5fbf3d10a27fb4ac0bf8fbaa0e2c5efcb Author: Adrian Harabula Date: Sat Sep 9 21:48:43 2017 +0300 use database_path helper for sqlite database filename specified in .env commit 26a0e8d7588546f766ccb81d0d23333ffeca763c Author: Taylor Otwell Date: Wed Sep 6 10:20:20 2017 -0500 remove sponsor commit d93c8f177a97bc7a7cf98c992c81cfe4ace88808 Merge: d5d81a53 db20630e Author: Taylor Otwell Date: Wed Sep 6 14:20:04 2017 +0200 Merge pull request #4409 from ThunderBirdsX3/master Update cache prefix. commit db20630ebfc6b49fac401d1f7df75ae69ffafc3a Merge: d5d81a53 b8120bfb Author: ThunderbirdsX3 Date: Wed Sep 6 16:39:10 2017 +0700 Merge pull request #1 from ThunderBirdsX3/ThunderBirdsX3-patch-1 Update cache prefix. commit b8120bfb55501b2d36e93b657f51523ce6502530 Author: ThunderbirdsX3 Date: Wed Sep 6 16:38:40 2017 +0700 Update cache prefix. Make cache prefix like session cookie. commit d5d81a53eda49d0493cf40deadcaf575bca0ef36 Author: Till Krüss Date: Tue Sep 5 19:19:56 2017 -0700 tag v5.5.0 changelog commit d4c622a0b80a2485c86e9ed992814368dce719da Author: Taylor Otwell Date: Tue Sep 5 08:01:13 2017 -0500 add sponsor commit a6c68c24c9938beef0128c3288502b8fbdf8e93d Merge: 26eed641 af2a4d47 Author: Taylor Otwell Date: Wed Aug 30 11:55:27 2017 +0200 fixing conflicts commit 26eed641ebf08ea417d7dc589f61f2dbc5934706 Author: Taylor Otwell Date: Wed Aug 23 12:32:36 2017 -0500 add sponsor commit 37d39a7cf5b3941072a90b7c52fe43686b8d5b83 Merge: d0ad7222 601b665b Author: Taylor Otwell Date: Fri Aug 18 08:00:12 2017 -0500 Merge pull request #4383 from scrubmx/patch-8 Fix in comment in config/app.php commit 601b665ba356a1b2626b62b63aa23660a507afbd Author: Jorge González Date: Thu Aug 17 23:47:12 2017 -0500 Fix in comment in config/app.php I know it is a small thing but it's driving me crazy! commit d0ad72226ea0a4d98eb229ec564d62ee2a7f10b9 Merge: bee41ce2 c5a4ed04 Author: Taylor Otwell Date: Tue Aug 15 08:24:34 2017 -0500 Merge pull request #4375 from decadence/patch-1 require_once /vendor/autoload.php commit c5a4ed0424be21d28824986a3d6fd955a61ee7b0 Author: Victor Isadov Date: Tue Aug 15 11:18:39 2017 +0300 Update autoload.php commit af2a4d47a3b74fb30f9a1833825fff7eef0a4615 Merge: 58ed5459 0baa2e77 Author: Taylor Otwell Date: Mon Aug 14 09:09:35 2017 -0500 Merge pull request #4374 from ikari7789/patch-1 Change indent for package.json from 2 to 4 spaces commit 0baa2e77942b1f976f365b1fd39725cd3f9e2d05 Author: Andrew Miller Date: Mon Aug 14 22:34:23 2017 +0900 Change indent for package.json from 2 to 4 spaces Minor style issue more than anything. If using `php artisan preset` it will use PHP's `JSON_PRETTY_PRINT` to rewrite the file (https://github.com/laravel/framework/blob/master/src/Illuminate/Foundation/Console/Presets/Preset.php#L44). `JSON_PRETTY_PRINT` uses four spaces for indentation, causing the entire file contents to be altered upon a diff. Rather than adding logic to change the indentation after executing `json_encode()` in `Illuminate\Foundation\Console\Presets\Preset`, it seems easier to just fix the default indentation in `package.json`. NPM doesn't seem to change the spacing at all, so this seems like a happy medium. commit 58ed5459b1e33bd2230f2aa6377992995686e0d1 Merge: be143bf2 faa3d2fa Author: Taylor Otwell Date: Sat Aug 12 20:43:56 2017 -0500 Merge pull request #4373 from marcusmoore/patch-2 update example unit test to use RefreshDatabase trait commit faa3d2fa34fccf75b567b7cabebff75cbc8fd9f8 Author: Marcus Moore Date: Sat Aug 12 18:21:49 2017 -0700 update example unit test to use RefreshDatabase trait commit bee41ce20ba5b7f7043533a83b6def0bb9bef09f Merge: a1ee424a 0657a2ba Author: Taylor Otwell Date: Sat Aug 12 15:35:39 2017 -0500 Merge pull request #4368 from keving91/patch-1 Fixes "Cannot resolve directory'" in PhpStorm commit 0657a2ba25a580c3fababb902f683698c4b46533 Author: Kevin G Date: Fri Aug 11 17:13:08 2017 +0200 Fixes "Cannot resolve directory'" in PhpStorm This fixes the annoying error shown on the import line Cannot resolve directory 'node_modules' less... (Strg+F1) This inspection checks references to files and directories. commit be143bf2dc13155a2afd5b040dea2e9ba85ad61c Merge: 7bcf7a54 c542d0ba Author: Taylor Otwell Date: Sun Aug 6 08:50:48 2017 -0500 Merge pull request #4364 from tomirons/patch-1 [5.5] add whoops to dev dependencies commit c542d0ba3dcafd5f0b356d21d72285974eb4532e Author: Tom Irons Date: Sat Aug 5 15:55:03 2017 -0400 add whoops to dev dependencies commit a1ee424ac75c48724bf4efac3b4d249cecf72231 Author: Taylor Otwell Date: Tue Aug 1 12:15:51 2017 -0500 add sponsor commit 8a50ccb617717472f36ba9f7675fc5e73b0e12fd Merge: 7a9da9c1 71d38b04 Author: Taylor Otwell Date: Tue Jul 25 22:27:56 2017 -0400 Merge pull request #4350 from Te7a-Houdini/AddAuthDirective Add auth directive commit 7a9da9c1649a5530dda65cd57fe2b71e455c55ff Merge: 166d25b7 80d2f099 Author: Taylor Otwell Date: Tue Jul 25 22:27:03 2017 -0400 Merge pull request #4351 from pierreneter/revert-4349-patch-1 Revert "don't need it" commit 80d2f09987863b1ec719adf02a2b16c83ddbc454 Author: Pierre Neter Date: Wed Jul 26 02:25:35 2017 +0700 Revert "don't need it" commit 71d38b044dad82eb8dfdba2ee2edb69eca415324 Author: Ahmed-Te7a Date: Tue Jul 25 20:26:13 2017 +0200 Add auth directive commit 166d25b726aa2a0c37a1991fb6cce57f517d74e3 Merge: e4de0353 f4524ca7 Author: Taylor Otwell Date: Tue Jul 25 14:06:38 2017 -0400 Merge pull request #4349 from pierreneter/patch-1 don't need it commit f4524ca72a886118053b9846985564e69cd93bfb Author: Pierre Neter Date: Wed Jul 26 01:01:33 2017 +0700 don't need it commit e4de035371efd3c7e74da547bbfab2a5fcc59c0b Merge: e19952fb 03c23872 Author: Taylor Otwell Date: Tue Jul 25 06:25:08 2017 -0400 Merge pull request #4347 from balping/patch-1 Change hardcoded urls to named routes commit 03c2387226cdf5026c13ab86fc69b731011a4865 Author: balping Date: Tue Jul 25 10:19:59 2017 +0200 Change hardcoded urls to named routes This makes the links consistent with the ones in https://github.com/laravel/framework/blob/5.4/src/Illuminate/Auth/Console/stubs/make/views/layouts/app.stub commit 7bcf7a5450000a13a9771991cbe7713ad7e03514 Merge: 134eafd1 c5f993fa Author: Taylor Otwell Date: Sun Jul 23 06:35:09 2017 -0500 Merge pull request #4344 from djh101/develop Fixed trailing slash redirection for subdirectory installs. commit c5f993fa2880f2c0772af92db4d5e02d22c5da81 Author: Drew Date: Sun Jul 23 00:35:36 2017 -0700 Fixed trailing slash redirection for subdirectory installs. Previously redirection to remove trailing slashes would fail if Laravel was not installed in the root directory. commit e19952fb19c901422878b7859654cc257dcf0419 Merge: f5da96cf efdec1c8 Author: Taylor Otwell Date: Sat Jul 22 09:44:05 2017 -0500 Merge pull request #4340 from garygreen/remove-migrations-classmap Remove migrations from autoload classmap commit efdec1c86bc53a3f6e821319278b67987537f8e8 Author: Gary Green Date: Fri Jul 21 15:20:50 2017 +0100 Remove migrations from autoload classmap. commit f5da96cff21938da754ac52cc3475e467c2c969d Author: Till Krüss Date: Thu Jul 20 20:18:26 2017 -0700 tag v5.4.30 release notes commit 134eafd12cde2e0d7b6ebea8b42b5454a20afda3 Author: Taylor Otwell Date: Wed Jul 19 17:45:57 2017 -0500 remove things that aren't usually customized commit 396634857e65fbaa8d7b25487bddcaff6813ad81 Author: Taylor Otwell Date: Wed Jul 19 17:26:48 2017 -0500 use exception status commit c2e3cb90654d504a626b71ff547087a8ddd3e459 Author: Taylor Otwell Date: Wed Jul 19 16:21:03 2017 -0500 tweak default handler commit ebc18e3aefb8345e5a06e2449888762e83221fab Author: Taylor Otwell Date: Mon Jul 17 09:12:08 2017 -0500 update comment commit 5d54c21ea869a7a5b503f0899307e4728feed11b Author: Taylor Otwell Date: Mon Jul 17 09:11:10 2017 -0500 auto loads commands commit c4e142867c84e5ed41b95884e9bd541382e48f3b Merge: fef413ff 1270a0b3 Author: Taylor Otwell Date: Sat Jul 15 14:25:50 2017 -0500 Merge pull request #4333 from DCzajkowski/develop Fixed CI commit 1270a0b3a2a6fb7625a6018334988940b18d1b3d Author: DCzajkowski Date: Sat Jul 15 19:48:06 2017 +0200 Fixed CI commit fef413ff0ebc56f8864b3974f02b4eeb4fbf75ce Author: Taylor Otwell Date: Wed Jul 12 11:58:52 2017 -0500 remove predis commit 51f7e188a149fbc9323d8508f073e53425dbd127 Author: Taylor Otwell Date: Wed Jul 12 11:58:33 2017 -0500 remove file commit 1e4f3b992040b8d58de5737129ebe9c22a97a794 Author: Taylor Otwell Date: Tue Jul 11 16:53:34 2017 -0500 remove lock commit 255c2bf1b7db6d398c6b739b41fb51ef51e331b3 Merge: d7580005 560bde8e Author: Taylor Otwell Date: Tue Jul 11 16:53:11 2017 -0500 Merge branch 'develop' of github.com:laravel/laravel into develop commit d75800052de15ef3ed251349f60898984a8fbcd3 Author: Taylor Otwell Date: Tue Jul 11 16:53:04 2017 -0500 change default commit 560bde8eb106f09c13d483df70b45c40130eb0c4 Author: Taylor Otwell Date: Tue Jul 11 15:28:02 2017 -0500 wip commit 9a276e4ef5dd5ed64181a49258343609da3a1c57 Author: Taylor Otwell Date: Tue Jul 11 15:25:52 2017 -0500 wip commit e109f4fcb0fec41696b16e2b978dd8ea570cf285 Author: Taylor Otwell Date: Tue Jul 11 15:24:40 2017 -0500 wip commit d0ce75926f168c5638d65a55e539f0dae33a40e8 Merge: 8999e874 098b8a48 Author: Taylor Otwell Date: Tue Jul 11 13:26:38 2017 -0500 Merge branch 'master' into develop commit 8999e8745ee7a6eb316b225f2d2e52f37233962b Author: Taylor Otwell Date: Thu Jul 6 12:28:57 2017 -0500 tweak method commit cec1b1bf947ce47a2c218a37544dff2b24635db2 Author: Taylor Otwell Date: Thu Jul 6 12:27:35 2017 -0500 fix error code commit 4611d2bf31421aa2b7f49619d4a169da92c97b02 Author: Taylor Otwell Date: Thu Jul 6 12:08:40 2017 -0500 stub listeners property commit 3310063b59502585162b4cdcd05b13c31701e93c Author: Taylor Otwell Date: Thu Jul 6 11:49:51 2017 -0500 add validation to exception handler commit 098b8a48830c0e4e6ba6540979bf2459c8a6a49e Merge: 8d370ce7 12db5051 Author: Taylor Otwell Date: Tue Jul 4 11:54:53 2017 -0500 Merge pull request #4322 from kauhat/patch-1 Ignore the Yarn error log commit 12db5051228e4211f788f69da725c3ee8603fa62 Author: Jack Fletcher Date: Tue Jul 4 15:25:06 2017 +0100 Ignore the Yarn error log Like the npm error log, this file can also be ignored. [See also](https://stackoverflow.com/questions/42592168/should-i-add-yarn-error-log-to-my-gitignore-file) commit 8d370ce7f2026165950a4e2ce622c37f8a01440f Merge: 9fec341e 8ceb2fdd Author: Taylor Otwell Date: Mon Jul 3 08:01:54 2017 -0500 Merge pull request #4311 from lucasmichot/feature/master/docblock [5.4] Fix docblock. commit 8ceb2fddb79136f69991bd328dc111d068cbfbe4 Author: Lucas Michot Date: Mon Jul 3 11:17:19 2017 +0200 Fix docblock. commit df5b100521a6d614cf27f023d9511ab587b70a51 Author: Taylor Otwell Date: Thu Jun 29 13:36:21 2017 -0500 formatting commit 28719679b707688f6622474143ede71b6a078562 Author: Yitzchok Willroth Date: Thu Jun 29 13:42:31 2017 -0400 :wrench: Slugify new session.cookie to comply with RFC 6265. commit a7f2c060b2456d389aec9d7ddf127a2b8ff1bb82 Author: Yitzchok Willroth Date: Thu Jun 29 12:09:59 2017 -0400 :wrench: :wrench: Reduce discoverability of session cookie name. Derives session.cookie from SESSION_COOKIE, falling back to (snake_cased) APP_NAME . '_session', falling back to 'laravel_session' (current) in order to make it less discoverable, thereby (slightly) reducing threat vector. commit d5bf06589f6ea032b1ad7f7338cdba19edde54ee Merge: 6db0f350 c9e47da8 Author: Taylor Otwell Date: Thu Jun 29 07:27:14 2017 -0500 Merge pull request #4302 from bretterer/fix_trusted_proxies Fix to TrustProxies commit c9e47da89503a2a7e07849695803e80c209a429c Author: Brian Retterer Date: Wed Jun 28 17:52:56 2017 -0400 Changes header keys for TrustProxies to non deprecated version commit 9fec341e55bdfe44e67a48a4e85ae3b218de867f Merge: 5ae7c373 436581af Author: Taylor Otwell Date: Tue Jun 27 08:35:21 2017 -0500 Merge pull request #4299 from lucasmichot/feature/master/npm-packages Upgrade axios and cross-env packages commit 436581afd20cec17bf636b92ee3acd6701ec8daf Author: Lucas Michot Date: Tue Jun 27 11:05:42 2017 +0200 Upgrade axios and cross-env. commit 5ae7c373fe9bd203277c3d50c15f1500b141d1a4 Merge: 3acb7394 b9ca228f Author: Taylor Otwell Date: Wed Jun 21 14:12:39 2017 -0500 Merge pull request #4294 from ovanschie/patch-1 Require Laravel Mix 1.0 commit b9ca228f8685d8a6fdb7baab094f517ccf8a2d04 Author: Olav van Schie Date: Wed Jun 21 17:05:19 2017 +0200 Require Laravel Mix 1.0 commit 3acb7394502a87055f0d0447b9645cde5a9a85c0 Merge: e50ca3dc 4569aebc Author: Taylor Otwell Date: Tue Jun 6 09:17:07 2017 -0500 Merge pull request #4287 from laravel/top-secret-add-quotes-patch Add quotes commit 4569aebc186abcd4ebd064c55d73d8ffd33464aa Author: Jeffrey Way Date: Tue Jun 6 09:49:05 2017 -0400 Add quotes Sass compilers can sometimes be weird if import urls like this aren't quoted. They'll spit out junk like ``` Error: Encountered invalid @import syntax. ``` Anyways, pretty common practice to use quotes for all imports. I mean, seriously, how much more do you want me to write for a dang PR that adds a pair of quotes? I've got work to do, gah. commit e50ca3dc87ce0d83aa123326151d23d18f78fea4 Merge: a9268c5f 4247988e Author: Taylor Otwell Date: Thu Jun 1 15:13:26 2017 -0500 Merge pull request #4283 from laravel/mix-patch Simplify mix require commit 4247988ed9ef42496ff31c4208a368c49c5e3714 Author: Taylor Otwell Date: Thu Jun 1 15:13:18 2017 -0500 Update webpack.mix.js commit 7311c32bc3d77b35aa1ae54a068e6b0c34fdbecf Author: Jeffrey Way Date: Thu Jun 1 13:26:02 2017 -0400 Simplify mix require Note that I left your dang `const` as it is, even though it's stupid. `let` for life. 💃💃💃💃 commit 6db0f350fbaa21b2acf788d10961aba983a19be2 Author: Taylor Otwell Date: Thu Jun 1 11:39:13 2017 -0500 no longer needed with autodiscovery commit 2f4d72699cdc9b7db953055287697a60b6d8b294 Author: Taylor Otwell Date: Thu Jun 1 11:26:43 2017 -0500 update composer json commit a9268c5f58e880015452a1aa7b250970f095ad54 Merge: 1a32543c ed82e670 Author: Taylor Otwell Date: Tue May 30 07:58:28 2017 -0500 Merge pull request #4282 from m1guelpf/patch-1 Dynamic changing locale commit ed82e6704d6771840eb9c8012742a57f4ab67b36 Author: Miguel Piedrafita Date: Tue May 30 14:55:00 2017 +0200 See https://github.com/laravel/framework/pull/19405 commit 1a32543c09f9f0598778e189435772baee8dc689 Merge: c109a878 6ad4df5c Author: Taylor Otwell Date: Sat May 27 20:27:55 2017 -0500 Merge pull request #4279 from adiachenko/testsuite_names Simplify test suite names commit 6ad4df5c5a6a4740f0e086aa91a29b486fea730b Author: Alexander Diachenko Date: Sat May 27 21:20:27 2017 +0300 Simplify test suite names commit 38a8390ce7a87ab291c264c630af960c14a2d02f Merge: 640293f2 ef5bfb1d Author: Taylor Otwell Date: Thu May 25 08:00:22 2017 -0500 Merge pull request #4275 from themsaid/updateAuthJSONError Update JSON error message structure commit 640293f297a9a05a3db5ce330c21c3ca1b9c4d93 Merge: 11dfcf6d 8379a92a Author: Taylor Otwell Date: Thu May 25 08:00:09 2017 -0500 Merge pull request #4278 from m1guelpf/patch-2 Use current PHP version instead of using PATH commit 8379a92a14bdbc961b04f2f9d2f8a57546c8132c Author: Miguel Piedrafita Date: Thu May 25 14:56:28 2017 +0200 Use current PHP version instead of using PATH commit ef5bfb1daed65dcf8b0d339d21c05bd21a999e88 Author: Mohamed Said Date: Thu May 25 09:48:50 2017 +0200 update JSON error message commit c109a87831d86ed009da8444a1429b3fa43ef5ee Merge: 83099b4b 65e08482 Author: Till Krüss Date: Sun May 14 17:41:54 2017 -0700 Merge pull request #4268 from borisdamevin/patch-1 Update CHANGELOG.md commit 65e084824020b7d42432f469268a16e4fe543652 Author: Boris Damevin Date: Mon May 15 02:40:40 2017 +0200 Update CHANGELOG.md commit 83099b4b5ffa070b2744528ed08ef7d4692b6ffd Author: Till Krüss Date: Sun May 14 08:14:44 2017 -0700 Updated changelog commit 0f0178a577d3d7f41d308d2ce91b1e2ce5e27cad Merge: 1155245a 7e5739d2 Author: Taylor Otwell Date: Thu May 11 08:42:02 2017 -0400 Merge pull request #4261 from mhayes14/master Add missing IPv4/IPv6 validation messages commit 7e5739d266bba4624f933f547f111ee6ad26e095 Author: Mike Hayes Date: Thu May 11 00:40:34 2017 +0100 Add IPv4/IPv6 validation messages commit 1155245a596113dc2cd0e9083603fa11df2eacd9 Author: Taylor Otwell Date: Wed May 10 09:03:25 2017 -0500 formatting. compile commit 5b8401e1786ccb04ac3e6f538a65530a91867954 Author: Arjan Weurding Date: Wed May 10 15:03:33 2017 +0200 Make window.Laravel.csrfToken unneccesarry I don't like the fact we have to add ``` ``` To have it working, when the docs suggest adding only the meta tag. This will get the token from the meta tag. commit 11dfcf6d1a72532f288945c9ebbfef6eb5981adb Merge: 758392c3 ba5c2945 Author: Taylor Otwell Date: Sun May 7 09:56:20 2017 -0500 fix conflicts commit 758392c30fa0b2651ca9409aebb040a64816dde4 Author: Taylor Otwell Date: Sat May 6 16:11:24 2017 -0400 clean up exception handler commit c5add7ab7293c475dcb9ab8a6d4cf768eee6cee4 Author: Taylor Otwell Date: Sat May 6 15:28:45 2017 -0400 simplify factory commit ba5c29459800e384465c3e5d099df4af3d0598b8 Author: Taylor Otwell Date: Thu May 4 12:17:26 2017 -0400 remove code course commit 6c1e42647eda47208b94b5020564beacdcdb47e4 Merge: 6dde4260 bdca9d47 Author: Taylor Otwell Date: Wed May 3 22:22:40 2017 -0500 Merge pull request #4254 from FrittenKeeZ/patch-1 Added port to sqlsrv settings commit bdca9d478115d21ef236cdf4d69802b5967437dd Author: Frederik Sauer Date: Wed May 3 23:55:48 2017 +0200 Added port to sqlsrv settings Most installations won't work without it. commit 6dde42607593d43ea80fd592f963f44afca7c43e Merge: 2c6d7646 94b39dc5 Author: Taylor Otwell Date: Wed May 3 13:25:52 2017 -0500 Merge pull request #4253 from insign/patch-1 Add sqlsrv as group connection commit 94b39dc576a091f45d72e59c6ac479743f8f9546 Author: Hélio Date: Wed May 3 13:22:10 2017 -0300 Fix the commit for pass StyleCI commit e26bd3ffb01f431935f207dc7a6fdcbd5600d6f7 Author: Hélio Date: Wed May 3 13:20:25 2017 -0300 Add sqlsrv as group connection Since the doc says that the Laravel supports SQL Server out of the box, makes sense add it, out of the box. commit 2c6d76469a46494a8f9d3c70c05310f57c38fb87 Merge: 1193702e 86e4e204 Author: Taylor Otwell Date: Fri Apr 28 16:46:22 2017 -0500 Merge pull request #4247 from laurencei/patch-1 Revert Queue Prefix commit 86e4e204aa53bea967673acc4a1fb2f3ea911bc5 Author: Laurence Ioannou Date: Fri Apr 28 21:19:14 2017 +0100 Update queue.php commit 1193702eea177c3db115e1c1aaabd6953b24f805 Merge: 1598e7cb b3725e97 Author: Taylor Otwell Date: Thu Apr 27 15:05:30 2017 -0500 Merge branch 'master' of github.com:laravel/laravel commit 1598e7cb70a05708676cca91fc2770c156aae951 Author: Taylor Otwell Date: Thu Apr 27 15:05:22 2017 -0500 fix wording commit b3725e97b62e0e8edf81c99e951cb4f0567c2b8c Merge: b9c63535 720e4edc Author: Taylor Otwell Date: Thu Apr 27 07:37:37 2017 -0500 Merge pull request #4244 from B-07/patch-5 fix typo commit 720e4edce252110bc0e716309a6fc8266cac96ab Author: Bappi Date: Wed Apr 26 22:24:12 2017 +0600 fix typo commit b9c635350192c760e6c33b85a22664e77839be9c Author: Taylor Otwell Date: Wed Apr 26 09:02:59 2017 -0500 add sponsor commit e605f54b928940083d6c28a0bd6114f541c31a77 Merge: a521d4e7 d964cb42 Author: Taylor Otwell Date: Wed Apr 26 07:42:33 2017 -0500 Merge pull request #4240 from B-07/patch-1 Update readme.md commit a521d4e7184fa193361ed0fe58e38bda1271d99d Merge: 859479a0 5e538feb Author: Taylor Otwell Date: Wed Apr 26 07:42:00 2017 -0500 Merge pull request #4241 from B-07/patch-2 doctype uppercase to lowercase commit 5e538feb67023f229d7e2478eb461f6a667d7036 Author: Bappi Date: Wed Apr 26 15:20:46 2017 +0600 doctype uppercase to lowercase no harm, only benefits commit d964cb4286c31c2ad10b7acd3d47073d785ba4f1 Author: Bappi Date: Wed Apr 26 12:52:10 2017 +0600 Update readme.md commit 859479a033962c3fb986517778c4af6896e83155 Merge: 6869a880 312a79f6 Author: Taylor Otwell Date: Mon Apr 24 07:50:02 2017 -0500 Merge pull request #4236 from caiquecastro/master Allow filesystem to be changed on config commit 312a79f673f71f18d67b3cff37a0791611b44f75 Author: Caique Castro Date: Sun Apr 23 09:33:23 2017 -0300 Allow filesystem to be changed on config Allow to change the filesystem storage on the fly. For example, you can swap the storage disk with a fake one with Storage::fake for tests. commit 6869a880b720c4df4cacc277b0edc65949007527 Author: Taylor Otwell Date: Fri Apr 21 11:39:59 2017 -0500 adjust wording commit 743b13d952ffe63a7d35ff8d6e60bfee017dee3d Merge: 49a9f5fd d771ee6c Author: Taylor Otwell Date: Fri Apr 21 11:38:41 2017 -0500 Merge branch 'queue-prefix' of https://github.com/browner12/laravel into browner12-queue-prefix commit d771ee6c8aaf66f8e3bf549310d0c86f15332106 Author: Andrew Date: Thu Apr 20 15:31:39 2017 -0500 add queue prefix value this PR goes along with https://github.com/laravel/framework/pull/18860 commit 49a9f5fd50c96ad12c77ae4d6e1747a533396623 Merge: 99da499c 47e9da69 Author: Taylor Otwell Date: Thu Apr 20 12:56:40 2017 -0500 Merge pull request #4234 from tillkruss/master Updated changelog commit 47e9da691f2a9e09b33051b934702b911ad30390 Author: Till Krüss Date: Thu Apr 20 10:30:29 2017 -0700 Updated changelog commit 99da499cc8d84077c59bd9fdc949758822e02c3e Merge: b699ffab 6b2abec4 Author: Taylor Otwell Date: Wed Apr 19 07:14:24 2017 -0500 Merge pull request #4232 from JuanDMeGon/patch-1 Ignore the npm debug log commit 6b2abec45fc2114636d65a9c892c406e1044369f Author: JuanDMeGon Date: Tue Apr 18 20:58:22 2017 -0500 Ignore the npm debug log When an NPM run fails, is created a npm-debug.log file. This file can be ignored and should not be published on a Git based repository. commit b699ffabce93b822bc0ba76e7af0be40b1f55bb5 Merge: d905b2e7 9aeef981 Author: Taylor Otwell Date: Tue Apr 18 07:41:14 2017 -0500 Merge pull request #4229 from ebuster/patch-1 More clear way to assign middleware in controller commit 164acc8d7a2f11cda7f51f8e73d7702adccc2118 Merge: 100f71e7 d00fdbcd Author: Taylor Otwell Date: Tue Apr 18 07:25:35 2017 -0500 Merge pull request #4227 from joshmanders/patch-1 Fix break from #4226 commit 100f71e71a24fd8f339a7687557b77dd872b054b Author: Taylor Otwell Date: Tue Apr 18 07:24:50 2017 -0500 fix artisan commit 9aeef9812ab2c4ba5fb8ad0ac424501952272c82 Author: Ilya Kudin Date: Tue Apr 18 19:13:35 2017 +0700 More clear way to assign middleware in controller Assign guest middleware to LoginController using documented way https://laravel.com/docs/5.4/controllers#controller-middleware to avoid confusing with $options array values meaning. commit d00fdbcd1b17779e843ba02855eb7974a2106833 Author: Josh Manders Date: Mon Apr 17 17:59:45 2017 -0500 Fix phpunit. commit dbe787e7efa3783f7f9e8fd204972e881a2b8112 Author: Josh Manders Date: Mon Apr 17 17:56:54 2017 -0500 add LARAVEL_START commit 1b99d087ce5663d8631b29cfab39d0416ca6ea4b Author: Josh Manders Date: Mon Apr 17 17:54:39 2017 -0500 Fix break from #4226 commit cae94000ca1216f6b01cb67803a403e9469dd53d Merge: 0be3c212 8914be5f Author: Taylor Otwell Date: Mon Apr 17 17:06:12 2017 -0500 Merge pull request #4226 from diogoazevedos/develop Remove extra autoload file commit 8914be5fc864ebc6877be38ff3502997e0c62761 Author: Diogo Azevedo Date: Mon Apr 17 18:39:32 2017 -0300 Remove extra autoload file commit 0be3c212c4150f4714276cea0df2d315e578c469 Merge: 2f111d54 d905b2e7 Author: Taylor Otwell Date: Mon Apr 17 15:32:01 2017 -0500 Merge branch 'master' into develop commit d905b2e7bede2967d37ed7b260cd9d526bb9cabd Author: Taylor Otwell Date: Mon Apr 17 15:31:48 2017 -0500 only load libraries if present commit 2f111d54ba01ae306ca94165ae78ba6b65fd2c40 Merge: c989b23f 17ec5c51 Author: Taylor Otwell Date: Mon Apr 17 15:30:50 2017 -0500 Merge branch 'master' into develop commit 17ec5c51d60bb05985f287f09041c56fcd41d9ce Author: Taylor Otwell Date: Mon Apr 17 15:30:36 2017 -0500 Move the location of Vue inclusion. commit c989b23f368aaa85d054afcce3612d4702546979 Author: Taylor Otwell Date: Tue Apr 11 18:37:49 2017 -0500 rename trait commit 8f6a4897a2af3549ed12a000e5336dfa9faded6d Author: Taylor Otwell Date: Tue Apr 11 18:35:46 2017 -0500 remove trait by default commit 61042a223adc1ef92fddda305a293021cc82e3ec Merge: a5364022 15f8e2d4 Author: Taylor Otwell Date: Tue Apr 11 18:35:13 2017 -0500 Merge remote-tracking branch 'origin/develop' into develop commit a536402228108da9423a0db1e0cf492f3f51c8b8 Author: Taylor Otwell Date: Tue Apr 11 18:35:01 2017 -0500 update example test commit 15f8e2d45e97e3b4fbf707cadcc796b67b59a21a Merge: 67a8a115 c161b14e Author: Taylor Otwell Date: Tue Apr 11 10:43:48 2017 -0500 Merge pull request #4219 from laravel/analysis-X0W3an Apply fixes from StyleCI commit c161b14ee0bfd0dd7a247c5709b39c5cdfe9de6c Author: Taylor Otwell Date: Tue Apr 11 15:43:42 2017 +0000 Apply fixes from StyleCI commit 67a8a1157004c4373663ec4a9398780feb6d6fa4 Author: Taylor Otwell Date: Tue Apr 11 10:41:19 2017 -0500 rename ModelFactory to UserFactory to encourage separate files commit 8abc4d05c555c876704b34ef53d8fef23053caf3 Author: Taylor Otwell Date: Tue Apr 11 08:16:12 2017 -0500 allow dev installs commit bc91dcab93a0784efde5fcf4fba6696c95c8e1ae Merge: c6e3d6e5 99fca4da Author: Taylor Otwell Date: Fri Apr 7 16:44:45 2017 -0500 Merge pull request #4212 from laurencei/patch-1 Add string to validation commit 99fca4daef213adaa11a5472b429f53aeedc076f Author: Laurence Ioannou Date: Fri Apr 7 21:11:39 2017 +0100 Update RegisterController.php commit 4696e7bcb61422e28f6c6889c604d66fa6a76dc6 Merge: 33c4cab6 c6e3d6e5 Author: Taylor Otwell Date: Fri Apr 7 08:11:06 2017 -0500 fix conflicts commit c6e3d6e5b422ad5b6ea94696ad1809a76cc85bb3 Merge: f7b9a590 0d31e299 Author: Taylor Otwell Date: Thu Apr 6 21:13:00 2017 -0500 Merge pull request #4208 from misenhower/fix-axios-defaults Add to axios defaults instead of overwriting them commit 0d31e2993b3ee681f4aeef486619c90a26f9086e Author: Matt Isenhower Date: Thu Apr 6 15:58:57 2017 -0700 Add to axios defaults instead of overwriting them This change ensures the default "Accept" header specified by axios is retained. commit f7b9a590f99f7248df49cf35d79b1c1f4cb8ca96 Merge: d870a0c2 99d4e59d Author: Taylor Otwell Date: Mon Apr 3 15:13:58 2017 -0500 Merge pull request #4203 from KristofMorva/sort-gitignore Sorting gitignore file commit d870a0c2ce8023906b770d5baa554e0dd27071b0 Merge: 4882961b 323e553f Author: Taylor Otwell Date: Mon Apr 3 15:13:45 2017 -0500 Merge pull request #4204 from mdavis1982/make-app-name-configurable Make app name configurable in environment file commit 323e553f336b7e7b189a27fba4102a3c3851ee1b Author: Matthew Davis Date: Mon Apr 3 20:07:41 2017 +0100 Make app name configurable in environment file commit 99d4e59d25ef6e7cb247bb7e3caed423466b1924 Author: Morva Kristóf Date: Mon Apr 3 21:06:10 2017 +0200 Sorting gitignore file commit 4882961b418455e942c2dab85cdb55272c80776b Merge: f5fd03d7 e42ce3ea Author: Taylor Otwell Date: Fri Mar 31 08:05:21 2017 -0500 Merge pull request #4196 from DojoGeekRA/patch-1 DRY some npm scripts commit e42ce3eae950677e9da0b974f424b6f43433e1aa Author: Roberto Aguilar Date: Fri Mar 31 00:21:17 2017 -0600 DRY some npm scripts `dev` and `prod` are just aliases, so this allows to just defer them to their counterparts. `watch-poll` just adds one extra argument so the special option `--` allows to pass it to the `watch` script. commit 33c4cab6b77877a257e99fe295eafad7fb7d61b9 Author: Taylor Otwell Date: Wed Mar 29 10:06:39 2017 -0500 adjust wording commit e23a1d284f134bfce258cf736ea8667a407ba50c Author: Taylor Otwell Date: Wed Mar 29 10:05:16 2017 -0500 add trust proxy middleware commit f5fd03d705e5078b336af5012d5b6a21b277d945 Merge: f16fbd1f 33355254 Author: Taylor Otwell Date: Wed Mar 29 08:14:37 2017 -0500 Merge pull request #4193 from KristofMorva/npm-windows NPM scripts should support Windows commit 3335525431827ee4ab29fa9c0d120ea1b77e8cec Author: Morva Kristóf Date: Wed Mar 29 11:45:09 2017 +0200 NPM scripts should support Windows commit f16fbd1f8f403f114c06c058ed686ce07cf308dc Merge: 7ae5c3fc f5b68b1f Author: Taylor Otwell Date: Tue Mar 28 07:49:30 2017 -0500 Merge pull request #4190 from michaeldyrynda/master Provide consistency with NPM scripts commit f5b68b1fc5decfb9b0d7105ece73123b3601f254 Author: Taylor Otwell Date: Tue Mar 28 07:49:22 2017 -0500 Update package.json commit 7ae5c3fcf8a7b371c3e5a96c2ce37a743468d5ac Merge: 228bc472 a4d18804 Author: Taylor Otwell Date: Tue Mar 28 07:47:36 2017 -0500 Merge pull request #4191 from daylerees/add-vagrant-to-ignore Add vagrant virtual machine directory to git ignore list. commit a4d18804507ead8bf1a3ff26f2c98a1ec7ff5c16 Author: Dayle Rees Date: Tue Mar 28 09:36:45 2017 +0100 Add vagrant virtual machine directory to git ignore list. commit f19a2f206a055ca9495a085e9dfc191179b301ca Author: Michael Dyrynda Date: Tue Mar 28 11:23:08 2017 +1030 Provide consistency with NPM scripts It trips me up each time that `npm run dev` exists but `npm run prod` does not. This serves to fix that case, as well as providing consistency in both directions `dev`/`development` and `prod`/`production`. [Source](https://twitter.com/michaeldyrynda/status/846507021251690497) commit 228bc472371615055cce0976c2bee7a6ef87d3d0 Merge: 64324883 667836b1 Author: Taylor Otwell Date: Mon Mar 27 11:24:35 2017 -0500 Merge pull request #4186 from tillkruss/patch-1 Added changelog commit 643248834f952ec464e0197d730fcb1b698f3d28 Merge: bc368c62 2b5925bc Author: Taylor Otwell Date: Mon Mar 27 08:59:32 2017 -0500 Merge pull request #4189 from tabuna/patch-1 Composer -o commit 2b5925bc62523658e455ea2372809511de68395a Author: Alexandr Date: Mon Mar 27 14:31:34 2017 +0300 Composer -o Composer allows us to optimize the autoloader using the --optimize flag or shortly -o. commit bc368c627b783db369f2e8ace32a5ddb82498bea Merge: 605ffb9b b19f4e83 Author: Taylor Otwell Date: Sun Mar 26 10:08:51 2017 -0500 Merge pull request #4188 from themsaid/laravelMix Require laravel-mix v0.* commit b19f4e8308354f287917ab46f595a09de38ad6af Author: Mohamed Said Date: Sun Mar 26 14:34:05 2017 +0200 require laravel-mix v0.* commit 605ffb9ba97b2ba877a65b9cbb7182ca40b78087 Author: Taylor Otwell Date: Sat Mar 25 21:17:09 2017 -0500 rename example event commit 5052f14fc4ca284ffbe23dc019049ec97a2033a4 Merge: dd8fd390 4d7676fd Author: Taylor Otwell Date: Sat Mar 25 20:37:49 2017 -0500 Merge pull request #4187 from lioannou/patch-1 Possible URL fix? commit 4d7676fdb76f62423afe93e296c4eefdc5c91121 Author: Laurence Ioannou Date: Sun Mar 26 00:12:38 2017 +0000 Possible URL fix? commit 667836b1596a961092aea1d8da7bb478086b54a2 Author: Till Krüss Date: Sat Mar 25 12:02:22 2017 -0700 Ignore changelog in export commit 78117c0285e8447d38926f39dd2c4176621d43af Author: Till Krüss Date: Sat Mar 25 10:52:13 2017 -0700 Removed line commit a2151d6682f92c8515fa898975a1c806961b9068 Author: Till Krüss Date: Sat Mar 25 09:33:49 2017 -0700 Added changelog commit dd8fd3905597c69aa1c66a56eacbd9b4ad646346 Author: Taylor Otwell Date: Fri Mar 24 14:22:49 2017 -0500 correct link commit d3760f7fbf414a21d0010368c8dad5f9299df204 Author: Taylor Otwell Date: Fri Mar 24 14:22:01 2017 -0500 Add sponsors to readme. commit e83b2c795b53f14d4841e7dfff76cc0a2363de06 Merge: 2312580a 93876d62 Author: Taylor Otwell Date: Wed Mar 22 09:21:04 2017 -0500 Merge pull request #4184 from JuanDMeGon/patch-1 The .js files should be vendored too commit 93876d6276f38b2f10a6bbb1bcf9db0771142e72 Author: JuanDMeGon Date: Wed Mar 22 01:26:12 2017 -0500 The .js files should be vendored too Some projects can present JS as the primary language, even clearly being a Laravel/PHP project. With this, that problem can be avoided. commit 2312580af8a20e78f96f988d420c073f899cbead Merge: 1447a0ef d6d98f97 Author: Taylor Otwell Date: Fri Mar 17 13:04:12 2017 -0500 Merge pull request #4180 from halaei/unindex-token unindex token commit 1447a0ef5089e70ee22ed60ae6218ead089da549 Merge: 0c4f0f0a 01fa7e37 Author: Taylor Otwell Date: Fri Mar 17 13:02:54 2017 -0500 Merge pull request #4182 from bbashy/patch-1 Mailtrap now reference smtp. for their host value. commit 01fa7e37db205a15b3b907b36e8a71f9cdd8d323 Author: Ben Sampson Date: Fri Mar 17 16:18:18 2017 +0000 Mailtrap now reference smtp. for their host value. commit d6d98f970500db7d30799991a587773a7103c510 Author: halaei Date: Fri Mar 17 11:47:10 2017 +0330 unindex token commit 0c4f0f0a97067f892b3078e423e638d1cb860b1a Merge: fe5146f8 a812983d Author: Taylor Otwell Date: Thu Mar 16 08:01:19 2017 -0500 Merge pull request #4179 from bshaffer/add-socket-to-database-config Adds unix_socket to config/database.php for consistency commit a812983d0b2be5d06e7cb534135e922a478fe5e0 Author: Brent Shaffer Date: Wed Nov 9 16:03:37 2016 -0800 Adds socket to config/database.php for consistency For the mysql driver only (as this only applies to mysql) add the "socket" configuration parameter and corresponding environment variable. commit fe5146f854a6175233677f83d44519cb32079bd7 Merge: 31c26230 7262b443 Author: Taylor Otwell Date: Tue Mar 14 11:21:33 2017 -0500 Merge pull request #4177 from al0mie/al0mie-patch-1 common js style commit 7262b443737de0737cf664b497ef15017f4ed841 Author: Alex Mokrenko Date: Tue Mar 14 16:59:18 2017 +0300 common js style commit 31c262301899b6cd1a4ce2631ad0e313b444b131 Author: Taylor Otwell Date: Tue Mar 14 08:31:41 2017 -0500 update example commit 05575687e095c9148b5efe9acb7239b5139a713f Merge: 76480e11 29db165c Author: Taylor Otwell Date: Thu Mar 9 11:40:53 2017 -0600 Merge pull request #4174 from kossa/upgrade-mix Upgrade laravel-mix to 0.8.3 commit 29db165c6aa2cb398ace8a64d96e1baabedfab4f Author: Kouceyla Date: Thu Mar 9 17:58:00 2017 +0100 Upgrade laravel-mix to 0.8.3 commit 76480e1115121185b236caec358d73f9cbbc9e52 Merge: b0846539 bd351274 Author: Taylor Otwell Date: Wed Mar 8 11:20:29 2017 -0600 Merge branch 'master' of github.com:laravel/laravel commit b0846539b1867e76af5c62369e5d6887fd139da0 Author: Taylor Otwell Date: Wed Mar 8 11:20:18 2017 -0600 fix cascade commit bd35127413cea4fbc030e12baf29360d6a980040 Merge: d0a6dbf1 65c4d16d Author: Taylor Otwell Date: Mon Mar 6 13:00:33 2017 -0600 Merge pull request #4167 from driesvints/fix-cross-env-bin Fix cross-env binary commit 864a82918ecfc357378a6a3c84a2f5ffda4b26c9 Author: Taylor Otwell Date: Mon Mar 6 08:50:01 2017 -0600 fix comment commit a15f3ca8a9861563bdc6cc4838338e29f4ae28e4 Author: Fernando Henrique Bandeira Date: Mon Mar 6 08:56:41 2017 -0300 Add Same-site to config commit 65c4d16d04f030633b0b4a09c2c98f716e5c1873 Author: Dries Vints Date: Mon Mar 6 12:39:46 2017 +0100 Do not use full paths commit f0374e4fe6f0ddb935dc34bae2808620ab30448f Author: Dries Vints Date: Mon Mar 6 12:36:45 2017 +0100 Add cross-env as a dependency and update paths commit d0a6dbf1a224745df3ea6a5fc57c319e086bde4a Merge: 9ce2f8eb 63dc985f Author: Taylor Otwell Date: Sun Mar 5 10:33:18 2017 -0600 Merge pull request #4165 from zlatevbg/use-consistent-config-paths [5.4] Use consistent config paths commit 63dc985f2f02705598e4e8a76946904e4b174ecd Author: Dimitar Zlatev Date: Sun Mar 5 13:30:16 2017 +0200 Use consistent config paths commit 9ce2f8ebc9255eacb469950515606ac6cc638126 Merge: 48f44440 df1f0f91 Author: Taylor Otwell Date: Sat Mar 4 16:50:23 2017 -0600 Merge pull request #4162 from eklundkristoffer/crossenv [5.4] Fix cross-env bin path commit df1f0f912af703aa03a6c9e0a3e3e67f25927e57 Author: Kristoffer Eklund Date: Sat Mar 4 18:54:33 2017 +0100 Fix cross-env bin path commit eab39557ac77442f1b8797725c53ee99bf8fe050 Author: Kristoffer Eklund Date: Sat Mar 4 17:57:34 2017 +0100 Fix cross-env bin path commit 48f44440f7713d3267af2969ed84297455f3787e Author: Taylor Otwell Date: Fri Mar 3 08:39:45 2017 -0600 ignore testing dir commit 95505693a28623ae69bf3b2776ab7ea18c677e5e Merge: c76716f2 90886732 Author: Taylor Otwell Date: Wed Mar 1 09:53:33 2017 -0600 Merge pull request #4157 from driesvints/patch-1 [5.4] Update description of filled rule commit 90886732cf6df6d8694287c3f9d92496a4f1c61b Author: Dries Vints Date: Wed Mar 1 16:52:59 2017 +0100 Update description of filled rule `filled` isn't really required. It just implies that it needs a value. commit c76716f228d809d24d1886c3e279d08fb8377ebc Author: Jeffrey Way Date: Thu Feb 23 09:50:35 2017 -0500 Revert npm script refactor commit c1643bf0c59b6864fc55e09cce3bfafc67d29e2a Merge: da9760fd 96f662a6 Author: Taylor Otwell Date: Tue Feb 21 15:15:33 2017 -0600 Merge pull request #4151 from laravel/fix Refactor npm scripts commit 96f662a625a642b43509b2ca2ca061ceb77cfe7d Author: Jeffrey Way Date: Tue Feb 21 13:57:31 2017 -0500 Refactor npm scripts Per #4147, this adds a new `npm run watch-poll` command, and dries up some of those long repetitive commands. commit da9760fd090122af721c6d4673e6103facfec415 Merge: 9b02e5fa 39338373 Author: Taylor Otwell Date: Fri Feb 17 13:38:43 2017 -0600 Merge pull request #4143 from kneipp/master Change hard-coded '/login' param to named route commit 39338373b91b68d35efa1b6ebf0730979ca689fd Author: Fabrício Kneipp Date: Fri Feb 17 15:36:28 2017 -0200 Change hard-coded '/login' string to named route commit 9b02e5fab8a42bcf4146981d2a6b6a82f5775b68 Merge: 6dbde068 e8b4f0e6 Author: Taylor Otwell Date: Thu Feb 16 07:55:54 2017 -0600 Merge pull request #4141 from coolpraz/patch-1 Update package.json commit e8b4f0e6ce5299972b656a562742c928b72f4d9d Author: Prabhat Shahi Date: Thu Feb 16 11:51:31 2017 +0545 Update package.json update laravel mix to new version commit 6dbde06814f5c47d19dfae6d1020f0e197f0998d Merge: 0cb107c8 0257612e Author: Taylor Otwell Date: Wed Feb 8 08:27:49 2017 -0600 Merge pull request #4138 from rickbolton/master Updated axios, jQuery, Laravel Mix, Lodash and Vue.js versions commit 0257612e8ac09b22f51a8df15d8edc531165057a Author: Rick Bolton Date: Wed Feb 8 09:30:06 2017 +0000 Updated axios, jQuery, Laravel Mix, Lodash and Vue.js versions commit 0cb107c84c13d216b9460c5e61d3089b0f1e54e2 Author: Taylor Otwell Date: Fri Feb 3 15:49:27 2017 -0600 move fontsls commit f0f1a13f61b9b024427b2348c7bbedf4994f58ef Merge: d2d89124 2cc5f349 Author: Taylor Otwell Date: Fri Feb 3 15:48:51 2017 -0600 Merge pull request #4136 from ahmed3mar/patch-1 Add font path variable commit 2cc5f349d495991447beb08cf04f5f607e95fbb6 Author: Ahmed M. Ammar Date: Fri Feb 3 18:21:04 2017 +0200 Add font path variable commit d2d89124e69511887abe1d20d8cc7d7411cbbdee Merge: a6fdc947 be631a66 Author: Taylor Otwell Date: Fri Feb 3 10:07:05 2017 -0600 Merge pull request #4135 from laravel/analysis-qJgPYE Apply fixes from StyleCI commit be631a66933c99f599ca2bd88c61b21ff0a059b3 Author: Mohamed Said Date: Fri Feb 3 16:06:59 2017 +0000 Apply fixes from StyleCI commit a6fdc9472f2619cdc7b41b089157fb74e462e9d7 Author: Mohamed Said Date: Fri Feb 3 18:06:39 2017 +0200 Put back configuration for sendmail commit 6574b9dd759e5e89735f1ba3bcbfbf4aa114cec7 Merge: 1f4bf240 ae030423 Author: Taylor Otwell Date: Thu Feb 2 07:32:29 2017 -0600 Merge pull request #4133 from luisdalmolin/master Updated laravel-mix version commit ae03042300a06adf86e69417a7a12603fa25a3c8 Author: Luis Dalmolin Date: Thu Feb 2 10:01:16 2017 -0200 Updated laravel-mix version commit 1f4bf240a6645fa1953d077c1f752f453e3c4d5b Merge: 1306ff25 926f53bc Author: Taylor Otwell Date: Tue Jan 31 19:25:16 2017 -0600 Merge pull request #4131 from crynobone/patch-1 Laravel 5.4 explicitly require phpunit 5.7.0+ commit 926f53bcc0c879b8580e55239453902a78914afa Author: Mior Muhammad Zaki Date: Wed Feb 1 09:04:07 2017 +0800 Laravel 5.4 explicitly require phpunit 5.7.0+ As demonstrated in laravel/framework#17699 it is possible to have phpunit being installed with a lower than `5.7.0`, which doesn't work at all on 5.4 due to the changes with PHPUnit namespaced class. commit 1306ff25832a84ab7570c79637b9f6c161142886 Merge: 64bea7ca 72a76c02 Author: Taylor Otwell Date: Tue Jan 31 07:41:46 2017 -0600 Merge pull request #4130 from atefBB/patch-1 Add App locale as default value of 'lang' attribute commit 72a76c021e0e707cba66f172786b66473d2e5c03 Author: Atef Ben Ali Date: Tue Jan 31 14:10:21 2017 +0100 Add App locate as default value of 'lang' attribute Add App locate as default lang in the app.php config file instead of 'en' of 'lang' attribute in the main view. commit 64bea7ca71b6f8b6ed9fe8c2757b295468a31e04 Merge: 7a44ebef 095fa50f Author: Taylor Otwell Date: Mon Jan 30 16:29:47 2017 -0600 Merge pull request #4129 from laravel/revert-4126-patch-1 Revert "Append '@' to let composer resolve PHP executable" commit 095fa50f7bd54cd256a2aa58618d683ff5b377a1 Author: Taylor Otwell Date: Mon Jan 30 16:29:40 2017 -0600 Revert "Append '@' to let composer resolve PHP executable" commit 7a44ebefe3f3220d873c630ce956671b497c89bc Merge: d0c5c041 0cdcc779 Author: Taylor Otwell Date: Mon Jan 30 14:39:52 2017 -0600 Merge pull request #4128 from monomichael/master Make Axios automatically send `X-CSRF-TOKEN` in the header commit 0cdcc779bfe4d2aedf15de26b14e1ff940202334 Author: Michael Zhang Date: Mon Jan 30 12:07:53 2017 -0500 Make axios automatically send the `X-CSRF-TOKEN` commit d0c5c041f266463174a6f8aca21e8bf75b224a5e Merge: 1e685979 cc42c3fe Author: Taylor Otwell Date: Mon Jan 30 07:46:35 2017 -0600 Merge pull request #4126 from timgws/patch-1 Append '@' to let composer resolve PHP executable commit cc42c3fe0a8097a31b37268e8c45488e4b719c1a Author: Tim Groeneveld Date: Mon Jan 30 17:26:30 2017 +1000 Append '@' to let composer resolve PHP executable To execute PHP scripts, you can use `@php` which will automatically resolve to whatever php process is currently being used. See https://getcomposer.org/doc/articles/scripts.md#executing-php-scripts for more information. commit 1e6859799bec1190fae12025301b199e79914054 Merge: 547bb962 1078776e Author: Taylor Otwell Date: Sat Jan 28 06:58:02 2017 -0600 Merge pull request #4124 from vantoozz/vantoozz-patch-1 Remove redundant check from bootstrap/autoload.php commit 1078776e953d35bd67af0971fe78efa037d8fb83 Author: Ivan Nikitin Date: Sat Jan 28 14:18:03 2017 +0300 Remove redundant check from bootstrap/autoload.php Redundant check removed since compiled class file generation was removed https://github.com/laravel/framework/commit/09964cc8c04674ec710af02794f774308a5c92ca#diff-7b18a52eceff5eb716c1de268e98d55dL870 commit 547bb962f979f4b5c540f3aae21a039053ea08a6 Merge: 8c6e40ca d4d5330b Author: Taylor Otwell Date: Thu Jan 26 20:54:50 2017 -0600 Merge pull request #4121 from jpmurray/patch-1 Remove the hot file from versionning commit d4d5330bbbe597a6067d6972bc2dfb9834f4f55d Author: Jean-Philippe Murray Date: Thu Jan 26 21:22:52 2017 -0500 Remove the hot file from versionning Following https://github.com/laravel/framework/pull/17571, I was correctly pointed that the small proposition should be made over here. Here's a copy / past of my message, for clarity's sake. --- When you run `npm run hmr`, a `hot` file is created to the public folder for the `mix()` helper to know if it has to server from the webpack server or not. This file does not go away until we run `npm run dev` (or `watch`). True, if we use `npm run production` in our production server it goes away too, but in case we don't make it go away in development, I don't think it's necessary to version it. commit 8c6e40caeec7da0d0ef7c82c29785fbe76a20362 Merge: 99ec0944 c55b8efe Author: Taylor Otwell Date: Wed Jan 25 07:08:04 2017 -0600 Merge pull request #4117 from fzoske/windows-fix Ensure cross-env gets executed by node commit c55b8efe729867defea392907a059a9017317d08 Author: fzoske Date: Wed Jan 25 11:05:42 2017 +0100 Ensure cross-env gets executed by node commit 99ec094434c7ead2d3eecede1961eac93db077e8 Merge: f1430ced bf33e170 Author: Taylor Otwell Date: Tue Jan 24 16:47:33 2017 -0600 Merge pull request #4115 from ericdowell/ericdowell-patch-1 Update composer.json to contain autoload-dev for Test namespace commit bf33e1702217bc5ea71387dafe6623b922f68b74 Author: Eric Dowell Date: Tue Jan 24 15:44:09 2017 -0600 Update composer.json Only autoload the tests namespace in dev. commit f1430cedce84b26c0918d7f84edba71df702e799 Merge: d9f54e34 489f2f31 Author: Taylor Otwell Date: Tue Jan 24 14:46:55 2017 -0600 Merge pull request #4114 from yuters/patch-2 Add missing path for Yarn Fix commit 489f2f311ea9297943c60799b71e810795c888ee Author: Martin Bastien Date: Tue Jan 24 14:47:43 2017 -0500 Add missing path for Yarn Fix commit d9f54e3454b4cbbc7b614970c9f5d48e440f3957 Merge: e0a3b265 3fa134d1 Author: Taylor Otwell Date: Tue Jan 24 10:19:25 2017 -0600 Merge pull request #4113 from laravel/yarn-fix Make scripts work with Yarn commit e0a3b2651795b3bc068e8426dfc85e50108eae04 Author: Taylor Otwell Date: Tue Jan 24 10:18:57 2017 -0600 update composer fil commit 3fa134d1f1c02d588e91cefb7d780028f8e67e3f Author: Jeffrey Way Date: Tue Jan 24 11:16:56 2017 -0500 Make scripts work with Yarn commit fa7d9df4369485832a58302e9b3d7553234ff5ee Merge: 182c8897 f4bc6e53 Author: Taylor Otwell Date: Mon Jan 23 08:09:28 2017 -0600 Merge pull request #4111 from diogoazevedos/patch-2 Use const and destructuring assignment commit f4bc6e531ae57b550bd4d692cbf9311d4962c79f Author: Diogo Azevedo Date: Sun Jan 22 22:12:50 2017 -0200 Use const and destructuring assignment commit 182c889736814128d36627f2f51f7b016fff1737 Merge: 5994e242 b6274c97 Author: Taylor Otwell Date: Sun Jan 22 10:27:46 2017 -0600 Merge pull request #4110 from laravel/fix Bump Mix dependency commit b6274c97a1c41aa5342691ac2541bd7dcadcb129 Author: Jeffrey Way Date: Sun Jan 22 02:08:18 2017 -0500 Bump Mix dependency commit 5994e242152764a3aeabd5d88650526aeb793b90 Merge: 4abe343a a9fad67e Author: Taylor Otwell Date: Sat Jan 21 10:15:21 2017 -0600 Merge branch 'master' into develop commit a9fad67e1fb369779f4c5ebe454524a24e3698b7 Author: Taylor Otwell Date: Sat Jan 21 10:15:05 2017 -0600 fix spacing commit d1fd41882696b6220cca7abfce57a1bb45f5656c Author: Drew Budwin Date: Fri Jan 20 19:51:53 2017 -0500 Fixed a typo in a block comment queue.php Normally, words that start with vowels (like "unified") are preceded by "an" instead of "a." However, "unified" is an exception to the rule. Source: https://www.a-or-an.com/a_an/unified commit 4abe343ab96b479c9353ebe71682368e8960dce2 Merge: c679fb1a 1a5f5c61 Author: Taylor Otwell Date: Thu Jan 19 08:23:59 2017 -0600 Merge pull request #4102 from TheoKouzelis/fix/pusher-config-names [5.4] Change PUSHER enviroment variable names commit 1a5f5c61595d5bb3c5c76066d308feae0f609196 Author: Theo Kouzelis Date: Wed Jan 18 20:56:57 2017 +0000 [5.4] Change PUSHER enviroment variable names commit c679fb1a1edc5403ed352a707c54299e251c675c Author: Taylor Otwell Date: Tue Jan 17 16:00:28 2017 -0600 fix spacing commit 100aa01088b8727961b7db3c103418ae7cd3da5a Author: Taylor Otwell Date: Tue Jan 17 15:58:53 2017 -0600 rename mix command to dev commit 54c5e1585a4b99acb749e3c6ab73043270768e7c Author: Taylor Otwell Date: Tue Jan 17 15:35:36 2017 -0600 Trim and convert strings to nulls. commit a205b127c654e5152d6dc49d98494d7b84e1ea85 Author: Taylor Otwell Date: Tue Jan 17 14:30:48 2017 -0600 add mix settings commit 7cf27b2146ff3b8fb7e643fd83e932bb61801fbd Author: Taylor Otwell Date: Tue Jan 17 07:41:12 2017 -0600 make env variables for aws commit 590257fbf6c8c52fac12b60fa9649c8b77148d20 Author: Taylor Otwell Date: Mon Jan 16 11:08:50 2017 -0600 Comment out by default. commit 01ad31584ba3b1a9d823f6b6dc4512a0876ead2d Author: Taylor Otwell Date: Mon Jan 16 10:53:32 2017 -0600 add auth session middleware to web group commit a6d2034c91db55a6dbebee12be14ccc658f19d98 Merge: 1a48254e ec852976 Author: Taylor Otwell Date: Sat Jan 14 19:13:35 2017 -0600 Merge pull request #4098 from KennedyTedesco/compiled-5.4 [5.4] Remove compile.php commit ec85297677466cf12903aea7013a371f924e8e5e Author: Kennedy Tedesco Date: Sat Jan 14 23:05:08 2017 -0200 [5.4] Remove compile.php It's not used anymore. commit 1a48254e8343506fcc0e2f6f82c4596ad3f612d1 Merge: 251140ef 7b3e8847 Author: Taylor Otwell Date: Wed Jan 4 15:40:04 2017 -0600 Merge pull request #4095 from laravel/revert-4093-fix/pusher-config Revert "[5.4] Change PUSHER enviroment variable names" commit 7b3e884757580873825498cc987e70727a91b88f Author: Taylor Otwell Date: Wed Jan 4 15:39:53 2017 -0600 Revert "[5.4] Change PUSHER enviroment variable names" commit 251140ef8b2e283dec3025aa6a0cbfd6594c9dad Author: Taylor Otwell Date: Wed Jan 4 12:09:43 2017 -0600 use env var commit 65d551002e02023b9966567ddf682197d152d4c6 Author: Taylor Otwell Date: Wed Jan 4 10:16:05 2017 -0600 remove url commit da62be60e8b15b087f48a057f2460409d55f3b1b Author: Taylor Otwell Date: Wed Jan 4 08:51:47 2017 -0600 Put URL config option on the disk to make it obvious how to customize. commit 7bb56eff6accf3616a7196afe5d92c1bd96f0cc6 Merge: 770c4155 de750d9f Author: Taylor Otwell Date: Wed Jan 4 07:48:56 2017 -0600 Merge pull request #4093 from TheoKouzelis/fix/pusher-config [5.4] Change PUSHER enviroment variable names commit de750d9ffbeca3218a036279a80ea3cd209ff370 Author: Theo Kouzelis Date: Wed Jan 4 00:29:19 2017 +0000 Change PUSHER enviroment variable names pusher.com's copy and paste .env snippet uses enviroment variables that all start with "PUSHER_APP". This commit brings the config files in line with pusher.com commit 770c41552f07c75450c72099b8feedbd428888fe Author: Taylor Otwell Date: Mon Jan 2 17:18:33 2017 -0600 Remove fetch mode option. commit 402b12f9159498e9be25e2a77939281fb35f6e13 Author: Taylor Otwell Date: Sat Dec 31 21:25:17 2016 -0600 tweak default cache directory commit 52f0196fd3f99113fb838f813564e0c78f133b4d Author: Taylor Otwell Date: Fri Dec 30 15:46:01 2016 -0600 Move broadcast channel registration to a routes file. These are very similar to routes in that they are channel endpoints that your application supports and they also fully support route model binding in Laravel 5.4. Upgraded applications do not need to make this change if they do not want to. commit b748931666b24428db808e3c37b315f2af70f91f Merge: df1298bf 380c3a76 Author: Taylor Otwell Date: Thu Dec 29 16:55:25 2016 -0600 Merge pull request #4083 from laravel/tinker [5.4] Added tinker to the default app commit df1298bfccf3f1e3dc9291cefd2dbd58bdbe4f85 Merge: 36875bb9 d7b0e327 Author: Taylor Otwell Date: Thu Dec 29 07:36:50 2016 -0600 Merge pull request #4084 from laravel/mail [5.4] Remove the "mail" driver as recommended, and add "array" commit d7b0e32786181f217babb48f283a2d6252fa3653 Author: Graham Campbell Date: Thu Dec 29 13:17:27 2016 +0000 Remove the "mail" driver as recommended, and add "array" commit 380c3a76a0bc96f00c5140af15df9e5e22fb696a Author: Graham Campbell Date: Thu Dec 29 13:06:11 2016 +0000 Added tinker to the default app commit 36875bb98ea5bb2bbdb70a32147b8d864dbb0b00 Merge: 077d404c b43890c1 Author: Graham Campbell Date: Thu Dec 29 13:03:32 2016 +0000 Merge branch 'master' into develop commit b43890c11f3edfda1ba6c5e57d76b2f6ed9ceb40 Author: Taylor Otwell Date: Wed Dec 28 11:31:53 2016 -0600 Update readme.md commit 0a1cdb2df6d67285b65c11a3bb633e07c457e86c Author: Taylor Otwell Date: Wed Dec 28 08:31:59 2016 -0600 Update readme.md commit 077d404c5f6769f3de5fc35465617732898376d8 Author: Taylor Otwell Date: Mon Dec 19 12:36:33 2016 -0600 list post check middleware commit 42973cb4e938e9ea1b0066888b50759b3aabd12b Author: Taylor Otwell Date: Sat Dec 17 10:15:15 2016 -0600 spacing commit e78ef3ee423d451c6aa210dae372473ae9740994 Author: Taylor Otwell Date: Sat Dec 17 10:14:49 2016 -0600 tweak js file commit b9db2864fe77dd17bc62e76bc2af9adae3eab960 Author: Taylor Otwell Date: Sat Dec 17 10:12:27 2016 -0600 remove spacing commit 46e389fb5a946ef8238e09f1b9aacf395d4710f2 Author: Taylor Otwell Date: Sat Dec 17 10:11:02 2016 -0600 remove unneeded files commit 83b76a7f8bdd1daabcc87fa525658b6d98f53566 Merge: d1ba0c3d 483c9678 Author: Taylor Otwell Date: Sat Dec 17 09:49:51 2016 -0600 Merge pull request #4074 from driesvints/patch-1 [5.3] Sort Composer packages by default commit 483c9678c6e647870beb80aabfb24eb4bcede0e5 Author: Dries Vints Date: Sat Dec 17 15:25:24 2016 +0100 Sort Composer packages by default It's much easier to search for packages in the composer.json file when they're sorted by default. commit 696ab5149e6b6169f73b75321eaabf47a4a26645 Author: Taylor Otwell Date: Fri Dec 16 16:49:17 2016 -0600 make 503 page more consistent with welcome page commit 45b779f807b4bff3016d944f0e52c115f4c54d07 Author: Taylor Otwell Date: Mon Dec 12 16:05:32 2016 -0600 cluster option not needed anymore commit 25aeb5da629f17a15843a8d0a81e019a8d2f0150 Merge: c7eb99d2 673f1104 Author: Taylor Otwell Date: Mon Dec 12 11:04:13 2016 -0600 Merge branch 'develop' of github.com:laravel/laravel into develop commit c7eb99d2ad7c0a0d4483daebddcece59f2dabae1 Author: Taylor Otwell Date: Mon Dec 12 11:04:03 2016 -0600 add new mail settings commit 673f110456bb919e89703788fcfe1024c1edb0c9 Merge: e3ad1abf 3e661aa9 Author: Taylor Otwell Date: Fri Dec 9 11:47:59 2016 -0600 Merge pull request #4069 from JosephSilber/route-groups [5.4] Use path for group directly commit 3e661aa9f54f2a4dc643464bea452367b3406499 Author: Joseph Silber Date: Thu Dec 8 21:04:24 2016 -0500 Use path for group directly commit e3ad1abfccbfeaf4b691550597f7c6dc1a45828a Author: Taylor Otwell Date: Thu Dec 8 14:15:21 2016 -0600 recompile commit 60cbf6727cfc5a32504bea8de1cf302dc57181ed Author: Taylor Otwell Date: Thu Dec 8 14:14:42 2016 -0600 rebuild assets commit b5ae7aff9f9953af0cae205fb749f7aa7bb9fed6 Merge: 61b157f8 f2981650 Author: Taylor Otwell Date: Thu Dec 8 14:13:14 2016 -0600 Merge pull request #4068 from yuters/patch-1 Make axios compatible with Request::ajax() commit f2981650a1bba7bfb5ebdb39110b5cb3c66bdea0 Author: Martin Bastien Date: Thu Dec 8 11:45:33 2016 -0500 Make axios compatible with Request::ajax() It seems the library doesn't send the `X-Requested-With: XMLHttpRequest` header by default, if it's not present `$request->ajax()` always returns false. commit 61b157f8090bfd69246a9237b3b99edc99939847 Merge: 99bb0750 ef1ef753 Author: Taylor Otwell Date: Wed Dec 7 22:27:46 2016 -0600 Merge pull request #4067 from JosephSilber/fluent-routes [5.4] Use fluent routes commit ef1ef753baa7192cbceb1771d18ce6727aaaf7f5 Author: Joseph Silber Date: Wed Dec 7 22:57:15 2016 -0500 Use fluent routes commit 99bb07502c18ce73d64970e3237fec6152527bd9 Author: Taylor Otwell Date: Tue Dec 6 09:40:56 2016 -0600 use new route syntax commit d1ba0c3d0d8fce35cb03c0b0593cb7e3c35c70d1 Merge: 4c6e4771 7d4115f0 Author: Taylor Otwell Date: Tue Dec 6 09:27:27 2016 -0600 Merge pull request #4066 from damiencriado/patch-1 Fix redis password `AUTH` failed commit 7d4115f0cac54bf1ea77a575c9c5b4c0f57d54c6 Author: Damien Criado Date: Tue Dec 6 01:01:43 2016 +0100 Fix `AUTH` failed: ERR Client sent AUTH commit d4bddc564963ee1d41caa4d881640dbed6ee1384 Author: Taylor Otwell Date: Mon Dec 5 13:57:35 2016 -0600 remove unneeded deps commit a7481f69d5e164fb8f7c76f13f05281d634b34c1 Author: Taylor Otwell Date: Mon Dec 5 13:22:14 2016 -0600 fix assertion commit ba5bde7c91efca9d6f6fbf034de45872767be7df Author: Taylor Otwell Date: Mon Dec 5 12:58:44 2016 -0600 add trait commit b64d1e3dc89f940ef36f8b14490620b9bd54c870 Author: Taylor Otwell Date: Mon Dec 5 12:40:03 2016 -0600 fix example test commit cf73f8cb21453d697294d764eeab2f2339bb668a Author: Taylor Otwell Date: Thu Dec 1 11:47:40 2016 -0600 update deps commit ff15da8d59a494efdbde201dfcf4e5922433b09f Author: Taylor Otwell Date: Tue Nov 29 16:17:23 2016 -0600 remove trait from test commit 08eefbcc11f62375ca956502bda3224308436298 Author: Taylor Otwell Date: Tue Nov 29 15:48:33 2016 -0600 Organize tests. commit 4c6e477131f22ae1e75bb133caa9ad82f0ea413d Merge: cffcc493 cc47df31 Author: Taylor Otwell Date: Mon Nov 28 17:37:55 2016 -0600 Merge pull request #4059 from insoutt/insoutt-patch-1 [5.4] Update mounted instead of ready commit cc47df31a8d79d254c00cc5510521c9a894d9f13 Author: insoutt Date: Mon Nov 28 13:58:11 2016 -0500 Update mounted instead of ready commit cffcc4932da6384fbbf54f19006b151af2e449c6 Merge: 6645cae8 fa1eae35 Author: Taylor Otwell Date: Mon Nov 21 10:46:24 2016 -0600 Merge pull request #4055 from themsaid/weakdateroles add language lines for before_or_equal and after_or_equal commit fa1eae35b9ce5bd278cbc85571be2474192181de Author: Mohamed Said Date: Mon Nov 21 18:27:55 2016 +0200 add language lines for before_or_equal and after_or_equal commit 6645cae8597f1d25f96ffd98793f160979e9403e Merge: c803ff1c fff42ec6 Author: Taylor Otwell Date: Thu Nov 17 07:52:34 2016 -0600 Merge pull request #4053 from mattmcdonald-uk/master Redirect for registration only commit fff42ec631e8b6eb541aefda951f67521d745436 Author: Matt McDonald Date: Thu Nov 17 09:25:40 2016 +0000 Redirect for registration only commit c803ff1caa477d5c148b7d594be66bc19286a830 Author: Taylor Otwell Date: Wed Nov 16 15:15:29 2016 -0600 revert broken PR commit fc3b4d161ff9d5a276221dc50ffdddaf6753510d Merge: b122f775 8182b991 Author: Taylor Otwell Date: Wed Nov 16 14:57:29 2016 -0600 Merge pull request #4052 from laravel/analysis-qomWEg Applied fixes from StyleCI commit 8182b991125c0d66352fc60dc58d535aa97a61fc Author: Taylor Otwell Date: Wed Nov 16 20:57:24 2016 +0000 Applied fixes from StyleCI commit b122f775e9c2c618d08829e7b18feb9b4baf9bbb Merge: 038ae10a 69df2ada Author: Taylor Otwell Date: Wed Nov 16 14:57:07 2016 -0600 Merge pull request #4051 from lokielse/master Support predis v1.1.1 commit 69df2ada114a3b06227727d019ee8142d337e745 Author: Loki Else Date: Wed Nov 16 17:17:52 2016 +0800 Support predis v1.1.1 fix: `AUTH failed: ERR Client sent AUTH, but no password is set [tcp://127.0.0.1:6379]` According to predix release log: https://github.com/nrk/predis/releases/tag/v1.1.1 commit 038ae10ae7c25b28d8fe7ae08af237a932a6f6ab Merge: be90d3fa 9ca8ed99 Author: Taylor Otwell Date: Tue Nov 15 08:19:30 2016 -0600 Merge pull request #4046 from diogoazevedos/master Use the IP instead of DNS in redis host commit 9ca8ed99609abd473da42f5affdab266d867b532 Author: Diogo Azevedo Date: Mon Nov 14 23:44:01 2016 -0200 Update the default redis host commit be90d3fa1ba7d75f34cc5f45a7552fd271724b4b Merge: e72463dc fd42e10a Author: Taylor Otwell Date: Mon Nov 14 16:31:02 2016 -0600 Merge pull request #4045 from DojoGeekRA/patch-1 Changes localhost to 127.0.0.1 in database config commit fd42e10a5f946cb4258edb517195cd46ecdb8553 Author: Roberto Aguilar Date: Mon Nov 14 15:19:31 2016 -0600 Changes localhost to 127.0.0.1 in database config In https://github.com/laravel/laravel/pull/3641 was decided to use `127.0.0.1` instead of `localhost` to avoid DNS lookups This change is to maintain consistency between `.env` and `database.php` commit e72463dc6c2f977f8e49aa0bd535a5dbed968aad Author: Taylor Otwell Date: Tue Nov 8 10:52:43 2016 -0600 change var name commit d47697e7816a28fe5a09f3b8cfcd1f184ec99016 Author: Jrean Date: Tue Nov 8 23:37:35 2016 +0800 Env for mail sender address + name commit cddb8a254af3ee56f75ccfbca5890f50dd945b45 Merge: f29c943c 4e912e3e Author: Taylor Otwell Date: Tue Nov 8 08:29:40 2016 -0600 Merge pull request #4036 from danieliancu/patch-1 Updated package.json commit 4e912e3ed31338a9ce43fc99b1f824042d7a2b04 Author: Daniel Iancu Date: Tue Nov 8 13:56:16 2016 +0200 Updated package.json Bumped version for laravel-elixir to 6.0.0-14 in which various npm errors and warnings have been fixed (laravel/elixir#679). commit 7b318939c94859667902e7c91dfcc86105732bf2 Author: Taylor Otwell Date: Thu Nov 3 17:06:06 2016 -0500 Ship axios instead of vue-resource. commit f29c943c882282629968f2550153476da1f3b073 Author: Taylor Otwell Date: Sun Oct 30 15:36:25 2016 -0500 Update readme.md commit 5937bbe4caf4eb10820c1662698ea00ac63cd4ca Author: Taylor Otwell Date: Fri Oct 28 14:20:51 2016 -0500 Update readme.md commit 22265553ee3bb64473c1c7ea9b7ed5537a37b30a Author: Taylor Otwell Date: Fri Oct 28 14:00:25 2016 -0500 wording and spacing commit 95f1157c5acaf893d0da6e381c2f4148d005582a Author: Taylor Otwell Date: Fri Oct 28 13:58:40 2016 -0500 wording change commit b494bb9d01da2a596c97aef55a9c66c39dbba9ea Author: Taylor Otwell Date: Fri Oct 28 13:58:21 2016 -0500 remove a link commit 1790aa46ac33b30a2b1f0cf33ffea6d35e439ee3 Author: Taylor Otwell Date: Fri Oct 28 13:57:30 2016 -0500 readme commit c6ee753e1979d8d58998d495192094f0a704f440 Author: Taylor Otwell Date: Fri Oct 28 13:43:52 2016 -0500 updatin greadme commit 3bd4567d509cca54a0faf47714e1db9a95e1821c Author: Taylor Otwell Date: Fri Oct 28 13:35:23 2016 -0500 remove centering on badges commit 4337280d62c1c5314a8ec7803799cd5b1bed10e3 Author: Taylor Otwell Date: Fri Oct 28 13:33:24 2016 -0500 working on readme commit 100c102fc3eda5334c220ddade2e845e6801a2ef Author: Taylor Otwell Date: Fri Oct 28 10:09:03 2016 -0500 convert binding commit 5410fb21a7d8d62f023e978a0361595f6c690077 Merge: 74e35eb0 bc08030b Author: Taylor Otwell Date: Thu Oct 27 13:44:50 2016 -0500 Merge branch 'master' into develop commit bc08030b301a7f84bf3ce9ce83b346dca778b717 Merge: 6a2bf447 f7e49840 Author: Taylor Otwell Date: Thu Oct 27 13:44:30 2016 -0500 Merge pull request #4023 from lkmadushan/formatting-web-routes comment formatting commit f7e49840a07cc74c858c6c3a281be17700577d0d Author: Kalpa Perera Date: Thu Oct 27 20:55:08 2016 +0530 comment formatting commit 74e35eb0849669c4305fb787a42b559683287d90 Author: Taylor Otwell Date: Thu Oct 27 09:39:51 2016 -0500 formatting commit 6ab4975bacd8200fcab4aeb503447d57010dbc1d Author: Kalpa Perera Date: Thu Oct 27 05:11:25 2016 +0000 changed typo commit e5147a55f1f31831d77b2cf00cbf35ed9bdd37bb Author: vagrant Date: Thu Oct 27 04:40:15 2016 +0000 Changed web route description commit 9afcefb7948eee51d07031e8c65956b2f7da195f Author: Taylor Otwell Date: Wed Oct 26 08:17:15 2016 -0500 increment version commit 6013b88689ed6a272e00a1f360de4445dddd2a35 Merge: c87566b5 6a2bf447 Author: Taylor Otwell Date: Wed Oct 26 08:16:55 2016 -0500 Merge branch 'master' into develop commit 6a2bf4476528a359e9b80a296f26830f75770d35 Author: Taylor Otwell Date: Wed Oct 26 08:16:28 2016 -0500 clear up comment commit c87566b5c9e2adf2b8cb4264636273a49b18c684 Author: Taylor Otwell Date: Mon Oct 24 17:05:16 2016 -0500 stability commit af4f5bd98bc7e59190ca85f1120fcdd26c023dd2 Author: Taylor Otwell Date: Mon Oct 24 17:03:46 2016 -0500 change versions commit 9d01389ce3039f483dcc9ed405e02ba49042bfa3 Author: Taylor Otwell Date: Mon Oct 24 16:07:22 2016 -0500 use utf8mb4 as default character set commit 7479a8b920a7b14684d546a9d81e8e2819ff8fa4 Merge: d22b32f4 3222e302 Author: Taylor Otwell Date: Fri Oct 21 14:52:21 2016 -0700 Merge pull request #4019 from jirehstudios/master Added recommended parentheses commit 3222e302eb94f276462e27503b4f1845f17bca36 Author: jirehstudios Date: Fri Oct 21 11:14:49 2016 -0400 Added recommended parentheses When using arrow functions, parentheses are recommended if the function takes a single argument and uses curly braces. See section 8.4 of Airbnb's JavaScript style guide, one of the most popular. commit d22b32f4e8e07a57e89c5227e1180e92e6889835 Author: Taylor Otwell Date: Tue Oct 18 07:43:04 2016 -0500 spacing commit f55d7a9cb4acf7e1f1e210165df26373da7764a1 Merge: e7a111c1 3437566d Author: Mubashar Abbas Date: Tue Oct 18 13:15:48 2016 +0500 Merge https://github.com/laravel/laravel commit e7a111c17348d92a9f1d0c59fa61358a0f7ccabc Author: Mubashar Abbas Date: Tue Oct 18 13:07:56 2016 +0500 made it a little more consistent with the previous sentence. commit 3437566d66898f698fe1be1a68603064eef17a61 Merge: fdef1b6f 1d8dcad3 Author: Taylor Otwell Date: Mon Oct 17 09:25:59 2016 -0500 Merge pull request #4008 from vinkla/patch-1 Remove unnecessary .gitkeep commit 1d8dcad3423a373535e734ad349439e6daa8ba27 Author: Vincent Klaiber Date: Mon Oct 17 16:04:12 2016 +0200 Remove .gitkeep in migrations directory commit 0d2a2e3375310c1a98a26870d59843a64802b609 Author: Vincent Klaiber Date: Mon Oct 17 16:03:51 2016 +0200 Remove .gitkeep in seeds directory commit fdef1b6fbe5ae476d9437b2cbd57a283c653d9b1 Merge: 5b781068 63256100 Author: Taylor Otwell Date: Mon Oct 17 09:00:25 2016 -0500 Merge pull request #4007 from vinkla/patch-1 Use fullpath for validator facade commit 5b7810680d6c1fee9fff43cf246f5278efbd6360 Merge: 7a851c75 6b73fae8 Author: Taylor Otwell Date: Mon Oct 17 08:59:26 2016 -0500 Merge pull request #4001 from RonMelkhior/master Add redirectTo attribute to the reset password controller commit 63256100705a4020796fa5faa9cf780506d440e7 Author: Vincent Klaiber Date: Mon Oct 17 15:55:26 2016 +0200 Use fullpath for validator facade Added fullpath import for the validator facade. commit 7a851c75d95a1e7eacaf007f9b54ee7014a42890 Merge: 1905c965 6e8d629e Author: Graham Campbell Date: Mon Oct 17 09:21:02 2016 +0100 Merge pull request #4005 from carlosmtrinidad/master Remove space in _variables.scss commit 6e8d629ec03950a851bc1334e0392e3b648346d6 Author: Carlos M. Trinidad Date: Sun Oct 16 16:53:26 2016 -0500 Remove space in _variables.scss commit 1905c965eb241fc3409cec83ba4dfcde8ff16190 Merge: 472d6ae5 3ecc0e39 Author: Taylor Otwell Date: Sun Oct 16 15:06:04 2016 -0500 Merge pull request #4004 from diogoazevedos/schema-drop Use dropIfExists instead of drop commit 3ecc0e39ed3b6c3c1053a7a5454ebd751f69a0d4 Author: Diogo Azevedo Date: Sun Oct 16 14:34:56 2016 -0200 Use dropIfExists instead of drop commit 6b73fae8d798811a6d6f77313600cac8074ad5e1 Author: Ron Melkhior Date: Sun Oct 16 03:44:24 2016 +0300 Add redirectTo attribute to the reset password controller commit 472d6ae508174831089b0ac0a417aaf438ee82bb Merge: 38ba3280 d0fa3fcb Author: Taylor Otwell Date: Fri Oct 14 21:12:18 2016 -0500 Merge pull request #4000 from zaknes/master Add home link to welcome page commit d0fa3fcba6f7405456caac525783b6d5d02c5dc3 Author: Zak Nesler Date: Fri Oct 14 17:27:22 2016 -0400 Added home link to welcome page commit 38ba3280cc74486cf68efba2738e5fe4a8db0144 Merge: 5dc817bf f7a79a33 Author: Taylor Otwell Date: Wed Oct 12 10:16:51 2016 -0500 Merge pull request #3996 from jehadassaf/patch-1 Ignore Passport-generated OAuth keys commit f7a79a33cfa1627938deec5d2d3c0075cc86f3fb Author: Jehad Assaf Date: Wed Oct 12 15:51:50 2016 +0300 Ignore Passport-generated OAuth keys These files should not end up in source control IMO. And even though Passport is a separate package it is a first-party one and the base Laravel install should be "prepared" for it. What do you guys think? commit 5dc817bf55598fda017e3b7f39957447bda94846 Merge: 992aad03 d2886629 Author: Taylor Otwell Date: Tue Oct 11 13:59:34 2016 -0500 Merge pull request #3994 from craigpaul/master Updates laravel-elixir version for vue 2 compatibility commit d28866294b58de6ef2cc12ed26dd49024bc5c7d7 Author: Craig Paul Date: Tue Oct 11 12:12:01 2016 -0600 Updates laravel-elixir version for vue 2 compatibility commit 992aad03b09c0d05ff39783b8c08aa4ad9aaa82f Merge: ed9a82d6 a2df28fa Author: Taylor Otwell Date: Mon Oct 10 07:56:51 2016 -0500 Merge remote-tracking branch 'origin/master' commit ed9a82d6cc78c21f4da1fd98e1d10e1a32b9c423 Author: Taylor Otwell Date: Mon Oct 10 07:56:44 2016 -0500 fix comment commit a2df28face78e88c8f4ac430816fca5443f7ed35 Merge: a37215d0 f699e710 Author: Taylor Otwell Date: Fri Oct 7 19:48:55 2016 -0500 Merge pull request #3988 from arcanedev-maroc/patch-1 Fixing typehint commit f699e710adbe64876f8f0cf45173cbe9eab70c0f Author: ARCANEDEV Date: Fri Oct 7 23:31:23 2016 +0100 Fixing typehint commit a37215d0447f3f29d5a39dc42c971cec54cacd31 Author: Taylor Otwell Date: Fri Oct 7 16:39:42 2016 -0500 fix spacing commit 421b210a77ced53a4b0118b4e751e36f1bed5921 Merge: e0573e67 93e078a7 Author: Taylor Otwell Date: Fri Oct 7 16:39:08 2016 -0500 Merge pull request #3987 from barryvdh/patch-2 Add typehint for Factory commit 93e078a79dd3e6d5a74d767da30ea1483919161a Author: Barry vd. Heuvel Date: Fri Oct 7 15:08:41 2016 +0200 Add typehint for Factory commit e0573e67e00ce172ef895862d14a81cd0ca2cadf Author: Erik Telford Date: Sun Oct 2 21:33:52 2016 -0500 Use mounted instead of ready commit 6f9a450f5c43dc9c05f0af25e187e537916729cc Author: Erik Telford Date: Sun Oct 2 21:33:42 2016 -0500 Bind to #app instead of body commit 1117be09e7f38b20f9acf9430c589644b44c28ea Author: Erik Telford Date: Sun Oct 2 21:33:25 2016 -0500 Use vue 2 and elixir-vue-2 commit d880fb5f85b9db3c50c05ef6a7d185fb84126e59 Author: Taylor Otwell Date: Thu Sep 22 12:26:13 2016 -0500 no need for env commit f4606d2bb94dc9579488df61fa3744b17e91be62 Merge: 4eeec60d 76db1006 Author: Taylor Otwell Date: Thu Sep 22 10:06:36 2016 -0500 Merge pull request #3957 from WayneHarris/vue-resource Update Vue Resource commit 76db1006cca54f0364b313bef604ac59c5f9b1f0 Author: Wayne Harris Date: Thu Sep 22 10:36:43 2016 +0100 Update Vue Resource Propose updating Vue Resource. Will require changing the way the X-CSRF-TOKEN header in bootstrap.js This seems to be compatible with Larval Passport commit 54ee465deb9a83ae5956ca75fd14f3c443a630bb Author: Till Krüss Date: Wed Sep 21 13:34:46 2016 -0700 Added `database.redis.client` configuration commit 4eeec60d7a00114b5350f8bcf1c6d3a36a2206d3 Merge: a80e5bca f777e894 Author: Taylor Otwell Date: Tue Sep 20 08:38:51 2016 -0500 Merge remote-tracking branch 'origin/master' commit a80e5bca0b36e2377b884772c560f7c871d0bf1f Author: Taylor Otwell Date: Tue Sep 20 08:38:45 2016 -0500 add bus alias commit f777e894d9c6d4d88d5067cf40e75fdee32bcd5a Merge: 49a48100 dcf97180 Author: Taylor Otwell Date: Tue Sep 20 08:28:29 2016 -0500 Merge pull request #3951 from krienow/patch-d57d11 Add unique modifier commit dcf971805df5e5cb86b03ced4240c5bbbe516164 Author: Kai Rienow Date: Tue Sep 20 08:23:40 2016 +0200 Add unique modifier commit 49a48100a79c13da3de27e91b0a77742e7cb2227 Author: Taylor Otwell Date: Wed Sep 14 09:57:39 2016 -0500 different default name commit 65e73f38cbd9d5010df7bd1c3724f0417bb92b78 Merge: 31fce5c5 93d92bbb Author: Taylor Otwell Date: Wed Sep 14 09:57:21 2016 -0500 Merge branch 'develop' commit 93d92bbb9e41f287a1c16079424c48705a44a8a2 Merge: 6f685194 d829d755 Author: Taylor Otwell Date: Wed Sep 14 08:15:03 2016 -0500 Merge pull request #3942 from ramondj/patch-1 Rename variables.scss to _variables.scss commit d829d7553e6cb45e18c67e5e4bb7c8665debd753 Author: Ramon Date: Wed Sep 14 11:19:50 2016 +0200 Rename variables.scss to _variables.scss We don't need variables.scss to be compiled into CSS, because it's being imported into app.scss (and get's compiled there). Added an underscore so the Sass compiler ignores this file, which is a common practice with Sass partials (see http://sass-lang.com/guide @ Partials). commit 31fce5c503d872c5389ffbbae59310413f9f9966 Author: Taylor Otwell Date: Tue Sep 6 20:49:16 2016 -0500 change wording commit 30d0e2dcca9f673e1d364123571902872d7e88ea Author: Francisco Daniel Date: Tue Sep 6 17:39:17 2016 -0500 fix comments commit 7f06559971cd17f8675c2c4f9898da4a71e743dd Merge: 7da6edf8 78f4e85f Author: Taylor Otwell Date: Mon Sep 5 09:41:38 2016 -0500 Merge pull request #3929 from bryceadams/patch-map-api-before-web [5.3] Map API routes before Web routes commit 78f4e85f74fb903d92fd46cbdb75fc57b6aad709 Author: Bryce Adams Date: Mon Sep 5 20:54:21 2016 +1000 Map API routes before Web routes commit 7da6edf8c14772f14ff11616199fb16bd19909ae Author: Taylor Otwell Date: Fri Sep 2 08:48:07 2016 -0500 working on message commit 1562407562859a880f5f494647d5c52f8af8d44e Author: Mohamed Said Date: Fri Sep 2 15:41:18 2016 +0200 add langiage line for uploaded validation rule commit a4b53b394c29373d7ab9b061a1c6b1bb147e3b28 Merge: a70dd562 41b05603 Author: Taylor Otwell Date: Fri Sep 2 07:53:55 2016 -0500 Merge pull request #3922 from jasonmccreary/https-only-cookie-env Environment configuration for HTTPS only cookie commit a70dd5622bbf0ef8725126be75657091a22db5cb Merge: c92c724d dd1e64a7 Author: Taylor Otwell Date: Fri Sep 2 07:37:19 2016 -0500 Merge pull request #3923 from fernandobandeira/patch-1 Lang Alphabetical Order commit dd1e64a7a4cdcec6c846aed13330d6523d457b91 Author: Fernando Henrique Bandeira Date: Fri Sep 2 08:39:34 2016 -0300 Changing order commit 41b05603757a056e5312d174530253086667b628 Author: Jason McCreary Date: Thu Sep 1 21:22:34 2016 -0400 Environment configuration for HTTPS only cookie commit c92c724dbfe75c154838bb5b387d80464cec8804 Merge: d09efa26 537b6288 Author: Taylor Otwell Date: Thu Sep 1 13:21:39 2016 -0500 Merge pull request #3921 from jackmu95/add-mimetypes-translation Add missing translation for `mimetypes` validation commit 537b6288fba5181bff6011facecbf05b6de0bbb0 Author: Jacob Müller Date: Thu Sep 1 17:25:33 2016 +0200 Add missing translation for `mimetypes` validation commit d09efa26d2b0ed4a2bc9a48df5439d213ad6c052 Author: Taylor Otwell Date: Thu Sep 1 09:01:57 2016 -0500 remove irrelevant comment commit 07360db40aa6b74c399d06744a8a2d95e0e818b6 Merge: d7fb66ca 8fc2e7e0 Author: Taylor Otwell Date: Sun Aug 28 18:11:47 2016 +0100 Merge pull request #3913 from ngyikp/master Add fallback sans-serif font in case the custom font fails to load commit d7fb66ca9bd22b82961b774898d74f2d2935cd2e Merge: 1cb19ac9 330a9aaa Author: Taylor Otwell Date: Sun Aug 28 18:08:19 2016 +0100 Merge pull request #3914 from dersvenhesse/patch-1 Adding description for default inspire command commit 330a9aaa962d732103f69a05ff9e50f324549d30 Author: dersvenhesse Date: Sun Aug 28 13:17:43 2016 +0200 Adding description for default inspire command commit 8fc2e7e0a49a7f368a613b8cb9e3bb68744185fb Author: Ng Yik Phang Date: Sun Aug 28 13:53:23 2016 +0800 Add fallback sans-serif font in case the custom font fails to load commit 1cb19ac9119fbe59601ede3e039df81aa2252615 Merge: 63e0cdc4 366f8ab2 Author: Taylor Otwell Date: Fri Aug 26 22:20:33 2016 +0100 Merge pull request #3910 from restored18/master Add web.config for IIS commit 366f8ab23a11941898b4aa8504c6e7f716b8a26b Author: restored18 Date: Fri Aug 26 14:33:46 2016 -0500 Add web.config commit 63e0cdc493a0ddc217ed7c3f70043ef7cf907fd9 Merge: de81dd38 f19c16c0 Author: Taylor Otwell Date: Fri Aug 26 12:39:50 2016 +0100 Merge pull request #3909 from Rkallenkoot/patch-1 Sorted the Application Service Providers alphabetically commit f19c16c023ac87d5fddd58c8952f77902186d6c2 Author: Roelof Kallenkoot Date: Fri Aug 26 00:16:58 2016 +0200 Sorted the Application Service Providers alphabetically Minor change to stay consistent commit de81dd38d11ad991b1577a8cdf10a112ada77c6e Merge: 362383d7 9c7fad23 Author: Taylor Otwell Date: Thu Aug 25 01:21:58 2016 +0200 Merge pull request #3906 from greabock/patch-1 Change .env PUSHER_* params order commit 9c7fad23e7ed0966e6d0c585443b71d630b9be78 Author: Роман Сохарев Date: Thu Aug 25 05:57:45 2016 +0700 Change .env PUSHER_* params order jsut same order ![](http://dl2.joxi.net/drive/2016/08/25/0005/0117/381045/45/81e6171678.jpg) commit 362383d7c59555002806cd9b8ec7ec1368dc24db Merge: f5dfa205 82357a56 Author: Taylor Otwell Date: Wed Aug 24 10:28:57 2016 +0200 Merge pull request #3904 from scrubmx/patch-5 [5.3] Remove extra whitespace in config/cache.php commit 82357a563a2b8a50031f00f07353c4657718de04 Author: Jorge González Date: Tue Aug 23 22:39:29 2016 -0500 Remove extra whitespace in config/cache.php commit f5dfa2057e800e15ecc1f5609016dfbc08fc643e Author: Taylor Otwell Date: Tue Aug 23 15:14:23 2016 +0200 fix typo commit 99de565ae79eea689d78d224187265643cc07c25 Author: Taylor Otwell Date: Tue Aug 23 15:09:36 2016 +0200 change composer file commit 6f6851946b359c4867c98d662c8dd473a6ecaac6 Merge: e959c228 982e769d Author: Taylor Otwell Date: Tue Aug 23 15:08:01 2016 +0200 fix conflicts commit e959c228400341d4f2f8812606a0b16d740a2f2d Merge: b05598b5 a14dc56a Author: Taylor Otwell Date: Mon Aug 22 05:05:17 2016 -0500 Merge pull request #3899 from heruputra/patch-1 Fix order commit a14dc56a7f2f45a77c4efd3ad7878047575c6aba Author: Heru Hang Tryputra Date: Mon Aug 22 17:02:27 2016 +0700 Fix order Fix .gitignore items in alphabetical order. commit b05598b57bf9fcc0493c7951c386947850ee5fff Merge: cf0875a6 a2c075bd Author: Taylor Otwell Date: Sun Aug 21 07:49:47 2016 -0500 Merge remote-tracking branch 'origin/develop' into develop commit cf0875a655ad68bdf3204615264086ab462dd9c9 Author: Taylor Otwell Date: Sun Aug 21 07:49:37 2016 -0500 move middleware to route commit a2c075bd3019908debf3072739491324df082c37 Merge: 26895386 34357105 Author: Taylor Otwell Date: Sun Aug 21 07:35:24 2016 -0500 Merge pull request #3894 from adamwathan/53-precomputed-hash Use precomputed hash instead of bcrypt in ModelFactory commit 3435710575ad1aa9a302cbd3ac7b7a93946bb8c0 Author: Adam Wathan Date: Sun Aug 21 14:29:10 2016 +0200 Use implicit null instead of explicit commit 792dcd48c8ad9887f08db6ad9efd0890603ddd53 Author: Adam Wathan Date: Sun Aug 21 14:23:50 2016 +0200 Compute hash only once and store in static variable commit b041a0387808bb90ffa56308c70665e1c8d01efd Author: Adam Wathan Date: Sun Aug 21 12:29:55 2016 +0200 Use precomputed hash instead of bcrypt in ModelFactory commit aed59d9f7ae3d9584094afd12210f840af9e2804 Author: Mohamed Said Date: Sun Aug 21 01:17:41 2016 +0200 remove brackets commit c0b95238c9b11287c26808dfecf485a390de6256 Author: Mohamed Said Date: Sun Aug 21 01:01:52 2016 +0200 Remove defalut auth:api middleware commit 268953862ff649ccf186e6740cd2e9af40b8906a Author: Taylor Otwell Date: Fri Aug 19 16:24:19 2016 -0500 fix order commit d84c4990fd8318d4504c8974a8c9fa33a23ad6ea Merge: e596cef0 8998cf55 Author: Taylor Otwell Date: Fri Aug 19 16:24:03 2016 -0500 Merge pull request #3891 from socieboy/develop [5.3] Add BROADCAST_DRIVER on .env commit 8998cf55337a62f3dbb15ef2f100c37161e09253 Author: Frank Sepulveda Date: Fri Aug 19 10:42:01 2016 -0700 Add BROADCAST_DRIVER on .env Having pusher keys, the file should contain the key for the broadcast also. commit e596cef035836c82b2a7bb208eedf96a7997898d Merge: ffd7ad91 7571f2b5 Author: Taylor Otwell Date: Fri Aug 19 11:09:53 2016 -0500 Merge pull request #3889 from adriaanzon/patch-1 Use module name instead of path commit ffd7ad912e53bc42ec41cfb2710200c7ead2b9a8 Author: Taylor Otwell Date: Fri Aug 19 07:20:12 2016 -0500 Revert recent changes to env file. commit 7571f2b5b4ecca329cf508ef07dd113e6dbe53fc Author: Adriaan Zonnenberg Date: Thu Aug 18 21:46:38 2016 +0200 Use module name instead of path commit c7a1c7d773325c3d45fd41e3e009e3c811190d19 Author: Taylor Otwell Date: Tue Aug 16 19:44:28 2016 -0500 Ship a console routes file by default. 🌊 commit 57b57bf1b3158737e0aa058471823b23097ef7a6 Merge: 9fb8af19 97fde5bf Author: Taylor Otwell Date: Tue Aug 16 07:39:01 2016 -0500 Merge pull request #3880 from BrandonSurowiec/patch-2 Update email address commit 9fb8af19d72274ed0d78e51350e3ae684f31e7a6 Merge: 86676aa0 6f055a9b Author: Taylor Otwell Date: Tue Aug 16 07:38:53 2016 -0500 Merge pull request #3881 from BrandonSurowiec/patch-4 Update server.php email address commit 6f055a9b473ddd164fff688b551c78d3334cfe32 Author: Brandon Surowiec Date: Tue Aug 16 00:13:51 2016 -0400 Update server.php email address commit 97fde5bff9e4086629e58e10d782bbc55743e0d3 Author: Brandon Surowiec Date: Tue Aug 16 00:11:58 2016 -0400 Update email address commit 982e769d2aaa9b8a4121ac933ee1360246a43a3f Merge: b6a1152b 05235ee6 Author: Taylor Otwell Date: Mon Aug 15 19:21:15 2016 -0500 Merge pull request #3874 from lancepioch/patch-1 [5.2] Add TokenMismatchException to the dontReport array commit 86676aa02e190cc914ae132f4b7245f3f09eae1f Merge: 40e9d60e f1117043 Author: Taylor Otwell Date: Sat Aug 13 21:26:27 2016 -0500 Merge pull request #3878 from tillkruss/patch-4 Fix order commit f111704314c0204a7ac5999a7a8cc724920ef65e Author: Till Krüss Date: Sat Aug 13 18:42:51 2016 -0700 Fix order commit 40e9d60e887633bf7fdc207af2bf79b3f7cd4fbf Merge: 583fd4ed 3415beae Author: Taylor Otwell Date: Sat Aug 13 20:19:59 2016 -0500 Merge pull request #3877 from balping/patch-1 GitIgnore PHPStorm's config directory commit 3415beaebb087fdec4b1db669be91cdc4ff7a880 Author: balping Date: Sun Aug 14 02:03:34 2016 +0200 GitIgnore PHPStorm's config directory from If you open a (laravel) project in phpstorm, it places a `.idea` folder in the project root. This contains project-specific ide settings. You usually don't want to include such files in a git repo. commit 05235ee6bff52926b266ce0a295f3f2fc35451e0 Author: Lance Pioch Date: Fri Aug 12 19:07:16 2016 -0400 Add TokenMismatchException to the dontReport array commit 583fd4ed4f9ce3c33005e78e73b60f0f5e462c37 Merge: e79c0d22 4ee51720 Author: Taylor Otwell Date: Fri Aug 12 09:53:17 2016 -0500 Merge pull request #3872 from donnes/patch-1 Use const instead of var in Vue instance commit 4ee51720a355351f13b678663643cb35c958b576 Author: Donald Silveira Date: Fri Aug 12 11:43:47 2016 -0300 Use const instead of var in Vue instance Reference to Pull Request #3871 commit e79c0d222d7205b5c3091c4f7b19b763840a5c7d Merge: 7bb7adef 6d21a74c Author: Taylor Otwell Date: Fri Aug 12 09:14:13 2016 -0500 Merge pull request #3871 from diogoazevedos/use-const [5.3] Use const instead of var in require commit 7bb7adef0644950d0b73f776979539b453eaccc6 Merge: 788a6481 afb3e1c9 Author: Taylor Otwell Date: Fri Aug 12 09:07:30 2016 -0500 Merge pull request #3870 from diogoazevedos/arrow-functions [5.3] Use arrow functions instead of functions commit 6d21a74c5da48b36cde147993fe9d0e8154a9457 Author: Diogo Azevedo Date: Fri Aug 12 09:36:27 2016 -0300 Use const instead of var in require commit afb3e1c93dc889cf99cb9d6dd4030cfc8b269577 Author: Diogo Azevedo Date: Fri Aug 12 09:31:18 2016 -0300 Use arrow functions instead of functions commit 788a648165bd254a403193a84327db427079a7f4 Author: Taylor Otwell Date: Thu Aug 11 21:31:42 2016 -0500 match order to website commit e49c8aeb05ad72b48eab174ecd1f1256ac1e5088 Merge: 43c2d8ec 7b1ab656 Author: Taylor Otwell Date: Thu Aug 11 20:57:23 2016 -0500 Merge pull request #3867 from JosephSilber/remove-requests [5.3] Delete app/Http/Requests directory commit 43c2d8ec92547e4ecb83a60338e5f696dc861646 Author: Taylor Otwell Date: Thu Aug 11 14:53:58 2016 -0500 tweak variable commit 655dbadd1eceab8ff17e084b14943db59ddec40a Author: Taylor Otwell Date: Thu Aug 11 14:47:29 2016 -0500 tweaking default setup commit 47c0b45861ad251f4001bf2019ec15bdb2e876ae Merge: 8a9f89d3 b69e85c2 Author: Taylor Otwell Date: Thu Aug 11 14:33:29 2016 -0500 Merge remote-tracking branch 'origin/develop' into develop commit 8a9f89d3cfcaad12cacb74e9cb1a1eef9636811d Author: Taylor Otwell Date: Thu Aug 11 14:33:22 2016 -0500 fix wording commit b69e85c2452612295e45bae2259e71d3d2d66247 Merge: 7e41c618 530c8187 Author: Taylor Otwell Date: Thu Aug 11 11:57:19 2016 -0500 Merge pull request #3868 from tillkruss/patch-3 Use double quotes; Remove un-used fonts commit 530c8187f556d1b39c3a33a403f077a030ac9905 Author: Till Krüss Date: Wed Aug 10 15:44:56 2016 -0700 Use double quotes; Remove un-used fonts commit 7e41c61835f1f24eb8b6d9f2fd71ba6ba1515af3 Author: Taylor Otwell Date: Wed Aug 10 14:21:02 2016 -0500 rename method commit 7b1ab65623185df9d8b04718e64d743359e2dfd6 Author: Joseph Silber Date: Wed Aug 10 12:30:17 2016 -0400 Delete app/Http/Requests directory commit 24d0102fcccb5a30448d68e75ecccbff13bc3ace Author: Taylor Otwell Date: Wed Aug 10 09:16:52 2016 -0500 recompile commit 54d3f325ad8a62f94cda307e437f6f0ac0ea9669 Author: Taylor Otwell Date: Wed Aug 10 09:15:28 2016 -0500 change header commit 9c0278274bcaa7370a9810c4e7d6f791c1d6146d Author: Taylor Otwell Date: Wed Aug 10 09:14:25 2016 -0500 simplify csrf token retrieval. remove package. commit e6cc60349df90190c5c5597e0980bb7f636a3866 Author: Taylor Otwell Date: Mon Aug 8 16:10:19 2016 -0500 add notification facade commit 1b126d09821e469baab33ec2085ebcc850afeddd Merge: 51113bd5 58337189 Author: Taylor Otwell Date: Sun Aug 7 12:27:04 2016 -0500 Merge pull request #3865 from svenluijten/javascript-docblock-missing-word Fix missing word in docblock commit 5833718910eefcbb77fb3b19a89ba1fcefd4a7e9 Author: Sven Luijten Date: Sun Aug 7 12:18:10 2016 +0200 Vue is a library, not a framework commit 727eda71f291574bc1723ef4af2c460e937a0ae3 Author: Sven Luijten Date: Sat Aug 6 22:48:40 2016 +0200 fix missing word in docblock the word "framework" was missing. I also managed to make the docblock fit Laravel's style by changing around some of the wording while keeping the general message the same. commit 51113bd5317f4f847462d1470474ab2897d11e46 Author: Taylor Otwell Date: Fri Aug 5 15:51:19 2016 -0500 Default broadcasting driver to null. commit 1426bdda4043cd9370ca2414634985ce96d428e7 Merge: 9df814e5 30a9cbf5 Author: Taylor Otwell Date: Fri Aug 5 15:44:53 2016 -0500 Merge pull request #3864 from laravel/analysis-8KgoeQ Applied fixes from StyleCI commit 30a9cbf54e717587700591f29a0c46740b5294ff Author: Taylor Otwell Date: Fri Aug 5 16:44:47 2016 -0400 Applied fixes from StyleCI commit 9df814e5126185291cf9e1fa0a9de09777f4cc4f Author: Taylor Otwell Date: Fri Aug 5 15:44:29 2016 -0500 Tweak a few broadcasting configurations. commit 5fad3768cb834f037b2a6fae2fb354da0dd8e4c1 Merge: 41c0eec7 de80aad4 Author: Taylor Otwell Date: Fri Aug 5 14:28:29 2016 -0500 Merge remote-tracking branch 'origin/develop' into develop commit 41c0eec70c8d485be62a36c370c50919d8ff976d Author: Taylor Otwell Date: Fri Aug 5 14:28:22 2016 -0500 tweak broadcast service provider commit de80aad4ce4f0e26e43f976ee6f2787b4ece4bd4 Merge: 89a43434 b7d684ef Author: Taylor Otwell Date: Fri Aug 5 09:51:17 2016 -0500 Merge pull request #3854 from jhoff/phpmd_compliance Compliance with commonly used phpmd rules commit 89a43434e77aecb7fc94119f6fae7216296b0155 Merge: 4c2e1ed7 6e91cc6a Author: Taylor Otwell Date: Fri Aug 5 09:43:51 2016 -0500 fix cons commit 4c2e1ed7dbe6e1686aeaf83c969d89bc0c428a98 Merge: 64ae3d5a 4c271f0f Author: Taylor Otwell Date: Fri Aug 5 09:43:15 2016 -0500 working on welcome page commit 4c271f0f4bfc297a52976af4cb48f584e21e3acf Author: vijay kumar Date: Fri Aug 5 02:33:06 2016 +0530 Removes padding on html/body to kill the scrollbar and top right links fixes commit 6e91cc6ad36d1bd045c1e3a1342d6b784a628b9e Merge: 64ae3d5a 88e55f41 Author: Taylor Otwell Date: Thu Aug 4 15:50:17 2016 -0500 Merge pull request #3861 from laravel/revert-3853-develop Revert "Removes padding on html/body to kill the scrollbar" commit 88e55f41d2dab4c7b1c6ad8f3ba54dc70b9fafb1 Author: Taylor Otwell Date: Thu Aug 4 15:50:11 2016 -0500 Revert "Removes padding on html/body to kill the scrollbar" commit 64ae3d5a7e98111c1b75b3322ea0a9ec6bf55dfc Merge: a39c52c6 6709c69f Author: Taylor Otwell Date: Thu Aug 4 08:22:36 2016 -0500 fix cons commit 6709c69f3c23115090e38a5919fa14943406226d Merge: 196c2675 3807819d Author: Taylor Otwell Date: Thu Aug 4 08:22:18 2016 -0500 Merge pull request #3858 from laravel/analysis-XV0reP Applied fixes from StyleCI commit a39c52c67dae96854fe3addc95af68bddd95cb98 Author: Taylor Otwell Date: Thu Aug 4 08:22:16 2016 -0500 remove test code commit 3807819dd05c8445c041faff2ed51b36066afe5a Author: Taylor Otwell Date: Thu Aug 4 09:22:13 2016 -0400 Applied fixes from StyleCI commit 196c2675626ba1ac1ca8381af8d4f8cffebc8e3a Merge: 3b2f29ec bcf39350 Author: Taylor Otwell Date: Thu Aug 4 08:21:57 2016 -0500 resolve conflicts and clean up file commit 3b2f29ec26488e3fd677af1dc1e8015f7af513e0 Merge: 054bb040 66946dcf Author: Taylor Otwell Date: Thu Aug 4 07:57:29 2016 -0500 Merge pull request #3853 from jackmcdade/develop Removes padding on html/body to kill the scrollbar commit 054bb0405669153b6156f83f8e321f1d11e03a0e Merge: 5d0ecde4 dfb33e24 Author: Taylor Otwell Date: Thu Aug 4 07:50:00 2016 -0500 resolve conflicts commit 5d0ecde4cf65c055dc6147fc2cac1ac60683ca15 Author: Taylor Otwell Date: Thu Aug 4 07:49:27 2016 -0500 get rid of space commit dfb33e245d4f7a8fb19783b255df398ea504cdf0 Merge: d0f90f9b f89a244c Author: Taylor Otwell Date: Thu Aug 4 07:49:17 2016 -0500 Merge pull request #3857 from laravel/analysis-qMe1Y4 Applied fixes from StyleCI commit f89a244c0ffdc9122d0ef216dfa9b8b82b2ee64a Author: Taylor Otwell Date: Thu Aug 4 08:49:12 2016 -0400 Applied fixes from StyleCI commit b6a1152baf0b31417ef0fce630fd4e2af80eb823 Merge: 14f79f19 e083273d Author: Taylor Otwell Date: Thu Aug 4 07:49:02 2016 -0500 Merge pull request #3856 from laravel/analysis-zGgD5r Applied fixes from StyleCI commit d0f90f9bfd66573c213f9e1a1097be44878ecb36 Merge: ab453a7e 14f79f19 Author: Taylor Otwell Date: Thu Aug 4 07:49:02 2016 -0500 Merge branch 'master' into develop commit e083273d97c75fe885178a711a8660e70684b536 Author: Taylor Otwell Date: Thu Aug 4 08:48:57 2016 -0400 Applied fixes from StyleCI commit 14f79f19e34f398d3f16dd24db24af1400068502 Merge: f2421123 936addce Author: Taylor Otwell Date: Thu Aug 4 07:48:41 2016 -0500 Merge pull request #3855 from BartHuis/patch-1 give newbees a package service providers section, preventing adding after application commit 936addceefec2093bc8d010d2cba9a361dae2a0e Author: Bart Huisman (also known as VolgensBartjes) Date: Thu Aug 4 11:55:08 2016 +0200 give newbees a package service providers section, preventing adding after application when i started, i ended up putting all package specific service providers just at the bottom of the application service providers. But when making a route group like domain.com/{keyword}, the packages that are registering its own url's, not work anymore (like now when i installed the translations manager from barryvdh). When putting them above the app specific, everything works. So just give it to the user as a default place? commit ab453a7e82fcb348eae7bc453fddf321a4741db4 Author: Taylor Otwell Date: Wed Aug 3 13:16:30 2016 -0500 Add default address in mail config. commit b7d684ef82276d8470e03cb8c538887d5f54e898 Author: Jordan Hoff Date: Wed Aug 3 10:10:35 2016 -0500 Compliance with commonly used phpmd rules commit 66946dcf3c503fdcb975809d28df69c4f4f09787 Author: Jack McDade Date: Wed Aug 3 10:07:31 2016 -0400 Removes padding on html/body to kill the scrollbar commit bcf3935071a3b5454c0b0374c28a5bc635118466 Author: Phil Bates Date: Mon Aug 1 21:57:25 2016 +0100 Wrap .env.example variable values in quotes When the developer copies .env.example to .env they are unlikely to add quotes to the values in .env. When the developer needs to set the value of an environment variable to a value containing a space, as none of the existing values in .env are quoted, the developer is unlikely to wrap this new value with spaces in quotes. This will result in an error, as The vlucas/phpdotenv library throws an error when setting an environment variable to a value with a space. Quote all default environment variables by default, reducing the likelihood of the developer ever receiving the error relating to environment variables needing to be quoted when they contain spaces. This excludes true, null etc. even though wrapping them in quotes would still result in the desired behaviour, as it is more intuitive to see these special types not wrapped in quotes. The current default values in .env.example don't contain any spaces, so this commit will make no difference out of the box; its only purpose is to help out the developer further down the line on the day when they need to set an environment variable to a value containing spaces. Also, the vlucas/phpdotenv library docs currently uses quoted variables in every example, so quoting .env.example's values will lead to more consistency with those docs. This will likely stop any confusion for the developer when reading the vlucas/phpdotenv docs. See laravel/framework#14586, laravel/docs#2223 commit f2421123e3df8fc9de8c2df9a0d75e7257787219 Merge: 56585752 007c0190 Author: Taylor Otwell Date: Tue Aug 2 07:47:08 2016 -0500 Merge pull request #3850 from crynobone/default-app-key [5.2] Remove default APP_KEY value commit 007c0190a383ea2e5c152db075c68332a858ff90 Author: crynobone Date: Tue Aug 2 08:09:41 2016 +0800 [5.2] Remove default APP_KEY value Signed-off-by: crynobone commit 7f24b9183a1604e5d1592714b5605f332ad9c2e3 Author: Taylor Otwell Date: Mon Aug 1 10:54:47 2016 -0500 working on landing page commit ca7c9732809cb60b80b4be64e0cdefdc5c5b7834 Author: Taylor Otwell Date: Mon Aug 1 08:51:52 2016 -0500 fix length commit 133bd9ddd2f0877046435d73b5466d46c628dc2b Merge: 4c6abcd1 813c9411 Author: Taylor Otwell Date: Mon Aug 1 09:51:15 2016 -0400 Merge pull request #3841 from ac1982/patch-1 [5.3] fix wrong spelling commit 4c6abcd17d9a0479bd0bd0ce4018b2018a3cd889 Merge: 9f930044 42930edb Author: Taylor Otwell Date: Mon Aug 1 09:46:57 2016 -0400 Merge pull request #3845 from mayoz/patch-3 [5.3] web group sort by name commit 9f9300442dfedd0cfcc2d565ab0f9cdf804d91e1 Merge: 0203d5d8 288e361a Author: Graham Campbell Date: Sat Jul 30 17:42:21 2016 -0400 Merge pull request #3842 from spyric/develop Remove removed routes file commit 42930edb0cf2debc77f3257a72a4b3f86ee54eb2 Author: Sercan Çakır Date: Sat Jul 30 23:36:24 2016 +0300 sort by name commit 288e361affbb1fb3b5ea3b8ad0c74baff227ed4f Author: Egor Talantsev Date: Sat Jul 30 12:02:46 2016 +0500 Remove removed routes file commit 813c9411b600487a828088b4aa01cee2f150a743 Author: Alex Date: Sat Jul 30 14:30:05 2016 +0800 fix wrong spelling applications commit 0203d5d866edab2b258a24aa770af34bc04a2dfa Merge: 2a8c38ac 56585752 Author: Graham Campbell Date: Thu Jul 28 15:13:28 2016 -0400 Merge branch 'master' into develop commit 56585752121d8fb60106536f7d169e9d4b2b4415 Merge: e72d4a86 2f0ec593 Author: Taylor Otwell Date: Wed Jul 27 23:14:20 2016 -0400 Merge pull request #3840 from hikouki/master Modify post-root-package-install script. commit 2f0ec593bcda949e18e8d80af7bf4a106a186325 Author: hikouki Date: Thu Jul 28 12:10:54 2016 +0900 Modify post-root-package-install script. Idempotence. commit 2a8c38ac31d6ae92ccf04501af723557b61a2438 Author: Taylor Otwell Date: Tue Jul 26 15:39:57 2016 -0400 compile assets commit 9cce61be27cc327aff4704e97057f612ccfa1bab Merge: 41e2efb0 0cfc40e7 Author: Taylor Otwell Date: Tue Jul 26 15:37:39 2016 -0400 Merge pull request #3839 from PascaleBeier/develop [5.3] Make use of Bootstrap 3.3.7 with jQuery 3 support commit 0cfc40e790de996722cb7f53352114fd7938ce7f Author: PascaleBeier Date: Tue Jul 26 17:11:10 2016 +0200 Make use of Bootstrap 3.3.7 with jQuery 3 support commit 41e2efb0ad38223e453fbf55ded038259bca7684 Author: Taylor Otwell Date: Mon Jul 25 18:39:48 2016 -0400 update package json commit 4cc30225eee60833719d22681584cb8623afef32 Author: Taylor Otwell Date: Sun Jul 24 23:47:31 2016 -0500 Tweak stub width. commit 9659e8db112d4729f6ea26f1571ff1909197b065 Author: Taylor Otwell Date: Sun Jul 24 23:00:18 2016 -0500 Example component. commit e2b297b9fc11f48a14378195c5e6b18691982914 Author: Taylor Otwell Date: Sun Jul 24 22:22:23 2016 -0500 Tweak marketing text. commit 8f66f4b6e95b383785a39a8a1ab1f74b388e0950 Author: Taylor Otwell Date: Sun Jul 24 22:17:23 2016 -0500 Tweak default files. commit eedac025eb97a2c5050dc8bdc9519b94dcb95828 Author: Taylor Otwell Date: Sun Jul 24 20:19:25 2016 -0500 Slim down examples. commit 7bb44a2542a39b22c06f24a62edcd94565bae876 Author: Taylor Otwell Date: Sun Jul 24 20:07:16 2016 -0500 Tweak variables. commit ff70fac5b8d00241957d3122a3579d0dbc89961b Author: Taylor Otwell Date: Sun Jul 24 15:02:01 2016 -0500 Fix test. commit c309b4fda02a3bc327bb06dd8ee1ae94207330e2 Author: Taylor Otwell Date: Sun Jul 24 09:20:40 2016 -0500 add forge to links commit 40ae68102aecd62b550d69875f78f11b83bef80d Author: Taylor Otwell Date: Sat Jul 23 21:19:43 2016 -0500 tweak variables commit cfb5a68cd427be5d82677eb86b05cf0cbc531394 Author: Taylor Otwell Date: Sat Jul 23 21:17:56 2016 -0500 work on default styling commit 1cbbf41c0c168187e1086cfc8ea00e81324bd0f2 Author: Taylor Otwell Date: Sat Jul 23 20:23:25 2016 -0500 Remove some unneeded variables. commit 6f2541f14fc697519c239e34ff3e97351156257b Author: Taylor Otwell Date: Sat Jul 23 18:19:10 2016 -0500 new welcome page commit e5cb0a350a3b82d9b611d909085fb031c0e0c206 Author: Taylor Otwell Date: Sat Jul 23 18:05:38 2016 -0500 working on sass commit 467e00d9d48940cd6e0e8b96574fd5c4673002fc Author: Taylor Otwell Date: Sat Jul 23 18:03:43 2016 -0500 working on sass commit abe35a095c0525afc1b85dc4ccbf4b8b86ba7d2f Author: Taylor Otwell Date: Sat Jul 23 17:51:50 2016 -0500 working on sass commit f41a400cfdb4cf7f116b2db1f3da69f6cb63d337 Author: Taylor Otwell Date: Sat Jul 23 16:43:11 2016 -0500 Tweak a few variables. commit 24766d479d6fb978a7b00b838225ead63f983e9a Author: Taylor Otwell Date: Sat Jul 23 15:39:33 2016 -0500 redirect to home if authed commit 592b7a2bd9452def0458bf2b41bd5f6cfca27f55 Author: Taylor Otwell Date: Sat Jul 23 15:00:53 2016 -0500 add compiled assets commit 3f5da4fb76b69e7738283289445237301bf0ef75 Author: Taylor Otwell Date: Sat Jul 23 14:56:55 2016 -0500 Include the font in the Sass. commit e9fe020c0c394775e65a236ae494d9fd88a32f47 Author: Taylor Otwell Date: Sat Jul 23 13:40:49 2016 -0500 sample js component commit eb289b417071f3400a1ea6fc0024f8489a3c2724 Author: Taylor Otwell Date: Sat Jul 23 12:28:02 2016 -0500 tweak js bootstrapping commit 0699994de0c1894dd3788994482b3ac8485c5261 Author: Taylor Otwell Date: Sat Jul 23 11:39:15 2016 -0500 add files commit 3f197331b6de88f3b2ce1a3470c328b1b5f42f1c Author: Taylor Otwell Date: Sat Jul 23 11:39:11 2016 -0500 bootstrap vue in app.js commit fd569a3785b116a9ca37b75c779ba24bec189b67 Author: Taylor Otwell Date: Fri Jul 22 14:53:03 2016 -0500 Name this option "retry_after" for clarity. commit 3cc0388ed70ee921d5d3f92a8caf870abba55197 Author: Taylor Otwell Date: Fri Jul 22 14:40:53 2016 -0500 Use expire for consistency. commit ea52a963869f6f798ba7d3df995c4f0630775134 Author: Taylor Otwell Date: Thu Jul 21 11:49:28 2016 -0500 Remove mandrill as a default configuration since it's fallen out of popularity. commit 73375150bb45cd1cafc53b150892309560d31585 Merge: 1cc411d1 e34ac8cb Author: Taylor Otwell Date: Wed Jul 20 16:31:42 2016 -0500 Merge remote-tracking branch 'origin/develop' into develop commit 1cc411d17fe8b083ad2f15a3598dbe74bf15dd1d Author: Taylor Otwell Date: Wed Jul 20 16:30:46 2016 -0500 remove directories. let them be jit created. commit 93cdacf32c4a4fd9b0bc23c5ab9ba056b3882291 Author: Taylor Otwell Date: Mon Jul 18 10:41:51 2016 -0500 remove word commit e34ac8cb308f888b2bd8a7238ed3824cb5c8dcd5 Merge: 517d8d4f 76f9ea7e Author: Taylor Otwell Date: Fri Jul 15 21:59:10 2016 -0700 Merge pull request #3833 from KennedyTedesco/5.3-provider [5.3] Remove register() from BroadcastServiceProvider commit 517d8d4f2c526b81795290cc013a2c16224a9930 Author: Taylor Otwell Date: Fri Jul 15 18:06:18 2016 -0700 Remove web config by default. commit 76f9ea7e0429da528e3d9bc52ff25f321e271ce1 Author: Kennedy Tedesco Date: Fri Jul 15 22:05:50 2016 -0300 [5.3] Remove register() from BroadcastServiceProvider commit cdbbe862ce22c4ca1d2646e60950d3dcffd93533 Author: Taylor Otwell Date: Fri Jul 15 10:07:47 2016 -0500 Jeffrey says stay with web pack. commit 203d79fb2c6a8b1c671896e8c683beb6a235f3f8 Author: Taylor Otwell Date: Fri Jul 15 09:46:10 2016 -0500 Use rollup by default instead of web pack. commit 5ccd0865529c46cabd09a965dcfb5fe272c9f6f0 Author: Taylor Otwell Date: Thu Jul 14 16:48:59 2016 -0500 Remove aliases. commit dc3d82f03f57a1713cf3fe1b18a444002d6fce32 Author: Taylor Otwell Date: Thu Jul 14 16:48:22 2016 -0500 Add aliases. commit 4507429d9aa365703c40b0f89ff7959d56a34622 Merge: e7a03b45 e72d4a86 Author: Graham Campbell Date: Thu Jul 14 11:23:10 2016 -0700 Merge branch 'master' into develop commit e72d4a86e82e6612701289566db985baabeac6c4 Merge: 02274da8 2c834ad5 Author: Graham Campbell Date: Thu Jul 14 11:22:46 2016 -0700 Merge branch '5.1' commit e7a03b45380e97a3a4922c13582ad10f43485b55 Author: Taylor Otwell Date: Thu Jul 14 11:27:12 2016 -0500 Stop aliasing a bunch of classes by default. This is not a breaking change since upgrade aliases will still work. commit db5d228f2bb3efe27d76eb7a27aa53a1cada66a8 Merge: 7ec26ce9 5183501c Author: Taylor Otwell Date: Thu Jul 14 09:36:40 2016 -0500 Merge pull request #3831 from laravel/analysis-XW6KOy Applied fixes from StyleCI commit 5183501c1b2e22144480bfd189684729c9468f12 Author: Taylor Otwell Date: Thu Jul 14 10:36:36 2016 -0400 Applied fixes from StyleCI commit 7ec26ce9167fae5cabcf8cb120b8a373f73597be Author: Taylor Otwell Date: Thu Jul 14 09:36:17 2016 -0500 Tweak location of routes files. commit 2b05ce3b054593f7622c1be6c4c6aadc1c5a54ae Author: Taylor Otwell Date: Mon Jul 11 15:44:50 2016 -0500 Just use facades in service providers. commit ebc1be018c591249605ffabceb841e3d5615fa52 Author: Taylor Otwell Date: Mon Jul 11 10:39:10 2016 -0500 update color commit eb24741ced048b61c1bf8b4b6996789b4b43e396 Author: Taylor Otwell Date: Sun Jul 10 21:07:27 2016 -0500 Default JS file. commit 05d0058f3078f474e909be6e14e15befe3ebceb2 Author: Taylor Otwell Date: Sun Jul 10 16:54:02 2016 -0500 elixir version commit 15e1abde15613df405ad3cc90bebc6680d2dfe2a Author: Taylor Otwell Date: Sun Jul 10 16:38:48 2016 -0500 tweak package file commit 677c1bdef3984db46045f2cd8ab8fda811329e62 Author: Taylor Otwell Date: Sun Jul 10 16:35:03 2016 -0500 import class commit 173e0efc1234a3108f45f26ff8617c91f2d40b90 Author: Taylor Otwell Date: Sun Jul 10 16:28:20 2016 -0500 add variables file commit b5a8c27991d2ed77d66265bbe1e20db5ff4a5cf4 Author: Taylor Otwell Date: Sun Jul 10 15:31:28 2016 -0500 add files commit 9c817e7aef04a218d7746b81f583d67d54ec8c92 Author: Taylor Otwell Date: Sun Jul 10 15:31:23 2016 -0500 use new auth features commit e1696205c744291d27b5bb2ce481cd69b36007ee Author: Taylor Otwell Date: Sun Jul 10 11:35:03 2016 -0500 consistency commit 4a44a0d3d5831bdcabfd0831f4b2ddd14e8e96bc Author: Taylor Otwell Date: Sun Jul 10 09:39:37 2016 -0500 no longer need this trait out of the box commit 9ecfa9cf8ead645a762f7b42bed8cb035db5f2be Author: Taylor Otwell Date: Sun Jul 10 08:48:46 2016 -0500 specify middleware directly commit d72e3f3af558acc00448273b5bf18469af975c4d Merge: c0898cc7 02274da8 Author: Taylor Otwell Date: Sat Jul 9 11:28:21 2016 -0500 fix conflicts commit 02274da8fd04f7fe57ff97fe00bd99a7c4cd1d7c Author: Taylor Otwell Date: Sat Jul 9 11:27:46 2016 -0500 code formatting commit e3bd984b012fdd05a43d3c9fd5db0f5e986edbb5 Author: Kamaro Lambert Date: Sat Jul 9 11:44:42 2016 +0200 Removed unnecessary else commit 98ca59dc8ca553ceaf654275b350a1e7157c2d03 Merge: ba1e9ad8 a2c081fd Author: Taylor Otwell Date: Tue Jul 5 08:46:57 2016 -0500 Merge pull request #3826 from ngyikp/master Add a fallback sans-serif font in case the custom font fails to load commit a2c081fd58ec8578e6445584234671a385b575de Author: Ng Yik Phang Date: Tue Jul 5 19:31:21 2016 +0800 Add fallback sans-serif font in case the custom font fails to load commit ba1e9ad8287a80a717a371acb5102c5d0e2d153f Merge: 20513516 cd032040 Author: Taylor Otwell Date: Fri Jul 1 08:16:37 2016 -0500 Merge pull request #3824 from byCedric/master Add language line for file validation rule commit cd032040441787c827aa07c428ae753281b685df Author: Cedric van Putten Date: Fri Jul 1 10:52:07 2016 +0200 Add language line for file validation rule. commit c0898cc71a85f9f9df3c7bd47fb56181297aed89 Merge: 95757147 34eb11fa Author: Taylor Otwell Date: Thu Jun 30 09:11:50 2016 -0500 Merge pull request #3823 from crynobone/feature/notification [5.3] Password broker would always use notifications::email view. commit 34eb11faee2e396a935f8e777e16c24f9931fdc7 Author: crynobone Date: Thu Jun 30 21:03:16 2016 +0800 [5.3] Password broker would always use notifications::email view. Signed-off-by: crynobone commit 9575714700fd1c1796f7376a4bdc65d3683409ff Author: Taylor Otwell Date: Wed Jun 29 21:02:16 2016 -0500 Add notifiable trait to default user. commit 20513516265df20e0107a5cfd04aa561d1ac7ad8 Merge: d6ca0a6d d3aff652 Author: Taylor Otwell Date: Wed Jun 29 08:39:32 2016 -0500 Merge pull request #3822 from halaei/expire-90 expire jobs after 90 seconds commit d3aff652bdebe006442a575df647d59baddee903 Author: halaei Date: Wed Jun 29 12:11:40 2016 +0430 expire jobs after 90 seconds commit d6ca0a6dc6f0bd44787b122cbed14568f77bb2b3 Merge: 6e380aa8 7e4c6e84 Author: Taylor Otwell Date: Fri Jun 24 15:55:04 2016 -0500 Merge pull request #3819 from jrean/patch-1 Added session domain env configuration commit 6e380aa8f2a4c1b4bc68174a56c0b83bc279c3a3 Merge: 47d7e2d4 be7b2627 Author: Taylor Otwell Date: Fri Jun 24 10:33:14 2016 -0500 Merge pull request #3820 from sbine/master Make password_resets.created_at nullable commit be7b2627aeede542db30814e511080c98803ec38 Author: Sara Bine Date: Thu Jun 23 17:14:50 2016 -0600 Make password_resets.created_at nullable Prevents MySQL assigning default CURRENT_TIMESTAMP Related issue: laravel/framework#11518 commit 7e4c6e84dff0f381cf7f7f0cc1e519fab59c4cfd Author: Jean Ragouin Date: Wed Jun 22 23:10:07 2016 +0800 Added session domain env configuration Session domain value available with env configuration https://github.com/laravel/laravel/pull/3806 commit 737b5eb3ef8b8c72a322eaedd5f7e6a1a2f65c38 Author: Taylor Otwell Date: Wed Jun 22 09:57:59 2016 -0500 stub notifications commit b787586514b5c024de858be72549c9bdf11a578e Author: Taylor Otwell Date: Wed Jun 22 08:48:58 2016 -0500 expects json commit 51addd6c63aaa06fb63a3081dea47d66ce6397ef Merge: bd358bdc 8e7672fc Author: Taylor Otwell Date: Wed Jun 22 08:38:13 2016 -0500 Merge pull request #3817 from JosephSilber/unauthenticated-json [5.3] Return JSON for unauthenticated AJAX requests commit 8e7672fc040691e8707a30588045d15540def051 Author: Joseph Silber Date: Wed Jun 22 08:46:26 2016 -0400 Return JSON for unauthenticated AJAX requests commit bd358bdc0f3d9b0d4a63fc2df1942dac8be6d644 Merge: e5dfb052 07c95968 Author: Taylor Otwell Date: Sun Jun 19 13:07:47 2016 -0400 Merge pull request #3815 from vlakoff/pdo-fetch-style [5.3] Use proper PDO fetch style commit 07c95968b7681498f81c9e8ef008310ada72342b Author: vlakoff Date: Sun Jun 19 05:16:51 2016 +0200 Use proper PDO fetch style commit 47d7e2d490c969a91d8aaad735bf36b5dba53bfa Merge: 767801a3 a20533c5 Author: Taylor Otwell Date: Tue Jun 14 20:20:03 2016 -0400 Merge pull request #3811 from jerguslejko/fix/supported-drivers-docs List supported drives in cache and broadcasting configs commit a20533c5116b67db0ba489bc70294cc6f857b88b Author: Jerguš Lejko Date: Tue Jun 14 20:15:26 2016 +0200 List supported drives in cache and broadcasting configs commit e5dfb052473c93f23dfc951f42afcfabbf4a6d58 Author: Taylor Otwell Date: Mon Jun 6 21:43:34 2016 -0500 message updates commit edc5cee942ba27dbe527107e166d1c53623e3bf2 Merge: b6bd1850 767801a3 Author: Taylor Otwell Date: Sat Jun 4 09:37:46 2016 -0500 Merge branch 'master' into develop commit 767801a317928ac968bdc34270ccc87b5c41e057 Author: Taylor Otwell Date: Sat Jun 4 09:37:32 2016 -0500 working on formatting commit 7259c265e69221e11c53cccd58a56e3b2db4cc76 Author: Michael Dyrynda Date: Sat Jun 4 09:58:04 2016 +0930 Add application log level configuration This config option ties in with changes in fbd6e77 that were tagged in v5.2.35 of the framework. commit bee4dc163226b70c69f66ecda8e29f5981021885 Merge: b4024058 7a449f86 Author: Taylor Otwell Date: Thu Jun 2 07:47:40 2016 -0500 Merge pull request #3799 from drawmyattention/patch-1 Make TestCase abstract commit 7a449f86b98c0dce844a129ba40d3881c04df586 Author: Amo Chohan Date: Thu Jun 2 13:14:42 2016 +0100 Make TestCase abstract commit b6bd185048951fd725ce75f5f5d4702c0c0be7e8 Merge: f95f384b b4024058 Author: Graham Campbell Date: Mon May 30 12:03:49 2016 +0100 Merge branch 'master' into develop commit f95f384ba36b2bb86384061782a1d9225ddf5087 Merge: 19f85378 4f018159 Author: Taylor Otwell Date: Sun May 29 21:39:25 2016 -0500 Merge pull request #3791 from JosephSilber/authorize-namespace [5.3] Update `can` middleware to new namespace commit 4f018159b8865155fff3a47e0b7bb878902328d3 Author: Joseph Silber Date: Sun May 29 22:27:14 2016 -0400 Update can middleware to new namespace commit b4024058bb87f77f73192890b656e7eb113730d4 Merge: b6b948aa 93529687 Author: Taylor Otwell Date: Sun May 29 15:03:07 2016 -0500 Merge pull request #3789 from luqmanrom/master Add missing Mandrill secret keys in config.services commit 9352968734aa339c47218a931ba85b9b0d58fe23 Author: Luqman Rom Date: Sun May 29 21:47:02 2016 +0800 Add missing Mandrill secret keys in config.services commit 19f85378298e81dd227c814ed9e9bbd7f9c0b5da Author: Taylor Otwell Date: Thu May 26 13:53:39 2016 -0500 fix namespace commit 233c93f8105de7808a4f45c0b9ff8a1226efe2b1 Merge: cedde2d9 94505250 Author: Taylor Otwell Date: Thu May 26 13:49:15 2016 -0500 Merge pull request #3787 from JosephSilber/core-authenticate [5.3] Remove the Authenticate middleware commit 945052508f6c7a00909fd91e5bb9be14d0cbac53 Author: Joseph Silber Date: Thu May 26 09:30:32 2016 -0400 Use the Authenticate middleware from core commit cedde2d934750ac38c35b257aad6ddeda15eb923 Author: Taylor Otwell Date: Thu May 26 10:00:14 2016 -0500 cleaning up commit 3ddaf3f901fefd1b17c782472542c3462a9b8430 Merge: c332ad95 d26314de Author: Taylor Otwell Date: Thu May 26 08:16:54 2016 -0500 Merge pull request #3783 from JosephSilber/authenticate [5.3] Make the Authenticate middleware throw an AuthenticationException commit c332ad9582e71d4f77aec018c388ea0239997cd6 Author: Taylor Otwell Date: Wed May 25 09:24:11 2016 -0500 fix typo commit 2ed45ebb5cb65e112d964fdc8e216545d50cd2be Merge: e7ff2bfb e98a2708 Author: Taylor Otwell Date: Wed May 25 09:22:05 2016 -0500 Merge pull request #3781 from laravel/bindings [5.3] Added the new bindings middleware commit d26314de20f4165f7276646b97ff70ae18e096ff Author: Joseph Silber Date: Wed May 25 09:49:44 2016 -0400 Move the full response logic into the unauthenticated method commit b069ff0d0c0c50f7b516d1852bba45fa33a25a94 Author: Joseph Silber Date: Sun May 22 15:00:11 2016 -0400 update exception handler with AuthenticationException commit 6dfc0229b2f4ec4d72bf7361d7e81ff62e5d4b5e Author: Joseph Silber Date: Sun May 22 14:50:39 2016 -0400 Make the Authenticate middleware throw an AuthenticationException commit b6b948aaf750f5f074cbf45289cac1621617189b Merge: 0d762a22 336d80c1 Author: Taylor Otwell Date: Wed May 18 09:22:14 2016 -0700 Merge pull request #3767 from sadika9/fix_password_reset_guest_middleware [5.2] Get guest middleware using guestMiddleware() method in ResetsPasswords commit e98a2708bcfd4b9d4338c5f2887e29ea0c333d58 Merge: 332731f8 728151f5 Author: Taylor Otwell Date: Fri May 13 13:19:46 2016 -0500 Merge pull request #3780 from laravel/analysis-8LZ3WJ Applied fixes from StyleCI commit 728151f5de78f1168132cda54d9dc9fe0f5ea33a Author: Graham Campbell Date: Fri May 13 14:19:42 2016 -0400 Applied fixes from StyleCI commit 332731f88b1aa20173c5344f34dd700a49414827 Author: Graham Campbell Date: Fri May 13 19:19:27 2016 +0100 Added the new bindings middleware commit e7ff2bfb4d6ca306f0fcf2b449ab51ce549bbf16 Author: Taylor Otwell Date: Thu May 12 22:53:02 2016 -0500 update method commit 37ce8b50ce8af59b1d6e74d871d4e298e80ac687 Merge: 6f4c3336 8fc0df14 Author: Taylor Otwell Date: Thu May 12 08:40:15 2016 -0500 Merge pull request #3778 from scrubmx/patch-3 [5.3] Add "sslmode" setting for PostgreSQL connection commit 8fc0df14bbdbd19c888da048d875c1d109083904 Author: Jorge González Date: Thu May 12 00:59:15 2016 -0500 Add "sslmode" setting for PostgreSQL connection The commit https://github.com/laravel/framework/commit/586bffa1d758e09114821b694b5e800cc9bbfb5f added support for sslmode in PostgresConnector.php and sslmode has been around since postgres version 9.1 (2011). This change makes it possible to specify sslmode from the config file. Also serves as documentation to other developers so they don't have to dive deep into the code to figure out that it's posible to set this option. The posible values for sslmode are: disable, allow, prefer, require, verify-ca, verify-full The default value is "prefer". http://www.postgresql.org/docs/9.5/static/libpq-ssl.html#LIBPQ-SSL-PROTECTION commit 0d762a22da6d90b6c5377d385c26caab41b0651e Merge: f8cddc00 da64a014 Author: Taylor Otwell Date: Wed May 11 09:31:04 2016 -0500 Merge pull request #3775 from themsaid/dimensions-lang-line Add language line for image dimensions validation rule commit 6f4c333678f9ab448b5126356c29792682f9c3c5 Merge: 59f2d490 f237656c Author: Taylor Otwell Date: Wed May 11 09:25:31 2016 -0500 Merge pull request #3777 from Adam14Four/develop [5.3] Enabled MySQL "strict" mode by default commit f237656c687bec2c53a09c9eefbe9c897aacdf1c Author: Adam14Four Date: Tue May 10 12:30:43 2016 -0700 Enabled MySQL "strict" mode by default commit 59f2d49074a76d8863cd9aecfb23edf1c1651fcc Author: Taylor Otwell Date: Mon May 9 11:16:31 2016 -0500 stub out commands method in console kernel commit da64a014e749d1d4164b147fe79bfd7d86158aa5 Author: Mohamed Said Date: Mon May 9 17:49:14 2016 +0200 Add language line for image dimensions validation rule commit a97b9e0c7c24aadf84cb620bb0d26ed37bc0120f Author: Taylor Otwell Date: Wed May 4 09:31:54 2016 -0500 fix comment commit 26ef4713051eea3416b727e455f6f0f1017e59b6 Merge: 81aea745 d68d4dc9 Author: Taylor Otwell Date: Wed May 4 09:30:29 2016 -0500 Merge branch 'feature/session-store-config' of https://github.com/tomcastleman/laravel into tomcastleman-feature/session-store-config commit 81aea74578e956fe672f8c78b546a9b0c01ff6b3 Merge: b358fe47 f8cddc00 Author: Taylor Otwell Date: Wed May 4 09:30:19 2016 -0500 Merge branch 'master' into develop commit d68d4dc9cd6013fb3eaa37f8b5726b9ea80c5abe Author: Tom Castleman Date: Mon May 2 17:27:52 2016 +0100 adds configuration for session cache store commit f8cddc00000d29087cae784e2685bac5545848f4 Merge: 76b8ef72 382857a8 Author: Taylor Otwell Date: Sun May 1 22:13:00 2016 -0500 Merge pull request #3770 from tillkruss/patch-2 Use Bootstrap 3.3 commit 382857a8a7b83aba932290908ad09a10dc0c1d4a Author: Till Krüss Date: Sun May 1 16:23:09 2016 -0700 Use Bootstrap 3.3 Unless there is a reason why not? commit b358fe473d10f09390ad543b9461054418991fa2 Author: Taylor Otwell Date: Sun May 1 10:07:37 2016 -0500 spacing commit 3173f1c072b76a554fedd4d3553819314aeec8fc Merge: da662e40 9dc2d603 Author: Taylor Otwell Date: Sun May 1 10:06:47 2016 -0500 Merge pull request #3768 from tomcastleman/patch-1 [5.3] Add config for new Memcached features commit 9dc2d60336414a985fdfc1fd5d4430a46515d9f8 Author: Tom Castleman Date: Fri Apr 29 17:45:51 2016 +0100 Add config for new Memcached features Adds config for persistent connections, SASL authentication, and custom options commit 336d80c1f1d164319b9a7dbce24b6e6b012bd64d Author: Sadika Sumanapala Date: Sat Apr 30 12:39:22 2016 +0530 Get guest middleware using guestMiddleware() method guestMiddleware() defined on ResetsPasswords trait This change is required to fix issue #13383 Depends on pull request laravel/framework#13384 commit da662e40ec5b464b64188dbe650b668f08be0b72 Author: Taylor Otwell Date: Fri Apr 29 22:40:08 2016 -0500 working on broadcasting commit 749528db0c85c69349f8e8af564378cf9457a1d8 Author: Taylor Otwell Date: Thu Apr 28 10:28:26 2016 -0500 remove unneeded trait commit e3d2b68c4998897b057cdaf0acabc38675b972e4 Merge: 020bf231 76b8ef72 Author: Taylor Otwell Date: Wed Apr 27 15:48:59 2016 -0500 Merge branch 'master' into develop commit 76b8ef720400b0c0bf4cdab39c354e8addef7dd9 Author: Taylor Otwell Date: Wed Apr 27 08:01:12 2016 -0500 remove post install just in case it causes problems commit 020bf231ba334ad2e67c4e4568842984e0db9211 Merge: 0909dc25 d359343c Author: Graham Campbell Date: Wed Apr 27 14:00:46 2016 +0100 Merge branch 'master' into develop commit eee2a8b7c8de7b9ac8698270defe943e584ed2a4 Merge: d359343c 909f063c Author: Taylor Otwell Date: Wed Apr 27 08:00:19 2016 -0500 Merge pull request #3763 from vinkla/npm Add npm scripts commit 909f063c28e9c1a9811d8785626da93b04524be5 Author: Vincent Klaiber Date: Wed Apr 27 14:43:47 2016 +0200 Add npm scripts commit d359343ca2fadfa0af24a5e7881f847eedf764df Merge: b2ca69f3 cf1c1487 Author: Taylor Otwell Date: Sun Apr 24 20:16:16 2016 -0500 Merge pull request #3760 from tillkruss/patch-1 Switch to `.scss` commit cf1c1487784655d293dcd6856ae6ae7b426ea322 Author: Till Krüss Date: Fri Apr 22 19:39:28 2016 -0700 Switch to `.scss` commit 2c834ad59c63535ea6e22c659ede67c0ddce1874 Author: Graham Campbell Date: Fri Apr 15 22:49:14 2016 +0100 Respect PSR-2 commit 70f8bb6e08f0232c306826282b995bb5670a0efa Merge: 94c9db25 a6e0a2d1 Author: Taylor Otwell Date: Tue Apr 5 09:06:24 2016 -0500 Merge pull request #3738 from laravel/backport [5.1] Backport various changes commit a6e0a2d190e1f219069f80434248658a5a0f79fa Author: Graham Campbell Date: Tue Apr 5 11:23:29 2016 +0100 Backport the composer script fixes commit 2dd40dfb40a005094ac50ccf6d1d96a4041807f9 Author: Graham Campbell Date: Tue Apr 5 11:22:53 2016 +0100 Backport the phpunit fixes commit 3a2cfbc2f4f59e4c602781a8a49931c487d65f55 Author: Graham Campbell Date: Tue Apr 5 11:22:29 2016 +0100 Backport the better faker default commit 2c446984a12f01952e9df8df1b91687e78dfe200 Author: Graham Campbell Date: Tue Apr 5 11:22:18 2016 +0100 Backport some env tweaks commit b2ca69f31843ece0f1bf29c7099591c2a4b16ec8 Merge: 9fa63f8c ce25be19 Author: Graham Campbell Date: Tue Apr 5 11:15:13 2016 +0100 Merge pull request #3737 from laravel/tweak Tweaked config commit ce25be19ebfa73b53972518de629632931e77af7 Author: Graham Campbell Date: Tue Apr 5 11:15:06 2016 +0100 Tweaked config commit 9fa63f8ce856ec4b5c7869cd5cd597b66590ea38 Merge: 933e6c61 0d8e71cd Author: Graham Campbell Date: Fri Apr 1 22:06:45 2016 +0100 Merge pull request #3733 from jcxm360/patch-1 Update Kernel.php commit 0d8e71cd9296fc1a6186c514d2114c4ac94289f6 Author: Juan Martinez Date: Fri Apr 1 16:00:36 2016 -0500 Update Kernel.php commit 933e6c61eb7aa012cb68d31d91188862f3aa801a Merge: 5450b318 541e6678 Author: Graham Campbell Date: Fri Apr 1 20:44:55 2016 +0100 Merge pull request #3730 from laravel/typo Fixed typo commit 541e66789b47172aea60311a85c34669922784be Author: Graham Campbell Date: Fri Apr 1 20:27:17 2016 +0100 Fixed typo commit 5450b3180f5bd75cc1117248f8fe70fd12ba57e1 Merge: 72581c0b 28ea52d1 Author: Taylor Otwell Date: Fri Apr 1 13:25:56 2016 -0500 Merge pull request #3725 from laravel/phpunit Fixed up the phpunit config commit 72581c0b984f8ddec1e1c6845c28b6abb37c854f Merge: 32318c38 39ba051a Author: Taylor Otwell Date: Fri Apr 1 13:19:40 2016 -0500 Merge pull request #3723 from JosephSilber/authorize-middleware Add support for the authorize middleware and AuthorizesRequests trait commit 32318c385a3e851600bd3b7a2a624f74b2f46ee5 Merge: 3fc105d3 ae1f3923 Author: Taylor Otwell Date: Wed Mar 30 18:50:41 2016 -0500 Merge pull request #3726 from laravel/patch Bump package versions commit ae1f39230942a5d32758cbb886441a31de4b2fa5 Author: Jeffrey Way Date: Wed Mar 30 16:17:01 2016 -0400 Bump package versions commit 28ea52d10b69b5cdf6fe72fe2acb5594022e1a8e Author: Graham Campbell Date: Wed Mar 30 19:52:07 2016 +0100 Fixed up the phpunit config commit 39ba051a78c30c1829dd560c4e726a832bb8aab3 Author: Joseph Silber Date: Tue Mar 29 21:48:12 2016 -0400 Add support for the authorize middleware and AuthorizesRequests trait commit 0909dc25727254ee1db0a8de9f26de7f39dc707e Merge: b1b524d7 3fc105d3 Author: Graham Campbell Date: Wed Mar 30 13:11:35 2016 +0100 Merge branch 'master' into develop commit b1b524d78b3910956c62d633dffbe993b05c94f0 Merge: 4f4d378d f7d05cbb Author: Taylor Otwell Date: Mon Mar 28 09:08:55 2016 -0500 Merge pull request #3718 from JosephSilber/default-auth-driver Set the default driver from the Authenticate middleware commit f7d05cbbaa707951e943703d84d5a39c8bc88623 Author: Joseph Silber Date: Mon Mar 28 09:48:35 2016 -0400 Set the default driver from the Authenticate middleware commit 94c9db25c3168ff58bd36cc18defe088ebeefc1f Merge: 8c27cb56 3a555f92 Author: Taylor Otwell Date: Mon Mar 28 08:16:22 2016 -0500 Merge pull request #3717 from mauri870/5.1 [5.1] Fix clear-compiled error during composer installation commit 3a555f9214e8ab1aa783908783461e111220a2ea Author: Mauri de Souza Nunes Date: Mon Mar 28 07:08:48 2016 -0300 Fix clear-compiled on composer install commit 3fc105d3d409daf20fe646db79d5995f4ba893e8 Merge: 8edf5803 40e5e164 Author: Taylor Otwell Date: Fri Mar 25 14:29:48 2016 -0500 Merge pull request #3699 from barryvdh/patch-1 [5.2] Use ComposerScripts commit 8edf58030ecdbfc521a415cc9bd42b7b2b28cfe9 Merge: cd0a9020 fb0f915d Author: Taylor Otwell Date: Fri Mar 25 07:59:03 2016 -0500 Merge pull request #3709 from MadMikeyB/patch-1 Update .env.example commit fb0f915d4bdab84364b6cd304e8a8601f78e8be1 Author: Michael Burton Date: Fri Mar 25 11:53:57 2016 +0000 Update .env.example add DB_CONNECTION as env variable - it is already checked for in config/database.php commit cd0a902061681d543e2ea349a2c8b4f51381a10b Merge: 1c43882c eb7743f5 Author: Taylor Otwell Date: Thu Mar 24 10:06:01 2016 -0500 Merge pull request #3698 from dakira/master [5.2] Allow for setting sqlite database via env commit 1c43882c823cbe749db7666cb80b6e40a32d955e Merge: 34d2509e a77fa359 Author: Taylor Otwell Date: Wed Mar 23 17:05:52 2016 -0500 Merge pull request #3701 from laravel/analysis-87anp3 Applied fixes from StyleCI commit 34d2509e84bff9d4ca244626543354a6e795b853 Merge: bcc54357 e316be4c Author: Taylor Otwell Date: Wed Mar 23 17:05:30 2016 -0500 Merge pull request #3702 from laravel/analysis-XZl3KP Applied fixes from StyleCI commit e316be4cec21d284fdef1e45663f7ca6c4b42cc8 Author: Taylor Otwell Date: Wed Mar 23 18:05:26 2016 -0400 Applied fixes from StyleCI commit a77fa359d9fa9a974f4c3677a67fadf4299e8b6c Author: Taylor Otwell Date: Wed Mar 23 18:05:18 2016 -0400 Applied fixes from StyleCI commit bcc54357bdb80c5ffcf41bdda222706b7aee5637 Author: Taylor Otwell Date: Wed Mar 23 17:05:17 2016 -0500 add to comment commit 5c30c98db96459b4cc878d085490e4677b0b67ed Author: Taylor Otwell Date: Wed Mar 23 17:04:42 2016 -0500 just use web group by default commit 40e5e164a91d12f6d95c2db74cbf592b85448fd6 Author: Barry vd. Heuvel Date: Wed Mar 23 15:27:01 2016 +0100 Use ComposerScripts Use ComposerScripts to avoid loading any configuration/compiled files. commit 1d5e88d0fb687d8ea57a85f9e5d11e7e63685ae2 Author: Taylor Otwell Date: Tue Mar 22 13:49:35 2016 -0500 update default routes file commit eb7743f57777afc0f7feccf68f98d1fcc093bf1e Author: Matthias Niess Date: Mon Mar 21 20:58:55 2016 +0100 allow for setting sqlite database via env commit 4f4d378d6a321934a1ab03732de116ed7604350c Merge: 8aa5af73 703197e2 Author: Taylor Otwell Date: Mon Mar 21 09:57:14 2016 -0500 Merge pull request #3685 from JosephSilber/multi-auth Allow passing multiple gaurds to the auth middleware commit e52b1f71d56a068fd545e47141c72c91ff4eeaca Author: Taylor Otwell Date: Mon Mar 21 09:13:22 2016 -0500 fix wording commit 9d14fe2d7eab3bcb3ae582848ee91f24800cceda Author: mzaalan Date: Mon Mar 21 14:12:38 2016 +0200 Set HttpOnly flag commit 80240e9b9ed1442d400a4db5fa85368b9f72ac55 Merge: a925d6c9 4013369e Author: Taylor Otwell Date: Fri Mar 18 07:34:09 2016 -0500 Merge pull request #3690 from kevinsimard/master Ignore schedule files commit a925d6c9fde9c70dd95cb8e378a633ed3752034f Merge: 91c6e716 92343008 Author: Taylor Otwell Date: Fri Mar 18 07:33:46 2016 -0500 Merge pull request #3692 from guilhermegonzaga/patch-1 Update of the doc for equals to Model commit 9234300833c0f23321510253a66d77fa7ada45df Author: Guilherme de Oliveira Gonzaga Date: Thu Mar 17 17:18:53 2016 -0300 Update of the doc for equals to Model commit 703197e27acc99d8771f0baf4440916470fa8c81 Author: Joseph Silber Date: Mon Mar 14 22:47:17 2016 -0400 Allow passing multiple gaurds to the auth middleware commit 4013369e28772b158af8d7138401fe2ea9490391 Author: Kevin Simard Date: Thu Mar 17 09:59:23 2016 -0400 Ignore schedule files commit 91c6e716773d379ecaecc97a9e7183e0970b63b1 Merge: a282304f 4fec844e Author: Taylor Otwell Date: Wed Mar 16 12:21:40 2016 -0500 Merge pull request #3687 from barryvdh/patch-1 Remove pre-update-cmd commit 4fec844eb957890eab7c94c5454e6e25ae103fe7 Author: Barry vd. Heuvel Date: Wed Mar 16 08:37:44 2016 +0100 Remove pre-update-cmd Can't rely on being able to run php artisan, before updating. commit 8aa5af73721e315a332b505ca51f53d322a3f605 Merge: 6654309e a282304f Author: Taylor Otwell Date: Sun Mar 6 19:56:49 2016 -0600 Merge branch 'master' into develop commit a282304f35dc719a6810d2f180d0cdd87d69af3e Merge: d998b5bd 0da3df2a Author: Taylor Otwell Date: Sun Mar 6 19:56:40 2016 -0600 Merge remote-tracking branch 'origin/master' commit d998b5bd0392f76dcaa461fdec919658947c2e65 Author: Taylor Otwell Date: Sun Mar 6 19:56:30 2016 -0600 formatting commit 0da3df2afc22a305ad171be4ffe0ac2d49ae5b4d Merge: f7487993 590593e0 Author: Taylor Otwell Date: Wed Mar 2 14:42:42 2016 -0600 Merge pull request #3682 from jadjoubran/patch-1 Fixed order of password validation in registration commit 590593e0af1924627c195e66e1428b3348e0fb36 Author: Jad Joubran Date: Wed Mar 2 20:48:02 2016 +0100 Fixed order of password validation in registration commit f74879938f3c83b4e2d52483b02d391313a6bdad Merge: ec0e06e7 789c75c2 Author: Taylor Otwell Date: Tue Mar 1 20:16:51 2016 -0600 Merge pull request #3678 from themsaid/add-land-line-for-in_array Add language line for the in_array validation rule commit da5d3d84fe5953470c1c4062feb9a44fbd010103 Author: Davide Bellini Date: Wed Mar 2 01:04:24 2016 +0100 Added SparkPost config commit 789c75c24ace662218d4656d3754fc343e34bac6 Author: Mohamed Said Date: Tue Mar 1 17:15:58 2016 +0000 Add language line for the in_array validation rule commit ec0e06e7830aa0f7b76ecf1f1325be84ceabea06 Author: Taylor Otwell Date: Tue Mar 1 08:23:00 2016 -0600 cleaning up configs commit 8dbd26020ae09d0563c092a484471ae9efa890d6 Author: TGM Date: Tue Mar 1 14:31:07 2016 +0200 Replaced TAB with space commit 9fc55e84644e4199d763a7acdea42bc4734a1eae Author: TGM Date: Tue Mar 1 14:29:05 2016 +0200 Added DB_PORT as a default enviroment variable commit fc12337663642b626de0e8c2e7f728f3e6f2208e Merge: 7093812f b5163000 Author: Taylor Otwell Date: Mon Feb 29 10:00:41 2016 -0600 Merge pull request #3675 from yava9221/master clearing redundancy commit b51630005bc326665c6549e7770df08bdaf6b503 Author: yava9221 Date: Mon Feb 29 08:42:43 2016 -0700 clearing redundancy commit 7093812f807d3292194e80a5f01886d2ed4729a4 Merge: 83fd3f29 c36799dd Author: Taylor Otwell Date: Sun Feb 28 11:11:09 2016 -0600 Merge pull request #3674 from themsaid/language-for-distinct Add language line to the validation "distinct" rule commit c36799dddeaff2a0129b2dc2a18d34651463b9a8 Author: Mohamed Said Date: Sun Feb 28 17:08:13 2016 +0000 Add language line to the validation "distinct" rule commit 83fd3f29e7fa5f65a6aa52d3d2b5821cbe3729f0 Merge: aa07b0c6 fa6c48d2 Author: Taylor Otwell Date: Fri Feb 26 09:27:48 2016 -0600 Merge pull request #3672 from themsaid/add-language-line-for-present-validation-rule Add language line for the "present" validation rule. commit fa6c48d27c54d7495e64a9ace39392d29014e46a Author: Mohamed Said Date: Fri Feb 26 14:59:54 2016 +0000 keep the lines sorted commit ef6b5a6343f6e1b0ab48e7feb5fac5a07584752d Author: Mohamed Said Date: Fri Feb 26 08:49:55 2016 +0000 Add language line for the "present" validation rule. commit aa07b0c6999102bbd4eab74376d71ed0ec1a6454 Merge: 754d78ec 531629e4 Author: Taylor Otwell Date: Tue Feb 23 21:12:28 2016 -0600 Merge pull request #3670 from SammyK/password-column-fix Fix password column for future hashing commit 531629e442b147fcbb172ebbf0d57deb4f5a60ee Author: SammyK Date: Tue Feb 23 20:07:18 2016 -0600 Fix password column for future hashing commit 754d78ec8e754f59702d097cd6249f96462e3a97 Merge: 62d62a05 dec39262 Author: Taylor Otwell Date: Mon Feb 22 22:19:36 2016 -0600 Merge remote-tracking branch 'origin/master' commit 62d62a0524f501f1aa9b54db8110ae7d3b892fe4 Author: Taylor Otwell Date: Mon Feb 22 22:19:31 2016 -0600 update method call commit dec392623ace11469b5252f93d51438f7c247c8f Merge: 413c88f1 73c6898e Author: Taylor Otwell Date: Mon Feb 22 10:38:04 2016 -0600 Merge pull request #3668 from lucasmichot/feature/master/eof Ensure files finish with a LB commit 73c6898e1de53e6ad6e0b32557a3f01c8af2288c Author: Lucas Michot Date: Mon Feb 22 10:23:06 2016 +0100 Ensure files finish with a LB commit 413c88f114b7ff637d20a694f1da5249b911f7d1 Merge: e4f7ff9e e8e73c88 Author: Graham Campbell Date: Sat Feb 20 20:27:42 2016 +0000 Merge pull request #3666 from krienow/patch-56c8bf Add newline character. commit e8e73c886666ee93f30e53ce1d57093ff8884f46 Author: krienow Date: Sat Feb 20 20:37:02 2016 +0100 Add newline character. commit e4f7ff9ef1cdafbdab9e4bc8b93a74bf51eade2a Merge: 770f8a74 278c4188 Author: Taylor Otwell Date: Wed Feb 17 20:29:42 2016 -0600 Merge pull request #3661 from AdenFraser/AppUrlEnv APP_URL added to Environment Configuration commit 278c41887ce73914dc0ee645eb13ae4e5b60f1b0 Author: Aden Fraser Date: Wed Feb 17 23:28:21 2016 +0000 APP_URL added to Environment Configuration commit 770f8a7453c26e2b6c96ee1adaaadf035e7ca1d9 Merge: b1ccb8f0 94b568b5 Author: Taylor Otwell Date: Tue Feb 16 13:53:22 2016 -0600 Merge pull request #3660 from anthonyholmes/master Rename commented default seeder call commit 94b568b59d61444bab06e34ada887214d843220f Author: Anthony Holmes Date: Tue Feb 16 13:42:33 2016 -0600 Rename commented default seeder call Rename commented default seeder call to be consistent with official docs commit b1ccb8f0de707e0cf6daec0d37a927441c084ede Merge: 40f96304 0ab4b1d5 Author: Taylor Otwell Date: Tue Feb 16 13:37:39 2016 -0600 Merge pull request #3659 from camilorojas/patch-1 Missing point commit 0ab4b1d5aa4c860a8aeae59f337662d5a4e2c222 Author: Camilo Rojas Date: Tue Feb 16 14:45:04 2016 -0300 MIssing point commit 40f9630449d32d95eaf638974f5d15993a9cfe51 Merge: c751b33d 00e5c446 Author: Taylor Otwell Date: Tue Feb 16 07:42:37 2016 -0600 Merge pull request #3658 from martinbean/patch-2 Use safeEmail() in user factory instead commit 00e5c4465cd42c4ed8be3c8ee8aa9c6f09df5f87 Author: Martin Bean Date: Tue Feb 16 12:02:26 2016 +0000 Use safeEmail instead Faker’s `email` method can accidentally generate email addresses. This ensures “safe” addresses are only ever generated by the factory, to avoid spamming actual mailboxes if mail was sent in a loop etc. commit c751b33d01c02aa332745c24f685282520fb16c7 Author: Taylor Otwell Date: Fri Feb 12 09:05:19 2016 -0600 add to gitignore commit 85e6774d2ec7badaa0924f9d45635cd204cc9093 Author: Taylor Otwell Date: Thu Feb 11 10:19:57 2016 -0600 simplify filesystem default config commit 00f07ff382ad363b47f15b822b6feacc8b0ac631 Merge: 8e137b52 7aa988d4 Author: Taylor Otwell Date: Wed Feb 10 16:56:42 2016 -0600 Merge remote-tracking branch 'origin/master' commit 8e137b525c18a8ad3b37e6bc483950ff7d2d921e Author: Taylor Otwell Date: Wed Feb 10 16:55:42 2016 -0600 adding public directory to app storage commit 6654309ed22e2c17acbf332093788276e2ab700b Merge: e18a57c1 7aa988d4 Author: Graham Campbell Date: Fri Feb 5 14:33:51 2016 +0000 Merge branch 'master' into develop commit 7aa988d491435963909ba4a8f31ebfbce03df5bc Merge: 01e3d8f2 89d693b5 Author: Taylor Otwell Date: Thu Feb 4 08:36:50 2016 -0600 Merge pull request #3645 from david-ridgeonnet/patch-1 Added default engine in configuration commit 89d693b5e611ee82a4c8d7db1b538ecf7625fcd5 Author: david-ridgeonnet Date: Wed Feb 3 14:34:03 2016 +0000 Added default engine in configuration commit e18a57c1ff9c6e8fd5c03471bda9f9209d1c3774 Merge: 6cccc9cc 01e3d8f2 Author: Graham Campbell Date: Fri Jan 29 22:23:05 2016 +0000 Merge branch 'master' into develop commit 01e3d8f28840909f2ac3d0cd32c4989d8e28f064 Merge: ce7c1fed db6bb6a3 Author: Taylor Otwell Date: Fri Jan 29 13:17:29 2016 -0600 Merge pull request #3640 from martinbean/patch-1 [5.2] Make Memcached options configurable. commit ce7c1fedb39530d31475891f56b834c8eeb77ae0 Merge: eb59458d 2b1cc831 Author: Taylor Otwell Date: Fri Jan 29 08:22:20 2016 -0600 Merge pull request #3641 from jspringe/fix-envexample .env.example - Changed localhost to 127.0.0.1 commit 2b1cc83171883af71f3eb073f3e2637887b700d3 Author: jspringe Date: Thu Jan 28 13:42:43 2016 -0500 Changed localhost to 127.0.0.1 commit db6bb6a36917e259fa655a8d8543daaa7199988a Author: Martin Bean Date: Thu Jan 28 15:38:52 2016 +0000 Make Memcached options configurable. commit eb59458d175e757a1e952f552b5eb3c6518a2ab5 Merge: 70355f30 ccdba9ff Author: Taylor Otwell Date: Sun Jan 24 13:08:28 2016 -0600 Merge pull request #3637 from gaomd/fix-readme Fix title heading level in readme.md commit 70355f306606acce1cae759fedbe7dde58de3fff Merge: c6931d26 85e8d21e Author: Taylor Otwell Date: Sat Jan 23 11:32:08 2016 -0600 Merge pull request #3636 from paulvl/master Handle authorization header commit 85e8d21ef2320977d6f205ef793dc595ed5638d3 Author: Paul Vidal Date: Sat Jan 23 12:02:55 2016 -0500 handle authorization header commit ccdba9ff6f8c96439e4f1bc57a9388997cf94f66 Author: Mengdi Gao Date: Sun Jan 24 00:55:54 2016 +0800 Fix title heading level in readme.md commit c6931d266a89efbb59236d6c2c7eca3a208a09a1 Merge: e46a73dd 5b3c5f3f Author: Taylor Otwell Date: Fri Jan 22 12:00:37 2016 -0600 Merge pull request #3635 from JacobBennett/patch-1 [5.2] Don't return a login page to a JSON request commit 5b3c5f3f4ecaa3e429bf7af25210c1d03b36494e Author: Jacob Bennett Date: Fri Jan 22 10:01:39 2016 -0600 Don't return a login page to a JSON request Currently, any unauthorized API requests that pass through the `auth` middleware get a redirect to the login page. Adding the `wantsJson` flag to the conditional corrects this behavior. commit 6cccc9ccc276e0a659bc0611177ff023009239e6 Merge: 84c7435d e46a73dd Author: Graham Campbell Date: Thu Jan 14 16:12:06 2016 +0000 Merge branch 'master' into develop commit e46a73ddb71d0f27025db499af5e6c60d7e297ed Merge: c83c0b97 a07fcf28 Author: Taylor Otwell Date: Thu Jan 14 10:08:58 2016 -0600 Merge remote-tracking branch 'origin/master' commit c83c0b97f10f0ffcabb5c8819dac86cd9f0bd9eb Author: Taylor Otwell Date: Thu Jan 14 10:08:49 2016 -0600 change exception commit a07fcf280373840a6e56fa52abb7946b7aef1441 Merge: e6dff087 115083bd Author: Taylor Otwell Date: Wed Dec 30 07:15:01 2015 -0600 Merge pull request #3613 from n1c/patch-1 Fix tab to spaces in web.config commit 115083bdf2b4b7791f287746c739ad36b251d768 Author: Nic Date: Wed Dec 30 12:06:35 2015 +0200 Fix tab to spaces in web.config commit 84c7435dee206a528441e1c0a001c83720007ebe Author: Graham Campbell Date: Sun Dec 27 16:11:56 2015 +0000 Updated for 5.3 commit e6dff08752745a58501a5c2fd83c1e075b95c440 Merge: 2b940ce5 99b97ca7 Author: Taylor Otwell Date: Fri Dec 25 07:10:59 2015 -0600 Merge pull request #3606 from phecho/patch-1 Change redirecTo in AuthController commit 99b97ca7ca6e06ca6667473f6f8359a4e10f122d Author: phecho Date: Fri Dec 25 15:41:28 2015 +0800 Change redirecTo in AuthController commit 2b940ce5ec5d82afd326d8363a12f34493370ad4 Author: Taylor Otwell Date: Wed Dec 23 12:02:21 2015 -0600 return statement not needed here commit ad173afa5f3def123df3ea0a3b4073edfe2cf10c Merge: 54d1845b 8f6a6d8d Author: Taylor Otwell Date: Tue Dec 22 14:51:58 2015 -0600 Merge pull request #3601 from vinicius73/master Disable demonstration command commit 8f6a6d8df0cf09cab4bb28f12094cb8ca39d1e57 Author: Vinicius Reis Date: Tue Dec 22 17:50:14 2015 -0200 Disable demonstration command If the purpose of the command is to demonstrate, does not become nescessário leave it enabled by default. commit 54d1845b70080450b7f3263de33b314f83d93640 Merge: becd774e 2e7560ab Author: Taylor Otwell Date: Mon Dec 21 20:37:08 2015 -0600 Merge pull request #3597 from KennedyTedesco/minor-5.2 [5.2] Remove unused import commit 2e7560ab2a19a86ea6602b41c3358c22eb470ad3 Author: Kennedy Tedesco Date: Mon Dec 21 20:23:09 2015 -0200 [5.2] Remove unused import commit becd774e049fb451aca0c7dc4f6d86d7bc12256c Author: Taylor Otwell Date: Mon Dec 21 11:26:25 2015 -0600 update dependencies commit 6d1bb6d4ed9a984579a0f833e082f1a90e9b0d4e Merge: 895c5fea 6dcb3ac7 Author: Graham Campbell Date: Sun Dec 20 20:15:19 2015 +0000 Merge pull request #3596 from brayniverse/patch-1 Typo in docs commit 6dcb3ac73e362731ff1bb5ecf375a2fa6ceda54a Author: Christopher L Bray Date: Sun Dec 20 19:57:26 2015 +0000 Typo in docs Should be _separate_ not _seperate_ :) commit 895c5fead87ad8261d75784c65648720df904481 Author: Taylor Otwell Date: Wed Dec 16 15:18:11 2015 -0600 readable name commit 8c7ebc5f819d1faa83c5e9590aa6615ce04d9640 Author: Taylor Otwell Date: Wed Dec 16 11:55:37 2015 -0600 change order of scripts commit 638b261a68913bae9a64f6d540612b862fa3c4dd Author: Taylor Otwell Date: Tue Dec 15 16:58:41 2015 -0600 Change default view. commit 1865c2993edf9327a922c037d4fb50cce5e1a042 Author: Taylor Otwell Date: Tue Dec 15 15:01:35 2015 -0600 use provider for consistent language commit ba857ca50e85fa8ba89ef21033ec1e69b1f6161c Author: Taylor Otwell Date: Mon Dec 14 19:35:30 2015 -0600 Uncomment example. commit 435104304e9f6afc326f639cf3d884ae60644617 Author: Taylor Otwell Date: Mon Dec 14 16:37:16 2015 -0600 Basic token configuration. commit 3eb8613ff8a5d86ada32f1e0e011d36b89219c1f Author: Taylor Otwell Date: Mon Dec 14 09:44:17 2015 -0600 Comment fix. commit 171de278d764db35ea3074d2e06a8d134fcb35da Author: Taylor Otwell Date: Sun Dec 13 14:31:19 2015 -0600 Note of explanation. commit 1546149198d6c75fade1c1964bda0cb3abd449cf Merge: b70dbaf7 a98759b2 Author: Taylor Otwell Date: Fri Dec 11 16:50:21 2015 -0600 Merge pull request #3591 from laravel/analysis-zdEQ98 Applied fixes from StyleCI commit a98759b2644c46f0f17ad838c340e11ad1711587 Author: Taylor Otwell Date: Fri Dec 11 17:50:16 2015 -0500 Applied fixes from StyleCI commit b70dbaf7a1fbcd5204eaa62d9064a8a5ceb6f79c Author: Taylor Otwell Date: Fri Dec 11 16:49:20 2015 -0600 define an api group as an example commit fa3495a28dcaf64ce74672f5b8687d9e2f7b4be9 Author: Taylor Otwell Date: Fri Dec 11 16:31:19 2015 -0600 comment changes commit 527306a14c53bf904d68abd7267628b52069f624 Author: Taylor Otwell Date: Wed Dec 9 13:36:47 2015 -0600 Remove terminology for "web routes". commit 587e514719f11a4f146266d82b28be971e6af34f Author: Taylor Otwell Date: Wed Dec 9 11:12:27 2015 -0600 Middleware groups, define web group, configure routes file. commit 60d782a1bb25d8a9685261adb009cb5f6067b003 Author: Taylor Otwell Date: Tue Dec 8 15:28:26 2015 -0600 remove unneeded service provider commit 7ef3839fbf0ba65898ea34bf41cf23cbb3710fca Author: Taylor Otwell Date: Tue Dec 8 14:25:11 2015 -0600 adding env to app config commit 1d0853b638a6fb0594cc0a3b5154072aa76e9e2e Author: Taylor Otwell Date: Mon Dec 7 21:27:16 2015 -0600 Add throttle middleware. commit ede3202d6674026b22ac5ba033d844aca944fc6c Merge: 48fb9517 8c27cb56 Author: Taylor Otwell Date: Mon Dec 7 12:05:50 2015 -0600 Merge branch 'master' into develop commit 8c27cb56d0603938691107094eb70cbba2907c88 Author: Taylor Otwell Date: Mon Dec 7 12:05:42 2015 -0600 default to null commit 48fb9517d2a1d52e19ffe5988a02b056b4dba2cd Merge: b6625f5c 4fba29c0 Author: Taylor Otwell Date: Mon Dec 7 12:04:59 2015 -0600 fix conclits commit 4fba29c0ec7da3e12b7d8a6e08fdff3de11826f0 Author: Taylor Otwell Date: Mon Dec 7 12:03:49 2015 -0600 fix problems commit 1173e19293d89442a65c783b74b5e57f231b639d Merge: 6722b100 a33c66cf Author: Taylor Otwell Date: Mon Dec 7 12:02:49 2015 -0600 Merge branch 'master' of https://github.com/SyntaxC4/laravel into SyntaxC4-master commit b6625f5ced0b38775d1cad38703408b087807cf9 Merge: 36db347a b81af30b Author: Taylor Otwell Date: Sun Dec 6 14:46:56 2015 -0600 Merge remote-tracking branch 'origin/develop' into develop commit 36db347a0c5f4088ee1befe81cf735aa65dd5149 Author: Taylor Otwell Date: Sun Dec 6 14:46:51 2015 -0600 remove iron config. moved to package commit b81af30b93ef08a630e0123bc633212df1bf5175 Author: Graham Campbell Date: Sun Dec 6 19:50:14 2015 +0000 Remove default key commit 2ea2ae0f3ffe43a24fd856ab576a0f4db3a70e03 Author: Taylor Otwell Date: Sat Dec 5 21:56:17 2015 -0600 allow guard to be specified on middleaware commit c2c8ab6f5f26ab91a83f26370ee2a589611a5a67 Author: Taylor Otwell Date: Sat Dec 5 21:52:46 2015 -0600 line length commit 2adbbbd91e9d6e2d569cc56f138b7273efe25651 Author: Taylor Otwell Date: Fri Dec 4 22:50:20 2015 -0600 update config commit ba7137dcb005813eb1155c8243430febd52e24f3 Author: Taylor Otwell Date: Thu Dec 3 23:11:04 2015 -0600 update routes and middleware commit 3fa12671ce44808fa12fc880e6492b82d5cb3497 Author: Taylor Otwell Date: Thu Dec 3 22:26:09 2015 -0600 adjusting comments commit ff35b10a3d8eb08e3be5dfff028d1b5a6ab8d127 Author: Taylor Otwell Date: Thu Dec 3 22:08:12 2015 -0600 working on config commit b0160f5ed6f4da24a060407bd5ab136f3e58166e Author: Taylor Otwell Date: Thu Dec 3 17:10:09 2015 -0600 update defaults commit 0898381839e8e7d99f87bbd7b7d5c05a09bb054a Author: Taylor Otwell Date: Thu Dec 3 12:28:41 2015 -0600 update name to reflect purpose commit a690bb755265ab3c7054bd62c68f960cfed2cbdd Merge: 8414d45c f4266384 Author: Taylor Otwell Date: Thu Dec 3 12:26:26 2015 -0600 fix conflicts commit 8414d45cdc351e495016bc19ba2821a5d76c494e Author: Taylor Otwell Date: Thu Dec 3 12:25:38 2015 -0600 update middleware and config commit f426638445c4eec20283a04c2c1c537dea38f254 Merge: 4eb28ba0 6722b100 Author: Graham Campbell Date: Wed Dec 2 18:24:27 2015 +0000 Merge branch 'master' into develop commit 6722b10051aeb3c39b07f73f4976695ed2e4f982 Author: Graham Campbell Date: Wed Dec 2 18:24:00 2015 +0000 Fixed typo commit 4eb28ba0692abde5e881c6ed9dfd2fa051fee4bf Author: Taylor Otwell Date: Wed Dec 2 08:21:23 2015 -0600 base controller doesn't have to be abstract. commit 5d6a3cf2ce50e275d0ac1d3b0f1e82e41b3929f7 Merge: 90b6578e 39f0cd72 Author: Graham Campbell Date: Wed Dec 2 08:19:52 2015 +0000 Merge pull request #3580 from jspekken/patch-1 Create a new middlware instance instead of filter. commit 39f0cd727a27489450b226c25a941353bf12d10e Author: Jelle Spekken Date: Wed Dec 2 08:59:51 2015 +0100 Create a new middlware instance instead of filter. Shouldn't this be middleware? commit a33c66cf4727ed22b460a31d1f67243f0fb2369c Author: Cory Fowler Date: Tue Dec 1 14:15:22 2015 -0800 changed redis support to load config from env commit e78d1af0fab6d9d79b24ace71b2d6cd159b715f2 Author: Cory Fowler Date: Tue Dec 1 14:15:02 2015 -0800 added web.config commit b685435eccd659dd25432f5a26a6873200dd261f Merge: 8611ded0 72158f4a Author: Taylor Otwell Date: Tue Dec 1 14:53:31 2015 -0600 Merge pull request #3578 from pulkitjalan/patch-1 added queue prefix to match the framework commit 72158f4a8fb2366dbd2a86b8947a79a17288f39d Author: Pulkit Jalan Date: Tue Dec 1 20:27:51 2015 +0000 added queue prefix to match the framework commit 90b6578e3e7dd421a1686e95b72ad456f73f38db Merge: 7f216a42 b847ee74 Author: Taylor Otwell Date: Tue Dec 1 14:08:32 2015 -0600 Merge pull request #3577 from laravel/revert-3576-patch-1 Revert "added queue prefix to match the framework" commit b847ee7486bfebcad33ae1181aa6788831e55670 Author: Taylor Otwell Date: Tue Dec 1 14:08:26 2015 -0600 Revert "added queue prefix to match the framework" commit 7f216a4213123dcee98482e4f2fc754b18cf2f43 Merge: 49c1a0dc 40ab9090 Author: Taylor Otwell Date: Tue Dec 1 14:07:57 2015 -0600 Merge pull request #3576 from pulkitjalan/patch-1 added queue prefix to match the framework commit 40ab9090aa8be52fb0aecabac99f4983ae73050a Author: Pulkit Jalan Date: Tue Dec 1 19:31:16 2015 +0000 added queue prefix to match the framework commit 49c1a0dc44b23e972f995c0eb65609aa2d2a5ade Merge: 7b263997 8bf110f2 Author: Taylor Otwell Date: Wed Nov 25 16:05:00 2015 -0600 Merge pull request #3568 from rspahni/patch-1 Wording "Reminder" => "Reset" commit 7b263997e79ce79ff9292ca9222bbab4da382315 Merge: 5cd4ba72 73985483 Author: Taylor Otwell Date: Wed Nov 25 16:03:44 2015 -0600 Merge pull request #3570 from anik786/patch-2 Remove unnecessary fully quantified name commit 5cd4ba7255f9999b0a1f5cb5eb45c4bc7506a5d1 Merge: 1fac2909 f663e25b Author: Taylor Otwell Date: Wed Nov 25 16:02:28 2015 -0600 Merge pull request #3573 from owen-it/master [5.1] Remove alias Inspiring commit f663e25b72a7f82b7b19f20230dd6d5bb8792ca4 Author: Antério Vieira Date: Wed Nov 25 10:51:14 2015 -0200 Remove alias inspire commit 739854832044152b5ed5d5a26e7fd553cf737b58 Author: Yahya Uddin Date: Wed Nov 25 00:12:44 2015 +0000 Remove unnecessary fully quantified name The class is unnessarily fully quantified and is an warning that is also flagged up in popular IDE's such as PHPStorm. It is also arguably bad practice as it can lead to problems if directories are moved in the future. commit 8bf110f28d07bf317d2192e82ea624f6d434e267 Author: rspahni Date: Tue Nov 24 16:32:01 2015 +0100 Update passwords.php commit 1fac29099e67bf4e7d748cc398962041e6ad36c3 Merge: 091489d1 6973c86f Author: Taylor Otwell Date: Sun Nov 22 22:06:41 2015 -0600 Merge pull request #3567 from phleobon/patch-1 Bump Laravel Elixir version commit 6973c86f55232b99562f8e5d3a005d20fe448bf6 Author: Leobon Paul-Henri Date: Mon Nov 23 02:45:13 2015 +0100 Bump Laravel Elixir version Laravel elixir is now at version 4 commit 091489d17b343a105e31e8d7fac4344c16e0dbb6 Merge: 8476df5c 223191a9 Author: Taylor Otwell Date: Sat Nov 21 12:31:47 2015 -0600 Merge pull request #3564 from martinbean/patch-1 Change redirect when authenticated commit 223191a9b01d779d238e2cca5e49a83c2cb550ef Author: Martin Bean Date: Thu Nov 19 23:01:29 2015 +0000 Change redirect when authenticated The route /home doesn’t exist in a default Laravel application, whereas / does. commit 8611ded0cca010cefbd76abb322aefbb22ce9735 Merge: 10f242ea 99a11eaf Author: Taylor Otwell Date: Sat Nov 14 12:24:35 2015 -0600 Merge pull request #3558 from GrahamForks/deps [5.2] Added two symfony deps to require-dev commit 10f242eaa5809ef71b3bba7ab668d8bef6961d1f Author: Taylor Otwell Date: Fri Nov 13 16:17:17 2015 -0600 remove lock commit 99a11eafb2614f90ae57b6610ea783d6e5b8288c Author: Graham Campbell Date: Fri Nov 13 22:12:11 2015 +0000 Added symfony deps to require-dev commit 8476df5c9eeb1489db64f7aa3456b38ae74d090d Merge: 270f0878 9a7145e4 Author: Taylor Otwell Date: Fri Nov 6 09:23:30 2015 -0600 Merge pull request #3551 from arcanedev-maroc/master Updating the log system with env variable commit 9a7145e4951bf9b8f5e032e825cf040e6b7026d0 Author: ARCANEDEV Date: Thu Nov 5 15:54:22 2015 +0000 Updating the log system with env variable commit 270f0878a954379ea28045567536b077b59a9db4 Merge: 8a49b4f1 f8e58ced Author: Taylor Otwell Date: Sun Nov 1 19:18:35 2015 -0600 Merge pull request #3548 from CupOfTea696/master required_unless lang line fix commit f8e58cedb2b7a877208d17ad1aad7c8b77639d11 Author: CupOfTea696 Date: Sun Nov 1 17:54:19 2015 +0000 required_unless lang line fix commit 9ad221b15c89b15c643dcbe0ad7aac7b420bbc4c Merge: c6ed15e1 a383c844 Author: Taylor Otwell Date: Sat Oct 31 13:40:39 2015 -0500 Merge pull request #3547 from laravel/analysis-8b2da8 Applied fixes from StyleCI commit a383c8447c33f1ee8a3464696aae957d12c55ef1 Author: Taylor Otwell Date: Sat Oct 31 14:40:32 2015 -0400 Applied fixes from StyleCI commit c6ed15e126076338ceb4fa40038a761be5f377d7 Merge: b89502ed 8a49b4f1 Author: Taylor Otwell Date: Sat Oct 31 13:38:28 2015 -0500 Merge branch 'master' into develop commit 8a49b4f137003a91496de52ea4f48781802b2afb Author: Taylor Otwell Date: Sat Oct 31 13:38:22 2015 -0500 add required_unless lang line commit b89502ed820e156d449c1cbb004ad9b915004cc0 Author: Taylor Otwell Date: Fri Oct 30 14:14:48 2015 -0500 Just use base user by default. commit 13b799196bc6957dd57b6b6d07ace32299a9f336 Author: Graham Campbell Date: Fri Oct 30 18:54:41 2015 +0000 Revert bad changes to the exception handler commit c18ee4917de589da78813c37a7966b450a89a10c Author: Taylor Otwell Date: Fri Oct 30 13:39:04 2015 -0500 Remove unneeded table name. commit 4cefc88f4b9a11e48d4cf73213c62cfe78b69e94 Merge: 1aefbc9a f2348b78 Author: Graham Campbell Date: Fri Oct 30 18:20:17 2015 +0000 Merge branch 'master' into develop commit f2348b7897ae84e7e0d9e1ea8dfaa8d3c784bfb4 Author: Graham Campbell Date: Fri Oct 30 18:19:00 2015 +0000 Tweaked alignment commit 1aefbc9a54d62e941bda6d5eac7de2a0bd16e6c1 Merge: ed18fd99 e21667f2 Author: Graham Campbell Date: Fri Oct 30 18:17:48 2015 +0000 Merge branch 'master' into develop Conflicts: config/mail.php commit ed18fd99fd5955f60ba8436293c7d0d8a7416644 Author: Graham Campbell Date: Fri Oct 30 18:15:40 2015 +0000 Removed config option for deleted feature commit e21667f2a6878c395f324c2d4c2e3b41e6b37c17 Merge: 54533fc0 2aa135c0 Author: Taylor Otwell Date: Thu Oct 29 16:24:47 2015 -0500 Merge pull request #3543 from anakadote/master Set Mail pretend config from .env commit 2aa135c01e2bc2ecfa7b9e7518836d4e88bcda93 Author: Taylor Collins Date: Thu Oct 29 12:36:54 2015 -0400 Set Mail pretend config from .env commit 4b1322e9a029e4d723117368c5a269e3f0290cc5 Merge: 58bc5273 892ab27f Author: Taylor Otwell Date: Thu Oct 29 09:59:38 2015 -0500 Merge remote-tracking branch 'origin/develop' into develop commit 58bc5273b8cfc559de7804fb294ed5940ea1776e Author: Taylor Otwell Date: Thu Oct 29 09:59:32 2015 -0500 add property by default commit 892ab27f8d0f0fc7f46d3a3294d39e2347712606 Merge: 7568940c 86d1dfcf Author: Taylor Otwell Date: Mon Oct 26 11:48:53 2015 -0500 Merge pull request #3537 from rkgrep/patch-2 Redis connection setup in .env commit 86d1dfcf51cc7a3fca1a513571b9633e4629fbce Author: Roman Kinyakin <1@grep.su> Date: Mon Oct 26 22:13:51 2015 +0600 Redis connection setup in .env commit 7568940c714c2c06d90f59187546372125cff281 Merge: d15ab4b8 2a3743b0 Author: Taylor Otwell Date: Mon Oct 26 08:36:11 2015 -0500 Merge pull request #3536 from bbashy/patch-2 PSR-2 formatting of User model? commit 2a3743b0fad84dbe78f8918420ff48545e04ab92 Author: Ben Sampson Date: Mon Oct 26 13:21:38 2015 +0000 PSR-2 formatting of User model? > Lists of implements MAY be split across multiple lines, where each subsequent line is indented once. When doing so, the first item in the list MUST be on the next line, and there MUST be only one interface per line. https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md#41-extends-and-implements commit 54533fc037d83d4975ba61a36dbce1e0356e28e9 Author: Taylor Otwell Date: Tue Oct 20 13:57:31 2015 -0700 spacing commit 77c5c1726f4a8d9fff8c21dec838c2091c4c6afc Author: Tuomas Koponen Date: Tue Oct 20 22:23:54 2015 +0300 Change default value for queue.failed.database Use same DB_CONNECTION enviroment variable for queue.failed.database config commit d15ab4b82ed397e51dfa2cec7d39a5483cb63e4a Author: Taylor Otwell Date: Wed Oct 14 09:34:10 2015 -0500 Alpha order. commit 68738b50150ed2268b2c8110fa3317be5c97d113 Author: Taylor Otwell Date: Wed Oct 14 09:09:56 2015 -0500 Change exceptions to ignore. commit 37363acacd72fa2bdd043af66be085944476def9 Author: Taylor Otwell Date: Wed Oct 14 08:46:25 2015 -0500 Clean up exception handler. Add new ignores. commit 5b08ff0b340c5732fb0f064770f2faf3de5de467 Merge: b1b33c85 421c0d0a Author: Taylor Otwell Date: Wed Oct 14 08:43:14 2015 -0500 Merge branch 'master' into develop commit 421c0d0abae9d9fb3cfc7fdcb25fe7e2d86df630 Merge: f6b05ee3 69c33f89 Author: Taylor Otwell Date: Thu Oct 8 09:45:20 2015 -0500 Merge remote-tracking branch 'origin/master' commit f6b05ee3ce810a25907f3dd7b27f912ab5760f06 Author: Taylor Otwell Date: Thu Oct 8 09:45:11 2015 -0500 tweak options commit 69c33f8928e11b1062592f4300bd28613628f555 Merge: b0a22fc5 8ac73d90 Author: Graham Campbell Date: Wed Oct 7 14:09:15 2015 +0100 Merge pull request #3518 from martinssipenko/phpunit-fix Removed unused option commit 8ac73d90f286be393a58110d0f433aa5cd8a3677 Author: Martins Sipenko Date: Wed Oct 7 14:19:49 2015 +0300 Removed unused option commit bcbc2f826581b4a5dc9e29c7bb6ea51e31a21d96 Author: Ian Olson Date: Sun Oct 4 23:53:11 2015 -0500 Updated trailing comma on array key => value to pass StyleCI. commit 6917c35c3316bb5191268d3920b3388e06c12f42 Author: Ian Olson Date: Sun Oct 4 23:46:56 2015 -0500 Added options to the broadcasting pusher configuration file. commit b1b33c852797d7e6d415df23babf41c55dfb5f6b Merge: e20ad704 d0a6e881 Author: Taylor Otwell Date: Sun Oct 4 17:55:13 2015 -0500 Merge pull request #3511 from JosephSilber/no-unguard Remove unguard call commit d0a6e8818a323ca5a9cc01fd2c6db0c1b09a6312 Author: Joseph Silber Date: Sun Oct 4 09:40:04 2015 -0400 Remove unguard call commit b0a22fc51161630c81f20e23a9269b82a369953e Merge: 24575f4b 50357d8b Author: Taylor Otwell Date: Mon Sep 21 12:43:32 2015 -0500 Merge pull request #3501 from crynobone/feature/use-this [5.1] Use $this instead of parent. commit 50357d8bab3c43ac6b76a82038847c1061bf21c6 Author: crynobone Date: Mon Sep 21 12:00:44 2015 +0800 Use $this instead of parent. Signed-off-by: crynobone commit 24575f4b89634bafb59321013eb3bc2eacfa0864 Merge: 716e6526 879bc146 Author: Taylor Otwell Date: Fri Sep 18 07:56:38 2015 -0500 Merge pull request #3500 from pedes42/master Replace storage_path with database_path helper commit 879bc146504462ef273b893010edf004026aa021 Author: pedes42 Date: Fri Sep 18 14:16:52 2015 +0200 Replace storage_path with database_path helper According to the docs, the sqlite database should be located within the "database" folder. commit e20ad70463db09bf85415f34ab4f3e4d8a62cef4 Merge: 749bb11a 716e6526 Author: Graham Campbell Date: Sun Aug 30 12:33:04 2015 +0100 Merge branch 'master' into develop commit 716e65268ae088e5bd73e505acf9695c127aff66 Merge: 7d4b5d75 35654d76 Author: Graham Campbell Date: Sun Aug 30 12:31:33 2015 +0100 Merge pull request #3491 from laravel/analysis-zObJlq Applied fixes from StyleCI commit 35654d761dec8695333f4788166600584428441b Author: Graham Campbell Date: Sun Aug 30 07:31:25 2015 -0400 Applied fixes from StyleCI commit 7d4b5d75efb7ec201a0eb9486963cb7bd91e323a Author: Taylor Otwell Date: Sat Aug 29 20:27:18 2015 -0500 Default auth service provider. commit 420e81349823563c290ad1f168bc8e64b2437849 Author: Taylor Otwell Date: Sat Aug 29 16:51:13 2015 -0500 Implement interface. commit 72a10c64c2772df7e30cbeb9cfd09d85e9f24f7b Author: Taylor Otwell Date: Sat Aug 29 16:42:19 2015 -0500 Define HasAbilities trait on default user. commit 9bb3c9fb3e98fc9ea7a627bc831c33bf2613720b Merge: c82c5ece f40e72fa Author: Taylor Otwell Date: Sat Aug 29 16:36:28 2015 -0500 Merge remote-tracking branch 'origin/master' commit c82c5eceda363db1dde8bf9a8a9b1da7b316307f Author: Taylor Otwell Date: Sat Aug 29 16:36:22 2015 -0500 acl changes commit f40e72fa2fcbe77825d72849f2be59e8e38710aa Merge: 2ddeae9c b8790d53 Author: Taylor Otwell Date: Mon Aug 17 11:33:03 2015 -0500 Merge pull request #3484 from Zarthus/patch/views-use-https Use https rather than // for google fonts in default views. commit b8790d5352676af6b1b14b95eaac69b6af086d80 Author: Jos Ahrens Date: Mon Aug 17 18:05:47 2015 +0200 Use https rather than // for google fonts in default views. Ensure the default views always use HTTPS for the loading of fonts. This is overall a good practise to follow. commit 2ddeae9c711a4bc7ff9d7eca04a122b9f31d92ec Merge: f047f80d 33272b3d Author: Taylor Otwell Date: Sun Aug 16 12:17:00 2015 -0500 Merge pull request #3480 from bmitch/JsonErrorMsg Error message for JSON validation commit 33272b3d8b83eaafdf4a2e593a6eb701862798f8 Author: Bill Mitchell Date: Sun Aug 16 16:34:28 2015 +0100 Error message for JSON validation commit 749bb11ab9e6ff1201c27429c615790c1e820a7a Merge: 9c660829 5e9398f4 Author: Taylor Otwell Date: Sat Aug 8 19:34:58 2015 -0500 Merge pull request #3478 from krienow/remove-phpspec-yml remove phpspec.yml commit 5e9398f49757ec38c6626c386ba2afeb97cb0cf9 Author: Kai Rienow Date: Sun Aug 9 02:26:00 2015 +0200 remove phpspec yml commit f047f80dc07a5b7cbbe60c187eea62ed70a10734 Author: Taylor Otwell Date: Sat Aug 8 08:07:23 2015 -0500 fix incorrect method name in comment. commit 9c66082972c58519b5df171ffa659735a0d45aba Author: Taylor Otwell Date: Thu Aug 6 12:49:41 2015 -0500 fix type hitns commit 58e4045f6d3a3c44796a5d48fdfdce8b2a40282d Author: Taylor Otwell Date: Thu Aug 6 12:44:12 2015 -0500 remove phpspec commit c131299976f322015988cea27ec05193324b8748 Merge: 350a0f18 395b69b5 Author: Taylor Otwell Date: Thu Aug 6 12:43:57 2015 -0500 fix conflicts commit 395b69b54020e5fba899613509e2affe4a2f04e0 Author: Taylor Otwell Date: Thu Aug 6 12:07:35 2015 -0500 fix status code commit f47840689487b99937be6b2a0f5891a15d7cd927 Merge: da7376d4 51299e78 Author: Taylor Otwell Date: Thu Aug 6 12:07:10 2015 -0500 Merge remote-tracking branch 'origin/master' commit da7376d461e09c7d2c7895cd8f868471d5cd1219 Author: Taylor Otwell Date: Thu Aug 6 12:07:04 2015 -0500 working on exception handling for model not found. commit 350a0f18dff73c6e647fb529de9e221b30bc39e4 Merge: 614edf79 51299e78 Author: Graham Campbell Date: Sat Aug 1 11:10:45 2015 +0100 Merge branch 'master' into develop commit 51299e78cdbc1a04b2d8b90fb14838393a08d45b Merge: 9d82fc60 64e1cf98 Author: Taylor Otwell Date: Tue Jul 28 09:04:45 2015 -0500 Merge pull request #3468 from laracasts/patch-1 Bump Laravel Elixir version commit 64e1cf9812e84761ccc3f2afa8f75ea1041e70f2 Author: Laracasts Date: Mon Jul 27 13:42:38 2015 -0400 Bump Laravel Elixir version commit 9d82fc6007ef6aeea82939472435a6d290069d26 Merge: 8061c213 12386cf6 Author: Taylor Otwell Date: Sat Jul 25 21:04:59 2015 -0500 Merge pull request #3467 from andrewhood125/homestead-json Ignore Homestead.json commit 12386cf670f512ebd9781ad7252bc12e1109f2c7 Author: Andrew Hood Date: Sat Jul 25 12:57:52 2015 -0700 Ignore Homestead.json commit 8061c2132c7bfd3bb2e8420c2155c2e08cec1f92 Author: Taylor Otwell Date: Thu Jul 23 10:58:15 2015 -0500 Convert some variables to env variables in services.php. commit 0cf34a3bc00b08c4292d5d4dcf9c531f2356f792 Merge: 9b359ba2 191c6876 Author: Taylor Otwell Date: Thu Jul 23 08:47:41 2015 -0500 Merge pull request #3465 from jumilla/patch-1 Sorted by alphabetic. commit 191c68766d592a1fd30928dfb4647cc1b023c36a Author: Fumio Furukawa Date: Thu Jul 23 15:34:28 2015 +0900 Sorted by alphabetic. Sorted by alphabetic. commit 9b359ba24cccaebbf6b54b1962f01bfc0a57a950 Merge: 5964dcf9 fef3aa07 Author: Taylor Otwell Date: Fri Jul 17 21:45:57 2015 -0500 Merge pull request #3459 from jonathantorres/new-line Newline on .env.example commit fef3aa070940d3c997f5ed065a9d5c1b09923168 Author: Jonathan Torres Date: Fri Jul 17 23:27:24 2015 +0000 Newline. commit 5964dcf97af29e0dac3dc8c8563c72486bd39976 Merge: e3f18ea5 83ffbc65 Author: Taylor Otwell Date: Mon Jul 13 20:40:02 2015 -0500 Merge pull request #3456 from sileence/bcrypt_password_factory Using the bcrypt function in users generated by the model factory commit 614edf79d32f250450708e36b450874a5f044a8b Author: Graham Campbell Date: Mon Jul 13 19:51:20 2015 +0100 Fixed the exception handler commit 83ffbc65d198beb6068d3604842b7d5a45830b6d Author: Duilio Palacios Date: Mon Jul 13 16:05:37 2015 +0000 Using the bcrypt function in users generated by the model factory commit e3f18ea5f631d4c35cc5b3f53a9fcda4e7c09015 Merge: ef958716 037769e1 Author: Taylor Otwell Date: Tue Jul 7 21:06:40 2015 -0500 Merge pull request #3449 from browner12/patch-1 type hint faker generator commit 037769e1aa908bc79d4d2aa58216971a51f1b3dd Author: Andrew Date: Tue Jul 7 15:44:15 2015 -0500 remove leading slash requested by project maintainer commit 7bb132653587941cb5bf87a2cb17c408da30b9d4 Author: Andrew Date: Tue Jul 7 14:47:02 2015 -0500 type hint faker generator allow IDE to help with autocompletion commit ef958716c37fcdf0ea80bb89ba0c93394ae0b157 Author: Taylor Otwell Date: Fri Jul 3 20:41:09 2015 -0500 change language files commit ecd52ef1d2887f3fbd27ab20315a435f99a57e18 Author: Taylor Otwell Date: Thu Jul 2 14:20:33 2015 -0500 fix order commit 48abc56ede92e21cc8536505f67871f45df93ff6 Merge: 901a45fd bd583fed Author: Taylor Otwell Date: Thu Jul 2 14:19:51 2015 -0500 Merge pull request #3444 from antonybudianto/patch-1 Add ThrottleLogin localization support commit bd583fedd73d5c5f3cd6308439c48e9cbca47433 Author: Antony Budianto Date: Thu Jul 2 19:03:17 2015 +0700 Add ThrottleLogin localization support add default language commit 901a45fd96a7479e77f63ea5f8d1147a2766cafa Author: Taylor Otwell Date: Wed Jul 1 13:30:05 2015 -0500 added throttles logins trait by default commit 07cb1eb8736d77a5b5455456d9be8ea227a709a5 Merge: 804b9d74 5deca95c Author: Taylor Otwell Date: Sat Jun 27 11:25:02 2015 -0500 Merge pull request #3440 from mikaelmattsson/patch-1 Change comment to reflect the change of the default css preprocessor. commit 5deca95ccf4351038cb84eae9b6223d60f3f68cb Author: Mikael Mattsson Date: Sat Jun 27 14:21:37 2015 +0200 Change comment to reflect the change of the default css preprocessor. commit 804b9d746078482ee4e644d680bd87ca4e47b003 Author: Taylor Otwell Date: Fri Jun 26 08:30:59 2015 -0500 fix wording commit 99d25ec96c4e428b6e60efc364a1188018d80077 Merge: a9ca36a8 dd036f55 Author: Taylor Otwell Date: Fri Jun 26 08:30:37 2015 -0500 Merge pull request #3438 from bbashy/patch-1 Fix redirect loop .htaccess commit dd036f559b3213279e4dfa8ab055aeac3dab2521 Author: Ben Sampson Date: Fri Jun 26 14:26:44 2015 +0100 Fix redirect loop .htaccess Folders that exist have a redirect loop when visiting them. This is because Apache redirects to trailing slash for folders and the current rule is removing it, Apache then adds a trailing slash again. commit a9ca36a8ca6bfe9b6df6fc3e4a3c6a24f485bc7c Author: Taylor Otwell Date: Thu Jun 25 13:34:04 2015 -0500 no margin needed. commit 09d028f14bfcde9061d6622c9d1d0d9775792e6e Author: Taylor Otwell Date: Thu Jun 25 13:30:52 2015 -0500 change welcome splash commit 2dd8ed131adcb72237e570b8ec0df2231c3add48 Merge: 9089b7e2 bb86ab62 Author: Taylor Otwell Date: Tue Jun 23 14:08:14 2015 -0500 Merge pull request #3435 from tonglil/master Use double quotes for html attributes commit bb86ab62f234070ade3fcf2789459ad2107ac806 Author: Tony Li Date: Tue Jun 23 12:04:52 2015 -0700 use double quotes for html attributes commit 9089b7e2ae4d05e217775a2cabb616c0dad4c721 Merge: 04709cf0 8910cb97 Author: Taylor Otwell Date: Tue Jun 23 12:08:36 2015 -0500 Merge pull request #3434 from josezenem/master Use the ::class notation commit 8910cb9726ce24ab17a79892d464a33da5f92654 Author: Jose Jimenez Date: Tue Jun 23 10:07:33 2015 -0700 Use the ::class notation Updated to use ::class notation. commit 04709cf0edd1f54889b4dd733a8d851b8de0b0e9 Author: Taylor Otwell Date: Tue Jun 23 10:58:54 2015 -0500 tweak package file commit ad08717680f441c34c6b0def11c1c2f7bb2b209c Author: Taylor Otwell Date: Mon Jun 22 18:24:47 2015 -0500 tweak default asset setup commit 69076cb13ffefb3e7e86a21dc181ddfc7ad9221a Merge: 7a8800c6 3b0d0392 Author: Taylor Otwell Date: Sat Jun 20 14:56:33 2015 -0500 Merge remote-tracking branch 'origin/master' commit 7a8800c6b48dd73a8838d3e336a8f55e4e420cd0 Author: Taylor Otwell Date: Sat Jun 20 14:56:23 2015 -0500 add Homestead.yaml to gitignore commit 3b0d03920e93c38b1cfdce1e4f7a8fba3efa1fd3 Merge: 7e303014 d64b5a52 Author: Taylor Otwell Date: Tue Jun 16 09:38:18 2015 -0500 Merge pull request #3426 from Phyxsius/patch-2 Maintain alphabetical order commit d64b5a52af6b7d6eb338b12510611e4c043b1afb Author: Andy Date: Tue Jun 16 08:46:07 2015 -0500 Maintain alphabetical order commit 19e54f5e1f850af293166fc9002f5e2b53f9a18b Author: Graham Campbell Date: Mon Jun 15 22:26:17 2015 +0100 Install laravel 5.2 commit 7e303014b6ab627e18dcdc5ee976e7fe545a3092 Author: Graham Campbell Date: Mon Jun 15 22:22:23 2015 +0100 Sync with 5.0 commit 15d6f3fe15bee56ee35fb7544de9ccec350233ed Author: Taylor Otwell Date: Sun Jun 14 17:53:36 2015 -0500 remove stability setting commit 63ba6decb30aaf744df431fc2482be93439acf66 Author: Taylor Otwell Date: Sun Jun 14 17:46:57 2015 -0500 remove prefer stable commit 5033b8508055567b5df4fc5964929602e3eb116a Merge: 136d7fa8 26b6b8e5 Author: Taylor Otwell Date: Sun Jun 14 17:45:10 2015 -0500 Merge pull request #3421 from barryvdh/patch-1 Set minimum stability to stable commit 26b6b8e5ff27aba5f40cc8c65924ef37051ae1c1 Author: Barry vd. Heuvel Date: Sun Jun 14 20:55:13 2015 +0200 Set minimum stability to stable commit 136d7fa8ef74d0bbe3dd29c0e19c58585e84606e Merge: f6e6508b 2c4964e1 Author: Taylor Otwell Date: Thu Jun 11 13:28:25 2015 -0500 Merge pull request #3418 from baspeters/feature/sqlsrv-default-charset Set default charset for sqlsrv driver to utf8 commit 2c4964e159f290a6fed48a902cdfdce5a8c1f8dd Author: Bas Peters Date: Thu Jun 11 17:20:30 2015 +0200 Set default charset for sqlsrv driver to utf8 commit f6e6508b4e765eeda4bdba4a6701337b30ceb635 Merge: fa756ff4 44787b0c Author: Taylor Otwell Date: Thu Jun 11 09:17:39 2015 -0500 Merge pull request #3416 from krienow/doctype Fix doctype declarations commit 44787b0c1044687039bad82e0b25572594e31921 Author: Kai Rienow Date: Thu Jun 11 13:18:02 2015 +0200 fix css commit 936aa9159ef916a9b26444f8b70c6d93457b1d88 Author: Kai Rienow Date: Thu Jun 11 12:43:52 2015 +0200 fix doctype declarations commit fa756ff4c206e46e30400cea2db8fff4a570e850 Merge: 347b928a 19e97fc9 Author: Taylor Otwell Date: Wed Jun 10 12:52:22 2015 -0500 Merge pull request #3415 from martinssipenko/master Added whitelist to remove warning for upcoming phpunit 4.8 commit 19e97fc9db697f7ca8c27ed7682ad698bfc91cc3 Author: Martins Sipenko Date: Wed Jun 10 18:13:13 2015 +0100 Added whitelist to remove warning for upcoming phpunit 4.8 commit 347b928a0fb63983c5648ebc9def94e779b550fe Author: Taylor Otwell Date: Tue Jun 9 09:16:53 2015 -0500 Bump elixir requirement. commit ff441abd622893752ffc1ba58ce64200606d07ff Merge: f9ed4ff7 6df868a1 Author: Taylor Otwell Date: Tue Jun 9 07:48:02 2015 -0500 fix conflicts commit f9ed4ff7ac101f802ca164fddd3b7ed25ecfacfd Author: Taylor Otwell Date: Mon Jun 8 21:16:01 2015 -0500 Override cookie encrypter by default. commit 9a70a4b2b13a97f662668202ed27f9a951fd3822 Author: Taylor Otwell Date: Mon Jun 8 20:40:06 2015 -0500 Update PHP dependencies. commit a1a55fe274922382c6bcf33d9a92d9e44a5d4189 Merge: bacda075 16e37cb3 Author: Taylor Otwell Date: Mon Jun 8 10:02:51 2015 -0500 Merge pull request #3410 from pespantelis/class-notation Use the ::class notation commit 16e37cb3704d1dc0bb7a55ef1747eb3c742f439f Author: Pantelis Peslis Date: Mon Jun 8 10:29:33 2015 +0300 Use the ::class notation commit 6df868a123a8445de1aceba1349c550b1247aff0 Merge: bb6c23c2 6ab4004a Author: Taylor Otwell Date: Sun Jun 7 22:28:19 2015 -0500 Merge pull request #3409 from antonybudianto/patch-1 Update latest CDN commit 6ab4004af9a6dce1f59278bf1134bfd7dd035907 Author: Antony Budianto Date: Mon Jun 8 09:50:22 2015 +0700 Update latest CDN If needed. commit bacda07552d298c2b40fa378b616a504d1f3dd33 Author: Taylor Otwell Date: Sat Jun 6 13:20:49 2015 -0500 Change default cipher. commit e4796a26080194537f6efe8beb7e6a0682241949 Merge: 86e53af8 58db25b9 Author: Taylor Otwell Date: Fri Jun 5 08:51:20 2015 -0500 Merge pull request #3405 from nWidart/patch-1 Use the ::class notation commit 58db25b9f5bef52b9cac0678e79eb2b8f1b322cb Author: Nicolas Widart Date: Fri Jun 5 15:16:16 2015 +0200 Use the ::class notation Prefix the namespace with \ commit 86e53af851ddef58528a9c47f5d5117d2a22e75c Merge: 4c291abf 4b3391f6 Author: Taylor Otwell Date: Fri Jun 5 08:04:22 2015 -0500 Merge pull request #3403 from RomainLanz/patch-1 Use PHP 5.5 ::class property in config files commit 4b3391f6f04ecbdd2363fc2b815aa7acbba92710 Author: Romain Lanz Date: Fri Jun 5 14:26:41 2015 +0200 Use PHP 5.5 ::class property in config files See https://github.com/laravel/laravel/pull/3402 commit 4c291abfe8bf6261692e1644ad26e22c406c3948 Author: Graham Campbell Date: Thu Jun 4 16:40:28 2015 +0100 Added back cipher config commit 1ba2816d37a23ecd5e42e06caa33fb5875ca010b Merge: f0cad014 92932475 Author: Taylor Otwell Date: Wed Jun 3 15:08:32 2015 -0500 Merge remote-tracking branch 'origin/develop' into develop commit f0cad014cf5b8db69adc93854a25a5792b8e3a7e Author: Taylor Otwell Date: Wed Jun 3 15:08:26 2015 -0500 remove cipher option commit 9293247585d48e6095a998bce6656b4deb286cd3 Merge: 9b6d5f42 2ac993f8 Author: Taylor Otwell Date: Tue Jun 2 08:19:11 2015 -0500 Merge pull request #3398 from crynobone/feature/root-install [5.1] Move copying .env.example to post-root-package-install commit 2ac993f8d369c0ca367accc93714ad960995f91e Author: crynobone Date: Mon Jun 1 21:41:48 2015 +0800 [5.1] Move copying .env.example to post-root-package-install post-create-project-cmd is executed only after post-install-cmd and this could cause issue on the first installation (via composer create-project) where environment is not prepared hence `php artisan optimize` would generate `compiled.php`. Signed-off-by: crynobone commit 9b6d5f42379df3b6af8d29b6e11ecd99d614b11d Merge: f871b7d0 bf3785d0 Author: Taylor Otwell Date: Mon Jun 1 09:49:27 2015 -0500 Merge pull request #3399 from GrahamForks/cs CS commit bf3785d0bc3cd166119d8ed45c2f869bbc31021c Author: Graham Campbell Date: Mon Jun 1 15:43:37 2015 +0100 Additional cs fixes Signed-off-by: Graham Campbell commit 060938bc66f03b6e7b997e4229ed370b1ac49d40 Author: Graham Campbell Date: Mon Jun 1 15:40:45 2015 +0100 PSR-2 Signed-off-by: Graham Campbell commit c77a3892774b63a8f05ed164f6f870b539b02d6c Author: Graham Campbell Date: Mon Jun 1 15:37:04 2015 +0100 Tabs to spaces Signed-off-by: Graham Campbell commit f871b7d0f358d74d5a76db297be1bde73dcc4fcd Merge: 6575cb74 03a27fa0 Author: Taylor Otwell Date: Sun May 31 13:57:08 2015 -0500 Merge pull request #3397 from phaza/patch-2 Enable model guarding after doing seeds commit 03a27fa0b2e11341cc9cc61a1304f03db5b219b9 Author: Peter Haza Date: Sun May 31 20:33:11 2015 +0200 Enable model guarding after doing seeds Leaving models unguarded can cause all kinds of havoc if someone uses seeds in their tests. Best to default to reguard after doing the seeds. commit 6575cb74f844afe9b0b1797ce8feca6970a05766 Merge: c3128ad9 4ee6523d Author: Taylor Otwell Date: Thu May 28 14:45:11 2015 -0500 Merge pull request #3395 from spinen/feature/usePathParameter Using the path parameter in the path method. commit 4ee6523dfa096ea87932bf63fea586ed1f65ea78 Author: Jimmy Puckett Date: Thu May 28 15:31:26 2015 -0400 Using the path parameter in the path method. commit c3128ad92a15dc8eb4ae93aee8530d519ef9dac0 Author: Taylor Otwell Date: Thu May 28 10:15:09 2015 -0500 import trait commit 2e2ead591504751d02598ffe5bad436f461ebbdf Merge: dff91c9f 685e3cf0 Author: Taylor Otwell Date: Tue May 26 16:15:35 2015 -0500 Merge branch 'develop' of github.com:laravel/laravel into develop commit dff91c9f4469dd487cb3f056d74c2af3ff3286c2 Author: Taylor Otwell Date: Tue May 26 16:15:28 2015 -0500 update filesystem config. commit bb6c23c2eb4749739a1e98e3c339f133c389aecd Merge: 11a8db89 c334e472 Author: Taylor Otwell Date: Tue May 26 10:46:34 2015 -0500 Merge pull request #3392 from Fuxy22/patch-1 Fix occasional clear-compiled failure after update commit c334e472196e2457c3cca127645d4b77d0d952d7 Author: Norbert Fuksz Date: Tue May 26 16:38:42 2015 +0100 Update composer.json Clear compiled can fail after update it should be run before update commit 685e3cf0fadb1ee2e5dd469f5616bad8fb63ea25 Merge: d68b5b88 5c16c218 Author: Taylor Otwell Date: Mon May 25 16:47:03 2015 -0500 Merge pull request #3390 from marcanuy/develop Add env variable to database default connection commit 5c16c2181714ca1562b29a20c66684ee9bb21e7c Author: Marcelo Canina Date: Mon May 25 15:46:57 2015 -0300 Add env variable to database default connection commit d68b5b883fd83376537b7cde9b877aa3433f502a Merge: e111f1ef 4e4b2b87 Author: Taylor Otwell Date: Mon May 25 08:43:36 2015 -0500 Merge pull request #3388 from GrahamForks/faker Add faker to require-dev commit 4e4b2b8749207d0a66c30ebf0ea79f214d432516 Author: Graham Campbell Date: Mon May 25 13:43:03 2015 +0100 Add faker to require-dev commit e111f1ef9b998cecae128e3d51725aa7bf85e44d Author: Taylor Otwell Date: Fri May 22 15:42:17 2015 -0500 add period. commit f17d0e8a38c2c479dcde0853923a2807646a216f Merge: 9446685d 89b193aa Author: Taylor Otwell Date: Fri May 22 15:41:24 2015 -0500 Merge pull request #3384 from rafaelfs17/patch-1 Added title tag commit 89b193aab383d2d8a8d0aad64197526d5b9ef136 Author: Rafael Ferreira Silveira Date: Fri May 22 13:52:55 2015 -0300 Added title tag commit 9446685da9de3079542c4bf7dd3c4f137352f51e Author: Taylor Otwell Date: Thu May 21 08:14:40 2015 -0500 Fix order of validation rules. commit 11a8db89827072a18b5b8c0b4bf98b8ae9008f43 Merge: 1ac0a0bb 5c969508 Author: Taylor Otwell Date: Tue May 19 07:13:46 2015 -0500 Merge pull request #3378 from TheShiftExchange/patch-3 Add validation message for string rule commit 5c96950816a6a7572c4c43c0842c2228c0ce49f1 Author: Laurence Ioannou Date: Mon May 18 23:58:09 2015 +1000 Update validation.php commit 41472b79dbe1d7eda67357632944984555cf858c Author: Taylor Otwell Date: Wed May 13 13:44:43 2015 -0500 Use signature to define name. commit 2e1a1a649983b9f73bb103d28442b7f6ec405366 Author: Taylor Otwell Date: Mon May 11 13:46:47 2015 -0500 Base job use trait. commit e0ddb26e44308f9506dcbb551c6c683e1d7552d2 Merge: d5027474 4341e3c9 Author: Taylor Otwell Date: Sun May 10 13:30:10 2015 -0500 Merge pull request #3372 from mul14/patch-1 Remove unnecessary whitespace commit 4341e3c9339f29b00289650a39b6244bbbcd04c1 Author: Mulia Arifandi Nasution Date: Sun May 10 13:56:52 2015 +0700 Remove unnecessary whitespace commit d502747428494e634fe699dbc44c703845e2a79f Author: Taylor Otwell Date: Sat May 9 23:14:32 2015 -0500 Show example base variables. commit b21d263e84bf1727836a2691fdc644cb76d36971 Author: Taylor Otwell Date: Sat May 9 17:11:52 2015 -0500 Use DispatchesJobs. commit 9a6c3df7a03a1382e2878919b9d1523dfe3ae5e3 Author: Taylor Otwell Date: Sat May 9 16:43:43 2015 -0500 Use define syntax. commit e11d40abd023544dfd3edc60a9621b8e312ccfee Merge: fdf6dd7c f1beeb4d Author: Taylor Otwell Date: Sat May 9 09:11:39 2015 -0500 Merge pull request #3368 from patrickbrouwers/patch-1 Remove redundant Closure namespace import in VerifyCsrfToken commit f1beeb4d3b889d85328f449d4bbae3f8cf90b0f1 Author: Patrick Brouwers Date: Sat May 9 14:25:42 2015 +0200 Remove redundant Closure namespace import in VerifyCsrfToken commit fdf6dd7c2036c0ae1dfe92b2ae6df389f73c918b Author: Taylor Otwell Date: Fri May 8 08:42:04 2015 -0500 Stub factory. commit 1ac0a0bbda864ab29b8972a03a984a3ed5034df5 Merge: 50cf908c cfb72757 Author: Taylor Otwell Date: Thu May 7 08:29:57 2015 -0500 Merge pull request #3358 from lukeb/add-better-elixir-version Change package.json so changed to elixir will be non-breaking changes commit 7477ec918f678552f3e5301c11ef9fff987b6019 Author: Taylor Otwell Date: Wed May 6 21:08:42 2015 -0500 Pull in Mockery for mocking. commit cfb7275779cb05ad606d1411d05d0f68b4acbb0f Author: Luke Brookhart Date: Wed May 6 18:44:25 2015 -0400 change version from ~1.0.0 to ^1.0.0 commit ed93318cb79bfa90c009fad244f46a61893055f3 Author: Taylor Otwell Date: Wed May 6 16:58:00 2015 -0500 Update test case. commit 0d541ecb9a8c67b15fe9ce89edff7b78d3176842 Merge: 89e2d8e1 1c4dcea2 Author: Taylor Otwell Date: Wed May 6 16:48:50 2015 -0500 Merge pull request #3360 from patrickbrouwers/patch-2 Add log driver to broadcasting connections commit 1c4dcea2a23719b7315b6a4e732ff7d0890b5bfe Author: Patrick Brouwers Date: Wed May 6 11:02:13 2015 +0200 Add log driver to broadcasting connections commit a457d911395d51002274e66efbae20c5e8fd37a3 Author: Luke Brookhart Date: Tue May 5 16:30:56 2015 -0400 Change package.json so changed to elixir will be non-breaking changes in versions only. commit 89e2d8e174fed5531a7689f5d0a1b974b19a3514 Author: Taylor Otwell Date: Fri May 1 23:04:32 2015 -0500 Auth controller stubs. commit 89f568156f59e374d98523f18493672ab380c42e Author: Taylor Otwell Date: Thu Apr 30 14:59:22 2015 -0500 No need to override this by default anymore. commit f4a2282e4eccfe875f9785bd8c0e7f5d8030c563 Author: Taylor Otwell Date: Thu Apr 30 14:55:34 2015 -0500 Add migration stubs. commit b22a1f48c85d60cc747105c77ca8adcb76a43751 Author: Taylor Otwell Date: Thu Apr 30 14:19:00 2015 -0500 Fix typo. commit 4e8d5533bd55b23003707711c88b7ce83e933314 Author: Taylor Otwell Date: Thu Apr 30 14:18:27 2015 -0500 Stub out except property. commit 88f5182d1fbcbb2b989e3a37817955786d7d45e9 Author: Taylor Otwell Date: Tue Apr 28 13:36:52 2015 -0500 Use short-cut. commit 71e339146e1bffc8b63f14b2b2687e5284d7f285 Merge: b7c23739 ae78cd94 Author: Taylor Otwell Date: Tue Apr 28 09:18:56 2015 -0500 Merge pull request #3351 from fideloper/patch-1 Documented availability of SES mail driver in mail config commit b7c237397b02e57d13539fb1befb717974e60d42 Author: Taylor Otwell Date: Mon Apr 27 15:52:54 2015 -0500 Redis configuration. commit f8da2892bd92d6f1baffb16367a8c926edc7a10a Author: Taylor Otwell Date: Mon Apr 27 15:22:01 2015 -0500 Tweak configuration file name. commit bd9a4f5436bfe4b87c7a982bd47c98a4932787a1 Author: Taylor Otwell Date: Mon Apr 27 15:21:32 2015 -0500 Some sample configuration. commit ae78cd94573b32550980d390e4d58ac8a8021619 Author: Chris Fidao Date: Mon Apr 27 08:33:30 2015 -0500 Documented availability of SES mail driver in mail config commit 50cf908cba46a443956f1787190f146314f6768b Merge: 9a80c09a 695b3ef2 Author: Taylor Otwell Date: Thu Apr 23 08:48:14 2015 -0500 Merge pull request #3348 from browner12/patch-1 ignore maintenance mode `down` file commit 695b3ef28df04aec912ea260e26d1dd66097cfe1 Author: Andrew Date: Thu Apr 23 00:46:16 2015 -0500 ignore maintenance mode `down` file commit 58ecbcdb1eb81b74bc23d7a92dc4a834ace0925f Merge: 2d9b6958 161ebdab Author: Taylor Otwell Date: Wed Apr 22 08:26:29 2015 -0500 Merge pull request #3346 from laravel/revert-3343-patch-2 Revert "[5.1] Add new middleware" commit 161ebdab36b267f281cbc7586898a33e81936d60 Author: Taylor Otwell Date: Wed Apr 22 08:26:24 2015 -0500 Revert "[5.1] Add new middleware" commit 9a80c09a5a43f8152e7d663383d40d910978eb43 Merge: 423eba96 ee0bb122 Author: Graham Campbell Date: Wed Apr 22 10:43:18 2015 +0100 Merge pull request #3345 from douyasi/master fix downloads svg icon path commit ee0bb122820bfadbb405a19b7b521bb11ae6870c Author: 飞扬 Date: Wed Apr 22 17:14:32 2015 +0800 Update readme.md fix downloads svg icon path commit 2d9b6958ecef4c9195dc6036ae66b5f7ff575206 Author: Taylor Otwell Date: Tue Apr 21 14:42:23 2015 -0500 Simplify opening routes. commit 111fdeba8fb13d1ffe65de7d6988d4bfeb01e3bd Author: Taylor Otwell Date: Tue Apr 21 14:39:47 2015 -0500 Don't compile service providers by default. commit 423eba968f6641c7fd7fb156c8c5e22ad3bd56e2 Author: Taylor Otwell Date: Mon Apr 20 08:15:08 2015 -0500 fix email commit f9ac0b384ac64b024dfcf277fd80daa52b941142 Author: Barry vd. Heuvel Date: Mon Apr 20 09:15:42 2015 +0200 Add security contact to readme commit 2040080fabeb9f3fa22a0df8cf5214e7f22f0b54 Merge: 3b7e6dcd 3dcefec0 Author: Graham Campbell Date: Sun Apr 19 11:04:21 2015 +0100 Merge pull request #3343 from TheShiftExchange/patch-2 [5.1] Add new middleware commit 3dcefec0bd23cac9c4a382b9d34fe79e05c7be90 Author: Laurence Ioannou Date: Sun Apr 19 15:13:32 2015 +1000 Update Kernel.php commit 3b7e6dcdca9c686db6812cf7a1c778fb67b7cea0 Merge: 3516f4f6 a9a59c1a Author: Taylor Otwell Date: Fri Apr 10 22:19:42 2015 -0500 fix a bunch of stufF commit a9a59c1a867bbe64fe6efcc26f26212af367c3ef Merge: 8eb96909 ddf92f95 Author: Taylor Otwell Date: Fri Apr 10 22:15:10 2015 -0500 Merge pull request #3338 from makque/patch-1 Defining global patterns before parent boot function call commit ddf92f951301cd44d4b249ba40d62898cd56b045 Author: Mark Kevin Que Date: Fri Apr 10 13:59:42 2015 -0400 Defining global patterns before parent boot function call Kindly check if my assumption is correct? In relation to this issue, http://stackoverflow.com/questions/28251154/laravel-5-0-dev-defining-global-patterns-is-not-working/29567578#29567578 and https://laracasts.com/discuss/channels/general-discussion/route-global-pattern-in-routeserviceprovider-not-working-in-laravel-5?page=1 or this could be a different issue/bug thanks! commit 8eb969098b9d8c03267403d840747440d4f060c0 Merge: 39107a78 0d08fcf2 Author: Taylor Otwell Date: Thu Apr 2 13:38:24 2015 -0500 Merge pull request #3334 from GrahamForks/compiled Correctly deal with the compiled file commit 0d08fcf28107508a3f6135ae421fd06b29bc4371 Author: Graham Campbell Date: Thu Apr 2 16:08:31 2015 +0100 Fixed a typo commit c4aff28a4a0d1449e19b4a08e3d99464c253bccb Author: Graham Campbell Date: Thu Apr 2 15:15:00 2015 +0100 Correctly deal with the compiled file commit 39107a78c2db5c105b91d5076a54350cf462f98d Author: Taylor Otwell Date: Wed Apr 1 09:08:53 2015 -0500 Key rename. commit 609ec5afe7b0d3d26ba602b29a12d1caba14f61b Merge: fcdb4cca cfc8221f Author: Taylor Otwell Date: Wed Apr 1 09:08:20 2015 -0500 Merge pull request #3328 from mul14/remove-unnecessary-gitignore-in-storage Delete unnecessary .gitignore file commit fcdb4ccaa063f49339d88f173d1be689aebef7cd Merge: 7ac2f378 c0a78c03 Author: Taylor Otwell Date: Wed Apr 1 09:07:36 2015 -0500 Merge pull request #3329 from TheShiftExchange/patch-2 Minor update to Stripe config commit c0a78c033c13d0e2803c5c563de9486385c0aba6 Author: Laurence Ioannou Date: Thu Apr 2 01:00:21 2015 +1100 Update services.php commit cfc8221f324c84cc467131014279f2cadf477c38 Author: Mulia Arifandi Nasution Date: Wed Apr 1 16:59:28 2015 +0700 Delete unnecessary .gitignore file The `laravel.log` already ignored in `storage/logs/.gitignore` file. commit 7ac2f3782c04a354ce60d63c259c937ecb256ac7 Merge: 0b463cef 6449472e Author: Taylor Otwell Date: Sun Mar 29 22:32:12 2015 -0500 Merge pull request #3323 from EliuFlorez/patch-15 Update app.php commit 6449472ef7c7899785fb05bbed8eb7f5c3a08395 Author: Eliu Florez Date: Sat Mar 28 13:44:46 2015 -0430 Update app.php commit 0b463cef806f18d7cdb2943a9bf949bec4874e56 Author: Taylor Otwell Date: Fri Mar 27 10:59:17 2015 -0500 Remove lock file. commit 3516f4f6771bd1817d08b529549c4f4a449e672f Author: Taylor Otwell Date: Fri Mar 27 10:38:03 2015 -0500 Use single logs by default. commit 84028d4981799dc65bc1bf6122b75c9681875f20 Merge: 4e0b15fb 9534ded8 Author: Taylor Otwell Date: Thu Mar 26 14:05:09 2015 -0500 Merge pull request #3320 from garygreen/ftp-adapter Add FTP adapter to filesystem config commit 9534ded88310ed9335fd088d639e69b517a7b5be Author: Gary Date: Thu Mar 26 17:13:56 2015 +0000 Add FTP adapter to filesystem config commit 4e0b15fba1c997405926049d683e25c2101ceb9f Author: Taylor Otwell Date: Wed Mar 25 10:20:08 2015 -0500 Use new bootstrap/cache for cached optimizations loaded during bootstrapping. commit 7bddbdc2a1f8d9c23205707e74455d74684e3031 Merge: c822db1f 3f638401 Author: Taylor Otwell Date: Tue Mar 24 16:06:56 2015 -0500 Merge pull request #3318 from TheShiftExchange/patch-1 Update services.php commit 3f638401446f792c94b73f51a4fd1dc40f91e968 Author: Laurence Ioannou Date: Tue Mar 24 17:53:24 2015 +1100 Update services.php commit 3e9422b74f4acdd5765d1da5a2d25b8887fe4a24 Merge: 1f5681b3 0bbe752e Author: Taylor Otwell Date: Sat Mar 21 11:09:32 2015 -0500 Merge pull request #3315 from taiyaei/fix-spacing [develop] Fix indent format. commit 0bbe752e87f0361ad9e401804ca3afae7cb4c774 Author: Austin H Date: Fri Mar 20 20:30:50 2015 -0700 Fix more spacing. This converts AppServiceProvider to spaces since it wasn't and removes a few empty lines after class declarations. commit 1f5681b398fd5f9d308793a6d0f352149b35f967 Author: Taylor Otwell Date: Fri Mar 20 10:26:19 2015 -0500 Remove space. commit 5e11f87de2c8f9303e6e296d74ec5f7f2093fd9b Author: Taylor Otwell Date: Wed Mar 18 12:55:56 2015 -0500 Remove auth scaffolding to make it opt-in. commit 5644e8e320e63fe5463a6fb0f78fae3c4df633c7 Merge: ce5bcb2f c822db1f Author: Taylor Otwell Date: Fri Mar 13 22:04:40 2015 -0500 fix conflicts. commit c822db1f5bee1f8cb48d3ff2fd459a51159b00a5 Author: Taylor Otwell Date: Fri Mar 13 22:02:50 2015 -0500 Update compiled file directory. commit 7cbe38c0a952029d1428d30810dbfe5c16d348e2 Merge: 393569bf 3bd05849 Author: Taylor Otwell Date: Wed Mar 4 09:41:28 2015 -0600 Merge pull request #3302 from EliuFlorez/patch-13 Update server.php commit ce5bcb2f8f6758f8d4b1fa255d46f98a9e960b56 Merge: 8909e755 fad5c6ee Author: Taylor Otwell Date: Wed Mar 4 09:40:37 2015 -0600 Merge pull request #3304 from sineld/develop support for unencrypted mail server usage like mailcatcher.me commit fad5c6ee9ba01b03d2da51dd13d790b4009ad799 Author: Sinan Eldem Date: Wed Mar 4 11:26:14 2015 +0200 support for unencrypted mail server usage like mailcatcher.me commit 3bd058492053e2d5fd5a6adf12eff84fc96f34b4 Author: Eliu Florez Date: Tue Mar 3 22:43:33 2015 -0430 Update server.php Replace and by && commit 8909e7555223b8acaba5d2bb492d1c465154852b Author: Taylor Otwell Date: Mon Mar 2 15:31:27 2015 -0600 Some spacing. commit c9c0380b3496053b79d04a7173de52b379296fa1 Author: Taylor Otwell Date: Sun Mar 1 21:35:37 2015 -0600 Just use helper function in middleware. commit 055edad2168700ac46574405b9db4f3f2026525d Merge: 5e71cc52 393569bf Author: Taylor Otwell Date: Sun Mar 1 21:34:01 2015 -0600 Merge branch 'master' into develop commit 393569bfda7998a6fc2024f884f2c6c73a9f8879 Merge: 62499692 43f66d59 Author: Taylor Otwell Date: Sun Mar 1 21:24:25 2015 -0600 Merge pull request #3294 from MarkRedeman/master Added QUEUE_DRIVER to .env.example commit 43f66d59764d4f3d6eb01f3d85056a89696a52e6 Author: Mark Redeman Date: Sun Mar 1 19:31:33 2015 +0100 Added QUEUE_DRIVER to .env.example commit 5e71cc5232dc7235c609ff526bf8e06991932416 Merge: 5e71bcae 62499692 Author: Taylor Otwell Date: Thu Feb 26 09:56:50 2015 -0600 conflicts. commit 6249969271a6d8adea5df8efdd41de93c2bd15d6 Merge: 4929781b 4802aec0 Author: Taylor Otwell Date: Thu Feb 26 09:56:07 2015 -0600 Merge pull request #3283 from mathewhany/master Update app.blade.php commit 4802aec0193195455a3d7522922bfebbcaeba663 Author: Mathew Hany Date: Thu Feb 26 07:21:11 2015 -0800 Update app.blade.php commit 5e71bcae3cbe1e60e3fff24afe7d4406009c13c7 Author: Taylor Otwell Date: Thu Feb 26 07:45:20 2015 -0600 fix bad merge. commit 338f5f1cce65137f35ceed176a26355dcb9cf575 Merge: 73e1c71e 4929781b Author: Taylor Otwell Date: Thu Feb 26 07:42:24 2015 -0600 fix conflicts. commit 4929781b953c38e265cadeb33fa97195031797fe Merge: 78e24acf 92510f7e Author: Taylor Otwell Date: Thu Feb 26 07:39:30 2015 -0600 Merge pull request #3282 from mathewhany/master Update app.blade.php commit 92510f7e88bec345bb23748e28e484e26649e62c Author: Mathew Hany Date: Thu Feb 26 01:53:27 2015 -0800 Update reset.blade.php commit 95d708379fde1c001c07ef44ac1ffe40ed4ef5f3 Author: Mathew Hany Date: Thu Feb 26 01:52:00 2015 -0800 Update register.blade.php commit c07377b23070196e965cf2fa8418695822de7b88 Author: Mathew Hany Date: Thu Feb 26 01:50:08 2015 -0800 Update password.blade.php commit 7ea1213884f9456548e201c6f936a54fbdb8613f Author: Mathew Hany Date: Thu Feb 26 01:49:18 2015 -0800 Update login.blade.php commit 4e0ad9e6fcb6b1049d1be185b680847ed9e9c31d Author: Mathew Hany Date: Thu Feb 26 01:44:03 2015 -0800 Update app.blade.php commit 99f2f1949f4ec692c91b1399a32b528a133e60fb Author: Mathew Hany Date: Thu Feb 26 01:38:17 2015 -0800 Update app.blade.php commit 73e1c71e70846ff2cb960a7635e2cd4d2f80a872 Merge: eacb058c 4f88bcb4 Author: Taylor Otwell Date: Wed Feb 25 08:03:24 2015 -0600 Merge pull request #3279 from marcus-herrmann/develop Use "for" attribute on labels in auth views commit 4f88bcb4e1ae0acb9a5d992655c059a9a204eaa6 Author: mhe Date: Wed Feb 25 09:17:59 2015 +0100 Use "for" attribute on labels in auth views commit eacb058cafc0064b088a5cd67fd55f633a580661 Author: Taylor Otwell Date: Tue Feb 24 20:07:09 2015 -0600 Connection setting in Redis queue. commit e590bf2223e461c084044bb7147d4f42de2ee4f8 Merge: 4c78958b 78e24acf Author: Taylor Otwell Date: Tue Feb 24 19:59:13 2015 -0600 Merge branch 'master' into develop commit 78e24acf2ae2637b1b4d8b65f9b6a19edb9f5fc2 Merge: 1cf4fb6b 6b496a72 Author: Taylor Otwell Date: Tue Feb 24 19:58:56 2015 -0600 Merge pull request #3278 from jpkleemans/patch-1 Updated Run The Application comment commit 6b496a7209a024ce965ba24b831a295202582a57 Author: Jan-Paul Kleemans Date: Mon Feb 23 19:12:15 2015 +0100 Updated Run The Application comment commit 4c78958b5b7de2b80a1b7a2699a7218d3caf478f Author: Taylor Otwell Date: Sun Feb 22 22:37:16 2015 -0600 Tweak a few things. commit cc2139ac9135e6ae917d6b0480575878b1d1e449 Author: Taylor Otwell Date: Sun Feb 22 21:56:03 2015 -0600 Tweaking a few things. commit f424b87a637c0c01854e7ec1f6a0ec786cd0b3e9 Author: Taylor Otwell Date: Sun Feb 22 20:47:03 2015 -0600 PSR-2 for app. commit 76d4c11c0f184cf69457a7e847f0ab21c14e5270 Merge: 2f178605 1cf4fb6b Author: Taylor Otwell Date: Sun Feb 22 19:58:23 2015 -0600 Merge branch 'master' into develop commit 1cf4fb6bd620797b04ff9f2d071c00180b035e7c Merge: 4e444b08 eae3689b Author: Taylor Otwell Date: Sun Feb 22 19:55:15 2015 -0600 Merge pull request #3243 from mikefrancis/patch-1 Remove inline styling, add class to link commit 4e444b0820ec3c4b466287407c5b3f466a15886f Merge: 29059a63 3d14dc9a Author: Taylor Otwell Date: Sun Feb 22 19:54:21 2015 -0600 Merge pull request #3245 from webpatser/hotfix/npm-warning Get rid of npm warning: "npm WARN package.json @ No repository field." commit 29059a636533549458ae70790b2c7883a9ab7606 Merge: c357eb0c cb2c469a Author: Taylor Otwell Date: Sun Feb 22 19:54:10 2015 -0600 Merge pull request #3246 from Garbee/filemode-queue Remove executable status from queue config. commit c357eb0ccdc116332dc4fbcf08cbdb6b7c2e97da Merge: 1c58722f 8f6489ef Author: Taylor Otwell Date: Sun Feb 22 19:53:37 2015 -0600 Merge pull request #3250 from bbashy/patch-1 Use relative href on 503 font path commit 1c58722f023248d102ad5ee4503c3d23bb403190 Merge: 94000aec e01c1736 Author: Taylor Otwell Date: Sun Feb 22 19:52:47 2015 -0600 Merge pull request #3258 from fwForks/master Added tag commit 94000aec2eeda851f218176632f746a6b77bff40 Merge: c9afa348 2c2488e4 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Feb 22 19:52:33 2015 -0600 Merge pull request #3260 from itised/master config options for larval/framework pr #7409 commit c9afa3480f1c6263ac6f81c3a43128682c33238b Merge: 41b9969c 96e64ef6 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Feb 22 19:52:20 2015 -0600 Merge pull request #3262 from mikedugan/master remove unused use statements commit 41b9969c45af5dd33634ce347ca9dbbc3acf3710 Merge: 8e15c7f7 c4635187 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Feb 22 19:52:11 2015 -0600 Merge pull request #3265 from TheShiftExchange/patch-1 Have logical default for Queue Driver when testing commit 2f1786055d93ffd946a418bd2d96f6d50ff93075 Merge: 01cf5f18 8e15c7f7 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Feb 22 19:50:13 2015 -0600 Merge branch 'master' into develop commit 01cf5f183a6c381b33046c5e381e2a2a5d70c238 Merge: 1500a186 c170c76d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Feb 22 19:49:32 2015 -0600 Merge pull request #3267 from GrahamForks/fix Fixed 5.1 installation commit 8e15c7f73ebb541967560a38b46ea75d58dfaa02 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Feb 22 19:48:52 2015 -0600 A few tweaks to mail config. commit cc09679c81fcd5f328956603a32adc6377f241ff Merge: 7a5a5c7e 4310e0b3 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Feb 22 19:46:43 2015 -0600 Merge pull request #3269 from martinbean/set-mail-defaults [5.0] Set mail config values in .env file. commit 7a5a5c7e38ac9e7b7d69880323db52363beef25b Merge: e3630a53 fe503cda Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Feb 22 19:46:02 2015 -0600 Merge pull request #3273 from theravel/master Glyphicons are absent from Bootstrap commit 1500a186966a4dad78032f13c5655d633c643d37 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Feb 20 20:49:06 2015 -0600 Tweak some jobs and names. commit fe503cda32a716a7e95623e20a0e5a3f831b6a7a Author: dtarasov <dtarasov> Date: Thu Feb 19 11:37:26 2015 +0300 Glyphicons are absent from Bootstrap commit 4310e0b3eaac71ae998c8a646b40608c6a5465f4 Author: Martin Bean <martin@martinbean.co.uk> Date: Tue Feb 17 16:04:27 2015 +0000 Made mail config values configurable by .env file. commit d2d9c79e4ff56ef814e10c8aa57a2e97ecebe60d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Feb 16 23:37:05 2015 -0600 Tweaks. commit d5f285ba8b36e4533b4b9b228285dd2c941866cc Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Feb 16 23:36:48 2015 -0600 Simplify authentication. Remove service. commit c170c76dc25f043427c30f9dd2aad837e2d98278 Author: Graham Campbell <graham@mineuk.com> Date: Sun Feb 15 14:57:50 2015 +0000 Fixed 5.1 installation commit c4635187c763fe94a3dd7e679dab684b2d9612ee Author: Laurence Ioannou <theshiftexchange@gmail.com> Date: Sat Feb 14 18:45:27 2015 +1100 Update phpunit.xml commit 96e64ef66c69cc8e0c7960ea0c973b7f8b400db2 Author: Mike Dugan <mike@mjdugan.com> Date: Fri Feb 13 15:10:04 2015 -0500 remove unused use statements commit 2c2488e4bdb7ab5ce7ec876b1c9cd0cf2b38bb29 Author: Edward DeMaio <ed@itsed.com> Date: Thu Feb 12 21:31:22 2015 -0500 fixed spacing issue commit 13efed3ca41ee18927a0ca4355412240d211e19a Author: Edward DeMaio <ed@itsed.com> Date: Thu Feb 12 21:29:54 2015 -0500 added url_type option to cloud files config added default url type to Rackspace Cloud Files config to match the pr #7409 in laravel/framework commit d75ed3386195619869f1b8f5133d34ac2588c6d8 Merge: da6fc175 e3630a53 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Feb 12 13:16:00 2015 -0600 Merge branch 'master' into develop commit e3630a53af10d10b357fa5c145927c89c64db3ac Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Feb 12 13:15:45 2015 -0600 Use vendors. commit da6fc175fb91bdbb6c34aac1f7d35229d2d137ef Merge: 38aae749 e11deb14 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Feb 11 12:52:56 2015 -0600 Merge branch 'master' into develop commit e11deb1412fbdc918f9c16157fc1e46db19fb2e2 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Feb 11 12:52:49 2015 -0600 Tweak ignores. commit 38aae749a3a71b101b006ff4170ed36433ccfb03 Merge: b2c29629 d57e7855 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Feb 11 12:51:01 2015 -0600 Merge branch 'master' into develop commit d57e785564916b955bb6a0e06dcc1677286cb78d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Feb 11 12:50:34 2015 -0600 Fix order. commit 3084c2ae62ec13b8181c94aa0a78c0a9a5c1bcac Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Feb 11 12:49:50 2015 -0600 Ignore a few paths in linguist. commit e01c17369fb9876bbb2f9df0b53b1659407229ea Author: Florian Wartner <f.wartner@avanalabs.de> Date: Wed Feb 11 02:01:45 2015 +0100 Added <title> tag commit 8f6489ef2f3103df4f67498b479d5a001d9ece12 Author: Ben Sampson <bbashy@users.noreply.github.com> Date: Sun Feb 8 05:07:57 2015 +0000 Use relative href on 503 font path commit b2c296292c6e1ec5814b1e85b02cda0117ac5a48 Merge: 9da5d30b 35acc540 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Feb 6 13:40:06 2015 -0600 Merge branch 'master' into develop commit 35acc5408c4b6ad73c95f3bb5780232a5be735d5 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Feb 6 13:37:48 2015 -0600 Simplify exception handler. commit cb2c469a5299eb0ddd5a1ab08ab0abac213172a9 Author: Jonathan Garbee <jonathan@garbee.me> Date: Thu Feb 5 11:03:35 2015 -0500 Remove executable status from queue config. commit 3d14dc9a5d76985c13e18ae505255dd6dd16bff6 Author: Christoph Kempen <christoph@downsized.nl> Date: Thu Feb 5 11:48:57 2015 +0100 Get rid of npm warning: "npm WARN package.json @ No repository field." commit eae3689b35652487dc0f8ace09dcf5ac32f7e0f3 Author: Mike Francis <mikeffrancis@gmail.com> Date: Wed Feb 4 15:10:44 2015 +0000 Remove inline styling, add class to link Doing so negates the need inline styling, as Bootstrap has a `btn-link` class which works with grouped buttons. commit 9da5d30bf71f78b822a0b67356502d443d96b955 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Feb 4 08:17:58 2015 -0600 upgrade version. commit 61842064b73426ce84dbacfa97193dae645fdc22 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Feb 4 08:17:48 2015 -0600 upgrade version. commit da60de89734f0bb2e8135d9a3c5ecb94404959e4 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Feb 4 08:17:25 2015 -0600 use stable commit b2c7954e1e8de7ed6818109d098fcabe1f7ecbf4 Merge: 4552d93b a70c11fc Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Feb 4 08:14:34 2015 -0600 Merge pull request #3235 from jhmilan/develop Mentioning new config option commit 4552d93b66c51aaa0f07b80df3e9f950498fd5bc Merge: b07b9f84 8bf428c1 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Feb 4 08:14:16 2015 -0600 Merge pull request #3234 from DavidLemayian/patch-1 Use no protocol to fetch Lato font commit b07b9f8426913e02d9b70c3b07a66ead7e28c026 Merge: 009c2fbd b600d877 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Feb 4 08:13:14 2015 -0600 Merge pull request #3240 from danharper/patch-1 [5.0] Add "node_modules" to .gitignore commit 009c2fbd2635ad23aff1338a21fcfc182c72cf87 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Feb 3 09:02:18 2015 -0600 Tweak artisan file. commit b600d877f11e7b5ea55d1eb8a47391f8797883e4 Author: Dan Harper <intouch@danharper.me> Date: Sun Feb 1 11:16:11 2015 +0000 Add "node_modules" to .gitignore Seems sensible if Laravel's going to push Elixir. A person unfamiliar with the node ecosystem should be able to use Elixir with ease, however I don't feel they should necessarily know up-front that they should add node_modules to their global .gitignore file. commit a70c11fccebddb9f4b0deb1f5f57daa068fb1ff1 Author: Jose H. Milan <jose@square.io> Date: Thu Jan 29 09:46:32 2015 +0100 Mentioning new config option as per Taylor request https://github.com/laravel/framework/pull/7173#issuecomment-71988006 commit 8bf428c193475ca95face345a37816239b827daa Author: David Lemayian <dlemayian@gmail.com> Date: Wed Jan 28 21:42:54 2015 +0300 Use no protocol to fetch Lato font When using https://example.com, the welcome page design looks off due to fetching the Lato font on http://. Ref: https://github.com/laravel/framework/issues/7159 Better yet, instead of https:// or http://, // commit e0c22a6e716fb92f0acf577ca7bfd05a4f74999f Merge: c3e3d9dc eb63ae5e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jan 27 14:54:20 2015 -0600 Merge pull request #3233 from GrahamForks/stability Use stable dependencies commit eb63ae5ee5aae7877e9b5e9eacc423f027c1880d Author: Graham Campbell <graham@mineuk.com> Date: Tue Jan 27 20:39:24 2015 +0000 Use stable dependencies commit c3e3d9dc4b8a4f6f52f1f89233f2a1d19011fc24 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jan 26 19:32:22 2015 -0600 Include CSRF middleware in base install for easy override / whitelist. This makes it easy to skip CSRF verification for things like web hooks and such from GitHub / Stripe. commit 9b9c12fcde3b26004bc1bf44fa78ffb2ca83d3ae Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jan 26 10:46:43 2015 -0600 Update facade. commit 0ec2d01fa4654a167b723ae20b0ac0b3e055ffba Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jan 26 10:35:14 2015 -0600 Add Disk facade. commit 7dc60a86dc66a92d5046e811cb4fb325250c7a3b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jan 26 10:34:01 2015 -0600 Add Eloquent alias. commit 33e19b852e36b9172f880967e7acb7ce0d885020 Merge: 57eb4066 5da4d51f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jan 26 10:20:58 2015 -0600 Merge pull request #3026 from paulofreitas/develop Add support for configuring AWS S3 region. commit 57eb4066adc4a1990595e4f1681b17f7a1799143 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jan 24 21:09:51 2015 -0600 Rename package views directory. commit ed2c0546d1c93b78cfcb4148b754066a1e4df045 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jan 23 14:44:20 2015 -0600 Add Bus facade. commit ad695e20bc1a616737295211575b0709bbf7dd44 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jan 22 17:15:34 2015 -0600 Call parent boot. commit 86b0ae08963d36a727120e6e10352cc108c4cf2e Merge: fbbfa5a5 82cf2052 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jan 22 16:49:32 2015 -0600 Merge pull request #3221 from billmn/patch-1 [5.0] Allow to use $router in routes file commit fbbfa5a5d6730d2fbc7d98d44e8260d4199d8ea2 Merge: c99d4e39 fd7f5a73 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jan 22 16:49:16 2015 -0600 Merge pull request #3227 from jaylinski/develop updated elixir description in gulpfile from sass to less commit c99d4e396bc0bcfeb1d9b295524e0bb96ff9fed3 Merge: 0089439a a348910c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jan 22 16:49:06 2015 -0600 Merge pull request #3228 from JoeForks/fix/event-sp [5.0] Fix app event service provider contract commit a348910c07d471259fba6d6438bb4f47d3d9b33b Author: Joseph Cohen <joseph.cohen@dinkbit.com> Date: Thu Jan 22 16:00:54 2015 -0600 Fix app event service provider contract commit 0089439a33dd8a8804f3e180ee618b7223414a92 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jan 22 15:28:02 2015 -0600 A few tweaks. commit fd7f5a73a57db070e9fb5afebd67ae09040da82a Author: Jay Linski <jakob@linskeseder.com> Date: Thu Jan 22 21:32:32 2015 +0100 updated elixir description in gulpfile from sass to less commit 82cf205242911d8158a4173e422c70590d2a7867 Author: Davide Bellini <davide.bellini@selfcomposer.com> Date: Wed Jan 21 10:18:18 2015 +0100 Allow to use $router in routes file commit 8780949bece27baffe73a02366e7b03e5e008869 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jan 20 16:08:56 2015 -0600 Make route loading a little more explicit. commit f248da36c36c4eee6eee9d4bcfe4c048d6c59467 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jan 20 11:11:43 2015 -0600 Tweak doc blocks. commit 013007a9e11d23a8e1a2ed39d80c4a4484d38107 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jan 20 11:09:40 2015 -0600 Move constructor to app. commit 61ff20256b28b8edef97ca8f35bc9168a1649f61 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jan 20 11:06:17 2015 -0600 Moving auth constructor to app. commit 8e81489c97957823a9c73fe57dd193ef3b9e00c3 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jan 19 21:58:01 2015 -0600 Add back in server file. commit 9e6613f3b8b448a6b2d084b07ae8b46cd2461b8c Merge: 86791280 f8148e7c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jan 19 13:29:08 2015 -0600 Merge pull request #3219 from joecohens/patch-1 [5.0] Typo commit f8148e7ccd3e7bac2bad8dde1215b595e30e971c Author: Joe Cohen <joseph.cohen@dinkbit.com> Date: Sun Jan 18 23:07:32 2015 -0600 Typo commit 86791280d654b6e2530c6ed8591dd6c773c947dd Merge: b6ce0e51 fdc9b93e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jan 18 19:44:04 2015 -0600 Merge pull request #3216 from TheShiftExchange/patch-1 [Bug] Composer create-project key:generate currently broken commit b6ce0e513eb4154cf5eb5ddf7962dcd047419ac2 Merge: b4b12e91 85182ec0 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jan 18 19:42:58 2015 -0600 Merge pull request #3218 from hannesvdvreken/patch-1 copy .env file as after create project commit 85182ec062a8c2c9e255e5545343b9e585e4b3fa Author: Hannes Van De Vreken <vandevreken.hannes@gmail.com> Date: Sun Jan 18 10:50:07 2015 +0100 copy .env file as after create project Will work on any os. commit fdc9b93edd26df9dc3c14ede955f54881e3c2238 Author: Laurence Ioannou <theshiftexchange@gmail.com> Date: Sun Jan 18 13:17:49 2015 +1100 Update app.php commit b4b12e91f890b6d9ff5b8c98112e7810acbc711e Merge: 26fce312 c170d0dc Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jan 16 09:50:10 2015 -0600 Merge pull request #3213 from ebynum/develop Remove comment from duplicate bootstrap instance. commit c170d0dc38dd17ed8451177b23fba4968b610c1e Author: Ed Bynum <bitbucket@ebynum.com> Date: Fri Jan 16 09:34:38 2015 -0600 Remove comment from duplicate bootstrap instance. commit 26fce312c5e5d51ae32e97128a06599b7cfd2d21 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jan 15 22:24:45 2015 -0600 Remove duplicate bootstrap reference. commit 359af29ef3fd67b12029fa2a4b0455a9bf4731c2 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jan 9 11:51:17 2015 -0600 Try a lighter version of the auth scaffolding. commit ce20ef22c1cc7a450c5499162ca97a3887963269 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jan 7 15:29:01 2015 -0600 Remove command suffix. commit 083db95b95cab9f91ff78100081f9789dac46617 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jan 5 13:48:35 2015 -0600 Views. commit caa166f5d6ded18f2d3f11612433e90f5a1150e9 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jan 5 13:16:21 2015 -0600 Remove middleware interface. commit df6fa97d706e904e44259f9c9d7caa577fef8508 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jan 2 16:30:29 2015 -0600 Fix directory. commit 203a0c3ba176dba6ddf2e4aecd3648452ca2273c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jan 2 16:29:33 2015 -0600 Change compiled path. commit ff13943dbeef2d4e254cbd6bc2090875ea72cb4b Merge: 6d078c1d 38e9a241 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jan 2 16:27:45 2015 -0600 Merge pull request #3200 from overtrue/patch-3 [5.0]Modify the wording of env() default values commit 6d078c1d58f187b25a1d90165cbc0b170cb880ef Merge: e2d0ab67 90f8e8bd Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jan 2 16:27:27 2015 -0600 Merge pull request #3203 from jumilla/develop Remove config for workbench. commit e2d0ab67e8bbeaca85373e15ed0ff8293eccb415 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jan 2 14:48:05 2015 -0600 Add to the compiler. commit c1db7050eab33e789b82be2de9b4f90853fa970f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jan 2 14:47:42 2015 -0600 Add a basic service provider for config overwriting. commit c7eecb1c918c1d70641b2c819e09fc912bc67f85 Merge: 223ff10d a09c0602 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jan 2 13:01:37 2015 -0600 Merge pull request #3198 from ibrasho/switch-order-of-providers Switch the order of app providers commit 223ff10d40b18fe26d7d7b268493ae60a0ddb80a Merge: dc384fe1 88b90c72 Author: Graham Campbell <graham@mineuk.com> Date: Tue Dec 30 22:53:08 2014 +0000 Merge pull request #3205 from GrahamForks/strict Add "strict" setting for MySQL connection commit 88b90c7218c4b2a6c98d410078059f994d1a9356 Author: vlakoff <vlakoff@gmail.com> Date: Sun Dec 28 15:29:37 2014 +0100 Add "strict" setting for MySQL connection. Signed-off-by: Graham Campbell <graham@mineuk.com> commit 90f8e8bd9ce1c46db31ab63f31a9558b12fdc318 Author: Fumio Furukawa <fumio@straight-spirits.com> Date: Wed Dec 31 03:09:37 2014 +0900 Remove config for workbench. commit 38e9a241db7a043a0c7a67bd6bd99d08e55795c2 Author: Carlos - 安正超 <anzhengchao@gmail.com> Date: Tue Dec 30 09:13:55 2014 +0800 Modify the wording of env() default values commit a09c060268e7c7ba5aa773893b1eda75214be8aa Author: Ibrahim AshShohail <ibra.sho@gmail.com> Date: Sun Dec 28 16:54:19 2014 +0300 Switch the order of app providers commit dc384fe1f5eca0d7bfb4d3a00f2b067976066075 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Dec 27 16:45:11 2014 -0600 Stub out some folders for jobs / commands and events. commit 3cfe2a0c85c379c66fbd9d6501b81cec92757409 Merge: c84e2fa0 ef6dc637 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Dec 25 11:14:24 2014 -0600 Merge pull request #3196 from ytake/develop fixed MemcachedConnector Illegal string offset 'host' commit c84e2fa0359a0c197128e8ec1f1cf0fc432dad3e Merge: b60f57e7 56933e9d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Dec 25 11:14:09 2014 -0600 Merge pull request #3197 from coderabbi/develop Update index.php - Fix Comment Lengths commit 56933e9d3d486ae4b5a4486407ce217c79b964d4 Author: Yitzchok Willroth <coderabbi@gmail.com> Date: Wed Dec 24 18:47:55 2014 -0500 Update index.php - Fix Comment Lengths What do you get the man who has everything? Why _perfect_ 'less four' declining length comments,of course... Happy holidays! :-) commit b60f57e77b9284d823292e711ee8f86b615679f3 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Dec 23 16:45:03 2014 -0600 Simplify routes file. commit 7b892e2452006a9cc0c750f09cd55274ae036d06 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Dec 23 16:18:38 2014 -0600 Allow session encryption. commit 5ce23f1859b7d25dffe173ef238f243a4856faa4 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Dec 23 10:51:14 2014 -0600 Setup some stuff for config caching. commit ef6dc637ddbf7f42bc59437fd0bc6693f303d652 Author: yuuki takezawa <yuuki.takezawa@comnect.jp.net> Date: Sun Dec 21 14:32:27 2014 +0900 fixed commit 49cbb23ac5ee83708319039dc45423c76ad08a06 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Dec 19 16:00:18 2014 -0600 Sample database config. commit 8f6db28661f6e763c0cc95f141bad8f3a5553c62 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Dec 16 22:01:17 2014 -0600 Add connection settings to cache config. commit 8d9bbc1c26ef88ec72eacd6a82388d8a16d27614 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Dec 16 17:44:56 2014 -0600 Update cache configuration. commit 3646070dc125f65dad2b1e1ec4877e3849e1781e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Dec 16 16:10:19 2014 -0600 Add expire option by default. commit e2b7f92abeb2060d775d7fb27e09650d9bc768f9 Merge: 78b9b7d9 2b8311f7 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Dec 16 13:47:47 2014 -0600 Merge pull request #3046 from driesvints/feature/phpspec-config-file Add PHPSpec config file and dependency commit 78b9b7d9b9e43aeb79bf80f1251927d29ab7fe7e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Dec 15 13:07:32 2014 -0600 Use string "true". commit 93434d8679efba4b380027798ae8326189f6a00b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Dec 15 13:07:04 2014 -0600 Use the "Env" helper which has boolean support. commit a6a0aab6c6ba4af0bb44dd9be19d35248233b92a Merge: 01adbfbb ac1e6397 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Dec 15 13:04:20 2014 -0600 Merge pull request #3188 from anhskohbo/patch-3 Fixed artisan optimize crash commit ac1e639715efb8dee6bf3ac067163b837acf4b0e Author: Nguyễn Văn Ánh <anhsk.ohbo@gmail.com> Date: Mon Dec 15 23:27:40 2014 +0700 Fixed artisan:optimize crash commit 01adbfbb5f01346e5adcbbf3ea0d44de90874083 Merge: 7a8b2256 931f0eb8 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Dec 15 10:01:44 2014 -0600 Merge pull request #3187 from GrahamForks/autoload-dev Make use of autoload-dev commit 931f0eb8407b5ba97886c20944b719af5e39df41 Author: Graham Campbell <graham@mineuk.com> Date: Mon Dec 15 15:53:52 2014 +0000 Make use of autoload-dev commit 7a8b2256a353656edec41eb222b2da1da1e4a722 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Dec 15 08:49:07 2014 -0600 Update value. commit b1dc129af5eed8e8247a33fe3aa4aa26e5d86d66 Merge: 83a5602d 858bf036 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Dec 15 08:45:49 2014 -0600 Merge pull request #3132 from winglian/develop use APP_KEY from environment if available for the secret key commit 83a5602df1eb4f1d58e9300da82ac6eef064b1b3 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Dec 15 08:44:30 2014 -0600 Use environment options in database config. commit ce48990bf2b08b04e4f4b490422090854055e4af Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Dec 15 08:42:09 2014 -0600 Tweak some paths again. commit 47971fbba23ea30ebf7ec23b95d6324715de3ebf Merge: 9d3a5828 fb4325c9 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Dec 8 23:57:06 2014 -0600 Merge pull request #3176 from slik/bugfix/artisan_optimize_crash [5.0] Fixed artisan optimize crash commit fb4325c94a79178a4ab053cc05c95238d5bf0503 Author: slik <slik.jay@gmail.com> Date: Mon Dec 8 22:37:08 2014 +0200 fixed artisan optimize crash commit 9d3a58284f1a65c869d0c32db520babc83da920d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Dec 8 10:10:47 2014 -0600 Fix database path. commit 532297c109809e76434acc90e0916a8fda2e9146 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Dec 8 09:31:31 2014 -0600 Work on default project structure. commit 0f881293564e7014dcd6140fa3b441fdae271e68 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Dec 5 16:35:05 2014 -0600 Get rid of resources directory. Unnecessary. commit 2d6b5c20fc2da83e571c18ae3791983041981dfd Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Dec 5 16:27:08 2014 -0600 Delete directory. commit 92f1d8760560abae4ab0ddeae5da73fdddc11add Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Dec 5 16:25:46 2014 -0600 Cleaning up a few things. commit 6db1e2955e5a11f7dc0fa43d862184f22dccbd7f Merge: 6dfafcc4 9309699d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Dec 4 21:13:22 2014 -0600 Merge branch 'config' into develop commit 9309699de1b750918034132b0045e07b9f466712 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Dec 4 21:13:15 2014 -0600 Tweaking setup. commit 6dfafcc402ab29cf10341a2da96e86ba01a99f94 Merge: f86c94b0 a7fe42c0 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Dec 4 19:02:01 2014 -0600 Merge pull request #3148 from dannyvink/develop Fixed register & reset labels. commit f86c94b02ea5aa57cf1bee658ab7f83e4a43371a Merge: 2fc313b8 387156f2 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Dec 4 19:01:46 2014 -0600 Merge pull request #3151 from gregoryduckworth/patch-1 Keep layout in line with other new pages commit 48d1a0ce36eef9ee6aac8b15fabf30dd972a40fb Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Dec 3 21:59:42 2014 -0600 working on some configuration changes. commit 2fc313b8b1505d7c6ca16c52a1c33cf8aed7fc7a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Dec 2 17:21:59 2014 -0600 Clarify the type of response we're looking for. commit 9db97c328574cbd1d9506768fe49a936ab10d803 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Dec 2 17:21:16 2014 -0600 Tweak a few error handling things. commit 35b3e8f3989c422d595ed1e3c78cecd76b30f0f8 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Dec 2 08:52:19 2014 -0600 Fix label name. commit 8ce0d263c107113e9ee67a793c4d4154992b28ab Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Dec 1 21:59:46 2014 -0600 Set fillable array. commit cb484a9d470b1d2919635d7c653606b589782aba Merge: 662bc274 4afcd8c2 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Nov 30 20:28:34 2014 -0600 fix conflicts. commit 4afcd8c278febbe6840dbf8bbb46514818abce59 Merge: ba0cf2a1 06886b73 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Nov 30 20:27:29 2014 -0600 Merge pull request #3136 from melvinsh/patch-1 Removed unnecessary 'else' statement commit 662bc27468f48b1386f9c2caa504b4f624df6aaa Merge: 57a6e1ce e05d7440 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Nov 30 20:26:33 2014 -0600 Merge pull request #3153 from Codeklopper/patch-2 Unused exception reference commit 57a6e1ce7260444719dd3de1fdd7c58cdcdba362 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Nov 30 19:55:11 2014 -0600 Remove properties. commit 5194a437d5f11e9770839cf79c4dfa25ff6a31ac Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Nov 30 14:12:20 2014 -0600 Add a note to the AppServiceProvider. commit 6b939c477c34205a177e8a9d21fa82a1038472d6 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Nov 29 20:14:23 2014 -0600 Tweak some wording. commit 50bdd8e33a4d51f91d2b07c855f9e063d22c4b03 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Nov 29 16:57:46 2014 -0600 Some wording. commit 7afa27927f0b8a80f3d640f352885d3210b01911 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Nov 29 15:48:27 2014 -0600 Tweak some wording. commit 7ba858ddf1779c5120ef75fef188090718e4ecf1 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Nov 29 14:11:26 2014 -0600 Working on some customization. commit 9083f48e974539606346c22f4276198aa76565af Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Nov 29 13:55:38 2014 -0600 Working on removing authentication boilerplate. commit e0afdf4c512f13233b11e963c8b2ba61194218b3 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Nov 28 14:24:24 2014 -0600 Change some CSS. commit e05d7440b2017f8f42e6092545c7eeb4c38d8982 Author: Codeklopper <Codeklopper@users.noreply.github.com> Date: Thu Nov 27 11:39:23 2014 +0100 Unused exception reference commit e558ac6eb24f005ea7661ae2c73a79b13025b2da Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Nov 26 11:34:18 2014 -0600 Change wording. commit 11cf23b4f23fdb661828f2d2b2f0c44ca96fdd46 Author: Codeklopper <Codeklopper@users.noreply.github.com> Date: Wed Nov 26 15:04:23 2014 +0100 Unused exception reference commit 387156f2fb9b6e1ea983c1c94747a6f0f49fe1c5 Author: Greg Duckworth <gregoryduckworth@googlemail.com> Date: Wed Nov 26 09:32:54 2014 +0000 Keep layout in line with other new pages commit 6f7a0c3a05e70782e15dcb207daa9ca828fcd34f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Nov 25 15:43:04 2014 -0600 Change wording. commit da0e51087205f1de74257e248c8bce051dc2eab0 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Nov 25 15:12:16 2014 -0600 Cleaning up auth code. commit 1dd13fcad47c02c347fce68d7af7ef0bea124eaf Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Nov 25 14:46:41 2014 -0600 Craft commit a515125be443a050dc9fe30bf271da12e2271f0c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Nov 25 14:46:15 2014 -0600 Go exploring. commit f427384079b0515b61f882611a53f4f6be7d9d5f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Nov 25 14:45:25 2014 -0600 Cleaning up view. commit 6cb2e544effd9d9fe5fd998a3f3b26540f852f9d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Nov 25 14:43:59 2014 -0600 No borders around circles. commit c03b6c81e734812f661296363a5f76054ce6942a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Nov 25 14:38:04 2014 -0600 Fix spacing a bit. commit ff08741f6965e02890e2fa1cedf4f91631b15fc6 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Nov 25 14:37:52 2014 -0600 Spacing. commit e4c8025b462b911d25f63f9c09aee7766df8d848 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Nov 25 14:37:23 2014 -0600 Tweak spacing a hair. commit 96207679352c8aa7ba62fb12003a8214c566679e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Nov 25 14:36:36 2014 -0600 Change wording. commit 9aa3b0888d4921da0af98d3a581a634a78168e37 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Nov 25 14:35:31 2014 -0600 Remove space. commit 7a5bf6f554510fb8d1a5ddbc51ae43f0c285d4f0 Merge: 75e2aca9 799e6309 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Nov 25 14:34:26 2014 -0600 Merge branch 'develop' of github.com:laravel/laravel into develop Conflicts: public/css/app.css resources/assets/sass/app.scss resources/assets/sass/pages/_welcome.scss resources/views/layouts/app.blade.php resources/views/welcome.blade.php commit 75e2aca9afff557b41395c9348e9b198c6f6eac3 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Nov 25 14:31:22 2014 -0600 Working on default layout. commit 799e630965770fe09ba476ef619f07e833893908 Author: Jeffrey Way <jeffrey@jeffrey-way.com> Date: Tue Nov 25 15:24:49 2014 -0500 Add a couple quick mobile tweaks commit ba1bff0f4ff0e8f2fead8c4e9fd347b83021a2b0 Author: Jeffrey Way <jeffrey@jeffrey-way.com> Date: Tue Nov 25 15:13:55 2014 -0500 Work on welcome page commit d4c2ecc4183d71bb89955e4685fbbe12b87fc030 Author: Jeffrey Way <jeffrey@jeffrey-way.com> Date: Tue Nov 25 15:09:51 2014 -0500 Work on welcome page commit 3c0a1cfb4bdbc6218f443426f394b8d6005b8128 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Nov 25 11:38:04 2014 -0600 Use home as view. commit 372a6d4907d5bed1e68dbe447f9baa8045cfdd80 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Nov 25 09:31:10 2014 -0600 List null driver in list of queue drivers. commit 16357ad29ba464a5b7cfe93a0ca432ce4f653085 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Nov 25 09:20:56 2014 -0600 Authorize all requets. commit d306965007aed4fd9167f48228caa7813d07b7f8 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Nov 25 09:20:26 2014 -0600 Organize requests differently. commit 634c96d8d9d820362cb9e735145555578d9222d1 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Nov 24 19:33:07 2014 -0600 Rename dashboard to home. commit 7a7e366da539d834279c1c9f1805bfbf8e9fe1ed Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Nov 24 14:25:44 2014 -0600 Simplify validation on register stuff. commit 4803d6c8e222b0d29e192d47dbe1e0aba0c34ba3 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Nov 24 13:59:40 2014 -0600 Moe default requests. commit a7fe42c0d8f8f82c859f92232feb4be416ecbbf8 Author: Danny Vink <danny@dannyvink.com> Date: Mon Nov 24 11:41:02 2014 -0800 Fixed register & reset labels. Fixed label assignments so that clicking on the label will focus the correct field. commit a9c9b202b079437daa25b64dececa6c8684238b3 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Nov 24 12:24:01 2014 -0600 Remove comment. commit da9dd7d3894647258d2b02e98f18f10d6a2ae8b8 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Nov 24 12:21:06 2014 -0600 Respect remember me setting. commit 769f2486efcdc7da1db23e01ec370c70b1c6fe66 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Nov 24 12:16:08 2014 -0600 Fixed some fonts. commit f8aeffc76ab9a6baef76b281712d330b90cf1f4e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Nov 24 11:47:49 2014 -0600 Tweak welcome view. commit e0c54591bfb8ed981eb81487aad3ce424ed83c12 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Nov 24 11:46:00 2014 -0600 Include built scripts by default so things work out of box. commit 163e51640eae47b20ba3f1adc90b902a2950dff6 Merge: fa978d05 b225276a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Nov 24 11:44:03 2014 -0600 Merge branch 'develop' of github.com:laravel/laravel into develop Conflicts: gulpfile.js commit fa978d0525ccb59f960c087759b3509c3279a3b3 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Nov 24 11:42:29 2014 -0600 Working on default app structure. Login views. commit b225276a7a68554041b5a82d7c8bc6ad91ba034c Author: Jeffrey Way <jeffrey@jeffrey-way.com> Date: Sat Nov 22 23:54:02 2014 -0500 Use explicit Bower publishing commit b73e127ed07034a2a9aa6b8598c00b918287b181 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Nov 22 11:33:14 2014 -0600 Just use one controller call. commit 9107969da1454f276dad7c582b273f5b175a92ab Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Nov 21 15:40:41 2014 -0600 Trailing EOF break. commit 70a80658ab8f36535c712e2457c8ccab7eeabb1a Author: Jeffrey Way <jeffrey@jeffrey-way.com> Date: Fri Nov 21 16:22:13 2014 -0500 Add starter Sass file commit 059b0ba79917d9a5a4fcb56b700e6f6c030f06c5 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Nov 21 15:03:13 2014 -0600 Fixing a few things. commit 3a47d709e9cea52a4f190ef75e9a50089258462c Author: Jeffrey Way <jeffrey@jeffrey-way.com> Date: Fri Nov 21 11:18:48 2014 -0500 Fix alignment commit 31798823c14a053bfb6ba1c4ee1baa0ce9f8f33e Author: Jeffrey Way <jeffrey@jeffrey-way.com> Date: Fri Nov 21 11:09:31 2014 -0500 Add Bower commit ccaa7b188f39724e50fef504bcaaa426cc711620 Author: Jeffrey Way <jeffrey@jeffrey-way.com> Date: Fri Nov 21 11:09:13 2014 -0500 Fix Indentation commit 3a2dd312bec79807e6c73411e02b6ca435736a01 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Nov 21 08:20:05 2014 -0600 Fix comment. commit 32fd6ca3d71f28a904a9af1904f373f2564e2cfa Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Nov 21 08:17:13 2014 -0600 Remove comment. commit 80fb944e45801cec81b459f73892dbfc80c39de6 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Nov 20 19:53:24 2014 -0600 Remove the server file. commit 91f174821fca6ce6cf8d960df4d052a5654ddb60 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Nov 19 23:36:45 2014 -0600 Stub SES configuration. commit f9d4bcd13dd4c6a1fbc990af0a4a404c9cf1a6cd Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Nov 19 21:21:04 2014 -0600 Change default Elixir file. commit 29ad85dbd13d15af3204cbb06eac80817d714293 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Nov 19 21:16:59 2014 -0600 Change wording. commit abaee25b562a580460a38c43b7a35fe23fd16116 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Nov 19 20:00:42 2014 -0600 Add clarification to comment. commit 2e0afb9bf1d0c8f31e745bd2b103f5c681154915 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Nov 19 19:59:36 2014 -0600 Fix a few comments for wording. commit 994e099928f779c39c9e4e7e142cbd0fa2d9846a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Nov 19 19:49:18 2014 -0600 Update syntax. commit 8b70eabf3937b823b215fe0c4f5296cc9813c54d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Nov 19 19:45:46 2014 -0600 Update the app skeleton. commit 6b60dc66502811ea6fa732ac2f242419516972cf Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Nov 19 09:03:05 2014 -0600 Fix handler. commit 536fe29b6b306588536e68d188ff6482f3fab899 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Nov 19 08:15:55 2014 -0600 Remove extra semicolon. commit 313abe624db65237d4bacc5fa3dd93e651c05ab9 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Nov 18 23:12:28 2014 -0600 Use real command name. commit 71a8e00f26f35bd0178051d20d4afbac5120fd3f Merge: 9a0612fc a7e6a89c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Nov 18 22:48:49 2014 -0600 Merge branch 'schedule' into develop commit a7e6a89c91e4aec554e5a6dfdc609c529d9c0532 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Nov 18 22:48:38 2014 -0600 Add scheduled commands. commit 06886b73692e9ae1c515e13c0a047b8a89686f38 Author: Melvin Lammerts <melvinsh@users.noreply.github.com> Date: Sat Nov 15 23:55:35 2014 +0100 Removed unnecessary 'else' statement commit 9a0612fc2622461fb39fdb24af67b307fc68fa82 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Nov 14 16:44:01 2014 -0500 Separate namespaces for when app is named. commit 858bf03610cfca50a896ac6d954ad09948b0d429 Author: Wing Lian <wing.lian@gmail.com> Date: Wed Nov 12 15:52:49 2014 -0500 use APP_KEY from environment if available for the secret key commit e3e7cc499f8e090e1f3567c454ca542e358c758e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Nov 11 20:10:53 2014 -0600 Set the root controller namespace. commit ca2f02284c6d70a42664ac0ded6534dfa392b9f6 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Nov 11 12:51:55 2014 -0600 Rename middleware to more "action" words. commit d2aebd283e9107fde4825ebeaa91843a1bfe5cdd Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Nov 11 10:27:30 2014 -0600 Rename middleware. commit e02e3456ed68d46361a1098c73f4aabee9b2aacd Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Nov 10 13:43:44 2014 -0600 Update middleware reference. commit a98c0d64c786c10e1c98ed9a00a79d37e7b8b70a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Nov 10 13:38:19 2014 -0600 Move middleware. commit 97287c89fece5e4e152ad04da307ed6b7a8c1a16 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Nov 10 13:25:08 2014 -0600 Update middleware. commit 2cb7450aaf05e48158e7fffc47a144d20607c22e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Nov 10 11:51:42 2014 -0600 modify contract. commit 6e0a5603febf4a1543b5b6f008dc67d433f31916 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Nov 10 10:20:41 2014 -0600 Update middleware list. commit bdb839222d85de0c0f1f68263d61e358f0ec813c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Nov 9 16:31:08 2014 -0600 Check type of token. commit ba0cf2a1c9280e99d39aad5d4d686d554941eea1 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Nov 9 16:29:56 2014 -0600 Check type of token as well. commit 0a01aca6b4fcda26c8893d3cd5fa45578fc808ab Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Nov 7 11:56:21 2014 -0600 Use the console kernel. commit f66122149a5d9b3a685f48f33302279b222ab309 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Nov 7 10:07:31 2014 -0600 Bootstrap the application when testing. commit 55965c73c5d15c61c2eac5d53662e57ca81070d0 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Nov 7 10:00:30 2014 -0600 Rename. commit 929e638c7e062e0db77bc179f7dabd45a41d0307 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Nov 7 09:39:01 2014 -0600 Rename traits. commit 3c9d67ad657290c889969c85867677f35e6ae8f1 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Nov 6 20:51:39 2014 -0600 Remove some stuff from .gitignore. Let people define their own global .gitignore file. Also people keep complaining that composer.lock is in this file. commit 46d1a27b772612a95147e56dd20b29175e8ab845 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Nov 6 20:06:47 2014 -0600 Terminate the request after sending. commit 4b2694ce76fea06bb982fab936eebca79dc0b909 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Nov 6 13:17:58 2014 -0600 Fix file. commit 33efefa388b0c6dd8a7f66089e3c0d24c9ee68c8 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Nov 6 13:16:28 2014 -0600 Fix redirects. commit c17925bce4c4003ffa89058b6bd0677646ae1059 Merge: 754ea265 e49aaf82 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Nov 6 13:14:47 2014 -0600 Merge pull request #3108 from pascalschwientek/patch-1 minor spelling/grammar corrections commit 754ea2656cb1fe82f895c5c4816eab57fda8c4c0 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Nov 6 13:11:17 2014 -0600 Tweak wording. commit 0c3f1c967c3f18cf09f5cd565c90239c3e0566a3 Merge: 10452da7 70d516b7 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Nov 6 13:10:14 2014 -0600 Merge pull request #3118 from miclf/patch-1 Prevent TokenMismatchException for HTTP OPTIONS requests commit 10452da7b52e2d390e61c70d5e0d2dcaa8bea491 Merge: fcca3597 08c6996d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Nov 6 08:57:24 2014 -0600 Merge pull request #3112 from nblackburn/patch-1 Updated CSRF middleware reference commit fcca3597785180137bb48f65493f39344f4b8fb2 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Nov 5 11:18:00 2014 -0600 Working on middleware. commit d5e5947a6ac4ff80b132130704f4a5e628a23ebc Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Nov 5 10:19:15 2014 -0600 Add to compile. commit a8e4f23126d23a38d2d1f4fedc05000d74dd996b Merge: a59a1416 a280988e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Nov 5 10:19:02 2014 -0600 Merge branch 'config' into develop commit a280988eefeb134b55e31bf9b5317309ceb73c3b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Nov 5 10:18:53 2014 -0600 Stub out an app service provider. commit a59a1416cbc0d709059486b816d450756eb91db5 Merge: c494e831 3dfc5fc7 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Nov 5 09:48:05 2014 -0600 Merge pull request #3106 from hannesvdvreken/patch-2 fix php artisan serve functionality with hardcoded values commit c494e83193eef9551229021adcad2cb1c457b915 Merge: 27aa85cc e1b49106 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Nov 5 09:42:28 2014 -0600 Merge pull request #3114 from matism/develop new logout-method naming commit 70d516b7ceb2d75273c7d2a50e0876f3c1b7ebc7 Author: Michaël Lecerf <miclf@users.noreply.github.com> Date: Wed Nov 5 13:09:12 2014 +0100 Prevent TokenMismatchException for HTTP OPTIONS requests `OPTIONS` HTTP requests should be treated in the same way than `GET` requests by the `VerifyCsrfToken` middleware. Otherwise, an exception is thrown, thus preventing any `OPTIONS` route to work. commit 27aa85ccdb8db9a003dc23c7b88e10bd652df514 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Nov 3 19:13:06 2014 -0600 Remove exception handler. Move to core. commit 1209ce765711251992aad95f299024704eb5907e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Nov 3 16:45:26 2014 -0600 Working on exception handling. WIP. commit 3c614ac5d622a73f607f489e9a9f382035a9fa44 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Nov 3 10:26:04 2014 -0600 Working on logging. commit 9bc7c00df9c12cde0ce901d759d6e6c9e0da2209 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Nov 3 09:06:02 2014 -0600 Add logs directory. commit e1b491065d34b9badf400610bb63eb21432a800f Author: Mathias <mathias@simplease.at> Date: Mon Nov 3 15:35:00 2014 +0100 new logout-method naming commit 007040e2ae44a3c6669f83c87c9ffc976d1bf984 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Nov 2 13:15:12 2014 -0600 Remove scan arrays. commit ed4b97b33bd1b867551da21ba47de86a187a3056 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Nov 2 10:22:56 2014 -0600 Working on structure. commit c398cda79700f49ac2e2e701b5dd7fbb000cd405 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Nov 2 10:21:14 2014 -0600 Tweak default request setup. commit 5d8af6099e4fc4800ba21d1f3ef6a16087257895 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Nov 2 10:09:55 2014 -0600 Remove extra line. commit 0ee0c434a3760ae03ff84545c8a298c00dccb15d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Nov 2 10:02:20 2014 -0600 Changing default routing setup. commit 08c6996d77feab2a5b4f3437c8253267a9e23a96 Author: Nathaniel Blackburn <nblackburn@users.noreply.github.com> Date: Tue Oct 28 19:06:26 2014 +0000 Update RouteServiceProvider.php Removed the CSRF provider as it is specified in the Kernel. commit 68009bb99cc7958490930ccb192efffe043932fb Author: Nathaniel Blackburn <nblackburn@users.noreply.github.com> Date: Tue Oct 28 18:57:54 2014 +0000 Updated CSRF middleware reference commit aa8bf8a211fed6413e5c27a687b2a9f227480a3f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Oct 25 21:27:57 2014 -0500 Bind the kernels as singletons. commit e49aaf82ec48fb3e827064e63a323b314c0c50db Author: Pascal Schwientek <pascalschwientek@users.noreply.github.com> Date: Sat Oct 25 20:54:42 2014 +0200 minor spelling/grammar corrections commit 3dfc5fc768352d6a883ea9756a2ce73b9ca3b9a6 Author: Hannes Van De Vreken <vandevreken.hannes@gmail.com> Date: Thu Oct 23 22:26:50 2014 +0200 bootstrap/paths.php disappeared Fixing php artisan serve functionality commit d70914b84dd03387924f8369a373dab257ef3bb5 Author: Jeffrey Way <jeffrey@jeffrey-way.com> Date: Thu Oct 23 13:47:53 2014 -0400 Get latest version of Elixir for now commit 657033afa8e1559ddfc69752be7b3e51d25694c6 Merge: 3a844756 6a9516f3 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Oct 22 19:16:35 2014 -0500 Merge pull request #3087 from fungku/develop Rename Gulpfile.js to gulpfile.js commit 3a844756fe7df1685c6799b460f39509cdf6232f Merge: 36e0014a 133b798c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Oct 22 19:16:17 2014 -0500 Merge pull request #3091 from GrahamCampbell/patch-1 Fixed RouteServiceProvider docblocks commit 36e0014a6a4bdb6c33e2146c0d38203e5cb4aa7a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Oct 22 19:16:02 2014 -0500 Fix a few password reminder things. commit c10ad6269e6621eca80c80fe38f87dbf14492fd9 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Oct 21 21:57:39 2014 -0500 Remove log service provider since it is part of Bootstrap process. commit 9aed9debcae7259a572eec504cf3597b3127fe67 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Oct 21 10:27:26 2014 -0500 Tweak how console commands are registered. commit ec9edec9a2fc473f5867bdfa66be4156e3566e51 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Oct 20 17:16:06 2014 -0500 Rename CSRF middleware. commit 2542829d84f2ad74a805c0a9fa251dda265430c6 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Oct 20 16:46:56 2014 -0500 Rename auth middlewares. commit 93b9415cd0ca78c7c7a26862a2c6f0ce88a95a29 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Oct 20 16:45:39 2014 -0500 Update middleware. commit 5ecc099e70e077b92c3aba8c850c4bb7c62f2a86 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Oct 20 15:16:46 2014 -0500 Rename file. commit 22612df44459ed416bbab1b14610f401db049afc Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Oct 20 13:22:05 2014 -0500 Middleware. commit bcc539ee62052e4562b94a592cf5fc980016e4d0 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Oct 20 11:29:33 2014 -0500 Move bootstraps to base classes. commit 430134864642346498631ad562765d69599d6b39 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Oct 20 11:14:41 2014 -0500 Large refactor of HTTP and Console stack. commit 834cb7530df5ea28803569fd6bf28c6e759170ef Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Oct 15 16:37:56 2014 -0500 Fix spacing. commit 0cd9ee1e90b66bdb2a3e4c385fa4b416e3ca8afa Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Oct 15 08:34:33 2014 -0500 Extend controller by default. commit 133b798cf55e21ecabffebd1804de47113b3c26d Author: Graham Campbell <graham@mineuk.com> Date: Wed Oct 15 13:35:10 2014 +0100 Fixed RouteServiceProvider docblocks commit bc593c17aafa8e568e3f999893472698daf2bf37 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Oct 14 21:10:36 2014 -0500 Demo how to include a routes file. commit 0ed0310732f6d5caae09a6c2c6f8231c7517484d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Oct 14 20:11:28 2014 -0500 Tweak wording. commit d3bf13b10bc24a6393620e6aecc08dab2e340c8d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Oct 14 20:07:12 2014 -0500 Working on routing and providers. commit 5bb07523385d365c3f4c1a133953d9c1e7990222 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Oct 14 19:18:50 2014 -0500 These annotations are no longer needed. commit c0019c6fcb552f533607a6737688a1bcdecb2873 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Oct 14 19:18:27 2014 -0500 Add CSRF middleware to main app stack. commit 6a9516f3b76ef842f85501cc34bb0e43bc5c65d4 Author: Ryan Winchester <fungku@users.noreply.github.com> Date: Tue Oct 14 15:29:46 2014 -0700 Rename Gulpfile.js to gulpfile.js because not Grunt. commit 001ba1029620dd2f525c9c1320a1b2ae8e386eaa Author: Jeffrey Way <jeffrey@jeffrey-way.com> Date: Tue Oct 14 14:37:39 2014 -0400 Adjust for Elixir move to npm commit 95e934698f5d3c17a197dff82cfb97da0d7ba79f Merge: f5b4e2dc dae2db04 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Oct 14 13:02:00 2014 -0500 Merge pull request #3081 from alnutile/patch-5 [bug] Not sure but it seems this one should be commit f5b4e2dc93f66cb71265c6b56557a3f8cb38b45c Merge: a9bddfc0 6a8fd616 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Oct 14 13:01:50 2014 -0500 Merge pull request #3082 from webpatser/develop added private setting to package.json commit a9bddfc0e0573aa2b6d9d553126e9bf0af064e7b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Oct 14 10:14:25 2014 -0500 Add error binder. commit 6a8fd616d8af363913cdf6667dc0caa6c082e90e Author: Christoph Kempen <christoph@downsized.nl> Date: Mon Oct 13 20:29:02 2014 +0200 added private setting to package.json so buildservers wont fail on npm warning commit dae2db04128835267b7e2355f8bcda2e4a74e176 Author: Alfred Nutile <alfrednutile@gmail.com> Date: Mon Oct 13 12:54:29 2014 -0400 [bug] Not sure but it seems this one should be auth/login as noted on line 64 commit 75393db929a43a6b56a85bdc65a4f607f77efcd8 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Oct 12 20:46:47 2014 -0500 Rename a few things. commit 57bad0a357737378aab59f8f1a1c464a49e8215b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Oct 12 20:32:38 2014 -0500 Shorten sentence. commit 6eefa4e493c345d5c5358d52e3b1a63e137bf9ed Merge: 31296e67 f009ff7b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Oct 12 20:25:06 2014 -0500 Merge pull request #3078 from anvanza/patch-1 Update package.json commit 31296e676b3dab53a69e93e545585534d560ce13 Merge: d37ee5a8 ce161ee6 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Oct 12 20:25:01 2014 -0500 Merge pull request #3079 from mayoz/develop Remove pagination config in view commit ce161ee604e944707cd06a068b7f1df803d00834 Author: Sercan Çakır <srcnckr@gmail.com> Date: Mon Oct 13 00:52:37 2014 +0300 Update view.php commit d37ee5a8eb06efe68e086b90d5a0818b7454e2d9 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Oct 12 14:37:29 2014 -0500 Ignore node_modules commit 50b6b32ec5b850ad39fc1e2302d0272520f5c599 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Oct 12 14:21:59 2014 -0500 Change some method names. commit f009ff7b2c08b75c1c57e76e7f4d1339d9380528 Author: anvanza <anthony@vanzandycke.com> Date: Sun Oct 12 19:40:45 2014 +0200 Update package.json gulp-if seems to be missing when calling mix.less in the Gulpfile commit da136391351535f1fcb0497c4d96594bdbdfb74d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Oct 12 12:20:32 2014 -0500 Fix namespace. commit 546c81a190c972dbf8681dc72edcbc0bbd9d963e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Oct 12 12:20:01 2014 -0500 Fix some password reset stuff. commit f2279c02107f28b8c3cb1b8627c22a6fb2e7fc74 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Oct 11 22:46:51 2014 -0500 Scaffold authentication as default example. commit c6722869a8f9196046840bef29d0e24a80be57cd Merge: 18301a1f f17ac36e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Oct 11 21:04:52 2014 -0500 Merge pull request #3061 from antonioribeiro/patch-2 Remove unused Route commit 18301a1fd279c12be71002cf3453e079eeb9a9ff Merge: c39679bb 568d06d9 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Oct 11 21:04:43 2014 -0500 Merge pull request #3062 from jlaswell/patch-1 MaintenanceMiddleware implement Contract commit c39679bb8651ac5de07f7ee2553c808d1c6d2f62 Merge: 6e438cfb 6c0b7916 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Oct 11 21:04:26 2014 -0500 Merge pull request #3065 from johnhout/patch-1 Added @throws TokenMismatchException commit 6e438cfb5ba000a4b52fd122571b84b8fc74b0ee Merge: 97d95abf ead41d25 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Oct 11 21:04:04 2014 -0500 Merge pull request #3070 from alexsoft/patch-1 Add missing gulp-utils package to package.json commit 97d95abfa6c6d2186ecf3862fad0b40a478a54c9 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Oct 11 20:53:29 2014 -0500 Add post-install cmds for routes and events. commit 060e6441c8e0649f3dd30be37fa7e94e213e228b Author: Jeffrey Way <jeffrey@jeffrey-way.com> Date: Sat Oct 11 19:27:01 2014 -0400 Default Gulpfile example to Sass commit ead41d254d8a5a80a464521388b7a397883cd152 Author: Alex Plekhanov <alexsoft@users.noreply.github.com> Date: Sat Oct 11 23:23:02 2014 +0300 Add missing gulp-utils package to package.json commit 6c0b7916a4c480e9814a6d929913ecda636fe3bd Author: John in 't Hout <john.hout@me.com> Date: Sat Oct 11 01:02:23 2014 +0200 Update CsrfMiddleware.php commit 409fa574fc43b3988f0b2f8026664177c8e9a15e Author: John in 't Hout <john.hout@me.com> Date: Fri Oct 10 22:56:00 2014 +0200 Update CsrfMiddleware.php commit 7120fbb27274a25d2fc44cbf505f56bfa445a753 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Oct 10 12:54:01 2014 -0500 Add elixir to dependencies. commit a2dacbb0faa21ca6364d09eccf52fecc22bfaa9a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Oct 10 12:51:20 2014 -0500 Something special. commit 52e68f981fe90d73ab3ecd2db4d0da2f9e1d38cf Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Oct 10 10:18:57 2014 -0500 Fix check. commit ef855c1175a0d38cfc30ae5d735f07b6c45f73dc Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Oct 10 08:33:05 2014 -0500 Tweak environment file settings. commit 714f6a557472e9bfdf0294f56d47b0bb6e244849 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Oct 9 22:27:01 2014 -0500 Fix method call. commit e5e7af82a61f16e5e5ea4be59091c1edea8c68ea Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Oct 9 21:56:13 2014 -0500 Fix check. commit 4d0de14b4509783ed25a8b80b9bcb01c3a7e5883 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Oct 9 21:50:52 2014 -0500 tweaks CSRF filter. commit 75cc5a7e2e1960bac25eec1deff87e6b2fca00a4 Author: John in 't Hout <john.hout@me.com> Date: Thu Oct 9 23:28:45 2014 +0200 Added @throws TokenMismatchException Since modern IDE's will expect you to define the @throws attribute, added this to the Docblock. commit 568d06d9032aa8a80dd0749b7d7f7a1d07d1fd2e Author: John Laswell <raven91790@gmail.com> Date: Wed Oct 8 21:30:27 2014 -0400 MaintenanceMiddleware contract Update MaintenanceMiddleware to implement the Middleware contract. commit f17ac36e6a3ea284aee6344e2432205b0ffe08e7 Author: Antonio Carlos Ribeiro <acr@antoniocarlosribeiro.com> Date: Wed Oct 8 21:03:28 2014 -0300 Remove unused Route commit e16868571bca8f4806b0affeca3ef4f9fbc9973a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Oct 8 17:15:40 2014 -0500 Add example configuration file. commit 5a34c60c6103000f2c1a4841820d50a4327cd453 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Oct 8 17:12:10 2014 -0500 Simplify environment loading. commit 6980d95c212ee08db883fcb40c133640ab23052c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Oct 8 16:36:38 2014 -0500 Fix a few things. commit 535889f1cebdc0ad360873b07f6d9fde26288aa2 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Oct 6 23:13:09 2014 -0500 Update gitignore file. commit 84b8a7c88ba388030fe46511fa6b6e305a6ad922 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Oct 6 22:57:08 2014 -0500 Remove from compile list. commit 17ac063e80e599d5d21b4515d7505f9a15a11d66 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Oct 6 17:13:10 2014 -0500 Update middleware. commit fbd5a9ef926b7f6a5ad306bb043a2dc46e4a87e5 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Oct 6 16:34:44 2014 -0500 Fix typo. commit b8f3dd6265b4bfd318eab98ef65887203a809173 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Oct 6 15:46:34 2014 -0500 Working on middle wares. commit 43e8c60a111737a1363e67f000f7b55d496dea0b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Oct 6 15:35:23 2014 -0500 Write a base app service provider. commit d2937ea7146dbfbc898d55f3a6831833557d6681 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Oct 6 15:25:53 2014 -0500 Working on stack. commit 2893433b35c96a210564e4468ba4b5830c560477 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Oct 6 14:55:55 2014 -0500 Add application stack to app server provider. commit ab535170768bf88db1d6a2a286cc1671a5fb4222 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Oct 5 23:43:21 2014 -0500 No need to extend controller. commit 8a2f8bb2c746ae3a6ef40842d987c4ceed72ff74 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Oct 3 21:30:51 2014 -0500 Working on a few files. commit 65dce4d093b48c00312531a6b2bea49811df2391 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Oct 2 20:35:44 2014 -0500 Shorten type-hint in docblock. commit 3cb71182a9bc3e5051c1942ed6bac3b5241a38aa Merge: 2ac4ce6f 21677227 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Oct 2 20:35:02 2014 -0500 Merge pull request #3045 from robinmitra/develop Update PHPDoc block for LogServiceProvider commit 5eb4d0afd7f5047ffd6532423c9150c363d01af8 Merge: 462b9115 cbfa5af9 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Oct 2 20:33:29 2014 -0500 Merge pull request #3048 from lucidlogic/master minor grammar corrections commit 2ac4ce6fc41458f3b00e395bef8ec128f1ce8257 Merge: 8720d7d6 e82a78c4 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Oct 2 20:33:13 2014 -0500 Merge pull request #3052 from antonioribeiro/patch-1 Remove unused Dispatcher commit 8720d7d60830becef3e78c19fd5865ea2a97d8ac Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Oct 2 19:40:36 2014 -0500 Remove log file. commit 800cdac1a0bea535d4f65d603da69c5e04d2c86b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Oct 2 19:39:47 2014 -0500 Work on paths. commit 7e781b3dc424c0974043388b5a0db635a6a429c4 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Oct 2 19:36:22 2014 -0500 Stub file. commit da7443abbaeb059035e337239829bdbb519cbf0d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Oct 2 19:36:03 2014 -0500 Tweak some paths. commit e82a78c40f4c8b353cab2d55488d4da400eba5fc Author: Antonio Carlos Ribeiro <acr@antoniocarlosribeiro.com> Date: Thu Oct 2 12:40:54 2014 -0300 Remove unused Dispatcher commit 0a4509835d091de2b3bd5d56bb8dc8d05983f3d5 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Oct 1 15:33:55 2014 -0500 Include an empty assets directory. commit cbfa5af92016e990162cc89a19ce08eb122fb9b5 Author: Gareth Edwards <garethe@oneafricamedia.com> Date: Mon Sep 29 16:08:27 2014 +0200 minor spelling/grammar corrections commit e700cd710effa2f6f0146ed1295edb5f854f0a19 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Sep 30 21:13:58 2014 -0500 Use new providers. commit ab7ba393be827b1a6e6f1d5f7a88862428685dd1 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Sep 30 21:01:17 2014 -0500 Add an event service provider. commit 2b8311f71147c91761a60db217dc0c39a52547f3 Author: Dries Vints <dries.vints@gmail.com> Date: Sun Sep 28 20:32:28 2014 +0200 Add PHPSpec config file and dependency commit 2167722748982e0124082f9f7a54795b6eb66e1c Author: Robin Mita <robinmitra1@gmail.com> Date: Sun Sep 28 13:42:10 2014 +0000 Update doc block for LogServiceProvider commit 2889a2684722b469f717f9970d1dcd1853ebd35b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Sep 27 20:48:34 2014 -0500 Ignore idea folders. commit 9f81d4df6ee6f7a4a283754fb971b8b605ffed47 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Sep 27 20:35:07 2014 -0500 Simplify things. commit cd37f40bba5dced6b1c30d313df2e46c5c33a62c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Sep 24 22:36:37 2014 -0500 Use helpers. commit 63edcad6541c22078bbcba253aa1c6ed5b32b1ee Merge: 1edb0eb2 945d4f55 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Sep 24 22:34:52 2014 -0500 Merge pull request #3036 from lucasmichot/short-notation-array [5.0] Convert last long notation array to short notation commit 1edb0eb24ca66e1f0d8062d01510326c0234ffc8 Merge: 8f3d0ed8 3bb7a97c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Sep 24 22:33:52 2014 -0500 Merge pull request #3035 from danharper/patch-1 Missing Authenticator import in GuestFilter commit 8f3d0ed8ebc4e231a4547918ce6a20fc752a8bf7 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Sep 24 09:58:12 2014 -0500 Inject router into before method. commit 692c9667c7e15a7d78394240549018ae98d5bb70 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Sep 24 09:49:21 2014 -0500 Let router be inherited by route script. commit 945d4f559448ac6ec125bc44858e6c5815f9afd0 Author: Lucas Michot <lucas@semalead.com> Date: Tue Sep 23 17:17:27 2014 +0200 Convert last long notation array to short notation commit 3bb7a97ce7f5aaf1d8a9e38812e6ec4b5d16ed58 Author: Dan Harper <intouch@danharper.me> Date: Tue Sep 23 16:03:29 2014 +0100 Missing Authenticator import in GuestFilter commit 076d86bf26bfb884a6b9412e5605b50dc1d69b9f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Sep 23 08:31:57 2014 -0500 Simplifying some filters. commit 986c964c9839420cf9b4593a3559b157aaf9e80f Merge: d45ff68f 6abdb157 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Sep 23 08:29:48 2014 -0500 Merge pull request #3034 from crynobone/patch/tabs Fixes Indentation: Use tabs, always. commit 6abdb1574dfc770d44083910c5f2d5147ad04595 Author: crynobone <crynobone@gmail.com> Date: Tue Sep 23 10:29:59 2014 +0800 Use tabs, always. Signed-off-by: crynobone <crynobone@gmail.com> commit d45ff68f6d1fc733abc41a48b152d92176306d55 Merge: f9c3754d fbd663c9 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Sep 22 20:22:19 2014 -0500 Merge branch 'develop' of github.com:laravel/laravel into develop commit f9c3754df9313f66c65430c4c49cf8d91b33af6b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Sep 22 20:22:17 2014 -0500 More work on filters. commit 34ee58acb6cbe0116d20b472836d892f6b3d425c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Sep 22 20:21:58 2014 -0500 Do some more injection on filters. commit fbd663c9f16f4c77a6413f4a54b689278e2d91ea Merge: 4e5a1517 dfaa81c4 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Sep 22 08:57:17 2014 -0500 Merge pull request #3031 from GrahamCampbell/cs CS Fixes commit dfaa81c47acc0cb9cb3b08431e366ae90a50e44f Author: Graham Campbell <graham@mineuk.com> Date: Sun Sep 21 20:32:00 2014 +0100 Removed a trailing space commit 37f1e774948e5a204476c53fe97831690e4986ee Author: Graham Campbell <graham@mineuk.com> Date: Sun Sep 21 20:31:42 2014 +0100 Added missing new lines at eof commit 5da4d51f0bfead3157ffb242041d0ee9760070ff Author: Paulo Freitas <me@paulofreitas.me> Date: Thu Sep 18 23:49:15 2014 -0300 Add support for configuring AWS S3 region. commit 4e5a1517746fba5c9c0d884088fbb158eb2af051 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Sep 18 19:35:08 2014 -0500 Embrace contracts. commit 7c8b8e7dba900264cdb436495bd7f557b8bc0c08 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Sep 17 22:30:43 2014 -0500 Make Artisan service provider be deferred. commit 100f727fd4347660cb7d72acd6e2513a92428701 Merge: bfd5323f 48860471 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Sep 16 11:41:47 2014 -0500 Merge pull request #3021 from hernandev/develop Fix typo on config namespaces.controller to namespace.controllers commit 48860471fb5b9e0dd11355b84c923662eb5242cd Author: Diego Hernandes <diego@he.rnand.es> Date: Mon Sep 15 09:12:48 2014 -0300 Fix typo on config namespaces.controller to namespace.controllers commit bfd5323fab8592891904608cf55d6a9bf141eefe Merge: eff1f840 13d19d60 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Sep 12 11:02:45 2014 -0500 Merge pull request #3011 from tyloo/patch-1 Fix dependency commit 13d19d606dec15786424ec46dd7512f9a77e1965 Author: Julien Bonvarlet <jbonva@gmail.com> Date: Fri Sep 12 17:22:09 2014 +0200 Fix dependency With this new 5.0 branch, there is some issues on composer install. Either keep a 4.3.* branch or change this ? commit eff1f84050c9e2711ce552000d24a47e7482c06d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Sep 9 10:01:59 2014 -0500 Remove extra lines. commit 1f738b12b3510e324e06647e443d0d919c4e6185 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Sep 8 10:19:24 2014 -0500 Fix readme. commit 0f5e0f8b1a5d10a68a36d0eefb62908a879bf31e Merge: 35d2be47 c993970a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Sep 7 17:11:43 2014 -0500 Merge pull request #2983 from ajschmaltz/patch-1 Spellcheck commit 35d2be474a150cc6b8d4d1cf4f9388384fe56573 Merge: 464c595c c3c93cf9 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Sep 7 17:09:05 2014 -0500 Merge pull request #2985 from brnlbs/develop Updated Eloquent to Eloquent\Model commit 464c595c460ff5477842a71ddc09a787a38865d3 Merge: dd42bef8 5eaaadc2 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Sep 7 17:08:49 2014 -0500 Merge pull request #2991 from alnutile/patch-3 [bug] Auth filter still redirects to /login not auth/login commit dd42bef809f1a73468830dbffdaa495ee43c2af1 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Sep 7 12:05:59 2014 -0500 Working on read me. commit 5eaaadc204779a4c3d2407800c70a421a5ce376a Author: Alfred Nutile <alfrednutile@gmail.com> Date: Sun Sep 7 09:20:07 2014 -0400 [bug] Auth filter still redirects to /login not auth/login if you use make:auth it defaults to auth/login for a path. But if you look at the Auth filter it defaults to /login as a path. commit c3c93cf95b520c0e715632fb9307b9a76f675650 Author: Brian <info@brianlabs.me> Date: Thu Sep 4 09:55:12 2014 +0200 Updated Eloquent to Eloquent\Model commit 2fb780b63fc88d83fb7a360b7c7f9b0f267174a8 Merge: 962ae1b6 5bdf965a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Sep 3 15:47:18 2014 +0200 Merge pull request #2981 from jasonlewis/fix/auth-csrf-filters Fix for the Auth filter and docblock stuff for CSRF filter. commit c993970a0f61a5b870bfe726886c89f703f1b256 Author: ajschmaltz <drew@mainstreetmower.com> Date: Tue Sep 2 19:48:55 2014 -0400 Spellcheck commit 5bdf965a7209818881166759f72b10e9aa612aad Author: Jason Lewis <jason.lewis1991@gmail.com> Date: Tue Sep 2 19:30:17 2014 +0930 Update the docblock for the CsrfFilter. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> commit 56a1baed680cd95d05decfe0ae1e1e7dc7bebeca Author: Jason Lewis <jason.lewis1991@gmail.com> Date: Tue Sep 2 19:29:26 2014 +0930 Fix parameters for the AuthFilter. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> commit 962ae1b668973e0a50d334772c34c6d66b0cfa39 Merge: 8b18b40a 01e97e13 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Sep 2 06:48:48 2014 +0200 Merge pull request #2979 from serhatdurum/develop Convert "language" files php 5.4 arrays commit 8b18b40a7b5add6739538e82c3e7c7890b8c8de3 Merge: 2b04647b 2ddf39f2 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Sep 2 06:48:30 2014 +0200 Merge pull request #2980 from driesvints/feature/dont-extend-class-aliases Remove classes from aliases list commit 2ddf39f29ff1d82e69914318868884af7b24f8ef Author: Dries Vints <dries.vints@gmail.com> Date: Sun Aug 31 17:13:44 2014 +0200 Remove classes from aliases list Eloquent and Seeder were used to extend from which is a bad practice. The SoftDeletingTrait should be imported just like the UserTrait and the RemindableTrait. Str was also removed because it's just a shortcut for the namespace. People can always re-add it if they like. I wasn't entirely sure what FormRequest was doing here but I have a feeling it's going to be used for the same reasons as one of the above classes. So I removed it as well. commit 2b04647bb72f861e2d4c6c286b05220d586081c0 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Aug 30 12:00:25 2014 +0200 Remove a few providers. commit aa9015cac05281741f9dc05c91cd780952c21cc1 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Aug 29 15:53:01 2014 +0200 Use working directory. commit a27f7486dcc9e8f230a00280e67ce9f9e8e227a1 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Aug 29 13:58:51 2014 +0200 Extend model. commit 6fe851cc0a956bce9897e3ddaf692f4475e3d1b9 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Aug 29 04:54:40 2014 +0200 Import facade. commit a7f3512743ac36a398c42d4ef433ca611b322937 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Aug 29 04:18:29 2014 +0200 Set root controller namespace. commit 2f998b209545320686397c5d8c21cf24aa08fce8 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Aug 29 00:21:49 2014 +0200 Settle on Facades in service providers. commit 45f0b4f9d9f7919ebba52fb511d48c931df7755c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Aug 28 15:00:43 2014 +0200 Use injection here. Blah, can't decide. commit c9ea1cbf03a692877932f9e74733d6cadc983761 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Aug 28 14:47:08 2014 +0200 Fix doc blocks. commit 01e97e13e25a45d26df39042d1bdaba62d9b39ad Author: serhatdurum <serhatdurum@gmail.com> Date: Thu Aug 28 13:15:07 2014 +0300 Convert language PHP 5.4 arrays. commit 5f5cc828d3ab3e0b6c955eb944914eecec8ce1ad Author: serhatdurum <serhatdurum@gmail.com> Date: Thu Aug 28 13:08:05 2014 +0300 Convert language PHP 5.4 arrays. commit a1547b30ad3d98f51cc69d5c24666c5ff826e6f2 Author: serhatdurum <serhatdurum@gmail.com> Date: Thu Aug 28 13:07:32 2014 +0300 Convert language PHP 5.4 arrays. commit bde518b59c7a01084e06a7aa60c95ad97fd14e46 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Aug 27 22:05:56 2014 +0200 Use App facade. commit 198b54d4adb07d6f1b3441c0496f2b45c0c9fc45 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Aug 27 21:50:37 2014 +0200 Simplify providers. commit 78c932f6885ccc685d66c5c14e006b3f351802f6 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Aug 27 12:49:50 2014 +0200 Working on a few changes. commit fdba65c0dc6235793fc67e3a3f4c22ecc485f903 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Aug 24 14:04:21 2014 -0500 Convert arrays. commit 76c84d8652d4024563d94162c08caba6782f7e3c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Aug 24 14:03:58 2014 -0500 Convert configuration PHP 5.4 arrays. commit a204045b28987ef19435c0c64cd27dbe02bf40d1 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Aug 24 13:55:57 2014 -0500 Typo. commit 3ade971b2391b8811d9be9992870db6ad0f4f501 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Aug 24 13:55:10 2014 -0500 Add filesystem configuration. commit d6719eb5e5a4f348a40b2c0e6dc83853fe350307 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Aug 23 12:50:39 2014 -0500 Fix contracts. commit 3e9e9c6cb7ce5981d8b0b38f6e53d41b98275fd8 Merge: 3ee17a92 462b9115 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Aug 22 08:34:14 2014 -0500 Merge branch 'master' into develop commit 462b91157b24b53c488076b0ac9f1df7565c5f18 Merge: b363f3d1 e493e113 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Aug 22 08:34:03 2014 -0500 Merge pull request #2960 from josezenem/master Missing validation sentence for timezone. commit 3ee17a92e81b22b48c274ef3da06161e8b8ba058 Merge: f6b347b9 b363f3d1 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Aug 22 08:33:10 2014 -0500 Merge branch 'master' into develop commit b363f3d195853d40a52f3e51452557c597c86131 Merge: 55053de6 9f31eede Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Aug 22 08:32:50 2014 -0500 Merge pull request #2964 from cjaoude/master Add missing 'reminders.reset' message. commit f6b347b976d4401ba9b4072e650069674fb8f149 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Aug 22 08:32:07 2014 -0500 Add language line. commit 5b1e511ab1fb90ebd342ba9d51ff3b7d853f48ec Merge: e52be1f9 55053de6 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Aug 22 08:30:57 2014 -0500 Merge branch 'master' into develop commit 55053de667e06bea3e873710b683cb25419e75e9 Merge: 8e468bcb c4bb1b8e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Aug 22 08:29:35 2014 -0500 Merge pull request #2971 from barryvdh/patch-3 Add type 'project' to composer.json commit e52be1f98dc204f4efbf21303f0d88827c07b633 Merge: ca3c8c3e 479461e0 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Aug 22 08:28:50 2014 -0500 Merge pull request #2974 from jpavon/patch-2 Simplify .gitignore's .env commit ca3c8c3e564f6e99162eab8a9bac054ffc416267 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Aug 21 23:41:47 2014 -0500 Remove unnecessary alias. commit 35df36febb42085d4722fec7292e796ec5fe1c12 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Aug 21 22:30:44 2014 -0500 Fix slashes. commit c9fb1c911061535733c3f11904a7759d8cb81eb5 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Aug 21 21:25:03 2014 -0500 Fixing a few things. Namespace configuration. commit a68933d34c7cedbb88a8f9a2bb0adfdda73130d4 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Aug 21 12:47:40 2014 -0500 Remove some service providers and aliases. commit 4204337382b2ac2a45ff4839b268a2e967718a55 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Aug 21 10:36:50 2014 -0500 Remove remote provider. commit 479461e01fbbca9a3fc81761b35546f8e415e4b0 Author: Julio Pavón <julio@thisisbeyond.co.uk> Date: Thu Aug 21 13:42:32 2014 +0100 Simplify .gitignore's .env commit c4bb1b8e593bd65ff7fdce453c8bee4046c6f10c Author: Barry vd. Heuvel <barryvdh@gmail.com> Date: Thu Aug 21 09:43:18 2014 +0200 Add type 'project' to composer.json That is what is suggested by https://getcomposer.org/doc/04-schema.md#type commit aeffa1766f3af4511def37c9de7968f6cc17c40c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Aug 20 23:32:40 2014 -0500 Fix path. commit e7617ff19b7a6519a8ed695c5d5f3689668e5b84 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Aug 20 21:46:01 2014 -0500 Change how controller is aliased. commit 59289aff689f2f3f94610b883b84930b6cef1c47 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Aug 20 20:41:24 2014 -0500 Tweak where views and lang files are located. commit 838b20d4a01f6f51da4d28f848a81beeb827049c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Aug 20 17:04:09 2014 -0500 Use facades. commit 2ab3d52540fe6a2fe60a351f9ad4e334f86bbb16 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Aug 20 12:48:58 2014 -0500 Add note. commit 695ee0193daf54ae6d6c64bbff55380493e92380 Merge: cadc592e e0845830 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Aug 20 09:21:47 2014 -0500 Merge pull request #2970 from crynobone/patch/phpunit [Fixes] Move PHPUnit to require-dev and fixes directory references to tests. commit e084583077a781f6f0792af649a2ab7d2b37404c Author: crynobone <crynobone@gmail.com> Date: Wed Aug 20 19:36:09 2014 +0800 Move PHPUnit to require-dev and fixes directory references to tests. Signed-off-by: crynobone <crynobone@gmail.com> commit cadc592ee28f08beeed33d231e68382b3ee772c9 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Aug 20 00:39:17 2014 -0500 Update controller namespace. commit eb4f536c44424e628824d5041e413e09cc160834 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Aug 20 00:11:13 2014 -0500 Set console command name. commit 177d1ebb7a16de0c8d0187b5a64172eece404bfb Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Aug 20 00:10:30 2014 -0500 Mega work on structure. commit aae8ef30591c6ad323943de806c8d2d56a1aabd8 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Aug 19 00:03:15 2014 -0500 Fix gitignore files. commit 61b67ef869831fc77129bf146c1b3eca025978a6 Merge: 80a60552 da93563a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 18 23:44:51 2014 -0500 Merge pull request #2967 from crynobone/patch/update-gitignore Remove none existing files being referred in .gitignore commit 80a60552d7e2051695798000ad92a07e38d63619 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 18 23:43:10 2014 -0500 Rename. commit 3ffbb5d6ba5ae14a71d916858fffcf2dd07bed82 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 18 23:42:49 2014 -0500 Renaming folders. commit 79bcb450dde34b0b76288f0bcf3d1a0516e5c81c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 18 23:22:42 2014 -0500 Fix compile file. commit a9a41d7b9624ef340e8959334013a3019249ec9f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 18 23:19:53 2014 -0500 Update paths. commit 9aae50e5017e3063bc3f53e9ecbfc098e4ef74a2 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 18 22:46:16 2014 -0500 Working on the default app structure. commit da93563ad74c93ddbacd042ea49c995b0e8eb72c Author: crynobone <crynobone@gmail.com> Date: Sun Aug 17 19:32:08 2014 +0800 Remove none existing files being referred in .gitignore Signed-off-by: crynobone <crynobone@gmail.com> commit a5f4e74889f62fa4ebefb352ab39c70f58f038ca Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Aug 13 10:01:57 2014 -0500 Autoload the console. commit 278758542cd67090c3b23763471a51a18e7e055a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Aug 13 10:00:36 2014 -0500 Namespace change. commit 2649df12ca1cd57cee3ba8ed3a0d2e0342a195f2 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Aug 13 09:44:35 2014 -0500 Unused path. commit ee6f47dc47ad6ba8dd438c86c0ca130d6e8efbb4 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Aug 13 09:44:20 2014 -0500 Working on app structure. commit 262dec16f8ee095d12ef10f94e85e442c04e5db2 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Aug 13 09:30:14 2014 -0500 Add more paths. commit 9f31eede299fdd2faee9399f03a4328a173ad3ae Author: Christopher Jaoude <cjalias@gmail.com> Date: Tue Aug 12 18:07:24 2014 -0400 Add missing 'reminders.reset' message. commit c33453e97f93a7ed0eb019e86ae8bedf9ddff9e3 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Aug 12 16:21:45 2014 -0500 Pull routes after booting application. commit b0334fd4de2a9199fb8971a8bfca93fd1f12093e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Aug 12 16:18:11 2014 -0500 Use a standard routes file by default. commit 2effec9c11897896f9ed960be0e927782e640508 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Aug 12 15:13:57 2014 -0500 Update the GitIgnore file. commit 1e8ed2cdcc2cb7adbabfe66ef7b25f3a1731cc15 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Aug 12 11:58:09 2014 -0500 Make a few tweaks to providers. commit ac9ce28597f8b5273f5acd56df9b27eaa7dab353 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Aug 12 07:01:09 2014 -0500 Rename core directory. commit 00099ae56c183ffa834bdc8a2b20deeb8b91a7af Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 11 16:13:43 2014 -0500 Working on directory structure. Event provider. commit 084a91cf7c6a95222f3b0051361dd4245cf42283 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 11 13:36:28 2014 -0500 Add src path. commit 727d097a5bc8d65ee4bd22758834b2a9b3385c48 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 11 10:42:42 2014 -0500 Remove accidental dependency. commit 6070d93c4ace42843a68c8adb6c285fe526a4d8e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 11 10:13:20 2014 -0500 Working on new directory structure. commit e493e113efce5cac152dc7858ef0445f0cb7c27e Author: Jose Jimenez <jimenez1185@gmail.com> Date: Wed Aug 6 11:30:27 2014 -0700 Missing validation sentence for timezone. When using the timezone validation, it does not have a default sentence, you are greeted with: "validation.timezone" instead. commit 8aa4a0a6dc3a354626d51d9a27f24f60754aa815 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Aug 3 14:13:30 2014 -0500 Adding requests directory. commit e166aa5974d3bee1b2d7500297b1030e0adee5b3 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Aug 3 14:06:00 2014 -0500 Working on new provider and aliases. commit 8e468bcbf70fb97b81b7ef8a955e5e37f5032632 Merge: f4e091ff e62ff826 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Aug 2 21:39:34 2014 -0500 Merge branch 'master' of github.com:laravel/laravel commit 3a34a99694c68256be700fa7e6d7553ad9256994 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Aug 1 23:51:30 2014 -0500 Working on default route setup. commit c4babe0a074b3c52174a92e6ba5197026bab7384 Merge: 4b117a6e e62ff826 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Aug 1 01:28:10 2014 -0500 Merge branch 'master' into develop commit e62ff8263112c26de8968a3a42f09d51616b772e Author: Benjamin Worwa <benjamin.worwa@ciens.ucv.ve> Date: Tue Jul 1 11:55:05 2014 -0430 Create .gitignore Why aren't we ignoring sqlite databases at this point? commit 4b117a6ea8e1a2535ba0bb7e355b1ffca6575ddb Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Aug 1 00:55:37 2014 -0500 Fix a few things. commit 1a0b1cc08e3dc4a919ea562b8be343b491a383a1 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Aug 1 00:46:47 2014 -0500 Work on inspiring command. commit 9b00554990f643fbc8b68272f6031db879516253 Merge: f4e091ff c58286aa Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 31 23:44:43 2014 -0500 Merging structure branch. commit c58286aa250d6fe0e347ddb1800f96e62e24de08 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 31 23:41:39 2014 -0500 Remove class loader from aliases. commit 4131fbd4dc290aa7efde1094f9b6965a5430ea1f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 31 22:59:25 2014 -0500 Continuing to work on structure. commit 0e0fd73b435d22aebb2efd2c42bf9df23d197b99 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 31 15:13:50 2014 -0500 Working on overall app structure. commit a5001352e645bbcb65be2be7b11371142c683918 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jul 29 23:52:16 2014 -0500 Fix autoload map. commit 812532c68826eb3ea7863e8829e841c69f20707a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jul 27 14:10:37 2014 -0500 Rename commands directory. commit a8a0996faaab673c1ac9b6d375619298efb026af Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jul 26 22:00:51 2014 -0500 Tweak default SQLite database. commit b20409fa53bb78251a507b4e6e2fdd87ab062c85 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jul 26 22:00:01 2014 -0500 Move storage out of app directory. commit 5b82dfb0ed840452fed5d900922ee686946c4120 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 18 14:32:47 2014 -0500 Working on compile config file. commit f4e091ff009e53d8f2f7c49dad10dc23ce76d590 Merge: 5d7f9b21 ac096a29 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 11 20:48:49 2014 -0500 Merge pull request #2951 from bworwa/patch-1 Create .gitignore commit 5d7f9b2188315cbcb1b0a37a7bc9bae4d8151f16 Merge: a914718a 7e4107d4 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jul 5 13:04:02 2014 -0500 Merge pull request #2947 from briankiewel/patch-1 spacing cleanup commit ac096a29e3676d9756a3f3f57a619c15dc10c7ec Author: Benjamin Worwa <benjamin.worwa@ciens.ucv.ve> Date: Tue Jul 1 11:55:05 2014 -0430 Create .gitignore Why aren't we ignoring sqlite databases at this point? commit e5fe0aff573bbfea42d8b4b0ad2c71b5aa0087ee Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jun 23 21:22:55 2014 -0500 Move the environment settings into their own file. commit a914718a57dad482cf48d1903f4d96c3f919524e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jun 6 19:09:27 2014 -0500 Update validation.php commit 8e43b1360a5d4b7959cbcf6dd5cad7512fd539c1 Merge: 1713d69c df18065d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jun 6 19:09:03 2014 -0500 Merge pull request #2948 from TheShiftExchange/patch-1 Update validation language to include boolean commit df18065dff0185fc6e02c259b6d55c7adaf7478b Author: Laurence Ioannou <theshiftexchange@gmail.com> Date: Sat Jun 7 00:42:59 2014 +1000 Update validation.php Language validation addition for https://github.com/laravel/framework/pull/4599 commit 7e4107d453222bea687b8932a3b61d9b4bb410dd Author: Brian Kiewel <brian.kiewel@gmail.com> Date: Wed Jun 4 20:40:30 2014 -0400 spacing cleanup commit d2acaa24c2e1fef938a8c326907155695c43a9b0 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jun 1 13:16:51 2014 -0500 Point at 4.3. commit 1713d69ca8ea2ea520f648d7f4a86d0f0a53f84f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jun 1 13:16:30 2014 -0500 Merge development branch. commit 3ea3cc62876f900ab12903137c7d669a1da36603 Merge: a6a01b97 5a7d9a0c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jun 1 13:15:50 2014 -0500 Merge branch 'master' into develop commit 5a7d9a0c25e12454b59abdfb3ba92a56f29d4fb7 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri May 30 14:39:17 2014 -0500 Fix wording. commit a6a01b976c288481099a866396ae13c71e71a946 Merge: 01e009a4 65db159b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri May 30 14:38:34 2014 -0500 Merge pull request #2851 from juukie14/user-model-hidden Added remember_token to protected $hidden variable commit 486cd4b2571a1d83047e9b665bf7b0592b979bb9 Merge: f9ce5f9c ad33b2f8 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri May 30 14:38:09 2014 -0500 Merge pull request #2853 from anewmanjones/patch-1 Fix grammar in config/mail.php commit f9ce5f9c5006d9527e798f616e1c176b4f78e961 Merge: e3cb29a3 3e29d067 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri May 30 14:36:06 2014 -0500 Merge pull request #2854 from seeARMS/patch-1 Added redis to list of available queue drivers commit e3cb29a3972540df97924d368d7c8687b6e3a171 Merge: f1fe4efc 3bab2d44 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri May 30 13:59:01 2014 -0500 Merge pull request #2929 from barryvdh/patch-3 Add note about expire time commit 01e009a438550b2cebf94622bb8e0da1e1ced571 Merge: 6f005892 f1fe4efc Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed May 28 23:05:16 2014 -0500 Merge branch 'master' into develop commit f1fe4efc50ec43ab7b49dc09cde56711218f80a6 Merge: 9df2e234 9fd86c40 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed May 28 23:04:38 2014 -0500 Merge pull request #2935 from GrahamCampbell/badges Updated Badges commit 9fd86c40b465109326762a9a3a3206bbd8463c58 Author: Graham Campbell <graham@mineuk.com> Date: Tue May 27 15:47:53 2014 +0100 Updated badges commit 3bab2d4487be7cf0d2fa46187aec0f444a661eb1 Author: Barry vd. Heuvel <barryvdh@gmail.com> Date: Fri May 23 10:57:57 2014 +0200 Add note about expire time Might be confusing for users, if the expire time is not stated. commit 6f005892b0e1605cc2764dce50835557e42f13ca Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri May 16 10:44:00 2014 -0400 Cleaning up some default values. commit 0935b0422ecf1d0352a4f5af75241ffd9ab41c2c Merge: c7ff7111 b9c69c6d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu May 15 23:02:55 2014 -0400 Merge branch 'upcoming' into develop commit c7ff71111b623ea6fee7f32ac842ae25657e5fb3 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue May 13 08:14:16 2014 -0500 Change namespace for RemindableTrait. commit b9c69c6d9484d759742100c666367d8327d9f6ae Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon May 12 13:34:01 2014 -0500 Change local database user. commit ca651a7815cef2f067cc89fccef27ce43896eb1f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat May 10 20:05:56 2014 -0500 Configure default database connections for Forge and Homestead. commit 5b811e308aa380dfa42234298c431930f7a6166e Merge: 6983f4d1 ffe21c53 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon May 5 19:05:36 2014 -0500 Merge pull request #2884 from crynobone/feature/service-mailgun-domain Add missing mailgun.domain option. commit 9df2e2343e719f83f441914e8c9402ae0fb4de62 Merge: 13a34ff8 57b53c2d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon May 5 19:04:02 2014 -0500 Merge pull request #2885 from GrahamCampbell/badges [4.1] Improved Badges commit 57b53c2d7343fea2462394f8680c612a4221d9b4 Author: Graham Campbell <graham@mineuk.com> Date: Sun May 4 16:48:58 2014 +0100 Improved badges commit ffe21c53e1de9b0731849fb43b0b24df16093f36 Author: crynobone <crynobone@gmail.com> Date: Sun May 4 10:31:36 2014 +0800 Add missing mailgun.domain option. Signed-off-by: crynobone <crynobone@gmail.com> commit 6983f4d17742142f9cde9ce589143fb5a8945563 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri May 2 09:28:10 2014 -0500 De-clutter default models. commit 3e29d067087f48f395b7f41e2c35b6cf4175a088 Author: Colin Work <colin.armstrong@mercatustechnologies.com> Date: Tue Apr 22 10:14:03 2014 -0400 Added redis to list of available queue drivers commit ad33b2f884f59a3ebddcb09bd6cee8020181a9ef Author: anewmanjones <ashnweman-jones@hotmail.co.uk> Date: Tue Apr 22 13:32:37 2014 +0100 Fix grammar in config/mail.php commit 65db159b2d2204d091da07de351171d207b8b779 Author: Juukie14 <Juukie@gmail.com> Date: Mon Apr 21 20:58:38 2014 +0200 Added remember_token to protected $hidden variable commit 443cad582cea567e91f0d1c79281e29017f3351e Merge: b8c57358 13a34ff8 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Apr 19 16:59:29 2014 -0500 Merge branch 'master' into develop commit 13a34ff8833dc38dee6d679c6c41a06df4881c62 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Apr 19 16:59:13 2014 -0500 Update badges. commit b8c57358d941079e4f2c6d21ccefd7b1bfaab2cf Merge: cfd7b584 f138f0f4 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Apr 19 09:55:16 2014 -0500 Merge branch 'master' into develop commit f138f0f4fce63fdb371064a66a4c92226a8b1ace Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Apr 15 11:06:27 2014 -0500 Add extra functions to User. commit cfd7b5842d3b5b2a41881bfd1086e0d4b02c22c3 Merge: 211dfc24 dff01207 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Apr 15 08:35:19 2014 -0500 Merge branch 'master' into develop commit dff012070e475023bbda0c9b343aa1a62c687588 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Apr 15 08:34:29 2014 -0500 Disable debugging by default. Must opt-in for local. commit af7092275956a839e79f49158312241d3ea3b7f9 Merge: cb21cb8a 3d99ff5c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Apr 11 17:23:11 2014 -0500 Merge pull request #2726 from lucasmichot/patch-1 [PROPOSAL] Ignore all .env.*.php files commit 211dfc24e7b1f63a56cdccd3a1616d660d1e1c43 Merge: c7dff134 cb21cb8a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Apr 11 17:17:20 2014 -0500 Merge branch 'master' into develop commit cb21cb8aa8b9e9d4d0338e47daa2a6b18d83ea44 Merge: 7a7835fe 75337061 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Apr 11 17:17:01 2014 -0500 Merge pull request #2754 from GrahamCampbell/fixes Minor CS Fixes commit 7a7835fe5fb29fa0e4c5ebb225b8e557eb473115 Merge: 28a95624 b5d60260 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Apr 11 16:33:19 2014 -0500 Merge pull request #2800 from barryvdh/patch-2 Add fallback_locale to config commit 28a95624fe879bcf4d06d69e50a68d9b1f5e895b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Apr 11 16:32:36 2014 -0500 Fix wording. commit c7dff1340189aaa63252d658d0511f69f0d072e8 Merge: 4aa42ee2 b485fe78 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Apr 11 16:30:42 2014 -0500 Merge pull request #2806 from GrahamCampbell/mail Added log to the mail config commit b485fe7860a60bf1bb87dc458759ff2898e73eaa Author: Graham Campbell <graham@mineuk.com> Date: Fri Apr 11 22:23:38 2014 +0100 Added log to the mail config commit 4aa42ee2802f8418c25a725fcc2518597a36d4bf Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Apr 11 11:00:57 2014 -0500 Set default cipher. commit b5d60260fbf7fe1b0592b127dbf4e8082962897f Author: Barry vd. Heuvel <barryvdh@gmail.com> Date: Thu Apr 3 14:38:52 2014 +0200 Add fallback_locale to config This is implemented in https://github.com/laravel/framework/commit/bf062fee1e0b67b2d646f37a7ef734ea5391c34c commit 753370615e820d3be59d002ad77ba6af710776b4 Author: Graham Campbell <graham@mineuk.com> Date: Sat Mar 15 10:14:55 2014 +0000 Minor cs fixes commit 83a872162e3f5634f797ec6d0f692fc9f9760b6a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Mar 14 18:59:40 2014 -0500 Add comment. commit 571b20c0a7bc705d0782fd0790e38e21a44bc441 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Mar 14 16:22:14 2014 -0500 Fix formatting of file. commit 7d60aa4235b21aff26e2a720bbd5480c3651db8f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Mar 14 16:22:03 2014 -0500 Working on configuration files. commit a2cb6049c9bbbc4a65a07d1827ac7cb5a646fcd4 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Mar 8 15:18:22 2014 -0600 Cleaning up comments. commit 3c19e7ad4aae45c5bb4fd451a290fa17602680f8 Merge: 9bf9c2eb b191604e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Mar 8 14:58:12 2014 -0600 Merge pull request #2735 from boffey/fix-mail-config-comments Updated mail config comments from postmark to mailgun commit b191604e231e7043bcf95996127d01fa244787b1 Author: Michael Boffey <michael@boffey.io> Date: Fri Mar 7 14:54:38 2014 +0000 Updated mail config comments from postmark to mailgun commit 3d99ff5c8d49b6a29be8ca80869570c64cd59695 Author: Lucas <semalead@users.noreply.github.com> Date: Wed Mar 5 14:29:57 2014 +0100 [PROPOSAL] Ignore all .env.*.php files All environment files shall be ignored from Git commit 0b390e397eec203bc68864498dd96d87e2359457 Merge: 0c9aded8 9bf9c2eb Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Mar 3 20:07:50 2014 -0600 Merge branch 'master' into develop commit 9bf9c2eb42a0095d8dd9898ec8daa17ce7707702 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Mar 3 20:07:43 2014 -0600 Add ttr option to beanstalk config. commit 0c9aded8897213ab993174198ebdc03394062557 Merge: c457a93d fafb9837 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Feb 28 16:06:05 2014 -0600 Merge branch 'master' into develop commit fafb9837ddf0aeaf4123b29828e35fb1384378e6 Merge: 5a172d90 2028ea7a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Feb 28 16:05:46 2014 -0600 Merge pull request #2715 from EvgenyKovalev/patch-2 Iron.io config less error prone. commit c457a93ddb023f5d271a705bda3ed7c09880574c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Feb 28 16:02:46 2014 -0600 Work on 401 response from filter. commit d286d9412275ac2ded7c4037f300f29e57b88d85 Merge: b7557837 23cc411c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Feb 28 16:01:32 2014 -0600 Merge pull request #2399 from JosephSilber/auth-ajax-401 Auth should respond with a 401 to AJAX requests commit 2028ea7aac8646d46bbc5ffeeb7c65713d3e99f0 Author: EvgenyKovalev <Evgeny.Kovalev@gmail.com> Date: Sat Mar 1 01:00:22 2014 +0300 Iron.io config less error prone. In iron.io settings 'token' is the first field and 'Project ID' is the second. The proposed order makes it less error prone. commit 5a172d90d3d0572dba944b76675d681b0bf8eb5e Merge: 36260876 13e3d452 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Feb 28 15:01:32 2014 -0600 Merge pull request #2687 from EvgenyKovalev/patch-2 5x boost for EU customers commit 36260876ddac4d564241b27afad4bbeac0c32ad3 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Feb 28 14:58:02 2014 -0600 Add sample custom error message. commit a2574209b3301d9186181f9c3f0f760ae2d82a9d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Feb 28 14:50:25 2014 -0600 Tweak wording. commit 151fdab5fe8da17be29b8dc9f69ec6bb2501f4aa Merge: 945a0738 5b28206c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Feb 28 14:49:40 2014 -0600 Merge pull request #2706 from idhamperdameian/master Add required_with_all validation message commit 945a07387993a345f809fe95076aac94c8c2f1c0 Merge: 98d160dc a5a8bcba Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Feb 28 14:45:21 2014 -0600 Merge pull request #2710 from webdrop/master added alt to img tag in hello commit b755783714bbc02d6d645d2cef24809b6d17b112 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Feb 28 11:40:05 2014 -0600 Adding soft deleting trait alias. commit a5a8bcbabe626e48e34d843cb11493380fea00fe Author: webdrop <mail@webdrop.ru> Date: Fri Feb 28 01:44:35 2014 +0300 added alt to img tag in hello added required alt tag to img, now successfully passes w3c validation commit 5b28206c3c10ce3e21a6fa24539f09f355d3a359 Author: Ivo Idham Perdameian <ivo.idham@gmail.com> Date: Thu Feb 27 16:00:39 2014 +0700 Added required_with_all commit 13e3d4526547d241fa4bd9d1d70e156bf16e2264 Author: EvgenyKovalev <Evgeny.Kovalev@gmail.com> Date: Wed Feb 19 03:24:55 2014 +0300 Update queue.php This option is already supported in 'Illuminate/Queue/Connectors/IronConnector.php' Having this option hidden works well only for North America. However for EU having it set to EU servers give 5X boost in network performance with iron.io commit 98d160dc5bcbddc559ba57e8c12c2eb5ac77be50 Merge: 46c7f075 5f917a6b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Feb 14 22:44:15 2014 -0600 Merge pull request #2655 from alexandre-butynski/patch-1 Improvement of validation traduction for "email" rule commit 23cc411ce14a88c7c393ff8a40765ce96832dd31 Author: Joseph Silber <contact@josephsilber.com> Date: Thu Feb 6 21:32:14 2014 -0500 Use App::abort instead of Response::make commit 5f917a6badeec540b55671ece8d1557e499245c1 Author: Alexandre Butynski <alexandre.butynski@gmail.com> Date: Wed Feb 5 14:53:21 2014 +0100 Improvement of validation traduction for "email" rule commit 46c7f075ab9aacfa97323c89760d36af78faa112 Merge: d0c50071 a5625936 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jan 31 09:42:03 2014 -0800 Merge pull request #2389 from anlutro-pull-requests/validator-require-without-all Added required_without_all commit d0c500716c69cf5a8026f8f7f0975ed35cb07995 Merge: aeda6b13 d5c1e8af Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jan 31 08:52:00 2014 -0800 Merge pull request #2508 from euantorano/patch-1 Updating .htaccess for consistency commit cc7196c5e949ce103b3dc07313f11bb35a2a7b49 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jan 21 13:31:14 2014 -0600 Add encrypt option to iron queue config. commit 08afd1f2f76e38662a06894ad2dcf444818df11d Merge: 437ea546 aeda6b13 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jan 18 21:58:34 2014 -0600 Merge branch 'master' into develop commit aeda6b13cdfcd662089c30d428839965c7443ab9 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jan 18 21:58:24 2014 -0600 Shorten path line. commit ca744fc345c3aa90b63f921ca2b784e4f83a1820 Merge: 73094f26 b90f25ec Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jan 18 19:31:40 2014 -0800 Merge pull request #2612 from liuggio/patch-1 added license badge commit b90f25eca2b463f75af6c337b3d5924731136ebe Author: Giulio De Donato <liuggio@gmail.com> Date: Sun Jan 19 02:59:10 2014 +0100 added license badge commit 437ea54681bd4e79951ff2e173c06fb0584c3777 Merge: 70238846 73094f26 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jan 18 19:15:48 2014 -0600 Merge branch 'master' into develop commit 73094f2633f1b90f3ef6de4a8a5b610532510e0e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jan 18 19:14:57 2014 -0600 Ignore environment files. commit 702388461ae9f29d2b8ad4104f9c8081c692edc6 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jan 10 20:18:00 2014 -0600 Update composer.json commit 69bb62333bb32010eaf0a3bfa86c5bfb79a772df Merge: b6962878 0f68f561 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jan 9 19:36:31 2014 -0800 Merge pull request #2534 from a25ce1/patch-1 tabs to spaces commit c420a7b8bff942153c4c807422f1e76f1adddc06 Merge: bc52ed5e b6962878 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jan 9 21:31:24 2014 -0600 Merge branch 'master' into develop commit b6962878fefb9c7ca777dc76e85c838fe28f8731 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jan 9 21:31:15 2014 -0600 Remove makeshift upgrade guide. Docs should be used. commit adfa89b9b24be2624ddceb88bf658ca8c174a093 Merge: 85f096b5 b268cdc7 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jan 7 21:30:05 2014 -0800 Merge pull request #2560 from crynobone/feature/post-install-cmd Add php artisan clear-compiled to post-install-cmd commit b268cdc71623e0ec34c1cd8265c4bd646031bce9 Author: crynobone <crynobone@gmail.com> Date: Tue Jan 7 10:50:02 2014 +0800 Add php artisan clear-compiled to post-install-cmd, as proposed in laravel/framework#3152 Signed-off-by: crynobone <crynobone@gmail.com> commit 0f68f561e9d86c36cf8d9790e7105d0931cf88f0 Author: Chen Hua <a25ce1@gmail.com> Date: Wed Dec 25 09:57:47 2013 +0800 tabs to spaces commit d5c1e8af96e4d1ea7e86418e7fea3f1a2f520baa Author: Euan T. <euantorano@gmail.com> Date: Mon Dec 16 15:24:23 2013 +0000 Updating .htaccess for consistency Fixing indentation to be consistent commit 85f096b5d72b603c50462b406cd588a8dbf823ac Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Dec 12 09:28:04 2013 -0600 Minimum stability stable. commit bc52ed5e3f8784ab7509b4a01b3774654da196e2 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Dec 12 09:24:38 2013 -0600 Up dependency on dev branch. commit 3053d486e64238b3698c14179f9881a55f9ac08b Merge: 0293eace c1ab700b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Dec 11 08:17:46 2013 -0600 Fix conflict. commit c1ab700b65b028f51e8a975596445859b5008aab Merge: eea4713e 84fe7f2f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Dec 11 06:16:04 2013 -0800 Merge pull request #2480 from samchivers/patch-1 Corrected the spelling of 'maintenance' in maintenance mode comment block commit 84fe7f2f0c47f939d63824813200852ac1394acc Author: samchivers <samchivers@users.noreply.github.com> Date: Wed Dec 11 13:29:42 2013 +0000 Corrected the spelling of 'maintenance' in comment block commit 0293eaced7178f37f2089bf529b1bfe3ecfe5201 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Dec 8 22:48:02 2013 -0600 Mention redis connection. commit d763a8a6d93d99de09f7e7f2a3fefeb29aaaac3e Merge: b2cad305 4dc94d2e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Dec 5 17:54:27 2013 -0800 Merge pull request #2471 from adamgoose/develop Enhancements to the 4.0>4.1 upgrade guide. commit 4dc94d2ea51b272a717dd602c013d5279938023d Author: Adam Engebretson <adam@enge.me> Date: Thu Dec 5 19:12:35 2013 -0600 Enhancements to the 4.0>4.1 upgrade guide. commit b2cad305022449d62222d8bbf2e9adf9b4e445da Merge: b83290e5 3f155a34 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Dec 5 11:26:12 2013 -0800 Merge pull request #2470 from adamgoose/develop Re-order upgrade instructions commit 3f155a34e54e74e5025bdc33186f0634b6de0fc0 Author: Adam Engebretson <adam@enge.me> Date: Thu Dec 5 13:22:07 2013 -0600 Re-order upgrade instructions composer update throws an error while executing artisan if you have not yet done this step: - Remove call to `redirectIfTrailingSlash` in `bootstrap/start.php` file. commit b83290e5993ac1e95193ff9a806f81fc67ff2805 Merge: 074d0f08 f2a56e7d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Nov 28 16:49:26 2013 -0800 Merge pull request #2455 from irazasyed/patch-1 Added new steps - upgrade.md commit f2a56e7de0657cb4ed785cc39c2336da218e524a Author: Syed I.R <irazasyed@users.noreply.github.com> Date: Fri Nov 29 02:00:12 2013 +0530 Added step to turn off redis clustering by default in `database` commit b0215e63b556910de823a3abc6c8ccabc959ea54 Author: Syed I.R <irazasyed@users.noreply.github.com> Date: Fri Nov 29 01:56:26 2013 +0530 Step to update `view` config file to switch to bootstrap 3 pagination commit 426f6f0e8301fcb472e293f09bb8172582c280bc Author: Syed I.R <irazasyed@users.noreply.github.com> Date: Fri Nov 29 01:50:03 2013 +0530 Missing instruction for `secure` option to be added to session config file commit 6c8b424b56ee2b01d54c8f516fab836e32e5270d Author: Syed I.R <irazasyed@users.noreply.github.com> Date: Fri Nov 29 01:37:47 2013 +0530 Added step to add new failed queue job option to queue.php commit 074d0f08684f579b0fdd4420083e9ecb5d7117bb Merge: d4c5a0fd f7bc7e42 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Nov 28 09:54:11 2013 -0800 Merge pull request #2453 from bretterer/patch-1 Added step to add remote.php commit f7bc7e4263c91883a26703ec57591a2ed594e27d Author: bretterer <bretterer@gmail.com> Date: Wed Nov 27 23:46:58 2013 -0500 Added step to add remote.php commit d4c5a0fd8faeb2f65eb7e1d5a57f34d92b64a9bc Merge: a297fe83 2079ec64 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Nov 27 09:47:17 2013 -0800 Merge pull request #2440 from crynobone/patch/upgrade Group similar upgrade task. commit a297fe838946f1412e61647797df78eb5b24b267 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Nov 27 11:41:01 2013 -0600 Update upgrad guide. commit 0301a564e5caf27b19d629f7014eff891ccaae47 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Nov 27 11:40:42 2013 -0600 Tweak comment. commit df6e4a973b5ce7ee79f109d4558124e652e6cd7d Merge: 9186d7a3 26c281c0 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Nov 27 09:38:51 2013 -0800 Merge pull request #2446 from seengee/develop Added instruction to update composer.json to 4.1 commit 9186d7a31dbd13aa436c526c4fc1220f2c2db7dc Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Nov 26 10:11:29 2013 -0600 Adding failed queue job options. commit 26c281c0809adfdd893a867c5963a15daff9f6e0 Author: Rob Mills <robjmills@gmail.com> Date: Mon Nov 25 09:22:46 2013 +0000 Added instruction to update composer.json to 4.1 commit 2079ec648a332db7e3b1f1d98a78758e97ebc1ce Author: crynobone <crynobone@gmail.com> Date: Sat Nov 23 07:01:34 2013 +0800 Group similar upgrade task. Signed-off-by: crynobone <crynobone@gmail.com> commit 1ac38202de73d1673a1a47f9e93c0343c3b03369 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Nov 22 13:40:42 2013 -0600 Added stub keyphrase. commit 3cd00eb7bd7d8a6a39464b5a655ac08aabf0bb75 Merge: d8270ae5 f15e496b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Nov 21 08:41:55 2013 -0800 Merge pull request #2436 from bryannielsen/patch-1 Remove duplicate insert of SSH alias commit f15e496be27399170e64fa94c8d1e2feb177c085 Author: Bryan Nielsen <nielsen.bryan@gmail.com> Date: Thu Nov 21 11:40:36 2013 -0500 Remove duplicate insert of SSH alias commit d8270ae52e065456f766e551e32e0beb19a48c83 Merge: 4e256663 69d04473 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Nov 20 18:31:17 2013 -0800 Merge pull request #2423 from mitchellvanw/develop Add Remote component to upgrade commit 4e2566632e390a8f4423e3adfb7d4858c4206bf1 Merge: 1fb0a965 d3a25f6a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Nov 18 08:57:54 2013 -0800 Merge pull request #2426 from philsturgeon/patch-1 Missing reference to SSH in upgrade.md commit d3a25f6abeea998f83eb5476615aafbe67f94544 Author: Phil Sturgeon <email@philsturgeon.co.uk> Date: Mon Nov 18 11:57:27 2013 -0500 Missing reference to SSH in upgrade.md commit 69d044730173a5ab5582f4d13b54b294e4d19ba9 Author: Mitchell van Wijngaarden <mitchell.wijngaarden@gmail.com> Date: Mon Nov 18 00:16:52 2013 +0100 Add Remote component to upgrade commit 1fb0a965539e24814ff9d40886e3cd54253c847b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Nov 14 21:36:56 2013 -0600 Add to upgrade guide. commit 55239c4c8ad41c0083484e10ca4de68a5fc74200 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Nov 14 21:36:12 2013 -0600 Tweak reminder language lines. commit ed7be09263be1c21a4a3e73fea362a2688fa0a8c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Nov 12 20:11:41 2013 -0600 Remove unnecessary line from upgrade guide. commit 42780b4b91ab30f5f8e9be71feb2cf32412c93fc Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Nov 6 20:27:41 2013 -0600 add note to upgrade log. commit 7ddc587554a6b7601d7c4d814ae0ed7572ecd857 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Nov 5 12:20:16 2013 -0600 Added code block. commit d19a79baf27fe0a5b94a0670442b46c844f55758 Merge: 509b43ba 4cb7482e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Nov 4 13:16:54 2013 -0800 Merge pull request #2400 from jamesmills/patch-1 Update upgrade.md commit 4cb7482e2fb60dc67c631a488de7f76c56c173c3 Author: James Mills <james@jamesmills.co.uk> Date: Mon Nov 4 05:50:19 2013 +0000 Update upgrade.md Quick reminder to change the path in the BaseController to match the change to the alias. commit cf36bb47c2ddab2a3601a6d8b7fe21bfe0f77fd2 Author: Joseph Silber <contact@josephsilber.com> Date: Sun Nov 3 21:13:13 2013 -0500 Auth AJAX 401 response commit 509b43ba80e467128ef120a6a2b9548a48bd6adf Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Nov 2 19:46:46 2013 -0500 Add note to upgrade guide. commit 0103a698d7e1de6a9c49f9c55c769fcd90fe0d4c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Nov 1 14:36:59 2013 -0500 Turn Redis clustering off by default. commit f387853ecadcdd1f87a22b5c3dad41abeb71a976 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Nov 1 08:46:15 2013 -0500 Added secure option. commit a562593693f0896870bb1c6e87c7950ec440103a Author: Andreas Lutro <anlutro@gmail.com> Date: Thu Oct 31 15:20:29 2013 +0100 shifted alignment commit d895d2c972578c8cc18174ca2874074028a85edc Author: Andreas Lutro <anlutro@gmail.com> Date: Thu Oct 31 15:19:49 2013 +0100 added required_without_all commit 428aaf09e72b8f08cd2aba8bb3bd036c4282b839 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Oct 30 16:55:41 2013 -0500 Consolidate console support tools into one service provider. commit 4535fa404802381b4ceeb18c2a2a96bfb07d6d2e Merge: b00d8c5a e8f6597e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Oct 30 12:00:43 2013 -0700 Merge pull request #2386 from rmasters/upgrade-notes Add note to upgrade.md about new Controller alias commit e8f6597e2d01bdd824670dcd405f64421bbb8ec3 Author: Ross Masters <ross@rossmasters.com> Date: Wed Oct 30 17:31:20 2013 +0000 Add note to upgrade.md about new Controller alias commit b00d8c5a726c46cb2c10e3327dd1a29d5a290eb4 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Oct 30 10:14:09 2013 -0500 Wrap in IfModule. commit a373ac8fed57fc679c246ab4e640ab4fe962246c Merge: 82206d39 eea4713e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Oct 30 09:46:39 2013 -0500 Merge branch 'master' into develop commit eea4713e7c2505c87b8b035024da0925bb704fd2 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Oct 30 09:46:32 2013 -0500 Fix grammar. commit 8084e3526aa51dd3d4cc699f51238e08b2b01cb9 Merge: 1d9d577f d0dea29d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Oct 29 14:58:29 2013 -0700 Merge pull request #2204 from mmeyer2k/patch-1 Fixed very minor typo in auth.php commit 1d9d577f9b13a95dc83b63ff2768d2e8ca6007bd Merge: 65842ae5 c5f288d1 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Oct 29 14:49:14 2013 -0700 Merge pull request #2192 from driesvints/dv/cleanup Remove space and add global class reference in docblock commit 65842ae55a5795fe5d6546474107326cfa3f7d6c Merge: b2ac3197 d734a416 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Oct 29 13:35:12 2013 -0700 Merge pull request #2377 from rmobis/master Tiny inconsistency between 'between' and 'digits_between' validation rules messages commit 82206d3932b7fd07e0d3ddb1108292a807aebb98 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Oct 28 14:10:08 2013 -0500 Add to upgrade instructions. commit 4c128e87603440409c1987d90e77c96f1b98fa4f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Oct 28 11:29:49 2013 -0500 Add to upgrade guide. commit 092e75e59a6381ff6316e1cf2fd643aad43f77b7 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Oct 28 11:29:32 2013 -0500 Starting work on 4.1 upgrade guide. commit c8dfb2e0b4f8031e870e74c01163385002af11c6 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Oct 28 10:11:34 2013 -0500 Stack doesn't need to be in this composer file. commit 740983e62d34e3ddbd87dad1327e563681d5fbf9 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Oct 28 09:29:09 2013 -0500 Just call app->run(). commit 7fb808f2fa5444cbeb40ef7996bc138d29e89cef Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Oct 26 22:28:55 2013 -0500 Switch to file as default session driver. commit ccdc7141aa87dd4e931098e3cfe596667f8ea1f5 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Oct 26 19:03:30 2013 -0500 Tweak session config. commit d734a416e07f0d20bcfeb22e9e26591250d9819d Author: Raphael Mobis Tacla <r.mobis@gmail.com> Date: Sat Oct 26 18:31:29 2013 -0200 Replace dash for 'and' in `between` validation rules. Fixes #2377 commit ce64714b2fda6d6a14ea6649a03aa59bfbd6d079 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Oct 26 11:27:40 2013 -0500 Tweak front controller. Htaccess. commit 29fc9f694d116c856ae9582dbf442eb8f6de8511 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Oct 25 00:28:22 2013 -0500 Working on more Stacky setup. commit 39e265f03740ab74e988deef4923435de46fa4bf Merge: 5df7bc7f 8f411bf5 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Oct 22 20:07:14 2013 -0700 Merge pull request #2309 from cviebrock/feature/cleanup-css Feature/cleanup css commit 5df7bc7f8a0d0cf32e2bdb646be34f104698923b Merge: ed78f78f b2ac3197 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Oct 22 22:05:25 2013 -0500 Merge branch 'master' into develop commit b2ac3197be39b0a2f30a8b690ec839b010a17f1b Merge: 6a352640 af1bd630 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Oct 22 20:03:48 2013 -0700 Merge pull request #2311 from msurguy/patch-2 The default message was not clear commit ed78f78fa927376ea5e254092432ce8a92047b47 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Oct 22 21:20:18 2013 -0500 Fix comment. commit 6a352640c54e2602c295ac9d53f1efb9a36307f3 Merge: 17455130 a7b209ff Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Oct 22 18:07:44 2013 -0700 Merge pull request #2321 from ameech/patch-1 Updated line to use spaces instead of tabs. commit 6dd766c0c065565d50348c283232be1d42e4a759 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Oct 22 16:11:10 2013 -0500 Fix typos. commit 64dd939bba10506efb333f6d17e06f92adc2b456 Merge: f22a7c88 4b09f406 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Oct 22 14:05:52 2013 -0700 Merge pull request #2366 from abishekrsrikaanth/patch-1 Added configuration for RedisQueue commit f22a7c88a96925049bf37246f3f4e57c32b152fc Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Oct 22 16:05:29 2013 -0500 Tweak mispelling. commit 34bb08e58d76df770fab334dbd039ae3bae57597 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Oct 20 20:24:52 2013 -0500 Remove Live service provider as it's all consolidated into new Tail command. commit e12be87751537b29489fe511df051ad485028974 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Oct 19 21:45:34 2013 -0500 Add root option to config. commit 088f4b69b6b9846dd54b55688f11e44b9bc73483 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Oct 19 21:39:25 2013 -0500 Move to single file log setup for simplicity. commit 4b09f4061c873636ec3a207bf04c1e17209dca3b Author: Abishek R Srikaanth <abishekrsrikaanth@users.noreply.github.com> Date: Fri Oct 18 22:44:07 2013 +0530 Put a comma after option just to match the other arrays commit dae1a994c9e20c630e7ac812d4c58969100d38eb Author: Abishek R Srikaanth <abishekrsrikaanth@users.noreply.github.com> Date: Fri Oct 18 22:22:50 2013 +0530 Removed the host config for the redis queue commit 1fb3e1dd6b99186dd4e8d1a45616b07b2bfc217a Author: Abishek R Srikaanth <abishekrsrikaanth@users.noreply.github.com> Date: Fri Oct 18 07:23:00 2013 +0530 Added configuration for RedisQueue commit 80b1c853cedb6cadfd500acf6a53a60c149865f6 Merge: 0d011da4 17455130 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Oct 13 20:57:43 2013 -0500 Merge branch 'master' into develop commit 17455130350c2577fb95f610d897495c05ead3ed Merge: aced8afa 52a96388 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Oct 13 18:57:04 2013 -0700 Merge pull request #2358 from JosephSilber/ignore-windows-thumbs gitignore windows thumbnails commit 52a96388250294825bea77f21cc8061ff8b0856a Author: Joseph Silber <contact@josephsilber.com> Date: Sun Oct 13 21:53:44 2013 -0400 gitignore windows thumbnails commit aced8afaabd6cf122feb534eda121f7b4063d658 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Oct 11 22:34:42 2013 -0500 Add missing comma. commit d1c04014dd9155684c44dfdbaa03a7a0de4b4d46 Merge: fbd93f69 258919ad Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Oct 11 20:33:50 2013 -0700 Merge pull request #2332 from laheab/master Move pre-update-cmd to post-update-cmd, solves inconveniences. commit 0d011da4e58fab0adc98d0e369d72798c28e40a3 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Oct 5 21:52:50 2013 -0500 Custom repository no longer needed. commit 375cbdeaec821ca7de74f964e3fca3835f155ecc Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Oct 3 16:25:54 2013 -0500 Fix spacing. commit 9c5630734585509851d2442eef437f0082eef07c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Oct 1 10:26:17 2013 -0500 switch to bootstrap 3 as default pagination view. commit 258919ad1b7dcc81445e3275e8b21213b3a3c631 Author: Ibrahim AshShohail <laheab@gmail.com> Date: Sun Sep 29 16:02:32 2013 +0300 Moved pre-update-cmd to post-update-cmd commit 4c7d67790901f368d82c146f513e5c944843f26e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Sep 19 21:39:09 2013 -0500 Added repository to Composer file. commit a7b209ffcc2b724d00ab4410f93907f8a1391e20 Author: ameech <meech.adam@gmail.com> Date: Thu Sep 19 00:10:17 2013 -0500 Updated line to use spaces instead of tabs. commit af1bd630d78bdfc6ea1a234c9f027b9db7474552 Author: Maksim Surguy <msurguy@gmail.com> Date: Fri Sep 13 17:42:21 2013 -0700 The default message was not clear Added clarity commit 8f411bf56dc1d76fc960a9027e03a374fae52476 Author: Colin Viebrock <colin@viebrock.ca> Date: Thu Sep 12 12:00:12 2013 -0500 convert indentation to tabs, like every other file in Laravel :) commit 432ee0949cc8b03734ab82f14ad390d02efd31e1 Author: Colin Viebrock <colin@viebrock.ca> Date: Thu Sep 12 11:58:34 2013 -0500 tweak w/s, remove display:block from link commit e5318cac296a1778626fa1f422f36f9d0ea6c443 Author: Colin Viebrock <colin@viebrock.ca> Date: Thu Sep 12 11:52:16 2013 -0500 Clean up CSS on default view commit 9c2c627140781c7d8351ed66cdd24f6c02c2eb30 Merge: 0fd3815f d94408d6 Author: Colin Viebrock <colin@viebrock.ca> Date: Thu Sep 12 11:39:34 2013 -0500 Merge remote-tracking branch 'laravel/develop' into develop commit d94408d6c17a9f086a319944ebf685c4513addbb Merge: 73f37c6c fbd93f69 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Sep 6 23:51:46 2013 -0500 Merge branch 'master' into develop commit 73f37c6ce004a6da53711573365c3e8be555019e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Sep 6 23:50:01 2013 -0500 update controller alias. commit fbd93f6997a64abb1457aa7328a39ff3df8c5a18 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Sep 6 23:42:43 2013 -0500 added note about expiry time on reminders. commit 42ff9d0ebb7e8307a755440a4c473803aa75dd5a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Sep 6 00:32:42 2013 -0500 Setup live debugger in app. commit 91ca1707b86610fc72bb555e0a01d05d8e24b1d8 Merge: 5c49245a 505f445f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Aug 29 01:36:11 2013 -0700 Merge pull request #2278 from fabpot/patch-1 Add missing license information in composer.json commit 505f445f99678b845669c87c678378af7734a089 Author: Fabien Potencier <fabien@symfony.com> Date: Thu Aug 29 08:33:24 2013 +0200 Add missing license information in composer.json The license information was missing from the composer.json file. This information is quite important as it is displayed on Packagist and used by automated tools (like http://insight.sensiolabs.com/ for instance) to check compatibility of your project dependencies. commit 5c49245afe8ece6ab31e9b6e144bb853c25d8b0e Merge: 6a2ad475 a4e25849 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Aug 15 06:40:32 2013 -0700 Merge pull request #2237 from mmeyer2k/patch-2 Update comment for clarity commit a4e2584985b4678515839297c51cfa11cf3512d6 Author: Michael Meyer <m.meyer2k@gmail.com> Date: Wed Aug 7 12:53:37 2013 -0500 More clarity commit 45f2234bd6cb249f961c0dc6a82dd168dd243d4a Author: Michael Meyer <m.meyer2k@gmail.com> Date: Mon Aug 5 16:30:06 2013 -0500 Update comment for clarity commit 6a2ad475cfb21d12936cbbb544d8a136fc73be97 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jul 30 09:05:55 2013 -0500 Added array validation language lines. commit 93aee27cd95bd2e79353d3041238292c80560669 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jul 29 16:22:51 2013 -0500 Add expire option to reminder config. commit d0dea29df38789c1765e1d6df87892d02d3d664a Author: Michael Meyer <m.meyer2k@gmail.com> Date: Wed Jul 24 08:34:30 2013 -0500 Fixed very minor typo commit c5f288d1a51c62f2e74c8793f06834437e95f884 Author: Dries Vints <dries.vints@gmail.com> Date: Sat Jul 20 16:32:39 2013 +0200 Remove space and add global class reference in docblock Removed an unnecessary space before a comments rule and added a backslash to reference the global namespace in a docblock. Signed-off-by: Dries Vints <dries.vints@gmail.com> commit 129d06dffde231e2f490fe8b413d1a04052dc747 Merge: 84cc247f 08cb97fa Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jun 15 13:15:45 2013 -0500 Merge branch 'master' into develop commit 08cb97fa6deb932c6ccb86947afb46450cc118a2 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jun 15 13:15:13 2013 -0500 Tweak .htaccess. commit 84cc247f982bd62195575026ebd8b33aaed45af4 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jun 14 00:36:13 2013 -0500 Add groups configuration option to remote config. commit 07e5cc10d9b6872204d01d87501fb01db45d1ef5 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jun 12 22:54:05 2013 -0500 Tweaking configuration files. commit cbf56e76aae304313f69dcd591646ebea8e07108 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jun 12 21:11:40 2013 -0500 added remote config. commit 19841d865d59c6238b81f01a7c9d40296299ee12 Merge: f583a9d2 0587fa28 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jun 10 05:57:53 2013 -0700 Merge pull request #2095 from briankiewel/patch2 changed google font url to be protocol relative commit 0587fa28fff830df915061e99fb5bb49b79abca0 Author: Brian Kiewel <brian.kiewel@gmail.com> Date: Sun Jun 9 20:52:43 2013 -0700 changed google font url to be protocol relative commit be57d32dfa958b714d554be776cbd31a2a304423 Merge: b8e16b2f f583a9d2 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jun 9 20:43:01 2013 -0500 Merge branch 'master' into develop commit f583a9d23fcc2175e2a2245e2417fc3baedf9c93 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jun 9 20:24:38 2013 -0500 Added post create-project command to generate key. commit b7c147c77a44133e36893fbe5c88051ba392b113 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jun 9 20:22:08 2013 -0500 Update encrypter comment. commit fe74ce3da111b19030bac6e67fdc9655339027b4 Merge: 51a013fb 4b35eea3 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jun 9 18:17:04 2013 -0700 Merge pull request #2089 from briankiewel/patch1 changed spaces to tabs commit 51a013fbbf4d834216909d532d40dc4067a6810f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jun 9 20:07:34 2013 -0500 Fix closing div tag. commit b8e16b2f1c7063dc93bef637219da919715eeff8 Merge: 43a2e8f2 e526c088 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jun 8 13:14:31 2013 -0500 Merge branch 'master' into develop commit e526c088005409a360bd844d0382a26b04c2f2cf Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jun 8 13:14:10 2013 -0500 Added "pretend" option to mail config. commit 4b35eea3a7cc55b8a058d735e2232bfb824d4712 Author: Brian Kiewel <brian.kiewel@gmail.com> Date: Fri Jun 7 16:58:58 2013 -0700 changed spaces to tabs commit 71a5ad62820fcf6ed73f22f4b83b6bd223ded7ed Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jun 7 08:59:40 2013 -0500 Update readme.md commit 1c0920080ec2869cb0d4ea56ff4d819ab1b82bf4 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jun 7 08:58:40 2013 -0500 Update readme.md commit 43a2e8f20e9e0f08c9545802069e2c01127d605a Merge: 5e24837f 9b44c33c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri May 31 08:30:47 2013 -0500 Merge branch 'master' into develop commit 9b44c33cb3d9a727a24b44f8ee87d4d9c941b705 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri May 31 08:30:40 2013 -0500 Fix package name. commit 5e24837f43f11cd9937b061b03bce3f8c8d4981d Merge: 164e2d96 d1520dc1 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri May 31 08:29:42 2013 -0500 Merge branch 'master' into develop commit d1520dc1b9dc475b149ea4f105d7ee4b0f717103 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri May 31 08:29:03 2013 -0500 Adding a few things to the composer.json file. commit 6d4418afff77203005812d15d25c02b7f670f3c1 Merge: c0a26f50 e8fa5f02 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu May 30 05:56:41 2013 -0700 Merge pull request #2044 from jonathanmarvens/master Tiny grammar fix...[:)]. commit e8fa5f02b723c91e0cf4e8ffd02829c37fd8d338 Author: Jonathan Barronville <mbarronville@gmail.com> Date: Wed May 29 16:37:27 2013 -0400 Small grammar fix. :eyes: . commit c0a26f50ac9ec49fd64ec2ccdb74370ea4235500 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed May 29 08:59:05 2013 -0500 Fix unit test example. commit 164e2d96517307c4e9ec8a16428f62135b566405 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed May 29 08:58:31 2013 -0500 Fix unit test example. commit df3795b8effd35f0dbb0bf40c17c4a4438d7dacf Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue May 28 15:38:38 2013 -0500 Update dependency to 4.1.x. commit b87a78fb176b5750ee210b2dcc3f6e4b55f26819 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue May 28 11:28:05 2013 -0500 Tweak welcome page. commit 075e5e93f094f47685260f2d2b270b609816df6b Merge: e510b028 b9fe2dda Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue May 28 10:50:51 2013 -0500 Merge branch 'master' into develop commit e510b028124d747d6e222676bfabbb5fdd8bf9c4 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue May 28 09:37:29 2013 -0500 Tweak framework readme. commit b9fe2dda266f194baa43e25491abc0d392696f41 Merge: c89354f6 55fe0189 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue May 28 06:08:00 2013 -0700 Merge pull request #2013 from juukie14/master Conditionally Loading jQuery in profiler template commit c89354f63c811eee78b23351a1883bc6c430cff9 Merge: c7caca41 3018bcce Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue May 28 06:04:39 2013 -0700 Merge pull request #2026 from vus520/3018bcce718665e28b6fcf8b48fc3ef79f9d8c65 add Simplified Chinese language package commit 443fc9d7b5a28c39652ae9a593155ca5b7a6be05 Merge: 2e65a168 68e9fea2 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue May 28 06:04:22 2013 -0700 Merge pull request #2027 from nils-werner/executable Make artisan executable commit 68e9fea2e6d9d739d5054fb8b6c45c0f779d5134 Author: Nils Werner <nils.werner@gmail.com> Date: Tue May 28 11:05:10 2013 +0200 Make artisan executable commit c7caca41a2d8f18b3494d264ca50509f74e0d307 Merge: 58d6b112 8f798558 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon May 27 18:08:11 2013 -0700 Merge pull request #2022 from kirkbushell/master Route update to call aliased Controller class commit 2e65a168dcfe114af6a13e1b2d697adeeb5e644a Merge: 15bd1bfa 1cd0f1a6 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon May 27 04:13:03 2013 -0700 Merge pull request #2021 from ipalaus/fix/sendmail-config The default sendmail path must contain '-bs' or '-t' flags. commit 8f79855808705c92e3c0370cf7b9ac3dbf416926 Author: Kirk Bushell <torm3nt@gmail.com> Date: Mon May 27 15:43:32 2013 +1000 Route updated to ensure that the root Controller alias is called, rather than the one within its own namespace. Signed-off-by: Kirk Bushell <torm3nt@gmail.com> commit 1cd0f1a6d7bac9c823a83f41751d52bc83a8a21c Author: Isern Palaus <ipalaus@ipalaus.es> Date: Mon May 27 06:31:55 2013 +0200 The default sendmail path must contain '-bs' or '-t' flags. Signed-off-by: Isern Palaus <ipalaus@ipalaus.es> commit 15bd1bfa635f07a719167de97664ba4f9e7ec8b4 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun May 26 13:50:33 2013 -0500 Fix casing. commit af39f0c2b139dc599aa6c9da0107274019aac95c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun May 26 13:50:16 2013 -0500 Just boot MbString on Patchwork. commit ad52c50f87ff76b25f7871c15814fc2628acd0e6 Merge: 96a3027b 5060bc2a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat May 25 11:47:59 2013 -0700 Merge pull request #2018 from laravel/welcome-page New welcome page. commit 5060bc2adecf0d7d370d535804d53b145d7b3f22 Author: Dayle Rees <thepunkfan@gmail.com> Date: Sat May 25 18:57:39 2013 +0100 New welcome page. commit 96a3027b311d9d398e6c518e0a7b28ef778bc846 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri May 24 09:25:36 2013 -0500 Updated available drivers for mail. commit 79e3aab4a6978d7fe73b5e96d5d0eb7f1c62ebab Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri May 24 09:24:46 2013 -0500 Added sendmail path config option. commit 55fe0189ac771361aac67e179b039a38dbc036b8 Author: Juukie14 <juukie14@gmail.com> Date: Thu May 23 16:43:38 2013 +0200 Conditionally Loading jQuery in profiler template commit 3018bcce718665e28b6fcf8b48fc3ef79f9d8c65 Author: vus520 <admin@4wei.cn> Date: Wed May 22 14:06:34 2013 +0800 add Simplified Chinese language package commit 584a7691ad46b9d688f4a220b98ffb93e3104a40 Merge: 122f3abd 58d6b112 Author: 尘缘 <admin@4wei.cn> Date: Tue May 21 22:09:44 2013 -0700 Merge pull request #3 from laravel/master merge commit 58d6b112a7d805db2702ae4697914776e0bb939e Merge: 6a1d203b 70f28360 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue May 21 18:05:38 2013 -0700 Merge pull request #2009 from dr-dimitru/master Validation Russian language update commit 70f283606068845710f62b24dee944ee82bdbf47 Author: Dmitriy A. Golev <ceo@veliov.com> Date: Wed May 22 01:47:48 2013 +0400 Revert "Make view with response status and headers" This reverts commit 036a0bab0bd05cf2f8086363c35adc104a7cf631. commit 357875d6c8b7ab291b2e91aab7ca688cc7cff933 Author: Dmitriy A. Golev <ceo@veliov.com> Date: Wed May 22 01:44:32 2013 +0400 Validation in Russian update commit 71cb787346fa7baa67d90037dd3892966feabb12 Merge: 8709c6c6 260b3c93 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon May 20 12:36:17 2013 -0700 Merge pull request #1999 from ipalaus/fix/session-payload Removed the unused setting 'session.payload'. commit 122f3abd25d884e9bcad7be4ecd7aa5eaa580610 Merge: f742cc32 6a1d203b Author: 尘缘 <admin@4wei.cn> Date: Thu May 16 18:53:24 2013 -0700 Merge pull request #2 from laravel/master merge commit 260b3c93df72265ee1b152576edc3aecd5f73764 Author: Isern Palaus <ipalaus@ipalaus.es> Date: Thu May 16 16:23:52 2013 +0200 Removed the unused setting 'session.payload'. Signed-off-by: Isern Palaus <ipalaus@ipalaus.es> commit 6a1d203baf25d4132c4120f691dd3c2ee381bade Merge: 37acc995 cfcd82e0 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed May 15 12:52:16 2013 -0700 Merge pull request #1994 from aeberhardo/bug/putenv Fixes variable export for Windows. commit 37acc995df22ef8b18656f580e8140f8f5c61cb0 Merge: fe00e012 82686af9 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed May 15 12:51:33 2013 -0700 Merge pull request #1991 from juukie14/master Validation language line correction commit fe00e012121332718f2227610f37bad21e8ad9e9 Merge: 678b92ef bee0153e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed May 15 12:51:16 2013 -0700 Merge pull request #1992 from neoascetic/patch-1 Fix russian translation for 'exists' validation rule commit cfcd82e04aaf035476bd52fab8c5bc02ecb20a3b Author: aeberhardo <aeberhard@gmx.ch> Date: Wed May 15 19:05:04 2013 +0200 Fixes variable export for Windows. Issue: https://github.com/laravel/laravel/issues/1870 Fix in commit https://github.com/laravel/laravel/commit/678b92ef85ce0258eb9a6ac57bb26fca9480e430 does not work. Signed-off-by: aeberhardo <aeberhard@gmx.ch> commit bee0153e3b3fd4202d8c19d0fa4d98b003428d40 Author: Pavel Puchkin <neoascetic@gmail.com> Date: Wed May 15 18:04:47 2013 +1200 Fix russian translation for 'exists' validation rule commit 82686af96f1434341edbfff2dd9f74e8eb0f9e94 Author: Jürgen van Dijk <juukie14@gmail.com> Date: Tue May 14 08:59:59 2013 +0200 Language line correction Indentation before '=>' and 'geldig' instead of 'geldige'. commit 678b92ef85ce0258eb9a6ac57bb26fca9480e430 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue May 14 01:15:47 2013 -0500 putenv in test runner. commit 9871281b34962fadd880aef98e1382d0b54f98cc Merge: d1ae2324 9ba285a2 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon May 13 23:12:08 2013 -0700 Merge pull request #1880 from authman/master Patch for ->push(); commit d1ae2324fdffc96004d8c3471accd9f98f4e1f33 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue May 14 00:55:23 2013 -0500 Fix returning check for Postgres. commit c878a18fdbfc60f791febc1b927f4117be57b0e4 Merge: 5d63d5ad 76db2065 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon May 13 22:53:15 2013 -0700 Merge pull request #1962 from fpirsch/master fix incorrect padding with multibyte strings encryption commit 5d63d5ad524688fdbf55b926e256c967e50d660e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue May 14 00:51:05 2013 -0500 Consider protocoless URLs as valid. Closes. #1966. commit 1fdd186ddee99e11b8b084c592f3a9ba93cd45e1 Merge: 39654291 641ac8d6 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon May 13 22:49:36 2013 -0700 Merge pull request #1974 from neoascetic/belongs_to_call_a_getter Access foreign property in Belongs_To through a getter commit 3965429176ed70ffb9523355d83adc167ccc47b0 Merge: 86fc0ca7 96e44d90 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon May 13 22:47:15 2013 -0700 Merge pull request #1970 from jasonlfunk/master Allow developers to set the Content-Disposition header in Response::download() commit 86fc0ca7cb77595cb59822168947b4ed3a25c0d6 Merge: 727b6949 f2f1d4d1 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon May 13 22:43:15 2013 -0700 Merge pull request #1976 from neoascetic/more_fluent_eloquent Even more fluent eloquent model via magic setters commit 727b69494b4938f38c9f8dad0f83920e2cc2303b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue May 14 00:41:39 2013 -0500 Check arrays on Input::had. Closes #1988. commit 8709c6c6b062658eab23abf18aada550fb2efde9 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue May 14 00:40:22 2013 -0500 Use app_path in global file. Closes #1975. commit 6891fb7b2119476f9541bfef4924f07ad975dafc Merge: 7fb445b1 accbcabf Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon May 13 22:35:07 2013 -0700 Merge pull request #1963 from EvgenyKovalev/master Language fix for Validation. commit 7fb445b1077dbe9e01207d5770812f555e3e83f6 Merge: 348feccd ae61b601 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon May 13 22:32:14 2013 -0700 Merge pull request #1987 from netflam/patch-1 Update .htaccess commit 348feccd3e70bb51facbaba2993050ca824afc4e Merge: cffded66 b894cde4 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon May 13 22:32:01 2013 -0700 Merge pull request #1989 from juukie14/master Added Dutch translation for validation rules "date_format" and "required_with". commit c7f889fe54d7c58244c575f76ff919c0f4ec15f7 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue May 14 00:27:39 2013 -0500 Move slash redirects to application level. commit b894cde4babc70295182f0e310811e357707041f Author: Jürgen van Dijk <juukie14@gmail.com> Date: Mon May 13 12:00:09 2013 +0200 Added Dutch translations for validation rules "date_format" and "required_with". commit 086f2966c023b8208441e6e17045ffded577c023 Merge: 24f0d9a5 a982efb4 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat May 11 18:03:43 2013 -0700 Merge pull request #1973 from bencorlett/patch-3 Updates for the rename of the `HTML` facade. commit ae61b601b6451f7ad6a3ae6333c1c0d583d5cd57 Author: Maciej Czyżewski <pozer.maciek@gmail.com> Date: Sat May 11 14:16:41 2013 +0300 Update .htaccess Change link in comment. (2.2 -> current) commit f2f1d4d17301cde3cb62ea1f5b4cbf6ba8172f10 Author: Pavel Puchkin <neoascetic@gmail.com> Date: Wed May 8 20:11:44 2013 +1000 Return `$this` in `set_attribute` commit 3a46721eca6562f518c65a8ecc00af8816e14da3 Author: Pavel Puchkin <neoascetic@gmail.com> Date: Wed May 8 18:19:27 2013 +1100 Even more fluent eloquent model via magic setters Now it is possible to use Eloquent's magic setters in chains. For example: $model->set_foo('foo')->take(10)->set_bar(some_function()); // ...even though setters 'foo' and 'bar' are not defined on the model commit 641ac8d69c91063d684555852badc45717db91bf Author: Pavel Puchkin <neoascetic@gmail.com> Date: Wed May 8 11:39:51 2013 +1100 Access foreign property in Belongs_To through a getter commit a982efb49bbf2d107e4a9d7ebc11448d557ee744 Author: Ben Corlett <bencorlett@me.com> Date: Wed May 8 09:30:08 2013 +1000 Updates for the rename of the `HTML` facade. See laravel/framework#1231 commit 96e44d908cd261d47a936e9a38b76391fa8a6bb9 Author: Jason Funk <jasonlfunk@Jason-Funks-MacBook-Pro.local> Date: Tue May 7 09:16:13 2013 -0500 Allow the developer to set the Content-Disposition header in Response::download() commit 24f0d9a5b824d2a4a0a56611f9cb82cf9878e002 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue May 7 08:19:08 2013 -0500 Update HTML alias. Closes #1210. commit db365ddaaeaba981a0266b4a6977e671bdd8e6ec Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon May 6 09:35:34 2013 -0500 Remove pre-install cmd for now. commit accbcabfcf9050b9a45960589892cda3779e66d5 Author: Evgeny Kovalev <Evgeny.Kovalev@gmail.com> Date: Mon May 6 00:01:57 2013 +0400 Fixes 'greater' to 'not greater'. Signed-off-by: Evgeny Kovalev <Evgeny.Kovalev@gmail.com> commit bd6289b1188049b0c6644b23346540ba85eefe77 Author: Evgeny Kovalev <Evgeny.Kovalev@gmail.com> Date: Sun May 5 23:51:46 2013 +0400 Fixes error messages. Validation allows max number. Fix for both Russian and English. NB The bug is fixed for English version V4 already. No language files for other languages for V4. Signed-off-by: Evgeny Kovalev <Evgeny.Kovalev@gmail.com> commit 76db206551622be1560fb68349da819807350a1b Author: fpirsch <fpirsch@free.fr> Date: Sun May 5 15:00:23 2013 +0300 fix incorrect padding with multi-byte strings As far as encrypting and paddings are concerned, we are talking about **bytes** and not **characters**. So basic strlen/substr functions must be used instead of their mbstring version. commit e12830534ed6adffdc175209155aa1132fde1268 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat May 4 19:29:52 2013 -0500 Tweak composer commands. Closes #1954. commit cffded660c2c5158bc1c7ae404b6b9ab1eaee460 Merge: 3d533f03 852937ba Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat May 4 17:26:19 2013 -0700 Merge pull request #1959 from dotramses/patch-1 Update migrator.php commit 3d533f03e6b10dd5809333341548b9890a79a3a5 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat May 4 19:25:53 2013 -0500 Fix method override. commit 07a5edb9db4abc0010e5a8725c84f4162adbf4b3 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat May 4 14:30:52 2013 -0500 Fix comment. Closes #1958. commit 852937baf4ea1a4aedfe983b495d577e2e297ea7 Author: dotramses <rcrlourens@gmail.com> Date: Sat May 4 22:28:09 2013 +0300 Update migrator.php when used in a setup task. The output created didn't add a line ending. commit f742cc32f5c29350af4c5ddd7d6bfe175f727604 Merge: 2e8b5575 b9cf8dfb Author: 尘缘 <admin@4wei.cn> Date: Sat May 4 06:41:24 2013 -0700 Merge pull request #1 from laravel/master merge commit e8823e798bcbd2c9385cb26d2cc3778f4815c015 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri May 3 22:26:37 2013 -0500 Added clear compile pre update script. commit 1e681292657b62f59927673fa861e69110c63a2e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu May 2 15:33:15 2013 -0500 Tweak maintenace mode handler. commit 74cd3eb83819f8f1c7d9dcc93df42d946aa4e1cf Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu May 2 15:31:21 2013 -0500 Added proper code for new maintenance mode feature. commit e72b12092986c2ff70a616eebd3d2a9675ee5b92 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed May 1 14:27:09 2013 -0500 Fix spelling. commit b9cf8dfb715e7cc6b639150ea16b1ef044e60b1f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed May 1 14:19:10 2013 -0500 Upgrade to latest Symfony HttpFoundation tag. Closes #1865. commit c25c56ecfd2c0c6dc62a56ab8e1f7626930c89e5 Merge: 9ee8da7b 7ad0dcea Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed May 1 12:09:09 2013 -0700 Merge pull request #1876 from briankiewel/robots Changed robots.txt to use disallow instead of allow commit 9ee8da7bfdc0cb154c02e4ff829d22172824b595 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed May 1 14:06:22 2013 -0500 Fix session configs. Closes #1943. commit d8abb9d6032c2fb2d1c1310855c0c89bca2339d2 Merge: 5c340a60 982e51fd Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed May 1 09:43:19 2013 -0700 Merge pull request #1877 from briankiewel/htaccess-tabs Converted spaces to tabs in .htaccess for consistency commit 5c340a60a9bbe316f3bd69808afa24851bb82882 Merge: 048e3322 ed89cfb1 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed May 1 09:42:58 2013 -0700 Merge pull request #1879 from jasonlewis/fix/use-base-path-in-start Use the base.path when loading the illuminate application. commit 92f602edbfa3e6c6fb22d91e21a19aa0d9f74660 Merge: 23464cac e1fde01e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed May 1 09:41:58 2013 -0700 Merge pull request #1875 from effenberger/master modified IoC::registred() commit 048e3322d52fe70429e505a2ee13a9c30223bca4 Merge: c991a4cf 5e2d8843 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed May 1 09:24:23 2013 -0700 Merge pull request #1931 from vlakoff/develop Fix comment on default session driver. commit c991a4cfb19d4904e41301234ae8349b193ec522 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed May 1 11:18:09 2013 -0500 Fix typo. Closes #1935. commit d433293e8affff8a43dc4c9b6b9ca6d7e33adb43 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Apr 30 09:57:09 2013 -0500 Add required_if validation language line. commit 5e2d8843d8f3e651fa5f6f5252d64fd71c26fc9b Author: vlakoff <vlakoff@gmail.com> Date: Tue Apr 30 05:43:09 2013 +0200 Fix comment on default session driver. commit 763f1d5181053bcf6b714d1dc905a6e9483e6215 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Apr 23 22:27:51 2013 -0500 Use Redirect::guest in "auth" filter. commit b042d46bfea30e97669047f8390534f9a3766417 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Apr 19 23:39:29 2013 -0500 Set preferred install as "dist" out of the box. commit b16bb1ac6a425980bcc326044155fb8c87b09ff0 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Apr 18 11:00:40 2013 -0500 Setup Patchwork for 1.1.*. commit 5b43ff5181b8129066124b919976544a4d7d1426 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Apr 17 16:28:05 2013 -0500 Added "cookie" back in as session option. commit 452956551b701bfe40631894cf4e6c0568c5fd2f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Apr 17 00:29:48 2013 -0500 Fix comments on session. commit d9c559ba7f3e92d0623df0cd30f8f8e5ae7a7aff Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Apr 16 22:36:51 2013 -0500 Tweak for session changes. commit 036a0bab0bd05cf2f8086363c35adc104a7cf631 Author: dr.dimitru <ceo@veliov.com> Date: Tue Apr 16 03:28:55 2013 +0400 Make view with response status and headers Add functionality to make view with response status and headers - view_with_status commit 997f789c47d4be159b600bbac82d358a96339821 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Apr 15 15:32:11 2013 -0500 Move comment to line it up with others. commit e0d6b130b878809a3fe8f3680527de1903ed6a6d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Apr 14 13:54:33 2013 -0500 Remove pre-update script. commit 315bb1dd9bded5dfc2539faa7efac2d3c4215e98 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Apr 14 13:51:53 2013 -0500 Add pre-update command to remove the compiled file. commit 9ba285a2ad66c9c6f57a2dc8253cb03713f680fb Author: Authman Apatira <uapatira@gmail.com> Date: Sat Apr 13 23:14:26 2013 -0700 Return the status of $model->push(). commit ed89cfb13b826f8d1cdd286187911c565beff42f Author: Jason Lewis <jason.lewis1991@gmail.com> Date: Sun Apr 14 13:19:52 2013 +1000 Use the base.path when loading the illuminate application. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> commit 982e51fd98dac6feed8ec7939c3434c325769f8e Author: Brian Kiewel <brian.kiewel@gmail.com> Date: Sat Apr 13 09:39:38 2013 -0700 Converted spaces to tabs for consistency commit 6e5ca7331ebf511754d276cb40bc7b0eef4a463c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Apr 13 08:30:10 2013 -0500 Add "url" option to configuration. commit 7ad0dcea2815b6df80fba75995e683897bbffee0 Author: Brian Kiewel <brian.kiewel@gmail.com> Date: Fri Apr 12 13:23:39 2013 -0700 Changed robots.txt to use disallow instead of allow commit e1fde01e9d3f5d1dd47cb6dcffd331e7899d5119 Author: Max <mail@maxeffenberger.de> Date: Fri Apr 12 16:35:33 2013 +0300 IoC::registered check fixed Returns true if the instance was registered with IoC::instance commit 503ba024119103f8840f503cb8f5e8e2492a05ec Merge: 343c31e5 26c426ab Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Apr 10 20:12:31 2013 -0700 Merge pull request #1864 from bencorlett/develop Lining up translation. commit 23464cac25f933a4f0a07aacfd1dc38efedebee7 Merge: 64953eb1 44f82b18 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Apr 10 20:11:34 2013 -0700 Merge pull request #1868 from aeberhardo/bug/version-bump-3.2.14 Incremented version from 3.2.13 to 3.2.14 commit 64953eb1968aba901b9d7abc585dab1939254718 Merge: 936160f9 87bf2402 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Apr 10 20:11:15 2013 -0700 Merge pull request #1869 from aeberhardo/docs/contributing-typo Fixed a typo in "Contributing" chapter commit 343c31e5dbb3f7ebd2f764721a8b0461792b2dc6 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Apr 9 15:37:50 2013 -0500 Redirect trailing slashes with 301. commit 87bf2402d49efb8920fbfe2e43b98dca8b812f7b Author: aeberhardo <aeberhard@gmx.ch> Date: Tue Apr 9 10:38:34 2013 +0200 Fixed a typo in Contributing chapter Signed-off-by: aeberhardo <aeberhard@gmx.ch> commit 44f82b18d814ff1d147af2c341f23f3c79df4233 Author: aeberhardo <aeberhard@gmx.ch> Date: Tue Apr 9 10:23:07 2013 +0200 Incremented version from 3.2.13 to 3.2.14 Signed-off-by: aeberhardo <aeberhard@gmx.ch> commit b2a1c9be530ec325342c64cdbc187461302be398 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Apr 8 19:48:02 2013 -0500 Turn on Redis clustering by default. commit c9d0090f72ce7fa64c671771523dc0bf436adb0f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Apr 8 11:16:11 2013 -0500 Fix typo. commit 3b601fee4a8e8a7173956c802253bb221d087278 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Apr 8 10:39:36 2013 -0500 Added auth.basic filter. commit 26c426ab3e676a63f352c1d2fee5c742b55dbe56 Author: Ben Corlett <bencorlett@me.com> Date: Sun Apr 7 20:00:44 2013 +1000 Lining up translation. Surprised it triggered my OCD before @taylorotwell's. Signed-off-by: Ben Corlett <bencorlett@me.com> commit 936160f90758e8b03b55294ae14fab755303d8ce Merge: 9c9b6eed 785e168f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Apr 6 18:27:53 2013 -0700 Merge pull request #1850 from rk/patch-1 Check application.ssl when setting a secure cookie commit 9c9b6eed1070fc47fdf5d56c81fcf4f0ca7f71a3 Merge: 5ddeab60 0008a232 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Apr 6 20:27:07 2013 -0500 Merge remote-tracking branch 'origin/master' commit 5ddeab6051bccab0d270ea731c51b480a8731a0c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Apr 6 20:27:00 2013 -0500 pass exception to 500 event correctly. commit 0008a2324f68f26661c5f33c69bbc76f9d6c5ae7 Merge: 4ecbef68 e4080c02 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Apr 5 06:49:55 2013 -0700 Merge pull request #1857 from doubleking/master Changed Laravel\ namespace prefix in some classes calls in helpers to global. commit e4080c02f56881a8682d913db4904ef486669b16 Author: jan <jablonski.kce@gmail.com> Date: Fri Apr 5 09:48:49 2013 +0200 get_cli_option() is called outside Laravel app, so namespace prefix must be left there commit 3cd624eac8bc5f50473087dabd5a917e95a15fbe Author: jan <jablonski.kce@gmail.com> Date: Fri Apr 5 09:18:51 2013 +0200 Changed Laravel\ namespace prefix in some classes calls in helpers to global, to allow aliases to work, and allow class extending. commit 4ecbef68a0b889dda6112049b0b7d63d420b8eab Merge: 78af4569 906d0d85 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Apr 4 10:41:39 2013 -0700 Merge pull request #1853 from cviebrock/table-macros Add Macros to tables commit 78af4569ded5b10b5a5bf293ac1e15c0514e46e6 Merge: 5dd3ec6f d46e1921 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Apr 4 10:40:18 2013 -0700 Merge pull request #1855 from rittme/patch-1 get_dirty() comparison is not type safe commit d8daedcb469a3963eddb71ee5e99d6ccf5e76697 Merge: 67488916 c9771d2f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Apr 4 08:10:32 2013 -0700 Merge pull request #1852 from andershammar/develop Add validation error message for the 'required_without' rule commit d46e19214bd66c54b7daec62d4bc62b70c74d031 Author: Bernardo Rittmeyer <bernardo@rittme.com> Date: Thu Apr 4 12:50:59 2013 +0300 get_dirty() comparison is not type safe get_dirty() must compare using Not Identical (!==) on place of Not Equal (!=). For example, changing null to false don't make the model dirty. commit 906d0d851e182ee832100af207a555e6919acf65 Author: Colin Viebrock <colin@viebrock.ca> Date: Wed Apr 3 18:26:15 2013 -0500 add macros to tables commit 0fd3815f81d181038ed731c50b60bd3e61b8d34c Merge: 23d23dd0 67488916 Author: Colin Viebrock <colin@viebrock.ca> Date: Wed Apr 3 18:19:08 2013 -0500 Merge branch 'develop' of git://github.com/laravel/laravel into develop Conflicts: laravel/documentation/requests.md laravel/routing/router.php license.txt commit c9771d2fff0f9b9334b08abda32112eb21515a1c Author: Anders Hammar <anders.hammar@gmail.com> Date: Wed Apr 3 23:14:39 2013 +0200 Add validation error message for the 'required_without' rule commit 785e168f5ed15908b1d15dc2071eedc1bc16e30e Author: Robert K <robert@woodst.com> Date: Wed Apr 3 12:13:21 2013 -0300 Check application.ssl when setting a secure cookie Most SLL-related code in Laravel checks to see if `application.ssl` is true before doing an action requiring it. `Cookie::put()` is the only exception that I've found, to date, that doesn't test for SSL. This checks to see that the SSL is enabled when attempting to set a secure cookie. To verify, set `application.ssl` to false (without this patch) then run: Cookie::put('foo', 'bar', 0, '/', null, true); You will get an exception because of line 90 in `cookie.php`: if ($secure and ! Request::secure()) { throw new \Exception("Attempting to set secure cookie over HTTP."); } With this patch you will not get this error unless both `application.ssl` is true, and the cookie `$secure` flag is set. commit 5dd3ec6f1e086d3f11bbfc3a44e984dede8a914c Merge: e86532e0 4086d130 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Apr 2 09:38:59 2013 -0700 Merge pull request #1845 from stevenklar/master Add unregister IoC commit 4086d130d1305f8ab6e9d59c9d13a5c402886506 Author: Steven Klar <steven.klar@mayflower.de> Date: Tue Apr 2 11:09:40 2013 +0200 Add unregister to IoC-Contrainer Signed-off-by: Steven Klar <steven.klar@mayflower.de> commit 67488916f46a00bb578b6b32308be5ef727ec1b4 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Mar 30 08:46:49 2013 -0500 Remove locales. commit f0b8d2cc9dee996baf79970d0c4e156e0cbdc77e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Mar 29 15:48:32 2013 -0500 Added locales configuration. commit e86532e0956e18a05c26d4ed4724ba7e376edcb7 Merge: 778a97b3 bc6b7869 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Mar 29 05:54:48 2013 -0700 Merge pull request #1829 from neoascetic/return_non_0_on_command_fail Exit with non-zero if command fails, useful in scripting and CI commit 1a6230b82aa5a17341715e82ab99723d9351791d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Mar 29 07:54:06 2013 -0500 Remove extra not_in. commit 1ba8e90b706fef9551e56b17e79a1b2388016858 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Mar 29 07:52:46 2013 -0500 Use storage_path() helper in configuration files. commit bc6b786973326606ada43d87aaff81624ac4f80d Author: Pavel Puchkin <neoascetic@gmail.com> Date: Fri Mar 29 12:27:09 2013 +1100 Exit with non-zero if command fails, useful in scripting and CI commit 778a97b3196e712131720c2c520cceb14bca82e5 Merge: 92e3ae47 0d99d132 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Mar 28 17:50:00 2013 -0700 Merge pull request #1827 from neoascetic/flush_file_cache Ability to flush file-based cache storage commit 0d99d13298f123acf86b48967e6fe8af8ea4b721 Author: Pavel Puchkin <neoascetic@gmail.com> Date: Fri Mar 29 11:02:26 2013 +1100 Ability to flush file-based cache storage commit 92e3ae47bb386b651069ef2db86be1256a11b229 Merge: 4046313e f933db7a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Mar 28 17:14:51 2013 -0500 Merge branch 'master' of github.com:laravel/laravel commit 4046313ecd4934e09a621ee930ee31f88262475e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Mar 28 17:14:45 2013 -0500 fix environment on tests. commit f933db7a1221034575d6f46e5577582f41598880 Merge: ba3e481d 18e58171 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Mar 28 15:12:02 2013 -0700 Merge pull request #1618 from demsey2/master URI data available in the before filter. commit ba3e481d4a41bdc06ee9da6a657015ba7985b9ce Merge: 52e9cd5c 4cb904f4 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Mar 28 15:11:23 2013 -0700 Merge pull request #1621 from mtthlm/master Add Command alias to application configuration commit 52e9cd5c0975338492a9c92cd83665c96ec100a4 Merge: b914d079 023e11e6 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Mar 28 15:08:05 2013 -0700 Merge pull request #1639 from frankwong/master Add calling class and function information in logs commit b914d0794886c90b27f0365f617d08c6943eda37 Merge: 78883095 720480e7 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Mar 28 14:54:02 2013 -0700 Merge pull request #1662 from fla/master Romanian language commit 7888309502ec5174f0ad1b3b62ce90b71eb8c9e4 Merge: d293f9c6 a2cafaa3 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Mar 28 14:53:50 2013 -0700 Merge pull request #1663 from neoascetic/anbu_fix Fix bug in ANBU that cause wrong total time showing on SQL tab commit 66c9dd46e5ba7698d6ab244d88ef1f251f97abf6 Merge: 20256d20 441ad925 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Mar 28 14:52:56 2013 -0700 Merge pull request #1665 from tkaw220/develop Convert spaces to tab. commit d293f9c6a859e457c3dc3e567a6fd0da009efb50 Merge: 37503be7 87c588c6 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Mar 28 14:50:07 2013 -0700 Merge pull request #1676 from chrishow/form-label-html Make HTML escaping optional for label contents. commit 37503be75bbaf121db010d83272a75febe483920 Merge: ffd57694 068ddef3 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Mar 28 14:36:36 2013 -0700 Merge pull request #1685 from tzhuan/patch-1 Update laravel/session/drivers/cookie.php commit ffd5769416e03c36d88b477d67f7dd79fc1406e1 Merge: e8834d76 2144637e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Mar 28 14:35:14 2013 -0700 Merge pull request #1688 from Pasvaz/patch-2 Handles Redis password commit 20256d20e1993044ce5237f66daa638e750ff88f Merge: b593b109 25ad84b1 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Mar 28 14:34:37 2013 -0700 Merge pull request #1691 from brunogaspar/patch-1 Convert spaces to tabs commit e8834d764ebc28bcca4df84983d560b6f4c05681 Merge: e289bc48 8e278407 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Mar 28 14:34:12 2013 -0700 Merge pull request #1692 from adityamenon/master The tiniest PR you've ever seen. commit e289bc489377b5d4d06cbd0b821b15708cc3d1a4 Merge: 7fe61b74 43afc7b9 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Mar 28 14:30:22 2013 -0700 Merge pull request #1700 from davedx/master Documentation update for Fluent commit b593b109f6ff194d6de1232c19d66dea4747e2cb Merge: d2928272 5c42c5d2 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Mar 28 14:29:37 2013 -0700 Merge pull request #1706 from billmn/develop Added "Not In" rule translation (fix issue #1701) commit 7fe61b74d60f97d749976c22e6e90b796cf64a8f Merge: 3f803d4e bc36205a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Mar 28 14:28:04 2013 -0700 Merge pull request #1711 from torm3nt/master Event firing of 500s now passes along the $exception object commit d29282726d39e95347a26c660b6feb7c5ef92496 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Mar 28 16:27:29 2013 -0500 Add commands to loader. commit 9b0fafe3d51db1e71347b2bfe5e2943d294553ae Merge: 18cda503 efb30de6 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Mar 28 14:24:21 2013 -0700 Merge pull request #1716 from briankiewel/readme-typo small typo fix in readme commit 3f803d4eb35e7d289518487216c347d3d0e0abc4 Merge: 158b8197 9003957b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Mar 28 14:23:47 2013 -0700 Merge pull request #1719 from neoascetic/fix_custom_grammar One more fix about custom query grammar commit 158b81974a5de91fb482dd32539b12bdbee53110 Merge: 457d0f17 31e21971 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Mar 28 14:15:26 2013 -0700 Merge pull request #1731 from dcelasun/master Add flushing support to the Redis cache driver commit 18cda5037ae4d500d59e43dced68d63b20c5c791 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Mar 28 16:07:28 2013 -0500 Move location of LARAVEL_START. commit 675157ea24fd900c2a19b8e9b6ca628b00fa0287 Merge: 0c2389cc 597c6f18 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Mar 28 14:06:13 2013 -0700 Merge pull request #1738 from bencorlett/patch-1 Remove tabs / spaces mix. commit 457d0f174a74e7ef6788114ccadc47bba5f23f40 Merge: 11855500 eccd8375 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Mar 28 14:04:25 2013 -0700 Merge pull request #1746 from underparnv/master Simply combines @import rules in public/laravel/css/style.css commit 118555002f2f599bd43615fec82332e914a5b621 Merge: 41254383 5929f8e5 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Mar 28 14:04:05 2013 -0700 Merge pull request #1747 from voidman/patch-1 Update laravel/request.php commit 412543839138da093e77bfef997459e280e79d67 Merge: 15414808 dd7c3177 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Mar 28 15:50:36 2013 -0500 Merge branch 'master' of github.com:laravel/laravel commit 15414808a12cd67a2676f70f220b68360e8d7e97 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Mar 28 15:50:25 2013 -0500 fix padding bug in crypter. commit 0c2389ccb31cc888eb1dcb5f129e255a2a0574df Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Mar 28 15:43:38 2013 -0500 Fix language lines. commit dd7c317707417fbcfc930809ac7e083681cd7ae0 Merge: 72444058 f5997b7f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Mar 28 13:40:57 2013 -0700 Merge pull request #1793 from alexgalletti/patch-1 Allow the renaming of the drivers remember cookie commit 7244405868a8e8613424e9f5eed8eabf087e738a Merge: 60ad02ad 944d98d1 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Mar 28 13:36:11 2013 -0700 Merge pull request #1806 from Gargron/patch-1 Fix for double escaping of queries in the profiler commit 60ad02ad01a90164d873c2fa48c935a2ec5cbe81 Merge: c1a8b835 7e14c8c4 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Mar 28 15:35:25 2013 -0500 Merge branch 'master' of github.com:laravel/laravel commit c1a8b83574869e0936182bf4bea7b6c5a8e7a2cd Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Mar 28 15:35:09 2013 -0500 fix array input has. commit 7e14c8c4c60b5e5207b8964be8c770ccfa8b6394 Merge: 9f64de98 53a14206 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Mar 28 13:25:25 2013 -0700 Merge pull request #1822 from bruston/doc-fix-controllers Minor correction to controllers documentation. commit 77d748a145c6611b20d3f10bca598041505a4107 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Mar 28 11:20:48 2013 -0500 Unguard all Eloquent attributes in seeder. commit be16de2a2feb151a20cc4f867b1de23e87ef5bb8 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Mar 27 10:12:38 2013 -0500 Switch default mail config to Mailgun. commit 53a14206b1e5248a34b3d4ce4c90988c97d254ac Author: bruston <benjy.ruston@gmail.com> Date: Wed Mar 27 13:07:48 2013 +0000 Minor correction to controllers documentation. Signed-off-by: bruston <benjy.ruston@gmail.com> commit 724e0e026de786d898500b652a58f55d7a375db7 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Mar 26 15:07:06 2013 -0500 Update Html alias. commit 857dd663fdb8590b5f6a327747473c9cd6e33c16 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Mar 26 11:22:41 2013 -0500 Add driver to mail config. commit cf9c6f97cea2f92afac89d0e0dcae4d3afbda3fb Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Mar 26 10:32:55 2013 -0500 Add route list service provider. commit 17b199b6f69b236f55d2cd3eedf02708c11e327b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Mar 26 09:23:41 2013 -0500 Add storage path configuration. commit 25a84bc000336a84e8e4f2ea0b57cdcfb8db7ab8 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Mar 25 08:32:19 2013 -0500 Change how bootstrap file is loaded. commit 944d98d16e62e5b0e7c655374819a7b88199e005 Author: Eugen <eugen@zeonfederated.com> Date: Sat Mar 23 00:58:43 2013 +0100 Fix for double escaping of queries in the profiler Sometimes the logged queries would be rendered with visible HTML entities in the profiler, due to double encoding (You know, &gt; stuff). I could not find out why it was being escaped twice, but I found an easy fix: since PHP 5.2.3 the htmlspecialchars function had a double_encoding parameter that could be set to false. Voilà! commit 9f64de98f74f6d5a0880bc524e49d9a0828e88c5 Merge: 88cde2c9 318bb360 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Mar 22 13:08:31 2013 -0700 Merge pull request #1805 from JesseObrien/patch-1 Adding PATCH to the route register. commit 318bb360723aafa57feed87147d3f921a720ed59 Author: Jesse O'Brien <jesse@jesse-obrien.ca> Date: Fri Mar 22 17:04:15 2013 -0300 Adding PATCH to the route register. Self-explanatory. commit 88cde2c91d3f54d41c167e4019f1ac1c4fbe517f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Mar 21 23:22:44 2013 -0500 update change log. commit 2d863c45fc836ef957b1bd8ae24be4561fa11ca5 Merge: 1bd93c33 7a289ac5 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Mar 21 21:17:22 2013 -0700 Merge pull request #1803 from alexgalletti/master Fix for Postgresql PDO::FETCH_ASSOC commit 7a289ac50a815fdc057eb6c2c0325c37d7d9ce55 Author: Alex <alexgalletti@me.com> Date: Thu Mar 21 23:13:51 2013 -0500 Fix for Postgresql PDO::FETCH_ASSOC commit 227683be9fbddbd646c005face523dadf297a49a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Mar 21 19:17:43 2013 -0500 Remove fallback locale. commit 07d6915c3a7a0453fd4341755477b28bef9f2793 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Mar 21 14:09:31 2013 -0500 Added a default robots.txt file. commit bcd165ff5e4e41c39d422ef0885cf582de7bec18 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Mar 21 13:46:19 2013 -0500 Fix validation language line. commit 9a58a02ee8e14b1b02fa160b57d0f5d903d5e5ca Merge: b6a94c02 6253fe0a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Mar 20 05:16:54 2013 -0700 Merge pull request #1800 from AndreiCanta/develop Typo: missing quotes in session.php doc block commit 6253fe0ae57da093ba56f0c56024ef87efb3a9be Author: AndreiCanta <andrei.canta@deiu.ro> Date: Wed Mar 20 11:36:11 2013 +0200 Typo: missing quotes in session.php doc block commit b6a94c02165cf7a40d8c778f470f3dc0e14312f4 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Mar 18 13:37:05 2013 -0500 Added new workbench config file. commit b5b7f719647d0cad508d3450b6e9087a02dc8535 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Mar 17 14:39:11 2013 -0500 Fix comment. commit f5997b7f97d51eab49168a594caf7ca6f54b9239 Author: Alex <alexgalletti@me.com> Date: Sat Mar 16 21:40:33 2013 -0500 Allow the renaming of the drivers remember cookie commit 36e7b132d4602428eba497b8a782e8b398c9c3a3 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Mar 16 09:05:37 2013 -0500 Setup composer post update script to run php artisan optimize. commit 13d7adb38fc2e4490184ad01f3601101b7186340 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Mar 15 22:22:11 2013 -0500 Update for optimize command. commit 0c0b68e3957a42ac4b6ce551e850647ae3dbeae7 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Mar 13 20:12:34 2013 -0500 Added payload configuration option. commit b8008ff7b309fb93c1d8671b113986365bbbc073 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Mar 13 16:40:10 2013 -0500 Fix comment. commit 13adb44ddf947492ba057842219b1e3a6118263a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Mar 13 13:29:10 2013 -0500 Rename path to files. commit 4aaf9a8f2bf4c315a499b36e3d7311090b7d4a91 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Mar 13 11:56:39 2013 -0500 Exit with artisan status code. commit 216bc077332a18743a811739e9361998672fd262 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Mar 13 11:32:36 2013 -0500 Added new options to session config. commit 1bd93c332711699a49d8f011c65a123b8a46b46d Merge: 2e8b5575 a0c2adec Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Mar 12 06:24:23 2013 -0700 Merge pull request #1781 from neoascetic/1690_fix_for_php53 Syntax fix for PHP 5.3 (#1690) commit 5fac0f7b35e931a44a3685e7e5a7ddcc7d3be3e8 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Mar 12 08:23:38 2013 -0500 Added a sample IronMQ configuration. commit a0c2adecdcc5a2ca2a4cce7415313295893c7056 Author: Pavel Puchkin <neoascetic@gmail.com> Date: Tue Mar 12 16:16:45 2013 +1100 One more fix - wrong property name commit cf9013403b1eac6f572ec4e477d104a716371494 Author: Pavel Puchkin <neoascetic@gmail.com> Date: Tue Mar 12 16:09:16 2013 +1100 Syntax fix for PHP 5.3 (#1690) commit 6f92ee8efd69d04beedf4b70e226c1a2acf37e6f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Mar 11 13:21:52 2013 -0500 Fix CSRF token bug. commit 2a14998be997329ebb86cff5b64df76d00446241 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Mar 8 10:52:24 2013 -0600 fire app shutdown event. commit 89e4c29d63ce2d2caf8b00f20b1b976513754537 Merge: 05cb4ca2 457e76a4 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Mar 5 06:42:47 2013 -0800 Merge pull request #1765 from driesvints/develop Add sqs to list of supported drivers commit 457e76a470bd0b1df51df116f3c5eaad2a8b7d53 Author: Dries Vints <dries.vints@gmail.com> Date: Tue Mar 5 15:41:03 2013 +0100 Add sqs to list of supported drivers Just forgotten I presume. commit 05cb4ca2765b2e8769d764d95013f2476265b558 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Feb 27 22:26:58 2013 -0600 added form service provider and aliases. commit 5929f8e537779a211c829654afe46ad9d8eaecae Author: David Lin <voidman.me@gmail.com> Date: Wed Feb 27 08:54:57 2013 +0800 Update laravel/request.php When running nginx with php-cgi (Fast-CGI):  spawn-fcgi -a 127.0.0.1 -p 10081 -C 50 -u nobody -f /usr/local/php5317/bin/php-cgi The Request::cli() method will determine the web request as run from the command line. Add ` PHP_SAPI != "cgi-fcgi" ` to resolve it. commit eccd8375db0b8dae8b0ad53cc416e230ae164bc9 Author: David Mosher <david@dmwc.biz> Date: Tue Feb 26 09:00:52 2013 -0800 Combined @imports in style.css Removes extraneous http request from style.css commit 2e8b5575e5a1957420e7bb1d848138315a868ba3 Merge: 23d23dd0 1ed7ec98 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Feb 25 20:11:33 2013 -0800 Merge pull request #1690 from kdocki/master IoC container not resolving classes with optional parameters (i.e. models that use Eloquent) commit 3d5747c282ab4bf7c9363e4f2174abd89ee47a5e Merge: 45f4de14 c45ef54c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Feb 25 13:58:26 2013 -0800 Merge pull request #1739 from Bering/regex-validation-message Fixes the validation error message for regex validation rule commit 45f4de147f5be276bf97755384cb965edb4803a6 Merge: 79d18a31 69911f29 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Feb 25 12:55:21 2013 -0800 Merge pull request #1721 from zackkitzmiller/patch-1 Default queue should be synchronous. commit c45ef54c5867fec7e604d652b2bc13012370fbb6 Author: Bering <bering@ringlogic.com> Date: Fri Feb 22 17:25:49 2013 -0500 Fixes the validation error message for regex validation rule commit 597c6f183113e1b276a1a65f8fdcb53acd676297 Author: Ben Corlett <bencorlett@me.com> Date: Fri Feb 22 16:47:09 2013 -0500 Update app/tests/TestCase.php commit 6d3eabf9b1fa5fd270dffd8674b4160860abbb32 Author: Ben Corlett <bencorlett@me.com> Date: Fri Feb 22 14:49:15 2013 -0500 Remove tabs / spaces mix. commit 31e21971a0fbaad823c7cb7247f71446a7b3b595 Author: Duru Can Celasun <dcelasun@gmail.com> Date: Wed Feb 20 09:17:59 2013 +0200 Add flushing support to the Redis cache driver commit 69911f29cd85b35ac383a9dc6d2b28c036504ec3 Author: Zack Kitzmiller <zackkitzmiller@gmail.com> Date: Mon Feb 18 11:03:17 2013 -0500 default queue should be synchronous. commit 9003957b285b5ba3d22faef481f5a14875fa4e2e Author: Pavel Puchkin <neoascetic@gmail.com> Date: Mon Feb 18 15:18:10 2013 +1100 One more fix about custom query grammar commit efb30de6c31e2b92990f87b9e6452cdee8534328 Author: Brian Kiewel <brian.kiewel@gmail.com> Date: Sat Feb 16 23:30:12 2013 -0700 small typo fix in readme commit bc36205a99826193da0a26d564d37cfb93661c2b Author: Kirk Bushell <torm3nt@gmail.com> Date: Fri Feb 15 09:50:32 2013 +1100 Updated error class to pass the Exception for the 500 triggered event. commit 79d18a3122e4211b3f8b32587df34cae20bb070c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Feb 14 08:32:38 2013 -0600 Update app/config/session.php commit 32df1b62d3b72c5f8ff06bec70d9f5e75c21eb24 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Feb 13 14:01:47 2013 -0600 added Str alias. commit 5c42c5d2e63157b274ce10bfb767663f02baaa14 Author: Davide Bellini <bellini.davide@gmail.com> Date: Wed Feb 13 12:28:56 2013 +0100 Added "Not In" rule translation (fix issue #1701) commit 96237d884e75c9fcadf945c9bf6516bf27c70b2e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Feb 12 22:23:48 2013 -0600 update queue config with sqs example. commit 43afc7b9fac2fba5852e06bd03e82af393a14197 Author: Dave Clayton <davedx@gmail.com> Date: Tue Feb 12 14:54:13 2013 +0100 Made how to do AND WHERE in fluent more explicit in the docs commit 3ad5edcc109e09143cf15bb49cc7beec35b072a0 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Feb 8 14:49:12 2013 -0600 adding a default password reminder e-mail. commit df319a2178da3a7d28e014f8d70c41364d56835c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Feb 8 14:24:18 2013 -0600 added a reminders language file. commit 6674b34a644172bfc362d2e8c8cc2d7a486f95f0 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Feb 8 11:14:17 2013 -0600 update log file name to include sapi name. commit 4355a334f754fff68093e0c17d0bfc43cc6ecd7e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Feb 8 09:31:43 2013 -0600 update session config. commit 8e2784071890cb9e6bdeb1b985225962b76c2edc Author: aditya <adityamenon90@gmail.com> Date: Fri Feb 8 05:12:06 2013 +0530 (Very) minor typo fix. commit 5d409fe0d5f724ba110b6ec15c0e22610581a4a3 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Feb 7 16:42:54 2013 -0600 remove unneeded alias. commit 6c40ce69fb9672e4b84598560a185a019eacbf29 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Feb 7 14:51:28 2013 -0600 setup seeder. commit 25ad84b1f3a1dc22c91b8060e73127e2d376e6cd Author: Bruno Gaspar <brunofgaspar1@gmail.com> Date: Thu Feb 7 17:49:21 2013 +0000 convert spaces to tabs commit ce0a7f654511216fc9a3c9b8e7bc2a8b2069fa69 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Feb 7 08:53:07 2013 -0600 fix typo. commit 1ed7ec98ba7dc9a57d1b5dde55b47154797330a8 Author: Kelt Dockins <kelt@seasonthreemedia.com> Date: Thu Feb 7 00:13:00 2013 -0600 adding unit tests for ioc changes commit b48031b04ab0a94a00c85a32eae704678842969b Author: Kelt Dockins <kelt@seasonthreemedia.com> Date: Wed Feb 6 23:30:57 2013 -0600 ioc resolves classes with optional params and accepts arguments commit 59d6d74a2305c90c1a24a2aedc76ad6a2a489d9d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Feb 6 22:11:29 2013 -0600 clean up start file. commit c07f552c7045d2c3f005f28ccfd8a7487c7f340c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Feb 6 22:04:36 2013 -0600 cleaning up comments for my ocd. commit 4528981e447420bc4ce26a883d11c880fc174006 Merge: 106d3b72 24e158e8 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Feb 6 19:59:09 2013 -0800 Merge pull request #1687 from bencorlett/develop Adding ability to specify public path and centralising paths into their own file. commit 2144637e128f8dc2f6e4d9b062a622b4dfe29e4f Author: Pasvaz <pasqualevazzana@gmail.com> Date: Thu Feb 7 03:35:42 2013 +0100 Handles Redis password If password is set in the config (database.php), before to issue any command it starts the Auth process, otherwise it starts with SELECT as usuale. commit 24e158e88929f397a4b418222bc23a1e619176ba Author: Ben Corlett <bencorlett@me.com> Date: Thu Feb 7 10:58:28 2013 +1100 Adding bootstrap/paths.php to allow specification of custom paths for sections of Laravel. Signed-off-by: Ben Corlett <bencorlett@me.com> commit 8a5f18e139c9cbbe57a2d3de7be73cadbf99fa3b Author: Ben Corlett <bencorlett@me.com> Date: Thu Feb 7 09:12:56 2013 +1100 Moving start.php to bootstrap/start.php to collate all bootstrapping files. Signed-off-by: Ben Corlett <bencorlett@me.com> commit 068ddef312071248cf54b67ad9b587109c43b4f5 Author: Tz-Huan Huang <tzhuan@gmail.com> Date: Wed Feb 6 13:35:03 2013 +0800 Update laravel/session/drivers/cookie.php commit 87c588c6104a4e218db17f32958cf825361517b5 Author: Chris How <chris@primesolid.com> Date: Sun Feb 3 19:34:13 2013 +0100 Updated docs commit f93dfccd21372bd963f6d3ea1da486731eba8b6a Author: Chris How <chris@primesolid.com> Date: Sun Feb 3 19:15:55 2013 +0100 HTML::entities() now optional on label contents commit 106d3b7287108e168af39da737102cc8f8859370 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Feb 1 08:30:52 2013 -0600 fix namespace. commit ae43bff49baebfb65fd9b557b734b69623cb87f2 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jan 31 23:27:03 2013 -0600 added a new service provider. commit 15a52eefaf523aa788b9784f249547ca5c77fbbc Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jan 31 23:15:07 2013 -0600 update service provider class name. commit af4381f7de05b21246b1ba1466afa1bb6561be28 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jan 31 22:40:41 2013 -0600 implement remindable interface on default user. commit 441ad9252dcc16d03966ca7e961f1c798d89fb50 Author: Edwin <tkaw220@gmail.com> Date: Fri Feb 1 11:55:19 2013 +0800 Convert spaces to tab. Signed-off-by: Edwin <tkaw220@gmail.com> commit a2cafaa367b07bd4d7dde22f3d1aa7b7d3c52219 Author: Pavel Puchkin <neoascetic@gmail.com> Date: Fri Feb 1 11:10:02 2013 +1100 Fix bug in ANBU that cause wrong total time showing on Queries tab When query time is larger than one second 'array_sum' cannot convert it to float right. Also, it is better to fire 'laravel.query' event with raw time as an argument rather than its string representation commit 720480e74f854425ce9bb6a8d905a46c4c5381b5 Author: Flavy <flavyman+github@gmail.com> Date: Fri Feb 1 01:30:20 2013 +0200 Added romanian language commit 7e81f9de94d5adec10bca55bda9d28dca005879b Merge: df6021a2 098c6c62 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jan 30 22:42:40 2013 -0600 Merge branch 'develop' of github.com:laravel/laravel into develop commit df6021a26d1c8812fe311b89cf2e8b9e9073daf2 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jan 30 22:42:27 2013 -0600 added config for password reminders. commit 098c6c6295872b3b01fa4aae281c615de00818bc Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jan 30 19:46:36 2013 -0600 tweak how autoloader works. commit 0e5b8ae8f77735b9532f7444c472a4fd1a893683 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jan 28 20:28:15 2013 -0600 added reminder service provider and password alias. commit 5446db12524b5832eb492016cd4caae0e18a9a56 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jan 28 12:03:59 2013 -0600 added queue facade. commit f6ad08698bc7caf15aa59a0d0248eba98c4141e7 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jan 28 11:58:38 2013 -0600 added queue config and service provider. commit 20a0edcdde957e7d0f2e8b691c72a843bb2e2442 Merge: 5ad3707c caa65bbe Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jan 25 12:06:32 2013 -0800 Merge pull request #1642 from alexwhitman/date-validation-messages Add date validation messages commit caa65bbef6001cdd4f5be7b82825c83703161267 Author: Alex Whitman <alex@alexwhitman.com> Date: Fri Jan 25 20:01:01 2013 +0000 Add date validation messages commit 5ad3707ca4043f54c9adb4a74bd7bb69e895b707 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jan 23 23:43:28 2013 -0600 boot the application on all artisan commands. commit 9d3c3ea0381d2071a77a8f1dd2890bae665c6400 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jan 23 23:33:47 2013 -0600 tweak how autoloaders are called. adjust phpunit bootstrap. commit 023e11e6917c6e9a287701fea3fd7433ed01d41a Author: frankwong <frank@informationideas.com> Date: Wed Jan 23 20:56:48 2013 -0800 Fixed bug where laravel is generating error log from outside of application classes. commit 4cb904f44d24f856ec9c1040d2198ed8f009723b Author: Matt Helm <helmme@n3k8.net> Date: Wed Jan 23 10:23:39 2013 -0500 Fix indentation and double slashes commit e48a2d723ba6b00131b2fbb406b3698663b97013 Author: Matt Helm <helmme@n3k8.net> Date: Wed Jan 23 10:19:44 2013 -0500 Fix indentation and double slashes commit d19398614b92798d184c577a47b165e25b596a3c Merge: 6c7a2fac 3ad58cab Author: Dayle Rees <thepunkfan@gmail.com> Date: Wed Jan 23 01:02:31 2013 -0800 Merge pull request #1628 from amigorich/typo-fix Fixup typo in comment block. commit 5abb778b1656222ec68708bfb7be693fa50657fb Author: frankwong <frank@informationideas.com> Date: Tue Jan 22 16:04:38 2013 -0800 Added class and function information to log messages based on where the log message was initiated. commit 3ad58caba6c79c487deecb2fd7b0ea94e45b4f38 Author: Richard Bradshaw <merryidleness@gmail.com> Date: Sat Jan 19 19:34:38 2013 +0000 Fixup typo in comment block. Fix a couple of typos in the comment block. commit 818be60551237e1c7fd2cc30891468b2180baab2 Author: Matt Helm <helmme@n3k8.net> Date: Thu Jan 17 16:11:18 2013 -0500 Add Command alias to application configuration Signed-off-by: Matt Helm <helmme@n3k8.net> commit 18e58171179468c878aa7e8ca4a9ca4e1d9667cf Author: demsey2 <demsey2@gmail.com> Date: Thu Jan 17 14:23:20 2013 +0000 URI data is not available in the before filter More info: http://forums.laravel.io/viewtopic.php?id=4458 commit 6c7a2fac175bcf4b3ae75ee95b8316db50e10976 Author: Dayle Rees <thepunkfan@gmail.com> Date: Sun Jan 13 22:19:26 2013 +0000 Adding EventSubscriber alias as per documentation. commit 23d23dd07c7e612fbd707965eed18809b871bd53 Merge: d500ab22 f997838f Author: Dayle Rees <thepunkfan@gmail.com> Date: Sun Jan 13 06:07:25 2013 -0800 Merge pull request #1591 from eddiemonge/patch-1 Update laravel/documentation/requests.md commit d500ab2259ebd25d51b9a7051d3f3efc468b0725 Author: Dayle Rees <thepunkfan@gmail.com> Date: Sun Jan 13 14:05:22 2013 +0000 Update license.txt commit f997838f5f0f8fd8cf1302d2acf57a342385b812 Author: Eddie Monge Jr. <eddie@eddiemonge.com> Date: Sat Jan 12 17:32:38 2013 -0800 Update laravel/documentation/requests.md Fixed typo. Missing opening paren commit b03521fabcfa32e96335e523948a384ff129b03f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jan 12 16:38:27 2013 -0600 added old style auto loader setup in addition to composer. commit 252990455e259994e717bc09bfbeb6bc007aee66 Merge: 63bf89ef 9dd0a21f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jan 11 17:24:23 2013 -0800 Merge pull request #1586 from Pasvaz/patch-1 Implemented OPTIONS verb commit 9dd0a21f8d051635516d4e31aba2299e9efb98e7 Author: Pasvaz <pasqualevazzana@gmail.com> Date: Sat Jan 12 02:20:37 2013 +0100 Implemented OPTIONS verb Laravel crashes when an OPTIONS request is issued commit b53e6cd02e82073f90113a373cce0b6bc356883a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jan 11 15:37:31 2013 -0600 update server for urldecode. commit 5d99f9f1d650868e037e03baca895f27bc207caf Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jan 11 15:14:07 2013 -0600 moving laravel 4 into develop branch. commit 63bf89efd53916b1108298864592b86d90b24278 Merge: c9faa957 bd11b2a8 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jan 10 16:21:01 2013 -0600 Merge branch 'develop' of github.com:laravel/laravel into develop commit c9faa957a32f1c507526da699370f39aaabfb7ec Merge: ab2581db 2e827617 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jan 10 16:20:09 2013 -0600 Merge branch 'master' of github.com:laravel/laravel into develop commit ab2581dba5d1dbd5fddcb5e29387c1a83807c6f6 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jan 10 16:19:57 2013 -0600 increment version. commit 06538cc8c0e4bbeaed7c5f187f9a88dd50cc0c5b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jan 10 16:19:36 2013 -0600 update change log. commit bd11b2a8afe5b675dd005257fdb0d25cdb7c85e1 Merge: 3b8d8bbf 337c2f0a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jan 10 14:08:40 2013 -0800 Merge pull request #1577 from inverse/develop Fixed issue with html unit tests commit 2e82761788fe8e4b3a24bc496a0069b2114842d0 Merge: ff7f6f67 4de7510b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jan 10 14:08:23 2013 -0800 Merge pull request #1582 from AndreasHeiberg/patch-1 fixed typo commit 6c177ab3b16353792e09db91fad13cff9470dba1 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jan 10 16:07:46 2013 -0600 turn off profile by default. commit 3b8d8bbf779ad015e50510f1c5156c92dfd5c1ab Merge: 53b94468 4a47bda1 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jan 10 14:03:46 2013 -0800 Merge pull request #1584 from bpierre/bug/doc-fixes Documentation fixes commit 4a47bda118088b12c870d55d5bae812d6e2954f3 Author: Pierre Bertet <bonjour@pierrebertet.net> Date: Thu Jan 10 15:53:50 2013 +0100 Documentation: markdown syntax Signed-off-by: Pierre Bertet <bonjour@pierrebertet.net> commit 347f1b8d97466bed1e7ecf63c5a753c94e06fba3 Author: Pierre Bertet <bonjour@pierrebertet.net> Date: Thu Jan 10 15:46:50 2013 +0100 Documentation: typo Signed-off-by: Pierre Bertet <bonjour@pierrebertet.net> commit f69b70aa80ad6b88957f826ebad6ec0e377905b0 Author: Pierre Bertet <bonjour@pierrebertet.net> Date: Thu Jan 10 15:42:27 2013 +0100 Documentation: typo Signed-off-by: Pierre Bertet <bonjour@pierrebertet.net> commit a1facced9a7df2b887af7daca551f7cb46e825a7 Author: Pierre Bertet <bonjour@pierrebertet.net> Date: Tue Jan 8 17:10:38 2013 +0100 Documentation typography: ellipses Signed-off-by: Pierre Bertet <bonjour@pierrebertet.net> commit 63708d64e08eff388c881ff8e48bd33565ac6951 Author: Pierre Bertet <bonjour@pierrebertet.net> Date: Tue Jan 8 16:57:52 2013 +0100 Documentation: typo Signed-off-by: Pierre Bertet <bonjour@pierrebertet.net> commit 1e7917adea1d655dcb025dc727adf53ec1e4ff30 Author: Pierre Bertet <bonjour@pierrebertet.net> Date: Tue Jan 8 16:57:18 2013 +0100 Documentation: relative link to the documentation Signed-off-by: Pierre Bertet <bonjour@pierrebertet.net> commit 4de7510bfd34d0c2f72fd938cc35f1fc2bd57bac Author: Andreas Heiberg <heibergandreas@gmail.com> Date: Wed Jan 9 22:31:17 2013 +0100 fixed typo I suppose stored is what was meant to be typed? commit 337c2f0a7c8668be95b285c214e4f730232e750b Author: Malachi Soord <inverse.chi@gmail.com> Date: Mon Jan 7 21:28:09 2013 +0000 Fixed issue with html unit tests commit 53b94468cd3fc7affe19df5f099c0a8f302e986d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jan 6 19:06:50 2013 -0600 Fix multi inserts in SQLite. commit 0f690e83a03d617e629bc24a45d9feda6d805076 Author: Dayle Rees <thepunkfan@gmail.com> Date: Sun Jan 6 20:31:28 2013 +0000 Removing strange file additions. commit f0c3dbba4033777ee108e43ae97d20c918600adb Merge: abff7d8e de53feb0 Author: Dayle Rees <thepunkfan@gmail.com> Date: Sun Jan 6 20:14:07 2013 +0000 Fixing merge issues. commit abff7d8e7d6c213570bf63a5f34335c2bd3ffc6e Merge: cb567c5e ff7f6f67 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jan 6 14:01:18 2013 -0600 Merge branch 'master' into develop commit ff7f6f67db25aa5f3168da17622eed7ef827ba1c Merge: 2946274a 77679a56 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jan 6 12:00:43 2013 -0800 Merge pull request #1573 from neoascetic/patch-1 Respect LARAVEL_ENV variable commit cb567c5e4d7cc14f1239a236997058e6a8372abd Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jan 6 13:58:32 2013 -0600 Updated Symfony HttpFoundation to 2.1.6. commit 2946274a95e41fd1fca5af5e9f34b6747d0e5a26 Merge: ff682d69 62f25c71 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jan 6 07:55:02 2013 -0800 Merge pull request #1473 from s4wny/patch-1 Added a pretty_print option to the log class commit ff682d69c0645debbf6c2141fc212b2ed574a224 Merge: 05cb1ea5 c63ed36c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jan 6 07:52:07 2013 -0800 Merge pull request #1546 from darkimmortal/master Fix for white-on-white profiler text when using dark site theme commit f754e1fa55961bc379413d993d7768cb132159e0 Merge: dd548471 6eaa2ad3 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jan 6 07:49:46 2013 -0800 Merge pull request #1574 from Barryvdh/patch-1 Update application/language/nl/validation.php commit dd548471bc7b63e0382fd47a667242e0d396c105 Merge: 5598238f b0ac276d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jan 6 07:49:01 2013 -0800 Merge pull request #1571 from vauteer/patch-1 Update laravel/documentation/views/html.md commit 6eaa2ad3f20a882ed654fd733878466dad781a3e Author: Barryvdh <barryvdh@gmail.com> Date: Sun Jan 6 16:28:12 2013 +0100 Update application/language/nl/validation.php The use of 'Het' is not always correct, sometimes it should be 'De', so the sentence would look weird. Probably better to remove it. Also, the 'exists' string stated it already exists, but should state it doesn't exist! Very important difference ;) Also changed the formatting errors of email/url to be more specific. commit 77679a5659a5104042ec676237a5d61808155243 Author: Pavel Puchkin <neoascetic@gmail.com> Date: Mon Jan 7 01:20:46 2013 +1100 Respect LARAVEL_ENV variable Laravel **should** respect `LARAVEL_ENV` variable when running through CLI commit b0ac276d1a71631d6d18613d93b4a8edcf4da32f Author: vauteer <gerald@modehaus-lindner.de> Date: Sun Jan 6 09:42:53 2013 +0100 Update laravel/documentation/views/html.md The second parameter of HTML::style have to be an array, not a string. commit 5598238fbc165e2f18ad36080c52c7bd7fdb9886 Merge: b0eb9a8b 01127bf7 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jan 5 19:07:58 2013 -0800 Merge pull request #1570 from HiroKws/ja/validation/new/translation Japanese translations for new validation rules.(count*) commit 01127bf70dc1bcc5b123570cfb5362aeabda330d Author: Hirohisa Kawase <hirokws@gmail.com> Date: Sun Jan 6 10:47:34 2013 +0900 Japanese translations for new validation rules.(count*) Signed-off-by: Hirohisa Kawase <hirokws@gmail.com> commit b0eb9a8b42c81ebbebda4636aa22634de71ab1cf Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jan 5 16:45:34 2013 -0600 Fix bugs in Eloquent. commit 28a880b5b53023ab930b8e86fd2d52da6292b58e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jan 5 16:24:51 2013 -0600 Use array_key_exists in validator. commit 23bdbd0834679cf5de896810c3c84ba044e47618 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jan 5 16:22:32 2013 -0600 Tweak postgres connector. commit f948801369e097a807ca56efc00ec2fbbbe0bcb6 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jan 5 16:15:18 2013 -0600 Fix bug. commit cc0908cddcab151e63ecd168b534a24a9baa0c76 Merge: 5fd1ea52 05cb1ea5 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jan 5 16:07:59 2013 -0600 Merge branch 'master' into develop commit 5fd1ea527f9ad51760ae59ac8621724ebf78f4b9 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jan 5 16:00:32 2013 -0600 Fix bug in connection with custom grammars. commit 653770a3eb2bbe91fcc445c4a436665a3b218aaf Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jan 5 15:53:39 2013 -0600 Allow relative URLs in to_asset. commit 13a1c5daac2ba33f46563dd4627edaae93280eb7 Merge: cfc024fe 2773e317 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jan 5 13:51:39 2013 -0800 Merge pull request #1170 from kapv89/patch-4 Added a method to fluently set belongs-to relation commit cfc024fe6609e85bbc9a51ce909fdb1266e1e32a Merge: c397c26a b1e4cf9d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jan 5 13:37:31 2013 -0800 Merge pull request #1212 from franzliedke/patch-46 Fix CLI mode detection for some shared hosts. commit c397c26a7b050c002e8f3b995b9360b53637f1b7 Merge: 1824b0b2 752161ca Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jan 5 13:33:51 2013 -0800 Merge pull request #1221 from arisk/patch-1 Added PDO error code commit 05cb1ea5ad59aac772e17bfc5c4d917929f6258a Merge: e7ae316e 034c63b3 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jan 5 13:24:45 2013 -0800 Merge pull request #1234 from ROMOPAT/patch-1 add use Closure; commit e7ae316e44d6a0a6114d4d940292dcb600d71744 Merge: 0726fb8e 966e8462 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jan 5 13:23:47 2013 -0800 Merge pull request #1235 from ROMOPAT/patch-2 Undefined namespace Grammars commit 1824b0b21c910733574b9b9b59c4b75f8923a344 Merge: b8ed8060 6a14705a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jan 5 13:20:10 2013 -0800 Merge pull request #1257 from vtalbot/develop Add bundle:uninstall, bundle:unpublish, migrate:rollback and migrate:reset for bundles commit b8ed80608f23e42fec61fcca0571331f7b9fc883 Merge: f7d0b437 9d28938d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jan 5 13:16:03 2013 -0800 Merge pull request #1275 from Sadeghi85/develop segment pattern to match a single segment, also matches UTF-8 segments. commit f7d0b437c3545f8424ce8bb089b994b4c74fe432 Merge: d0890461 e67ddd86 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jan 5 13:15:10 2013 -0800 Merge pull request #1278 from Jakobud/feature/doc/strings Added output from examples to String documentation commit d08904616093f981fbf60ce33410ab45c94ea3a0 Merge: 62b55ff7 d7dfd4f9 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jan 5 13:03:31 2013 -0800 Merge pull request #1312 from franzliedke/patch-53 DB::escape() commit 62b55ff7a17f90ae2c05279ff6369af0617e0c8a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jan 5 14:55:01 2013 -0600 Don't cast in pluralizer. commit 6a6873440e0f20972b1d94bbd7de9956b300045f Merge: f1562875 81a2f5b9 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jan 5 12:53:08 2013 -0800 Merge pull request #1354 from BlaineSch/develop Pass the response by reference so it can be overwritten in filters commit f1562875af2f34aa85c52e15b33825c590502167 Merge: 358e8abd 5a082257 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jan 5 12:47:14 2013 -0800 Merge pull request #1388 from tzan/improve-french improve french translation for validation commit 358e8abde6f68776d792fa4ac15ad89967f3940a Merge: 829fa4ed 89e3bf1f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jan 5 12:46:43 2013 -0800 Merge pull request #1390 from Anahkiasen/feature/url_language Add URL::to_language and HTML::link_to_language localization helpers commit 829fa4edd81975ddbb72581ebe94ce8873b205a1 Merge: c463d2a4 6bef39b0 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jan 5 12:44:39 2013 -0800 Merge pull request #1399 from HiroKws/correct/document/html Correct document page of HTML page. commit c463d2a4ab09c55a1e634481cb2b0dd5b155e197 Merge: b5e54941 fab42949 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jan 5 12:43:54 2013 -0800 Merge pull request #1400 from sdbondi/develop Ref #649 - Added documentation for where_between suite of methods (Ref Pull #1365) commit b5e5494144181e00da96b1e9cd81f62a88b477ac Merge: 875cac6c b88c9144 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jan 5 12:41:39 2013 -0800 Merge pull request #1410 from franzliedke/patch-56 Make insert_get_id() work with non-auto-incrementing columns. commit 875cac6c8391927dc79a5be12c8119443cfe2aa7 Merge: f785cb22 0726fb8e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jan 5 14:36:48 2013 -0600 Merge branch 'master' into develop commit 0726fb8e847c8dea6b195b5392d80b22901baf75 Merge: e1d081bd 39320dc8 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jan 5 12:36:27 2013 -0800 Merge pull request #1415 from j20/patch-1 Update laravel/documentation/localization.md commit f785cb22c9da681b1a0a2baf1634ebbde8ce606a Merge: 10b87325 de5658f5 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jan 5 12:33:17 2013 -0800 Merge pull request #1428 from dejangeci/feature/dbtransaction-return Added return value from PDO::commit commit 10b8732583194dd20f55d43b8a0247df5cb9109d Merge: e8cd58a9 172ebcb0 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jan 5 12:28:00 2013 -0800 Merge pull request #1434 from franzliedke/patch-59 My take at #1198 commit e1d081bd54b766320ad98c42f21dd59b9f59055f Merge: 731cec24 4f5cc0cd Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jan 5 12:18:14 2013 -0800 Merge pull request #1501 from JesseObrien/master Add Response::jsonp() to Response class. commit e8cd58a9bc3c908f50ee27024846a7395c9e2436 Merge: 19d56d57 c6290d11 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jan 5 12:17:11 2013 -0800 Merge pull request #1444 from eddmann/bug/database-connector Fixed connector options merge bug. commit 19d56d57c9837bfeb63ce3d74ca7c13b16bab0fd Merge: f0dbc071 b4862190 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jan 5 12:11:36 2013 -0800 Merge pull request #1450 from netputer/master Use `mb_substr` instead of `sub_str` in order to resolve multi-language problem. commit f0dbc0710153121c5e65fd04cd8161e516618c79 Merge: e5341ef5 efdc12ed Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jan 5 12:10:14 2013 -0800 Merge pull request #1568 from franzliedke/patch-62 Fix typo. commit e5341ef59e2c0a60658a564040dabdb989e238f8 Merge: 22107fe9 0bea2fb0 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jan 5 12:08:49 2013 -0800 Merge pull request #1458 from anaxamaxan/patch-2 Fix typo and update 2nd example comment for filter commit efdc12ed255fc04eb84d5f1eb57db06b82094573 Author: Franz Liedke <franz@develophp.org> Date: Sat Jan 5 21:07:31 2013 +0100 Fix typo. commit 22107fe9447aedc451ff5342ee3f15dd79a5ac2e Merge: 423be049 4cbc363e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jan 5 12:06:53 2013 -0800 Merge pull request #1461 from AustinW/master Minor corrections to the documentation and using Input::json() with Validator commit 423be0495b9b6712d1952715ebb21b6b0fb6bf5a Merge: 912f4e5e 731cec24 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jan 5 14:05:21 2013 -0600 Merge branch 'master' into develop commit 731cec2475e15545e950b1efffb7580057380a76 Merge: 14179c88 6a8a3bca Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jan 5 12:04:59 2013 -0800 Merge pull request #1465 from ethaizone/patch-1 Update laravel/validator.php commit 912f4e5e72d31613b090ee44a7185d6b3bc9401e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jan 5 14:01:39 2013 -0600 Fix forever length. commit 3bbc809c12551cfae6978acca6175ab5fe25bcdb Merge: 277f1c62 a9f97961 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jan 5 12:00:14 2013 -0800 Merge pull request #1479 from Ore4444/patch-1 Update laravel/documentation/views/templating.md commit 277f1c620b168f848348664d65940b5c84997ca1 Merge: 22c2c384 a9760ecd Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jan 5 11:59:35 2013 -0800 Merge pull request #1483 from josem/develop Parameter JSON_OPTIONS added to response.php commit 22c2c3843afca40e8d6d4ea3c4add2465b300e1d Merge: 8541ff50 590872d3 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jan 5 11:58:57 2013 -0800 Merge pull request #1485 from laravie/feature/auth-events Add 'laravel.auth: login' and 'laravel.auth: logout' events. commit 8541ff50ab99d5e0912301314767067f7591fe01 Merge: e0dfd7c5 438caf26 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jan 5 11:54:54 2013 -0800 Merge pull request #1497 from bencorlett/patch-2 Allow forward slash separators in Str::classify() commit e0dfd7c5d39674aefa72b56e669fcd052d67c755 Merge: 6c3c297c 3e4eb5fc Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jan 5 11:50:51 2013 -0800 Merge pull request #1502 from olivervogel/develop added lists() method to the fluent documentation commit 6c3c297c5c5c8d9350513f389e09ada47396c400 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jan 5 13:50:35 2013 -0600 Use DS constant. commit c74118decbbc3022a2140ed7818ab0ab19c6c42a Merge: 19b01b1d 07eafa20 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jan 5 11:48:51 2013 -0800 Merge pull request #1510 from lollypopgr/develop Removed GR folder commit 19b01b1d27903c2cfebc8774c64cd009459afcae Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jan 5 13:48:36 2013 -0600 Add on to accepted. commit 14179c88111eeb3b2e4afaf5f262d191a936466f Merge: f8dbe4cd 49456bbc Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jan 5 11:46:54 2013 -0800 Merge pull request #1520 from JorgeMurta/master Small Changes on the Language File (PT-PT) commit 6a6997937664b2112c60e5682a755a3c1123ad97 Merge: eb5d68f2 8fe61580 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jan 5 11:44:54 2013 -0800 Merge pull request #1526 from TheShiftExchange/blade_e Automatically apply entities to output using Blade commit f8dbe4cddd8c642bf26748463a8b13de79dde749 Merge: b69e649a dcc56493 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jan 5 11:44:00 2013 -0800 Merge pull request #1530 from tempestim/master Fix for validate_required_with commit eb5d68f20104b9faa446b444c1ecc0a702db5c2c Merge: 082fc0b3 a422e069 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jan 5 11:43:11 2013 -0800 Merge pull request #1531 from jasonlewis/eloquent/bug/find Allow find to be called anywhere on an Eloquent Model commit 082fc0b39bf92031a48efa6bd296bcce6c22da25 Merge: 419367f0 fd1b76a2 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jan 5 11:42:08 2013 -0800 Merge pull request #1533 from JoostK/relationship-with Added ability to call Eloquent::with on a Relationship instance commit 419367f0a7fef7a732b0807dafe6b5b9b89ec76a Merge: 153c2837 19cd5395 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jan 5 11:39:55 2013 -0800 Merge pull request #1536 from xsbeats/required_with_validation_message bugfix: added validation message to language file for required_with commit b69e649a7fabd5a7de9f64d2d20406ec949727f8 Merge: ab152200 3411d974 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jan 5 11:38:28 2013 -0800 Merge pull request #1539 from williamn/patch-1 Update application/language/id/pagination.php commit 153c2837f304ec6a84d5551f5bb00861d816d34a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jan 5 13:36:02 2013 -0600 Update docs. commit 9bdf02648e994adabb3363e63a0dbc1ab7fe250d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jan 5 13:33:20 2013 -0600 Update doc block. commit 15887af9615cc5e6ef2b78a8cddbe1cc3388b02a Merge: 6ba37d42 ab152200 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jan 5 13:31:48 2013 -0600 Merge branch 'master' into develop commit ab152200e9e990ae815165d4cc2303086779321e Merge: bdb5941a 117a4cb8 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jan 5 11:31:25 2013 -0800 Merge pull request #1545 from bryanwood/master Adds WinCache caching driver commit 6ba37d42d8a1ce757fd65af253b52e9ddd52a451 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jan 5 13:28:52 2013 -0600 Fix token bug in eloquent auth driver. commit 0993552c0af21d356341184cee2a4c6a9bf12085 Merge: 7b846be4 6b18fc2b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jan 5 11:16:53 2013 -0800 Merge pull request #1554 from theideapeople/patch/doc-rule-arrays Added documentation for validating arrays. commit 7b846be4c4513e129a877f485eb975a9eec0d115 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jan 5 13:15:59 2013 -0600 Allow multiple schemas in pgsql. commit c65f284c25dc95677d878cd0a005eac9f675ab91 Merge: 536a810b bdb5941a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jan 5 13:13:06 2013 -0600 Merge branch 'master' into develop commit bdb5941af26fb1d1c22e3234a15bb0ac3b8f888f Merge: fd128976 a05597e6 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jan 5 11:12:50 2013 -0800 Merge pull request #1558 from deerawan/update-id-translation update new indonesian translation validation text commit 536a810b07b3e7e0a228434b7c3e6b2290f54be9 Merge: cc9929e5 5a89836f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jan 5 13:09:21 2013 -0600 Merge branch 'develop' of github.com:laravel/laravel into develop commit cc9929e5785f9dc0f6baab70911ab3dfc2f718d8 Merge: 1a33a13a fd128976 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jan 5 13:08:33 2013 -0600 Merge branch 'master' into develop commit fd1289760f98ffea350dda88f6b0681cbf243b6e Merge: d5d6d285 4cea38e0 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jan 5 11:08:08 2013 -0800 Merge pull request #1560 from DServy/master Added a more dynamic method for checking dblib (response to ticket #770) commit 5a89836f5d41d1a19ca33911ffeba45188c557f1 Merge: 1a33a13a 4e8b452b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jan 5 11:06:49 2013 -0800 Merge pull request #1561 from danro/develop Use $.noConflict in profiler to prevent conflicts in multiple versions of jQuery. commit 1a33a13a3a3caf191df9d1c6786735c1b62ce98f Merge: 2827c3fc d5d6d285 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jan 5 13:05:06 2013 -0600 Merge branch 'master' into develop commit d5d6d2856a5f4fbba9959406833ee7af880e3390 Merge: f25d09dd e854464a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jan 5 11:04:42 2013 -0800 Merge pull request #1563 from JesseObrien/docs/profiler Documenting Profiler commit 2827c3fc78fa28f5504e07ae7b282934678b4e7d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jan 5 13:04:22 2013 -0600 Document group_by. commit 0339a3276b08e0c438b761cd4f1a5214bd0cf97a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jan 5 13:02:58 2013 -0600 Fix bad doc. commit 4e8b452b66821a8a799f2805a20a83b9db643d7b Author: Dan Rogers <dan.rogers@bkwld.com> Date: Thu Jan 3 15:04:45 2013 -0800 Use $.noConflict in profiler to allow multiple jQuery versions. Signed-off-by: Dan Rogers <dan.rogers@bkwld.com> commit e854464a213644bbe6906cc36613a22347d7c915 Author: Jesse O'Brien <jesse@jesse-obrien.ca> Date: Thu Jan 3 12:01:19 2013 -0500 Added section on Enabling the profiler. Thanks to @sparksp for pointing it out. commit 4d6827ca1477cc681f31d296c07bb7229803cede Author: Jesse O'Brien <jesse@jesse-obrien.ca> Date: Thu Jan 3 11:43:01 2013 -0500 Adding documentation for the Profiler logging and timers. Simple as that :) commit f4dd93ad67fe317e042f55190a210f226a3590f6 Author: Dan Rogers <dan.rogers@bkwld.com> Date: Wed Jan 2 17:41:07 2013 -0800 Allow custom profiler.js path, which makes jQuery dependency optional. Signed-off-by: Dan Rogers <dan.rogers@bkwld.com> commit 4cea38e0b39aa10c184e1aa959613bd4dad3b958 Author: David Staley <dstaley234@gmail.com> Date: Wed Jan 2 10:44:20 2013 -0700 Added in a new method for checking pdo drivers Added in a more dynamic method for checking whether to use dblib or sqlsrv drivers for a mssql pdo connection. This is to make local mac devs work well with windows prod machines. commit a05597e696179456a45cf0a7004dcff3a790a60e Author: Bugan <deerawan@gmail.com> Date: Tue Jan 1 20:07:03 2013 +0700 update new indonesian translation validation text commit 6b18fc2b24313a1401756ee4abe88d2861ef0bf3 Author: Ken Stanley <dohpaz@gmail.com> Date: Mon Dec 31 09:22:50 2012 -0500 Added documentation for validating arrays. commit c63ed36c73ada77a9fec40b2d10778b2237e2b86 Author: Darkimmortal <admin@imgkk.com> Date: Thu Dec 27 03:33:33 2012 +0000 fixed white-on-white profiler text Signed-off-by: Darkimmortal <admin@imgkk.com> commit 117a4cb843640275368c52f0fc6567ecd4c1942f Author: Bryan Wood <bryan@bryanwood.com.au> Date: Wed Dec 26 13:44:07 2012 +1000 added wincache cache driver commit 3411d974172a18cd5cc099308b16b42736a4a21c Author: William Notowidagdo <wnotowidagdo@gmail.com> Date: Fri Dec 21 05:30:20 2012 +0700 Update application/language/id/pagination.php Replaced 'next' translation with the correct word. commit 19cd539586450788410f42e09e848b0fa488272a Author: Jason Walton <jwalton512@gmail.com> Date: Wed Dec 19 12:05:51 2012 -0700 added validation message to language file for required_with Signed-off-by: Jason Walton <jwalton512@gmail.com> commit fd1b76a2962f53195c23d0735930df8eee88a27b Author: JoostK <joost.koehoorn@gmail.com> Date: Tue Dec 18 16:21:06 2012 +0100 Added ability to call Eloquent::with on a Relationship instance Signed-off-by: JoostK <joost.koehoorn@gmail.com> commit a422e06989ffad1446b86bb38485209f75d7b0c4 Author: Jason Lewis <jason.lewis1991@gmail.com> Date: Tue Dec 18 19:21:05 2012 +1100 Find no longer needs to be defined on the model since the query catches it correctly. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> commit a68d2242d3a60e2d3fdd0a40aba0fbeaed2aa40b Author: Jason Lewis <jason.lewis1991@gmail.com> Date: Tue Dec 18 19:14:51 2012 +1100 Add the find method to the Eloquent Query class. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> commit dcc564931821b50fe8bf9a255c6dc22ca0817d4e Author: James Spibey <james.spibey@gmail.com> Date: Mon Dec 17 11:33:38 2012 +0000 validate_required_with fix commit 8fe6158058b22abc4ae13d8e431eb9acf3e1a900 Author: theshiftexchange <theshiftexchange@gmail.com> Date: Mon Dec 17 02:38:06 2012 +1100 Automatically apply entitiesto output using blade By using 3 braces instead of 2, you can now automatically apply HTML::entities() to any output commit 49456bbce629c49b20f5c27432da0c4237962093 Author: Jorge Murta <jmurta.jm@gmail.com> Date: Fri Dec 14 08:38:15 2012 +0000 Small Changes to the Language File (PT) commit 07eafa2051d4d8601fb6337a1e6a147ebae0a01b Author: lollypopgr <lolly@lollypop.gr> Date: Sat Dec 8 17:21:15 2012 +0200 Deleted GR folder. Signed-off-by: lollypopgr <lolly@lollypop.gr> commit 3e4eb5fc3d0f1ffad4e1faeddde680ad79be0767 Author: Oliver Vogel <oliver@olivervogel.net> Date: Thu Dec 6 20:44:39 2012 +0100 added lists() method to the fluent documentation commit 4f5cc0cd97676e5064b176cee7b0432df31ba975 Author: Jesse O'Brien <jesse@jesse-obrien.ca> Date: Thu Dec 6 12:04:06 2012 -0500 Add semi-colon onto padding to be safe. commit 404b59730a229c246e036a53cd35fdbee20a3a20 Author: Jesse O'Brien <jesse@jesse-obrien.ca> Date: Thu Dec 6 11:57:26 2012 -0500 Added callback wrapper for JSONP auto wrapping. commit cf6e2a768b7bb93e884873429f5f50489a507002 Author: Jesse O'Brien <jesse@jesse-obrien.ca> Date: Thu Dec 6 11:22:48 2012 -0500 Add documentation for JSONP Response commit 1beea5d594b89986b5f92ec2fd33bbeb722a21f9 Author: Jesse O'Brien <jesse@jesse-obrien.ca> Date: Thu Dec 6 11:16:06 2012 -0500 Add JSONP as a default response. commit 438caf2631f53a9a7db9470a9aa4b880f8f13f96 Author: Ben Corlett <bencorlett@me.com> Date: Thu Dec 6 11:32:18 2012 +1100 Allow forward slash separators in Str::classify() commit f25d09dd07d1241400f5a55bc7c9b8a2a68e75ac Merge: ca9c3b72 742eb4ea Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Dec 3 10:32:19 2012 -0800 Merge pull request #1492 from adamjacobbecker/patch-1 fix link to #route-groups commit 742eb4ea8dfde766cd8dbdf58192c9bda920b85a Author: Adam Becker <ad@mbecker.cc> Date: Mon Dec 3 13:24:46 2012 -0500 fix link to #route-groups commit 8ff052cbdb3bed5cf7fbbb4c26a31fe6b224b0d6 Merge: 6140089e f02e7dc4 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Dec 3 07:04:23 2012 -0800 Merge pull request #1180 from unikent/master Performance enhancement for HTML Class. commit 590872d3c6ec91d06fcc3c21e70a34d4de0be8a7 Author: crynobone <crynobone@gmail.com> Date: Thu Nov 29 22:18:24 2012 +0800 Update auth test case Signed-off-by: crynobone <crynobone@gmail.com> commit ba661e5768c22690d95a12db93d0f58a75f743a5 Author: crynobone <crynobone@gmail.com> Date: Thu Nov 29 22:07:10 2012 +0800 Add 'laravel.auth: login' and 'laravel.auth: logout' events. Signed-off-by: crynobone <crynobone@gmail.com> commit a9760ecdbed27778263ce4c0cc6381e7cac4a043 Author: José M <jm.gilgado@gmail.com> Date: Wed Nov 28 20:48:14 2012 +0100 Added the possibility to pass the parameter of JSON options like JSON_PRETTY_PRINT or JSON_UNESCAPED_UNICODE to the Response::json method. commit ca9c3b72b2deaef5aa47f7f3284ce89a53d3cdcc Merge: d2fefa65 4f32cf4e Author: Dayle Rees <thepunkfan@gmail.com> Date: Tue Nov 27 07:40:35 2012 -0800 Merge pull request #1481 from maxdmyers/patch-1 Dragons not present after warning commit 4f32cf4e653d6ae88783b4cfcd146878c1a58eb9 Author: Max Myers <mmyers@fusionary.com> Date: Tue Nov 27 10:14:44 2012 -0500 Dragons not present after warning commit 6140089eb3fb9d096ce05ac44af6d74fdebcf511 Merge: f7d82412 78ac77bd Author: Dayle Rees <thepunkfan@gmail.com> Date: Tue Nov 27 05:49:26 2012 -0800 Merge pull request #1480 from flakerimi/develop Added Albanian Language commit f7d82412fae3406282647951fb8b907062775595 Merge: 6ae889e5 113dcc9b Author: Dayle Rees <thepunkfan@gmail.com> Date: Tue Nov 27 05:46:25 2012 -0800 Merge pull request #1451 from Chrty/master CSS resets for the profiler bar commit 6ae889e5b80b76bf657019fe1547cccda532b7cb Merge: cac58db3 f0cd43a2 Author: Dayle Rees <thepunkfan@gmail.com> Date: Tue Nov 27 05:44:45 2012 -0800 Merge pull request #1472 from franzliedke/patch-61 Fix pull request #1467 commit cac58db390b0418b282a89fec8aec61840ee156e Merge: 8296f30c cf1ed5ba Author: Dayle Rees <thepunkfan@gmail.com> Date: Tue Nov 27 05:42:02 2012 -0800 Merge pull request #1438 from dejangeci/fix/dns-speedup Changed DB config hosts to IP addresses commit 78ac77bdf0eb149d09e874c753ffca99bc20dde0 Author: Flakerimi <flakerimi@dypika.com> Date: Tue Nov 27 14:28:21 2012 +0100 Added Albanian Language commit 8296f30c829b9cbf4e93b9aebb0c35c5b696569e Author: Phill Sparks <me@phills.me.uk> Date: Tue Nov 27 12:33:01 2012 +0000 Update laravel/database/eloquent/model.php Make query() available publicly via object and statically. commit a9f97961ef4f4d4a4a906dd20551a76d434b5f48 Author: Ore Landau <Ore4444@gmail.com> Date: Tue Nov 27 13:15:14 2012 +0200 Update laravel/documentation/views/templating.md Fixed a false example. commit 62f25c718ce247f38b28d519a11ddf88e66b8bf3 Author: Sony? <sony@4morefun.net> Date: Sun Nov 25 10:34:05 2012 +0100 Added a pretty_print option to the log class It isn't useful to log arrays if the result is 'Array'. I noticed that I often use `Log::info(print_r($array, true));` and I'am probably not alone, so why not add this as a feature to the framework? commit f0cd43a20de444bbd6a2a86a23bfa43405cbae85 Author: Franz Liedke <franz@develophp.org> Date: Sat Nov 24 22:11:30 2012 +0100 Fix unit test - relationships are now properly hidden, too. commit d1efd44c7c7209b0cc29ad8e964c1a24c829702a Merge: d2fefa65 ff4b43c7 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Nov 23 20:46:03 2012 -0800 Merge pull request #1467 from franzliedke/patch-60 [Eloquent] Allow hiding relationships commit ff4b43c72f9ae2a4af72e3fa7b58aecd78e6029c Author: Franz Liedke <franz@develophp.org> Date: Fri Nov 23 03:23:13 2012 +0100 Ignore hidden relationships in to_array(). commit 6a8a3bca2b16c00c447572da05097933c57f606c Author: Nimit Suwannagate <ethaizone@hotmail.com> Date: Fri Nov 23 00:42:55 2012 +0700 Update laravel/validator.php Fix: Replace :other with Validation Attributes (from validation.php in language folder) commit 0bea2fb0b6eaf04133b75032ffb84f70c0fcd41d Author: anaxamaxan <max@neptunewebworks.com> Date: Mon Nov 19 17:00:31 2012 -0800 Fix typo and update 2nd example comment for filter commit 113dcc9b377a2969cf1386f913d0d390097bd61c Author: Josh Betz <j@joshbetz.com> Date: Sat Nov 17 10:41:48 2012 -0600 Reset the profiler bar We want to reset the profiler bar so that it's still readable even if the page's font color is light or borders are added to links. commit b48621901f1175357e77c1f11dce3564f46aa51c Author: NetPuter <netputer@gmail.com> Date: Fri Nov 16 17:41:37 2012 +0800 Use `mb_substr` instead of `sub_str` in order to resolve multi-language problem. commit c6290d11fab6a6f41b5b301324286a45f69a3053 Author: Edward Mann <the@eddmann.com> Date: Wed Nov 14 18:57:46 2012 +0000 Fixed connector options merge bug. Fixed issue with options ordering when merging the default and user values into one array. commit cf1ed5ba44a9d5dafd47eb13be7e54891a1097b6 Author: Dejan Geci <dejan.geci@gmail.com> Date: Mon Nov 12 21:17:39 2012 +0100 Changed DB config hosts to IP addresses Signed-off-by: Dejan Geci <dejan.geci@gmail.com> commit 172ebcb00d60400060b7fa5028a4558e0233b193 Author: Franz Liedke <franz@develophp.org> Date: Fri Nov 9 02:15:28 2012 +0100 Fix Pivot table losing its connection. This hopefully fixes #1198 and while it doesn't solve the underlying problem mentioned in #1429, it does the tackle the resulting mess. :) commit de5658f5a7174c2f138c91d7843ac9732816ead1 Author: Dejan Geci <dejan.geci@gmail.com> Date: Wed Nov 7 21:45:44 2012 +0100 Added return value from PDO::commit Signed-off-by: Dejan Geci <dejan.geci@gmail.com> commit d2fefa65aa5c1c4d9f69469e0ac745a24d6df493 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Nov 6 15:04:13 2012 -0600 Work on section handling. commit 49b2d4ab1a9746fb6868ebfc526ca8165de35780 Merge: d20add8f 56eca662 Author: Dayle Rees <thepunkfan@gmail.com> Date: Tue Nov 6 07:08:27 2012 -0800 Merge pull request #1423 from laravie/feature/html-testcase Add unit testing coverage for Laravel\HTML commit 56eca662cc7223e6c87ee77287109028dba3cab3 Author: crynobone <crynobone@gmail.com> Date: Tue Nov 6 22:56:04 2012 +0800 Session unit test giving a weird output Signed-off-by: crynobone <crynobone@gmail.com> commit 0d8a4ffbdd027079225ba986a6199bf668ea16ee Author: crynobone <crynobone@gmail.com> Date: Tue Nov 6 22:33:29 2012 +0800 Add unit testing coverage for Laravel\HTML and improve setUp and tearDown for Form unit-test Signed-off-by: crynobone <crynobone@gmail.com> commit 6dc6b2b5ae91f15f3744a3c123952f53d8cebba0 Author: crynobone <crynobone@gmail.com> Date: Tue Nov 6 19:40:08 2012 +0800 Rename TestForm class to FormTest, to make it consistent with all other testcases. Also remove tearDown method, as it doesn't do anything at this moment. Signed-off-by: crynobone <crynobone@gmail.com> commit d20add8f75bd08fad6ea95974fd0853bca1e780b Merge: 1ddb4bb6 72dbf5dd Author: Dayle Rees <thepunkfan@gmail.com> Date: Tue Nov 6 01:46:58 2012 -0800 Merge pull request #1422 from laravie/feature/form-testcase Add full code coverage for Laravel\Form commit 72dbf5ddeba229dfa349f9e10818ea83c4039e04 Author: crynobone <crynobone@gmail.com> Date: Tue Nov 6 16:35:29 2012 +0800 Add full code coverage for Laravel\Form Signed-off-by: crynobone <crynobone@gmail.com> commit 1ddb4bb6cd4b3fcf2ea9df43aa2d943d1d33a470 Merge: e714c0b4 dace3d50 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Nov 5 06:46:12 2012 -0800 Merge pull request #1419 from laravie/feature/blade-testcase Improve Blade unit-test code coverage commit dace3d5091be902ccc8c56ae6f12cf3270a2b4cb Author: crynobone <crynobone@gmail.com> Date: Mon Nov 5 22:33:34 2012 +0800 Add additional tests Signed-off-by: crynobone <crynobone@gmail.com> commit 915becdb69d795cc2492ae5c986a0bd500756fda Author: crynobone <crynobone@gmail.com> Date: Mon Nov 5 22:07:19 2012 +0800 Improve Blade unit-test code coverage Signed-off-by: crynobone <crynobone@gmail.com> commit e714c0b4874d6eae60a6cd4c8599fd89ef92e895 Author: Shawn McCool <shawn@heybigname.com> Date: Mon Nov 5 09:28:48 2012 +0100 Update laravel/helpers.php fixed example code in docblock for url() commit 436672c33cdf9aca794b0ef2419a870550ce475a Merge: 5059ced2 1559a6bb Author: Jason Lewis <jason.lewis1991@gmail.com> Date: Sun Nov 4 15:43:10 2012 +1100 Merge branch 'master' into develop commit 1559a6bbc8f14f6546d570c755227fa14866f935 Author: Jason Lewis <jason.lewis1991@gmail.com> Date: Sun Nov 4 15:43:03 2012 +1100 Use the public facing URL for fetching bundles stored on GitHub. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> commit 39320dc84749aa8ed39c79413af7d5af5e2117b6 Author: j20 <jmbn65@mail.missouri.edu> Date: Sat Nov 3 14:54:38 2012 -0500 Update laravel/documentation/localization.md Updated to use the two-letter, ISO standard language code for Spanish--'es' instead of 'sp'. commit 5059ced2e1ac11d81d898f14244eed05563a38e9 Merge: d693a826 24ba947d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Nov 2 19:09:11 2012 -0700 Merge pull request #1413 from machuga/develop Add 500 response code to exception handler. -- machuga, JesseOBrien, sde... commit 24ba947d10ef77accfebf7843b7081e303ac1ca3 Author: Matthew Machuga <machuga@gmail.com> Date: Fri Nov 2 21:57:41 2012 -0400 Add 500 response code to exception handler. -- machuga, JesseOBrien, sdeinum commit b88c9144ec091a3e5d58f5946a3176e6064f5634 Author: Franz Liedke <franz@develophp.org> Date: Thu Nov 1 18:16:44 2012 +0100 Make insert_get_id() work with non-auto-incrementing columns. commit 4cbc363e2d6ddbc363dfa0caf48d9148ff684cce Merge: aa37c826 6f30ed7a Author: Austin White <austingym@gmail.com> Date: Wed Oct 31 15:01:00 2012 -0700 Merge branch 'master' of github.com:AustinW/laravel commit aa37c826507427c8f79ff48583495e3775923469 Author: Austin White <austingym@gmail.com> Date: Wed Oct 31 14:43:53 2012 -0700 fixed issue #1206 commit 6f30ed7a79e2e8eb2dc083c1b7a4aa81663fbdde Author: Austin White <austingym@gmail.com> Date: Wed Oct 31 14:43:53 2012 -0700 fixed issue #1206 commit d693a82615bf7f2859eda64653e0045bb288ddd4 Merge: 4c53b9d9 79ff05bc Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Oct 31 14:31:50 2012 -0700 Merge pull request #1408 from cartalyst/develop Allowing use of third party Routers to handle Routing. commit 79ff05bcd4f29b4a80039c3b3d9d403f99f75090 Merge: 9f138aa9 41e8384d Author: Ben Corlett <bencorlett@me.com> Date: Thu Nov 1 08:20:50 2012 +1100 Merge branch 'develop' of github.com:cartalyst/laravel into develop commit 9f138aa97957bbdc5b52726643db6a4803471db5 Author: Ben Corlett <ben@bens-macbook-pro.lan> Date: Thu Nov 1 08:18:08 2012 +1100 Allowing use of third party Routers to handle Routing. A class alias has always been provided in applications/config/application.php, however it is never called as the Router class is always directly targeting the Laravel namespaced class. Signed-off-by: Ben Corlett <bencorlett@me.com> commit 41e8384d7b1ed58c4bb007f18b3deb3e9d83d6b3 Author: Ben Corlett <ben@bens-macbook-pro.lan> Date: Thu Nov 1 08:18:08 2012 +1100 Allowing use of third party Routers to handle Routing. A class alias has always been provided in applications/config/application.php, however it is never called as the Router class is always directly targeting the Laravel namespaced class. Signed-off-by: Ben Corlett <ben@bens-macbook-pro.lan> commit 4c53b9d94d670a5aeb8bfa7a8ea670380f52bf71 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Oct 31 08:54:35 2012 -0500 remove artisan change. commit c69c7cac1ae3958313cfd8836453f59b8dc82ed9 Merge: b386eeec 115f59b4 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Oct 31 08:54:26 2012 -0500 Merge branch 'master' of github.com:laravel/laravel commit b386eeec8abd426298a503814bec0686b0fc7a4e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Oct 31 08:54:07 2012 -0500 update change log. commit 355cbe35a58a7ef9c0106cf773617e1b6359d8f1 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Oct 31 08:53:01 2012 -0500 use hostname in environment detection. commit 4d0bc9e251d8a615c3358d9f5595eece53b81ec3 Merge: 205cc486 e2b7d65c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Oct 30 06:06:57 2012 -0700 Merge pull request #1389 from Anahkiasen/feature/migrate_rebuild Added migrate:rebuild command to clean and reconstruct the database commit fab42949dc2827422e0c9454f3604ac96d77e50f Author: sdbondi <sdbondi@gmail.com> Date: Tue Oct 30 09:08:51 2012 +0200 Added documentation for where_between suite of methods Signed-off-by: sdbondi <sdbondi@gmail.com> commit 6bef39b0f1fa0c014ba6dd4474b93972468019db Author: Hirohisa Kawase <hiro.soft@gmail.com> Date: Tue Oct 30 13:17:33 2012 +0900 Correct document page of HTML page. No exist secure_link() function, so changed to link_to_secure(). The 2nd parameter of HTML::style() is array, but passed a string in sample code. Signed-off-by:Hirohisa Kawase <hiro.soft@gmail.com> commit 115f59b4ff0b078ab5e6128436b606d1fb428eb5 Merge: 37cd08fa a7ea27d0 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Oct 26 18:48:43 2012 -0700 Merge pull request #1392 from mynameiszanders/patch-1 Update "docs/views/html.md", parse error in example code. commit a7ea27d0a08286a495830c6acbaf96fa772597be Author: Zander Baldwin <mynameiszanders@gmail.com> Date: Sat Oct 27 01:09:54 2012 +0000 Update "docs/views/html.md", parse error in example code. The example code for the `HTML::entities()` method in the documentation had unescaped apostrophes (single quotes) in the string passed as the first parameter. A parse error would have resulted should someone try to use that code. commit 921e232d9dec0e2bf35395f96d5e8a346b25d660 Author: Austin White <austingym@gmail.com> Date: Fri Oct 26 16:59:33 2012 -0700 Typo corrections commit 89e3bf1fbd3325a97b1eea3ea1ca07c2e9dc0e07 Author: Anahkiasen <ehtnam6@gmail.com> Date: Fri Oct 26 22:32:52 2012 +0100 Add URL::to_language and HTML::link_to_language localization helpers Signed-off-by: Anahkiasen <ehtnam6@gmail.com> commit e2b7d65c1819f80b9dc08e016ef3e71dc43e60dc Author: Anahkiasen <ehtnam6@gmail.com> Date: Fri Oct 26 19:45:32 2012 +0100 Added migrate:rebuild command to clean and reconstruct the database Signed-off-by: Anahkiasen <ehtnam6@gmail.com> commit 5a082257b72bc5ab5cfbd0fcc815e94a1f29b230 Author: Tibo <zancanaro@h2a.lu> Date: Fri Oct 26 15:12:29 2012 +0200 improve french translation for validation commit 37cd08faea8f3e0d970d39ad90c0c35b9ef814b5 Merge: e531cd63 7eb5be79 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Oct 25 06:14:55 2012 -0700 Merge pull request #1357 from aebersold/master documentation fix on validators commit 205cc4869dbe314cab6e3c9fa4f1588ca6f2828a Merge: 0a0eb377 1d725b27 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Oct 25 06:12:42 2012 -0700 Merge pull request #1356 from helmut/patch-1 Update laravel/file.php commit 0a0eb3779c663b152201140a9125c8120a204677 Merge: ca44c93c 5f483872 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Oct 25 06:11:15 2012 -0700 Merge pull request #1365 from sdbondi/develop Ref #649 - Added query builder support for BETWEEN clauses commit ca44c93ca40e73c27a4c71d0e0453b9a3d0155b8 Merge: 2914471d a6db03d7 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Oct 25 06:08:12 2012 -0700 Merge pull request #1375 from christianzt19/develop beautifies profiler tabs to cursor:pointer commit 2914471de123c1de8af7fedd862123f031f32bb9 Merge: 5e3a8de1 e8f08ce1 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Oct 25 06:07:15 2012 -0700 Merge pull request #1381 from vFragosop/documentation/improvements Improving documentation about Input::file() commit 5e3a8de1ba19583260dd3ff3e0cfe9de2926e594 Merge: e684aa3c 1a6b7e3d Author: Dayle Rees <thepunkfan@gmail.com> Date: Wed Oct 24 10:51:16 2012 -0700 Merge pull request #1384 from machuga/patch-1 Update LaravelRequest.php to alllow PUT/DELETE/PATCH on PHP5.4 built-in server commit 1a6b7e3d733b984082754d39f94f09199a28d860 Author: Matthew Machuga <machuga@gmail.com> Date: Wed Oct 24 14:41:58 2012 -0300 Update laravel/vendor/Symfony/Component/HttpFoundation/LaravelRequest.php This will allow the built in PHP 5.4 server to interpret PUT, DELETE, and PATCH content. It uses the HTTP_CONTENT_TYPE variable instead of CONTENT_TYPE; Symfony hasn't adapted for this yet. commit e8f08ce1f46aac24eccc4a2aa7d5362b28be991b Author: Vinícius Fragoso <vfragosop@gmail.com> Date: Mon Oct 22 17:10:46 2012 -0200 Fixing smal typo commit 7c3d2782837c314a1b5f9ba20ac8f225fae1564c Author: Vinícius Fragoso <vfragosop@gmail.com> Date: Mon Oct 22 16:58:32 2012 -0200 Improving documentation on file uploads Adding information about setting multipart/form-data on forms in order to use file uploads. commit 1d725b2788a24a2f151820b9241debe3fa9b8864 Author: helmut <steve@helmutdesign.com.au> Date: Mon Oct 22 10:09:53 2012 +1200 Update laravel/file.php Yep... good pick up jason. commit e684aa3c00b458a801734c49d59fb0cf1e414914 Author: Maksim Surguy <msurguy@gmail.com> Date: Mon Oct 1 11:18:10 2012 -0700 Added file input form element docs The file input is in the API but not in the documentation. commit 8bcfd522339359c2ed417c18f8f1e27be2bc0c6b Author: Vincent Klaiber <vincentklaiber@gmail.com> Date: Wed Oct 3 00:17:53 2012 +0200 add swedish language fix misspelling add special html chars fix misspelling changed folder name from se to sv removed se folder commit acbffcec508d6b656e86af21dc717ae58606ed4d Merge: f549839b 9fc53588 Author: Jason Lewis <jason.lewis1991@gmail.com> Date: Sat Oct 20 19:05:07 2012 -0700 Merge pull request #1321 from dejangeci/feature/serbian-translation Added Serbian translation commit f549839b3549fd714c8d6d9bfff0da1d611cd0ba Author: serafino lillo <s3r4@hotmail.it> Date: Sun Oct 7 18:53:03 2012 +0200 added italian language Added italian language for pagination and default validation messages. commit e5b7ef42a425fafdce0958c3a56b15890cceff4f Author: Jason Lewis <jason.lewis1991@gmail.com> Date: Sun Oct 21 12:31:51 2012 +1100 Added missing semi colon. Closes #1334. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> commit d164cca4aad42368ee93c8d4d1809fd52c75ff81 Merge: 1a7f2bf2 fedc9fc4 Author: Jason Lewis <jason.lewis1991@gmail.com> Date: Sat Oct 20 17:29:37 2012 -0700 Merge pull request #1211 from franzliedke/patch-45 [Auth] Fix hardcoded "id" column in Eloquent driver (#1207) commit e531cd6300ef6d393185643a850dec866a9f3e28 Merge: e842095f 97013cd8 Author: Jason Lewis <jason.lewis1991@gmail.com> Date: Sat Oct 20 07:31:53 2012 -0700 Merge pull request #1348 from matz3/master Spelling mistake correction in documentation commit a6db03d70063186442b2ac79a1fdf4e4f3d56e13 Author: Christian Tamayo <christianzt19@yahoo.com> Date: Sat Oct 20 22:30:59 2012 +0800 beautifies profiler tabs to cursor:pointer Signed-off-by: Christian Tamayo <christianzt19@yahoo.com> commit e842095fa7d0262f13a2956d334e5c676528786e Merge: f53f07df 9b63f654 Author: Jason Lewis <jason.lewis1991@gmail.com> Date: Sat Oct 20 07:30:27 2012 -0700 Merge pull request #1351 from everclear/patch-1 link_to_route requires 3 parameters if wildcard values are required commit 1a7f2bf27fbc50d000c98c12af98d633ec7320c9 Merge: 73d4b0b2 fd86aef2 Author: Jason Lewis <jason.lewis1991@gmail.com> Date: Sat Oct 20 07:29:39 2012 -0700 Merge pull request #1352 from laravie/patch/code-standard [Code Standard] Slight improvement to use of tab over space and curly bracket commit 73d4b0b2a1782268a67f7bfb51c844ef24b666f9 Merge: aa902def 2d052a32 Author: Jason Lewis <jason.lewis1991@gmail.com> Date: Sat Oct 20 07:15:06 2012 -0700 Merge pull request #1363 from franzliedke/patch-55 Many-to-many sync: always work with arrays commit aa902def30d7c885763c6ebed10e77d16dc4fde6 Merge: 301c61fb 043bd4ee Author: Jason Lewis <jason.lewis1991@gmail.com> Date: Sat Oct 20 07:10:29 2012 -0700 Merge pull request #1367 from vFragosop/language/pt/consistence Improving consistence of portuguese validation message commit 301c61fb1a49824f84c3b4e0286dad85680d024f Merge: 2e836499 1d3201eb Author: Jason Lewis <jason.lewis1991@gmail.com> Date: Sat Oct 20 07:03:54 2012 -0700 Merge pull request #1370 from gkunno/lang/fi Added finnish langauge commit 1d3201eb4abe7587573029d84fb3117c1ad515cc Author: gkunno <storm.patrik@gmail.com> Date: Fri Oct 19 16:35:00 2012 +0300 Added finnish langauge Signed-off-by: gkunno <storm.patrik@gmail.com> commit 043bd4ee041eac3661ad6672ed71bf594cf1bc5d Author: Vinícius Fragoso <vfragosop@gmail.com> Date: Thu Oct 18 18:25:17 2012 -0300 Improving consistence of pt validations commit 5f4838726e9629d45e7ed6d17169f6fa8e341de2 Author: Stan Bondi <stan@stanley-pc.(none)> Date: Wed Oct 17 23:36:18 2012 +0200 Ref #649 - Added query builder support for BETWEEN clauses Signed-off-by: Stan Bondi <stan@stanley-pc.(none)> commit 2d052a32224e9b57172568055bc61953806ef7b8 Author: Franz Liedke <franz@develophp.org> Date: Wed Oct 17 18:28:42 2012 +0300 Get rid of duplicate function call. commit a6c681db39d6ba5b915c96a3229c20cadee14b83 Author: Franz Liedke <franz@develophp.org> Date: Wed Oct 17 18:27:35 2012 +0300 Make sure sync() always works with arrays. commit 7eb5be794cc935ad6a32a46ad392acc74aee7c00 Author: aebersold <simon@ximedia.ch> Date: Tue Oct 16 17:55:50 2012 +0200 documentation error, wrong date format commit 81a2f5b9193e20fc01fbd382a13e004eb61abd0b Author: Blaine Schmeisser <blaine.schmeisser@vitals.com> Date: Mon Oct 15 22:04:58 2012 -0500 Pass the response by reference so it can be overwritten in filters You can edit the response but you can't overwrite it: ~~~ php <?php // https://gist.github.com/3896743 $response = new stdClass(); echo '1): ' . spl_object_hash($response) . PHP_EOL; // 0000000021e89fcd00000000e93b17ba call_user_func_array(function($response) { $response = new stdClass(); echo '2): ' . spl_object_hash($response) . PHP_EOL; // 0000000021e89fcf00000000e93b17ba }, array($response)); echo '3): ' . spl_object_hash($response) . PHP_EOL; // 0000000021e89fcd00000000e93b17ba call_user_func_array(function($response) { $response = new stdClass(); echo '4): ' . spl_object_hash($response) . PHP_EOL; // 0000000021e89fcf00000000e93b17ba // hash descoped and reused }, array(&$response)); echo '5): ' . spl_object_hash($response) . PHP_EOL; // 0000000021e89fcf00000000e93b17ba ~~~ Otherwise you'd make the new response object and overwrite the values one at a time: ~~~ php <?php // https://gist.github.com/3897032 Route::filter('after', function($response) { $params = \Laravel\Request::$route->parameters; // The 'type' is the last param // example: /product/(:num).(:any) $type = array_pop($params); if($type == 'json') { $res = Response::json($response->content->data); foreach($response as $key => &$value) { $response->$key = $res->$key; } } }); ~~~ Signed-off-by: Blaine Schmeisser <blaine.schmeisser@vitals.com> commit ee18da9b73f94153de48eb8abaa7f49d156a912c Author: helmut <steve@helmutdesign.com.au> Date: Tue Oct 16 21:08:58 2012 +1200 Update laravel/file.php Fixed bug that was causing the latest function to return the 'last' file rather than the actual 'latest' file. commit fd86aef25abc26593af65ff293203203844afcc3 Author: crynobone <crynobone@gmail.com> Date: Mon Oct 15 23:35:53 2012 +0800 Trivial improvement to Laravel, while it is not documented, it has been a standard in Laravel to use tab as indentation and new line for curly bracket Signed-off-by: crynobone <crynobone@gmail.com> commit 9b63f65408567c0c5df9c8e1f296c4a12713a892 Author: everclear <justbobet@yahoo.co.uk> Date: Mon Oct 15 15:50:10 2012 +0200 link_to_route requires 3 parameters if wildcard values are required commit 6a14705a63a344a164cfad94a4c11fd7b6d5ab4f Merge: c55a8f49 2e836499 Author: Vincent Talbot <vincent.talbot@gmail.com> Date: Mon Oct 15 05:09:22 2012 -0700 Merge pull request #8 from laravel/develop Develop commit 97013cd816af5c18f8022a466a777204a7ad3060 Author: matz3 <osswaldm94@gmail.com> Date: Sun Oct 14 18:29:13 2012 +0200 Spelling mistake correction in documentation Added missing 's' in the word 'is' (Laravel Overview). Signed-off-by: matz3 <osswaldm94@gmail.com> commit d7dfd4f91565f6acbc2199e5d3a52410f039e55e Author: Franz Liedke <franz@develophp.org> Date: Thu Oct 11 18:24:43 2012 +0300 Use DB::escape() shortcut in profiler. commit 2e8364994f456a1406b67e9cbde9c2d3d39b4a97 Author: Shawn McCool <shawn@heybigname.com> Date: Thu Oct 11 08:14:55 2012 +0200 changed date format in validation documentation to match ISO8601 commit 9fc53588e32a374e56f5b349ebeacbbb3240ae9c Author: Dejan Geci <dejan.geci@gmail.com> Date: Mon Oct 8 17:49:29 2012 +0200 Small tweaks to semantics Signed-off-by: Dejan Geci <dejan.geci@gmail.com> commit d55328cc5263bbd46834699172b72bd4ffaaff7b Merge: 34165061 165da94a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Oct 7 12:05:01 2012 -0700 Merge pull request #1320 from dejangeci/feature/dbexception-inner Added a getInner method for retrieving the inner exception commit 341650619459bd0caeef23451d7fbe6db6b86194 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Oct 7 14:04:29 2012 -0500 increment version. refactor eloquent eager loading matching. commit 1df8fa91fc04b39c4a03926ebe5c834275d142fb Merge: 790a5406 f6c7cf2d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Oct 7 11:56:24 2012 -0700 Merge pull request #1322 from vFragosop/eloquent/relationship_performance Fixing has_one iterations commit f6c7cf2dcd08e1fbe26c4995dd87bd966201605f Author: Vinícius Fragoso <vfragosop@gmail.com> Date: Sun Oct 7 12:15:57 2012 -0300 Fixing pivot on has_one aswell as properly indenting commit 38bf290ca7e8ce6e38be33242b24aaf35bad0101 Author: Dejan Geci <dejan.geci@gmail.com> Date: Sun Oct 7 15:21:26 2012 +0200 Added Serbian translation Signed-off-by: Dejan Geci <dejan.geci@gmail.com> commit 165da94aee498b96a3303264dbcdd24e8c1cd53d Author: Dejan Geci <dejan.geci@gmail.com> Date: Sun Oct 7 13:55:32 2012 +0200 Added a getInner method for retrieving the inner exception Signed-off-by: Dejan Geci <dejan.geci@gmail.com> commit 790a540620355e119393e6de0de57fc34c3b5e81 Merge: 7555fda5 54397e1b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Oct 6 12:39:23 2012 -0700 Merge pull request #1294 from danielboendergaard/phpdoc-fix Fixed wrong return type in phpdoc commit 7555fda58918d847292560efde137e6fa420ec7b Merge: 8faf38ef 00d1baf6 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Oct 6 12:38:26 2012 -0700 Merge pull request #1307 from tillsanders/develop Update laravel/helpers.php commit 8faf38efe1208d2daa1e9fa89c5ce3515a775233 Merge: 4f8a6724 f36446bd Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Oct 6 12:27:53 2012 -0700 Merge pull request #1314 from vFragosop/eloquent/relationship_performance Huge performance increase on Eloquents relationships commit f36446bd10f5478f349a7a11068a794d92862d56 Author: Vinícius Fragoso <vfragosop@gmail.com> Date: Fri Oct 5 10:35:48 2012 -0300 Improving laravel relationship performance commit 1081ac1b8a3ba06311d1cdcea094214395e3f00e Author: Franz Liedke <franz@develophp.org> Date: Fri Oct 5 14:38:13 2012 +0300 Implement DB::escape(). commit 00d1baf69e3d4a9cdc8fdf79e99028415b541de5 Author: tillsanders <tillsanders@googlemail.com> Date: Wed Oct 3 15:35:34 2012 +0300 Update laravel/helpers.php The e-helper and the __-Helper used the core-classes. So if I would like to override them, the helpers would still use the core-classes. See this thread for further explanation: http://forums.laravel.com/viewtopic.php?id=2656 commit f53f07df4a59a3a35ed8fc07711b6d440d433ef9 Author: Shawn McCool <shawn@heybigname.com> Date: Wed Oct 3 13:24:05 2012 +0300 Update laravel/documentation/database/eloquent.md minor grammar update in docs commit 00edb1db8c039ad9a7ac8badd5a32b399b3a7864 Author: Shawn McCool <shawn@heybigname.com> Date: Wed Oct 3 12:19:11 2012 +0200 clarified table naming conventions commit 4f8a6724b083eb24236817fe46320c6024137ea9 Merge: 4d3c6812 2d5cc12b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Oct 2 17:22:11 2012 -0700 Merge pull request #1305 from nmalcolm/develop Fixes XSS vulnerability in Profiler commit 2d5cc12b7b7a915c533a2674c474424407fe0927 Author: Nathan Malcolm <n.k.l.malcolm@gmail.com> Date: Wed Oct 3 00:53:20 2012 +0100 Fixes XSS vulnerability in Profiler commit 54397e1bf27049958f28fac94ba6e0808271fee6 Author: Daniel Bøndergaard <db@helmstmt.com> Date: Fri Sep 28 10:10:35 2012 +0200 Fixed wrong return type in phpdoc Signed-off-by: Daniel Bøndergaard <db@helmstmt.com> commit 4d3c68129b89c6bc8131aca765a63dba8fee92b0 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Sep 27 17:55:19 2012 -0400 Fix version in path file. commit d1c1fe4446aecb33de3344b237e68448ba9466b2 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Sep 27 17:45:12 2012 -0400 fix bug in eloquent model and update version. commit 02cb96a00842a082d240b34101d5c5ddbd97e02b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Sep 27 17:44:03 2012 -0400 fix bug in eloquent model. commit c55a8f49dd4bed2ce47e3d84ea956355cf6c4c82 Author: Vincent Talbot <vincent.talbot@gmail.com> Date: Thu Sep 27 11:57:34 2012 -0300 Update laravel/cli/tasks/migrate/migrator.php commit a5c5d70bd646d9232e5d80d8d87cb75df69b0323 Merge: 89313696 4de8e2d7 Author: Vincent Talbot <vincent.talbot@gmail.com> Date: Thu Sep 27 06:44:30 2012 -0700 Merge pull request #5 from laravel/develop Develop commit ae5331b312b62d49e4f1f7c75c4906719f126ae4 Merge: 439f9c80 4de8e2d7 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Sep 27 09:08:20 2012 -0400 Merge branch 'staging' commit 4de8e2d7179f8cdefb7458ac00ff55e305738a05 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Sep 27 09:05:29 2012 -0400 Update change log. commit b043482905b4d53b393943e851b288f904db9840 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Sep 26 16:20:56 2012 -0400 Improve view errors. commit 633c2bde836f5a0b3898e85a28683ada645b6522 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Sep 26 11:20:03 2012 -0400 Pass the path to the filter event. commit a976c555e6d701aeb35b37ce8847e7badf429cc0 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Sep 26 10:43:34 2012 -0400 Added "view.filter" event so we can hook in final filters. commit 14c6ff169232e6ccd5ceadecd88801dcc4ea7b36 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Sep 26 10:13:30 2012 -0400 Increment version and change log. commit 3e3ee870eaaa83e9fb9df75c3c88355e4622ec77 Merge: d64d6c90 09500818 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Sep 26 10:11:46 2012 -0400 Merge branch 'develop' of github.com:laravel/laravel into develop commit d64d6c90922aed4e9b504316489bafb30aeb3d02 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Sep 26 10:11:24 2012 -0400 Fix logging issue when using the laravel.log event. commit 09500818e0a03f1131cc2d78a5abf2bb44916b65 Merge: fc9b0e16 01ba3557 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Sep 25 18:37:53 2012 -0700 Merge pull request #1204 from bryantebeek/optimisation/str-class Performance enhancement for Str Class (see pull request #1180) commit fc9b0e163619355313571ea3bfc2516fd0d66028 Merge: 4b7dc2e8 147e0ec6 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Sep 25 18:37:09 2012 -0700 Merge pull request #1201 from JoostK/fix-1 Fixed a problem with `Eloquent::get_dirty` commit 4b7dc2e824b0d77fdc6ff3569665b1c952e775e6 Merge: 9acf5416 581fcc5c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Sep 25 18:34:40 2012 -0700 Merge pull request #1226 from akuzemchak/bug/language-routes Fixes language URI routing issue commit 439f9c805570cc2b63b08e7b09a90cd60b1f9dfa Merge: dad0bbc6 184b2989 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Sep 25 18:33:48 2012 -0700 Merge pull request #1236 from kuroi/patch-1 Correct broken links in docs commit dad0bbc688a0a0e03043a6db301893a65e8f9b38 Merge: c2a255c7 2b787763 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Sep 25 18:33:14 2012 -0700 Merge pull request #1247 from dcelasun/patch-1 Fix a tiny typo commit 9acf541653beb7f4ee2226a3bfd577a0c93f3616 Merge: 5a1741e9 3d51200a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Sep 25 18:32:36 2012 -0700 Merge pull request #1255 from joual/develop Auth token now nulled on logout commit 5a1741e9d5a790275a1ce902029ec4c9b8e3aff4 Merge: 4eac00a0 f148f621 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Sep 25 18:31:34 2012 -0700 Merge pull request #1276 from rk/rk-issue-1261 [#1261] get_key now pulls from $original instead commit c2a255c78848d1d95705456efdc0acddc46fc1a7 Merge: 9e0ff85b 4eac00a0 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Sep 25 20:24:50 2012 -0400 Merge branch 'develop' into staging commit 9e0ff85b24b4b0d4594d187026e2da50e3580709 Merge: 07bec5c0 8c580d17 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Sep 25 20:24:48 2012 -0400 Merge branch 'master' of github.com:laravel/laravel into staging commit 4eac00a009cb9c8188be2948fe684ebb66c2550a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Sep 25 16:43:58 2012 -0400 Use hash_hmac on cookie hashes. commit 064309c0ceaa0e205d0d1598864ecc471419f407 Merge: 04f22f08 110966bd Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Sep 25 08:44:53 2012 -0500 Merge branch 'cookies' into develop commit 04f22f086d45aea006260711ea73381f5620934e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Sep 25 08:42:03 2012 -0500 Update change log. commit ad313198dfe046aea88b490db0253b25afef7e92 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Sep 25 08:40:29 2012 -0500 working on cookie fingerprinting. commit 110966bd6a382da47c1cb554cd4b38b9bdcab672 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Sep 25 08:40:29 2012 -0500 working on cookie fingerprinting. commit e67ddd86ddec792e4e6b5db81a88b3b08a0f30ed Author: Jakobud <jakobud+git@gmail.com> Date: Mon Sep 24 14:02:50 2012 -0600 Added output from String documentation examples. commit f148f6211c378864c34c19f0aebcac97832aa9fe Author: RK <robert@woodst.com> Date: Mon Sep 24 10:35:07 2012 -0400 Fixing the array_get misspelling. commit 258169ea0000a8b90f5d56b7102c2212e0bad612 Author: RK <robert@woodst.com> Date: Mon Sep 24 09:58:20 2012 -0400 [#1261] get_key now pulls from $original instead This is in reference to issue #1261, where Model->get_key() returns the key from the $attributes instead of from the $original property. This breaks the functionality of a model with a primary key that may change, as the SQL generated will be something like: UPDATE `model` SET `key` = 'new-key' WHERE `key` = 'new-key'; Which won't update the model in the database. commit 9d28938d5589bbe02a956625f318d852085122c5 Author: Mohammad Sadeghi <sadeghi85@hotmail.com> Date: Mon Sep 24 16:42:09 2012 +0330 . commit 7647c3fcba5aaa11566d4b50a83c32f737feb714 Author: Mohammad Sadeghi <sadeghi85@hotmail.com> Date: Mon Sep 24 16:39:28 2012 +0330 added 'u' flag for preg_match to match UTF-8 URIs. commit 9df9a5df04d359bef8e8dc812659f0faea5d441e Author: Mohammad Sadeghi <sadeghi85@hotmail.com> Date: Mon Sep 24 16:15:11 2012 +0330 segment pattern to match a single segment, also matches UTF-8 segments. commit 9fae4dc8d7f1dec91441b58d5557b5790a598616 Merge: 0dc124d3 8c580d17 Author: Jason Lewis <jason.lewis1991@gmail.com> Date: Mon Sep 24 01:01:53 2012 +0930 Merge branch 'master' into develop commit 8c580d17fbb006be811a7979a7faf305ad7ca697 Author: Jason Lewis <jason.lewis1991@gmail.com> Date: Mon Sep 24 01:01:14 2012 +0930 You can only pass the ID of a user, not an object. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> commit de53feb07e431077d5b78548fddc9919ef5ab09c Author: Franz Liedke <franz@develophp.org> Date: Fri Sep 21 13:11:54 2012 +0200 Fix validation tests one more time. commit f77041ced9f92c2d6dac38acb2b3e0be209bfe1c Author: Franz Liedke <franz@develophp.org> Date: Fri Sep 21 12:31:49 2012 +0200 Add another test with quotes around the validation rule's parameter. commit 893136966581610bc0388ef5ff552163c80b6120 Author: vtalbot <vincent.talbot@gmail.com> Date: Thu Sep 20 22:15:29 2012 -0400 Add task bundle:uninstall, bundle:unpublish, migrate:rollback bundle, migrate:reset bundle. commit 6c55f9cf54144dc7fc1264dd861007129269d645 Merge: 1b062499 0dc124d3 Author: Vincent Talbot <vincent.talbot@gmail.com> Date: Thu Sep 20 18:18:03 2012 -0700 Merge pull request #2 from laravel/develop Develop commit 3d51200a882d5a557dd14c88f1ae34f539b353b6 Author: Joel Marcotte <skaner@gmail.com> Date: Thu Sep 20 17:54:28 2012 -0400 Auth token now nulled on logout Signed-off-by: Joel Marcotte <skaner@gmail.com> commit 2b787763aa755f2c2d84d0d3cbfb6586ce29e692 Author: Duru Can Celasun <dcelasun@gmail.com> Date: Thu Sep 20 10:13:01 2012 +0300 Fix a tiny typo commit 33b5f6377c5fdf83acb413f938c9644779d4095f Author: Shawn McCool <shawn@heybigname.com> Date: Wed Sep 19 18:13:31 2012 +0300 Update laravel/documentation/routing.md Added a warning about using Controller::detect() for routing. commit 0dc124d342a57f2e4548b733d6c17f96f69fa1d6 Merge: 99d710a8 65d4b244 Author: Dayle Rees <thepunkfan@gmail.com> Date: Wed Sep 19 06:29:31 2012 -0700 Merge pull request #1210 from franzliedke/patch-44 Definition list support (#1202) commit 99d710a8204f3d8b2f8d9ae09ebdc86ad5970d5d Merge: 4f7dd1c8 925e5bed Author: Dayle Rees <thepunkfan@gmail.com> Date: Wed Sep 19 06:21:32 2012 -0700 Merge pull request #1242 from bstrahija/patch-1 Trimming whitespace before doctype tag commit 925e5bed738f3f9ab1321266e2accbc7a14e5dd3 Author: Boris Strahija <boris@creolab.hr> Date: Tue Sep 18 17:22:45 2012 +0300 Trimming whitespace before doctype tag When using layouts and sections commit 184b2989e2050f7c83089bd1c10693d5dd6e9fbf Author: Peter Coles <peter@kuroiweb.com> Date: Tue Sep 18 11:59:11 2012 +0200 Correct correction commit 14eebab94ad64860d2f1b4ff53f0f5d796ac4ad3 Author: Peter Coles <peter@kuroiweb.com> Date: Tue Sep 18 05:54:41 2012 +0200 Correct broken links in docs commit 966e8462c9ee28c6cd1276029f390da906fe24a7 Author: Patrick Romowicz <patrick@romowicz.de> Date: Mon Sep 17 21:49:17 2012 +0300 Update laravel/database/connection.php commit 5f9a26bae36a2499da41a7b726a69e46f8bb4118 Author: Patrick Romowicz <patrick@romowicz.de> Date: Mon Sep 17 21:42:47 2012 +0300 Undefined namespace Grammars commit 034c63b39deb190fd909294022bc8d80d5cf7ae9 Author: Patrick Romowicz <patrick@romowicz.de> Date: Mon Sep 17 21:34:13 2012 +0300 add use Closure; commit 4f7dd1c8a4c73330e03541a5049ac1b2d48a270a Merge: b30ee488 2d13b3d5 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Sep 17 11:07:41 2012 -0700 Merge pull request #1233 from franzliedke/patch-51 GitHub contribution guidelines commit 2d13b3d50475cef73ba8068cc6477be5f6575f52 Author: Franz Liedke <franz@develophp.org> Date: Mon Sep 17 18:58:24 2012 +0200 Add a CONTRIBUTING.md file for GitHub. commit b1e4cf9d299377005722a23ccd874f33094493f4 Author: Franz Liedke <franz@develophp.org> Date: Mon Sep 17 18:42:25 2012 +0300 Use Request helper to determine whether we're in CLI mode. commit b30ee488d07ce72b22bfd40276164523c961a3ec Merge: 38562d50 1474491d Author: Dayle Rees <thepunkfan@gmail.com> Date: Mon Sep 17 01:52:43 2012 -0700 Merge pull request #1225 from decola977/patch-2 Update application/language/de/validation.php commit 581fcc5c47946882e560dd08c43a5005491fffe4 Author: Aaron Kuzemchak <aaron@kuzemchak.net> Date: Sat Sep 15 20:48:18 2012 -0400 Cleaner regex Signed-off-by: Aaron Kuzemchak <aaron@kuzemchak.net> commit 03acf9ca504deb0bab5ff8ca978cd45937304688 Author: Aaron Kuzemchak <aaron@kuzemchak.net> Date: Sat Sep 15 18:57:29 2012 -0400 Fixes language URI routing issue Signed-off-by: Aaron Kuzemchak <aaron@kuzemchak.net> commit 1474491d623b73fcba6ad0c46651a39aab00b3d5 Author: decola977 <decola977@googlemail.com> Date: Sat Sep 15 21:36:34 2012 +0300 Update application/language/de/validation.php commit 65d4b2448ba43fdfa61769a770786c1c47a43780 Author: Franz Liedke <franz@develophp.org> Date: Fri Sep 14 22:21:35 2012 +0300 Fix closing tag in definition list helper. commit 8fea6029692d2099a790896d91c181000d147460 Merge: a121e8f5 1ee55a3b Author: Dayle Rees <thepunkfan@gmail.com> Date: Fri Sep 14 03:30:10 2012 -0700 Merge pull request #1222 from dcelasun/patch-1 Fix a tiny typo commit 1ee55a3b38ad2bcf4dea5d2dcc4f5371c84588c2 Author: Duru Can Celasun <dcelasun@gmail.com> Date: Fri Sep 14 13:28:02 2012 +0300 Fix a tiny typo s/encourage/encouraged commit 752161cae3d16a5d0ac9c6a17083f46e1c5eafab Author: arisk <aris.karageorgos@gmail.com> Date: Fri Sep 14 16:47:55 2012 +0700 Setting the exception code in the constructor commit e541cf9ebdb470f14712382f1476a5ee3c000894 Author: arisk <aris.karageorgos@gmail.com> Date: Fri Sep 14 11:16:46 2012 +0700 Added PDO error code commit d051994e2c717d63f4af6074a94763ea5e525d30 Author: Franz Liedke <franz@develophp.org> Date: Wed Sep 12 14:56:46 2012 +0300 Fix CLI mode detection for some shared hosts. commit fedc9fc45e0629cb524a5a119fbcd62315e9d3a6 Author: Franz Liedke <franz@develophp.org> Date: Wed Sep 12 14:48:07 2012 +0300 Fix hardcoded "id" column in Eloquent auth driver. commit 5942771ce9bd69d46ce2b84ac683681c322a776e Author: Franz Liedke <franz@develophp.org> Date: Wed Sep 12 14:42:20 2012 +0300 Add documentation for definition list helper. commit c7763a23bd7f43f8837ac7077664931518ce8e3b Author: Franz Liedke <franz@develophp.org> Date: Wed Sep 12 14:40:55 2012 +0300 Add definition list helper to HTML class. commit 38562d500770f0905ac09c7863f9e292391a1b48 Merge: 705cd6a9 b63b0c08 Author: Dayle Rees <thepunkfan@gmail.com> Date: Tue Sep 11 03:20:44 2012 -0700 Merge pull request #1160 from kapv89/patch-2 Updated Paginator to fit better with bootstrap 2.1 commit 705cd6a907ee72be362ec956406b7cb1627f8b84 Merge: a5bb035e adc23dc9 Author: Dayle Rees <thepunkfan@gmail.com> Date: Tue Sep 11 01:25:41 2012 -0700 Merge pull request #1203 from xsbeats/bugfix/pluralizer_uncountable Added 'traffic' and 'chassis' as uncountable words to feed pluralizer commit b63b0c08294a00a0a9c30e3d5a0152f9e3088b05 Author: kapil verma <kapv89@gmail.com> Date: Tue Sep 11 08:09:30 2012 +0530 Updated Documentation for Bootstrap-y Pagination The Docs now show bootstrap style Pagination  commit 85cab82f37731f09f319418a0a308d2580c57a1d Author: kapil verma <kapv89@gmail.com> Date: Tue Sep 11 07:48:01 2012 +0530 Fixed 2 stupid bugs for better markup Thats it .. pulling on the docs now commit 01ba355787c7f5df9d92ca1148faa21526abb6eb Author: Bryan te Beek <bryantebeek@gmail.com> Date: Mon Sep 10 21:11:20 2012 +0200 Optimize Str-helper (see pull request #1180) Signed-off-by: Bryan te Beek <bryantebeek@gmail.com> commit adc23dc9649aa9fce523e3b7b757cff85476af06 Author: Jason Walton <jwalton512@gmail.com> Date: Mon Sep 10 11:25:08 2012 -0700 Added traffic and chassis as uncountable words to properly feed pluralizer Signed-off-by: Jason Walton <jwalton512@gmail.com> commit f02e7dc4ca0c9f3dd16c8dc49324854090d8d443 Author: Alex Andrews <a.andrews@kent.ac.uk> Date: Mon Sep 10 12:27:50 2012 +0100 Reformatted return Changed the return of the method in line with suggestions from @JoostK. commit a5bb035e4c533d9c837ba4d05f5bc25a5a54b5dd Merge: 666db871 a1c7dde0 Author: Dayle Rees <thepunkfan@gmail.com> Date: Mon Sep 10 03:37:24 2012 -0700 Merge pull request #1165 from JoostK/develop Problem with manual running of Artisan tasks commit 666db87137b5393a6426ddbd26a72578bbef285b Merge: f004ddce c8ee7ca6 Author: Dayle Rees <thepunkfan@gmail.com> Date: Mon Sep 10 03:30:32 2012 -0700 Merge pull request #1169 from mcintyre94/minor/add-touch-eloquent Added new touch function to eloquent, updates timestamps and immediately saves commit f004ddcea741b09930ebedecaf1ac9c036529525 Merge: fab4fda1 c1bcfec3 Author: Dayle Rees <thepunkfan@gmail.com> Date: Mon Sep 10 03:23:36 2012 -0700 Merge pull request #1189 from kapv89/patch-5 Turn profiler off using runtime Config commit a121e8f52078ed0c320c068835882517c3189ebe Merge: 1f005bd7 fdeb06e5 Author: Dayle Rees <thepunkfan@gmail.com> Date: Mon Sep 10 03:19:54 2012 -0700 Merge pull request #1196 from freezestart/master Fixed readme.md wrong symbol commit 4de8921f2db47c6e216abfdb563dd31581f0e59d Author: kapil verma <kapv89@gmail.com> Date: Mon Sep 10 12:02:55 2012 +0530 Fixed The $dots property So that it doesn't screw up pagination commit fab4fda1f2897ea558d7b501d657f02230c23bc2 Merge: ca942963 b438fe81 Author: Jason Lewis <jason.lewis1991@gmail.com> Date: Sun Sep 9 20:51:34 2012 -0700 Merge pull request #1200 from bryantebeek/language/nl Improved/added Dutch (nl_NL) translations commit ca942963438570df67af5163365bdea67ab620af Merge: 8004d482 f0a2ffef Author: Jason Lewis <jason.lewis1991@gmail.com> Date: Sun Sep 9 20:46:23 2012 -0700 Merge pull request #1197 from CreativityKills/bug/artisan-bundle-provider Bug/artisan bundle provider commit 147e0ec656e9aadc9683ed58a88f286224047d0c Author: JoostK <joost.koehoorn@gmail.com> Date: Mon Sep 10 00:51:02 2012 +0200 Implementation of Eloquent tests Basic Eloquent unit tests. Lacks database operations, relationship testing and some magic method calls. commit 5f99c81035523e097a54fa6290de7b233c6691c3 Author: JoostK <joost.koehoorn@gmail.com> Date: Sun Sep 9 20:52:33 2012 +0200 Fixed a problem whith `Eloquent::get_dirty` When you had a synched Eloquent model (e.g. without changed values) but one of those values is `null`, then that value would be considered as dirty. `Eloquent::changed` returns false, but the value is present in `Eloquent::get_dirty`. This fix makes sure that a `null` value in `$attributes` is only present in `get_dirty` when it wasn't at all *set* in `$original`. commit b438fe819edf12ce6a88e77387840e7528b981ea Author: Bryan te Beek <bryantebeek@gmail.com> Date: Sun Sep 9 18:05:04 2012 +0200 A few small fixes to Dutch translation (nl_NL) Signed-off-by: Bryan te Beek <bryantebeek@gmail.com> commit fde0d1128ad0827643497418ba7c5bbcda7d3acc Author: Bryan te Beek <bryantebeek@gmail.com> Date: Sun Sep 9 16:34:39 2012 +0200 Added/fixed Dutch Translation (nl_NL) Signed-off-by: Bryan te Beek <bryantebeek@gmail.com> commit aa32e4cf72304564663ed069fa60b1b74e63ec01 Author: thybag <thybag@gmail.com> Date: Sun Sep 9 14:24:52 2012 +0100 Rename static::get_encoding() method to static::encoding() to fit better with style. commit f0a2ffef2b2178a4f9e56b453397cccf924f3632 Author: Neo Ighodaro <thecreativityteam@yahoo.com> Date: Sun Sep 9 09:09:41 2012 +0100 The bundle variable is not defined anywhere in the method scope. Signed-off-by: Neo Ighodaro <thecreativityteam@yahoo.com> commit f7cdb76f36bf00f9016bc28eb19162cf71fee476 Author: Neo Ighodaro <thecreativityteam@yahoo.com> Date: Sun Sep 9 09:08:55 2012 +0100 The bundle variable is not defined anywhere in the method scope. commit 8004d48256bed763e3cdd9c60710399a3293c816 Merge: afbae103 8599d783 Author: Jason Lewis <jason.lewis1991@gmail.com> Date: Sat Sep 8 19:12:42 2012 -0700 Merge pull request #1171 from flaviozantut/ptLang Added Portuguese Language commit fdeb06e54c9c3a356760f670f98202e70269d0b7 Author: freezestart <freezestart@gmail.com> Date: Sat Sep 8 21:13:56 2012 +0800 fixed readme.md wrong symbol Signed-off-by: freezestart <freezestart@gmail.com> commit afbae103454d31928efe7645fee9107bb0bf1daa Merge: 56f665bf 8e145e6c Author: Jason Lewis <jason.lewis1991@gmail.com> Date: Fri Sep 7 23:49:11 2012 -0700 Merge pull request #1175 from franzliedke/patch-42 Fix #1140: Auth / Eloquent / Custom password getter commit 56f665bf6d46adc1ba3c0427b0c155231d8de266 Merge: 1c128131 9348046d Author: Jason Lewis <jason.lewis1991@gmail.com> Date: Fri Sep 7 23:41:08 2012 -0700 Merge pull request #1193 from franzliedke/patch-43 Delete phpunit.xml when unit testing commit 1c1281318ce82a9c8f946c9f8e68f3482170edec Merge: 96f428f8 afe44856 Author: Jason Lewis <jason.lewis1991@gmail.com> Date: Fri Sep 7 23:33:08 2012 -0700 Merge pull request #1166 from RoumenMe/translation Updated Bulgarian translation commit 9348046d0eaef216eaa7e2f2c2506c25bbad2086 Author: Franz Liedke <franz@develophp.org> Date: Fri Sep 7 14:32:37 2012 +0200 Fix dynamically generated phpunit.xml file not being deleted automatically in the test runner. commit 7e11bb74313fe6f388253b45d450390b663f39a7 Author: Franz Liedke <franz@develophp.org> Date: Fri Sep 7 14:32:12 2012 +0200 Delete phpunit.xml file. Looks like that was committed accidentally. commit e407e67559f695098fe5d1f4aa98b9b2ea15cd53 Author: Franz Liedke <franz@develophp.org> Date: Fri Sep 7 14:03:23 2012 +0200 Add documentation for date_format validation rule. commit a40aabbb05805cbbc7ea3a755f0131787b09e749 Author: Franz Liedke <franz@develophp.org> Date: Fri Sep 7 14:02:04 2012 +0200 Implement date_format validation rule. commit 49331d74e24b018fc45a310060aa063093f3a16d Author: Franz Liedke <franz@develophp.org> Date: Fri Sep 7 14:01:45 2012 +0200 Add unit tests for date_format validator rule. commit c1bcfec3d2da1c6ef27b3de685228622ef21aa51 Author: kapil verma <kapv89@gmail.com> Date: Thu Sep 6 04:42:58 2012 +0530 Turn profiler off using runtime Config just added a check in Profiler's render method to also look at Config::get('application.profiler') as laravel allows changing config during runtime. This allows turning off profiler for certain actions commit 96f428f83c88ea06163a729f3803a579e8de969b Merge: 2b1d8e6c 69ebe6d5 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Sep 5 13:11:43 2012 -0700 Merge pull request #1186 from akuzemchak/feature/json Allow Input::json() to return array instead of object commit 69ebe6d56aa53fc555145ac4717004cd2856a9da Author: Aaron Kuzemchak <aaron@kuzemchak.net> Date: Wed Sep 5 16:07:20 2012 -0400 Allow Input::json() to return array instead of object commit f55bb85c6f146a972bbdc6c9591dfefc8de2d661 Author: thybag <thybag@gmail.com> Date: Wed Sep 5 09:49:04 2012 +0100 Update to conform better with laravels coding style. commit a9be66d41a01ba09cc07e772b5ee57088a0ee1d4 Author: thybag <thybag@gmail.com> Date: Wed Sep 5 09:35:54 2012 +0100 Refactor changes into single get_encoding() method within the HTML Class (in order to remove duplication of logic). All tests continue to pass. commit 2b1d8e6c834f447ab66a8d0a3a555277da1ad833 Merge: ec13efb7 deac7b36 Author: Dayle Rees <thepunkfan@gmail.com> Date: Tue Sep 4 11:02:28 2012 -0700 Merge pull request #1179 from lollypopgr/ellang Changed the folder name from "gr" to "el" commit deac7b36a41ebe8890b4e1d5679c0a3c8f8b6570 Author: George Drakakis <lolly@lollypop.gr> Date: Tue Sep 4 20:20:08 2012 +0300 Changed the folder name from "gr" to "el" Signed-off-by: George Drakakis <lolly@lollypop.gr> commit 6e44b4080a6356fbf7c27e0d5e7acfcad5ebf577 Author: thybag <thybag@gmail.com> Date: Tue Sep 4 16:09:56 2012 +0100 Cache application.encoding within HTML class to avoid unnecessary calls to Config::get(); Calling the "Config::get('application.encoding')" is expensive and within a large form (using the form builder) having it requested multiple times can result in a significant performance drag. Caching this value reduced calls to Config:get within our project from 1200+ to 125. All core tests appear to pass with this change in place. commit 8e145e6c118d5416c95b0d1391a0c9cc0b0e1f18 Author: Franz Liedke <franz@develophp.org> Date: Tue Sep 4 16:36:17 2012 +0300 Make Eloquent auth driver respect a model's custom password getter. This fixes #1140. commit 8599d7833859a0ca4af14c505e7465d368428b57 Author: flaviozantut <webmaster@flaviozantut.com> Date: Mon Sep 3 20:27:56 2012 -0300 Added Portuguese Language commit 05552f2c617550563a40a58b9b4dcfb4b10dae21 Author: flaviozantut <webmaster@flaviozantut.com> Date: Mon Sep 3 19:49:32 2012 -0300 Added Portuguese Language commit c8ee7ca6148942be2ccff7e26518721425f80247 Author: Callum McIntyre <mcintyre1994@gmail.com> Date: Mon Sep 3 23:23:36 2012 +0100 Added documentation regarding the newly public timestamp() function Signed-off-by: Callum McIntyre <mcintyre1994@gmail.com> commit 2773e317eaa178114ddf9f9ac72000533d79237c Author: kapil verma <kapv89@gmail.com> Date: Tue Sep 4 02:54:21 2012 +0530 Removed a Useless if conditional from bind method commit 0161273010fd5217d0f0b2e1ee03066d2204fcb8 Author: Callum McIntyre <mcintyre1994@gmail.com> Date: Mon Sep 3 22:23:58 2012 +0100 Added documentation for the touch() function Signed-off-by: Callum McIntyre <mcintyre1994@gmail.com> commit a56f0b2fb365cda5303cb2db751ba727592d9a98 Merge: abd30eb3 ec13efb7 Author: Franz Liedke <franz@develophp.org> Date: Mon Sep 3 23:14:52 2012 +0200 Merge branch 'develop' of https://github.com/laravel/laravel into develop commit 55ad4e9a6db745581d99506e0b9d1438b934be3d Author: kapil verma <kapv89@gmail.com> Date: Tue Sep 4 02:40:28 2012 +0530 Added a method to fluently set belongs-to relation This method spun off from a discussion in IRC. What this enables is this: $user->comments()->insert($comment_data)->article()->bind($article->id) commit 6b73974505557c9663f9f6cbc00793d3225c9d20 Author: Callum McIntyre <mcintyre1994@gmail.com> Date: Mon Sep 3 21:44:16 2012 +0100 Added new touch function to eloquent, updates timestamps and immediately saves Signed-off-by: Callum McIntyre <mcintyre1994@gmail.com> commit afe4485641b7c4baeb43dd7e3a355533fba0448d Author: Roumen Damianoff <roumen@dawebs.com> Date: Mon Sep 3 18:49:38 2012 +0300 Bulgarian translation for array validator messages. commit a1c7dde08bf60dcd916d529bcc315234e676d844 Author: Joost Koehoorn <joost.koehoorn@gmail.com> Date: Mon Sep 3 16:42:14 2012 +0300 Fixed problem with manual running of Artisan tasks When running an Artisan task from within your application using `Command::run`, it fails when the same task is ran more than once. Every time the task is resolved, its file is included using `require` leading to duplicate class definitions. By using `require_once` this problem is avoided. commit ec13efb743157e9b8116bc51261fb249bd476c0e Merge: 07bec5c0 163f3907 Author: Dayle Rees <thepunkfan@gmail.com> Date: Mon Sep 3 04:08:22 2012 -0700 Merge pull request #1164 from lollypopgr/grlang Added Greek Language commit 163f39075db7dde53dd4f8fb5c60cb111c2c9fde Author: George Drakakis <lolly@lollypop.gr> Date: Mon Sep 3 13:59:49 2012 +0300 Added Greek Language Signed-off-by: George Drakakis <lolly@lollypop.gr> commit 2a5d7c3080901b30e37898e79e5df94d290ac11c Author: kapil verma <kapv89@gmail.com> Date: Sun Sep 2 12:27:06 2012 +0530 Fixed the use of 5.4 array syntax in one place SO that things dont break for 5.3 peeps commit 07bec5c043a0506b838257ccaf8667b9cbf6c59c Merge: 8afab342 1f005bd7 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Sep 1 22:16:46 2012 -0500 Merge branch 'master' into staging commit 1f005bd7e5f737c23f52afd48dc9b2974d1261ea Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Sep 1 22:16:30 2012 -0500 Remove notification from travis file. commit 8afab342c6fc0a26aeb04d0984f2e326e7fd94b5 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Sep 1 22:09:47 2012 -0500 Incrementing version and updating change log. commit 4e21cfce39f8e86d78d69ed437fd1493fbe3cc26 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Sep 1 22:07:01 2012 -0500 Fixing a double slash bug in URL generation with languages. add tests. commit 8a9acbccf01efa342f4c9962b169e6f7ef839bbd Merge: 1b475d8f cfe5fa10 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Sep 1 21:50:41 2012 -0500 Merge branch 'staging' commit cfe5fa109a1b0073b2859154168c90658c859c24 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Sep 1 21:50:14 2012 -0500 Add fix to change log. commit 2e01c58f92761ac24f9feb759d6f46c539984668 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Sep 1 21:48:37 2012 -0500 Fix error handling. commit b061b9b21c6e7fc4c2a810de44e36f11fc873045 Merge: 852b10e8 e11d13ae Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Sep 1 18:05:29 2012 -0700 Merge pull request #1150 from franzliedke/patch-40 Get rid of duplicate code for DROP TABLE in schema grammars. commit 852b10e836dcdf6992eeab6187b3a5b76c4a7b0c Merge: db48fa41 e46f07d4 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Sep 1 18:02:41 2012 -0700 Merge pull request #1143 from franzliedke/patch-38 Fix insert() method for related models. commit 1b475d8f9c90c2f4345fb16d2cc390184f972ed1 Merge: 50b10fca c44e69bf Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Sep 1 18:01:20 2012 -0700 Merge pull request #1142 from HendrikJan/master Improved code examples for inserting related models commit 50b10fca95e46730e15b81cdb80c5d43ce98096f Merge: c17c872b 20c696d4 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Sep 1 17:56:31 2012 -0700 Merge pull request #1132 from cmenke/master Add Routing Wildcard '(:all)' to Documentation commit c17c872b6a8961f7c6056917f085dc265ef3a64c Merge: e8046847 be7544b6 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Sep 1 17:53:14 2012 -0700 Merge pull request #1123 from daris/patch-1 Update laravel/documentation/database/fluent.md commit db48fa4140d1e68814944d13ed98230b9b565368 Merge: c974052c dcfd1257 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Sep 1 17:52:53 2012 -0700 Merge pull request #1121 from mcintyre94/minor/unprotect-eloquent-timestamps Minor/unprotect eloquent timestamps commit c974052c13e5fdfdb16ff900818c102983692c4f Merge: 5e11cb91 aca179cb Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Sep 1 17:50:46 2012 -0700 Merge pull request #1115 from HiroKws/delete-top-anchor/doc-session.config Deleted an anchor of top of line. Defined "config", but it was reffered ... commit 5e11cb91ed506fbb908c4c78e05d6067f61a3d52 Merge: b3319f5d 973551cd Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Sep 1 17:50:04 2012 -0700 Merge pull request #1112 from HiroKws/fix-markdown/git-docs Change some Markdown to fit other md files' format. commit b3319f5d36f1397650771d9a32b1dabd56ab9030 Merge: 175683f9 228f5722 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Sep 1 17:47:45 2012 -0700 Merge pull request #1051 from franzliedke/patch-30 [Session] Trigger garbage collection (sweep) manually commit 175683f9cc43194bdae1fb995d26788bae3dc080 Merge: 4db08087 41e3c95e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Sep 1 17:44:15 2012 -0700 Merge pull request #1092 from franzliedke/patch-34 German translation for array validator messages commit 4db08087f773ef5a7a4adce63cc02df483499e70 Merge: 4a609815 e3a000af Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Sep 1 17:41:49 2012 -0700 Merge pull request #1089 from kbanman/fix-query-lists Fix Query::lists() for empty resultsets commit 4a60981582cdfcd2a8d9776edc0412223be4267f Merge: 017c65c0 d31f89d4 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Sep 1 17:40:14 2012 -0700 Merge pull request #1084 from joecwallace/pivot_fix Fixing a bug with saving data to pivot table commit 017c65c0bc6235a23076acb4cf56fc6ac9bdcabd Merge: 22962fce 31c730c9 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Sep 1 17:35:34 2012 -0700 Merge pull request #1056 from Jakobud/bug/form/buttons/defaultValues Fixed Exception thrown when passing null $value to Form::submit(), Form::reset(), Form::button() commit 22962fce4a8464cfdb8a1a9e16848c02c9c30491 Merge: 0a908eff 761186a6 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Sep 1 17:29:41 2012 -0700 Merge pull request #1041 from Jakobud/feature/docs/templating Reorg and Additions and Improvements to Templating Documentation commit 0a908eff8df84f4a7ebe7fe8f4fbf2ac69d32a9c Merge: 8e8ef861 f408fcc2 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Sep 1 17:26:35 2012 -0700 Merge pull request #1014 from jasonlewis/feature/root-bundles Allow bundles to respond to root requests. commit 8e8ef861b65bc78a1822cd18777baab0c1b9a9d2 Merge: 5b14091e 43331818 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Sep 1 17:25:40 2012 -0700 Merge pull request #1013 from Jakobud/bug/artisan-task-route Artisan route task was ignoring the specified route commit 5b14091e3f18eba890e53b1949ae0c530acf5d72 Merge: 46f68ab7 0f5de55d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Sep 1 16:58:57 2012 -0700 Merge pull request #858 from franzliedke/patch-14 [Auth] Eloquent driver does now allow login via object commit 46f68ab78c103a4cb50b2f16a3ef34406719e93a Merge: 8f8fa097 19a3e9dc Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Sep 1 16:52:36 2012 -0700 Merge pull request #813 from anaxamaxan/patch-3 Allow Model instance or id for first argument in Has_Many_And_Belongs_To::attach() commit 8f8fa097084866e67e3dc036befb4e11df7c5406 Merge: c7679baf e9e8a5b3 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Sep 1 16:51:39 2012 -0700 Merge pull request #811 from xsbeats/feature/str_limit_exact Feature: Str::limit_exact limits a string including its custom ending to a specified length commit c7679bafe047627abfdb661f10287292cf335dce Merge: c785067e db351fed Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Sep 1 16:45:50 2012 -0700 Merge pull request #770 from abigwonderful/develop added dblib option to sqlsrv connector class /sam fitz (abigwonderful) commit f97fb3a457240718b0a4c43c5e137da35b0a1d87 Author: kapil verma <kapv89@gmail.com> Date: Sat Sep 1 19:00:47 2012 +0530 Updated Paginator to fit better with bootstrap 2.1 The Paginator Renders a list of links compatible with bootstrap 2.1 standards ... so the irritating bug that used to be there on active and disabled pages is gone commit c785067e95e5fd9c97934e01b3ca9a70bf7cf009 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Aug 29 14:45:22 2012 -0500 Increment version and change log. commit f34063c5175cef6909825a74cacded3b9398db91 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Aug 29 14:44:16 2012 -0500 Fix bug in Eloquent to_array method. commit e8046847c4774788e88d0fca87d56a8b9fa9ba99 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Aug 28 23:58:52 2012 -0500 fix tests. commit 928ce7c0376e65aa7829b96479ff33f4fb6d5793 Merge: dd013083 9b902427 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Aug 28 23:56:42 2012 -0500 Merge branch 'staging' commit 9b902427fd983302139c4ec1e9140c52be5fc83d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Aug 28 23:55:04 2012 -0500 Updating version. commit 9484db18ced4f11034e4ca3828e0b047ee177520 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Aug 28 23:52:15 2012 -0500 Revert Blade back to 3.2.3 due to regression with layouts. commit e11d13ae3154925c77a42c65a822da22d7d81f95 Author: Franz Liedke <franz@develophp.org> Date: Mon Aug 27 15:09:11 2012 +0200 Get rid of duplicate code for DROP TABLE in schema grammars. commit e46f07d4365222b04fd654cada7a1940fc2ec4fd Author: Franz Liedke <franz@develophp.org> Date: Mon Aug 27 13:46:32 2012 +0300 Fix method signature and return values of insert() method. commit dd013083151343074f428d565744e6dd66eb4bdd Merge: 7fa54c2e 5359085e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Aug 26 19:28:56 2012 -0700 Merge pull request #1098 from franzliedke/patch-35 [Docs] Fix contribution page links commit 7fa54c2ed9a5c4859f2e87808e3adbfcb375c916 Merge: 833cf12c 385b776b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Aug 26 19:28:30 2012 -0700 Merge pull request #1100 from franzliedke/patch-36 [Docs] Pull request guidelines commit b86b8ffed12a2b5dfcdf6444e2a7e3eea9a7cbc1 Merge: 84bf7d66 359ee49f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Aug 26 19:26:46 2012 -0700 Merge pull request #1113 from HiroKws/markdown-fix/doc-change Added ## Laravel 3.2.5, and changed 'Upgrading From ...' to <h3> commit aa341357ece9eb65ffef75f890656e9a2db50592 Author: Franz Liedke <franz@develophp.org> Date: Sun Aug 26 01:10:31 2012 +0300 Fix insert() method for related models. commit c44e69bf80dd3c6b31f2055c5d21afe017cab9d7 Author: H.J. van Meerveld <haaiee(a)gmail.com> Date: Sat Aug 25 22:09:20 2012 +0200 improved code to insert related models commit 20c696d4ae3da4624bf10f0f6d40bf4eeae46401 Author: Christoph Menke <social@cmenke.me> Date: Tue Aug 21 17:08:21 2012 +0200 Added Routing Wildcard '(:all)' to Documentation commit 84bf7d662a849097b9fe617e06333c9e5ee15f31 Merge: f31c6dc3 967d9898 Author: Dayle Rees <thepunkfan@gmail.com> Date: Tue Aug 21 06:54:33 2012 -0700 Merge pull request #1128 from tobsn/patch-14 added unsigned() description commit 967d9898ae6448a24c773db876c95b7fd60783cf Author: Tobsn <orterer@gmail.com> Date: Tue Aug 21 14:11:25 2012 +0200 dann typo i had one job… commit fa0fcff34657e8a354bec6c872c0448a04b260bb Author: Tobsn <orterer@gmail.com> Date: Tue Aug 21 14:09:41 2012 +0200 added unsigned() description was missing… commit 833cf12ce3b212a061b87db4c79be3be94df107f Merge: 12034734 5c66ca9d Author: Dayle Rees <thepunkfan@gmail.com> Date: Tue Aug 21 02:41:50 2012 -0700 Merge pull request #1119 from thomiweb/master Danish translation of pagination and validation commit f31c6dc3135d3669b4112d2c22e04b4929d7c822 Merge: 926cdaa7 161ae3f6 Author: Dayle Rees <thepunkfan@gmail.com> Date: Tue Aug 21 02:00:33 2012 -0700 Merge pull request #1127 from tobsn/patch-13 Docu on how to ensure foreign() works commit 161ae3f6e6758fa249fe022fca4059176042b478 Author: Tobsn <orterer@gmail.com> Date: Tue Aug 21 00:12:29 2012 +0200 Docu on how to ensure foreign() works tons of people are doing it wrong every day - this should fix it or at least can be used as reference. commit 546c96261254373b7b366ce294aeba56636611c6 Author: Tobsn <orterer@gmail.com> Date: Tue Aug 21 00:10:03 2012 +0200 Revert "Docu on how to ensure foreign() works" This reverts commit b92f5bc854267fedf918f1923a4b7d2d1192bfba. commit b92f5bc854267fedf918f1923a4b7d2d1192bfba Author: Tobsn <orterer@gmail.com> Date: Tue Aug 21 00:09:01 2012 +0200 Docu on how to ensure foreign() works tons of people are doing it wrong every day - this should fix it or at least can be used as reference. commit 926cdaa7f5c71f09e53a5135fd95994600d819de Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 20 10:46:23 2012 -0500 reimplement locale uri slugs. commit be7544b67af20f2bf27c4f6913212e1556958835 Author: daris <daris91@gmail.com> Date: Sun Aug 19 19:05:45 2012 +0300 Update laravel/documentation/database/fluent.md Missing comma commit dcfd1257c532f81a71e7093e1e184a91ac2ac534 Merge: f8fdcd89 63fe95da Author: Callum McIntyre <mcintyre1994@gmail.com> Date: Sun Aug 19 15:18:00 2012 +0100 Changed timestamp function in eloquent/model.php to public commit f8fdcd894a1498025c0dca94485c11489cf6d51e Author: Callum McIntyre <mcintyre1994@gmail.com> Date: Sun Aug 19 14:50:05 2012 +0100 Changed timestamp function in eloquent/model.php to public commit 63fe95dadc3880839a139e0dc50ba749ae01d640 Author: Callum McIntyre <mcintyre1994@gmail.com> Date: Sun Aug 19 14:50:05 2012 +0100 Changed timestamp function in database/eloquent/model.php from protected to public. Allows eloquent model timestamps to be updated without actually changing any data. git push fork minor/unprotect-eloquent-timestamps git status git Signed-off-by: Callum McIntyre <mcintyre1994@gmail.com> commit 5c66ca9db793ed544749e504a845bed0664834df Author: Thomas Kjærgaard <eclipze89@gmail.com> Date: Sun Aug 19 13:02:25 2012 +0200 Added Danish translations to pagination and validation commit aca179cb953914b4a4e1d2df2240314f903ab3b3 Author: Hirohisa Kawase <hiro.soft@gmail.com> Date: Sat Aug 18 21:57:54 2012 +0900 Deleted an anchor of top of line. Defined "config", but it was reffered from no where. So, keep code simple. Signed-off-by:Hirohisa Kawase <hiro.soft@gmail.com> commit 359ee49f3773f29ef39b6402ca9777ff95e75b8a Author: Hirohisa Kawase <hiro.soft@gmail.com> Date: Sat Aug 18 20:40:56 2012 +0900 Added ## Laravel 3.2.5, and changed 'Upgrading From ...' to <h3> Signed-off-by:Hirohisa Kawase <hiro.soft@gmail.com> commit 973551cd8d65b16ea88e09150b18885294ff44fa Author: Hirohisa Kawase <hiro@linux-eejv.(none)> Date: Sat Aug 18 19:46:23 2012 +0900 Change some Markdown to fit other md files' format. Signed-off-by: Hirohisa Kawase <hiro@linux-eejv.(none)> commit 7298c93be106700656fe2945f282c4e2cfa31ef9 Merge: 12034734 7193f292 Author: Dayle Rees <thepunkfan@gmail.com> Date: Fri Aug 17 13:28:28 2012 -0700 Merge pull request #1109 from JesseObrien/feature/profiler-timers Added profile timers commit 7193f292406b95301750a93f9773eb6eb86338ac Author: Jesse O'Brien <jesse@jesse-obrien.ca> Date: Fri Aug 17 16:22:12 2012 -0400 Added profile timers Track the running time of a function Profiler::time(function(){}); Profiler::time(function(){}, 'name'); Track a stopwatch style timer throughout your app Profiler::tick('name'); Profiler::tick('name', function($timer){}); commit 1203473469b1fad5e803182bfb3350c28649963f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Aug 17 09:18:16 2012 -0500 revert eloquent back to 3.2.3 commit e8119f810981b47fddfa7717e68018f9b530967d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Aug 17 09:04:17 2012 -0500 increment version. commit 1e20052b084c25a1eebaef9a0002332fe8cf7808 Merge: 722de55e 4d140526 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Aug 17 09:03:56 2012 -0500 Merge branch 'staging' commit 4d1405269cb88c8f8d0353665884f35f6b989229 Merge: 43614cfe 9718d5cd Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Aug 17 09:02:51 2012 -0500 Merge branch 'develop' into staging commit 9718d5cd0de681c75a667efaa4076cbaab035380 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Aug 17 09:02:32 2012 -0500 fix nested queries. commit 722de55eebf4872f617e1a250032efc138d7bfee Merge: 64605f22 6c9d903e Author: Dayle Rees <thepunkfan@gmail.com> Date: Thu Aug 16 14:29:30 2012 -0700 Merge pull request #1105 from spencerdeinum/master Add Command::run() to artisan documentation. commit 6c9d903e584f9b3a09c01d8c96bcc33015286efb Author: Spencer Deinum <spencerdeinum@gmail.com> Date: Thu Aug 16 17:18:50 2012 -0400 Added Command::run() to the documentation for artisan tasks. Signed-off-by: Spencer Deinum <spencerdeinum@gmail.com> commit 385b776ba812c991678c85d6931833885b62c1d4 Author: Franz Liedke <franz@develophp.org> Date: Wed Aug 15 11:47:27 2012 -0400 Docs: Finish section on pull request guidelines. commit f80d694a9500821ad9b1f5ee2f70ba7865a230bb Author: Franz Liedke <franz@develophp.org> Date: Wed Aug 15 10:47:51 2012 -0400 Contrib docs: add section stub about pull requests. commit 67464cb0f80d73fb29e47a05f7f14baa39cb1df8 Author: Franz Liedke <franz@develophp.org> Date: Wed Aug 15 10:45:37 2012 -0400 Fix typo in Github page table of contents. commit 1c7297dc028a6f8d75c109a2321b1879e6bfb367 Author: Franz Liedke <franz@develophp.org> Date: Wed Aug 15 17:33:22 2012 +0300 Contrib docs: Remove pointless staging branch info. commit 5359085eda700e106d8e076cbb7b819c912ee372 Author: Franz Liedke <franz@develophp.org> Date: Wed Aug 15 17:27:50 2012 +0300 Fix contribution page links in documentation. commit abd30eb3388fc566feea97e3ec8052049f6e7c3e Author: Franz Liedke <franz@develophp.org> Date: Wed Aug 15 17:26:33 2012 +0300 Fix contribution page links in documentation. commit 97761f08f16b469fe4af7c2efdaef7542e3fc32a Author: Dayle Rees <thepunkfan@gmail.com> Date: Tue Aug 14 12:04:49 2012 +0200 missing a from attribute commit 8dbe2d1a9a16ab59a8163ae4d25a4c212e2632eb Merge: feb651f6 7f0d709b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 13 12:17:35 2012 -0700 Merge pull request #681 from bencorlett/develop Added Output Buffering commit 64605f2223543e8b71be7b116e3695104c63b1fa Merge: a95b5eb4 276f96ae Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 13 12:16:08 2012 -0700 Merge pull request #706 from Vespakoen/patch-1 (profiler doesn't show up) laravel.done event doesn't get fired for php-fcgi users commit feb651f6307c8d76d8b9e2b8640423a9fd52db93 Merge: fdac5e84 1b2ab309 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 13 12:13:58 2012 -0700 Merge pull request #670 from kbanman/hmvc-fix Add support for non-string parameters in controller routes commit fdac5e843f49cf7d82206fc46c7bffb47e1fc538 Merge: a7c2c254 52437578 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 13 12:08:50 2012 -0700 Merge pull request #636 from ProgerXP/patch-bexpand Branch::expand() commit 41e3c95ed6d190a709184779eeb16b2246e0ddd1 Author: Franz Liedke <franz@develophp.org> Date: Mon Aug 13 19:03:59 2012 +0300 Add German translations for new array validator. commit a7c2c2544eda52342c77fa158554826843f587f7 Merge: 4b8ba992 43c3c2de Author: Dayle Rees <thepunkfan@gmail.com> Date: Sun Aug 12 12:50:10 2012 -0700 Merge pull request #1053 from tobsn/patch-12 added array and array count validation for multi-select input commit 4b8ba99211f8c8714980f61835b3c33cca70d96c Merge: e0338f36 5716b4da Author: Dayle Rees <thepunkfan@gmail.com> Date: Sun Aug 12 12:43:15 2012 -0700 Merge pull request #1043 from tobsn/patch-10 type boolean is tinyint(1) commit e0338f3671ee5c784d264c39c7c167c986b038f5 Merge: 1bd157d0 a28698ed Author: Dayle Rees <thepunkfan@gmail.com> Date: Sun Aug 12 16:19:13 2012 +0100 Merge branch 'core-tests' of https://github.com/franzliedke/laravel into develop commit e3a000af4100a0f8614dc75cd08e7de06c041b0f Author: Kelly Banman <kelly.banman@gmail.com> Date: Sat Aug 11 15:52:58 2012 -0700 Fix Query::lists() for empty resultsets commit 1bd157d0a6916b75b8da9d1106ef31b356f41204 Author: Jason Lewis <jason.lewis1991@gmail.com> Date: Sun Aug 12 02:48:55 2012 +0930 Added in develop changes. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> commit 4d0f95598c82043732c2ab8a1284b62b2919643b Merge: f6855971 0d718bbf Author: Jason Lewis <jason.lewis1991@gmail.com> Date: Sat Aug 11 10:10:08 2012 -0700 Merge pull request #1079 from sineld/develop Added Turkish language files. commit f68559718044ab52d798860f9c845196834ee998 Author: Jason Lewis <jason.lewis1991@gmail.com> Date: Sun Aug 12 02:16:11 2012 +0930 Defer URI language support to L4. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> commit a95b5eb4b9a6a3f6f6bcee28f20979f663963ef6 Author: Jason Lewis <jason.lewis1991@gmail.com> Date: Sun Aug 12 02:15:52 2012 +0930 Defer URI language support to L4. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> commit 694f696cb6ddd9355f8a9908e88638e55dbaa59b Merge: 4d25f50f f0e261c8 Author: Jason Lewis <jason.lewis1991@gmail.com> Date: Sat Aug 11 09:20:50 2012 -0700 Merge pull request #1063 from stayallive/develop Changed jQuery '$' to 'jQuery' in the Profiler commit 43614cfeb9b6103faed852d39f729988c96745fb Merge: 749948bc 4d25f50f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Aug 9 22:50:22 2012 -0500 Merge branch 'develop' of github.com:laravel/laravel into develop commit 749948bc9d4c5f84d7c5e3ff5443efc823168615 Merge: 7dae4827 b5e81cb3 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Aug 9 22:49:36 2012 -0500 fix conflicts. commit 7dae482708b01f2de45d3b015847e7d5e778de7d Merge: d667a15e 343d1327 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Aug 9 22:47:17 2012 -0500 Merge branch 'develop' into staging commit 4d25f50f4ba91c68ce3c10bba465af56db498fb3 Merge: 29a4ac27 c667788b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Aug 9 20:45:11 2012 -0700 Merge pull request #1016 from purwandi/develop Add decimal schema on docs commit 29a4ac270132b7c966cf915e3b021b532ac3b2f7 Merge: 343d1327 727afc1b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Aug 9 20:44:15 2012 -0700 Merge pull request #1049 from Apathetic012/develop fix namespace issue on exception commit 343d1327374b35c5a6e122c4ebc0f777eabdcd43 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Aug 9 22:42:35 2012 -0500 tweak change log. commit 79f92e57dfa6b0c49b92c310432080ad5ca51c2c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Aug 9 22:42:03 2012 -0500 defer language support in URIs to version 4. commit d31f89d42f716b08b3fd3369d7b5d53aefcaca2d Author: Joe Wallace <joe.c.wallace@gmail.com> Date: Thu Aug 9 22:10:49 2012 -0500 Fixing a bug with saving data to pivot table commit b5e81cb33ccda07e754cca057651da4b29915ae4 Merge: ebec6ba8 e5dc1084 Author: Dayle Rees <thepunkfan@gmail.com> Date: Thu Aug 9 13:23:33 2012 -0700 Merge pull request #1083 from spencerdeinum/master Input documentation fix. commit e5dc10840ad0a05d4b6bc9ce73737d00c2052bc0 Author: Spencer Deinum <spencerdeinum@gmail.com> Date: Thu Aug 9 15:44:34 2012 -0400 Fix documentation error in input.md Documentation says "Replacing the entire input" but calls Input::merge() instead of Input::replace(). Signed-off-by: Spencer Deinum <spencerdeinum@gmail.com> commit f5123f935a308d6b865a4765a7d5792ad4909ad6 Merge: 86b0ac0d 690e8572 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Aug 9 10:02:21 2012 -0700 Merge pull request #1052 from sergiigrebeniuk/hotfix-phpdoc phpdoc fixes commit 0d718bbf30fd96c92163883d06552eed97180f44 Author: Sinan Eldem <sinan@sinaneldem.com.tr> Date: Wed Aug 8 11:36:28 2012 +0300 Added Turkish language files. Signed-off-by: Sinan Eldem <sinan@sinaneldem.com.tr> commit ebec6ba8e01a9dbb20336c6578cbe610ad412aa4 Merge: f9697763 8227784e Author: Phill Sparks <me@phills.me.uk> Date: Tue Aug 7 14:56:44 2012 -0700 Merge pull request #1077 from aebersold/master Fix Documentation Error in html.md commit 8227784e114df03c92a5708bdafe8f7e0fb4904b Author: Simon Aebersold <simon.aebersold@goldinteractive.ch> Date: Tue Aug 7 17:24:02 2012 +0200 Documentation Error, see /laravel/html.php line 225 for reference commit 86b0ac0dff18f0875ead95cd91843b2931029acd Merge: bc34498a 93f57859 Author: Phill Sparks <me@phills.me.uk> Date: Tue Aug 7 06:17:08 2012 -0700 Merge pull request #1064 from jwpage/bug/fix_index_path Update path to index view file. commit 43c3c2de6840d4face81c97ec142c9121e13c283 Author: Tobsn <orterer@gmail.com> Date: Mon Aug 6 03:10:39 2012 +0200 fixes from testing - all tested now - ready for merge into staging :P commit 93f5785911158bbeb43da590c062239034aded53 Author: Johnson Page <jwpage@gmail.com> Date: Sun Aug 5 07:51:09 2012 +1000 Update path to index view file. Signed-off-by: Johnson Page <jwpage@gmail.com> commit f0e261c87fbe8f9832de16a4b5af199c2b20e1f1 Author: Alex Bouma <info@alboweb.nl> Date: Sun Aug 5 00:34:54 2012 +0300 Changed jQuery '$' to 'jQuery' in the Profiler Changed the '$' to 'jQuery' in profiler.js because it conflicts with libs like 'prototype.js'. I did not use '.noConflict()' because of the people that do use the '$'. Signed-off-by: Alex Bouma <info@alboweb.nl> commit 31c730c9138fc4ead3b1644dbafc416e9ea77d9a Author: Jakobud <jake.e.wilson@gmail.com> Date: Fri Aug 3 10:47:34 2012 -0600 Passing a null $value to Form::submit(), Form::reset() or Form::button() was throwing an Exception. I made the default $value = null for those methods. They result in the following respective valid HTML: <input type='submit'/> <input type='reset'/> <button></button> Signed-off-by: Jakobud <jake.e.wilson@gmail.com> commit bf07de7d5e858f401e156bcaa60a159c4052d8e0 Author: Tobsn <orterer@gmail.com> Date: Fri Aug 3 17:27:29 2012 +0200 added array and array count validation added validate_array/count/countmin/countmax/countbetween - corresponding replace_count/countmin/countmax/countbetween message functions - corresponding validator error messages into all language files (please have maintainers update their language files) - also converted spaces to tabs in the polish language file to fit all the others. commit 690e8572aa40edf6a813984b79fe11e9a9857d09 Author: Sergii Grebeniuk <grebenjuk.s@gmail.com> Date: Fri Aug 3 18:17:48 2012 +0300 phpdoc fixes commit 228f57226b5b6533ae0424e5c9bc60591855a997 Author: Franz Liedke <franz@develophp.org> Date: Fri Aug 3 18:09:37 2012 +0300 Extract sweep method in Session payload class. This allows for manually triggering garbage collection in session drivers. commit bc34498a7c5f53f026ac7358005756e2d8ac7ff6 Merge: 7256dc2a e86cd79b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Aug 3 07:44:04 2012 -0700 Merge pull request #1045 from franzliedke/patch-29 Simplify extending the database session driver commit 727afc1bfa4f4eb0033a5705895bc39309e2f63d Author: apathetic012 <apathetic012@gmail.com> Date: Fri Aug 3 10:01:16 2012 +0800 fix namespace issue on exception Signed-off-by: apathetic012 <apathetic012@gmail.com> commit e86cd79b11a302928a8b89ee6f4403c3d45835af Author: Franz Liedke <franz@develophp.org> Date: Thu Aug 2 18:50:44 2012 +0300 Make database connection protected in session driver. commit 5716b4da407be93288c342b771f8121f5e032496 Author: Tobsn <orterer@gmail.com> Date: Thu Aug 2 00:54:30 2012 +0200 type boolean is tinyint(1) switched from default "tinyint" which creates a tinyint(4) to the standard mysql boolean type "tinyint(1)" commit d667a15e059a6fdad739edceaccae3595551d55c Merge: 0fa3650f 7256dc2a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Aug 1 13:46:06 2012 -0500 Merge branch 'develop' into staging commit a28698ed367b0ad38516bb4d238b94cbd452469a Merge: 08fce4fb d816eb9e Author: Franz Liedke <franz@develophp.org> Date: Wed Aug 1 06:33:26 2012 -0700 Merge pull request #1 from crynobone/core-tests Refix unit testing for Laravel commit d816eb9ef31d3690f57b96e1571b60aaea85fe81 Author: crynobone <crynobone@gmail.com> Date: Wed Aug 1 06:34:44 2012 +0800 Refix unit testing for Laravel Signed-off-by: crynobone <crynobone@gmail.com> commit 761186a67641ee047d33107760481703095f48c6 Author: Jakobud <jake.e.wilson@gmail.com> Date: Tue Jul 31 12:00:47 2012 -0600 Reorganized Control Structure section. Added Control Structure to TOC. Added in missing @elseif example. Move the Blade Comments to more appropriate section. Simplified Blade Comments examples. Minor changes to @parent example. Signed-off-by: Jakobud <jake.e.wilson@gmail.com> commit 7256dc2a65b31f2b735aa3f99ca946d87d7a6e01 Merge: 06ac3274 5eef0023 Author: Dayle Rees <thepunkfan@gmail.com> Date: Tue Jul 31 09:11:12 2012 -0700 Merge pull request #1024 from Apathetic012/develop add output of File::mime() example commit 06ac3274e5a82c87e00d064d90fc78209732d4f6 Merge: 0556ef35 cbff59b5 Author: Dayle Rees <thepunkfan@gmail.com> Date: Tue Jul 31 09:08:20 2012 -0700 Merge pull request #917 from HiroKws/japanese-language Japanese language commit 0556ef35cea24c219d431d6f3c8a77e0f867b337 Merge: 30175c2a dab2c792 Author: Dayle Rees <thepunkfan@gmail.com> Date: Tue Jul 31 16:55:50 2012 +0100 Merge branch 'develop' of github.com:laravel/laravel into develop commit 30175c2a52c7257000da1097bead94551de39029 Merge: 2611c1f2 8a34aa50 Author: Dayle Rees <thepunkfan@gmail.com> Date: Tue Jul 31 16:55:02 2012 +0100 fixing merge issues for comment tweaks commit dab2c79298dfe30941cb7280051fcda758e296e5 Merge: a0fd22f6 37dbeef2 Author: Dayle Rees <thepunkfan@gmail.com> Date: Tue Jul 31 08:46:43 2012 -0700 Merge pull request #933 from franzliedke/patch-22 Request::time() commit a0fd22f6f1c4f00d1aaf7968b28d2fb7c7262acb Merge: 01f83234 f2e915f1 Author: Dayle Rees <thepunkfan@gmail.com> Date: Tue Jul 31 08:42:47 2012 -0700 Merge pull request #772 from loic-sharma/patch-3 Fixed bug where the profiler did not correctly put quotes around bindings commit 01f83234208b9116b45b292e2b8ff2e174454449 Merge: 2611c1f2 4d44df48 Author: Dayle Rees <thepunkfan@gmail.com> Date: Tue Jul 31 08:39:24 2012 -0700 Merge pull request #945 from cviebrock/html-link Allow second param of HTML::link* methods to be null commit 2611c1f27afb0632f6c282fa74e600bf90b1cc2b Merge: 9ea50183 75033f62 Author: Dayle Rees <thepunkfan@gmail.com> Date: Tue Jul 31 14:42:23 2012 +0100 fixing merge issue for blade comments pull commit 9ea50183727d2098e2e5e3acb6f593c3a36e284b Merge: 9d9d1d01 4b97c28c Author: Dayle Rees <thepunkfan@gmail.com> Date: Tue Jul 31 14:37:07 2012 +0100 Merge branch 'develop' of github.com:laravel/laravel into develop commit 9d9d1d010c5178fcc578f916ddb2187022189a14 Merge: 3a471de7 2c7bf657 Author: Dayle Rees <thepunkfan@gmail.com> Date: Tue Jul 31 14:36:44 2012 +0100 fixing merge for contribution docs commit 4b97c28c6b759bd97b4e62362ccd4c60a51ab53d Merge: 184cc090 a8b5231e Author: Dayle Rees <thepunkfan@gmail.com> Date: Tue Jul 31 06:33:27 2012 -0700 Merge pull request #860 from stevefrost/develop Updated the helper method dd() commit 184cc090bc76b32c0c212de11fdcbaed02227e07 Merge: 3a471de7 c7890bcd Author: Dayle Rees <thepunkfan@gmail.com> Date: Tue Jul 31 02:16:36 2012 -0700 Merge pull request #1026 from jbruni/patch-1 Update laravel/documentation/controllers.md commit 3a471de777f984b8d19fe1a15e346c639ace0a12 Merge: 3d660112 3ccc37bd Author: Dayle Rees <thepunkfan@gmail.com> Date: Tue Jul 31 10:06:10 2012 +0100 franz routing docs fix commit 3d660112496f7bac5ccba78dbad0ad315a507d11 Merge: 37e5605c 89d8c5bb Author: Dayle Rees <thepunkfan@gmail.com> Date: Tue Jul 31 01:56:39 2012 -0700 Merge pull request #1037 from tobsn/patch-9 Returning results with SHOW queries commit 37e5605c222664530e0bb57f5b28c4cbb4217143 Merge: 8c5ac601 244ecd49 Author: Dayle Rees <thepunkfan@gmail.com> Date: Tue Jul 31 01:55:02 2012 -0700 Merge pull request #1036 from tobsn/patch-8 Added use Closure to database.php commit 8c5ac6015414bf891e8433a6ac3d32c4cdeb8803 Merge: c9710525 1c92b907 Author: Dayle Rees <thepunkfan@gmail.com> Date: Tue Jul 31 01:53:41 2012 -0700 Merge pull request #935 from tobsn/patch-7 Added explanation about PDO default attributes commit 89d8c5bb0db884073b0fcddd8ff2ad69553a9f17 Author: Tobsn <orterer@gmail.com> Date: Tue Jul 31 10:04:53 2012 +0200 Returning results with SHOW queries reference to #991 commit 244ecd49fd494d1e0a132c3a6085ca49cd9b8804 Author: Tobsn <orterer@gmail.com> Date: Tue Jul 31 09:55:45 2012 +0200 Added use Closure to database.php function extend($name, Closure $connector extend uses closure - causes exception on call without use. commit c9710525d923817b93333086f6cd0585622d6c12 Merge: 7b1b76bb 0dd1af66 Author: Jason Lewis <jason.lewis1991@gmail.com> Date: Mon Jul 30 20:27:32 2012 -0700 Merge pull request #1020 from metaphox/develop Removes status parameter for Response::view() in documentation section "Views & Responses" commit 2c7bf657edc2a329c1e284dee5b4fd28d5791bd7 Author: Jakobud <jake.e.wilson@gmail.com> Date: Mon Jul 30 13:32:53 2012 -0600 Removed empty Coding Standards doc. Removed Coding Standards from Table of Contents Sidebar. Signed-off-by: Jakobud <jake.e.wilson@gmail.com> commit fd6e73aaa726e273c8f6f52d0d9f1e836c0bedee Author: Jakobud <jake.e.wilson@gmail.com> Date: Mon Jul 30 12:12:07 2012 -0600 Added TortoiseGit contribution docs. Revised Command-Line contribution docs. Signed-off-by: Jakobud <jake.e.wilson@gmail.com> commit 72d091ee5471c08e1649e5561771c9b81eb1c71c Author: Jakobud <jake.e.wilson@gmail.com> Date: Mon Jul 30 10:19:42 2012 -0600 Added first draft of command-line contributing docs. Added empty files for coding standards and tortoisegit docs. Adjusted Contributions in the Table of Contents sidebar. Signed-off-by: Jakobud <jake.e.wilson@gmail.com> commit 37dbeef2bb15b068ae6bb6bba463848883770a19 Author: Franz Liedke <franz@develophp.org> Date: Mon Jul 30 13:48:55 2012 +0300 Use LARAVEL_START constant to calculate request time. Suggested by @Kindari. commit c7890bcdc3fb8febd0664ec98d2e61b68c0b3724 Author: J Bruni <joaohbruni@yahoo.com.br> Date: Sun Jul 29 09:01:16 2012 -0300 Update laravel/documentation/controllers.md Included missing verb in "Bundles can easily configured" sentence. commit 5eef0023742f32fb408e8203a3d985bb8e532538 Author: apathetic012 <apathetic012@gmail.com> Date: Sun Jul 29 19:12:44 2012 +0800 add output of File::mime() example Signed-off-by: apathetic012 <apathetic012@gmail.com> commit 0dd1af665fc7f7b96235abc3e8041e872f2a963e Author: Tao Wu <foxisme@gmail.com> Date: Sun Jul 29 12:44:58 2012 +0200 changes binding data variable to an array commit 7b1b76bb02ad1b391fcd15bacfbde4414e4f6b9c Merge: 25a69cf9 65ccdef4 Author: Jason Lewis <jason.lewis1991@gmail.com> Date: Sat Jul 28 07:38:43 2012 -0700 Merge pull request #1021 from benjaminreede/feature/language/nl Feature/language/nl commit 65ccdef48d9e6338596e826ccb7ce102ce845786 Author: BeQuery <info@bequery.nl> Date: Sat Jul 28 15:18:46 2012 +0200 Dutch language pack Added dutch translation commit 25a69cf9f359cde5411498fed10a17ca40872351 Merge: 6d193c29 ce7de95a Author: Jason Lewis <jason.lewis1991@gmail.com> Date: Sat Jul 28 05:19:48 2012 -0700 Merge pull request #1018 from noherczeg/feature/language/hu Added Hungarian language files commit a497a3efcb95d1b8761c94475f1d2419cffaf814 Author: Tao Wu <foxisme@gmail.com> Date: Sat Jul 28 13:58:11 2012 +0200 changed header to data commit 9268b1eb4e863f2090b694c40077fd7bd1b41d61 Merge: 5c3ede74 2f48bbba Author: Tao Wu <foxisme@gmail.com> Date: Sat Jul 28 13:49:19 2012 +0200 Merge branch 'master' into develop commit ce7de95a1b9b87dd848cfe3212b1ba8dd599e73b Author: Norbert Csaba Herczeg <noherczeg@gmail.com> Date: Sat Jul 28 11:09:29 2012 +0200 Added Hungarian language pack Signed-off-by: Norbert Csaba Herczeg <noherczeg@gmail.com> commit 5622f6e35ced71674f85d8c366168bf4711eeaa7 Author: Jakobud <jake.e.wilson@gmail.com> Date: Fri Jul 27 11:28:40 2012 -0600 Added basic GitHub contribution docs. commit 6d193c29e1cfaa0acb358baf2894663ff439a467 Merge: 2c6ed23b 3e699a19 Author: Dayle Rees <thepunkfan@gmail.com> Date: Fri Jul 27 09:22:47 2012 -0700 Merge pull request #1017 from Spir/develop Added french translation. commit 3e699a19788854cb103c4e59cfce9cfbc01de30c Author: Spir <tfspir@gmail.com> Date: Fri Jul 27 18:18:04 2012 +0200 Added french translation. Signed-off-by: Spir <tfspir@gmail.com> commit c667788be7d7f13b74afcc96994526c3d748054b Author: Purwandi <free6300@gmail.com> Date: Fri Jul 27 22:34:41 2012 +0700 Add decimal schema on docs Signed-off-by: Purwandi <free6300@gmail.com> commit 2c6ed23b4505a1b25e5a92a17e55f7f446485e67 Merge: da35e257 b325e954 Author: Dayle Rees <thepunkfan@gmail.com> Date: Fri Jul 27 13:52:15 2012 +0100 fixing merge issues commit da35e257fd5789a242a56cbcd5d0ad5299c02931 Merge: 0bc38ff2 6b5cccc1 Author: Dayle Rees <thepunkfan@gmail.com> Date: Fri Jul 27 04:59:41 2012 -0700 Merge pull request #898 from franzliedke/patch-13 [Profiler] Display page rendering time & memory usage commit 0bc38ff2a89a789b425dc42cc680be712a438384 Merge: 7b5e37a3 a1914d65 Author: Dayle Rees <thepunkfan@gmail.com> Date: Fri Jul 27 04:57:11 2012 -0700 Merge pull request #1009 from apit/lang-id Added Indonesian language files commit 7b5e37a316b230a7f5c04222053e11e03b6cee2e Merge: c27614b2 34c746b4 Author: Dayle Rees <thepunkfan@gmail.com> Date: Fri Jul 27 12:37:40 2012 +0100 fixing merge issues on blade pull commit 8a34aa50774106de838500c6e63f80c7664bdb0c Author: Pascal Borreli <pascal@borreli.com> Date: Tue Jul 24 09:31:27 2012 +0000 Fixed typos commit f96977631241cbc3fe1093e2c4d96a0079586e14 Merge: 483f5705 ce3721a7 Author: Dayle Rees <thepunkfan@gmail.com> Date: Fri Jul 27 04:15:45 2012 -0700 Merge pull request #944 from dlabsnl/master Dutch language. commit 483f5705a9f92a7719caf22ac1c1a8225c2f74af Merge: 7140be47 0a85a54c Author: Dayle Rees <thepunkfan@gmail.com> Date: Fri Jul 27 04:04:01 2012 -0700 Merge pull request #990 from resurtm/html-indentation-fix Tiny indentation fix in html.php. commit c27614b2173f31a2c6184c8f77277725f25d8a93 Merge: f7e7fa62 289c02ab Author: Dayle Rees <thepunkfan@gmail.com> Date: Fri Jul 27 04:01:55 2012 -0700 Merge pull request #996 from Jakobud/feature/pagination-docs Added documentation for paginate's second optional argument. commit f7e7fa629939d2c8d902c807abcb86e6e9b44907 Merge: 3b09f99f c60a58ff Author: Dayle Rees <thepunkfan@gmail.com> Date: Fri Jul 27 03:59:15 2012 -0700 Merge pull request #995 from cviebrock/eloquent-delete-doc Deleting Eloquent models commit 3b09f99f9e48ee798f97711f06cc84f9a888ac6a Merge: 5299e32a 0ea30993 Author: Dayle Rees <thepunkfan@gmail.com> Date: Fri Jul 27 03:54:40 2012 -0700 Merge pull request #989 from dprvig/develop Fixed various typos throughout laravel folder. commit 5299e32aee5a27a8e8f8c4b4ee06874ff7b40175 Merge: 5c3ede74 7475bcd3 Author: Dayle Rees <thepunkfan@gmail.com> Date: Fri Jul 27 03:43:53 2012 -0700 Merge pull request #1011 from Jakobud/feature/templating-docs Added documentation for the @render() Blade method commit f408fcc26b20e31308bf9f90617ade33c1596102 Author: Jason Lewis <jason.lewis1991@gmail.com> Date: Fri Jul 27 12:30:41 2012 +0930 Allow bundles to respond to root requests. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> commit 433318181b92a493b4012f54b9b1f2c027e9062f Author: Jakobud <jake.e.wilson@gmail.com> Date: Thu Jul 26 16:00:46 2012 -0600 In the call() method, the exception wasn't being thrown if only 1 or more than 2 arguments were passed to the method. Fixed conditional statement to only accept exactly 2 arguments. In the route() method, URI::current() was evaluating as '/' in all situations. It was never evaluating as the route that you specified when executing the command. This could be part of a larger underlying bug with Symfony's HttpFoundation\Request class. It might be a band-aid fix, but replacing URI::current() with $_SERVER['REQUEST_URI'] allows the method to run the correct route. These fixes uncovered what I believe is potentially another bug. When var_dump($route->response()) is run, "NULL" and a newline is appended to the output. It's something to do with var_dump(), as echo $route->response() echo's the correct output without the extra "NULL". Signed-off-by: Jakobud <jake.e.wilson@gmail.com> commit 7475bcd3480aaa5a6897437c7e903b040fd96010 Author: Jakobud <jake.e.wilson@gmail.com> Date: Wed Jul 25 10:08:54 2012 -0600 Added documentation for the @render() Blade method Signed-off-by: Jakobud <jake.e.wilson@gmail.com> commit 2f48bbba12283c1dc3c76acf8ab70d583b4079c5 Author: Tao Wu <foxisme@gmail.com> Date: Wed Jul 25 17:28:02 2012 +0300 Update laravel/documentation/views/home.md Response::view() does not take a status code as the second parameter. commit a1914d65f027594abf5761d1af788f3d0a81a2ed Author: stupoh <hafizhuddin.amin@gmail.com> Date: Wed Jul 25 12:49:56 2012 +0700 Added Indonesian language files Signed-off-by: stupoh <hafizhuddin.amin@gmail.com> commit 34c746b4f8901a6b7ac61077d3074f1ff9d33798 Author: Tobsn <orterer@gmail.com> Date: Wed Jul 25 00:23:31 2012 +0200 added @continue like @break - as of request issue #1001 commit 6cb2ddad641d39f97d1834245b8630ac46698c08 Author: Tobsn <orterer@gmail.com> Date: Wed Jul 25 00:21:32 2012 +0200 multiline echo and comments for issue #647 commit 1c92b907d5f87198edd5f28152127d9d70c29a0a Author: Tobsn <orterer@gmail.com> Date: Tue Jul 24 20:42:38 2012 +0200 fixed two typos connecter class => connector class Therefor => Therefore commit 5c3ede74d990afcbc4b113610a8f258892b05544 Merge: 764e7bc6 78920c5d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jul 24 06:09:41 2012 -0700 Merge pull request #946 from franzliedke/patch-23 Fix eager loading constraints commit 764e7bc630f3469e58f00380918a66096b486aff Merge: b194d837 9944192a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jul 24 06:08:54 2012 -0700 Merge pull request #983 from racklin/bugfix/memcached Fixed Memcached get connection instance typo in __callStatic method. commit b194d8372dbf03a827a314e1e3099e579e2e1657 Merge: 1db67d47 84fcb60f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jul 24 06:08:32 2012 -0700 Merge pull request #987 from robmeijer/develop Fix pivot table name in Many-to-Many section in Eloquent documentation. commit 289c02ab47737d263df9d13fc1db317188dac115 Author: Jakobud <jake.e.wilson@gmail.com> Date: Mon Jul 23 15:50:04 2012 -0600 Added documentation for paginate's second optional argument. Signed-off-by: Jakobud <jake.e.wilson@gmail.com> commit c60a58ff261a91d005a7a20d18660d72ab4e3980 Author: Colin Viebrock <colin@viebrock.ca> Date: Mon Jul 23 14:29:29 2012 -0500 Someone else can re-word this, but a easy-to-find paragraph on deleteing Eloquent models seemed missing. Signed-off-by: Colin Viebrock <colin@viebrock.ca> commit 1db67d47a3ffb40ea7e51fdd38a2f9209094b1c7 Merge: 38234c61 6d23c4f5 Author: Dayle Rees <thepunkfan@gmail.com> Date: Mon Jul 23 08:21:07 2012 -0700 Merge pull request #947 from franzliedke/patch-24 Missing semicolon breaking test runner commit 0a85a54c2fc022b5ed63389fa282d26220c551ac Author: resurtm <resurtm@gmail.com> Date: Sun Jul 22 21:48:11 2012 +0600 Indentation fixes in html.php. commit 0ea30993d4c11ee80d48a5bfc48685bc7ed82ea3 Author: Josh Miller <josh@joshmmiller.com> Date: Sat Jul 21 20:18:55 2012 -0400 Fixed various typos throughout laravel folder. Signed-off-by: Josh Miller <josh@joshmmiller.com> commit 84fcb60f8b98293c8d5bf89e4cbc26913318cae1 Author: Rob Meijer <profusion@gmail.com> Date: Sat Jul 21 20:16:57 2012 +0100 Fix pivot table name in Many-to-Many section in Eloquent documentation. commit 9944192af9ef971332d7cf08af2aca1a67ad1edd Author: Rack Lin <racklin@gmail.com> Date: Fri Jul 20 22:20:37 2012 +0800 Fixed Memcached get connection instance typo in __callStatic method. Signed-off-by: Rack Lin <racklin@gmail.com> commit 38234c61dd5a2777ca962130b64ade7f0933a7c8 Merge: c937f98b ef5ab30c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 19 13:42:34 2012 -0700 Merge pull request #480 from cviebrock/schema-rename Schema::rename('oldtable','newtable') support commit c937f98b497b18029cfd1747510f9b39c86b2027 Merge: 19c64f1e c659a926 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 19 13:41:33 2012 -0700 Merge pull request #932 from JeffreyWay/feature/auth_attempt_extend Extend Auth::Attempt() commit 19c64f1ea7d3eaab98f77dc9ea3be30236b5eddd Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 19 15:39:18 2012 -0500 return false on empty string for active url. commit cd9a745cb560ab6b65f0e6ce9a342594818ddce7 Merge: 527e291f 61364c55 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 19 13:35:18 2012 -0700 Merge pull request #972 from franzliedke/patch-28 [Schema] Allow boolean default values commit 527e291f1462c875df4a006fd29adf28b994bb3b Merge: 03d22362 d46b9819 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 19 13:34:37 2012 -0700 Merge pull request #976 from Jakobud/bug/docs-bundle Fixed some bugs with the docs bundle commit 03d22362ecd76b1508e57bbc14888e26905f47d3 Merge: ec418362 54f4cb26 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 19 13:34:00 2012 -0700 Merge pull request #978 from racklin/pgsql-schema Added support PostgreSQL schema. commit 54f4cb2644e0ffe59d3fe936220282940dc31087 Author: Rack Lin <racklin@gmail.com> Date: Thu Jul 19 12:55:23 2012 +0800 Added support PostgreSQL schema setting, if schema has been specified. Signed-off-by: Rack Lin <racklin@gmail.com> commit d46b98199c7979b029ab8e53639990a0de0280fe Author: Jakobud <jakobud@gmail.com> Date: Wed Jul 18 15:59:19 2012 -0600 Fixed some bugs with the docs bundle Signed-off-by: Jakobud <jakobud@gmail.com> commit ec41836241cc56068646255336305ba2e54ee5f1 Merge: 680407f0 8a4aade8 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jul 17 17:19:31 2012 -0700 Merge pull request #938 from Anahkiasen/develop Added quick notes on Pivot tables commit 680407f051f90732b5535673e08a7b4ca1d97438 Merge: c6e4a25a b973c259 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jul 17 17:18:41 2012 -0700 Merge pull request #959 from franzliedke/patch-25 [Docs] Deleting files commit c6e4a25ae9540a177fc8ca02c524f48c556ee00e Merge: a73a6fb6 096f9c2b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jul 17 17:16:43 2012 -0700 Merge pull request #966 from racklin/develop Fixed IoC::resolve forces singleton issue. commit a73a6fb6c419e2888c40bb6427bc985349c91266 Merge: a87615da a03bcb52 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jul 17 17:15:30 2012 -0700 Merge pull request #970 from franzliedke/patch-26 [Docs] Schema default helper commit a87615da45814f4d61b47f8d6b62dc9345bea1bc Merge: 25b8bd88 02e84eb5 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jul 17 17:14:45 2012 -0700 Merge pull request #971 from franzliedke/patch-27 [Docs] Fix bundle routing link commit 61364c553ddbd1e809a39c20c14bca20e019d4ef Author: Franz Liedke <franz@develophp.org> Date: Tue Jul 17 23:47:05 2012 +0200 Make sure default values in schema columns are always non-empty (especially booleans). commit 02e84eb5eb69322e1cf941c6c65a426a915b61cc Author: Franz Liedke <franz@develophp.org> Date: Tue Jul 17 23:56:43 2012 +0300 Documentation: fix menu link to "Bundle Routes" section. commit a03bcb521ba8099f9f935d4a8fac13058460e926 Author: Franz Liedke <franz@develophp.org> Date: Tue Jul 17 23:51:00 2012 +0300 Mention default value helper function in database schema documentation. commit 096f9c2b7871af431638329d9c4e4170b9a23bf5 Author: Rack Lin <racklin@gmail.com> Date: Tue Jul 17 17:42:01 2012 +0800 Fixed IoC::resolve forces singleton issue. Signed-off-by: Rack Lin <racklin@gmail.com> commit b973c259059b92b633388c5c067cd4de37712e53 Author: Franz Liedke <franz@develophp.org> Date: Mon Jul 16 14:57:35 2012 +0300 Add documentation about deleting files. commit 25b8bd889b9f38c665b227672257063fd0feb590 Author: Shawn McCool <shawn@heybigname.com> Date: Mon Jul 16 11:37:05 2012 +0300 add help:commands artisan task to documentation commit 186b0f2e24673db81f789e4a091ee43c6029a0ef Merge: 1a1e74a9 7dcbf33a Author: Shawn McCool <shawn@heybigname.com> Date: Mon Jul 16 10:29:12 2012 +0200 Merge branch 'feature/artisan-tasklist' into develop commit 7dcbf33a80017276b034ce93b9f002a2f7ce18a2 Author: Shawn McCool <shawn@heybigname.com> Date: Mon Jul 16 10:28:40 2012 +0200 cleaned up help task commit 1a1e74a90aa444cfdde88ecf56df2dfcfc34155c Merge: 3e9161d6 dc6bcf07 Author: Shawn McCool <shawn@heybigname.com> Date: Mon Jul 16 10:07:29 2012 +0200 Merge branch 'feature/eloquent-pagination' into develop commit dc6bcf079380359227f569825e55ad8c143a350a Author: Shawn McCool <shawn@heybigname.com> Date: Mon Jul 16 10:05:07 2012 +0200 use global paginator alias in the query class commit 08fce4fbf812b6d065cbcc21d6a9f7f03cafe2ff Author: Franz Liedke <franz@develophp.org> Date: Sat Jul 14 11:46:58 2012 +0200 After running tests, exit with PHPUnit's exit status. commit e7f665b55d1c83f23e0ff3691f0ad76f0e0059ea Author: Franz Liedke <franz@develophp.org> Date: Sat Jul 14 01:01:23 2012 +0300 Don't restrict Travis CI testing to one branch. commit 9460e691d4fac5c14f40bc1b96665313eba01830 Author: Franz Liedke <franz@develophp.org> Date: Sat Jul 14 00:55:47 2012 +0300 Update .travis.yml commit 4fd1a4fe394021b8f1d5d94aa66d238382658f63 Author: Franz Liedke <franz@develophp.org> Date: Fri Jul 13 23:33:12 2012 +0200 Add .travis.yml file for continuous integration with Travis CI. commit 3e9161d6e57f180da11991630c88c19af9495333 Merge: 1503aed7 eb76c34c Author: Jason Lewis <jason.lewis1991@gmail.com> Date: Thu Jul 12 22:56:14 2012 -0700 Merge pull request #948 from loic-sharma/patch-5 Added a missing parenthesis and semicolon. commit 37241db646bf57a120b655d818964cbc3f3fb9a0 Author: Franz Liedke <franz@develophp.org> Date: Fri Jul 13 03:07:14 2012 +0200 Fix View test case still referring to the old bundle setup for tests. commit 7351845ec3a7de818391d218b4a2f9faa26985ad Author: Franz Liedke <franz@develophp.org> Date: Fri Jul 13 03:06:31 2012 +0200 Fix PHP errors in test cases related to changed cookie data storage. commit feefa8d9c441086a42306179855cbc060bda46bc Author: Franz Liedke <franz@develophp.org> Date: Fri Jul 13 03:05:55 2012 +0200 Fix PHP errors in test cases related to now using Symfony's HttpFoundation component. commit 86013f1b849045f845a2e9115553401b99f67879 Author: Franz Liedke <franz@develophp.org> Date: Fri Jul 13 03:04:36 2012 +0200 Fix old code in Auth test cases. commit 59e7e4a2caa00d8d266f832ab0551c4cdc3ec813 Author: Franz Liedke <franz@develophp.org> Date: Fri Jul 13 03:04:13 2012 +0200 Update authentication config file in testing application. commit 41ff7af2135f819bdf4fbc339b009668a2b6ae32 Author: Franz Liedke <franz@develophp.org> Date: Fri Jul 13 03:02:30 2012 +0200 Change inner workings of test runner to use different bootstrap file when testing the core. commit eb76c34cd3974426b8bd33e5fe702a878a8a475c Author: Loic Sharma <sharma.loic@gmail.com> Date: Thu Jul 12 17:46:17 2012 -0500 Added a missing parenthesis and semicolon. commit 9bd875516712122d90efc7ba2712207fbdefa4d5 Author: Franz Liedke <franz@develophp.org> Date: Fri Jul 13 00:14:30 2012 +0200 Fix wrong API usage in Auth unit test. commit a7c211339ae895a023d847a1eebedacbb1b36787 Author: Franz Liedke <franz@develophp.org> Date: Fri Jul 13 00:14:03 2012 +0200 Import testing bundle to laravel/tests directory. commit 6d23c4f5c6db7ef62ba8d3b183e92d43991ab431 Author: Franz Liedke <franz@develophp.org> Date: Fri Jul 13 00:21:18 2012 +0300 Fix missing semicolon in laravel/cli/test/runner.php. commit 78920c5d270f0abcf3eccf557fea88d83d3470ed Author: Franz Liedke <franz@develophp.org> Date: Thu Jul 12 22:32:43 2012 +0200 Move automatic relationship parsing to Eloquent's query class. commit 8c2a4fba14015f166451f25f6c9ef3f87c0fe51a Author: Franz Liedke <franz@develophp.org> Date: Thu Jul 12 23:20:17 2012 +0300 The Eloquent model includes can now be taken directly from the model when assembling the query. commit 71f8e4acc09d0c768e4f54dfc09b1e15f09ddfeb Author: Franz Liedke <franz@develophp.org> Date: Thu Jul 12 23:16:22 2012 +0300 Fix a bug introduced in pull request #799 that caused eager loading constraints to stop working. commit 4d44df4885511e230847942b42794c2cdd6317eb Author: Colin Viebrock <colin@viebrock.ca> Date: Thu Jul 12 10:40:41 2012 -0500 Allow second param of HTML::link* methods to be null, in which case the title of the link is the URL itself, similar to HTML::email() method. Signed-off-by: Colin Viebrock <colin@viebrock.ca> commit b325e954e3e38e082fecfb0e108d78bd031aa4ff Merge: 3b6191ec 1503aed7 Author: Chris Berthe <chrisberthe@gmail.com> Date: Thu Jul 12 11:15:43 2012 -0400 Merge remote-tracking branch 'upstream/develop' into develop commit ce3721a7a131bd3a1aac04ac046a3427e9a233e2 Author: Baycan Aydin <baycan88@gmail.com> Date: Thu Jul 12 16:37:12 2012 +0200 Add dutch language Signed-off-by: Baycan Aydin <baycan88@gmail.com> commit 644ecfcc2586add3143f73a02f7411876a018b7d Author: Shawn McCool <shawn@heybigname.com> Date: Thu Jul 12 13:00:35 2012 +0200 adding basic help functions to artisan commit 29b668b83d5be0be6034e9161e3629e7fad6fdf1 Author: Shawn McCool <shawn@heybigname.com> Date: Thu Jul 12 00:30:04 2012 +0200 added help:commands task to artisan commit 1503aed7ce33d554a5feaed63ca214d25b31582e Merge: 05ada38d 3acc6405 Author: Shawn McCool <shawn@heybigname.com> Date: Wed Jul 11 22:43:18 2012 +0200 Merge branch 'hotfix/docs-nav-update' into develop commit 0fa3650ff7491d5c020756770b5060facde4a8c2 Merge: 79edd529 3acc6405 Author: Shawn McCool <shawn@heybigname.com> Date: Wed Jul 11 22:43:14 2012 +0200 Merge branch 'hotfix/docs-nav-update' into staging commit 7140be474d0e2e6734fb7b4edbe12de607f04ead Merge: 88457b69 3acc6405 Author: Shawn McCool <shawn@heybigname.com> Date: Wed Jul 11 22:43:10 2012 +0200 Merge branch 'hotfix/docs-nav-update' commit 3acc64051f830097c06a593bebbca36e64fc5cce Author: Shawn McCool <shawn@heybigname.com> Date: Wed Jul 11 22:42:36 2012 +0200 simplify navigation copy commit 05ada38d8f6d3642a5d52a668c7b895a1e599a66 Author: Shawn McCool <shawn@heybigname.com> Date: Wed Jul 11 22:36:20 2012 +0200 style update commit 95bb9dfee890a945f1d9b7ecf43c3b1f0a039ab8 Merge: bcdde022 a6c28050 Author: Shawn McCool <shawn@heybigname.com> Date: Wed Jul 11 22:35:58 2012 +0200 Merge branch 'hotfix/fix_markdown' into develop Conflicts: laravel/documentation/install.md commit 79edd529e888f95a107ab5d605adf97bb7ef7cec Merge: 66f9ea8d a6c28050 Author: Shawn McCool <shawn@heybigname.com> Date: Wed Jul 11 22:35:24 2012 +0200 Merge branch 'hotfix/fix_markdown' into staging Conflicts: laravel/documentation/install.md commit 88457b695ea45b7c395b06d22683fe92947e3e5a Merge: 85ec1936 a6c28050 Author: Shawn McCool <shawn@heybigname.com> Date: Wed Jul 11 22:35:05 2012 +0200 Merge branch 'hotfix/fix_markdown' commit a6c28050e68f0b824db608aa490c89652032ae15 Author: Shawn McCool <shawn@heybigname.com> Date: Wed Jul 11 22:34:38 2012 +0200 style updates commit 85ec19367d034622f74683049db365fcf5d7113f Author: Shawn McCool <shawn@heybigname.com> Date: Wed Jul 11 22:31:46 2012 +0200 fix merge commit ee6adc26d9e651297833fa9a22a678793105de33 Author: Shawn McCool <shawn@heybigname.com> Date: Wed Jul 11 22:30:38 2012 +0200 fix merge commit bcdde02229dfdb5423c357fc4d6bc2ab1961a310 Merge: e19e4ebd 49928b39 Author: Shawn McCool <shawn@heybigname.com> Date: Wed Jul 11 22:30:21 2012 +0200 Merge branch 'feature/docs-install' into develop Conflicts: laravel/documentation/install.md commit a66eb44809c76c3cae3934a81c6c51ff73035e8f Author: Shawn McCool <shawn@heybigname.com> Date: Wed Jul 11 22:28:44 2012 +0200 fixed typo commit 66f9ea8dbaf2bb22dbc4d869261e75ab117b2cfa Merge: 1879e657 49928b39 Author: Shawn McCool <shawn@heybigname.com> Date: Wed Jul 11 22:28:25 2012 +0200 Merge branch 'feature/docs-install' into staging Conflicts: laravel/documentation/install.md commit ce1392aa82d753208c2f9404415118a933a39bc1 Merge: 82ababb4 49928b39 Author: Shawn McCool <shawn@heybigname.com> Date: Wed Jul 11 22:25:28 2012 +0200 Merge branch 'feature/docs-install' Conflicts: laravel/documentation/install.md commit 49928b397ab6447be4103e231fc5e55235f9fbd0 Author: Shawn McCool <shawn@heybigname.com> Date: Wed Jul 11 22:22:57 2012 +0200 added server configuration to the documentation commit e19e4ebd2490efcc5c5463c1ac11b8a5beca625a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jul 11 10:30:44 2012 -0500 tweak url for languages. commit 10e5918e237f354c9f8a650a5be51ec919ff6bb4 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jul 11 10:24:08 2012 -0500 clear out langauges option. commit 5f919d76a5f9bb86c2a5c8d74f62ee91eebf8e8c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jul 11 10:20:12 2012 -0500 updated change log. commit c8718a32eccee418baec7be18d51f53cd34e91d7 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jul 11 10:18:48 2012 -0500 added option for URI languages. commit 8a4aade8f7156bdeb00652520b80e536bfef8b8d Author: Anahkiasen <ehtnam@gmail.com> Date: Wed Jul 11 16:27:11 2012 +0200 Quick notes on Pivot tables commit 27fb9d06122d46b38d4c4948ab3267779c13b2fe Author: Tobsn <orterer@gmail.com> Date: Wed Jul 11 12:27:29 2012 +0200 fixed "here" link commit c659a926034da8e724e2766b90aef48c8fbb3018 Author: Jeffrey Way <jeffrey@envato.com> Date: Tue Jul 10 11:03:55 2012 -0400 Fix typo in comments commit 1879e6575aaad4851a273349b8eede194e2d2ee2 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jul 10 08:02:08 2012 -0500 tweak eloquent model change method to not check types. commit 204a6a79803b17b14cf663a11471a625bb0e9eaa Author: Franz Liedke <franz@develophp.org> Date: Tue Jul 10 15:29:26 2012 +0300 Add a Request::time() function. commit ff525b995b21998aeba4d87ff97a54b0cb6c6df3 Author: Jeffrey Way <jeffrey@envato.com> Date: Mon Jul 9 22:18:32 2012 -0400 Add "remember" to ignore list Signed-off-by: Jeffrey Way <jeffrey@envato.com> commit 9dd964c3169f58417c4ecd31e993854c5758dccb Author: Jeffrey Way <jeffrey@envato.com> Date: Mon Jul 9 21:34:17 2012 -0400 Extend Auth::laravel to accept multiple params to verify Signed-off-by: Jeffrey Way <jeffrey@envato.com> commit 82ababb4cb8e123c6b2e5e767119390364c867cd Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jul 9 09:54:56 2012 -0500 Add note about making view directory writable. commit ebcbbbb8430643988a6395ffeeab0f650c206144 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jul 9 09:54:03 2012 -0500 WIP. commit cbff59b59b922fce13abb2276b35f9eaf271b5f7 Author: Hirohisa Kawase <hiro.soft@gmail.com> Date: Sun Jul 8 08:46:44 2012 +0900 Add Japanese language resource files. commit 2d2a6bffa50c8057a42ea66ee183b4bbb06946cd Author: Hirohisa Kawase <hiro.soft@gmail.com> Date: Sun Jul 8 08:42:13 2012 +0900 Add Japanese language resource files. commit 845023fc80e9b0dc6c29d18bf592e2b5bd38c165 Merge: 430eeb6d 31abcd59 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 6 18:12:11 2012 -0700 Merge pull request #847 from tobsn/patch-1 NOT NULL order issue fixed! commit 430eeb6da1d8d087d3a7c21bfc83f20876c8b987 Merge: 990f10f6 6881bdaf Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 6 18:11:19 2012 -0700 Merge pull request #798 from xsbeats/feature/validation_required_with Added required_with validation rule... commit 990f10f6de07140872bdfcb5efe9f0b3c291f24c Merge: 4de20100 cea48d4f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 6 17:57:46 2012 -0700 Merge pull request #854 from jasonlewis/feature/pattern-filters Allow filter patterns to supply a name and callback as an easier alternative. commit 4de201002d1127b0eb46d5a6cb1452a8be98193c Merge: 8198dc23 5e237381 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 6 17:57:15 2012 -0700 Merge pull request #862 from franzliedke/patch-15 [View] Pass variables with more expressive methods commit 8198dc23f3d886f14eced5bceae418888c21bfad Merge: 69e1ea93 39df69fd Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 6 17:51:27 2012 -0700 Merge pull request #874 from franzliedke/patch-16 [Eloquent] Constraining eager loads only allows WHERE clauses commit 69e1ea939d4ca4d904896f3ac31d906ca7fe7c31 Merge: f338db50 79a5dc19 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 6 17:50:13 2012 -0700 Merge pull request #868 from lucadegasperi/bug/phpunit Artisan test command fix commit f338db50db45cf0cc133344ce551a675295d41b4 Merge: 03ad47e2 f77b22eb Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 6 17:49:20 2012 -0700 Merge pull request #888 from TommyC81/patch-3 Documentation on how to attach data to pivot table commit 03ad47e2df507b260ad93ca9e6d1206f0fb31c0b Merge: 12bc7f1e 97dfaee8 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 6 17:48:55 2012 -0700 Merge pull request #880 from tomasz-tomczyk/feature/polish-translation Polish translation commit 12bc7f1ee0435a78acbd05ac19e55089c9c96f5b Merge: 90447e71 7bdddfe2 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 6 17:48:40 2012 -0700 Merge pull request #889 from Nirlah/develop Hebrew Translation commit 90447e7183e7b5242be609e467fa45da9a164773 Merge: 06154abe 52f76b9d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 6 17:14:20 2012 -0700 Merge pull request #892 from jasonlewis/bug/database/select Fixes #818, allows Query select to just be an Expression. commit 6b5cccc15f015a531099ae27455c02b0f869a043 Author: Franz Liedke <franz@develophp.org> Date: Sat Jul 7 02:13:44 2012 +0200 Move get_file_size() helper function to helpers.php. commit 06154abe8d1ff012a71f1614904a84dd1ee3630c Merge: 0556d8e3 72558bda Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 6 17:12:15 2012 -0700 Merge pull request #895 from TomorrowToday/develop Eloquent docs update: eager loading using $includes example commit 0556d8e3f0576e044ea3fba75df4ed2f7778c462 Merge: e6ff7ba3 0440b86b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 6 17:08:26 2012 -0700 Merge pull request #899 from RoumenMe/develop Bulgarian translation commit e6ff7ba336cf0bdaafca520609bb0b91ce3f4d73 Merge: a9d27ba7 f2ccc688 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 6 17:07:58 2012 -0700 Merge pull request #901 from franzliedke/patch-18 Ignore NULL values when determining whether a model object is dirty commit a9d27ba79c4242ccbe786efc9fc5beab6d3d0cf2 Merge: dcf1966c 1be274ca Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 6 17:07:34 2012 -0700 Merge pull request #902 from JesseObrien/feature/eloquent-update-timestamp Feature/eloquent update timestamp commit 6e9efb464d9e6e80c9f776d65304924ba437641e Merge: 0171cf8e f0514850 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 6 17:06:33 2012 -0700 Merge pull request #903 from Lapayo/master Fixed a little bug with the Input::has_file function commit 0171cf8e91ed5b312029825dda827f49faeacd17 Merge: 97ceecd1 d7bbdd97 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 6 17:05:59 2012 -0700 Merge pull request #905 from franzliedke/patch-19 [Docs] Localization page: Fix anchor name commit dcf1966c288bbba9021dd804163f94fbc8449ac1 Merge: 5c44cf98 db9f220f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 6 17:04:55 2012 -0700 Merge pull request #910 from franzliedke/patch-20 Force UTF-8 charset on JSON responses commit 5c44cf98cdd61e9a2651bb5e6a8950e91d3eada1 Merge: 3ba5c00e a87bb869 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 6 17:04:34 2012 -0700 Merge pull request #879 from franzliedke/patch-17 [Eloquent] Bug with eager loading relationships and isset() commit db9f220f57f963a33d6f7e4405c2ef971787727a Author: Franz Liedke <franz@develophp.org> Date: Sat Jul 7 02:17:12 2012 +0300 Force UTF-8 charset on JSON responses. commit d7bbdd97358bc5a2a3b837f366c5fc01e749836b Author: Franz Liedke <franz@develophp.org> Date: Thu Jul 5 01:52:30 2012 +0300 Fix anchor name for "Retrieving a language line" section on localization page. commit f05148503e95a77feff5e7ff7f3a1b5e82dfc97f Author: Simon <simon@sney.net> Date: Wed Jul 4 22:56:58 2012 +0300 Input::has_file was not working properly. This one should work perfect :) commit 1be274caa68d8773680834295772e7c409ac80de Author: Jesse O'Brien <jesse@jesse-obrien.ca> Date: Wed Jul 4 15:46:12 2012 -0400 Change update function so it uses timestamp like save Calling update() on an eloquent model has no way of overriding the timestamp that should be set if $timestamps is set on the model. This changes that so it uses the timestamp() function which is an easy way to over ride the type of timestamps used. commit f2ccc688fe0623211391d627309458af5d06ab76 Author: Franz Liedke <franz@develophp.org> Date: Wed Jul 4 21:44:11 2012 +0300 Ignore NULL values when determining whether a model object is dirty. commit 0440b86bd9764e7e3926b9a4e5de4fdca5e703f1 Author: Roumen Damianoff <roumen@dawebs.com> Date: Wed Jul 4 13:16:44 2012 +0300 Added Bulgarian language files Signed-off-by: Roumen Damianoff <roumen@dawebs.com> commit 7bdddfe2faa6d094441944ff22135d8a43bd743b Author: Nir Lahad <nirlah@gmail.com> Date: Wed Jul 4 08:19:36 2012 +0300 Fixed Hebrew Fixed and unified hebrew translation. commit 72558bda3b4c1b7a5848d43a466d7e3475a408d1 Author: Steven Lischer <xcpostman06@gmail.com> Date: Mon Jul 2 12:50:26 2012 -0500 removed extra newline commit 550913843e49d3af60b49a940bc4fb03ab6146a0 Merge: b28c5eb1 3ba5c00e Author: Steven Lischer <xcpostman06@gmail.com> Date: Mon Jul 2 12:44:29 2012 -0500 Merge branch 'develop' of git://github.com/laravel/laravel into develop commit b28c5eb19f2ec7941522b6289f02e543c0ed7d1b Author: Steven Lischer <xcpostman06@gmail.com> Date: Mon Jul 2 12:32:14 2012 -0500 docs edit: eager loading using $includes in model commit 94e9106b760eb1b50eb81ac83b23f400b6a3e829 Author: Franz Liedke <franz@develophp.org> Date: Mon Jul 2 03:42:43 2012 +0300 Display memory usage (and peak usage) in the profiler bar, too. commit 98b92185e314d8866ab7dae8d35fa8c8cec5c87f Author: Franz Liedke <franz@develophp.org> Date: Mon Jul 2 03:38:58 2012 +0300 Calculate memory and peak memory usage in profiler, too. commit 3b6191ec166cb2675d0bb3392f49b3f56eeaba99 Merge: f3d75647 3ba5c00e Author: Chris Berthe <chrisberthe@gmail.com> Date: Sun Jul 1 12:33:03 2012 -0400 Merge remote-tracking branch 'upstream/develop' into develop commit 52f76b9d662c17bb12bf872e964c8881fc41dd80 Author: Jason Lewis <jason.lewis1991@gmail.com> Date: Sun Jul 1 22:51:42 2012 +0930 Fixes #818, wraps in an array instead of type casting. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> commit 34923cff1e3b4ec677adba7be0ef4d6d13b339fc Author: Nir Lahad <nirlah@gmail.com> Date: Sun Jul 1 00:38:43 2012 +0300 Hebrew Translation Hebrew language files. commit f77b22eb45af6fbdd37078feda09776c96b9ca41 Author: TommyC81 <tommyc81@gmail.com> Date: Sat Jun 30 18:11:31 2012 +0300 Add documentation on how to attach pivot table fields to attach command. commit 3ba5c00e5f9b82b97a012e4a12df97ba6660567f Merge: 603e349d 110078d2 Author: Jason Lewis <jason.lewis1991@gmail.com> Date: Fri Jun 29 18:06:47 2012 -0700 Merge pull request #881 from TommyC81/develop Slightly re-organized and added some Session usage documentation commit 110078d2af55053f5c24e0fbb2b4115d1687cc36 Author: TommyC81 <tommyc81@gmail.com> Date: Fri Jun 29 21:55:38 2012 +0300 Fixed typo commit 2159596a83ec8ccdf0b8fb220d153b05588d3524 Author: TommyC81 <tommyc81@gmail.com> Date: Fri Jun 29 21:49:54 2012 +0300 Bold characters for reflash and keep. commit 26623c79ed48df79d2315330899e0a20abebd5e3 Author: TommyC81 <tommyc81@gmail.com> Date: Fri Jun 29 21:45:31 2012 +0300 Removed empty row. commit 97dfaee88fbe33b54fcf197b5232c57517984307 Author: Tomasz Tomczyk <me@tomasztomczyk.com> Date: Fri Jun 29 19:43:00 2012 +0100 Added Polish translation Signed-off-by: Tomasz Tomczyk <me@tomasztomczyk.com> commit 837f6176272e8599ad689b2c10cbe610d5ecc0a8 Author: TommyC81 <tommyc81@gmail.com> Date: Fri Jun 29 21:42:06 2012 +0300 Re-organized and added some more help on the reflash() and keep() functions. commit a87bb869992d6050855b8c4d47f73b98567f4c56 Author: Franz Liedke <franz@develophp.org> Date: Fri Jun 29 20:56:32 2012 +0300 Fix a bug with Eloquent model classes and isset() when eager loading a relationship returns an empty result set. commit 603e349de9065dfeb5fe4f1c5260a402773950c8 Merge: 750365c7 3a504cfa Author: Dayle Rees <thepunkfan@gmail.com> Date: Fri Jun 29 10:38:02 2012 -0700 Merge pull request #878 from TommyC81/develop Documentation typo commit 3a504cfa8e8664dbf8ccdc59b4cfc085af7b0d3d Author: TommyC81 <tommyc81@gmail.com> Date: Fri Jun 29 20:34:00 2012 +0300 Fixed small typo. commit 750365c74008b5c1715ff2e9731514355f32e810 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jun 28 15:28:26 2012 -0500 increment version commit d53ac0e9d128124d294d476c5102666bb330c1a6 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jun 28 15:28:03 2012 -0500 update change log commit 8d17702b9cbd3b1a98af8ccb5eb2d00bfc7df4c7 Merge: 2d4fa721 14e9488c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jun 28 15:26:25 2012 -0500 Merge branch 'staging' into develop commit 14e9488cf9faac9ac573b4b7dd5bd588baafd9c8 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jun 28 15:19:17 2012 -0500 Speed up eager loading of many to many. commit 39df69fdc1a4c00fea078d11d2421fbb18661da3 Author: Franz Liedke <franz@develophp.org> Date: Thu Jun 28 18:33:45 2012 +0300 Allow more than just WHERE clauses on eager load constraints. commit 2d4fa7217a15bead66d87f2ec8ab9581a8c44e08 Merge: 1f93039b 9858f8aa Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jun 27 20:41:19 2012 -0700 Merge pull request #867 from niallobrien/develop Updated Validation docs commit 1f93039ba757e54e12113b396617e800f7a8246e Merge: 4d7d67dd f640cd42 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jun 27 20:39:59 2012 -0700 Merge pull request #873 from dlpetrie/master Adding support for '=', in (:any) and (:any?) route patterns commit f640cd42ad9283db82d7c7339ff1a1e050232dcf Author: Daniel Petrie <dan.petrie@cartalyst.com> Date: Wed Jun 27 11:15:34 2012 -0700 adding in '=' to regex for (:any) / (:any?) calls. commit 79a5dc19313c31ec0e109730a0b20389d3bfcd63 Author: Luca Degasperi <dega.luca@gmail.com> Date: Wed Jun 27 17:31:38 2012 +0200 Using escapeshellarg instead of putting backshlashes in front of spaces Signed-off-by: Luca Degasperi <dega.luca@gmail.com> commit ad2540c979bc20a9a4a52fbea7efd58da5baf7bd Author: Luca Degasperi <dega.luca@gmail.com> Date: Wed Jun 27 15:20:28 2012 +0200 Fixed the spaced directory when calling php unit via the command line Signed-off-by: Luca Degasperi <dega.luca@gmail.com> commit 9858f8aa61705ea87a36ab34ae4774da4b5180bb Author: niallobrien <me@niallobrien.me> Date: Wed Jun 27 14:19:21 2012 +0200 Added examples for using $errors in views. commit a04f38c2625deb7e26a52147c6e8fd45581cffe2 Author: Tobsn <orterer@gmail.com> Date: Wed Jun 27 03:46:31 2012 -0700 Now with Balanced Parentheses! it's not regex, its not posix, but it can fly… finally balanced parentheses to fix all the () issue. it's ugly but it's fast and works with all kinds of combinations. it basically just counts open vs. closed and if they are even again it knows exactly where the condition is and does not cut into html or cut off too much. commit 5e2373817d882e9873f3ba21da56c117f890599d Author: Franz Liedke <franz@develophp.org> Date: Mon Jun 25 21:31:54 2012 +0300 Allow for passing variables to views with more expressive method calls. Example: with_foo($bar) instead of with('foo', $bar) Signed-off-by: Franz Liedke <franz@develophp.org> commit f3d756476b829a3122b70e1b1a70c2a6870174ca Merge: 17e75a97 4d7d67dd Author: Chris Berthe <chrisberthe@gmail.com> Date: Mon Jun 25 13:11:54 2012 -0400 Merge remote-tracking branch 'upstream/develop' into develop commit bcd63ab5affaa29e187baf75452a74ee5a5772c3 Author: Franz Liedke <franz@develophp.org> Date: Mon Jun 25 14:56:42 2012 +0300 We can be fairly sure the $time variable is set in the profiler view. commit 204a64f006992894b57811596e2e66e91c912216 Author: Franz Liedke <franz@develophp.org> Date: Mon Jun 25 14:56:04 2012 +0300 Simply use the LARAVEL_START constant for calculation page generation time in profiler. commit 0f5de55d5b4d2fb15049bf2ca208c2d3d7b56730 Author: Franz Liedke <franz@develophp.org> Date: Mon Jun 25 14:53:15 2012 +0300 Fix variable name in retrieve() method for Eloquent auth driver. commit 0493431597259cac3c702d096b7cb8e5fe1891e4 Merge: 8d13bf9c d08db5c2 Author: Shawn McCool <shawn@heybigname.com> Date: Mon Jun 25 13:46:07 2012 +0200 Merge branch 'feature/installation' into staging commit 4d7d67dd82ad9a13370309fde68d5e2e471dcd4c Merge: a0186085 d08db5c2 Author: Shawn McCool <shawn@heybigname.com> Date: Mon Jun 25 13:46:01 2012 +0200 Merge branch 'feature/installation' into develop commit 97ceecd1ef4535b1fe96b458b49d73ba6e199425 Merge: b8c4af1c d08db5c2 Author: Shawn McCool <shawn@heybigname.com> Date: Mon Jun 25 13:45:50 2012 +0200 Merge branch 'feature/installation' commit d08db5c26bb0a078463370dd1a3af85d086690d0 Author: Shawn McCool <shawn@heybigname.com> Date: Mon Jun 25 13:45:29 2012 +0200 added server configuration to install docs commit a8b5231e579830643d681eb9c7d3ece7da17dabd Author: Steve Frost <email@stevenfrost.co.uk> Date: Mon Jun 25 12:16:14 2012 +0200 Updated the dd function to var_dump inside pre tags, makes is a bit more readable commit a018608569390af00c1b43050ff47400dc6fc3e9 Merge: 0ebeb14b 5d06f924 Author: Jason Lewis <jason.lewis1991@gmail.com> Date: Sun Jun 24 17:47:39 2012 -0700 Merge pull request #857 from noor/develop Arabic Translation commit 9572329c499a2181339769d1d58ec33cc6a35e1c Author: Franz Liedke <franz@develophp.org> Date: Mon Jun 25 02:36:20 2012 +0300 Allow Auth::login() to work with objects for the Eloquent driver. commit 5d06f92421653de0aea7147c714acd1f781a84d8 Author: Noor Alhiraki <alhiraki@gmail.com> Date: Mon Jun 25 01:50:59 2012 +0300 Added Arabic translation. Signed-off-by: Noor Alhiraki <alhiraki@gmail.com> commit 52f98b7cf6fff813698a3e7220104bf1f5c81e77 Author: Franz Liedke <franz@develophp.org> Date: Mon Jun 25 01:12:31 2012 +0300 Use start_time attribute like a static attribute (as it is). commit c74123098beb026de713efa139a532f9ba3aa9cd Author: Franz Liedke <franz@develophp.org> Date: Sun Jun 24 21:27:57 2012 +0300 Render page generation time on anbu profiler console. commit 59397eb726840d640873bc3c668ccc5e1912b3c6 Author: Franz Liedke <franz@develophp.org> Date: Sun Jun 24 21:17:32 2012 +0300 Calculate the total render time in the profiler. commit cea48d4fe5e379c907ccb7cd9b2580e3a227445a Author: Jason Lewis <jason.lewis1991@gmail.com> Date: Sun Jun 24 19:37:08 2012 +0930 Updated the documentation. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> commit ac810f8597d20f7215605afd4c0337c34f8e38ec Author: Jason Lewis <jason.lewis1991@gmail.com> Date: Sun Jun 24 19:28:53 2012 +0930 Allow filter patterns to supply a name and callback as an easier alternative. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> commit 0ebeb14b67a728d4003747ba6572b1f14b7ad922 Merge: 9296d08e ed4a6973 Author: Dayle Rees <thepunkfan@gmail.com> Date: Sat Jun 23 10:36:41 2012 -0700 Merge pull request #849 from franzliedke/patch-12 Updates to the German translation commit b8c4af1cd81bd50ef1eb1c333eef7529e22a3937 Merge: 6e28d0bf 5a4d622b Author: Dayle Rees <thepunkfan@gmail.com> Date: Sat Jun 23 10:35:26 2012 -0700 Merge pull request #852 from JeffreyWay/patch-1 Fix small typo in validation docs. commit 5a4d622bb71482631d2b142163d6b9601162b289 Author: Jeffrey Way <jeffrey@jeffrey-way.com> Date: Sat Jun 23 14:32:27 2012 -0300 Fix small typo in validation docs. commit ed4a6973f8fa733ed0ac6b48c9f4eeaae25f5bf5 Author: Franz Liedke <franz@develophp.org> Date: Sat Jun 23 01:22:58 2012 +0300 Fix some bugs and inconsistencies in the German validation translation. commit 31abcd599ba7c7f80a4073ec1f785bdfabd21706 Author: Tobsn <orterer@gmail.com> Date: Fri Jun 22 08:54:10 2012 -0700 unique typo commit 0b9b102dc78aec01c8f307583f413e9bcf099eb1 Author: Tobsn <orterer@gmail.com> Date: Fri Jun 22 08:50:09 2012 -0700 NOT NULL order issue fixed! thanks @crynobone !!! commit 9296d08ec5ba71ceaa0deb1b4ae4d7aee5b11c0d Merge: 6415f1d2 37321136 Author: Dayle Rees <thepunkfan@gmail.com> Date: Fri Jun 22 08:38:47 2012 -0700 Merge pull request #825 from tobsn/patch-2 German Translation commit 6415f1d2acd755cd8a42eb0ee78158c1a138d98f Merge: 567b7286 36226b99 Author: Dayle Rees <thepunkfan@gmail.com> Date: Fri Jun 22 08:35:27 2012 -0700 Merge pull request #846 from tobsn/patch-6 fixed link for query builder commit 567b728666d7722c4df7b4d033a7f5fdb2892e20 Merge: 8d13bf9c 5c274ed7 Author: Dayle Rees <thepunkfan@gmail.com> Date: Fri Jun 22 08:34:05 2012 -0700 Merge pull request #845 from tobsn/patch-5 Environments Typo commit 8d13bf9c5a8c2b70143f88af7c13818849452c46 Author: Dayle Rees <thepunkfan@gmail.com> Date: Fri Jun 22 16:25:50 2012 +0100 removing unsigned from mysql grammer due to bug Signed-off-by: Dayle Rees <thepunkfan@gmail.com> commit 61a61fc285bad4452ddf3d4c5859c4cd613e806b Author: Tobsn <orterer@gmail.com> Date: Fri Jun 22 06:06:54 2012 -0700 Added explanation about PDO default attributes regarding issue #788 https://github.com/laravel/laravel/issues/788 commit 36226b99bcaa469579dd13692b4c172085f0748a Author: Tobsn <orterer@gmail.com> Date: Fri Jun 22 03:09:50 2012 -0700 fixed link for query builder /query -> /fluent thanks to @NXB commit 5c274ed7177977e156b01dd6f7d03a37c5a5dd52 Author: Tobsn <orterer@gmail.com> Date: Fri Jun 22 03:03:03 2012 -0700 Environments Typo commit 7af0304fe8cbdd3afe0511ef653860f5cd376f08 Merge: 1b062499 6e28d0bf Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jun 21 11:38:50 2012 -0500 Merge branch 'master' into develop commit be264ab181e32478fc6ed6bb989c0a28766038fd Author: Tobias Orterer <orterer@gmail.com> Date: Thu Jun 21 00:09:08 2012 -0700 added break function to closing structure commit 276f96aec303bb25a714c5ad12d50f2c69aa7ae9 Author: Koen Schmeets <k.schmeets@gmail.com> Date: Wed Jun 20 19:27:24 2012 +0200 Adding comment to finish call commit 1b062499dd270be9db5da46ce31fac9e18b52d67 Merge: 3fcb3aac 605be704 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jun 20 09:59:50 2012 -0700 Merge pull request #774 from franzliedke/patch-8 Avoid unnecessary end() in Table::command() function commit 3fcb3aac6c040f1dc68592c391df12577228907c Merge: a203a12d 7ead1796 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jun 20 09:58:38 2012 -0700 Merge pull request #775 from franzliedke/patch-9 Foreign key creation ignores database prefix commit a203a12da476389ad54996c21ad77fac00801b86 Merge: 81efdcf1 ac8bd082 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jun 20 09:57:59 2012 -0700 Merge pull request #799 from Jelle-S/develop Eloquent - simplify eager loading commit 81efdcf1578724f24ab1c663b3124e02cb208112 Merge: 6405175d 67ac2f2f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jun 20 09:56:01 2012 -0700 Merge pull request #776 from JesseObrien/develop Request::ip() doesn't return default commit 6e28d0bf2caf859235599bc75b4f4ff600ef37df Merge: 24bbd662 ac2e7c6a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jun 20 09:52:09 2012 -0700 Merge pull request #812 from stefanneubig/patch-2 Fixed namespace issue when registering a session driver with the extend ... commit 6405175dbdc67c7799de8ebf519a356ba3e2d25f Merge: fc96014c a5cc8616 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jun 20 09:49:12 2012 -0700 Merge pull request #819 from jasonlewis/patch-11 Allow checking of named view existance. commit fc96014c4f340d1fc773c93063fc994cce3b2a1c Merge: 7354b5fc e3317324 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jun 20 09:47:02 2012 -0700 Merge pull request #821 from daylerees/feature/clear-input Added clear() method to the input class commit 7354b5fc7255305e1c80ef8ac57f64ffc5105d53 Merge: 1f9f064b e0d491cb Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jun 20 09:46:16 2012 -0700 Merge pull request #824 from tobsn/patch-1 Added UNSIGNED to mysql grammar inrementer() commit 1f9f064bf6dd72a50569bf4a73c0b7adeb6204a4 Merge: 749a91f9 b6cc836b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jun 20 09:43:15 2012 -0700 Merge pull request #831 from jasonlewis/feature/blade-break Added an @break to blade to break out of loops. commit 749a91f948af1eb4674566920b5dfdef15c6875b Merge: 1c0501ef ec0128be Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jun 20 09:42:12 2012 -0700 Merge pull request #840 from noor/develop Fixed optgroup closing tag commit 1c0501ef305fef2f94fa98dba5de0b92924c0304 Merge: 681f80ea c6ebf685 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jun 20 09:41:49 2012 -0700 Merge pull request #833 from tobsn/patch-4 Added important note about @layout call commit 24bbd66273f4e89d7958e9e6bc0d9b8a2cc39954 Merge: c92578b2 ec455632 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jun 20 09:38:55 2012 -0700 Merge pull request #838 from SonicHedgehog/master Fixed typo commit ec0128be8f23af403f1a7cf966dd96867fc6baec Author: Noor Alhiraki <alhiraki@gmail.com> Date: Wed Jun 20 16:18:16 2012 +0300 fixed optgroup closing tag commit ec4556321d955a4123fc56c1185b26a34bcc6c21 Author: SonicHedgehog <josef.zellinger@gmail.com> Date: Wed Jun 20 13:01:52 2012 +0300 Fixed typo commit c6ebf685bfa7cc788ddfbb2ab54805c6f2b376a4 Author: Tobias Orterer <orterer@gmail.com> Date: Mon Jun 18 21:55:35 2012 -0700 Added important note about @layout on first line leads to confusion if not pointed out. commit 17e75a971971892f0ba1563717a3078f0264fef0 Merge: 8e5f1dd6 681f80ea Author: Chris Berthe <chrisberthe@gmail.com> Date: Mon Jun 18 12:38:59 2012 -0400 Merge remote-tracking branch 'upstream/develop' into develop commit b6cc836bf4f3efc06bfc4f7d6ca26c73c9f932e6 Author: Jason Lewis <jason.lewis1991@gmail.com> Date: Tue Jun 19 01:58:14 2012 +0930 Added an @break to blade to break out of loops. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> commit 37321136e47d7d1ff8018d8734f792c13bd6f8a9 Author: Tobias Orterer <orterer@gmail.com> Date: Mon Jun 18 02:08:12 2012 -0700 fixed missed umlauts commit ddee5b7199cbb291916595078bcb3c44c6efba44 Author: Tobias Orterer <orterer@gmail.com> Date: Sat Jun 16 20:02:03 2012 -0700 Blade cleanup sanitized most functions and regular expressions. made the bigger functions a bit more solid, flexible in what they ignore and simplified various processes. commit 139abb2e230c3c6232ea7a7ba6594174a930309b Author: Tobias Orterer <orterer@gmail.com> Date: Sat Jun 16 19:56:36 2012 -0700 German Translation Added German translation as good as it gets ;) commit e0d491cb150f034b048233c71160dffe300a3d45 Author: Tobias Orterer <orterer@gmail.com> Date: Sat Jun 16 19:46:50 2012 -0700 Added UNSIGNED to mysql grammar inrementer() Added UNSIGNED to the mysql grammar file because auto increment fields only run upwards, it's a waste of space to provide negative values by the default SIGNED state of INT. commit c92578b217735f07a835bd24aec392998f11a127 Merge: 681f80ea 5a1c1bf8 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jun 16 15:08:38 2012 -0500 Merge branch 'master' of github.com:laravel/laravel commit 681f80eafb678c219696f992c4578857ea1a53ac Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jun 16 15:08:03 2012 -0500 update change log commit 527977337d1e6af025f8b42d5d2c7cf0e335cf7f Merge: b27b1321 aeeb010e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jun 16 13:06:11 2012 -0700 Merge pull request #823 from Vespakoen/patch-3 ATTENTION! Fixing reference issue in relationship matching (Causing MAMP, and other installs, to crash when eager-loading) commit aeeb010e0a9d9f8cd3164be255cc2e72513327c5 Author: Koen Schmeets <k.schmeets@gmail.com> Date: Sat Jun 16 17:52:07 2012 +0200 Fixing reference issue in relationship matching commit 189f3813d040dcf33b2eb91b0519afa3624e9fe4 Author: Koen Schmeets <k.schmeets@gmail.com> Date: Sat Jun 16 13:20:39 2012 +0200 Calling the finish method on the right object commit e3317324b0cd69c025acc2c33d898017a4cb61ce Author: Dayle Rees <thepunkfan@gmail.com> Date: Sat Jun 16 11:42:25 2012 +0100 added clear() method to the input class Signed-off-by: Dayle Rees <thepunkfan@gmail.com> commit a5cc8616fcfa2c1b5f5066cc76cc3f690303f31a Author: Jason Lewis <jason.lewis1991@gmail.com> Date: Sat Jun 16 10:29:45 2012 +0930 Fix bug where error is shown when named view isn't set. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> commit 5d6258a7b40afd1739911c4f7aa350f456b9450f Author: Jason Lewis <jason.lewis1991@gmail.com> Date: Fri Jun 15 10:29:09 2012 +0930 Can now check for existance of named views. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> commit 19a3e9dc2b42de476aade6a75d8b457d4a93a425 Author: anaxamaxan <max@neptunewebworks.com> Date: Wed Jun 13 16:23:28 2012 -0700 Allow Model instance an id for first argument in Has_Many_And_Belongs_To::attach() and same for ::detach(). Also a typo fix for the docblock on attach(). commit ac2e7c6a2d2afa47f420715dca056ec6135403fd Author: Stefan Neubig <mail@stefanneubig.com> Date: Thu Jun 14 01:33:56 2012 +0300 Fixed namespace issue when registering a session driver with the extend closure commit 5a1c1bf82ce1ac4b6284cd6631c86ac46d996602 Merge: aae8b62d 06d7abc2 Author: Dayle Rees <thepunkfan@gmail.com> Date: Wed Jun 13 13:27:43 2012 -0700 Merge pull request #801 from dlabs88/patch-1 Typo in the docs Auth:usage commit e9e8a5b32e78bf2f7b589c181030ec7d3ef6a417 Author: Jason Walton <jwalton512@gmail.com> Date: Wed Jun 13 10:22:27 2012 -0700 Adds limit_exact method which will limit a string and its custom ending to a specified length Signed-off-by: Jason Walton <jwalton512@gmail.com> commit b27b1321281bf86212d30a972efff43b988f17b9 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jun 13 10:26:42 2012 -0500 update change log commit 0a24189b0efee404d0a494252b5cf5ea63b29b68 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jun 13 10:25:14 2012 -0500 added resolving event. commit 8e5f1dd6f7996e3081a8a4f4fc52395c71a002b9 Merge: fafaf724 14868a5f Author: Chris Berthe <chrisberthe@gmail.com> Date: Wed Jun 13 11:23:07 2012 -0400 Resolved autoloader conflict Signed-off-by: Chris Berthe <chrisberthe@gmail.com> commit fafaf724b0113bee94b9825a7779a672cd4adf82 Author: Chris Berthe <chrisberthe@gmail.com> Date: Wed Jun 13 11:19:20 2012 -0400 Grammar/Vocabulary fixes Signed-off-by: Chris Berthe <chrisberthe@gmail.com> commit 06d7abc2d4b1137b2e4a9d40ba8d71cdb571272a Author: dlabs88 <baycan88@gmail.com> Date: Tue Jun 12 04:00:15 2012 +0300 Route::get('admin', array('before' => 'auth', function() {})); forgot the last ) commit ac8bd0829ecbb1b7313937cc64624a1a0340656c Author: Jelle Sebreghts <sebreghts.jelle@gmail.com> Date: Mon Jun 11 20:00:46 2012 +0200 Fix for https://github.com/laravel/laravel/issues/789 commit 6881bdaf027fdfd8b90db4fe1bd61c1c606c43f0 Author: Jason Walton <jwalton512@gmail.com> Date: Mon Jun 11 09:18:42 2012 -0700 Added required_with validation rule to conditionally require an attribute based on the presence of another attribute Signed-off-by: Jason Walton <jwalton512@gmail.com> commit 14868a5fd595d5622a7b0a0164d0fbba00defd10 Merge: d9802fe6 6c35bbad Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jun 10 18:00:17 2012 -0700 Merge pull request #792 from asdfgh746/develop Fix typo. commit 6c35bbade626e4ce3c4a8747d4c72458c66c8f1d Author: Lucas Cherkewski <asdfgh746@gmail.com> Date: Sun Jun 10 10:13:56 2012 -0400 Fix typo. commit 67ac2f2f9a3c925f04040c5672aa54a74703e01b Author: Jesse O'Brien <jesse@jesse-obrien.ca> Date: Wed Jun 6 15:10:06 2012 -0400 Default was never returned. If no IP was found it returns NULL. While unit testing I found that providing a default IP address to Request::ip() returns NULL in a CLI environment. commit 7ead1796d08efe02fb2d5874affa06193c572c23 Author: Franz Liedke <franz@develophp.org> Date: Wed Jun 6 12:33:50 2012 +0300 Apply prefix to foreign key's "on" attribute, too. commit 605be704ff1f0e537d7433f60405b2377a04c36b Author: Franz Liedke <franz@develophp.org> Date: Wed Jun 6 12:23:00 2012 +0300 Avoid unnecessary end() in Table::column() function. commit 8fc80c47d9be83ead817986066bb385f0deeaf2c Author: Franz Liedke <franz@develophp.org> Date: Wed Jun 6 12:20:30 2012 +0300 Avoid unnecessary end() in Table::command() function. commit f2e915f13d930f765bc918208bbefdef7155f695 Author: Loic Sharma <sharma.loic@gmail.com> Date: Tue Jun 5 22:57:56 2012 -0500 Improved the way the quotes were added to the bindings. commit ea3021f3dd6c22beab5aa460f0319cd7ab8d910d Author: Loic Sharma <sharma.loic@gmail.com> Date: Tue Jun 5 22:46:35 2012 -0500 Fixed bug where the profiler did not correctly put quotes around bindings commit db351fedf05776480435ebef635dc43716aa5e56 Author: Samuel Fitz <abigwonderful@gmail.com> Date: Tue Jun 5 13:31:21 2012 -0600 added dblib option to sqlsrv connector class /sam fitz (abigwonderful) simple conditional added to look for dsn type. if set and is dblib, syntax for PDO connection adjusted slightly to allow for mac connection to mssql server (utilizing freetds) commit 75033f6287445d2bc10d779074511812363d96cc Author: Aaron Kuzemchak <aaron@kuzemchak.net> Date: Mon Jun 4 14:51:42 2012 -0400 Updating docs for Blade comments commit 3d7dc61697ddfe4b64c0309a76a690514f08544a Author: Aaron Kuzemchak <aaron@kuzemchak.net> Date: Mon Jun 4 14:48:22 2012 -0400 Fixing multiline Blade comments, making closing comment tag required commit 3ccc37bd8fd481d9eee38caa665b851d96736136 Author: Franz Liedke <franz@develophp.org> Date: Mon Jun 4 20:36:33 2012 +0300 Documentation: Fix typo on routing page's TOC. commit 161ea09861ef42355a28c96c247b14b025d046f2 Author: Franz Liedke <franz@develophp.org> Date: Mon Jun 4 20:34:04 2012 +0300 Documentation: Add link to Controller Routing section to Routing submenu. commit d9802fe65654f1d23a3fe566150db7bd4cc7ee2d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jun 4 09:04:20 2012 -0500 flush output buffer in error class. commit ad14938cb2ad62b0d94917092cb9cf610ad791a2 Merge: ba088022 1cc33dea Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jun 4 06:56:14 2012 -0700 Merge pull request #760 from cviebrock/develop Fix whitespace issues in laravel/form.php commit 1cc33dea267145e445a6222bec01be2855f02a10 Author: Colin Viebrock <colin@viebrock.ca> Date: Sun Jun 3 21:32:03 2012 -0500 Clean-up whitespace issues Signed-off-by: Colin Viebrock <colin@viebrock.ca> commit ba088022bb51ef20d3d60ccaae935d7e0809b825 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jun 3 19:54:02 2012 -0500 updated version. commit f595deea1e8ae882de36e2d2aef567c36144a1e1 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jun 3 19:53:44 2012 -0500 updated change log. commit 9d99cfad7ed032013a42dfb573d6182eb08a3ba8 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jun 3 19:53:21 2012 -0500 added default to config call to get auth password for backwards compatibility. commit dda3a81c10054f780ad381b7561f51cfb49b0207 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jun 3 19:52:26 2012 -0500 cleaning up comment. commit 8205a2196508c7094756a1857a78c1d250abcc2a Merge: 8a1011c1 bb2afdf5 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jun 3 17:51:15 2012 -0700 Merge pull request #707 from cviebrock/auth-pass-field Allow password field to be configured for Authentication drivers commit 8a1011c159f01f7736e0f65530ecb247d7bad3dc Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jun 3 19:49:43 2012 -0500 add bin path to artisan. commit 84e8892c2970c0ac8c6ee83a2982fe644f5186c5 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jun 3 17:45:08 2012 -0500 updating change log. commit ba6590d7b1b6c07c7bfab654d2caa5bf1f49a517 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jun 3 17:44:53 2012 -0500 cleaning up code. commit f608157ffcb69a1fb221ae68b8b0aba448769dd1 Merge: c9a4f5ea b4f07d43 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jun 3 15:43:44 2012 -0700 Merge pull request #732 from franzliedke/patch-4 Add a last_query() function to Database connection class. commit c9a4f5ea2f8f5cedc1536eeed6c665c636d42450 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jun 3 17:42:16 2012 -0500 cast values when comparing. commit 563568fbfe6596200fd5a08b3045fe97cc459770 Merge: e12b554c aae8b62d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jun 3 17:38:56 2012 -0500 Merge branch 'staging', remote-tracking branch 'origin' into develop commit aae8b62d6ad1c65f6c181dd782f5eec9d6e28c85 Merge: 0bdfea32 52bce559 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jun 3 15:38:27 2012 -0700 Merge pull request #735 from lukemartin/patch-1 Adding third parameter (filename) to upload method. commit e12b554cbbcfa816a08b3faea1c616da59285b54 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jun 3 17:37:46 2012 -0500 cleaning up. commit d9c0dc0c35d8a8f0ae79fd8bf6fd24fdab918f91 Merge: 1ac911f0 930a3e89 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jun 3 17:37:05 2012 -0500 Merge branch 'develop' of github.com:laravel/laravel into develop commit 1ac911f05d1bd4269aaa5811fd1103f7f172c6a1 Merge: 4dd82a0d 0bdfea32 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jun 3 17:36:16 2012 -0500 Merge branch 'master' of github.com:laravel/laravel into develop commit 930a3e89e02ca59290873c36383ade9a5f1083a4 Merge: b1707f2b 1aabbc38 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jun 3 15:35:33 2012 -0700 Merge pull request #736 from joecwallace/cli-env-management Check against host name for CLI commands commit b1707f2bc1d8c4852447d54e568cb7748b3eb811 Merge: 1b71a0ed 5e83a58e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jun 3 15:34:46 2012 -0700 Merge pull request #737 from ianlandsman/develop fix spelling mistake pointed out by @andrey_butov commit 1b71a0ed89e2176683601fe2a4e676c6fc47d4a3 Merge: 5cb8b9bf 338b74c1 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jun 3 15:34:31 2012 -0700 Merge pull request #743 from kbanman/response-fix Render Response objects when casting as string commit 0bdfea32e7130c9c4e29b9e2f1dda6e36dd3cdc8 Merge: 3805b69a d0afdf7b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jun 3 15:33:07 2012 -0700 Merge pull request #747 from kloy/master Fixing bug in IoC::resolve commit 3805b69aee429e8751ff0bbc88608fbda9251be4 Merge: ba4271c9 ea143fd9 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jun 3 15:32:45 2012 -0700 Merge pull request #748 from hamuz/patch-1 Use the static "compiled" method commit 5cb8b9bfe962d478f07e3717d977eb76f49744eb Merge: cfc0577d dc81e1b7 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jun 3 15:32:04 2012 -0700 Merge pull request #750 from robmeijer/develop Add a note about registering a named route for a controller action. commit cfc0577d501ab89ac4b4188badde2294c1d0dc34 Merge: 4b49ae42 6d5239bf Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jun 3 15:30:51 2012 -0700 Merge pull request #751 from jasonlewis/patch-9 Allow find to be called non-statically on Eloquent models commit 4dd82a0de3ef7b5b725468727768f7ee15775767 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jun 3 17:29:59 2012 -0500 update change log. commit ba4271c999f941e3eb203a8cd20325d7d5ba7c68 Merge: 56c6202d c8466f57 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jun 3 15:28:55 2012 -0700 Merge pull request #752 from AndrewBNZ/master Fixed typo from previous fix in sqlserver grammar, primary key function. commit c8466f5766cc492e1362b49f09fc2659d1482fb1 Author: AndrewBNZ <bewareofcabbage@gmail.com> Date: Sun Jun 3 23:51:38 2012 +1200 Fixed typo from previous fix, should be $command->columns not $command->$columns. commit 6d5239bf3099842535f110518e89e51d1e766f3e Author: Jason Lewis <jason.lewis1991@gmail.com> Date: Sun Jun 3 19:47:44 2012 +0930 Missed a semi-colon. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> commit b4db0f1b36b6d6c9c5346a51ec7d5a4090f85bb9 Author: Jason Lewis <jason.lewis1991@gmail.com> Date: Sun Jun 3 19:45:49 2012 +0930 Small change moving array to a variable. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> commit ab2fcb84ef1af5e72e9da8b18d6193053a295dd0 Author: Jason Lewis <jason.lewis1991@gmail.com> Date: Sun Jun 3 19:23:35 2012 +0930 Possible fix for issue #378. Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com> commit dc81e1b7ab4d2771eff9772d09e9c45c4c138aed Author: Rob Meijer <profusion@gmail.com> Date: Sat Jun 2 22:13:09 2012 +0100 Add a note about registering a named route that points to a controller action. commit ea143fd9e166e60e89aa52294322117027ce542f Author: hamuz <igokov@gmail.com> Date: Sat Jun 2 17:16:59 2012 +0300 Use the static "compiled" method commit d0afdf7bb291967e98b0c3c1ecb0d571567ba7ac Author: Keith Loy <ckeithloy@gmail.com> Date: Fri Jun 1 23:29:43 2012 -0500 fixing bug where parameters are not passed in IoC::resolve() commit 4b49ae422c52adc1a90223ff3b1b7b5eec168909 Merge: e35ec6b3 c583bd4a Author: Phill Sparks <me@phills.me.uk> Date: Fri Jun 1 04:52:01 2012 -0700 Merge pull request #746 from delmot/develop Fixed wrong closing tag name commit c583bd4abb26bb6b75f704a75dcee2f2a153dc9f Author: Sergii Grebeniuk <grebenjuk.s@gmail.com> Date: Fri Jun 1 14:47:34 2012 +0300 Fixed wrong closing tag name commit 338b74c1427d4786f041669b6085266f156153a2 Author: Kelly Banman <kelly.banman@gmail.com> Date: Thu May 31 16:15:55 2012 -0700 Render Responses when cast as string Signed-off-by: Kelly Banman <kelly.banman@gmail.com> commit 5e83a58e0012512eba468bc13a2c3c404b122deb Author: Ian Landsman <ian@userscape.com> Date: Wed May 30 21:58:50 2012 -0400 fix spelling mistake pointed out by @andrey_butov commit 52bce5596ed9315d8569215f2a4215d888196838 Author: lukemartin <luke@lukemartin.me> Date: Wed May 30 23:37:48 2012 +0200 Adding third parameter (filename) to upload method. commit e35ec6b39015c7e56b9c300c12bc1b403c1cb4b2 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed May 30 14:25:27 2012 -0500 update change log. commit 691d68ba549efc69c129ac34796e0b5d46e6ddf3 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed May 30 14:23:27 2012 -0500 improve / fix postgres support. commit 56c6202d2850c9c014a3c5f857b8d78bfddba637 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed May 30 13:46:41 2012 -0500 update change log. commit 544821bdebdc2edb0d5bfcb208f30d049f3739f4 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed May 30 13:46:20 2012 -0500 fix eloquent auth driver bug. commit bb2afdf559842c05b678e079bd92b28a8ad3dd58 Author: Colin Viebrock <colin@viebrock.ca> Date: Wed May 30 11:40:21 2012 -0500 Fix for Fluent ... this should work, I'd think commit b4f07d43f50b6e0551782da90df91d4d0e37d8bf Author: Franz Liedke <franz@develophp.org> Date: Wed May 30 18:44:48 2012 +0300 Add last_query() helper method to Database class, too. Signed-off-by: Franz Liedke <franz@develophp.org> commit 98b98980032263b668b87e30f33f89397026cba2 Author: Franz Liedke <franz@develophp.org> Date: Wed May 30 18:37:55 2012 +0300 Add a last_query() function to Database connection class. commit 2dd8b242b967c71e5bbeaa7053b8d8f68ad864ed Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed May 30 09:02:48 2012 -0500 update change log. commit bc67c667a9a53679863bc30cce62575aa8a6bc4c Merge: cf604d4e 61518868 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed May 30 07:01:28 2012 -0700 Merge pull request #730 from sparksp/develop-default-https Generated URLs default to use the current protocol (http or https) commit cf604d4e797dadbcbb9f3b8c399810a07f22c006 Merge: 4bb2e5f6 e057193d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed May 30 06:58:48 2012 -0700 Merge pull request #689 from crlosmify/html Method for HTML special characters commit 4bb2e5f63fb749e02fbe6334ead1c2747561bb08 Merge: 79b42791 af2bf68a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed May 30 06:58:19 2012 -0700 Merge pull request #698 from bencorlett/html-lists Adding support for values in nested lists generated in the HTML class. commit 79b42791013754509422f1e810af79fef0276228 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed May 30 08:41:45 2012 -0500 update change log. commit 5f97030ce8a7b3490c77f820d30ab4434a937795 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed May 30 08:41:03 2012 -0500 refactored set_format to foromat. commit c2ad6a812653eaf7d1a920e205caedcbeca43f51 Merge: db620621 3f0adcb5 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed May 30 06:38:27 2012 -0700 Merge pull request #714 from daylerees/feature/error-format Allow custom global message format. commit db6206218ae4c4446dcacc8017c67d7d287c9c4a Merge: 67583790 5dc7d816 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed May 30 06:36:46 2012 -0700 Merge pull request #722 from syntaqx/readme-cleanup readme cleanup and overall better'ness commit 67583790d4c4311a02b78078eaa755ea6ba29fa0 Merge: d6bcc414 9ec4c866 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed May 30 06:35:13 2012 -0700 Merge pull request #723 from syntaqx/htaccess htaccess documentation and symlink usage commit d6bcc414b12d2f2f35a2f604ac327adff6b4124c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed May 30 08:33:32 2012 -0500 update change log. commit 9114d2a033d1b3ee13370cdc7d8572a871e76c6b Merge: 36247267 aa687d03 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed May 30 08:28:58 2012 -0500 Merge branch 'master' into staging commit aa687d039d07ff3dd7454a3a00ecad29ff2f2032 Merge: c1de1d61 86a5fd07 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed May 30 06:25:29 2012 -0700 Merge pull request #725 from kapv89/patch-1 Changed a line which causes "illegal string offset" error to be thrown i... commit 36247267e8c4c58f5612b130bd393edb33c43c60 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed May 30 08:23:19 2012 -0500 update change log. commit d1bb02ab6440a95a4430a20c720dc148e31c5d06 Merge: d21713f3 c1de1d61 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed May 30 08:22:40 2012 -0500 fix conflicts. commit c1de1d61d82d8130b40ee989aa79d1bc29cfdd90 Merge: 639d64c5 b4b9c1f4 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed May 30 06:20:13 2012 -0700 Merge pull request #728 from AndrewBNZ/master Fix in sqlserver grammar primary key function commit 6151886860e9073e7d2240b1ecd90334e80228a8 Author: Phill Sparks <phill@bulbstudios.com> Date: Wed May 30 13:14:16 2012 +0100 Generated URLs default to use the current protocol (http or https) Signed-off-by: Phill Sparks <phill@bulbstudios.com> commit b4b9c1f4421a1e6d373942aa1ab6299d431b3631 Author: AndrewBNZ <bewareofcabbage@gmail.com> Date: Wed May 30 18:42:22 2012 +1200 Fixes Laravel issue #727 - updated sqlserver grammar file to fix error in primary key function. commit d21713f35f0ec473bea06d4f2253dfa5cb3b8b28 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue May 29 17:08:30 2012 -0500 increment version. commit 9c1272093b78bbaf5ffd6ff04f886b5c38e61c20 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue May 29 17:07:47 2012 -0500 update change log. commit c062418ee14283d4c79f89dcbd0147cf1716e440 Merge: 0f5ffdfb 22f99bce Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue May 29 17:06:11 2012 -0500 fixing conflicts. commit 0f5ffdfb56d2aeeb586e2febbc643b78838b12d1 Merge: 1a17e354 012663dd Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue May 29 17:05:19 2012 -0500 fix conflicts. commit 1a17e35461978084b8bc9a5117b26a2add7a7db7 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue May 29 17:04:47 2012 -0500 messing with auth driver problem. commit 012663ddbbb2803e652ff567673a823585a150ec Merge: 69d9257a 4389e5fa Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue May 29 17:02:39 2012 -0500 fix conflicts. commit 69d9257a50566d9fc34a62e8f0730685b1be9a30 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue May 29 17:00:23 2012 -0500 Return value of cookie. commit 86a5fd07396efacaeeff3dcd3f14e97f836f3ce2 Author: kapv89 <kapv89@gmail.com> Date: Tue May 29 14:04:06 2012 +0530 Changed a line which causes "illegal string offset" error to be thrown in php5.4 on trying to access $value['tmp_name'] commit 7f0d709b3bcfa48019059708d7530166bff6646b Author: Ben Corlett <bencorlett@me.com> Date: Tue May 29 11:26:27 2012 +1000 Adding mb_output_handler as the default callback for output buffering, Thanks @syntaqx commit 9ec4c866bd4658a05e113f205add1a35cb26be4c Author: syntaqx <syntaqx@gmail.com> Date: Mon May 28 18:39:26 2012 -0600 added htaccess documentation and symlinks Signed-off-by: syntaqx <syntaqx@gmail.com> commit 5dc7d81654cb77d305f43d123c6241810ea315f5 Author: syntaqx <syntaqx@gmail.com> Date: Mon May 28 18:29:51 2012 -0600 readme cleanup and overall better'ness Signed-off-by: syntaqx <syntaqx@gmail.com> commit 4389e5fa46b4d6645323651f3e252d64e9e3fb44 Merge: 988dae24 11c67a56 Author: Shawn McCool <shawn@heybigname.com> Date: Mon May 28 11:31:45 2012 +0200 Merge branch 'feature/eloquent_model_detection' into staging commit 11c67a56ccc0d51dd16d8fa5f73faabcf96deedc Author: Shawn McCool <shawn@heybigname.com> Date: Mon May 28 11:31:21 2012 +0200 added eloquent model detection to eloquent auth driver commit 22f99bce1f715eb8473669769691f3fbaeda495d Merge: 278dbf7a 495ff1b1 Author: Shawn McCool <shawn@heybigname.com> Date: Mon May 28 10:47:54 2012 +0200 Merge branch 'hotfix/auth_login_eloquent_driver' into develop commit 495ff1b19784cfb73fd2737ba40e0de46e3db3fc Author: Shawn McCool <shawn@heybigname.com> Date: Mon May 28 10:44:22 2012 +0200 eloquent model detection moved to eloquent driver commit 278dbf7a1d717f9f166e3bc7f4fd9031c2538daa Merge: 548e73ac 3c43f5fa Author: Shawn McCool <shawn@heybigname.com> Date: Sun May 27 20:29:38 2012 +0200 Merge branch 'fix-auth' into develop commit 988dae248862e0ceddfc5f8be2c0c1ab9a4acb87 Merge: ffa9c799 3c43f5fa Author: Shawn McCool <shawn@heybigname.com> Date: Sun May 27 20:29:33 2012 +0200 Merge branch 'fix-auth' into staging commit 3c43f5fac46b199cafd09b248e9b792d751f0e0a Author: Shawn McCool <shawn@heybigname.com> Date: Sun May 27 20:29:00 2012 +0200 updated auth::login to use get_key() commit 548e73ac94ea7e8ccb23545e9d40f0f460c66074 Merge: 23f469ae f58b9dea Author: Phill Sparks <me@phills.me.uk> Date: Sun May 27 03:18:43 2012 -0700 Merge pull request #715 from daylerees/feature/overide-core-tasks Allow overloading of core tasks. commit ef5ab30ca29f6a9349d921e1b3b6d6a7dd5d2edf Author: Colin Viebrock <colin@viebrock.ca> Date: Sat May 26 20:51:35 2012 -0500 Fix ... thanks Vespakoen! commit 23f469ae536d362a4929eb1797ad83ca2a0520af Merge: ffa9c799 992a5f74 Author: Shawn McCool <shawn@heybigname.com> Date: Sat May 26 04:57:36 2012 -0700 Merge pull request #716 from daylerees/feature/forelse-fix Fix for @forelse only matching $vars. commit ffa9c7997a1898a1ab26461efdcc820b17aa882f Author: Dayle Rees <thepunkfan@gmail.com> Date: Fri May 25 22:02:42 2012 +0100 added ability to pass eloquent model to Auth::login() Signed-off-by: Dayle Rees <thepunkfan@gmail.com> commit ed16bebcb13dfb0d48c452cdc268a9c2f7801658 Merge: 34919aff 10050517 Author: Shawn McCool <shawn@heybigname.com> Date: Sat May 26 13:18:12 2012 +0200 Merge branch 'staging' into develop commit 1005051738e67809db6d9d224c94de49a56e9d8d Author: Shawn McCool <shawn@heybigname.com> Date: Sat May 26 13:18:00 2012 +0200 commit new-line commit 992a5f74ca5e86be8a9570d438d62bfe62b03ad3 Author: Dayle Rees <thepunkfan@gmail.com> Date: Fri May 25 20:34:13 2012 +0100 fix for forelse only matching $vars Signed-off-by: Dayle Rees <thepunkfan@gmail.com> commit f58b9dea7f04d459208f1727f911e0cb5875c87a Author: Dayle Rees <thepunkfan@gmail.com> Date: Fri May 25 19:05:34 2012 +0100 allow for overriding core tasks Signed-off-by: Dayle Rees <thepunkfan@gmail.com> commit 3f0adcb5f3ec3a28a39708ae994da41834b5c84e Author: Dayle Rees <thepunkfan@gmail.com> Date: Fri May 25 18:47:17 2012 +0100 allow global messages format Signed-off-by: Dayle Rees <thepunkfan@gmail.com> commit 639d64c58403a00dc653726443b19c738f54e99e Merge: 80386977 ee4a1871 Author: Phill Sparks <me@phills.me.uk> Date: Fri May 25 01:48:07 2012 -0700 Merge pull request #711 from benjam-es/patch-1 Changed .gitignore in session to ignore all contents commit ee4a1871b2626949fa549314fbf96e08ea53209b Author: Ben James <in@benjam.es> Date: Fri May 25 09:45:46 2012 +0100 Changed .gitignore in session to ignore all contents Signed-off-by: Ben James <in@benjam.es> commit 34919aff71d30c9c40f7f6d71f18aa07eca20760 Merge: 8edd8fcb 4abd56e6 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu May 24 06:37:46 2012 -0700 Merge pull request #709 from daylerees/patch-3 Authenticator Alias commit 4abd56e695286c5901801c51a2a74f52f6d0449b Author: Dayle Rees <thepunkfan@gmail.com> Date: Thu May 24 15:34:34 2012 +0200 added alias Authenticator for Laravel\Auth\Drivers\Driver commit 52fded661d6c1a2faafffe8374f7771f8b351400 Author: Koen Schmeets <k.schmeets@gmail.com> Date: Thu May 24 11:50:48 2012 +0200 Extending Symfony's Response class and adding & calling the finish method Signed-off-by: Koen Schmeets <k.schmeets@gmail.com> commit 0f3e8eb62ba3f9e849e2ff7b777dd4b3af92a9c1 Author: Koen Schmeets <k.schmeets@gmail.com> Date: Thu May 24 11:49:35 2012 +0200 Reverting Symfony's Response class to previous version Signed-off-by: Koen Schmeets <k.schmeets@gmail.com> commit 62afdf3f2c6ba9b1a4b40519e351718010b4060e Author: Colin Viebrock <colin@viebrock.ca> Date: Wed May 23 22:47:18 2012 -0500 Allow password field to be configured. Signed-off-by: Colin Viebrock <colin@viebrock.ca> commit b02fd5232ce1aac73c5c08cf8b5c66ddbe412584 Author: Koen Schmeets <k.schmeets@gmail.com> Date: Thu May 24 02:01:24 2012 +0200 Fixing a bug that would stop the script execution before the laravel.done event has been fired for php-fastcgi users Signed-off-by: Koen Schmeets <k.schmeets@gmail.com> commit 80386977aaeb5d41ace3169e46fe671d3185bd72 Merge: 3e92ee27 5f0e70a2 Author: Phill Sparks <me@phills.me.uk> Date: Wed May 23 06:10:01 2012 -0700 Merge pull request #699 from falzhobel/profiler-js-finetune Profiler js finetune commit 8edd8fcbec4b41159de840317b632e6588cdea0d Author: Phill Sparks <me@phills.me.uk> Date: Wed May 23 11:21:07 2012 +0100 Fixed line endings. Signed-off-by: Phill Sparks <me@phills.me.uk> commit 3e92ee27db3d5edde4effe8e1c8bdd5b3631d42e Merge: 63b1636d 5bd64f40 Author: Phill Sparks <me@phills.me.uk> Date: Wed May 23 03:03:40 2012 -0700 Merge pull request #701 from tkaw220/develop Typo in documentation commit 5bd64f4030b8d5f9d803af72a971dac53abf5358 Author: Edwin Aw <tkaw220@gmail.com> Date: Wed May 23 17:44:41 2012 +0800 Typo in documentation Fixed typo in controllers documentation commit 5f0e70a2ef63113d423b5857aaa73bc24e4a241f Author: Guillaume Lambert <falzhobel@gmail.com> Date: Tue May 22 23:33:02 2012 -0400 fixed a conflict with .hidden class when using twitter bootstrap and made animation smoother Signed-off-by: Guillaume Lambert <falzhobel@gmail.com> commit fa6d0e92a9db43d96c062aba2746dbc339d4c32b Author: Guillaume Lambert <falzhobel@gmail.com> Date: Tue May 22 23:09:56 2012 -0400 added prevent default to anbu events and linted/formatted profiler.js code, profiler config in application back to false Signed-off-by: Guillaume Lambert <falzhobel@gmail.com> commit 7cc4df852be5354b9ce6b0b4db805499fa084b1e Author: Guillaume Lambert <falzhobel@gmail.com> Date: Tue May 22 23:03:29 2012 -0400 added prevent default to anbu events and linted/formatted profiler.js code Signed-off-by: Guillaume Lambert <falzhobel@gmail.com> commit af2bf68a29002109a1b1a10d38ea95ff1f34c6e6 Author: Ben Corlett <bencorlett@me.com> Date: Wed May 23 12:25:26 2012 +1000 Adding support for values in nested lists generated in the HTML class. Signed-off-by: Ben Corlett <bencorlett@me.com> commit 63b1636d138222f147c6afbf5b34718ee048b853 Merge: 49944bab cdcca785 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue May 22 09:09:28 2012 -0700 Merge pull request #695 from daylerees/profiler-upgrade profiler upgrade additions commit 1aabbc38bb3a04f045e319e48e6a2680723ca775 Author: Joe Wallace <joew@atiba.com> Date: Tue May 22 11:04:17 2012 -0500 Check against host name for CLI commands commit cdcca78548e4f07bf583ca22879ea30be4c838f1 Author: Dayle Rees <thepunkfan@gmail.com> Date: Tue May 22 17:03:26 2012 +0100 profiler upgrade additions Signed-off-by: Dayle Rees <thepunkfan@gmail.com> commit 49944bab96ef054251f142502d4cec5b4d592039 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue May 22 09:12:21 2012 -0500 Increment version. commit 91c64b38a7631b0864cc7a40f7695749935faabf Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue May 22 08:32:23 2012 -0500 updated change log. commit 2ea35398c38aeb90409a94743392ff956095d38a Merge: 62aa4f46 c80a2e46 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue May 22 08:29:22 2012 -0500 Merge branch 'develop' into staging commit c80a2e466a23f0286930dc5aa72ebc52d4aaff7a Merge: d29c5bfd e46d9c5b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue May 22 06:19:23 2012 -0700 Merge pull request #693 from kbanman/request-fix Fix capitalization regression in Request::server() commit e46d9c5b6d8a56da40b9ce6d905dcd118c5a3ed8 Author: Kelly Banman <kelly.banman@gmail.com> Date: Mon May 21 23:56:48 2012 -0700 Fix capitalization regression in Request::server() Signed-off-by: Kelly Banman <kelly.banman@gmail.com> commit 62aa4f4681a08bc1dc23cac40944af27929fc3b3 Merge: 98535868 d29c5bfd Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon May 21 13:47:17 2012 -0500 Merge branch 'develop' into staging commit d29c5bfdabaac43ff2c7551812486e741bd065b1 Merge: 5adc2256 948ce87c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon May 21 11:45:54 2012 -0700 Merge pull request #687 from syntaqx/git-files added gitattributes file and updated gitignore commit 5adc2256d718623a6d322dc5d759f48d8e375c68 Merge: 5ba802d4 2c8bad7e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon May 21 11:45:23 2012 -0700 Merge pull request #688 from syntaqx/readme README updates commit 98535868acaf66440ea9089c5ad5b3d62d486939 Merge: 5c03938e 5ba802d4 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon May 21 11:06:35 2012 -0500 Merge branch 'develop' into staging commit 5ba802d4733194ca2ed4539e1e085c940da391fa Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon May 21 11:05:59 2012 -0500 Update environment documentation. commit e7a40c0cafe0beb31941215142b591f108731409 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon May 21 11:02:43 2012 -0500 Updating event docs. commit a7959ebc3df362e9be2bbce942866d636634515b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon May 21 10:57:23 2012 -0500 Updating docs. commit e7ee6865b1c69596b1c84dd403ab43a331589515 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon May 21 10:55:08 2012 -0500 Updating docs. commit 0f0c291ffbc9091b7bad9ea3d02f5529bbbfe7ce Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon May 21 10:53:28 2012 -0500 updating docs for merge and replace input methods. commit 7d1102dd6e8db21b5203a9e05751d02a58977fd1 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon May 21 10:48:15 2012 -0500 Updated authentication offline docs. commit 5c03938e3b0eba991a887aa1d1230b2b3100c371 Merge: a303d66a dbb4c169 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon May 21 10:35:55 2012 -0500 Merge branch 'develop' into staging commit e057193de0d3eb9370605cd8d67d6df1beeb1c7a Author: Carlos <carlos@kolabs.co> Date: Sat May 19 01:21:18 2012 -0500 Added function for converting html special characters. With entities there are problems encoding characters in other languages, for example á, ó, in spanish will become special characters. commit 23a25b9abb3442938595d1d3b249d73d039bf5bd Author: Carlos <carlos@kolabs.co> Date: Sat May 19 01:17:53 2012 -0500 Revert "Added a function for handling HTML special characters" This reverts commit b47fc6476ae30b8ba700d2883dbb4d77f758c682. commit 2c8bad7e68b930e0de4fbd1cc96a941ed575c4ec Author: syntaqx <syntaqx@gmail.com> Date: Sat May 19 00:15:04 2012 -0600 added syntax highlighting to the readme Signed-off-by: syntaqx <syntaqx@gmail.com> commit b47fc6476ae30b8ba700d2883dbb4d77f758c682 Author: Carlos <carlos@kolabs.co> Date: Sat May 19 01:12:29 2012 -0500 Added a function for handling HTML special characters commit 948ce87cd9ed34b1353501cae69c10f5299120ea Author: syntaqx <syntaqx@gmail.com> Date: Fri May 18 23:51:00 2012 -0600 added gitattributes file and updated gitignore Signed-off-by: syntaqx <syntaqx@gmail.com> commit dbb4c169da06415f32fc39df6eb6468484264eca Merge: a6ad5c6d 4ea27c9d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri May 18 06:15:34 2012 -0700 Merge pull request #685 from loic-sharma/patch-1 Fixed some minor spelling mistakes in Eloquent commit 4ea27c9daf6922200aea1f8d11f0fe46a97519d8 Author: Loic Sharma <sharma.loic@gmail.com> Date: Thu May 17 23:03:42 2012 -0500 Fixed minor spelling mistakes commit 33fdcb4ae7dbbeef851b84ff3fe888ef73186645 Author: Ben Corlett <bencorlett@me.com> Date: Thu May 17 13:02:57 2012 +1000 Fixing type-o with the spelling of "Symfony". Signed-off-by: Ben Corlett <bencorlett@me.com> commit 056e54785514d2d724445f24f304d429e8a4e696 Author: Ben Corlett <bencorlett@me.com> Date: Thu May 17 11:47:10 2012 +1000 Adding output buffering to allow redirects to work after content has been outputted. Signed-off-by: Ben Corlett <bencorlett@me.com> commit a6ad5c6dee03c6a7799199229f0389756c148039 Merge: 21d8a266 11b9f522 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed May 16 14:15:23 2012 -0700 Merge pull request #671 from ErikDubbelboer/docfix Fix error in comment. commit 21d8a266e6820036b68d6836a360123cbe24d01a Merge: d417eb56 70b64f19 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed May 16 14:14:47 2012 -0700 Merge pull request #673 from daylerees/patch-2 Blade::extend in changelog. commit 70b64f1928589f525fdb4ee1be64cb2cfd596978 Author: Dayle Rees <thepunkfan@gmail.com> Date: Mon May 14 14:11:56 2012 +0200 forgot to add blade::extend() to this commit 11b9f522398efd0b95de805082736471a0992f3c Author: Erik Dubbelboer <erik@dubbelboer.com> Date: Sat May 12 18:28:45 2012 +0200 fix error in comment Signed-off-by: Erik Dubbelboer <erik@dubbelboer.com> commit 1b2ab309c4b0ae923147dff2bc533ca2e3af74bf Author: Kelly Banman <kelly.banman@gmail.com> Date: Fri May 11 22:32:19 2012 -0700 Add support for non-string parameters in controller routes Signed-off-by: Kelly Banman <kelly.banman@gmail.com> commit a303d66ae0de84c94d9b09a00b8f9e881f5d6342 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri May 11 15:32:28 2012 -0500 Fix bug in events. commit d417eb566402ed51639e55199b925ebf1d292663 Merge: 135b6d51 88908ade Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri May 11 12:19:25 2012 -0700 Merge pull request #658 from jkudish/develop moose are uncountable commit 135b6d513262e602873e7d485e801b5269c7f352 Merge: 4cff0907 df9c223e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri May 11 12:18:15 2012 -0700 Merge pull request #664 from franzliedke/patch-3 Remove more unneeded Closure references commit 4cff0907a04984ca86ea591884ef13bf0751f1b0 Merge: b097b6c6 8e12e7a8 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri May 11 12:17:22 2012 -0700 Merge pull request #669 from awellis13/feature/where_nested-closure-fix where_nested breaks on empty closures commit 8e12e7a819a839042d2e448e3c6b1c86a1bdabad Author: Andrew Ellis <awellis@me.com> Date: Fri May 11 13:11:02 2012 -0600 where_nested no longer breaks on closures that don't actually set anything commit b097b6c68226655ed933b829d3ae3ada6f7418cf Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri May 11 13:22:04 2012 -0500 Fix to_array() in eloquent model. commit f8fe7843aba95467e4389c7a51659220875da9cc Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri May 11 10:30:23 2012 -0500 tweak event queue. commit 314f25bd28d5556045d1300a13a90054c6e22ccd Merge: ef6076b2 94f49c36 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri May 11 08:49:17 2012 -0500 fixing conflicts. commit ef6076b2ce3aa9dc950b4ae06cdb6b07b722b8d3 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri May 11 08:48:31 2012 -0500 added event queues. commit df9c223ed684f75d4f6aa1a628c14ff052ee870e Author: Franz Liedke <franz@develophp.org> Date: Fri May 11 12:30:45 2012 +0300 Remove obsolete class import in request.php. commit 6a58e983164d0f4a7bf4bc82bdb890f35fcb8151 Author: Franz Liedke <franz@develophp.org> Date: Fri May 11 12:29:18 2012 +0300 Remove obsolete class import in file.php. commit 5097e9053b57752639986d3ec018b92c7904de48 Author: Franz Liedke <franz@develophp.org> Date: Fri May 11 12:28:52 2012 +0300 Remove obsolete class import in cookie.php. commit b40e13a8929c604bd9b6e5a039121cd89c989a10 Author: Franz Liedke <franz@develophp.org> Date: Fri May 11 12:28:12 2012 +0300 Remove obsolete namespace import in config.php. commit 83f7847ccd0cacdfec41a2dc6287ee233ceb0de1 Author: Franz Liedke <franz@develophp.org> Date: Fri May 11 12:27:38 2012 +0300 Remove obsolete namespace import in session/payload.php. commit 09cb38fc679bf936b525422942a0b4856d9b6880 Author: Franz Liedke <franz@develophp.org> Date: Fri May 11 12:23:25 2012 +0300 Fix PHPDoc referring to Closure class. commit f6bad1e809dcada4f808984160c61efae1c1304e Author: Franz Liedke <franz@develophp.org> Date: Fri May 11 12:21:43 2012 +0300 Remove obsolete namespace import in driver.php. commit bf172272da78d9ef0ff3b6712c3ab7fe57df7c74 Author: Franz Liedke <franz@develophp.org> Date: Fri May 11 12:20:18 2012 +0300 Remove obsolete code. commit 94f49c3627a4c999196f49d898e0a1fef78144c8 Merge: 492b49a0 97de6ef1 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu May 10 20:07:23 2012 -0700 Merge pull request #663 from cviebrock/develop Fix order of elements for Cookie::put() in Auth driver commit 97de6ef1d7be01734376e95104b5e464b78feaa5 Author: Colin Viebrock <colin@viebrock.ca> Date: Thu May 10 22:04:56 2012 -0500 Order of elements for Cookie::put() was wrong Signed-off-by: Colin Viebrock <colin@viebrock.ca> commit 492b49a04b3963a260779f35b696b774c6f6558e Merge: df79b47c 5637a29f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu May 10 14:33:55 2012 -0700 Merge pull request #661 from cviebrock/develop Fix for #660 commit 5637a29fa33945ae6873db4d7bf32a9994217191 Author: Colin Viebrock <colin@viebrock.ca> Date: Thu May 10 16:32:07 2012 -0500 Add Cookie::forever constant, fixes #660 Signed-off-by: Colin Viebrock <colin@viebrock.ca> commit 88908ade02292d4279c67263ddd7e685509838d7 Author: Joachim Kudish <joachim.kudish@gmail.com> Date: Thu May 10 10:03:54 2012 -0700 moose are uncountable commit df79b47cc9f40c86ccee69902bc142c512fcbcd9 Merge: af9f875e a1cca24e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu May 10 09:44:12 2012 -0700 Merge pull request #656 from cviebrock/array-helpers Doc change for issue #648 commit a1cca24e8a4ce7e1c6501ed6ad07ae066ca4cbdf Author: Colin Viebrock <colin@viebrock.ca> Date: Thu May 10 11:41:29 2012 -0500 Doc change for issue #648 commit af9f875ee3b4942636fb90a6c6bf5db647ba5197 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu May 10 11:37:30 2012 -0500 Remote unneeded properties. commit 5fcf57a27d34f5726a63e608e508279b56173bf1 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu May 10 08:45:12 2012 -0500 Updated change log. commit 21a51b7cf95fc02b327d65afa0fbba1387800c0e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu May 10 08:44:43 2012 -0500 Add controller and controller_action to route. commit 641f1d4c14a50b50f12a9929306cbffd308a5e91 Merge: 01894ae4 fdad5838 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu May 10 06:35:54 2012 -0700 Merge pull request #615 from awellis13/feature/route-cleanup Laravel\Route PHPDoc cleanup and removed $uri from Route::parameters(). commit 01894ae4eed1c5b54e8ce19dddf6fed0a3f14cf6 Merge: d0edf92e 8a8d3319 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu May 10 06:34:18 2012 -0700 Merge pull request #651 from dlpetrie/patch-4 Controller property Bundle ( and some additions ) commit d0edf92e31dfdaa370b161a9f281925bd7185035 Merge: 0ad9c67f c50646df Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu May 10 06:31:49 2012 -0700 Merge pull request #640 from crynobone/feature/remove-prettyprint Google Pretty Print never loaded, there's no need to include it. commit 0ad9c67fa0f147a068c3023979d124cc5f4b45c1 Merge: 287f2a29 d8662442 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu May 10 06:28:58 2012 -0700 Merge pull request #631 from loic-sharma/patch-2 Allow Blade extensions to actually extend Blade commit 287f2a299fda21d93e687bce5cf9eea13b428ac2 Merge: cded744a ec9f5f19 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu May 10 06:26:35 2012 -0700 Merge pull request #641 from crynobone/feature/form-select-optgroup Add support for Form::select with optgroup, solved #526 commit cded744ac9a441bb584821b7e7a16dd98699ef56 Merge: c0b9de27 4d98eaa8 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu May 10 06:25:51 2012 -0700 Merge pull request #648 from cviebrock/array-helpers add array_except() and array_only(), mimicking Input::except() and Input::only() but for any array commit 8a8d3319812d4e3974efd43c90376bc0362e8d5e Author: Daniel Petrie <dan.petrie@cartalyst.com> Date: Wed May 9 17:14:01 2012 -0700 Update laravel/routing/controller.php commit b6cbac56c802cab3402d54f10a6af34c3aac3110 Author: Daniel Petrie <dan.petrie@cartalyst.com> Date: Wed May 9 17:06:04 2012 -0700 bundle property wasn't being used, so I made use of it as well as adding the controllers name and action being called. commit 4d98eaa8d3b7de6b97e94817fadb2736df6b4d82 Merge: 319c450f c0b9de27 Author: Colin Viebrock <colin@viebrock.ca> Date: Wed May 9 16:07:06 2012 -0500 Merge remote-tracking branch 'laravel/develop' into array-helpers commit c0b9de27eb70b088cb6231fe5ee478dd946229c7 Merge: 1f706bd2 be5eaf94 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed May 9 14:04:20 2012 -0700 Merge pull request #645 from cviebrock/develop Auth Driver uses Crypter commit 319c450f6f91a666689fd2948ca4401e3c30444d Author: Colin Viebrock <colin@viebrock.ca> Date: Wed May 9 15:51:16 2012 -0500 Make Input::only() and Input::except() into array_only() and array_except() helpers. Signed-off-by: Colin Viebrock <colin@viebrock.ca> commit be5eaf946ccde2998a0aca42de30453ea1ece5f6 Author: Colin Viebrock <colin@viebrock.ca> Date: Tue May 8 21:15:46 2012 -0500 Driver uses Laravel\Crypter Signed-off-by: Colin Viebrock <colin@viebrock.ca> commit c50646dfe8b3ebeae2efa641b83cc0b450cc32e3 Author: crynobone <crynobone@gmail.com> Date: Tue May 8 09:49:36 2012 +0800 Missing </head> close tag commit ec9f5f1995209ff9f1f19968c4f642f5cfed532a Author: crynobone <crynobone@gmail.com> Date: Mon May 7 20:43:40 2012 +0800 Add support for Form::select with optgroup, solved #526 commit 2f2b0416aa20191a9a60adc6f199b752e2d3aadd Author: crynobone <crynobone@gmail.com> Date: Mon May 7 19:24:48 2012 +0800 Google Pretty Print never loaded, there's no need to include it. commit 524375781e1dc687598dc368037a3180791a688e Author: Pavel <proger.xp@gmail.com> Date: Sun May 6 12:19:13 2012 +0400 Added Bundle::expand() method. Signed-off-by: Pavel <proger.xp@gmail.com> commit 1f706bd2d1ae8201c4447b81ac8b10ba4d7bd687 Merge: 47b6492a 57f94a78 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat May 5 11:40:24 2012 -0700 Merge pull request #633 from crynobone/feature/validator-replace-attr Validator: During replace :attribute, need to verify Lang::has('key') instead of checking is_null() commit 57f94a78293ce1d8171344c8e2d2d958326ab1f6 Author: crynobone <crynobone@gmail.com> Date: Sun May 6 00:53:24 2012 +0800 Validator: During replace :attribute, need to verify Lang::has('key') instead of checking is_null() Signed-off-by: crynobone <crynobone@gmail.com> commit 47b6492a7e5280ad525afcfff79ed391def13e4d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat May 5 11:36:04 2012 -0500 updated lang::has method. commit d866244225e536c9f462ccdae9cc9bf7718c48bf Author: Loic Sharma <sharma.loic@gmail.com> Date: Sat May 5 08:41:22 2012 -0500 Moved the extensions compiler to first. commit 515f5f40091307fb18d7e938988b1a3bfc1cfe7e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri May 4 14:49:07 2012 -0500 change matcher function to public. commit 16719ed45596a067306b9773fe6dd98e7676bd7b Merge: d3811af3 3d284d2b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri May 4 12:43:16 2012 -0700 Merge pull request #630 from dlpetrie/patch-3 Fixing namespace issue with blade extend closure commit 3d284d2b8a7767ca094ddaf159944e69b630bf59 Author: Daniel Petrie <dan.petrie@cartalyst.com> Date: Fri May 4 12:40:17 2012 -0700 Adding use Closure; to fix namespacing issue. commit d3811af333aafb55359381614100272c3aacfe26 Merge: 70d47461 d5c01b6e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri May 4 12:06:41 2012 -0700 Merge pull request #625 from daylerees/docs-style-fix Ubuntu font in docs, and naughty inline styles fixed. commit 70d47461595eea7fd562776d8519cb60164d9738 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri May 4 13:38:30 2012 -0500 cleaning up. commit a69778139057c1a8414fae27e128614f5e90bc77 Merge: 0824c871 b870807e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri May 4 11:36:57 2012 -0700 Merge pull request #628 from daylerees/custom-blade Blade::register() custom blade compilers. commit b870807e1a71036d7170aae37713ed1560d47de9 Author: Dayle Rees <thepunkfan@gmail.com> Date: Fri May 4 19:02:44 2012 +0100 renamed blade::register to blade::extend Signed-off-by: Dayle Rees <thepunkfan@gmail.com> commit d2de301ede907770bde066c7c2f5ea024faab8e4 Author: Dayle Rees <thepunkfan@gmail.com> Date: Fri May 4 18:44:43 2012 +0100 added custom compilers to blade Signed-off-by: Dayle Rees <thepunkfan@gmail.com> commit d5c01b6e746a816cf364f5ea206eee3bffb78cd5 Author: Dayle Rees <thepunkfan@gmail.com> Date: Fri May 4 17:42:06 2012 +0100 added ubuntu webfont and fixed taylors naughty naughty inline styles Signed-off-by: Dayle Rees <thepunkfan@gmail.com> commit 0824c871fd80378cbc53f6d8f292eb85a733ddf6 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri May 4 10:51:16 2012 -0500 tweaking wording. commit 84f2209e3ccdd0c294a1738e4e0efe98bb8c6058 Merge: c764f76e 7f7a0cf0 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri May 4 08:49:44 2012 -0700 Merge pull request #624 from CoolGoose/patch-1 updated templating docs a bit with a function example commit 7f7a0cf03558a89178465ed5f98c3e475fbb3a77 Author: Alexandru Bucur <melipse@gmail.com> Date: Fri May 4 18:47:51 2012 +0300 Added a small example on how to call a function in blade :P commit c764f76e5b1f2b99f34384039e123eff0bf8627a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri May 4 09:13:03 2012 -0500 remove extra method call. commit a59cdd937a3a7a5039b8787b214b3b99511501ce Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri May 4 09:00:47 2012 -0500 updated version. commit 6923b7c95d66d9f081867432b139a058f553d444 Merge: e85ca96e 0baf5ad9 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri May 4 06:57:24 2012 -0700 Merge pull request #623 from sparksp/develop-patch-view Fix View's use of Events so you can actually implement your own things commit 0baf5ad9b162987c313a8615f824192d4fab6a1f Author: Phill Sparks <me@phills.me.uk> Date: Fri May 4 12:35:24 2012 +0100 Fix View's use of Events so you can actually implement your own things Signed-off-by: Phill Sparks <me@phills.me.uk> commit e85ca96e383d633b489a2e49413a8a588cc9ff19 Merge: caf0bb7c 100a59c9 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri May 4 06:52:22 2012 -0700 Merge pull request #614 from awellis13/feature/trim-sql-for-query Add trim() to Connection::query() commit caf0bb7cb2a64370d027467931c1e69e555f9e3b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu May 3 20:22:03 2012 -0500 Fully qualify eloquent class. commit 50dc9f8663314c5f90d1269a8ca84ce58c9f9dc1 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu May 3 17:32:33 2012 -0500 Use regular array_merge on Input::all(). commit 100a59c9c4be137f37dafed6d221df391b80d28c Author: Andrew Ellis <awellis@me.com> Date: Thu May 3 11:16:32 2012 -0600 added trim() for the sql statement commit fdad58383b050fdd0ea95638d2c965b01b44ba94 Author: Andrew Ellis <awellis@me.com> Date: Thu May 3 11:14:33 2012 -0600 cleaned up phpdoc and removed as it is not used commit e256a66b18868f8470d807e5bfefde0f913bfbbb Merge: c2ed9e34 5019d05e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu May 3 06:44:34 2012 -0700 Merge pull request #562 from ProgerXP/patch-lang Lang::__construct(): turn non-array $replacements into an array commit c2ed9e3429be2062bbb0f058a22f06f5210822ca Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu May 3 08:42:44 2012 -0500 return key instead of null when language line isn't found. commit 74022cfa5a63e06e1e449147678ffd9b9afadcbf Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu May 3 08:38:43 2012 -0500 fix typo. commit 280bc99ed8963d5d4d9a304b11e44fa9227db0c6 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu May 3 08:37:52 2012 -0500 add u PCRE modifier to str::words. commit 4f036cf7ddd2a18bded17edc80031e97324cb9f2 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu May 3 08:36:32 2012 -0500 add spacing to router. commit 9ca81296d8fb34a711be7524afdea7831cca6d85 Merge: d0cdfb97 14961350 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu May 3 06:36:08 2012 -0700 Merge pull request #589 from whitman/numeric-routes Automatically wrap numeric routes in parentheses commit d0cdfb971d1d49b3b6214a44cf46254734a1b917 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu May 3 08:35:02 2012 -0500 clean up has_file method. commit 5fa78819ebcc336f07438e67f96a8c18d06b1649 Merge: 295c3b80 11f08fb7 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu May 3 08:33:04 2012 -0500 Merge branch 'develop' of github.com:laravel/laravel into develop commit 11f08fb737b0eaa40af8ab0b84068791796a18d3 Merge: f53c8285 33c60274 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu May 3 06:32:51 2012 -0700 Merge pull request #590 from Vespakoen/develop Adding has_file method to the Input class commit 295c3b80c26c4b55d13e03640f71c82bd14dbca1 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu May 3 08:28:40 2012 -0500 add sqlite query driver. commit f53c8285a7d908a73fc86450a56680a5cb17464b Merge: 57c228ae 1b956607 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu May 3 06:26:02 2012 -0700 Merge pull request #564 from ProgerXP/patch-del Make File::delete() return result of unlink() commit 57c228aec6e9c6d4134b62b983afdc7e4a4aa639 Merge: 4822f847 9c109849 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu May 3 06:21:21 2012 -0700 Merge pull request #611 from asdfgh746/develop Fix Typos commit 4822f847c2cd2ba0342a9090eb704e33e2942ad5 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu May 3 08:20:33 2012 -0500 pass delete method through eloquent query. commit aca2a2ae1c4b0e7c94c69c2c48c83341a24a62de Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed May 2 16:52:55 2012 -0500 Fix auth bug and other resolver bugs. commit cadfc3c50ffaf3780cbbe84397412d0d2b4a0923 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed May 2 16:49:48 2012 -0500 Fix IoC bug. commit a68c4013f8dda730a5c4b4e3936e19c41c937aa9 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed May 2 16:36:34 2012 -0500 Fix import. commit 2ccfa7b8f62ecee66fe1c8461e57ed178d225c86 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed May 2 16:06:20 2012 -0500 Fix return for real. commit 0649ef21c61d9155765c30ef3b489188b080165e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed May 2 16:05:23 2012 -0500 Clean up junk. commit 980e965cab560a3d3d934503605ae014634c6cae Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed May 2 16:04:54 2012 -0500 Fix return. commit 9c109849c3abb00f351f09ce4669d981d0de9639 Author: asdfgh746@gmail.com <asdfgh746@gmail.com> Date: Wed May 2 16:51:52 2012 -0400 Fix typos. Signed-off-by: asdfgh746@gmail.com <asdfgh746@gmail.com> Change "develoepr" into "developer". Change "started, yet but" into "started yet, but". commit f0a6111021a5430a7ed5e170cc2174126261710b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed May 2 15:41:38 2012 -0500 Set token. commit b10b8e38628a67d6a3e86b2c6dda0b4f3ec3b3c2 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed May 2 15:06:15 2012 -0500 Import Config class. commit 9d1d48fb4fd87d48b4da7905a152b12a7e5af05b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed May 2 13:39:59 2012 -0500 Fix bug in IoC. commit 348ff778edc9216f6195c3bf12f2b52b40802bea Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed May 2 13:28:29 2012 -0500 Merged Linject into the core IoC container. commit 30c87b9245bfb79b4fb46a30afa429046c19e3f1 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed May 2 09:39:27 2012 -0500 Updated change log. commit b5f5927fa7724861abba5d371b28ff5d59186fa8 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed May 2 09:37:40 2012 -0500 Fix bug with many-to-many relationships on non-default database connection. commit 9ed91af1e896d38b65c2de940eac9dc763c0ae25 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed May 2 08:50:37 2012 -0500 added Response::eloquent method. commit 13638467b4d1f48c867cc74dc71bc59f729a6f9f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed May 2 08:35:26 2012 -0500 added Response::json method. commit f6b7e5f72754a99debac0b43b14adf45da88a6cb Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed May 2 08:13:08 2012 -0500 updated change log. commit 208eb8a380766b9f9cf5a4ecfa953fd0c8d629d9 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed May 2 08:12:52 2012 -0500 move json method to input class. commit 138d08c04bac599a4f305c12a4ec84825051221d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed May 2 08:09:23 2012 -0500 added Requst::json method. commit 6d37a32466cbb64df94c1483f7c0dd4f77210b4b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue May 1 16:26:11 2012 -0500 Cleaning up the routes file. commit 223c3a7dde2cf2358eebe85847931aa5d752c29c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue May 1 13:16:53 2012 -0500 Fix typo. commit f050f7731b0287a17ea6c4962a248c66bc6678bc Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue May 1 13:12:32 2012 -0500 Refactoring some auth code. commit de7046cc669096e93eabd6732f2dbdb7e63fc7a6 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue May 1 11:35:58 2012 -0500 update change log. commit 60ab0b66e750be1bc9070ab530fbe3d7eb343631 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue May 1 11:33:10 2012 -0500 Finishing up auth re-write. commit 60f61f318b0a1e7ccf3897382c0aeb4688eec425 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue May 1 10:50:33 2012 -0500 refactored authentication system. commit c49e1964a9602363fea3f549665ee1f3af0ea11e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue May 1 09:37:22 2012 -0500 Working on base authentication driver. commit 840954eb1d6fc15b821b138b985fb4457da7e172 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Apr 30 22:43:30 2012 -0500 Rename "register" methods to "extend". commit 1dd35dffdbcde1e2903a75fc0f14c7b8225e3d7d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Apr 30 22:40:37 2012 -0500 Update change log. commit 7e33ec5f34003281123dd4f5bf6cd0f5a88e2893 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Apr 30 22:40:18 2012 -0500 Allow the registration of custom database drivers. commit cf29450b996515637534a3a8dee6577214c654f1 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Apr 30 15:40:29 2012 -0500 Fix bug in array_pluck helper. commit 7af5afc4b5d6af58149dc0ca4c85451a142ba39a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Apr 30 15:09:56 2012 -0500 Allow starter Closure for bundles. commit efe3de684316afc3c4ba25ce43b4f1af4afb04a1 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Apr 30 11:52:30 2012 -0500 Allow the specification of a asset base URL. commit 48dae0c3d972eed29e7f5b0edbf53e8e504bb550 Merge: 55913070 95dc06ad Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Apr 30 09:49:06 2012 -0700 Merge pull request #578 from cviebrock/asset-url Configuration option to set different base URL for assets commit 5591307099634c6de770ef3d5f55c5aff760eb24 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Apr 30 11:22:33 2012 -0500 update toc. commit 13f30262d986a82c7eb8c828d0855a122b4f0f30 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Apr 30 11:19:48 2012 -0500 Fix table of contents. commit d9bdb4f9bab15e35d6c4e084cc1b58d1ae0dc822 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Apr 30 11:16:31 2012 -0500 Fix conflict text. commit bb4bf88c6f76f977b41994beaeb2877e8bf3ad58 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Apr 30 11:15:41 2012 -0500 Updated change log. commit ba9a7263b0ea853ee65225988b229c62433b0026 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Apr 30 11:15:23 2012 -0500 Allow the registration of third party cache and session drivers. commit c49c60365f76afe60ccc635040d0f5b9b395a727 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Apr 30 10:17:59 2012 -0500 Cleaned up the section able implementation. commit 9dea22c3ebf4f6cdc6ba3d90a3cf94dbbeae488d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Apr 30 10:09:38 2012 -0500 require_once on error class. commit aaeb7bc3be5877559627585e95af887950234a90 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Apr 28 22:46:25 2012 -0500 More work on sectionable caches. commit 31106a9211d1e747f3783f59b54ccdd66edf83d7 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Apr 28 22:40:11 2012 -0500 Support implicit sectioned caching using :: syntax. commit 4d2ecdbff2fc8a7e9262079dd4fd9e0c3ca53b93 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Apr 28 14:01:10 2012 -0500 Tweaking response->render() location. commit 80448c3341e6c072b06e69e2f265c849e64a4c27 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Apr 28 11:14:08 2012 -0500 Fix typo in change log. commit aff9e194d935b30cef94b8d6628cecc0307f1318 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Apr 28 11:12:44 2012 -0500 Implement sectionable caching in array cache driver. commit 68d9210ef589de99807c5638a25cbb6d54ed892a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Apr 27 14:26:46 2012 -0500 Added array_pluck method. commit e9bcbeac8f2bd29ea904be251461a5545e821cde Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Apr 27 13:30:03 2012 -0500 Change location of when $response->render() is called. Make memory cache storage array public. commit b0fd803297dc2916a05cbc7d20fb5f37a7302169 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Apr 26 20:49:56 2012 -0500 Updated change log. commit a892b85e8b64002e21134ad36bd623ba8fe5a71a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Apr 26 20:48:58 2012 -0500 Added new Sectionable interface to allow cache drivers to expose "namespace" type functionality. commit 9057c60a5f55e816ac845e67bac51c62ed4f3f68 Merge: 26730cd5 af6d76f7 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Apr 26 18:26:19 2012 -0700 Merge pull request #584 from bencorlett/develop Adding having() support to the Fluent query builder. commit 33c6027476398a8623d8382fdab838fbb0425ac2 Author: Koen Schmeets <k.schmeets@gmail.com> Date: Thu Apr 26 21:24:06 2012 +0200 Adding has_file method Signed-off-by: Koen Schmeets <k.schmeets@gmail.com> commit 26730cd5b3ceae03ffc5549e85b67d9c94e861ef Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Apr 26 13:51:48 2012 -0500 added dummy favicon to prevent weird session flash data issues. commit 86fce099b36d2a8f73e5cf0c9aee48b35ae3e881 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Apr 26 11:25:47 2012 -0500 Fixed belongs_to primary key bug. commit 14961350d08ee20b1aaf96965dab62342075c092 Author: Alex Whitman <alex@alexwhitman.com> Date: Thu Apr 26 16:32:02 2012 +0100 Automatically wrap numeric routes in parentheses commit ca065823699720db2913254831d4ac3788c3e836 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Apr 26 09:30:34 2012 -0500 Add some events to Eloquent models. commit 1f3d269adcc7986d58476f9fc11f2e895553755b Merge: 9cee86ff 3a62036a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Apr 24 22:47:46 2012 -0500 Merge branch 'master' into staging commit 3a62036a9cfa544205dfee84b398066e91c1cd0a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Apr 24 22:47:35 2012 -0500 fix urlencode prob commit 9cee86ffb9576b457a614540deba6dd524357eac Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Apr 24 22:38:30 2012 -0500 use array_values on relationship matches. commit b8b0c0849574225473674ae8b916dc9786a66994 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Apr 24 21:51:19 2012 -0500 fix html class. commit af6d76f7132e5fe91107663b0ff523bb71f7ff64 Author: Ben Corlett <bencorlett@me.com> Date: Wed Apr 25 11:18:50 2012 +1000 Adding having() support to the Fluent query builder. Signed-off-by: Ben Corlett <bencorlett@me.com> commit 589b86ff3eb61fc6044e73bcac1f0b313479c12e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Apr 24 13:41:19 2012 -0500 remove unnecessary code in input class. commit e55cf315783abb4e9e85d61534a9a1e13dfdf093 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Apr 24 11:48:47 2012 -0500 dont cast to string in str::words method. commit 68834a47d96384d72e1f4cd853a250bae8478cb3 Merge: a994c30a 8e055308 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Apr 24 10:42:57 2012 -0500 fixing conflicts. commit 8e05530869cce7bde7ba080e9c9c38e8df7c8fe3 Merge: af42dec0 8eae68bd Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Apr 24 08:41:35 2012 -0700 Merge pull request #570 from AoSiX/urlencode_issue Change htmlentities to urlencode for link commit a994c30ab3a04f14e88b6d9bcf0cdad805ac9bd6 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Apr 24 10:40:20 2012 -0500 fixed str::words php notice. commit 1dea9852a9106fbc9b8a1d9fb610eea0177f4fb9 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Apr 24 10:37:40 2012 -0500 fix eager loading of belongs_to relationships when all keys are null. commit 47b60135bbeec9b527d71ccdb49e71816e70844e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Apr 24 08:57:31 2012 -0500 fix possible error loading error class. commit 39601e8a78ee3fe096749f316ddb21621600227e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Apr 24 08:37:37 2012 -0500 fix bugs in input class. commit 3241de0cc1b70167e1ab243c13a5526b9cafc712 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Apr 24 08:27:29 2012 -0500 fix Input::merge method. commit 95dc06ad2f2c8baea0cc817b5101a206e615dc77 Author: Colin Viebrock <colin@viebrock.ca> Date: Mon Apr 23 23:44:31 2012 -0500 whitespace fix commit 11b0d243ff19c05ba5898081cb791266b5b4e852 Author: Colin Viebrock <colin@viebrock.ca> Date: Mon Apr 23 23:43:09 2012 -0500 Fixes commit 71d361e071cf3ca8f7b5abeae41b8c261f8eff31 Author: Colin Viebrock <colin@viebrock.ca> Date: Mon Apr 23 22:48:16 2012 -0500 Configuration option to set different server for asset files. commit 94948cf675b9aef11ebb96ceabaddb1bece771db Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Apr 23 16:08:57 2012 -0500 Fix Eloquent eager loading matching. commit b65fa7040d9cb2b4e4ed7c4dd879ccfdf8546991 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Apr 23 13:36:25 2012 -0500 tweak the status method.: commit f1feb467f13c12294c381348abb6e3cbd89358bd Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Apr 23 13:33:48 2012 -0500 added Input::merge method. commit 8eae68bde0ed5ba98d291d5afabc4e79abbbd9af Author: Julien TANT <julien@ao6-labs.eu> Date: Sat Apr 21 14:51:03 2012 +0200 Change htmlentities to urlencode for link Signed-off-by: Julien TANT <julien@ao6-labs.eu> commit bb506bb30bc701095a33a7b1e35b0f5616fd9641 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Apr 20 11:37:05 2012 -0500 Updating change log and docs for Schema::drop. commit a92ab1ca308924a918b38a702057d56e1a8cdc5b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Apr 20 11:35:47 2012 -0500 Fixing bugs. commit 98ea9ac41f26164eef39ee4d36da11658220e117 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Apr 20 10:54:40 2012 -0500 Fix bug in core script. commit 1b9566070bc9c68ac6b92da1b8c1aefed3500d85 Author: Pavel <proger.xp@gmail.com> Date: Fri Apr 20 00:07:15 2012 +0400 File::delete() now returns result of unlink(). Signed-off-by: Pavel <proger.xp@gmail.com> commit 5019d05ed21ddfe7da62aaf83ef451984cd59fc4 Author: Pavel <proger.xp@gmail.com> Date: Thu Apr 19 23:40:38 2012 +0400 Lang::__construct() now converts $replacements into an array. Signed-off-by: Pavel <proger.xp@gmail.com> commit 7b65dc30a04a1284e28ce60e1a55e5b20d457f25 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Apr 19 14:32:59 2012 -0500 updated change log. commit 58f69fdf47c765a312a06c219e25bd6f16871da6 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Apr 19 14:32:27 2012 -0500 fixing some issues related to environment. commit 4440412f5787352cee09e7f636b9f72edb5cf9ac Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Apr 19 10:51:29 2012 -0500 turn off profiler by default. commit 9a90d303c7ab1ede66c8c84fbfb90f31e9840547 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Apr 19 08:45:56 2012 -0500 return empty string if no items in html list. commit 09e456d2bff482c7767ef930db380660db5e090e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Apr 19 08:41:23 2012 -0500 fix docblock. commit 92e482de0da02ac0e6b53d5f33572fdd26904fd9 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Apr 19 08:39:30 2012 -0500 updating documentation. commit 798b76d8d0385c4a596bedf98e5c9aafab1e01a1 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Apr 19 08:38:06 2012 -0500 update change log. commit a150a7d457f403e6a2ddf2d92a1ebfa3e6a14b10 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Apr 19 08:37:42 2012 -0500 allow multiple views to be registered for a single composer. commit d1428948eae23d5f5c257e3d66fae5c0b24de288 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Apr 19 08:28:22 2012 -0500 fix docblock. commit cac5ebad4a87e9261f329fc3ceea54d9c6ab3d02 Merge: 3670423d 56fac668 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Apr 19 06:26:59 2012 -0700 Merge pull request #507 from sparksp/develop-patch-2 Don't show the trace on shutdown, it's useless. commit 3670423da6e74c5b5078972e29b527c7f761bcd2 Merge: 45c9d154 5db37437 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Apr 19 06:23:42 2012 -0700 Merge pull request #558 from ProgerXP/patch-locks-dev Fixing "Cannot remove ...: Permission denied" in File and bundle:: task commit af42dec07b910339392437507f94057a286d096c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Apr 19 08:21:42 2012 -0500 update change log and version. commit affcad0948ecc263ab572b858c618a23c4adf5b9 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Apr 19 08:19:15 2012 -0500 fix bug surrounding cookie session driver. commit 45c9d15442b760ca6a5d73ae5c248aa56ce8d77f Merge: ed2df89c 3f5a92ea Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Apr 19 06:13:39 2012 -0700 Merge pull request #559 from ProgerXP/patch-ioc-resolve IoC::resolve() - call_user_func_ARRAY() commit ed2df89c3ed865654ed248f3c837e43427bbb3c2 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Apr 19 08:11:29 2012 -0500 fix double return. commit 3f5a92ea5c9c2aaccbb87e834bdd94b8689ded39 Author: Pavel <proger.xp@gmail.com> Date: Thu Apr 19 10:47:50 2012 +0400 Fixed wrong calling of the IoC resolver. Signed-off-by: Pavel <proger.xp@gmail.com> commit 5db37437025b2f7e8ae895045f6a6c1d078a001e Author: Pavel <proger.xp@gmail.com> Date: Thu Apr 19 10:36:28 2012 +0400 Fixing "Cannot remove ...: Permission denied" in File and bundle:: task Signed-off-by: Pavel <proger.xp@gmail.com> commit a19b8b9675d33532194879247ad02bb8386e0b2d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Apr 18 20:53:26 2012 -0500 tweaking the value method. commit d91da7d80a647e61deb97e9e58e96885b8f8cd02 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Apr 18 20:51:15 2012 -0500 update change log. commit b9d573467a6575f2a7e4c2e8499306362f1587a1 Merge: bee2a273 49384514 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Apr 18 18:50:19 2012 -0700 Merge pull request #531 from markhuot/develop Syncing Up Magic Methods commit bee2a273bc393aa13e90e0e2b28f8bed67ae0dd2 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Apr 18 20:47:29 2012 -0500 added default option to bundle::option method. commit 3f2bdb769572298484522044a472277b8123d948 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Apr 18 20:43:25 2012 -0500 only write file caches if minutes is greater than zero. commit 78243fedbac7669456fbbc01e3c124d9403c290c Merge: ff94d166 eafb4bdf Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Apr 18 20:39:18 2012 -0500 Merge branch 'develop' of github.com:laravel/laravel into develop commit ff94d166301c8854e1f4a1f8a445f918d5a0659f Merge: 51f5fdd0 b7ac6674 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Apr 18 20:38:46 2012 -0500 Merge branch 'staging' of github.com:laravel/laravel into staging commit 51f5fdd0c92d8de02f331151205473a9b88c58f5 Merge: 62935964 9c823d42 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Apr 18 20:38:36 2012 -0500 fix conflicts. commit 9c823d42be0afc1cad38dd3f7b5704a2809d3bb0 Merge: 24e38284 f1435ce1 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Apr 18 20:36:51 2012 -0500 Merge branch 'master' of github.com:laravel/laravel commit 24e382848c6e81ad5677e38dcfce5a2c8923aae7 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Apr 18 20:36:38 2012 -0500 add response to done event. commit eafb4bdfb8e6d4f44debd96c0f49d8599bad8350 Merge: 7199ac8e e0251b7d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Apr 17 18:52:45 2012 -0700 Merge pull request #501 from daylerees/error-pages Error pages commit 7199ac8e9ce80bec532fd9d80a4f8c03ea5f105e Merge: 5b7f3f66 723e0767 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Apr 17 18:49:32 2012 -0700 Merge pull request #549 from ProgerXP/patch-ru Russian language files. commit 5b7f3f66f2a8d31f0501a24cc2c26270fe7c99b1 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Apr 17 20:48:17 2012 -0500 update change log. commit 4f3dbf2ec41598d14d89d5ec2ff6df27987bb390 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Apr 17 20:15:08 2012 -0500 document the view::exists method. commit ae2dc6a7e23438f4094142f9814f1cfbaaa116dc Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Apr 17 20:13:42 2012 -0500 cleaning up view code. commit 42f8914611190b313684050b0e41587b485b89a7 Merge: 66cf43de 7ba97bc3 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Apr 17 20:11:08 2012 -0500 Merge branch 'develop' of github.com:laravel/laravel into develop commit 66cf43de6c2831e336b2cba381272e8322c9b699 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Apr 17 20:10:56 2012 -0500 update change log. commit 8c4170491ed32d701d631841e5f82cafcddc1318 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Apr 17 20:09:41 2012 -0500 use memcached instead of memcache. commit f1435ce1950520f9edce20bd8983187afd07d472 Merge: 728a320c 482aed93 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Apr 17 17:58:19 2012 -0700 Merge pull request #546 from ProgerXP/patch-typos Corrected typos in the comments. commit 7ba97bc3b579af200812a77f3457e6b7ba65e005 Merge: b7ac6674 ee5386e3 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Apr 17 17:55:52 2012 -0700 Merge pull request #550 from davzie/develop Implemented View::exists function commit b7ac667405de382b504346ff30a42fb9acb82550 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Apr 17 14:33:17 2012 -0500 tweak belongs to eager constraining. commit ee5386e3b2140a0b18ac1e232f5fbba8aa30ac9b Author: David Thorpe <davzie@davzie.com> Date: Tue Apr 17 19:25:41 2012 +0100 Implemented View::exists function magical Signed-off-by: David Thorpe <davzie@davzie.com> commit 723e0767edd92ac20df5b3f48cb8d073ea025bf4 Author: Pavel <proger.xp@gmail.com> Date: Tue Apr 17 15:12:31 2012 +0400 Added Russian language files. Signed-off-by: Pavel <proger.xp@gmail.com> commit f6388e26be99bdb7ff76645caa066f4ef0ad4a2e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Apr 16 20:38:31 2012 -0500 added dd helper. commit 62935964ebe3f2a3ea642e90a3c241e9bc83812f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Apr 16 14:50:32 2012 -0500 update chang elog commit 11aabe4a84d45149c29f08ffa4a70a33b78affef Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Apr 16 14:50:06 2012 -0500 move back to memcache commit 482aed93790a979d4d67c7a461768758422de067 Author: Pavel <proger.xp@gmail.com> Date: Mon Apr 16 18:44:11 2012 +0400 Corrected typos in the comments. Signed-off-by: Pavel <proger.xp@gmail.com> commit 1192abe39c1b623872f5b3503c83719626fd02b4 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Apr 16 08:37:15 2012 -0500 update change log. commit f316553bb7a692dde72a4a3ba08c6bfc6de00283 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Apr 16 08:36:44 2012 -0500 use memcached api instead of memcache. commit 5d52da696fb7202bd131948d52781d7b759edc53 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Apr 13 20:34:13 2012 -0500 use injection on the request::detect_env method for better testability. commit 44dbbe01dae2ed961282a0035c8fd640b5ddd8ab Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Apr 13 13:54:56 2012 -0500 added support for bundles outside of the bundle directory using 'path: ' syntax like views. commit 0f483fb39085973910d0255d5dc36c7a3a0b9fec Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Apr 13 13:33:54 2012 -0500 cleaning up the autoloader> commit 1d7c27c19f62c345dbb465f07b92e151153f2b45 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Apr 13 13:02:20 2012 -0500 tweak local environment defaults. commit 7b7f154edd02f3de5b86701a0dce4e02f88a7f25 Merge: 9daa919f e16ab6f3 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Apr 13 08:25:51 2012 -0500 Merge branch 'staging' into develop commit e16ab6f3d454a7ff52329cd7fd083211563101b1 Merge: 2b88c788 728a320c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Apr 13 08:25:40 2012 -0500 fixing conflicts. commit 728a320cbcaab0e4edb9280c7239a8c20633967c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Apr 13 08:24:42 2012 -0500 increment version and update change log. commit f45330a006cd9f88e90a47fdf497334c7a92b094 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Apr 13 08:23:11 2012 -0500 call render method on view when including in blade. commit 49384514efca7115a50de0861244f7d5f4b9d34f Author: Mark Huot <mark@markhuot.com> Date: Fri Apr 13 10:20:34 2012 -0300 The __get() magic method runs three checks before giving up but the __isset() method only runs two checks. This syncs the logic to ensure that __get() and __isset() are looking at the same possibilities. commit 9daa919f4bd74bdb2991f49a3821470b405e9ac4 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Apr 12 23:36:45 2012 -0500 updated change log. commit ab6e364546e282e0bbbd4892e89fce883ee67310 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Apr 12 23:35:41 2012 -0500 added simpler and easier environment handling. commit 34cb9a00f4da5a0514a5a4c6c8f7eadc9b5893bc Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Apr 12 22:54:50 2012 -0500 move 'is' method to the str class where it belongs. commit 0c8c6714f47635a7d8aa405d6935f04790c2c547 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Apr 12 22:46:49 2012 -0500 make the paths file more friendly. commit 99e634d7a4006a91088a30026e5d38c1ef7591e2 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Apr 12 22:35:18 2012 -0500 better organize paths file. commit 2b88c78896cc4a43fa58fa7b12a5861e6fc45c2b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Apr 12 22:33:45 2012 -0500 simplified the paths.php file. commit 1847a369fb35143b3db49038e3a0eaa141d8186a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Apr 11 16:08:15 2012 -0500 fixed eloquent datetime bug when determining dirty attributes. commit 8bc128fdaafec01daefe907c74e5e26a10dac49a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Apr 10 22:36:20 2012 -0500 cleaning up code. commit 9ad6fabc02d40975f433d8840fa738354e46f78c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Apr 10 15:04:39 2012 -0500 Updated change log. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit 94b8582865cf3ec8f436fec9f2c6c9cb15ec3c81 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Apr 10 15:03:42 2012 -0500 Add DateTime support to database binding layer. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit 7d5b6b3748a011166c5ba4416166d8819ed89f5d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Apr 10 11:46:55 2012 -0500 added blade comments and documentation. commit 222383c83b25e5579ca0e4be870748e82ddc432a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Apr 10 11:41:02 2012 -0500 check application.ssl in request::secure. commit d5b9f3c604c2cf0f080aad57f01f1d271683d471 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Apr 10 11:37:38 2012 -0500 cleaning up section class. commit 78a2bce820d17646b0f1aa32945925c9cce63a79 Merge: f7b1a72f f0f9d7b2 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Apr 10 09:36:49 2012 -0700 Merge pull request #509 from cviebrock/section-append Make Section::append public, and do a true append. Other methods are renamed but unchanged. commit f7b1a72f3c5e76d8ce665e07fb89b64e358b3a26 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Apr 10 11:33:55 2012 -0500 added unless structure to blade. commit fda19731c5ff33cdc986b2b6635bf9f135ccd06b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Apr 10 11:26:03 2012 -0500 Fixing update handling in Has_Many and Has_One relationships. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit 8e988192a138e5147739922a0450bb4bbfccd194 Merge: 0eb79a5b f786b33e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Apr 10 10:10:51 2012 -0500 Merge branch 'develop' of github.com:laravel/laravel into develop commit 0eb79a5b8d6b809c4fcc0adcfc2c8da8599cd4bf Merge: 825e8b2d 1a5d4250 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Apr 10 10:10:41 2012 -0500 Merge branch 'staging' into develop commit 1a5d4250d1b70480f464faabf557344f5be31715 Merge: 8a687053 bcca8be0 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Apr 10 10:10:31 2012 -0500 fix conflicts. commit bcca8be0720d5a6d1995d63ce47dcfdbe5dcb8c7 Merge: cb905084 2e7cca1d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Apr 10 10:09:43 2012 -0500 Merge branch 'master' of github.com:laravel/laravel commit cb9050844ad90e74d16478b9c45660737a822fef Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Apr 10 10:09:34 2012 -0500 incremented version. commit 2e7cca1d0bd90925946b70b02814c42c06080ca9 Merge: b370549d 3850f575 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Apr 10 07:49:05 2012 -0700 Merge pull request #512 from Mikaweb/patch-1 Misspelt word corrected! commit 60b5e38ca0cda1dada316cb67498fba8438ab662 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Apr 10 09:48:54 2012 -0500 return after loading mapped class in autoloader. commit b370549d808595e08c07ddeeccaba4380503e1ad Merge: a3e0c7c0 20173213 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Apr 10 07:47:34 2012 -0700 Merge pull request #517 from joecwallace/migrate-resolver-classify-fix Resolver::resolve() bug fix commit a3e0c7c0c49fa27d0edd36039b0518bf16f1cb56 Merge: 9ee9e7bb 53e8f9b7 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Apr 10 07:43:49 2012 -0700 Merge pull request #522 from kloy/master Custom validation messages in language file fix. commit 9ee9e7bb5ec47f2d634113f39f3135130685388d Merge: b7ac1b75 f7aee0ca Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Apr 9 19:55:34 2012 -0700 Merge pull request #518 from joecwallace/eloquent-model-table-basename-fix Eloquent Model::table() bug fix commit 53e8f9b77469025e74910823265cede331d32ed6 Author: Keith Loy <keith.loy@cwlake.com> Date: Mon Apr 9 21:11:54 2012 -0500 Fixing bug where custom validation messages in bundle language files were not getting picked up. commit f7aee0ca2aef2bd6585f596ffa25884cc8d5aa97 Author: Joe Wallace <joew@atiba.com> Date: Mon Apr 9 11:28:40 2012 -0500 Model::table() uses class_basename() helper - which properly discards namespaces on *nix systems Signed-off-by: Joe Wallace <joew@atiba.com> commit 201732135d58b37b79cdd82ed949a46b2d5a7b17 Author: Joe Wallace <joew@atiba.com> Date: Mon Apr 9 11:02:11 2012 -0500 Resolver::resolve() uses Str::classify() to determine class names Signed-off-by: Joe Wallace <joew@atiba.com> commit f786b33e85f952ff23a8c7ce51abc6387423a698 Merge: 825e8b2d 88dd2f32 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Apr 8 07:37:38 2012 -0700 Merge pull request #515 from gaker/develop Change visibility on Crypter::randomizer() commit 88dd2f3232c8d0f30002276b484eb957de7a860b Author: Greg Aker <greg@gregaker.net> Date: Sat Apr 7 14:09:22 2012 -0500 Altering visibility of Crypter::randomizer() to public. commit 3850f575f0a1d863bbb3ee41b99a9ce792b78817 Author: Maxime Dizerens <mdizerens@gmail.com> Date: Sat Apr 7 00:03:33 2012 +0300 Misspelt word corrected! commit f0f9d7b25655dd1879db993e1cf82518789f2683 Author: Colin Viebrock <colin@viebrock.ca> Date: Fri Apr 6 11:50:01 2012 -0500 make Section::append public, and do a true append. Other methods are renamed but unchanged. commit 56fac668b39f5f926962196b63b6b59ac1ee5cb2 Author: Phill Sparks <me@phills.me.uk> Date: Fri Apr 6 10:41:10 2012 +0100 Don't show the trace on shutdown, it's useless. Signed-off-by: Phill Sparks <me@phills.me.uk> commit 825e8b2d49220099951ee9585dfa8500384f7b7a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Apr 5 21:40:56 2012 -0500 cleaning up code and comments. commit a77196db8652ba7e3e191c95144fbf1e77fe031b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Apr 5 21:30:53 2012 -0500 cleaning up code. commit 8a687053a85e16dd307ca16983381c327ec864f5 Merge: ee288a77 b7ac1b75 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Apr 5 09:33:50 2012 -0500 fix conflicts. commit b7ac1b75af08301c386ad1b8ab79eca14835b2bd Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Apr 5 09:30:16 2012 -0500 updated change log and incremented version. commit cc4514e8f6918bf0072da22f9dd55c94268c945c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Apr 5 09:21:28 2012 -0500 Fix bug in many to many eager loading. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit ee288a77097b84069d6048e8648a77a0debdb03a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Apr 4 22:32:25 2012 -0500 updated changelog. commit 6dd709ccaa08d1cd2c574e2814e0aaec7b25a5ae Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Apr 4 22:16:34 2012 -0500 move vendors folder under laravel. commit fe36d7fdfbc0b1d2555f6e86224041605c8b4d02 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Apr 4 17:08:16 2012 -0500 Added total SQL execution time to profiler. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit 01a7991bd52367fcb5eb1617950a9163899d8a80 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Apr 4 16:57:18 2012 -0500 fix artisan. commit 4bee6d1bca5b94155455a26d1db47b6d8654edd7 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Apr 4 14:48:51 2012 -0500 put str_object back in. commit e0251b7d5789378764f519350a1b9332d4b4078b Author: Dayle Rees <thepunkfan@gmail.com> Date: Wed Apr 4 20:45:01 2012 +0100 restyled error pages to suit new views commit 609920b0d028ce898bf10bc0a58a887908b3299a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Apr 4 14:30:32 2012 -0500 Allow str_contains to take an array. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit c1582e7c848e02f30c8bacbd675da90efe791920 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Apr 4 14:21:38 2012 -0500 Turn on profiler by default. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit 943309e00a1c9d1c08b8bed0503f74882bd16b8d Merge: 61646072 b5847c1f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Apr 4 12:17:21 2012 -0700 Merge pull request #498 from daylerees/anbu-jquery-fix Anbu jquery fix commit b5847c1f3aef9cc5af5076a76cf99275fa143ea7 Author: Dayle Rees <thepunkfan@gmail.com> Date: Wed Apr 4 20:14:20 2012 +0100 fixed logo bug commit 616460725f2c66c8045c10b9826f56d876b59c93 Merge: 1c26ce8c 95b4b092 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Apr 4 12:07:27 2012 -0700 Merge pull request #496 from daylerees/anbu-jquery-fix Anbu jquery fix commit 95b4b0924b0fe261730d15f46ed9889a638c5a94 Author: Dayle Rees <thepunkfan@gmail.com> Date: Wed Apr 4 20:05:38 2012 +0100 added logo base64d to profiler commit ad57ae4fdfe10256dfbf541b65633f82a409d525 Author: Dayle Rees <thepunkfan@gmail.com> Date: Wed Apr 4 18:25:29 2012 +0100 jquery loading and css fixes commit 1c26ce8ce56f524e70c8e4b44b5d7ad7aca9e378 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Apr 4 11:37:46 2012 -0500 Fix bug in input class. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit 98fa907805f24a90d0394e6a15b032c8a5fd8f2a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Apr 4 11:30:19 2012 -0500 Use array_merge_recursive in input class. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit 73e355bf18833e9706bf5e22ece833f31b17271c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Apr 4 11:22:15 2012 -0500 added http foundation. commit 85dbb422cedec6281b032cd18bf767cdcc64afdc Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Apr 4 11:21:54 2012 -0500 removed httpfoundation. commit 04eea426e86534f44800fafd555152b44e3da667 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Apr 4 11:19:52 2012 -0500 tweaking. commit 94997588066782304f58271cfb96ede45a19f0c1 Merge: 02ad4c5c 63e6d143 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Apr 4 11:16:44 2012 -0500 Merge branch 'develop' into feature/http-foundation commit 02ad4c5c476d59191634f8f74a8a48abc3163b65 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Apr 4 11:09:44 2012 -0500 adjusting comments. commit c31f001f22556a58028e514af5a031027ed72c96 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Apr 4 11:08:14 2012 -0500 fix url https bug. commit 63e6d143fba9a47da632857d73998c5e93f3d496 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Apr 4 10:36:48 2012 -0500 updated change log. commit d1adc8c181409837819a2e92d2dcbad5f33d2011 Merge: 250541b2 587a80ac Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Apr 4 08:36:01 2012 -0700 Merge pull request #484 from kbanman/bugfix-pivot Timestamps are optional in many-to-many pivot table commit e78c90b99332c8b9b6cec0aae073a46417e49b37 Merge: 232bf01a 250541b2 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Apr 4 10:34:16 2012 -0500 Merge branch 'develop' into feature/http-foundation commit 250541b22bcc700d426feda64157b315848e51bf Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Apr 4 10:33:49 2012 -0500 updated change log. commit eda46a815ee7e11116ff025fda8cfca827321472 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Apr 4 10:33:24 2012 -0500 fix eloquent model attribute resolution. commit 232bf01ae2f26e560e629b8cc56527efe84ec557 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Apr 4 10:28:06 2012 -0500 fix secure cookie issue. commit ffb4034631a3840273b33b7d1031afaf4d1d80e3 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Apr 4 10:16:15 2012 -0500 fix url parsing. commit a85945561c0e291d0eeb5dd03e39f2e135c17fb3 Merge: 9f803519 7f9e38a7 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Apr 4 10:09:27 2012 -0500 fixing conflicts. commit 7f9e38a770a5863d9051ce8ee84bdab9549295ca Merge: 8f24d832 10d9cd33 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Apr 4 09:57:16 2012 -0500 Merge branch 'staging' into develop commit 10d9cd33ad4e46cb3028b7e556904ae2ae79e3f0 Merge: 974ac615 3e00ce2e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Apr 4 09:57:08 2012 -0500 fixing conflicts. commit 3e00ce2efb954e2eb00f87093405ce2612583671 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Apr 4 09:50:01 2012 -0500 fix bug regarding SSL cookies. commit 8f24d832333001247aa5692fcb8a58376b145f44 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Apr 4 08:59:44 2012 -0500 fixing profiler. commit 17bd505ff6d331530232a5da8e3c0a28220f1e64 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Apr 4 08:36:43 2012 -0500 pass response in laravel done event. commit 507bba60caf3a5fe1ec31604943bfa38b12e79d9 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Apr 3 20:22:01 2012 -0500 dont show profiler bar on ajax request. commit 02db9866274456d371f5b6a436e7662598898ac0 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Apr 3 17:07:56 2012 -0500 fixing route. commit b58c6370ee273c015c955352b19553e05e930539 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Apr 3 17:07:37 2012 -0500 fixing template. commit e0e0b51b9b437b218d3d0629a60558c55f84a530 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Apr 3 16:57:55 2012 -0500 tweaking profiler. commit e1d49749a3469bb32e192300bcb2e7c68467becc Merge: 974ac615 1ca7d799 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Apr 3 16:54:28 2012 -0500 fixing conflicts. commit 1ca7d799afda3033cdf2587f9be56cf2832e2d0a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Apr 3 16:53:15 2012 -0500 changes commit 974ac6153509f217d352cc86442b6f8397a7f885 Merge: 43a36357 27b0b321 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Apr 3 12:59:06 2012 -0700 Merge pull request #490 from daylerees/markdown-extra Markdown extra commit 27b0b321ac41ae85a5538bfe2c422a4fcdbf1f3a Author: Dayle Rees <thepunkfan@gmail.com> Date: Tue Apr 3 19:59:54 2012 +0100 switched to markdown extra, with table styling commit 43a3635722ae51b9ff5e9e10f2d5b22376c178a2 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Apr 3 11:20:20 2012 -0500 move documentation markdown to system directory. commit 1f6e5f874106c28174ab2a63671393cb1f93d700 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Apr 3 11:11:03 2012 -0500 updated change log and documentation. commit 6fdccd7496eaa906f4361d5595245ea2dbeee1de Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Apr 3 11:00:45 2012 -0500 Fixing bug. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit 517da41a722f1a06891b9627706038ff100c89ef Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Apr 3 10:56:55 2012 -0500 Tweaking has_many "save" method. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit d0a701e8f7536793eaa20f135597c4f72be20f87 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Apr 3 10:55:04 2012 -0500 Tweaking has_many "save" method. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit df70987679f3aa3660f3ef1118071a3208010da2 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Apr 3 10:48:01 2012 -0500 added sync method to has_many relationship. commit 3518f6863301bfc9f554b704750e9128b8b6ff52 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Apr 3 09:54:15 2012 -0500 tweaking layout. commit 6735631cc1c5bed7a5fc319b6ecc7b961ef20e46 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Apr 3 09:53:33 2012 -0500 tweaking style. commit e66d8943d1e34a47a3c5192245837cd5b8219a2e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Apr 3 09:51:56 2012 -0500 move documentation into bundle. commit fdb7b3a7f39a3baa2aa3006687e5932439a841aa Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Apr 3 09:49:24 2012 -0500 put additions on top. commit c31df7379b23aed0945df48a52e16366dd22abf2 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Apr 3 09:48:44 2012 -0500 put change log in docs. commit 7d30d179b765e67ebf1cfec889bc1a787a634a8f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Apr 3 09:42:30 2012 -0500 update documentation. commit 71531e5fe92da48af7e7562145d84701b44c78d4 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Apr 3 09:22:02 2012 -0500 cleaning up code. commit 6ee7c1c280625979bb84e15e36c972e05b70e298 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Apr 3 09:20:59 2012 -0500 tweaking docs. commit 5d3cc6beb0bb1ebf46384afbd6ba98d81307a960 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Apr 3 09:17:18 2012 -0500 template changes. commit 2af60594579988471bbe845cbc7581ab1158330f Merge: e29270f6 edbac90c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Apr 3 06:24:04 2012 -0700 Merge pull request #486 from daylerees/docs-template Docs template commit e29270f6a7ea80bb71e72fc2e7d4feeadf6aaa07 Merge: 9f1bd0ca 3d23303a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Apr 3 06:23:29 2012 -0700 Merge pull request #487 from jasonlewis/patch-8 Includes use render to prevent WSOD commit 9f1bd0ca3fec9dc5352a93322e4c6b04d6f5ef68 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Apr 3 08:22:18 2012 -0500 chdir if the request is not from the web. commit edbac90ce3a21ba513022e9d6ab7e52d8f8bbbe5 Author: Dayle Rees <thepunkfan@gmail.com> Date: Tue Apr 3 11:30:00 2012 +0100 added back to top widget commit 3d23303aeaaea7ae5ded441dbd01240b1c3f5eef Author: Jason Lewis <jason.lewis1991@gmail.com> Date: Tue Apr 3 19:57:01 2012 +1000 Includes use render to prevent WSOD commit 6f8e3259f02ec05cf7c34220939c12a5e6cd77e4 Author: Dayle Rees <thepunkfan@gmail.com> Date: Tue Apr 3 09:46:09 2012 +0100 added welcome view with link to docs commit 63a3e2b5eeaac0a64820cb0f30b9c84ecc85f0b5 Author: Dayle Rees <thepunkfan@gmail.com> Date: Tue Apr 3 09:08:39 2012 +0100 better line-height on code samples commit 9f80351916e2eb3e2b0fd8ecf8728781277d9c19 Merge: 4c2406db ff484b72 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Apr 2 20:45:24 2012 -0500 Merge branch 'develop' into feature/http-foundation commit 4c2406db29af7a904b8196ffc5c662be39ec1a47 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Apr 2 20:45:20 2012 -0500 fixing base url generation. commit 587a80acbbf6ba5a29e51de7e2155d193605b661 Author: Kelly Banman <kelly.banman@gmail.com> Date: Mon Apr 2 14:59:44 2012 -0700 Timestamps are optional in many-to-many pivot table Signed-off-by: Kelly Banman <kelly.banman@gmail.com> commit ff484b7203f87b38806011237d18a21347ec06cb Merge: 21cee366 a75c2bb1 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Apr 2 11:50:16 2012 -0700 Merge pull request #483 from daylerees/docs-template Docs template commit a75c2bb1b3c5f3b6c6e44dbf799ca01b21c01c7a Author: Dayle Rees <thepunkfan@gmail.com> Date: Mon Apr 2 19:48:26 2012 +0100 assets moved toe public/laravel commit 89764931967643264e0b9b82158722ea4692f74f Author: Dayle Rees <thepunkfan@gmail.com> Date: Mon Apr 2 19:35:39 2012 +0100 faded header, better lists commit 21cee3667bcb622fa132c328b0929a7e6e28ec69 Merge: 6a9cc481 3cb12720 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Apr 2 11:10:55 2012 -0700 Merge pull request #482 from daylerees/docs-template Docs template commit 3cb1272028651b491985c9740267ee5704868ed8 Author: Dayle Rees <thepunkfan@gmail.com> Date: Mon Apr 2 19:05:07 2012 +0100 fixed menu, added base styles, trying new header commit 6a9cc4816408b55df0c606af9ee97228c16f1aea Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Apr 2 13:02:49 2012 -0500 fix handling of hash Urls. commit 7293c0448d6df8c5ff74e006d1a4352531957369 Author: Colin Viebrock <colin@viebrock.ca> Date: Mon Apr 2 11:38:12 2012 -0500 One more change (comments may need to be altered) Signed-off-by: Colin Viebrock <colin@viebrock.ca> commit 7d4a346f84536f0a7cbb70a38660fbc439a74070 Author: Colin Viebrock <colin@viebrock.ca> Date: Mon Apr 2 11:30:53 2012 -0500 Adding Schema::rename('oldtable','newtable') support Signed-off-by: Colin Viebrock <colin@viebrock.ca> commit c0a80d132f779974ec0898437b0a360a2564f5b8 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Apr 2 11:19:15 2012 -0500 fix routing. commit 21530751a5f9d990309a4fc16313352c40a96c6b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Apr 2 11:08:47 2012 -0500 use url::to commit 3a0135a6d3c19025ff827488d4f6bacdfa1d62d0 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Apr 2 11:05:20 2012 -0500 fixing markdown commit 6dd8063646269fe79f95767072733bb53bf1e235 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Apr 2 11:02:09 2012 -0500 adding doc routes. commit 2a49787e467b0c189a4b9d958432c39d592db938 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Apr 2 10:09:07 2012 -0500 style fixes. commit 686f83ae8eee4d9c2e0e144d6ac90a8b616b7f7e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Apr 2 09:47:30 2012 -0500 working on offline docs. commit 902e8c75003abc85cec4d17aa72141f70584f1a2 Merge: d41b1db7 2c459547 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Apr 2 07:16:16 2012 -0700 Merge pull request #479 from daylerees/docs-template Offline Docs Template commit 2c459547e60e4a486c15af16edeec769b0d50598 Author: Dayle Rees <thepunkfan@gmail.com> Date: Mon Apr 2 10:03:02 2012 +0100 styling, prettyprint and layout commit 2276c6705c527984f45d110c1d7272a86dbe32e2 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Apr 1 23:19:45 2012 -0500 use http foundation to create content-disposition headers. commit 8e80756b0868fb79520bf5795cc95fb3888a897f Merge: 963426cb d41b1db7 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Apr 1 21:31:20 2012 -0500 Merge branch 'develop' into feature/http-foundation commit d41b1db722c9e6fa8b0453b8eace13c94d2b2a80 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Apr 1 21:13:07 2012 -0500 fixing bug in view class. commit cfce823095fccc5843a78e017a5e9947399f3e0d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Apr 1 21:11:45 2012 -0500 improved view file loading performance. commit bf32b6f6ca47ec578dcffcceee172ceb09270721 Author: Dayle Rees <thepunkfan@gmail.com> Date: Sun Apr 1 22:45:19 2012 +0100 docs bundle in progress commit 963426cb9e48b12ad5d5f798a405c97af407dae8 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Apr 1 15:33:35 2012 -0500 building on http foundation. commit 97ac2c8dbff026895b0cc8f5479dc52e96465bd1 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Apr 1 15:17:41 2012 -0500 added languages method to the request class. commit f97f73a83530069c7fceef3ae03e2247a4fd3e25 Merge: 8d169166 363b7c54 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Apr 1 13:51:59 2012 -0500 fixing merge conflicts. commit 363b7c54dffdd221a7481e88688f6a7d26f15274 Merge: 369ecd80 63ff0499 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Apr 1 13:51:05 2012 -0500 Merge branch 'staging' into develop commit 63ff04991b7ea6feeac817a2e89c77c0c0aff851 Merge: b66d326e bf886f32 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Apr 1 13:50:55 2012 -0500 fixing merge conflicts. commit bf886f3271984de6526d54c4736767ef0b842a52 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Apr 1 13:49:56 2012 -0500 incrementing version. commit d2f35900cd31d03bd15de1f20237af211287e1e9 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Apr 1 13:48:27 2012 -0500 fix where in shortcut and response header casing problem. commit 369ecd80f7fb918b5b219fdf688ba1e2e5f545c1 Merge: 3e0d4684 b66d326e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Mar 30 08:45:16 2012 -0500 Merge branch 'staging' into develop commit b66d326ec435e8cabd22936f330741e06280f9ec Merge: 636d0566 b72f4e9f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Mar 30 08:45:04 2012 -0500 Merge branch 'master' into staging commit b72f4e9fd95201dd752c1080d891841153468ec2 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Mar 30 08:44:56 2012 -0500 fix change log. commit 636d05665c76145caaf96cda7eecf77fcfbe7ef4 Merge: 062ae875 6aaf015c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Mar 30 08:44:23 2012 -0500 fix merge conflicts. commit 6aaf015cff285fa266589eb45d780bf93f64e236 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Mar 30 08:43:10 2012 -0500 incremented version and change log. commit 75f63847673f241463c00f42134277039b0e38c2 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Mar 30 08:41:52 2012 -0500 fix eloquent->delete bug. commit 8d169166308972158b380f2f8fb729882216026e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Mar 29 22:50:14 2012 -0500 fix magic quotes. commit 6234905e4cf7cbccff79fde4e4bd1acd03c0fe75 Merge: 9e8acd1e 3e0d4684 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Mar 29 22:13:13 2012 -0500 Merge branch 'develop' into feature/http-foundation commit 3e0d468470646ebbd1fac3516945b1e3ad135d47 Merge: 579bc871 062ae875 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Mar 29 22:11:42 2012 -0500 Merge branch 'staging' into develop commit 062ae8756c32e935d3c8aed5e54445e36e47016a Merge: 7c9228b4 b870ac09 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Mar 29 22:11:30 2012 -0500 fix conflicts. commit b870ac09dd1ef2b4b4e86acd71f02c9b38ad0060 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Mar 29 22:06:39 2012 -0500 fix front controller. commit 67758b693265386b3f80e7c378bd571c38ff2f21 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Mar 29 22:06:20 2012 -0500 update change log. commit b5dd77d387c64ab65a732c2b7b838fb3956fd869 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Mar 29 22:04:04 2012 -0500 Fixing Eloquent constructor bug. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit 579bc8719f5dce962bb32cd91931799aba50fb1d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Mar 29 17:13:13 2012 -0500 cleaning up code. commit 144117c0a157a0df422cc3f91f3aa4fc7cb062f3 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Mar 29 16:58:08 2012 -0500 cleaning up the eloquent model class. commit 7c9228b40bb08272ae8ccb0fc880b8fc1b091ef5 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Mar 29 16:23:15 2012 -0500 update change log. commit cd71c1e517085a4cb50789d69b392d8c8387745c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Mar 29 16:20:38 2012 -0500 added sync method to has many and belongs to entity relationship. commit daea5fee2db3cf030796ec5463577688cadc3d8c Author: Dayle Rees <thepunkfan@gmail.com> Date: Thu Mar 29 21:18:06 2012 +0100 changed anbu to load automatically at end of request- taylors idea commit c6125edc6625a423c1fd7729840a4dcdc3f02cd6 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Mar 29 15:14:46 2012 -0500 fix bug in input::except method when passing a string. commit 270cdf2ffcb8b9159279f44cdb7c1cabd22e74ad Merge: 1b67691e 487c9314 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Mar 29 14:21:53 2012 -0500 Merge branch 'staging' into develop commit 487c9314c2aa1b0ccb6cf321323b2cc8787a7823 Merge: 023dacf5 15982efd Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Mar 29 14:21:43 2012 -0500 Merge branch 'master' into staging commit 15982efd1129e4697eb33dc226883e722c2172d9 Merge: b2324a75 713f70a7 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Mar 29 14:21:31 2012 -0500 Merge branch 'master' of github.com:laravel/laravel commit b2324a757541d11755d74278a52e0d5f53dc58f9 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Mar 29 14:21:19 2012 -0500 upgrade change log for redis database option. commit 1b67691e08b99d136efab856d32bcfdffa758b4c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Mar 29 14:13:27 2012 -0500 Updated change log. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit 17cabd47e6e9306863e0e9b3567ac6cbaa788761 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Mar 29 14:12:03 2012 -0500 Added to_array() and $hidden variable to the Eloquent base model. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit 713f70a777bff57331dd34a4fca5828b70bc111d Merge: 6bf68aad 176f0862 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Mar 29 09:50:15 2012 -0700 Merge pull request #456 from Tenga/master Updated upgrade guide, Blade was missing from aliases commit 9e8acd1edafbc156690390454be8d14bc1a7a37b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Mar 28 23:56:20 2012 -0500 fix some input stuff and revert paginator changes. commit 77fe8b670679e1d79c1d87ec6856d7ca7ca97854 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Mar 28 23:46:16 2012 -0500 moved input over to httpfoundation. commit bcd3bd85911fecadfa32bc251afcf4bac74fb6b8 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Mar 28 22:58:49 2012 -0500 adding header support. commit 730808fb02ace6fb154abb3472ef6cf5d454e4aa Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Mar 28 22:43:58 2012 -0500 converting cookies to use http foundation. commit ad41be0eed7b358538beacdc4e02ebcbf5b96ebc Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Mar 28 22:06:56 2012 -0500 working on stuff. commit 89766bef84c82737c416b6a26dc6c5b26ea3d2aa Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Mar 28 17:11:55 2012 -0500 converting to httpfoundation response. commit 573725ade78db0d9091b9ad2fa36d0f61628511a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Mar 28 16:15:21 2012 -0500 use symfony http foundation where applicable. commit de1abef9f050d652a20fdedb30938a930bbedfca Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Mar 28 15:37:05 2012 -0500 add symfony http-foundation. commit 023dacf5e0998f19f8bc779d0cd45eb3f3edc084 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Mar 28 13:58:02 2012 -0500 fix replacement of optional parameters in the URL::transpose method. commit 6bf68aad38d551eebc1d377fec1b1f143106fe6b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Mar 28 11:43:32 2012 -0500 update for 3.1.1 commit 720d9de5826cb5a45149715d12b2fa56fe0e7ff4 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Mar 28 11:07:26 2012 -0500 Fix bug in eloquent model hydration. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit 8d16ce8d812d6150120fbdbf77434b26819f0a5d Author: Dayle Rees <thepunkfan@gmail.com> Date: Wed Mar 28 11:09:11 2012 +0100 adding the anbu alias Signed-off-by: Dayle Rees <thepunkfan@gmail.com> commit 66ff8a4076c635e9e4aa31ef4f856d635af48038 Author: Dayle Rees <thepunkfan@gmail.com> Date: Wed Mar 28 10:30:51 2012 +0100 integrated a simple version of anbu into the laravel core Signed-off-by: Dayle Rees <thepunkfan@gmail.com> commit 176f0862aaa4bb2206fa39ae17f271d4140662de Author: Drazen <drazen@promotim.ba> Date: Wed Mar 28 11:09:47 2012 +0200 Updated upgrade guide, Blade is also needed in the aliases Signed-off-by: Drazen <drazen@promotim.ba> commit 2c12be305d99020f1213bf680a60d14ea5638988 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Mar 27 22:40:13 2012 -0500 register symfony console namespace with autoloader. commit c327fdcf478766cfe139e301c997066b5fe137c6 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Mar 27 22:36:45 2012 -0500 added vendor directory which contains the symfony console component. commit 70f586281f94d1329424dae58a14738aba449350 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Mar 27 15:50:33 2012 -0500 removing tests and vendor. commit 9eabd73b645366abe2e267030778a1ae81ed82f0 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Mar 27 15:47:04 2012 -0500 <auto> merging hotfixes. re-added tests into repository. commit 8b4c17a8b6c5b229b5998ffcd76d2995fdf268df Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Mar 27 15:46:51 2012 -0500 <auto> removed unit tests from repository. commit fd725aca210a91291b850f7bbd5ddc86c9860bf7 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Mar 27 15:46:42 2012 -0500 fixing release script. commit 59ae60d287fc17c64b2250276a6b2290220ee299 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Mar 27 15:45:52 2012 -0500 fixing release script. commit 8f22071e6f6d860d01996aa233a5ce89dcbdb8c6 Merge: 1d9a794f 043b2cee Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Mar 27 15:44:31 2012 -0500 Merge branch 'develop' into testing commit 043b2cee5005a07df0ffc170dbf4a1965b60667b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Mar 27 15:44:08 2012 -0500 tweaking the release script. commit 1d9a794fcdb84c0f46298bd0d54384f4bbb174c9 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Mar 27 15:43:46 2012 -0500 remove tests. commit b102155ed7a309e1b598f410c4e254a1ba52c841 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Mar 27 15:42:49 2012 -0500 update release script. commit 15fe1d525866f8b2be6f94773a8abc1abf3028ce Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Mar 27 15:41:30 2012 -0500 added tests to develop branch. commit f4258f775931c1ed0321462456c6704691b95ed7 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Mar 27 15:17:02 2012 -0500 added classloader and console symfony components. commit 2aac28e09efc955c22c599b9ff43f6660cbbb2a4 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Mar 27 15:13:53 2012 -0500 removed symfony components. commit 939ef7826e928cf0467ff983c91f7d8c18017a01 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Mar 27 15:04:41 2012 -0500 added ClassLoader and Console Symfony components. commit 9dee79ba0075b786427df7b46cdb9c4d568ec410 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Mar 27 10:25:42 2012 -0500 Fixing SQLite connector. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit 0e6312d07676777a932d48fb661eba4a0d993a4d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Mar 27 09:37:49 2012 -0500 fix changelog. commit 9356bb9213d4e628e8498517eedcdf2dd3aef6d5 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Mar 27 08:18:27 2012 -0500 updated change-log commit 8af11e6d61446ab195fc987d71c5ba2969346595 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Mar 26 16:49:31 2012 -0500 Fix bug in eloqueny hydrator. commit 5a59c5f317749a3b22e689dc1b9d92f858d52f32 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Mar 26 16:36:23 2012 -0500 Don't use mass assignment in hydrator. commit 55669ee0ae441eed0b2635e98072c6a5ef409fa1 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Mar 26 15:30:01 2012 -0500 added redirect::back method. commit 364c39dad2a0c3cdfc069fd54d198fc7550128d1 Merge: 37fd54b8 afa12d3d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Mar 26 15:28:20 2012 -0500 Merge branch 'master' of github.com:laravel/laravel commit 37fd54b8485cd1ee317580c2d097e4ace8e1dc52 Merge: 158bc32c 3639d2c4 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Mar 26 13:26:46 2012 -0700 Merge pull request #448 from danielboendergaard/patch-1 Fixed problem with Eloquent2 pivot tables commit afa12d3dd3e4b8690836791bc9a1b1a0a59a69ce Merge: 158bc32c ab9a94e5 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Mar 26 12:40:00 2012 -0700 Merge pull request #449 from vladrusu/master Better support for romanian language commit ab9a94e5a343c93dfd729f4f752fe684011a615d Author: Vlad Rusu <vlad.rusu@gmail.com> Date: Mon Mar 26 21:08:08 2012 +0300 Updated ascii array to better support some romanian letters with diacritics Signed-off-by: Vlad Rusu <vlad.rusu@gmail.com> commit 158bc32c8907ec20c31acf95bf51d3ea8bc2483a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Mar 26 12:57:29 2012 -0500 Incrementing version. commit ba4d1a89c847d7d2420127a4ce79a6633931b6cf Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Mar 26 10:56:42 2012 -0500 Removed add_ magic method from eloquent model as this will be a 3.2 feature. commit a915e24b62fa19954eabd7a2c5ddd5383643d07f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Mar 26 08:35:59 2012 -0500 Pass bundle view directory in view loader. commit 973da34bc0d4fdee84ab8f5ff57984f48725ce99 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Mar 26 08:27:53 2012 -0500 Pass directory into View:: file method. commit 3639d2c46f31283604820e3d72ffdb15748cfdaf Author: Daniel Bondergaard <danielboendergard@gmail.com> Date: Mon Mar 26 14:17:49 2012 +0200 Fixed pivot model hydration loading in Eloquent2 Signed-off-by: Daniel Bondergaard <danielboendergard@gmail.com> commit 263d6145a7544cd18d7e0dae80e654442b3b68d6 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Mar 25 22:38:35 2012 -0500 cleaning up code. commit d558387b852ad259d154f5ab9ae661cba65e94a6 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Mar 25 22:17:55 2012 -0500 added docblock to blade function. commit 3ba6342cf57871d510a3d74889f59d59a7438ea8 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Mar 25 13:23:09 2012 -0500 fixing loading of namespaced classes. commit 991fc70275718cbeaf35eda70f772e09b4957d60 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Mar 24 22:39:23 2012 -0500 Make view::with value optional. commit 9dbbc5848b99888159eabc8a0330abfde94ea6f6 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Mar 24 22:37:15 2012 -0500 Fix blade @includes. commit 33cc89a7115fec85830720cec0a1e65bb802e8f0 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Mar 24 19:52:40 2012 -0500 Improving upgrade guide. commit bc1e1dde5b42561a83b2fbeec1075812f4174bce Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Mar 24 19:50:25 2012 -0500 Improving change log. commit d9773d48ae86b7dec564dac3500da4878065064e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Mar 24 19:48:50 2012 -0500 Remonde old changes file. commit 4edc9e53990226fb30d9aa0d6912b239832341e7 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Mar 24 19:48:37 2012 -0500 Added 3.1 upgrade guide and change log. commit 1383edde39571ae38b1affd985d0e46e9c60f709 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Mar 24 09:25:33 2012 -0500 Return empty string when null is passed to render helper. commit 91998735b91e1dd90008ea8fee4e7cd52cad185c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Mar 24 09:22:05 2012 -0500 Improve the @layout blade expression, allow dynamic specification of templates. commit e8e7db687c6e93cd53b8b12ce761e39e367b8ab1 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Mar 23 22:54:09 2012 -0500 Fix bug in fluent class. commit 31786c96e903743fb0bd293dfda3cf7f6d6e6143 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Mar 23 17:05:44 2012 -0500 Cleaning up the Blade class. commit 93e21e9255183b3d84f1e8c70e0a9a9b4770a91d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Mar 23 17:03:27 2012 -0500 Added support for true tempting. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit 8e8b0b8cb31ddcc11f2be0ac5525252506906fbd Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Mar 23 13:01:36 2012 -0500 More Blade improvements… adds template inheritance. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit b07ee31f3a568c6d537e7a197a93914205bf4ed3 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Mar 22 22:14:20 2012 -0500 Added support for Twig style {{ include() }} blade structures that inherit the data from the view. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit 57cf817de44c9dda84dd9e7057b31e97866b5032 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Mar 22 21:47:35 2012 -0500 Fix pivot constraints on ->pivot() method of many-to-many. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit 879e56df75accd1afa6ea75c9a2f3a00337082b1 Merge: 0e4a6360 ca77cd5a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Mar 22 21:26:32 2012 -0500 Merge branch 'master' into develop commit ca77cd5a174fcc985ae8a364277a2135dd7bfa27 Merge: 32e194ad d1de7b9f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Mar 22 19:25:42 2012 -0700 Merge pull request #438 from sparksp/patch-7 Fix named keys on Schema columns commit 0e4a63606fe012ffb7afba46ca144f8e332859f3 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Mar 22 16:05:33 2012 -0500 Added render_each helper. commit e04b7a3add2c05e9e57fc188375d1fdca2d96d19 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Mar 22 15:46:05 2012 -0500 Updated change log. commit 727b064bf7e1d98b48a2c8c037a1071a4fc39ec6 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Mar 22 15:45:26 2012 -0500 Added View::render_each and Blade shortcut. commit 9df88c461bfd048c13576567328fe63b4a82a88a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Mar 22 15:11:19 2012 -0500 Use Str::lower in pluralizer. commit e942c2032ffb2933aa6be09603802e072e72e64d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Mar 22 15:06:36 2012 -0500 Added macro support to HTML class to match Form class. commit 0455c10ae0ffc045d32bc8c4683c60bd001ac923 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Mar 22 15:02:06 2012 -0500 Added "for else" support to Blade. commit 8839138a6a563203fae39c735970b1ea8e464a02 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Mar 22 13:38:50 2012 -0500 Fix junk I shouldn't have committed. commit 090bf9b3f8b53a911ae0bd3cf424ec3257a9375a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Mar 22 13:38:22 2012 -0500 Added "shares" method to view instance. commit e96f75e8cc889b09528a18612b0373bbc931b527 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Mar 22 13:12:27 2012 -0500 Fixing bugs in database layer. commit 35e53b8cef8447c305188447b93dc5e922922fdd Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Mar 22 11:48:07 2012 -0500 Reintegrating Blade with Laravel using View engine event. commit b6615ddbee8bbd41751d930616cddf777100a221 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Mar 22 11:00:13 2012 -0500 Fixing a few things in Eloquent 2. commit d1de7b9ffe0ed6f8f15e13c536ec611367c60e1a Author: Phill Sparks <me@phills.me.uk> Date: Thu Mar 22 14:27:37 2012 +0000 Fix named keys on Schema columns. Signed-off-by: Phill Sparks <me@phills.me.uk> commit f27027d3a85775b596cd82a8241346c0ab0909ad Author: Phill Sparks <me@phills.me.uk> Date: Thu Mar 22 14:27:04 2012 +0000 Added __isset and __unset to Fluent Signed-off-by: Phill Sparks <me@phills.me.uk> commit 268e6e460d1934f5b3f78d5c7ddd9738300acc66 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Mar 22 09:18:11 2012 -0500 Updating $eloquent->dirty() method. commit e5b3b196ab716d870b8f8f8ab7b0c812a50faf28 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Mar 22 09:11:51 2012 -0500 Updated change-log. Prepend table names to default index names in schema. commit 453d4154f27c9ff05d8849b3769915f7bed4036a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Mar 22 09:07:21 2012 -0500 Added "pivot" method to has_many_and_belongs_to. commit 1929cadcb851049d935ba03b03ea16f98a61a078 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Mar 21 22:32:40 2012 -0500 Cleaning up validation language file. commit 5cbebb99d3a990d2409dd9c4996ca31efc7ffec8 Merge: 0961f8f7 533112e2 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Mar 21 20:29:33 2012 -0700 Merge pull request #436 from daylerees/date-filters Date before and after filters commit 0961f8f76658612abe20fd8c29e7d5124220850b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Mar 21 22:00:30 2012 -0500 Fixing eloquent 2 query->first method. commit d3af0153c1e55b4eef167a1c6a534f42586d7b64 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Mar 21 16:37:43 2012 -0500 Fixed order of session loading and auto-loader mappings in app start. commit 533112e2f552752114df435b7862334f76270ab9 Author: Dayle Rees <thepunkfan@gmail.com> Date: Wed Mar 21 21:07:10 2012 +0000 added before and after date filters Signed-off-by: Dayle Rees <thepunkfan@gmail.com> commit 30204e082b02885d83c6a19e42d46459e124efdc Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Mar 21 15:45:05 2012 -0500 Fixing bugs in eloquent relating to namespaces. commit 8457238ab18c04d29748bbabc188d08228cd582e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Mar 21 14:45:05 2012 -0500 Revert back APC and Memcached drivers. commit 2809eb260fdf453eb85e815a3466367981842c24 Merge: bb2f4583 1d5ad489 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Mar 21 12:37:48 2012 -0700 Merge pull request #435 from cviebrock/develop Fix for Issue #433 commit bb2f45830426ec43572ff103f7399ffd953ab7e6 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Mar 21 14:23:46 2012 -0500 Added "add_" magic method to eloquent model. commit 1d5ad48998ff9ef9dfc1e2410182aa9101e1ba6d Author: Colin Viebrock <colin@viebrock.ca> Date: Wed Mar 21 14:18:25 2012 -0500 Fix APC and Memcached drivers -- fixes #433 Signed-off-by: Colin Viebrock <colin@viebrock.ca> commit aa27df8bcbf90897e6702a87d93a7932fd7da55f Merge: 8f103cde 2fe7cfd9 Author: Colin Viebrock <colin@viebrock.ca> Date: Wed Mar 21 14:10:24 2012 -0500 Merge remote-tracking branch 'laravel/develop' into develop Conflicts: laravel/form.php commit 2fe7cfd91049d6fb59eda1ca7a27cc956f53a50c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Mar 21 13:41:57 2012 -0500 Updated change log. commit 52091bda5fbc049758fd80a5b9c18ef13549629b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Mar 21 13:40:52 2012 -0500 Added "match" validation rule for regular expression checks. commit afb33c17751603c48941d505cd1727fc14cf0c6a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Mar 21 13:10:59 2012 -0500 Fix bug with table prefix and columns. commit 91a6cb882e2500556c0a69a0991741f239f69b2c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Mar 21 12:06:31 2012 -0500 Added wrap_value function to grammar. commit 033455cc51437f5e82fc2b1939109e87dbf63c68 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Mar 21 11:48:14 2012 -0500 Make migration table column lengths more realistic. commit e8fe1f172cc94da7af8c16859bdb3c609d707e16 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Mar 21 11:41:31 2012 -0500 Removed extra PHP_EOL from Form class. commit 244d4bfd0781d47d85a1bdb664c239bfe427809c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Mar 21 11:38:30 2012 -0500 Fix bugs in Redis class. commit 13a70bcc3aa02877f0178b89aa1d3e4283c1682a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Mar 21 11:28:22 2012 -0500 Added File::mkdir. commit 3c7a1270a71b8a9d3693d69057e7695fd3772c8f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Mar 21 11:25:37 2012 -0500 Added File::move and File::copy methods. commit b41bba45d70f240437b04c2305fff1b89c0b22c8 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Mar 21 11:23:26 2012 -0500 Added File::cleandir. commit 0637042c01008680bed900ab2cbbf7392e6737ba Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Mar 21 11:22:16 2012 -0500 Added preserve option to File::rmdir. commit 3c3e91368908717753f0bc71ac772c034b86fbc5 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Mar 21 11:19:29 2012 -0500 Renamed Route::load to Route::forward. commit 6e82a4ac8d34c97c80d746aa1d9663a8c5aac2dc Merge: 0893f3cc 115eb8d0 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Mar 21 09:15:42 2012 -0700 Merge pull request #359 from akuzemchak/feature/load-route Load designated route's response commit 0893f3cca633fce6cdfbdfd2b81de8c07cf2c04d Merge: ea8d80d6 32e194ad Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Mar 21 10:59:35 2012 -0500 Merge branch 'master' into develop commit 32e194ad2170d44c04bd04f2d54fa400febaa8fc Merge: 599c69b4 7e7f70db Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Mar 21 10:59:13 2012 -0500 Merge branch 'master' of github.com:laravel/laravel commit 599c69b4335196d74282d8bbb10573814a3e86e9 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Mar 21 10:59:09 2012 -0500 Updated .gitignore. commit ea8d80d67de87d50bba4ba4f380566783a845107 Merge: 41e066e2 2c4d35e6 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Mar 21 08:57:38 2012 -0700 Merge pull request #371 from daylerees/patch-1 Allow File::cpdir() to return false on failure. commit 7e7f70dbdd0d46a6b0124638fa09fb15852e987e Merge: aadddcb1 1044367c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Mar 21 08:50:17 2012 -0700 Merge pull request #423 from akhodakivskiy/master Query::left_join to accept closures commit 41e066e2eec5e496b48abfa94c7d50e681c9d0a7 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Mar 21 10:49:09 2012 -0500 Fix macros method. commit 52ca2d35e70478dd8c24e0c0cc258a6de63ca8ed Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Mar 21 10:48:49 2012 -0500 Tweaking the Form::macro method. commit c18dcecb00077966a64cdb151bc1b93ad09590ad Merge: 43212f85 95ba416f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Mar 21 08:44:59 2012 -0700 Merge pull request #420 from kyledecot/develop Form::register commit 43212f8505421935938aa28d421b02b8ffe9f081 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Mar 21 10:38:39 2012 -0500 Fix bug in eloquent model. commit aadddcb1d513f7f564f702501dd51388c4797040 Merge: 20f62b5a 88b00690 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Mar 21 08:37:07 2012 -0700 Merge pull request #425 from loic-sharma/patch-1 Fixed typo commit ce9f4f1db7c893a676289c5ec3745752b4ce7bd2 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Mar 21 10:33:06 2012 -0500 Added support for on_delete and on_cascade of foreign keys. commit 8f103cdeaebc4425ff6a00fb4f5dc34633e0a4a9 Author: Colin Viebrock <colin@viebrock.ca> Date: Tue Mar 20 22:30:20 2012 -0500 Remove PHP_EOL, fixes #430. Signed-off-by: Colin Viebrock <colin@viebrock.ca> commit f16ac134ee00cc1a36b70b0bedaa2de4b20194c7 Merge: 7c7734d8 4336bb88 Author: Colin Viebrock <colin@viebrock.ca> Date: Tue Mar 20 22:29:26 2012 -0500 Merge remote-tracking branch 'laravel/develop' into develop commit 4336bb885a926efa124b8841bceeeb10fae42cce Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Mar 20 11:43:11 2012 -0500 Fix attribute retrieval bug in Eq2. commit 079400ff3dfd41ad18bbfec6e93c116a8f16f473 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Mar 20 09:03:31 2012 -0500 Allow passing in a model instance to relationship insert / update methods. commit 88b006901364b2acd87453f909c98e0e20fbf4da Author: Loic Sharma <sharma.loic@gmail.com> Date: Mon Mar 19 23:32:38 2012 -0500 Fixed typo commit e540fd3b6d39410ff27f614c51ed0c95236788da Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Mar 19 14:11:11 2012 -0500 Automatically detect eloquent table names. commit 26afb000bfc82572cd2105643ced6ee45f52ca2d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Mar 19 13:51:44 2012 -0500 Added in automatic inflection on english strings. Non-english strings may be added to the "irregular" array. commit d80730cf0de4e7e6b9de4d83fde0490c3387cee2 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Mar 19 08:43:07 2012 -0500 Removed transaction method from Eloquent model since it is made pointless by DB::transaction. commit 1044367c1e3392ab6e9343f55b4fd8404e0e23f5 Author: Anton Khodakivskiy <akhodakivskiy@gmail.com> Date: Mon Mar 19 07:47:20 2012 -0400 added default values to the signature of Query::left_join to allow closure-based join conditions commit 0455438ebe93a6744c446c3446fd845e106a5aef Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Mar 18 22:39:04 2012 -0500 Added transaction method to database connection and eloquent model. commit 7c7734d8e25916998d4cac34d1615f5ae68aa1df Author: Colin Viebrock <colin@viebrock.ca> Date: Sun Mar 18 20:30:21 2012 -0500 Typo? commit fcff36a0ac1566d0d38433cad184d2552c4fd531 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Mar 17 23:14:01 2012 -0500 Added related model updating from belongs_to relationship. commit 68b4e5533635fbafbcb62479c999172095dcf3e5 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Mar 17 16:12:26 2012 -0500 Cleaning up code. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit 8c209a7a61b1988ca4a827bdf25ef29c4b15c60f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Mar 17 15:42:01 2012 -0500 Just cleaning up some code. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit 762f2402c3fb171e34ef76966c7e5b6d49525538 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Mar 16 15:32:26 2012 -0500 Fixing bugs and improving. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit b5e75f6fcf6c477e4571651c11bbde46b5fb1b37 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Mar 16 14:08:28 2012 -0500 Fixing bugs and improving. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit dc92dd264d3ddac94265ecb1a3cb9d466a44ead1 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Mar 16 13:01:48 2012 -0500 Adding auto detection of intermediate table names. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit 95ba416f3c8292574ec504fb0364f4593a12a23a Author: Kyle Decot <kyle.decot@me.com> Date: Fri Mar 16 13:35:15 2012 -0400 Adds Form::register which allows Bundles (or anything for that matter) to register custom form inputs which then can be called like `Form::xxx` commit c3d95122e4e0dc66941a3a47e788497fc87806a0 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Mar 16 11:29:21 2012 -0500 Fixing bugs… adding better pivot support. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit c9c0ddf569f80ca1fa938340731c125cc42669b3 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Mar 16 10:29:43 2012 -0500 Fixing bugs in Eq2. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit e857505e356f16fb897551fae392fc9941db725e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Mar 16 09:04:14 2012 -0500 Map eloquent classes. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit 003f78cbbf9ad32fc864bd49bcbae8de63a6ff3f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Mar 16 08:38:08 2012 -0500 Updated change log. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit d6d667af902e209b893c6bb72227a9a6db519602 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Mar 16 08:37:31 2012 -0500 Added Eloquent 2. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit 3de0d1af669a4939b00a200662359f8db93de2b2 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Mar 15 16:12:18 2012 -0500 Make the query where_nested method public. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit b755903de693e9b50e4c24a83b78eecdd03c87b3 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Mar 15 12:57:12 2012 -0500 Updated change log. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit da67b1bc667d98d363e49aa6830731faa393cdab Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Mar 14 14:18:19 2012 -0500 Fix typo in memory driver. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit a61f51fa933e8a94d353806727bb2560504659c5 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Mar 14 14:08:52 2012 -0500 Add forever and flush methods to memory driver. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit 338b6a8abaf36f0a28343b544c09c72feca0cf6f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Mar 14 09:02:57 2012 -0500 Updated change-log. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit 2f4d896958a39ee77a9bd2433dfd62882cf04999 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Mar 14 09:02:24 2012 -0500 Added proper cache::forever implementations to each driver. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit 873dd1534cbe575dbbd3ff571c19d98b8356faf9 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Mar 14 08:54:00 2012 -0500 Added Cache::forever method to cache something for five years. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit cb5fdeaed60443a2f898c908cd581b4e8ab2fd23 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Mar 13 13:07:34 2012 -0500 Updated change log. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit b65380d6ff2c32bec20e28828553e57bd67b5600 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Mar 12 17:03:09 2012 -0500 Added automatic controller detection. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit c514ca1e34803bbdc63ce204f472c0da3fe31c83 Merge: 5c8527f5 d8683bcf Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Mar 12 10:50:22 2012 -0500 Merge branch 'develop' of github.com:laravel/laravel into develop commit 5c8527f579cca6f659594e0f1ac3004e6d34e307 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Mar 12 10:50:04 2012 -0500 Use str_getcsv instead of explode in validator to allow commas in in and not_in rules. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit d8683bcf5b60be088c58297b2f0a5b8ec8a0c129 Merge: ea820add 5eece1f3 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Mar 12 08:44:12 2012 -0700 Merge pull request #397 from maxzender/develop Helper method for rendering views commit ea820add3513a793cf46197eb88f92ee06ff749f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Mar 12 10:40:50 2012 -0500 Make headers case-insensitive. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit afcb60ec60cfd0ff8859b305cd378b7d69da89e5 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Mar 12 10:31:12 2012 -0500 Adding comment in database grammar. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit d862a5181a8fe4bb2da60a033ae75211eec96dea Merge: 18f91414 17f7389b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Mar 12 08:30:22 2012 -0700 Merge pull request #399 from kbanman/develop Fix raw table expressions commit 17f7389bc5c193b2893d7331b9c571ad23a5e24d Author: Kelly Banman <kelly.banman@gmail.com> Date: Fri Mar 9 08:48:20 2012 -0800 Fix prefixing raw tables commit 5eece1f33f766327e93ffd20d3ccae1badd9e8bb Author: Max Zender <maxzender@gmail.com> Date: Fri Mar 9 17:05:29 2012 +0100 Added a helper method to render a given view Signed-off-by: Max Zender <maxzender@gmail.com> commit 18f91414bbbdf069dd28af4afb6e19692d3beced Merge: 968808f8 42edf70b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Mar 8 11:16:39 2012 -0800 Merge pull request #396 from cviebrock/develop Make key optional for Messages->has() as well commit 42edf70b10df5d62058d721cd02db8cf8dfdea93 Author: Colin Viebrock <colin@viebrock.ca> Date: Thu Mar 8 13:11:09 2012 -0600 Make the key optional for has() too ... like a "has_any()" method Signed-off-by: Colin Viebrock <colin@viebrock.ca> commit 968808f8d68b33100afb8fde2549aa04ac670936 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Mar 7 22:17:09 2012 -0600 Updated change-log. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit 3c9a4b1aad00d0c54ad95b06249aaec338623557 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Mar 7 22:16:02 2012 -0600 Added "memory" (array based) session driver to ease the unit testing of session reliant operations. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit 51183c348d28af8b62866e388aaf4a1cc9e3dd84 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Mar 7 21:59:54 2012 -0600 Added "memory" (array based) cache driver for easier unit testing of application cache operations for developers. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit 6f7780a0f8787174c76187b6f3a891f915467e03 Merge: 6535fca3 20f62b5a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Mar 7 14:13:01 2012 -0600 Merge branch 'refs/heads/master' into develop commit 20f62b5a1d04f08faf58c4ae41989463296da977 Merge: 5b3031ad 17ac74d7 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Mar 7 12:12:34 2012 -0800 Merge pull request #393 from ShawnMcCool/master made all sqlite fields nullable to fix various problems with the difference in sqlite's null functionality commit 17ac74d7f822c5a429c475e4eb4bdbb2929d0850 Author: Shawn McCool <shawn@heybigname.com> Date: Wed Mar 7 20:52:17 2012 +0100 made all sqlite fields nullable to fix various problems with the difference in sqlite's null functionality commit 6535fca31ca766e001db53f6cc28432d09ea62ee Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Mar 6 17:27:41 2012 -0600 fixing bug in event class. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit cb8dbddccc0c8987c6418ea289c2c58188e29e16 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Mar 6 16:29:25 2012 -0600 Updated change-log. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit 48b8791c623d203d54e823cb9f86a91d8f56b5de Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Mar 6 16:28:55 2012 -0600 Added Event::until method. Allows execution of events up until first non-null response is returned. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit e57948185bb631aceae15f809236f1e79d833d51 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Mar 5 16:53:37 2012 -0600 Ignore DS_Store files. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit 8da1c16c8bbb48c77b4637fe535bdeaf6782a306 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Mar 5 13:31:30 2012 -0600 Tweak controller layout resolution. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit 2b814976444437ee4c1e19bcd43c48d0838bc7cf Merge: b549e30c 5b3031ad Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Mar 4 23:06:34 2012 -0600 Merge branch 'refs/heads/master' into develop commit 5b3031adb059ca0d5eb0f6c95233ed3248869d93 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Mar 4 23:06:17 2012 -0600 Fix output buffer checking bug. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit b549e30c7c442a58329ae681e2fe42503180d683 Merge: 46595ce5 89dc8903 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Mar 4 22:04:50 2012 -0600 Merge remote-tracking branch 'origin/master' into develop commit 89dc8903ece9527c9f1b40427dde1238d17a9081 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Mar 4 22:03:59 2012 -0600 Updating version. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit 638032f4c0fa887aabcf494bf2504b54be470a34 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Mar 4 22:02:11 2012 -0600 Fix bug in IoC singleton checking. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit 46595ce55e186e116ec0735a4c995987c063d60a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Mar 4 14:28:49 2012 -0600 Unsigned only supported by MySQL. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit f3df0137538d5af16fbdcba1f94830959e487b5b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Mar 4 14:23:59 2012 -0600 Added support for decimal data type in schema. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit f110ccde4f278b3b2871df6f6e0447b9a467c033 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Mar 4 13:59:32 2012 -0600 Fixing spacing. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit 9ab1144f78ec9e500c9c51fd155a21502168847e Merge: 8607fcc9 aac25078 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Mar 4 11:59:00 2012 -0800 Merge pull request #379 from jasonlewis/patch-6 Allow no key in $messages->first() commit 8607fcc9330c47f33585f217116d7c67eaa1d511 Merge: 893f65fc 601b29a9 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Mar 4 11:57:53 2012 -0800 Merge pull request #382 from daylerees/fetching-notice Added bundle fetching notification for bundle:install commit 893f65fc02299276ca37ece7fe9cacf496930a74 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Mar 4 13:56:12 2012 -0600 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 <taylorotwell@gmail.com> commit aeaebead18f08198b370717ae28726c065528fb1 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Mar 3 15:46:08 2012 -0600 Just tweaking comments. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit 4e656f02fe0b4c9cd130c5b477cde0d301f2db18 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Mar 3 15:17:47 2012 -0600 general code cleanup. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit c4594afce132fdb38dbb8fb75ab76212fa329c67 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Mar 3 15:12:30 2012 -0600 cleaning up the validator. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit c433815fdf62ce33916eaf64f82465bd2657e67b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Mar 3 14:51:18 2012 -0600 cleaning up the application start file. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit 810486266774d2f1c600620979c3c5de5e8efd06 Merge: 606b8cea 9bb69309 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Mar 3 14:49:10 2012 -0600 Merge branch 'develop' of github.com:laravel/laravel into develop commit 606b8ceadaba63812da0f6b8beec66f7644b099f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Mar 3 14:48:45 2012 -0600 Fixed typo in comment. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit 9bb69309f5abbc2e3b06a8224af045961db3b045 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Mar 2 22:54:29 2012 -0600 Display errors by default. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit 76eef23f54b9bad5329ef18aa992e2fa29fd668b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Mar 2 17:12:43 2012 -0600 Check for CLI before starting session. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit d43157b61f8e9f035403f3a220123f7fea007589 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Mar 2 10:27:37 2012 -0600 Fix drop_foreign SQL grammar for MySQL. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit 1d93cab0d01241ec04857a28e823522a5dd8ffeb Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Mar 2 10:23:27 2012 -0600 Cleaning up foreign key support. Added drop_foreign command. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit 2f2437a0e3c9222d355190db5c12b9dd1e2c615c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Mar 2 09:55:17 2012 -0600 Updated change-log. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit c002ae63371094b2cf9c731f779128e7a68e9970 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Mar 2 09:54:43 2012 -0600 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 <taylorotwell@gmail.com> commit fba6c303ea10b2b4020602aef2327463b3cdd260 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Mar 2 09:42:52 2012 -0600 Updated change-log. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit 1302ded5f857f5f38ef8d460a8f58aab929f4fe0 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Mar 2 09:41:30 2012 -0600 Added foreign key support to schema builder for MySQL, Postgres, and SQL Server. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit 601b29a9d1f4e2019cfa00ec1ba9e8b1960db4fb Author: Dayle Rees <thepunkfan@gmail.com> Date: Fri Mar 2 11:40:16 2012 +0000 added bundle fetching notification for bundle:install Signed-off-by: Dayle Rees <thepunkfan@gmail.com> commit aac250785866996ec60762de1f84e77853942737 Author: Jason Lewis <jason.lewis1991@gmail.com> Date: Fri Mar 2 18:04:57 2012 +1100 When no key is provided to first it returns the first message from all the messages. commit 2032dec0eacf01708b17f4402f2333d9e5d388ad Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Mar 1 13:44:32 2012 -0600 Update change-log Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit 028703d9d52da67032238c9b22cb8c1025b9dcb6 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Mar 1 13:30:02 2012 -0600 Clean up the life-cycle file. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit f473e4418ad75a944f16ad759b490188fd5211eb Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Mar 1 13:06:27 2012 -0600 Cleaning up the core bootstrap file. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit fdcebc1bcb67c8a0ba9ad71be0342e147b579efe Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Mar 1 12:02:16 2012 -0600 Added override and clear methods to event class. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit 2331ae18cfa1bb7c5b4d4986b9b809074b31bec3 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Mar 1 11:52:05 2012 -0600 Added lang and view loader events. Added lang and view loader events similar to the configuration loader. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit 32d4eeff14a0b20690729397765c5c3ba07b78b8 Merge: 5a25b5a7 d12f868f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Mar 1 11:24:04 2012 -0600 Merge branch 'develop' of github.com:laravel/laravel into develop commit 5a25b5a7146273980a0c2a6a532350732736a203 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Mar 1 11:22:47 2012 -0600 Fix typo Fix typo in the configuration loader event description. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit 16fa094cc320029d856341223d1efd0e420e98be Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Mar 1 11:21:11 2012 -0600 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 <taylorotwell@gmail.com> commit be9549615861a627568d568974d968d5b6f2d944 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Mar 1 10:55:37 2012 -0600 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 <taylorotwell@gmail.com> commit 2c4d35e6a4bb5eecf119b8db9f9d8151e484eb5f Author: Dayle Rees <thepunkfan@gmail.com> Date: Thu Mar 1 12:12:39 2012 +0000 allow File::cpdir() to fail (and return false) commit d12f868f8c361279c77a26a5454c758732b8db02 Merge: 871d205a e36dba4f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Feb 29 20:39:23 2012 -0600 Merge branch 'master' into develop commit e36dba4f10402cdbcfa244133419515d75a4ad53 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Feb 29 20:39:02 2012 -0600 default to showing all errors. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit 871d205a35ee89c84f0f4804ea30ab42c9c1dfb3 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Feb 29 15:32:59 2012 -0600 Updated change-log. Added note about cviebrock's unsigned method. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit ebcae547fa2c4f949e992824d489ef0ddddc3e60 Merge: 30d69ef5 b7d068f2 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Feb 29 13:25:05 2012 -0800 Merge pull request #370 from cviebrock/develop Add unsigned() modifier, so you can create unsigned integer columns. commit b7d068f2f2f586271c158de2bb3e00fbd9ad0030 Author: Colin Viebrock <colin@viebrock.ca> Date: Wed Feb 29 15:21:20 2012 -0600 Move method into grammar.php instead of duplicating in each grammar commit 26c7273493319652fab4891d4e030f3eac4128b8 Author: Colin Viebrock <colin@viebrock.ca> Date: Wed Feb 29 15:09:13 2012 -0600 Add unsigned() modifier, so you can create unsigned integer columns commit 30d69ef548f8cf90ce00c35edd04c06982d35b65 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Feb 28 10:09:51 2012 -0600 updating comment. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit 097f2929f3a7317c64e62a7a716789d7ecd0f73b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Feb 28 10:07:21 2012 -0600 update changelog. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit b37c966aea22b690225f45d217d0ada07cb20286 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Feb 28 10:06:53 2012 -0600 improve session ID assignment to avoid possible overlaps. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit e4c03aab3702bd9a708aba3bec24658927316593 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Feb 28 09:41:26 2012 -0600 updated changes. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit ad6a9e874d0ead6046b941e8147f6a7cb02065a1 Merge: 425192a0 0f5252c5 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Feb 28 09:30:56 2012 -0600 Merge branch 'develop' of github.com:laravel/laravel into develop commit 425192a05db7d5066a2ba62c4f844164c94ee21f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Feb 28 09:30:43 2012 -0600 fix bug in route. commit 5325acac6485cf58dfc2265ad5d8577b21e96923 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Feb 28 09:28:23 2012 -0600 adding support for attaching filters based on URI routing. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit 0f5252c5e5524ed64484c57f7cc482f433e6d362 Author: Eric Barnes <eric@ericlbarnes.com> Date: Tue Feb 28 10:00:40 2012 -0500 Changed the route filter in the comment. Signed-off-by: Eric Barnes <eric@ericlbarnes.com> commit 01ddff5cdc3e0eab13e7fcd4a710e66735f672c1 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Feb 27 22:36:28 2012 -0600 adding support for filter patterns. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit 995448219432e0237d09133977f2e6fc50a77309 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Feb 27 16:27:28 2012 -0600 added search and extension functions to view class for registering them. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit 990f8d4adc382658de2ebac4fe469e6e25764d57 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Feb 27 15:45:54 2012 -0600 updated change list.' Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit 64b61abcd5c59ecf9ea2ddfbfd1510c29a0f1bb8 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Feb 27 15:29:11 2012 -0600 added paths and extensions options to view class. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit ca5dfa4061f98e097384c29aedeaa7d57ed9be15 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Feb 27 14:08:01 2012 -0600 fixing underscored library auto-loading. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit 2fdde4ad2f4678948d878218f0aba68c5f1c1864 Merge: 621fee09 d4f3813b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Feb 27 09:29:35 2012 -0600 Merge branch 'develop' of github.com:laravel/laravel into develop commit 621fee09be6f9412808d57305661ca16ae0e4b68 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Feb 27 09:28:21 2012 -0600 cleaning up code. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit d87b01ad6c902542d9db655d8624718880248ba4 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Feb 27 09:26:51 2012 -0600 cleaning up code. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit d4f3813b768d44dce277ea303ad53a376750a4e0 Merge: a0853733 37ea2c82 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Feb 26 22:29:40 2012 -0600 Merge branch 'master' into develop commit 37ea2c8221eab85cacd26c9d2d004e8b9bea0037 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Feb 26 22:29:14 2012 -0600 updating readme. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit 714e2f8c108bc1015a87dcfbebc6c2eb2b17baf6 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Feb 26 22:27:17 2012 -0600 updating readme. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit 5ff6ea5bcc9e56586d26faed105d000247061cf7 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Feb 26 22:25:47 2012 -0600 updating readme. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit a08537335ae5d6ec39bebfe6119edfda067aba71 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Feb 25 22:41:19 2012 -0600 simplify autoloader namespace mapping. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit 909413916c52fe37772e9056e5dc8edab546a842 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Feb 25 22:32:12 2012 -0600 cleaning up code. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit 2a02b9f6acefdb1eff218256fb54ca25e241ee6f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Feb 25 22:30:35 2012 -0600 cleaning up view code. Signed-off-by: Taylor Otwell <taylorotwell@gmail.com> commit 711d60a50618e285aee1f56da21b1d7ab97af0d4 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Feb 25 14:54:34 2012 -0600 dont override paths if they are already set in bootstrap. commit a289b287e8d07bf5834e5883ce95050808fa5d9e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Feb 25 14:43:05 2012 -0600 modified log gitignore. commit 4064013e847389de0fbf5d30790fa06a6ab7a4ff Merge: fa9bad81 1e5c6ee2 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Feb 25 14:10:40 2012 -0600 Merge branch 'master' into develop commit 1e5c6ee24650a7d34fe2b85f80bcbce06aa448b2 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Feb 25 14:10:10 2012 -0600 incremented version. commit 14f82766fbc4b0516a418c8c28ebc58cb901a9af Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Feb 25 14:09:03 2012 -0600 added certificate of origin to license file. commit fa9bad811f63a7aa17680849d2c4718f30d5b119 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Feb 24 17:22:13 2012 -0600 add change note. commit cb55111724290ed584b5069d66439d2ee7cff880 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Feb 24 17:21:41 2012 -0600 add change note. commit 62ffbc270a4c9be7f7f9a157309e7c994eba09df Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Feb 24 17:21:18 2012 -0600 updated changelog. commit 818a488d4a267bf4d8d2f92c64d6f838c89bc435 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Feb 24 17:20:58 2012 -0600 updated changelog. commit 1d209fde785ecc6c944eb036fc1f32b1fbd8a72e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Feb 24 17:20:42 2012 -0600 add change note. commit 484a737382763a2d91a293e7aebd1805843c85ac Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Feb 24 11:35:02 2012 -0600 make the pdo fetch style configurable. commit 9804bb55dc28f94cf6917409defd3e69f5769c1a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Feb 24 11:17:56 2012 -0600 comment cleanup. commit 97cb0035f4935e60ccd86f881156d4a1ddd23ad9 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Feb 24 10:31:43 2012 -0600 clarify cookie comment. commit c9bb800ee92f7f704ff52e31681d8a171f2fb89a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Feb 24 10:29:20 2012 -0600 cleaning up the cookie class. commit 9019c6e2f61edb60ce35537407ae39ea05f7b1b9 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Feb 24 08:08:56 2012 -0600 added link_to_action method to html class. commit d6fba0ade1add8c4883882a7b3029d7bd5e30eaa Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Feb 23 22:35:33 2012 -0600 blade ext constant no longer needed. commit 49d3c5251b5c81195e0460ae24e0d7165a703728 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Feb 23 22:34:42 2012 -0600 removed blade from core and extracted it into bundle. added view engine event to hook in any view engine to the core. commit 115eb8d085515388f7de932feb52eea861ad65f0 Author: Aaron Kuzemchak <aaron@kuzemchak.net> Date: Thu Feb 23 20:08:12 2012 -0500 Added shortcut method to load a designated route's response commit 441a9e206f36f9b06b853f4a109218b65bd1c747 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Feb 23 17:00:36 2012 -0600 working on view engine event. commit 2b4ab94e6b9e247b4e9018fe811960d6f3ca931f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Feb 23 16:29:30 2012 -0600 trimming up comment bloat. commit 753c769d103df6f7404d7f37c837f6011d9e0aa9 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Feb 23 16:19:00 2012 -0600 fixing comment. commit 160e839e812bc165fd4d09f61409cc1935f40236 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Feb 23 16:18:08 2012 -0600 cleaning up classes. commit fadadd0f62968826ff56f4ecd5282a87b2c3365f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Feb 23 14:50:07 2012 -0600 allow events to override the log class. commit 157f619e9887d01ecd911baa701e8520a817fac1 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Feb 23 14:02:59 2012 -0600 basic code cleanup. commit e69f988fe52dc9799215ef8373b0e9c19dc3a7c0 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Feb 23 09:09:56 2012 -0600 improving some comments. commit d29a12794815311c46518ede1a94e00198ee5efe Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Feb 23 09:09:00 2012 -0600 allow multiple request methods for uri. commit f624a6849f6d4b32ce6187bffaf6293cad5277c7 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Feb 23 08:43:55 2012 -0600 fix handling of HEAD http requests. commit e70261e962da5b570674329620c1338a210a2b05 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Feb 22 15:09:04 2012 -0600 added support for controller factories. commit 86fa595317ea6ef84174896230978a01a770b172 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Feb 22 11:00:02 2012 -0600 set application key by default. commit 257d917e196eef20fcd27eb91697dc3b5c75429f Merge: 0f448271 b5f56840 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Feb 22 09:00:43 2012 -0600 resolving merge conflicts. commit 0f448271f6c44eb8d3c04514e1ec8ddf92b2cb51 Merge: f84bdb98 c88433f1 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Feb 21 11:46:15 2012 -0600 Merge branch 'develop' of github.com:laravel/laravel into develop commit f84bdb98a1dbb00a37abe9af4dbcc468a78a3592 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Feb 21 10:52:38 2012 -0600 cleaning up code. commit 271e73462dc2396c8a496637e96dacb431bc85b2 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Feb 21 10:52:19 2012 -0600 cleaning up code. commit ca40180b54d28c54b3dedb30cd4b764785a5a168 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Feb 21 10:51:31 2012 -0600 cleaning up code. commit 353c7c527f65b18da25c4de07f69a26a0e722518 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Feb 21 10:50:25 2012 -0600 cleaning up code. commit b5f568404a035e082481d644b9e0db94c9a63230 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Feb 21 09:33:15 2012 -0600 increment version. commit 3789972a35924846ef77bba599500a828731a236 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Feb 21 09:32:21 2012 -0600 fix bug in controller auto-loading. commit f6ef233d3994ad1cf490901d1a51996dc0cea0b2 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Feb 21 09:23:24 2012 -0600 alias aggregate column in query grammar. commit c88433f16a59e7a9b26f14a2e379d2bc49a0c913 Merge: 5919b039 670dee6c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Feb 21 06:55:52 2012 -0800 Merge pull request #351 from ladea/develop typo commit 670dee6c495ee8cd5644c7cb18350765588fc92b Author: ladea <guardian@mail.bg> Date: Tue Feb 21 14:31:52 2012 +0200 typo commit 5919b039e62e1afb0566a344d272453e454129c2 Merge: 4e9369f5 6bed34fb Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Feb 20 14:54:13 2012 -0800 Merge pull request #349 from Kindari/patch-1 Fix Directory Separator issue in Bundle autoloads commit 6bed34fb8bdf4d03f716e8b6c34fbf47498e78f5 Author: William Cahill-Manley <william@kindari.net> Date: Mon Feb 20 14:52:32 2012 -0800 Use rtrim instead of prepending DS to avoid Windows issues commit dd5ff5f12b5fb4cfffa73c523efc55d32725dca7 Author: William Cahill-Manley <william@kindari.net> Date: Mon Feb 20 14:44:13 2012 -0800 Trimmed Directory separator produces relative (and wrong) paths for bundles commit 4e9369f5bf4e281760b617851202d689b959f3cd Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Feb 20 15:50:58 2012 -0600 rename autoloading method. commit 1ff9deb15035f5a7702b460e89dc638223d026ae Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Feb 20 15:50:09 2012 -0600 clean up auto-loader registrations. commit e996093b723c1d2f947e9b67e912476ffffec3cc Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Feb 20 15:33:19 2012 -0600 cleaning up bundle registration. commit 5c66658428b1001504f6629a67efff618f42d281 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Feb 20 15:27:01 2012 -0600 remove bundle guessing in autoloader in preference of explicit config. commit 16dca5e74e09d3745750d607cb0170525397f59c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Feb 20 14:40:24 2012 -0600 updating bundle class loading. commit ec84d3f90d924e5b538d942f70c5ed6554cec95f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Feb 20 14:00:11 2012 -0600 added ability to specify autoloader configuration for bundles in bundles.php commit a88511428ad73909546fc351b67987a93588c43e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Feb 20 09:28:12 2012 -0600 silently flush output buffer on error. commit 7f3f1f3481beafea0f14fa5b9df459173398c5fe Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Feb 20 09:20:14 2012 -0600 global after filter receives response object. commit 1098d50afff938e435767bf105ab66af51ad6f1d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Feb 20 09:07:56 2012 -0600 cleaning. commit ea358eb371e1cfdfc2be6019f384c9424b96ba27 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Feb 19 22:56:59 2012 -0600 cleaning up code. commit b262e743c07ef801f7d48f1684badfabac45033d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Feb 19 21:59:57 2012 -0600 autoload bundles based on namespace. commit 106b5dc1e13d90121f1ad086653ea65d4c44b6a4 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Feb 19 09:43:34 2012 -0600 tweaks. commit 22e5d8e425c12c582a12326f2536e385a055e25d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Feb 19 08:49:59 2012 -0600 tweaking autoloader variables. commit 2f66c97806be7a3f82269e8b5cf81a12a54b98e9 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Feb 18 13:37:02 2012 -0600 changes commit fe0b4b287de3f83d03d67024ed7142c1d652c0d8 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Feb 17 16:30:11 2012 -0600 cleaning up code. commit 33e49146341433051c29448bc381ad27c5f3bdcd Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Feb 17 14:47:46 2012 -0600 random cleanup. commit 3507d15323edb56befbd4c900e3b277b9aa42894 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Feb 17 14:38:25 2012 -0600 fix charset in mysql and pgsql connectors. commit bf6313e50bb7b0209e60fe68e2962f4388eef1f1 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Feb 17 14:02:53 2012 -0600 cleaning up code. commit ba3f62f79a24b1df8a5c1ef76504c55ad24a6b70 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Feb 17 09:00:53 2012 -0600 added auto_key config option. commit faa2eec3b9862f5d228c363c27509905fa33e711 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Feb 17 08:47:06 2012 -0600 consolidate database methods into db::query. commit 42b9d1e097340fdfb6cd8fb32ad8dab7890b1eb4 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Feb 17 08:33:46 2012 -0600 import router. commit ed72448fb0d4ab25c983a5b6e895535ddb0c8817 Merge: 2296f63b aa9d790a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Feb 17 06:32:42 2012 -0800 Merge pull request #343 from sparksp/patch-4 Consolidate Bundle::path and Bundle::location commit 2296f63b8f52e8104f138779251ff0fb5faa67aa Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Feb 17 08:31:17 2012 -0600 tweak bundle:assets. commit aa9d790a1546b2c9961024ddd1eb67b78f09aee6 Author: Phill Sparks <me@phills.me.uk> Date: Fri Feb 17 11:18:55 2012 +0000 Consolidate Bundle::path and ::location commit e828b6c0c38ef86543130953048cd77cc8fc8ab8 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Feb 16 22:32:09 2012 -0600 all database exceptions now include SQL and bindings in message for easier debugging. commit dd6402c6488b1e341e735e3504c0fe2830df6090 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Feb 16 16:26:39 2012 -0600 prefix built-in events with laravel. commit 7aa78e1a3c346f12d11bdd75de79c62b89c9088d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Feb 16 16:24:52 2012 -0600 change done event name. commit 0e63717be94673f4d3e54458c83ecb4ce07c08d5 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Feb 16 15:37:06 2012 -0600 use default index names on implicit indexes. commit 62d8c09cce19dae64a338fe4b22f2660b96dafec Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Feb 16 15:31:07 2012 -0600 trim a long ling. commit 851db1703e1d8d1d281f3bcca4f5fd3d7eb66f77 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Feb 16 15:14:31 2012 -0600 dont register session in ioc. commit 0e4f72687439932c41de2f29e15256728758e53d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Feb 16 15:12:42 2012 -0600 cleaning up code before release. commit bb0967cceba9ed0a0ba05ca92929a96f2cd8d822 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Feb 16 14:53:22 2012 -0600 throw exception if padding is invalid. commit 1324ba368c93ab997eb36d6900686000d0d5e242 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Feb 16 14:35:32 2012 -0600 tweak provider to use temp directory to avoid latest confusions. commit ab5ce2a7eb84c8cf79e0f0b881b0375c72bb7471 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Feb 16 14:31:11 2012 -0600 added pkcs7 compliant padding to encryption class instead of default 0 padding. commit 49d9666958461914c5af4e3a42a6e196fa197bc4 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Feb 16 13:59:48 2012 -0600 final code cleanup commit f41717dcb195ae3bc400e8da660ae7410b2204fe Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Feb 16 13:53:19 2012 -0600 dont try to guess the bundle of classes. commit 5cfe3713601e092fd2d836ab45b29097d646568d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Feb 16 13:02:40 2012 -0600 null should return default bundle path. commit 86102ac4177ad1b3c092f9e22a136a397b4dd88a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Feb 16 10:32:39 2012 -0600 update test runner. commit 317e8db81f0169baec31846fc0f845bbaba6346d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Feb 16 09:08:00 2012 -0600 change query event name. commit 36834c1118bb9c642b50441567bc687405e323ad Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Feb 16 08:46:48 2012 -0600 add database.profile config option. commit b29f8a88fe221a6b2b763268a748c7ef049d0c3e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Feb 15 16:17:47 2012 -0600 add default value for index names. commit b73a60de2aff9a238d0af9469aa20183996c5ea5 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Feb 15 13:51:18 2012 -0600 rearrange str class. commit ab17ea674a24245053a9384b05f0b7981d8b7719 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Feb 15 13:29:37 2012 -0600 fix bug in db profiling. commit 6e83add76f6b7a9d64cc1bfe8473c20a46acbf7f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Feb 15 13:17:45 2012 -0600 tweaking key setting. commit 82315f31d5c69fa5454555139cf018197786d1f3 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Feb 15 13:02:38 2012 -0600 added configurable automatic key generation. commit 6b14bd394eb2950ef4c8e8e6a2ce2847b85439eb Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Feb 15 11:12:23 2012 -0600 change psr method to directories. commit 188394bae13b23e757aed826c959033c1dede8e7 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Feb 15 08:27:10 2012 -0600 added url::home commit 75280a9fea7343e0782aa2af1974b3154920e40e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Feb 14 16:53:08 2012 -0600 cleaning up validator method. commit e1c89285509969f6eb720733cdc40f95fdc8b7d8 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Feb 14 15:19:01 2012 -0600 added passes and fails method to validtor. commit 642b0f17f0612452a94456f69ca42c1f3b96320b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Feb 14 11:35:22 2012 -0600 link_to_secure_route no longer needed. commit 9f60c5e15a8b5f8948e0b419f9bbf308ddc8930e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Feb 14 11:34:43 2012 -0600 https option no longer needed on path helpers. commit 3f4410376050aed87e88441f84fb982159b7dbd3 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Feb 14 09:38:08 2012 -0600 added redirect::home commit 14c9d382709e58bf6bd7a163ddb90fea72d6b15d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Feb 14 08:22:10 2012 -0600 add facade for filter::register. commit 479b3f6773b48341e38a590afd1c6b137bb60c62 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Feb 13 23:51:33 2012 -0600 cleaning up various codes. commit f27ec7ab952d033309776bb934b04ade8e883a88 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Feb 13 23:26:17 2012 -0600 cleaning up the session cli task. commit 6ced385d20d12e317c7831fe7451d7128d52bb98 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Feb 13 16:50:41 2012 -0600 use 'as' instead of 'name'. commit 86e109b7bc189983b17c3615880994690a71ccd1 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Feb 13 14:42:38 2012 -0600 simplify route parameter parsing and fix default value bug. commit 2713ee9b87b687ecfa8e957ec2f7948c5d9a8bbb Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Feb 13 11:06:27 2012 -0600 use is_callable instead of method_exists. commit 09da91501d3445c5a668c42e2008d1b7ee55fdf0 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Feb 13 09:19:02 2012 -0600 update comment and add check to command metho_exists. commit 53a20533f1fc529911c3effa20bd3cef86e24702 Merge: 620f3ba9 29d062da Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Feb 13 07:16:32 2012 -0800 Merge pull request #335 from daylerees/develop Show an error when an artisan task's method cannot be found. commit 29d062da75833ec5eeefe0268c049e6ca888a2ee Author: Dayle Rees <thepunkfan@gmail.com> Date: Mon Feb 13 15:07:52 2012 +0000 better handling of undefined task methods commit 620f3ba91f2d1a14e8cdbb6a60b0c29863f03251 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Feb 12 21:52:28 2012 -0600 fixing a bug and cleaning. commit b0a223aa4b9ff13bd1498902a8f94c32fe827f01 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Feb 12 21:27:07 2012 -0600 cleaning up comment. commit b353afdc79d5578d2a2396cb34e8137cf22b8c97 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Feb 12 20:09:27 2012 -0600 fixing router bugs. commit 0438c696487b10b0dbb05bd4aab5bf37c3780c2a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Feb 12 19:45:04 2012 -0600 added better random sources in crypter, seed random number generator on every call. commit 74887986a70318dc5b333ce7aebda872116ddbbe Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Feb 12 19:26:16 2012 -0600 fixing bugs in router. commit 775b97ee76c07175c44a50cf94abfc51762bc4a5 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Feb 12 19:15:13 2012 -0600 load controller file before checking in ioc container. commit 3d1a44028acdf566c673d41450c1c0329751b1ce Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Feb 12 16:41:03 2012 -0600 added route::share method. commit 0f2d3117393051d418008423c1d2947c4222a86b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Feb 12 16:34:11 2012 -0600 cleaning up some code. commit aed1443bf16d41bb5343467a17c51ec650a3aec6 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Feb 12 16:15:17 2012 -0600 cleaning up the cookie class. commit ae544b85da996318c4ab724a07bb537982619829 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Feb 12 15:39:53 2012 -0600 fix bug in router::route method. commit 597feed4a740ba54cd97c0e48922886ccf1f4516 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Feb 12 15:23:20 2012 -0600 fix bug with root routing. commit 89ea17d9d97bdbb3fa6f858337f8a9d75e963dd3 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Feb 12 14:53:54 2012 -0600 fleshed out redirect::to_action commit 5af190cca7d3d85f69f5db8216c830b1d303e756 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Feb 12 14:51:53 2012 -0600 removed misleading comment in home controller. commit 3a92facc76eacf65c8682496d11305b2aadd1d08 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Feb 12 14:48:36 2012 -0600 updated routing to fix several issues. commit 31cf44c37425e0171600eb30c3490523ae6c8442 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Feb 9 23:43:02 2012 -0600 working on routing. commit 4330124d796b22c7570af6b9908b888259384d6f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Feb 9 23:36:08 2012 -0600 added route:destination method. commit 8737dde6827af10f5b37ba54db18ffbca3deb81b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Feb 9 23:35:08 2012 -0600 making changes to routing. commit 38da9f47b95dd0e382976c936a71dde37ea3e46d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Feb 9 23:32:19 2012 -0600 added bundle option commit ebcf34e3b4f5504067d6f3b096c95102aaced16a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Feb 8 21:31:27 2012 -0600 cleaning up crypter. commit 874f02c7590e9e299515fc4157cef364b5cae111 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Feb 8 14:37:58 2012 -0600 fix comment typo. commit 0e66517ec94e135130a7fe88f957141bf561667d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Feb 8 14:35:30 2012 -0600 simplify with ternary shortcut. commit a216af62dc2486be7550da51b62059d3940536b5 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Feb 8 14:27:22 2012 -0600 add more portable uri support. commit 490eb0f5bffdee53d2612a904848f9651013a2e8 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Feb 8 11:35:29 2012 -0600 remove die. commit 5e59a72b5b8629ea78b961e96bc57e42290007e2 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Feb 8 11:16:55 2012 -0600 fix bug in paginator. commit e88d2213ab8191e67cff1cf81f88abe57627352a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Feb 8 10:53:58 2012 -0600 added support for complex joins on query builder. commit 326b5929e98dd364625d3a341c97a1e5a5baeb42 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Feb 8 09:12:09 2012 -0600 cleaning up bundler. commit fb516f83ca8989ebe441a39bffe18b49604756df Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Feb 8 08:58:42 2012 -0600 added bundle:make command commit fa4d54e89976a4dab222c226ac299a462ddec4b0 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Feb 8 08:42:26 2012 -0600 added ignore rules to views .gitignore. commit 55b714af0b49066e42b90d3232c1e43c55814444 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Feb 8 08:33:01 2012 -0600 added message to refresh. commit bf4f464f675f5f38420cfa9e30f8d724ed14f40d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Feb 8 08:28:16 2012 -0600 added bundle:refresh command to cli. commit a0379ea48d361a02deb9bb1a259a1341f2e192e0 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Feb 8 08:20:46 2012 -0600 fix comment about bundle caching. commit 67de20b485085d7ef6258756e2faadc3a197eece Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Feb 7 20:09:17 2012 -0600 cleaning up the test runner. commit 3e398d1b497524044ead88e43e9299e87fb7fe63 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Feb 7 16:59:51 2012 -0600 added auto start bundle option. commit 3292024e69ea0c2dc91fbf80cc0e7da4c63c8579 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Feb 7 16:51:57 2012 -0600 use start.php for bundle bootstrapping, bundle.php for info. commit e4d55cbc8ebc0d18a1071ca664340da386deccda Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Feb 7 15:41:28 2012 -0600 added bundle::disable method. commit fd1b63ed141714280160f3c8e7a17723c98bee7c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Feb 7 15:39:58 2012 -0600 removing bundles.php file. commit 428257758df37826a7da35d7de454b22f5b65b63 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Feb 7 15:33:34 2012 -0600 clean up base directory of phpunit stuff. commit d36aa5129227bccc2f17b4592b24010471b71483 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Feb 7 15:22:18 2012 -0600 moved bundles file to base directory. commit a850610c865e7ae2b8bb82bc3941394d6997acd4 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Feb 7 15:22:02 2012 -0600 move bundles file into base directory. commit a11318863a7981e67491091a721b800eb9c5c983 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Feb 7 15:00:35 2012 -0600 improving bundle workflow. commit aa53dc70cefefe019e6c4360b8f37e450c8d0bcb Merge: 521e40f4 88fc4e45 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Feb 7 13:33:41 2012 -0600 Merge branch 'develop' into manifest commit 88fc4e450d35a000be9fb53708662c9f571f0edc Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Feb 7 13:31:08 2012 -0600 added url::current. commit 521e40f4d5fe27c9e201c54c29c990bed71d4364 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Feb 7 13:30:23 2012 -0600 working on core. commit 8fc48f7c7ea6b412aa929a84e38c4c8cfac645ba Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Feb 7 08:21:09 2012 -0600 removed comment frmo bundle. commit 6fe05ade85bd058efd5a7785efc7e0383cede3bd Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Feb 7 08:10:40 2012 -0600 cleaning up some comments. commit 0c133dd96ce292cf2f2a4d6c83616bdcd3813be8 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Feb 6 23:02:49 2012 -0600 trimming comment. commit 98ea0c0e6fe81ea4eee6af3af0142cace862d258 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Feb 6 22:48:34 2012 -0600 fix bug in url::to. commit 8240b2ffd1ed81f5b147f86d8b6b34b64be70ee8 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Feb 6 22:09:15 2012 -0600 move shortcut method into grammar. commit 087f50a52cd3432f925fc3af18dee82455019ea6 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Feb 6 21:39:30 2012 -0600 cast bindings to array. commit 1351a2b189e51c6b288991566bb091de16a41192 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Feb 6 20:19:29 2012 -0600 cleaning up code. commit fc927aa63a321a1cb9a66bc8fa485abb2f73e7ea Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Feb 6 20:08:25 2012 -0600 cleaning up artisan. commit 007863a6fae70c44698d2e8a2d5e9b3116801336 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Feb 6 19:59:07 2012 -0600 cleaning up various codes. commit 78dc4529f1d01fb438f6e41d817c25f8695ed417 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Feb 6 16:54:44 2012 -0600 added routed array. commit a4acb1c0fbeda67545342bac11e979b3d45021a5 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Feb 6 16:39:54 2012 -0600 require routes as many times as necessary. commit 37c06a50069d73833cf1a443b1a6fe13ad24d6b5 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Feb 6 16:12:17 2012 -0600 fix bundle handles greediness. commit bbae90adad1d22353bf59ae3a7163bc84184a173 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Feb 6 15:57:37 2012 -0600 fix pagination comment. commit cd17761f7220d193ec265a436b396ae5a1a640bc Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Feb 6 15:28:03 2012 -0600 fix distinct problems in paginator. commit e89082e3bae8034dc3a3204040edcb4692ed884f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Feb 6 14:53:59 2012 -0600 fix possible problem in provider zip extraction. commit 56ae5e9a7b4b676e729065033f2f07cd0c1cecba Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Feb 6 13:20:08 2012 -0600 more autoloader tweaks. commit 94b4887000e9eb0a9fc72c935072046044f4afab Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Feb 6 12:58:51 2012 -0600 cleaning up the auto-loader. commit 618980c678a1f2cfccfaf9c6c2e54c21b91cdb35 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Feb 6 11:59:24 2012 -0600 improvements to autoloader namespace handling. commit bc1a7d07716bcef3c4c4781e608c3ce98c844861 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Feb 6 11:40:18 2012 -0600 improving namespace autoloading support. commit 5b6b156b412c2ee48a909145399fdbf8d89c7cb7 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Feb 6 09:35:28 2012 -0600 move timezone set into core bootstrap. commit 8b2f3e842149bc6044f899dbf22a698cd3ebfefa Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Feb 6 09:28:29 2012 -0600 added has_php helper. commit 3dab5506814dae8739f0e7e38acbf6a968d22ffb Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Feb 6 09:21:35 2012 -0600 fixing route bundle determination. commit 643b440872b2e7c931aef3d3cdbdf54df5fc3c76 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Feb 6 08:28:45 2012 -0600 bundle::exists should return true for default bundle. commit 395236d6433597ca414e710a6900156e7119779b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Feb 5 19:57:34 2012 -0600 support universal routes. commit df3a277bf9680a3a7e08fde461382bb2fb6b1026 Merge: ab5e8615 2e492a71 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Feb 4 20:13:46 2012 -0600 Merge branch 'develop' of github.com:laravel/laravel into develop commit ab5e8615c5b366aa5d4db7730306df34bcccda20 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Feb 4 20:13:30 2012 -0600 fixing segments bug. commit ce5a922b871e8c8f3f6f3c1d60dca98783e82f5d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Feb 4 20:13:10 2012 -0600 cleaning up the uri method. commit 2e492a710a5bd8a8951b45a8c00fac237a5efea6 Merge: 95a5af37 8e5a143b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Feb 4 18:00:21 2012 -0800 Merge pull request #308 from sparksp/patch-3 SQLServer::limit and ::offset return strings commit 95a5af376a416dd823da0f9d645cd79fdd479757 Merge: f3be544b 62072e52 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Feb 4 17:58:55 2012 -0800 Merge pull request #306 from sparksp/patch-1 PHPDoc fixes commit 8e5a143bbead00bad72899fb7763eae8f259ce5d Author: Phill Sparks <me@phills.me.uk> Date: Sat Feb 4 21:33:25 2012 +0000 SQLServer::limit and ::offset return strings commit 62072e5281fbf4c77c8bd7dc7d7a1f6230aeb11c Author: Phill Sparks <me@phills.me.uk> Date: Sat Feb 4 21:30:52 2012 +0000 PHPDoc fixes commit f3be544b1a35a9b49d1f4075fa4ae2a26acec6f0 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Feb 4 10:58:38 2012 -0600 cache base url. commit d7fcd74a02d3225f342b5ffb39e65c4b32507bd2 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Feb 3 16:00:01 2012 -0600 added with helper. commit be144288b3aab9a8b643466a701d958604c99fdd Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Feb 3 15:34:43 2012 -0600 upgrade all bundles supported. commit 43edb4bb453eaeecf288ed6e4b6d4e11d9e0da04 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Feb 3 15:30:13 2012 -0600 remove dummy bundle. commit 91518db6bd2ac994d50303e7fe64895b98833118 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Feb 3 15:29:52 2012 -0600 dropped submodule support. added upgrade command for bundles. commit ea42fe75f26dc74cc713cdfef725cc93637e7d86 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Feb 3 14:54:23 2012 -0600 working on bundle upgrade routine. commit b1f12b19bf5f5492ac85e93cb9647a8d8452032c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Feb 3 14:01:24 2012 -0600 fix comment on file::rmdir. commit 8598721e262bf2cc40061fde45d66910319a3e81 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Feb 3 14:01:01 2012 -0600 added recursive rmdir function. commit d9f3725afdf4bb5849517683bfee5aceb4f9d786 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Feb 3 13:44:26 2012 -0600 download zip archive of repos by default instead of submoduling. commit e370772cf9ff1ffaa79f5ea4c73b2d19037144ea Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Feb 3 13:43:43 2012 -0600 tweaking provider. commit 46bf67aeedeeab5bdba33c9578bdebef0014f6ee Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Feb 3 13:37:28 2012 -0600 remove unused property from validator. commit ee2d38f2609d0a8bd49b29bb1c0bb183a81e5a44 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Feb 3 11:15:54 2012 -0600 added replace_mimes method. commit ad24b08b298b1fbeb4bfd8701f2e8754ed30060a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Feb 3 11:13:44 2012 -0600 refactor the validation replacement code. commit 554d390f1e89af87a6ce8c74b529e86b3c9ef3cb Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Feb 3 11:02:54 2012 -0600 added same and different validation rules. commit d462a729817b974d54194157216cd55c0752f09f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Feb 3 10:43:09 2012 -0600 adjusting route class. commit 17213fe07314d21481f78eef3527d95d1efb6d3b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Feb 3 10:35:15 2012 -0600 urldecode all route parameters. commit 3780da4ad1c6644b73390b950d180f81a970cc1d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Feb 3 10:29:37 2012 -0600 add comment to boostrap. commit d02f4deb8fc60a2331592b789be3ff4681fad7ad Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Feb 3 09:39:10 2012 -0600 tweaking bootstrap. commit d681f4992048af2ba16c7ec28f3438f36515fdde Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Feb 3 09:37:22 2012 -0600 fix 404 route issue. commit 97fb28bd001a8310ebe11a55a24d8dcd6ee99455 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Feb 3 08:55:04 2012 -0600 added base controller default setup. commit 6ed4adf6c4cefc34d2050a39cf64ace3557108df Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Feb 3 08:45:51 2012 -0600 added parens to router wildcard character list. commit e21d914c1c816b9b90227c2b5fc8226af00c116f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Feb 2 16:52:47 2012 -0600 improve work directory cleanup. commit f0c273771adc6b416c4d01e44b2b40c8a2a288ad Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Feb 2 16:41:23 2012 -0600 moved directory function into github provider since it doesnt belong in base provider. commit b989594c82d8b722e443720adc2691737f42b425 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Feb 2 15:54:28 2012 -0600 clean up a few things. commit b97dccfbbc69870858bfe9e041654b1ce034323e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Feb 2 15:52:57 2012 -0600 attempt to clean up working directory after bundle install. commit e0c84a94cc49fa00e1d77f2b9828dad0d29ee8e0 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Feb 2 15:41:20 2012 -0600 tweaking zip provider. commit 62ee825071f371debd311712b5a68ee07e6dce34 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Feb 2 15:37:36 2012 -0600 added message for zip install. commit ef2c5af4f1305e619ff22e4f7a40ee24ffd40da0 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Feb 2 15:36:50 2012 -0600 remove die from github provider. commit ec5c08a7ccd7ddaf8c2f57d84443080e8a8e497e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Feb 2 15:18:36 2012 -0600 added ability to install github bundles using zips. commit 87424c73f50810278e24f55e1369d9f766304829 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Feb 2 14:13:27 2012 -0600 added delete option to cpdir method. commit ee400675d55da29492ae39e011d4544642ba44da Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Feb 2 13:47:30 2012 -0600 import request. commit 14ab7c4e05bb0e089d05cf60d25a784e885f609f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Feb 2 13:46:33 2012 -0600 tweaking github provider. commit a6c083f3118786c178e2081f742372466bc5db97 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Feb 1 16:04:17 2012 -0600 added activity method to session. commit baac975fc63c37589982f64a6f7166c320462c3f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Feb 1 15:22:25 2012 -0600 added route task. commit 10ee41f3b3306d5b29c05937f9b2086b538269d2 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Feb 1 13:20:44 2012 -0600 fix bug in fluent class. commit ded215d0e318b829fa2acd355dbf90191fc07e64 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Feb 1 11:42:37 2012 -0600 change cookie::sign to public. commit 2504f8693fbe3bb69b75cdc6033958cb15cb9ba5 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Feb 1 11:02:12 2012 -0600 fix cookie bug. commit 33f34aa479f043875e799551c2112d487d233ef8 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Feb 1 10:32:06 2012 -0600 dont use ioc for session. commit eaa2cf593c60cae32dfe53da6cfe05a74060acb6 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Feb 1 10:11:27 2012 -0600 added support for custom validation lines. commit a9873a479d04ecce45dd51dd5109d46a19d109db Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Feb 1 10:02:46 2012 -0600 added lang::has method. commit 0c69b2c0c0193ee46ffbacf694d3af9aad51fa0d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Feb 1 09:51:07 2012 -0600 tweaked github provider. commit cf33cae228a199ae304aada1584c00da7ecad86a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Feb 1 09:48:48 2012 -0600 fix github provider. commit 068e92286d79607a885f010251633647e451f34a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Feb 1 09:29:34 2012 -0600 added path support to bundle installer. commit 8066a595bc83cec5c2b3449babdae158ba03ebbb Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Feb 1 08:52:57 2012 -0600 added remember_me cookie config option. commit ac277c58e662a923fbb9ef794ce15bd0fe1a48cf Merge: f3a78490 2d413044 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Feb 1 06:45:24 2012 -0800 Merge pull request #296 from cviebrock/develop Date field support, please? commit f3a78490bd5e1b85e731a159ad5c57dd928fa880 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Feb 1 08:44:26 2012 -0600 fix sorting of migrations. commit 8bd740d183023b3a7bb7a94c07c350c7b30e199a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Feb 1 08:38:12 2012 -0600 added support for named layouts. commit 3c016285a12cc65307b0b60ad1b30f5b92b21268 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Feb 1 08:27:46 2012 -0600 make log function non-static. commit 982e009a96940abb13e002fea11b427fed884649 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Feb 1 08:25:54 2012 -0600 added query event for hooking into database for logging. commit 2d413044e88b9925beafc89fe28eca855af4e6d7 Author: cviebrock <colin@viebrock.ca> Date: Wed Feb 1 00:16:05 2012 -0600 Add HTML5 date field support. commit 96b43e90b37066220b0b3c77e9948c627d5bb11b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jan 31 16:35:35 2012 -0600 show warning when key is not set. commit d20deb2847f7683dfbdbb09d76742082ac868a54 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jan 31 16:16:39 2012 -0600 die out if application key is not set. commit 2b12c0c140663b157ccc9affc74ea71cffe2e86b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jan 31 15:58:00 2012 -0600 modified cookie class. set application key on first request if not set. commit 4cf7f0c627886189e648dc618b3e9e4c9b626189 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jan 31 15:19:23 2012 -0600 added cookie jar that holds cookies until end of request. commit 5a6f2f888d1165f05b38fad4cd43f83a302ece6e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jan 31 14:21:59 2012 -0600 unfix bug in validator, heh. commit 62856a15ce7a2a92c8e0afcce26a74483dd085b4 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jan 31 13:29:38 2012 -0600 added config option for display_errors. fixed response::error to use dot syntax. commit 659fd50a651762dcffb9c08bf461cf57105a5159 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jan 31 11:47:55 2012 -0600 change function type in payload. commit bd532ee4b0ad55911124a2ecb7397471511fa123 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jan 31 10:43:10 2012 -0600 fix cache::remember method with closures. commit fd446aec624ff607e07c3d0f3aa38fbdfc40dd41 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jan 31 10:22:26 2012 -0600 fix bug in validation unique method. commit 224b9eadd2e3d1fa339f9ae44efed566156945d9 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jan 30 13:22:08 2012 -0600 added two new core events. commit b5f9f9bd9a66db04e992fa7a1d6e6b32aba81b11 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jan 30 13:18:33 2012 -0600 added event firing when bundle is started. commit 363632165cf5155b2900eec768a4f7391072ec1d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jan 30 10:58:32 2012 -0600 fixed casing issues in inflection. commit ea13ddfb7f29d2a1f29b1abf92874b0e001e9679 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jan 30 10:38:12 2012 -0600 fix aggregate selecting bug. commit 6c1e3578addde56aab72df946ae2467fbb4e05e6 Merge: d19fd5a1 931d3ee4 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jan 30 08:22:59 2012 -0800 Merge pull request #279 from subdesign/patch-1 Added ü and Ü characters to strings.php commit d19fd5a1cee4b5598507a1e4bfe5d2c67f7ab41b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jan 30 10:22:23 2012 -0600 added html::decode method. commit 8ab33cf8c8576d8f92441f6f0a139f99980b3be4 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jan 30 10:20:05 2012 -0600 added support for select multiple. commit 5bd0f27d1c1d7611b49cedf02ee1676137623650 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jan 30 10:16:53 2012 -0600 change session:install command to session:table. commit 8423b972d8997344d6936d4d3d688958ca1e7a0d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jan 30 10:15:11 2012 -0600 tweaked migration date for last time. commit 75abe2237bc286c247e2fe86e0b15d25389208bc Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jan 30 10:07:05 2012 -0600 fix migrator. commit 64c284bcfacb3a415bab2a7cb5ceb2bd0d917f4c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jan 30 09:59:05 2012 -0600 comment tweak commit 221d2f8af5067996507c946f5c0ec1303f9bc91e Merge: 72d181b3 1ecadb82 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jan 30 07:57:23 2012 -0800 Merge pull request #260 from sparksp/2.2b1/migrate-sort Sort outstanding migrations by filename commit 72d181b330c3268a2e67ae8a80dfa0f40643de7b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jan 30 09:54:19 2012 -0600 added exists method and language lines for ip and exists rules. commit 429ac00ff53dc5cc7d645258c2e40504129ec793 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jan 30 08:56:34 2012 -0600 fixed misleading comment. commit c81be6d27bbcdd1a1986e84343c9a2192270e3a6 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jan 30 08:50:07 2012 -0600 fix config class bug. commit c44b6264dd12e5e0835384748ad66e8661939924 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jan 29 17:33:58 2012 -0600 fix autoloading system path issue. commit 008819cd1e2dc82242007bca84214d89b9096484 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jan 29 13:59:50 2012 -0600 added db method to validator. commit 3488a5449ee2fcd3992f0596772694408b76484a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jan 29 13:55:33 2012 -0600 adjust comment. commit af5e4c6be6ce65e33c8d94994a4fbc31ed8dd66c Merge: 1fc86102 5974a58b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jan 29 11:54:48 2012 -0800 Merge pull request #278 from codler/patch-8 Validate IP commit 1fc861026a4054e8b5b2e91142765cb7cbacdd2a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jan 29 13:19:47 2012 -0600 added back support for specifying column in validator unique rule. id is now a third parameter option. commit 1ec6fc766c82eb527eb356b64ae600d65a604a1f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jan 29 13:07:15 2012 -0600 added support for database table prefixes. commit 97fcea1e51f8cf936bb9aa97800c18543744963e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jan 28 14:55:08 2012 -0600 cleaned up paths. commit 409e90896422eee9590b80eae0f78128b9265ff6 Merge: 161796e9 733392f7 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jan 28 12:08:13 2012 -0800 Merge pull request #285 from sparksp/3.0b2/bundle-location Really default location to bundle name. commit 733392f72f14c83a8ff26365f302eb132b9febec Author: Phill Sparks <me@phills.me.uk> Date: Sat Jan 28 20:03:29 2012 +0000 Really default location to bundle name. commit 161796e983c17bc69f8d2448c9cd96769380e527 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jan 27 19:38:22 2012 -0600 default location to bundle name. commit 4774c8d91ee2e1d61183ea1848b5084bf1935af0 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jan 27 19:33:23 2012 -0600 lowercase namespace when loading bundle. commit a351e91aef08fef33c2b9294ea103050ceae7f81 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jan 27 16:28:17 2012 -0600 fix testing of the core. commit f44c565ee46109cba060af962c3ebd5f991c050e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jan 27 16:17:43 2012 -0600 converted path constants to $GLOBALS. commit 09d4b74cf16338d29b1d92e9228d2f4cf6ea7322 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jan 27 15:43:05 2012 -0600 added core option to test runner. commit f706ed75bfd7e888458973d8a45fa3e21394ca75 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jan 27 15:28:46 2012 -0600 made testing elegant. commit ae7faf1e45161d58f01c355b81ffdec6f5ff5a4b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jan 27 15:06:25 2012 -0600 add example test file. commit 2b7e4d1873416ff61f42661377a731fa933ce7c8 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jan 27 12:11:00 2012 -0600 tweak github bundle provider. commit f420ec55156e43def4fb5184cb45ff84fe926f2f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jan 27 12:09:19 2012 -0600 moving core tests into bundle. commit 8325f6dc5e72aa6b9843d808bb4f032e411df78e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jan 27 11:48:53 2012 -0600 added event class tests. commit e7d3929a5fcbbc1482066c377fdc93cd9476a1d8 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jan 27 11:39:51 2012 -0600 added another routing test. commit 021a48552d245a05ef9623702ffa6bee8f2948fa Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jan 27 11:37:35 2012 -0600 added bundle controller routing test. commit 5a37473e7b7cda123b20529603e12bd55ab14acd Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jan 27 11:30:19 2012 -0600 added basic bundle routing test. commit 6b1b0ee5e19707d9d7a3e3791947709fcbe35941 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jan 27 11:22:26 2012 -0600 fix bundle publishing problem. commit 2c593bdc153e1f4647e8d97a67814f683c5fece8 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jan 27 11:18:23 2012 -0600 added controller routing tests. commit d6e21a4186b05edff53222b2fea282bee3bf8f10 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jan 27 11:10:14 2012 -0600 adding routing tests. commit f93532d2260fd57c5c99b40919fa20b3739b8cc1 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jan 27 10:46:35 2012 -0600 added test for route::is method. commit b9f6d162e64ab0be170db2ae476bf3dcdfb99563 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jan 27 10:43:45 2012 -0600 improve key generation. commit 59df5f3c6d5e8af9267814ab6c0b96b60a426f9d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jan 27 10:39:52 2012 -0600 set the application key when creating the session table. commit 8f071923067c2c5355a7d8ca5fe482ea2da337c7 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jan 27 10:38:00 2012 -0600 rename session:table to session:install. commit 884b707c6bf11141536270aeeea2e6ff9ee1e0e6 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jan 27 09:45:16 2012 -0600 cleaning up comments. commit 549d8cc370dbdc3a3bf2ef7399de00b8190d6850 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jan 27 09:31:16 2012 -0600 cleaned up the router. commit 7aecd7857fc01ecc76fdf15e135929e166a60a18 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jan 27 08:47:12 2012 -0600 refactoring the router. commit 54e0bef6b5b987751ee3073a3f7a002c54d5d006 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jan 27 08:18:30 2012 -0600 simplified the controller_key method in the router. commit 82f56f9545b77e1593ea7df11ac7b504605a0bd8 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jan 26 20:07:59 2012 -0600 remove var_dump. commit 29fc846f3991bb092184dafdaa87a52aba78764d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jan 26 20:07:40 2012 -0600 fix comment commit 70082508f51a0f80f85fd57d91801ecfecc50814 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jan 26 20:07:02 2012 -0600 improve bundle configuration and registration. commit 300ab50a84527cedf193247786dcea318ac22c37 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jan 26 19:55:46 2012 -0600 explicitly registering the base_path as a psr-0 directory no longer necessary since auto-loader will detect core classes by namespace. commit 9d1905ee24c144bdb3e36b7627bd47c737feecd9 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jan 26 19:54:43 2012 -0600 improve autoloader and load entire framework core using PSR-0 on the base_path. commit d76cf4ba2346c0760ed8c5e56cabf6cfc3cab72e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jan 26 17:01:17 2012 -0600 bundle improvements. commit 7052c33c37f5b59824eda81390c82ad59ffd9766 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jan 26 16:04:51 2012 -0600 dont automatically publish bundle assets. commit da7d076f541bce85984c83e28650088248931d59 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jan 26 16:03:25 2012 -0600 allow non routable bundles to just use string values. commit 3a3c5ba561833cc5ca0ca8b09593ab378d07b5ef Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jan 26 16:01:48 2012 -0600 fix typo. commit d9ffabb623d0b1878dc353dd6b20ebaa3906b1ba Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jan 26 15:59:56 2012 -0600 added bundle config comment. commit 8dfb50c8354be1d01a457fabef9efa34aa868b31 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jan 26 14:37:43 2012 -0600 opened up bundles to live anywhere and respond to any URI.' commit d3d3ffc168e1df0b7e3a895b008d1a5ca710a49b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jan 26 13:35:29 2012 -0600 refactoring. commit 5974a58b3fc4c5dab346006f0235abc9dc8622b3 Author: Han Lin Yap <codler@gmail.com> Date: Thu Jan 26 18:26:54 2012 +0100 validate ip commit a36e2773e2db425be08854f20dd189a1753e208a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jan 26 10:29:19 2012 -0600 rearrange hash class. commit 1da0f231e55f3fe1029f3329f59bf3691ff16b70 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jan 26 10:22:16 2012 -0600 incremented version. commit f9856988bb74d69aa4c521745d293174d5609a65 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jan 26 10:21:00 2012 -0600 cleaning up router comments. commit 931d3ee414b0a6174159e611aa157c30ff5daee1 Author: Barna Szalai <info@subdesign.hu> Date: Thu Jan 26 15:58:00 2012 +0100 Updated with "ü" and "Ü" characters. Letter occurs in Hungarian, German, Karelian, Turkish, Estonian, Azeri, Turkmen languages. commit 96c43d6d877bb1f6ec5e0b29ba1b45e683391060 Merge: da1e2b6b ac3c7b5c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jan 26 06:36:45 2012 -0800 Merge pull request #272 from kbanman/clicommandfix Fix typo in Cli\Command commit da1e2b6bf8010e06eb3f72e692663a6a7e7df99c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jan 26 08:35:57 2012 -0600 change lang back to __ commit 6d6fc1b13e194036389a6e8c54e1316a506a8c15 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jan 25 16:19:56 2012 -0600 fix bug in backreference. commit d4c5114792972038e55d8509e9277572aec8c475 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jan 25 16:07:16 2012 -0600 code quality and backreference support in controllers. commit ae56f68c87113d6ac92e087bd28c8c6bed4b2798 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jan 25 15:34:19 2012 -0600 use query grammar to parameterize where in sql shortcut. commit af170af12dc15a6797b4f466985d1d34a7b21b64 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jan 25 15:31:04 2012 -0600 overall code quality audit. commit 45969e3593bca4155cbf658793025701ea331f15 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jan 25 14:57:43 2012 -0600 added render method to response class. commit 37b5f614ba9bca1e9f00638fd2240c2178b3d383 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jan 25 10:30:31 2012 -0600 more view tests. commit b812f2f08a20e15ef39bcc303f9090f36203e3dc Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jan 25 10:16:50 2012 -0600 adding more view tests. commit 99a2c520c07a0327efe76d281a193c5a622d0db8 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jan 25 09:59:17 2012 -0600 added more view tests. commit 071d8ab06914ccb87211f86566fcd237c34bf950 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jan 25 09:44:38 2012 -0600 move cookie payload check into cookie class. commit c847bc4d5e1f27ee531a661a2e5053931a51899f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jan 25 09:01:15 2012 -0600 added cookie storage limit exception. commit 974ff302efdcbaa54404f94f6e46d9a906268492 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jan 25 08:37:04 2012 -0600 adding some view tests and fixing a few bugs. commit ac3c7b5c0aa8b6d4799783623f51a93a9439ec9c Author: Kelly Banman <kelly.banman@gmail.com> Date: Tue Jan 24 20:33:38 2012 -0800 Fix typo in Cli\Command commit c9eb7bdf35acfde350e42615d4a6c166fdd88423 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jan 24 16:19:28 2012 -0600 updated session task to run through migration system. commit 27fdb1e3f54e354ca13b357922601be9e0d5ee7c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jan 24 15:02:51 2012 -0600 added key and session tasks. commit 20b4cf7bb833cf4386461036dc8abd60cb0e8d65 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jan 24 14:32:19 2012 -0600 added key generation task. commit 70dd657e80fefb9c2716c108a46985e50989c8f4 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jan 24 13:36:22 2012 -0600 make aggregate method public. commit c6e814a6cca0006a0d2bd8edeb6e7043d6307bd7 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jan 24 13:03:12 2012 -0600 return true on ignored errors. commit b8f17bb82d865ed10067bdc366e803d42e9b6189 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jan 24 11:52:56 2012 -0600 remove unnecessary imports. commit 62571b3971d57de74d4708701f2e67c9c211e995 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jan 24 11:51:15 2012 -0600 fix some problems on the CLI and allow specification of environment and database. commit ec2fc6ddd05adfd92a7b0fd51bff4daa14309ee5 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jan 24 11:29:05 2012 -0600 fixed infinite loop when removing magic. commit bf509b679fdb5c55e39b4a6f29953e6e489fd2f7 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jan 24 10:34:14 2012 -0600 added config class tests. commit 18b6cc44af5c8dc3e8ffdd219531a45fa056c59e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jan 24 10:10:28 2012 -0600 cleaning up bootstrap file. commit 27483835f4c466c16ee83421c9f31e0518d0e8db Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jan 24 10:06:48 2012 -0600 always disable magic quotes at runtime. commit 02397c67329f22a7c09d743a7a13f0b7a101ef33 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jan 24 09:12:56 2012 -0600 use array_map to stripslashes. commit 4d87565f74a9aa536fd569b9cba0392fc0ccfa59 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jan 24 09:09:14 2012 -0600 workaround magic quotes. commit 27502918fb55e117a01114e794644772eda36274 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jan 24 08:58:21 2012 -0600 fix bundle dependency error possibility. fix WSOD in view rendering. commit 67696d81148099ef32738e7ec16db6883c1bc4f0 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jan 24 08:43:12 2012 -0600 index names may be specified on fluent setup. commit 4806bccbb61b6f07f9dd0f10806aa72c95b50a07 Merge: 33d62e77 55024974 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jan 24 06:30:22 2012 -0800 Merge pull request #270 from sparksp/2.2b1/bundle-start Prevent a bundle from starting itself into a loop commit 550249743284b70d4262e6b1520bfaad3c5fd38c Author: Phill Sparks <me@phills.me.uk> Date: Tue Jan 24 10:46:29 2012 +0000 Prevent a bundle from starting itself into a loop commit 33d62e77534ae7a6db2734d8b569fedf45641a77 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jan 23 16:07:08 2012 -0600 refactoring the autoloader. commit 8cfb6d621c7a7d7e113264366e09b3a70a558798 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jan 22 20:01:45 2012 -0600 refactoring the cli. commit 611f8d7e1b8cbd4da1ad4e27ec899c477a9c6d05 Merge: 765dcc8b a3cbe24b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jan 22 17:41:54 2012 -0800 Merge pull request #265 from kbanman/viewfix Fix inconsistent data referencing in View commit a3cbe24b6e699f59fcf17b5679b99ab26888deb3 Author: Kelly Banman <kelly.banman@gmail.com> Date: Sun Jan 22 17:34:08 2012 -0800 Fix inconsistent data referencing in View commit 765dcc8bac9a3e3944ac6f03a6e735fdbb086f80 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jan 22 15:30:02 2012 -0600 tweaking the migrator. commit 3569edbb0b5b047241653c7239136a34b9470b0a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jan 21 10:46:03 2012 -0600 fixed comment in grammar. commit 4737c6d8a95a83cdea541d61243bf4c78ada811e Merge: 8e5c7363 b158a7a4 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jan 21 08:45:09 2012 -0800 Merge pull request #244 from codler/patch-7 DB::raw should have higher precedence than alias commit 8e5c736392029f047b9af0ff9960b13509c6d425 Merge: e6cec8c5 9dbc15a3 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jan 21 08:43:33 2012 -0800 Merge pull request #245 from paulboco/develop Change argument to $publisher->publish() from $bundle to $bundle['name']. commit e6cec8c54ba973c6d466af24fade4cef682c4b5d Merge: 35e36428 ea8c6e18 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jan 21 08:42:35 2012 -0800 Merge pull request #246 from ericbarnes/develop Bug fix for route::handles commit 35e364282ae64803321dadd58a80084bdb4292fa Merge: e41657c4 b4621e48 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jan 21 08:40:53 2012 -0800 Merge pull request #253 from sparksp/2.2b1/session Session should throw an Exception when it's not started commit e41657c4d1598728162fac9ccf16be49fc9bd344 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jan 21 10:39:54 2012 -0600 do not check for existence of sqlite database before connecting. commit dd8ebe60f0a7fc986ffeaaab09b2868343991fdf Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jan 21 10:36:39 2012 -0600 make index names required. commit e9da2ef27f12127b2283c29f1226e7a511a233a1 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jan 21 10:34:58 2012 -0600 added comment to migrator and use the DS constant. commit 5e82788b4d7d9f3fddd100a4945b08485fbd1501 Merge: 9bcbe6a3 e0db24aa Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jan 21 08:30:53 2012 -0800 Merge pull request #258 from sparksp/2.2b1/migrate-mkdir Automatically create the bundle's migrations directory commit 1ecadb826c9c274121d3c4548285d3aba24bc40f Author: Phill Sparks <me@phills.me.uk> Date: Sat Jan 21 13:34:45 2012 +0000 Sort outstanding tasks by filename commit e0db24aa9bb89e76aae549ac50da9a31aaa865c9 Author: Phill Sparks <me@phills.me.uk> Date: Sat Jan 21 00:09:40 2012 +0000 Create the bundle migrations dir automatically commit b4621e489fbed054fb98c7de2fb5244c73cbcb7d Author: Phill Sparks <me@phills.me.uk> Date: Fri Jan 20 15:33:53 2012 +0000 Session throws an Exception when it's not started commit ea8c6e18251619f3842e6c8e43a796e276c84181 Author: Eric Barnes <eric@ericlbarnes.com> Date: Thu Jan 19 08:47:17 2012 -0500 Fixed route handles for uri's that partially match commit 9dbc15a3be4c456cf7ccea9f2441c8625f147d87 Author: Paul Boco <paulboco@cableone.net> Date: Wed Jan 18 17:11:47 2012 -0600 Change argument to $publisher->publish from $bundle to $bundle['name']. commit 9bcbe6a357a0f33aabdd7d529c447fe86ae6b04a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jan 18 15:28:16 2012 -0600 fix bug in route handles method. commit 7fa80bcdba40e6b3a2b892b4b4cdb809f2d80c37 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jan 18 14:28:02 2012 -0600 made namespace autoloader test more realistic. commit e0188f70c56e1ab50a13d00c339328eff2f17c0d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jan 18 14:27:01 2012 -0600 added bundles and storage directory to dummy laravel test setup. commit 813cd0d3b8c74ee31e92aed40258f5c34024d1f8 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jan 18 14:13:50 2012 -0600 finish autoloader tests. commit 319964fce2ce5d360a246b91e029cc25eda8a21e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jan 18 14:03:12 2012 -0600 added basic autoloader tests. commit 9de8e0050c6f4ea742ea4a8606b965e431c1d673 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jan 18 13:18:35 2012 -0600 cleaning up the bootstrap file. commit 8341797b458f6b61168128c6cd6f241fd93cf1b9 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jan 18 13:05:03 2012 -0600 cleaning up the bootstrap file. commit eb193c1d129c52432d320088fcaf64180d160d28 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jan 18 12:44:00 2012 -0600 working on the route class. commit bfc04e283b4317508504ab012c8ec29b9f2b964d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jan 18 11:51:42 2012 -0600 set value in cookie array when cooke is set. commit fce005d0b939d6b792b6abe4a3cc273028921ca5 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jan 18 11:43:45 2012 -0600 register session in ioc. commit 73c09f2f29057b78fcb38385fc20d083ad29b757 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jan 18 11:41:13 2012 -0600 fixed bug in router. commit 6865db3f211a0dd2b8d15993dd40c50b018710df Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jan 18 11:30:02 2012 -0600 cleaning up the auth class. commit 659a09a11b04aa8eb40bcc840c1fa57b357047df Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jan 18 11:28:12 2012 -0600 added mroe tests for route. commit 5c03c1de560996197e71e394cca3da61982308e6 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jan 18 11:26:08 2012 -0600 added wildcard test to route test. commit aa427bbd393d1944b77c7147c81e1f0c5d86c412 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jan 18 11:25:11 2012 -0600 added route test for handles method. fixed bug in route class. commit f4e1eaf29eecd7aa68b0ef8029444027c310f076 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jan 18 11:03:02 2012 -0600 adding some basic auth tests. commit 19f8430ce253de0ec761109e37f7641ebfc37a07 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jan 18 10:47:48 2012 -0600 finished the asset tests. commit 9977ccb708d35078397aa471975ba7aaac04e8af Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jan 18 10:25:24 2012 -0600 adding asset container tests. commit ebb11b97836c23f8b597c70d1faf96c5f5de46cf Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jan 18 10:25:12 2012 -0600 adding asset container tests. commit 775020666a9608a64b6c9c5628135b8f9ea4eee7 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jan 18 10:08:07 2012 -0600 automatically prepare the directories registered with the auto-loader. commit 490fd46c69b1d3a96fefb7b6ae97baaca62427ff Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jan 18 09:58:56 2012 -0600 added base_path constant. commit d95c371867e4a47d2e6efc6f8fdcfb8602fe1c17 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jan 18 09:44:12 2012 -0600 fix bug in controller filters. commit d8597e2095292a3855caee87c9a11f5fbc7bbb34 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jan 18 09:35:04 2012 -0600 fix comment in bundler. commit 57925465fe9b1eb8d03552fd776ef70c7f078c43 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jan 18 09:33:41 2012 -0600 added tests_path constant and added tests to bundle publisher. commit ba1d2a62380c1771699cd8e0546bca60c0ced483 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jan 18 09:23:05 2012 -0600 refactoring the file::is method. commit f7e6b957de5fe38c727237c8eb313a94eeeae641 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jan 18 09:18:37 2012 -0600 added function to recursively copy a directory. commit c314c0ab2a933d6b8a33b8fc6b47db6170ab3009 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jan 18 08:59:53 2012 -0600 added namespace to directory mapping support in autoloader. commit 28c3ef6eba52b885b39ccc4257cd327cf5f1e3bb Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jan 17 16:43:41 2012 -0600 turn colors back on for tests. commit 6bdc34dc07893c9e7e7ad3bef7bb266b2a9b01c6 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jan 17 16:39:51 2012 -0600 finished testing the string class. commit 3e8fbce099bc03f3fbfa863ef5d24fafe469a365 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jan 17 16:14:47 2012 -0600 finished string::encoding test. commit f634b6b97b8e4ebedcda7ec8cf7b2a4f2f59533c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jan 17 16:11:06 2012 -0600 rename str.php to str.test.php... change suffix in phpunit.xml commit bc2e54b1ac7152226dba9da01d7630f075eb81bf Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jan 17 16:10:16 2012 -0600 cleaning up some files. commit 6f2e83f2848559b2e3793890a38b9035157482c7 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jan 17 16:04:28 2012 -0600 added foundation of testing setup. commit db24d77e1e1016aaca714dcd8cbc454207be90a5 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jan 17 15:28:19 2012 -0600 merge paths into a single place. commit 6e120eeeaeecf7818544514b18d3ddb2aa8d7668 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jan 17 14:23:11 2012 -0600 cleaning up the hash class. commit 86bbb5f187947202c30ed60b8a74a69b43320022 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jan 17 13:32:04 2012 -0600 added get and set magic methods. commit b158a7a438b9e7c02072594ce029a220adebcaa8 Author: Han Lin Yap <codler@gmail.com> Date: Tue Jan 17 17:25:51 2012 +0100 DB::raw higher precedence than alias commit 471b7aaa814dcd406a280e0bcba2df7c10dc435c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jan 17 09:23:11 2012 -0600 fix glob problem in file cache driver. commit 04f21380ca2304a2aa95f8dfcd76675b83d58437 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jan 17 09:21:46 2012 -0600 fix glob problem in migration resolver. commit b218e80d5a88dad6a36d3559e5f3c57c2173957b Merge: f53ebbf6 9e690c8a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jan 17 09:15:12 2012 -0600 Merge branch 'develop' of github.com:laravel/laravel into develop commit f53ebbf6727c98accaa677e91d35b502e76b39c8 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jan 17 09:14:56 2012 -0600 fix glob error in bundle class. commit 9e690c8af6ad14617f81850a898cfc21c590a30f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jan 16 19:37:57 2012 -0600 fix problem with bundle assets. commit 2bbb9e55e9928f7fabe4c1881216b27b89691543 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jan 16 19:25:01 2012 -0600 fix bug in bundle assets method. commit d50638cc75155cd5538a089b5d240c0159627bb7 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jan 16 16:50:34 2012 -0600 added shortcut for registering controllers in the ioc container. commit f182ae277f88781cf11600dad96f03c343170752 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jan 16 16:47:09 2012 -0600 wording change commit a204054ad3ef84d1c656af8be8dd2fc32e7c8dcf Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jan 16 16:39:54 2012 -0600 added profile method to db class. commit f9bc3cc2dfd899c394cc4f1753fcdb9f2dbddb22 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jan 16 14:21:06 2012 -0600 added before and after methods to the base controller. commit f9924e410ebecafbf2b47ba8bc3571eeee15cdd2 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jan 16 14:05:07 2012 -0600 incremented version on artisan. commit 132a87dadca63c3c03ee6855322f43c30f02b884 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jan 16 14:03:39 2012 -0600 added beta note. commit 6216f89a24db2f3b96829128d8fde8304d96e276 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jan 16 14:01:59 2012 -0600 incremented version commit f552ff24e0659dfa93cb9a4d5c4a582f86390ba2 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jan 16 14:01:01 2012 -0600 update changelog. commit b5442c67fc1e46a27939fcc5c78f8a2be57f74df Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jan 16 13:59:24 2012 -0600 merged skunkworks into develop. commit 610d8827c43af0332871efd15062eede77957a71 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jan 12 11:08:32 2012 -0600 incremented version and updated changelog. commit c47a30fca631de586f2862f4f5d10a88aca18f21 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jan 12 11:04:02 2012 -0600 fix bug in router parameter parsing. commit 339d3a84074b824b59f04e9c84b094c4e5f048e3 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jan 5 14:57:08 2012 -0600 fixed version number. commit 264cc512941efe39f63d3cb8cbe142e17e8dbb06 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jan 5 11:52:42 2012 -0600 fixed bug in auth cookie removal. commit 2733e5ceba8201a550bca949d0b87cc8789cf54a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Dec 30 11:32:53 2011 -0600 incremented version and updated changelog. commit 59fcd67637e9a1d5abdd51fd6dfdc5931baa644c Merge: 09d1c85e 81992a18 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Dec 30 09:29:48 2011 -0800 Merge pull request #214 from akuzemchak/develop Allow timestamp method to be extended commit 09d1c85e98c2a766b11f723d5a1b63bfa4f477fa Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Dec 30 11:24:15 2011 -0600 limited number of uri segments that a request can have. commit d10aa7b27a491889c0866287bd24f742853621ee Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Dec 27 17:04:02 2011 -0600 incremented version and updated changelog. commit b1524e86427eb905817c8e1d1e2a1ed1d3dccf41 Merge: 0302b9c3 4b3965e4 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Dec 27 15:00:39 2011 -0800 Merge pull request #217 from codler/patch-4 Fix bug when using raw_where with eloquent commit 4b3965e46194d50d5ae59f4985fed3cb61869aeb Author: Han Lin Yap <codler@gmail.com> Date: Tue Dec 27 11:35:37 2011 +0100 Fix bug when using raw_where with eloquent commit 4a52aabd15485e6c047238372142aaae9609dbb8 Author: Han Lin Yap <codler@gmail.com> Date: Tue Dec 27 11:34:15 2011 +0100 Fix bug when using raw_where with eloquent commit 81992a18fdc2ba29e0d95c9b92018d25b9c65c6c Author: Aaron Kuzemchak <aaron@kuzemchak.net> Date: Sun Dec 18 16:14:26 2011 -0500 Changed timestamp method to protected, so that it can be extended if desired. commit 0302b9c3c275934fd5b476d8b88b317d06b8191e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Dec 18 14:11:17 2011 -0600 updated changelog and incremented version. commit 9d7534fa70200d8407dbeeb6dab8535d77edcabb Merge: ff5b6315 72793db8 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Dec 18 12:09:00 2011 -0800 Merge pull request #211 from codler/patch-3 Fix bug - nesting Section. commit 72793db8a34727fe0024c0a3b644d0117fcab2aa Author: Han Lin Yap <codler@gmail.com> Date: Sun Dec 18 16:12:22 2011 +0100 Fix bug - nesting Section. commit ff5b6315bcf4ebdf897bf9d0e08cff9d8423ce43 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Dec 10 21:56:42 2011 -0600 added array access to session::Get commit a6c0407ebb907dc21c3eb85c4e8eadd75b50a178 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Dec 10 21:54:41 2011 -0600 update changelog. commit ddd6d4478239aa05e1a2b5cccbe87a3e0a91a407 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Dec 10 21:54:07 2011 -0600 fix bug affecting using db::raw with eloquent. commit 791dbdebe763e6b7b6d4c28dd8500c31646a69a7 Merge: a2aa7418 1f17629b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Dec 9 11:06:09 2011 -0800 Merge pull request #207 from sparksp/fix/session-flush Fix: Session flush now correctly prepares empty data. commit 1f17629baa22a5f379b7759ef68dd280c2ae3bc8 Author: Phill Sparks <me@phills.me.uk> Date: Fri Dec 9 19:01:17 2011 +0000 Session flush now correctly prepares empty data. commit a2aa74181494e7408cccae2ec19eaf1aea5d9b6d Merge: 4ec3f397 077eab3a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Dec 4 15:07:24 2011 -0800 Merge pull request #199 from syntaqx/master Removed chr() references during bootstrap. commit 4ec3f397cf0b0373a5d66fa06bb77b93656a5a1f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Dec 4 16:51:11 2011 -0600 fixed pagination bug affecting postgres. commit 09c60d01dcc441572339a7d48c6015ccbc5221ee Merge: 1c97dcca 7106afea Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Dec 4 11:49:14 2011 -0800 Merge pull request #197 from codler/patch-2 phpdoc correction commit 7106afea9c5035b8de9b0a3e43a1552858ca3b27 Author: Han Lin Yap <codler@gmail.com> Date: Sun Dec 4 20:03:15 2011 +0100 Change to correct parameters in phpdoc commit 287433193d8117a5f2ba76df8a0da94dab10f883 Author: Han Lin Yap <codler@gmail.com> Date: Sun Dec 4 15:00:14 2011 +0100 phpdoc correction commit 077eab3a72b91fdb4ba8fa8ab50f35c8f5a64cf3 Author: Chase Hutchins <syntaqx@gmail.com> Date: Sun Dec 4 02:00:39 2011 -0700 Removed chr() references. The ASCII table does not change from platform to platform. commit 1c97dccaefe58d73a5a741f590d41ffd1c54c836 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Dec 3 23:09:47 2011 -0600 fix filter parameter merging bug and update changelog. commit 4c3ffcef52cad9c58ca4f6a6d65b7df849421212 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Dec 1 23:42:12 2011 -0600 updated changelog. commit 9a70fe089f7dc50545d9126b4ca9613695d99ef6 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Dec 1 23:41:55 2011 -0600 updated changelog. commit 92ff0474a18fed4ba4351c3930fc46b078e219e5 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Dec 1 23:41:01 2011 -0600 allow message container to be passed into redirect->with_errors. commit cb306c9091eb0f346703473ad3d5a297a5fa8592 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Dec 1 23:34:31 2011 -0600 fixing a few bugs in the form class. commit 531454a29b4baf9c68c0c326546738aba43bc846 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Dec 1 23:31:41 2011 -0600 incremented version and updated changelog. commit 271fbbbb68d8cbaab83c9c4d98d4764b90bda1fd Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Dec 1 23:30:52 2011 -0600 added default parameter to file::get method. commit 13d631e343bdc6f6f382a42aa0916bf8ca62de1b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Dec 1 12:49:54 2011 -0600 updated changelog. commit 5b7a462131dbaf046674ee3b70b9f5c02a72ca4d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Nov 30 10:54:51 2011 -0600 Composers should not be loaded every time a new view is created. commit 80063bbf4713719d8e81ceb9750f6ecf3d21ff5b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Nov 30 09:16:01 2011 -0600 Updated changelog. commit 84e6224b1bd56d92b90e12210bf6845df0d1ace0 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Nov 30 09:05:10 2011 -0600 Fix bug in Autoloader's library detection. commit 958efea5bdfd9bd2076604af1b843c5a55e00d0a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Nov 30 08:52:40 2011 -0600 Fix a docblock in the controller class. commit 7e33b4f85214e45a577d374883c1dca6a48f74bc Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Nov 29 22:32:05 2011 -0600 cleaning up some code comments. commit 20fc7558942ff086e3114353662b553e9b6482e9 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Nov 29 22:26:41 2011 -0600 updated changelog. commit 420ff3839a88cc17f531da1ef664c52613c6665c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Nov 29 22:26:16 2011 -0600 added clarification to base url method. commit d22f2097758fc90a8fdfab12d83d4b3a9a851271 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Nov 29 16:36:55 2011 -0600 Simple formatting tweaks to the URL class. commit 9e46cadab361647de074e7cc5d727eb60e381458 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Nov 29 13:40:33 2011 -0600 Minor refactoring of the Validator. Mainly code formatting and naming changes. commit ed092bf6cd6d12980b310fc36b466c7ccf6ba861 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Nov 29 11:14:55 2011 -0600 Added URL::to_action and URL::to_secure_action methods for conveniently generating URLs to controllers. commit 1372cb3ff843eb75e109adc5650d3203d16a1808 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Nov 28 23:48:48 2011 -0600 url::to method should use url::base. commit 00b512a87686c847e9de758ef7275f5aacf87485 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Nov 28 23:15:35 2011 -0600 remove typo in method comment. commit 2c29e49f42bb88f0acce06682b57eda3bc752236 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Nov 28 23:13:15 2011 -0600 incremented version and updated changelog. commit b7b80d6d49aaecfdc74f6b04f46ec9e4aa07b59d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Nov 28 23:10:16 2011 -0600 the application url will now be auto-detected. commit 0897bb43792b1c6726ae377a38c466f1aa2086c6 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Nov 27 22:14:16 2011 -0600 incremented version and updated changelog. commit 4661ef14bc7e844fd7f22a987291fd328cb8e0e4 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Nov 27 19:25:59 2011 -0600 added code example to file::upload method. commit 09b4471a5dbd67e29bf2de6276bcfd841c23e135 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Nov 27 19:05:54 2011 -0600 fix file validation check in validator. commit 472e377b02a580f81106b7a96f9e4cee3195a819 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Nov 27 15:38:59 2011 -0600 fix the validation of required file uploads. commit dae283943fed8639236fb30ef9127eb0bcc74cc9 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Nov 27 13:50:50 2011 -0600 refactor the validate required method for clarity. commit d93301672dca444eee8acf4c709bb9850664f4f2 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Nov 25 11:33:50 2011 -0600 change tagline in front controller. commit 170c29eaaab025d6d5652927bb1d980122789787 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Nov 25 11:21:32 2011 -0600 adding better comments in auth class. commit dc34d10341fc6a5d2b0249d4c2395e0a00968813 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Nov 25 11:12:41 2011 -0600 updated changelog for 2.0.1 commit bf01e932c3a973fb6f6e1739f9a527f17dbdf066 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Nov 25 07:43:12 2011 -0600 fixed variable typo in routing filter class. commit ad386c8468fe93714a1ba676a1c67ed52876060a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Nov 23 23:13:51 2011 -0600 add space to css. commit 581d2265e0883e34c54407a128322409221121d8 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Nov 23 23:11:20 2011 -0600 simplified splash pages. commit 24b7f4312f408eeef234f2e41f9141610ee1acd6 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Nov 23 23:04:50 2011 -0600 added title to license. commit 90b778940d07b191b33d18179d18f4d37aa63360 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Nov 23 23:04:23 2011 -0600 moved to mit license. commit f9a5d1e85b9539e14ff34384b620bf52ec51a264 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Nov 23 23:02:12 2011 -0600 simplify readme. commit f575efbf2d6c75f77d9d496d59ee44efbc16b36e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Nov 23 23:01:13 2011 -0600 fixing readme typos. commit 5e9851b905b88a303c854fd8473ac59241ffefc2 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Nov 23 22:53:54 2011 -0600 working on readme. commit 3d984ba30fbd02c6250018b504ef7198a3f03a20 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Nov 23 22:40:21 2011 -0600 updated changelog. commit 63ac87cc0fb081b83317743faae4b66e14bd8db1 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Nov 23 10:50:14 2011 -0600 Clean up Form::token method. commit 9b785fd70f11e195678b371329b2e4ab22a4b107 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Nov 23 10:44:46 2011 -0600 Update csrf_token constant. commit e4fce8e468768478aea3004838356986885c4612 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Nov 23 10:43:25 2011 -0600 Update the csrf_token constant. commit b7b5bc69389bd478d5ab96c4d810abce0e25db88 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Nov 23 10:42:42 2011 -0600 Change csrf_token constant. commit d82f1d40c0eb679c597becce8d61fef26395aee4 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Nov 23 10:42:07 2011 -0600 Facade should support calls with no parameters. commit 8e5852b7ebb28016cfeebe3b8fe50c1b32b152f9 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Nov 23 10:32:46 2011 -0600 Use constant for CSRF token. commit a739afc32fb616a4888ad899d4314ce7cde81987 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Nov 23 10:32:17 2011 -0600 Use constant for CSRF token. commit 0f5558d2e320d93b7af14e83b69785f20f2d71ff Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Nov 23 10:31:55 2011 -0600 Add constant for session token. commit c432b7f55dbe7b3eac23a6d3dc78d8d4417dce09 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Nov 23 10:20:25 2011 -0600 Added Redirect->with_errors method. commit bbc8a5d0d0f9c5f2eac8a26623ccb4d52de3f64c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Nov 23 09:46:11 2011 -0600 Tweak upload method in file class. commit 1ed1fdf6fc5401c5894a6a8f349adbc973c3c391 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Nov 23 09:45:55 2011 -0600 Clean up Input::upload method. commit 13d5c301b447b2f5b6b5732c52f8789bb0e6312e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Nov 23 09:00:33 2011 -0600 Remove beta tag from front controller. commit de72602c0a73d02d31aa24baf168bd5c83ac7da3 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Nov 23 08:56:13 2011 -0600 Add cookie payload class constant. commit ba300e02339b162fbcf7294995852f376b1f8ec9 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Nov 23 08:52:38 2011 -0600 Add some more comments to the session payload. commit ad9b49a23ea4d52f8db0550c0481f68de7a0f42a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Nov 23 08:49:09 2011 -0600 Extract callback validation into method. commit 05e365d0d5109d01b53d627f7a82cb5f08c068a2 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Nov 23 08:45:35 2011 -0600 Clean up route loader. commit a6bb5f26a3d72a823166cb816bfa45afcb10fb19 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Nov 23 08:35:47 2011 -0600 Trim exception message in database manager. commit 1b053815d34af8c97aa1da3357d762766acce085 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Nov 23 08:33:07 2011 -0600 Cleaning up comments in response class. commit f74d5ad2d44db8cad640ed642bee260f13b58a19 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Nov 23 08:30:55 2011 -0600 Set timezone in core file. commit 1867f28ad6210b58729b8402393c030731f87501 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Nov 23 08:30:40 2011 -0600 Move the timezone setting into the core file. commit 3e90009263df6f21c9ba64b659367bff890bad65 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Nov 23 08:29:23 2011 -0600 Tweak the language line logic. commit 2a27e5d3e49e4f5411b3e75d5049a1c90b147638 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Nov 23 08:25:09 2011 -0600 Tweak comment in ioc class. commit eab5e24883297a7cce6e2080237f62be388f015d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Nov 23 08:23:40 2011 -0600 Change scope of private inflector methods to protected. commit 55379a0adb64c2c972480cdce8682db61b524882 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Nov 23 08:23:01 2011 -0600 Trim line of code in form class. commit d392365a1bc372c47be9a59b5ee37ecb87213e1e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Nov 23 08:17:19 2011 -0600 Trim an exception message in the crypter. commit 9c6d4871b2718e7ad5e749ac50feaaa3a16dadd4 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Nov 23 08:16:43 2011 -0600 Trim comment in config class. commit 7ca6909fa910fd5ab36bfb6cdb07aaeac64520a6 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Nov 23 08:06:11 2011 -0600 Tweaking paginator comments. commit bcd590560f4aec3bdaf1e8f50a9642621adac761 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Nov 23 00:12:42 2011 -0600 adding paginator commetns. commit d3d992d4b5e958b4d693948a17441784e0dc0128 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Nov 22 23:42:40 2011 -0600 adding paginator comments. commit dfb3d35f166871a3b18d0a51dad723d8ab577100 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Nov 22 23:40:10 2011 -0600 add ability to specify the language on the paginator. commit 16a21422fbc75316db4fcb674c92cea6ce5456e9 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Nov 22 23:35:14 2011 -0600 remove some comment bloat. commit 100ffb4ffe7e140894761b1b7b98a7dc6cd0e9ba Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Nov 22 23:33:37 2011 -0600 remove some comment bloat. commit 1cdfd5a8b04cda61bdabd6d4c883bc0d928fbec2 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Nov 22 23:33:22 2011 -0600 remove some comment bloat. commit 216a38c574b5b49d9330268a39f0373ffaa07361 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Nov 22 23:33:03 2011 -0600 remove some comment bloat. commit 3ccad7de604ae39fa8e78189455b5f08632c753c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Nov 22 23:32:24 2011 -0600 fix bug in link_to_asset method. commit 74b65f74d15c3a3a610f7c75037b260291826ad3 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Nov 22 23:28:31 2011 -0600 tweaked link_to_asset https handling. commit 7cc591f90134416e1d2b645602d1deb74b3304db Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Nov 22 23:21:47 2011 -0600 tweaked comments. commit 8d8aa750d1d54bfafeba0b36088b4931b984fbca Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Nov 22 23:15:11 2011 -0600 remove unnecessary paginator language lines. commit 927e675cb8359ad22860b68fc2b429d3520f77d5 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Nov 22 23:10:39 2011 -0600 refactor the paginator to reincorporate the google style slider. commit fcf9cd3cccea63024ea9f55b320a4c183996cb54 Merge: 1535eca1 8508f1bb Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Nov 22 21:21:49 2011 -0600 Merge branch 'develop' of github.com:laravel/laravel into develop commit 1535eca1c9a2cdbe03b655f4fbc7035db30641a6 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Nov 22 21:21:36 2011 -0600 refactoring pagination. commit 8508f1bb3a50600448a00e4f8c1ef0aafd638b6c Merge: f492c81a e994dffc Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Nov 22 17:07:55 2011 -0800 Merge pull request #175 from sparksp/fix/response Fix Response::of_something commit f492c81aa864f8e739b178c1408fa75df2702bb9 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Nov 22 19:06:56 2011 -0600 added ability to filter flashed input data. commit e994dffc51ce6162d5a7d64c8fd3223da688574d Author: Phill Sparks <me@phills.me.uk> Date: Wed Nov 23 00:47:58 2011 +0000 Fix Response::of_something() calls commit 837b4802312b60b2c1338639cdc406ec6b7adbe7 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Nov 22 18:17:23 2011 -0600 remove the input flashing from filters. commit 783101cc7a478cbbf7da4cd0ef9f88c91fa1c605 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Nov 22 18:03:37 2011 -0600 fixed bug in autoloader. commit 5f348b2c6e20546f051dd3da95312b3ea90e45db Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Nov 22 18:00:17 2011 -0600 refactoring various classes. commit 246434f4c7e5896eb1bfab9384da25fd5a2071e7 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Nov 22 07:47:21 2011 -0600 load the session. whoops!. commit ccb6bc6b8ab59b04c2f85fbff0b0d3ee9062df93 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Nov 21 22:33:09 2011 -0600 refactoring the input class. commit 937441d31b350fb7c18b39b65d8d2d3b8c825a7d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Nov 21 22:22:41 2011 -0600 cleaning up more code. commit 64501dd09721736270cbcfcde12eb35be6fc57f5 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Nov 21 22:03:35 2011 -0600 remove unnecessary variable initialization in router method. commit da016744d059bfd06dc46d1c852047326e54a3d4 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Nov 21 21:57:11 2011 -0600 cleaning up code. commit a675b05237f8b5ef8f7b5741c7ca77f76dfe941b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Nov 21 19:13:32 2011 -0600 fixing some commits i accidently overwrote. commit 994949c6ceccdc28d428ae1d0e58413da57b8d46 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Nov 21 19:09:48 2011 -0600 refactoring various classes. commit b0ffc0183a81cf14ea3807451a825d7651fbfba7 Merge: 1746dbdb 0000ffc8 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Nov 21 13:31:22 2011 -0800 Merge pull request #171 from daniels0xff/develop Develop commit 0000ffc8c24f39c6c4a19662a48498c2d4ed05e7 Author: Daniel Anechitoaie <daniels0xff@gmail.com> Date: Mon Nov 21 23:07:12 2011 +0200 Double "for" in comment. commit 2a5697c12cdef8ac677dc157a59e01d5ee976b61 Author: Daniel Anechitoaie <daniels0xff@gmail.com> Date: Mon Nov 21 23:05:38 2011 +0200 Added DS_Store to .gitignore commit 1746dbdb6c92eb935727537606611d0f0203e66e Merge: 01a4efa4 ab5181e8 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Nov 21 09:12:48 2011 -0800 Merge pull request #170 from codler/patch-1 Typo commit ab5181e814955e5419078bd4a9a859f90655265d Author: Han Lin Yap <codler@gmail.com> Date: Mon Nov 21 18:09:48 2011 +0100 typo commit 01a4efa4b04d585af1a9a09e264bb575322b63d3 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Nov 21 09:00:29 2011 -0600 Fix bug in paginator appendage. commit 92a1c709181c4680fc5746c61446e0a1637d4806 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Nov 21 08:19:19 2011 -0600 Fix bug in query string construction. commit 4283e7ec98ae0fcfccfb84d76081adb019092cec Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Nov 20 23:01:05 2011 -0600 moved error pages to application directory. commit 5e95f05d9b624357dd014ee918d44e465049ee4e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Nov 20 22:51:31 2011 -0600 added more to comment. commit 10b9001e1384121faca18f96e2ead463189faa9f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Nov 20 22:47:56 2011 -0600 adjust how the response is rendered, as well as move input flashing to after filter. commit 7a9631975f940b37cbcd385dbe4b7a728fd9c300 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Nov 20 22:28:51 2011 -0600 dont return 404 error on null return from existing route. commit e55f9e9fad0f08bcf0f0ba8e9368e4c6853bc1c8 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Nov 18 14:50:11 2011 -0600 Added a helpful comment regarding expressions. commit 193396506e0c4d6e27072dda47e26c7dd65c27f7 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Nov 18 10:58:40 2011 -0600 Fix bug in cookie class. commit 374f72f5e51c13cf375d64d5ddd46c9dc37ad23d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Nov 18 10:43:37 2011 -0600 Provide immediate access to set cookies. commit 570b431c0509efe48e5e27cc208e21ab816fe234 Merge: 5b9f6d1b 8fd522fd Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Nov 18 06:15:08 2011 -0800 Merge pull request #159 from sparksp/develop/redis Refactored redis destruction commit 5b9f6d1bd3569f2cd792e7e008c836d858835fab Merge: bbffa96c 60033e52 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Nov 18 05:17:14 2011 -0800 Merge pull request #161 from sparksp/develop/fix-cache Fixed Cache\Drivers\Driver::remember commit 60033e52d3a6f53fa1dfa2267b8286c2098bf880 Author: Phill Sparks <me@phills.me.uk> Date: Fri Nov 18 13:06:10 2011 +0000 Fixed Cache\Drivers\Driver::remember commit 8fd522fd6765463d4061566318c5184a2944969d Author: Phill Sparks <me@phills.me.uk> Date: Thu Nov 17 14:02:40 2011 +0000 Refactored redis destruction commit bbffa96c2d21285b4a287b4198aab03754a70b92 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Nov 16 22:57:56 2011 -0600 refactoring the auth login method. allow the developer to just pass an integer. commit b5207ee2b817826c0ff86d8662e2a815a7951d95 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Nov 16 22:46:54 2011 -0600 cast the error messages to an array. commit 1c6f15a9fac14cdbd157e6c60312e6a05072f05d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Nov 16 22:45:50 2011 -0600 make database connection protected. commit a1b3ba75389a467cc13ab0a4f8448d9c847350ee Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Nov 16 22:44:15 2011 -0600 added comment to url class. commit 466ccdb96ca1995213c0547806d092903c28495f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Nov 16 22:40:49 2011 -0600 throw an exception in the request forged method if no session driver has been specified. commit 980caf31dada9af488dd9df3b55230ef8459afeb Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Nov 16 19:48:08 2011 -0600 added callStatic method to Memcached class. commit 060e1f64b8ab7a71382948a3c5966a15a4b5f15b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Nov 16 13:12:33 2011 -0600 Added BadMethodCallException to view's __callStatic method. commit 85936b3c20cc06ea527e85e3389d7a20b696a50f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Nov 16 13:08:22 2011 -0600 Fix bug and shorten exception message. commit 635ba52a6942088c6d1697cacd96b987d5337314 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Nov 16 12:58:24 2011 -0600 Shorted a long exception message. commit 2a1b5d55ae88d8edd3a56a6eac3f61ce74668548 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Nov 16 12:57:20 2011 -0600 Shorten a long exception message. commit 8c8ff5fac7d5830f075c00c27a3812dd2a4b4817 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Nov 16 12:56:28 2011 -0600 Shorten long exception message. commit 2c2344c39f3237d2c84d2228569210a0dee2b4ea Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Nov 16 12:55:45 2011 -0600 Shorten exception message. commit fc8b30159ec611cc9e04b8e4e47754dc817d2054 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Nov 16 11:46:27 2011 -0600 Refactor the ignored error logging. commit beb44eb429aa67ac53995ce4bfeb2541277b6c7b Merge: d3f93919 1d5fbab5 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Nov 16 08:40:22 2011 -0800 Merge pull request #157 from sparksp/develop/exception Refactor error handling to log ignored errors commit 1d5fbab5157e7d50fd484be15c9c95e54d205d72 Author: Phill Sparks <me@phills.me.uk> Date: Wed Nov 16 12:21:42 2011 +0000 Refactor error handling to log ignored errors commit d3f9391981ea56aa716f77fecff801a150c295e3 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Nov 15 23:15:58 2011 -0600 fixing some bugs. commit 1acd66a24762e08b3f285b3fafca260ba5304abb Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Nov 15 20:04:06 2011 -0600 turn off error logging. commit 49901bab31128506a6db80c8d66e28a33f1a482f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Nov 15 19:46:20 2011 -0600 tweaking a comment. commit f0d3589be4a08ec58df7d51efaaa1202a801c3d1 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Nov 15 19:36:48 2011 -0600 changing a comment. commit a6641130c4f502420dc20cb7324182a2b56e7fa0 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Nov 15 19:32:32 2011 -0600 fixing bugs in validator and file classes. commit e226a463bf2914c563ea874a653312d8a3d6969e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Nov 15 19:15:31 2011 -0600 refactoring. commit 6bd3dcb039e3667f123c2eb6ff289302ad1597a2 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Nov 15 08:25:08 2011 -0600 Update laravel/uri.php commit 8b803fd356f3d2affca961804ca521b4e11fa261 Merge: bdbdd05b 662bde85 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Nov 15 06:08:02 2011 -0800 Merge pull request #156 from sparksp/develop/exception Better Exceptions commit 662bde8580ceef2380f5c383021a29c0b9eefc4e Merge: 58638216 bdbdd05b Author: Phill Sparks <me@phills.me.uk> Date: Tue Nov 15 12:53:48 2011 +0000 Merge branch 'develop' of http://github.com/laravel/laravel into develop/exception commit 58638216e89d8b33e0c0e9879564135ba53ca15f Author: Phill Sparks <me@phills.me.uk> Date: Tue Nov 15 12:35:04 2011 +0000 Throw better Exceptions commit bdbdd05b6a0c7a92f8ee7c21699c51b568accb86 Merge: d643ec97 02929f7f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Nov 15 03:39:36 2011 -0800 Merge pull request #155 from sparksp/develop/fix-uri [develop] Fix URI class commit 02929f7fbd47abd356324d183a40308ea344401f Author: Phill Sparks <me@phills.me.uk> Date: Tue Nov 15 11:30:34 2011 +0000 Fixed the new URI class commit d643ec97dc7c9d26c1e64115113d7c1b9aef40d0 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Nov 14 21:18:41 2011 -0600 incremented version. commit d1a969bd29571a11bafec099d4cfc26800004fb1 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Nov 14 21:18:18 2011 -0600 added uri class. refactored. commit 2758b4c16d3ed879be1f9e2b9ac0ad1ab8582774 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Nov 13 15:23:48 2011 -0600 some small refactoring and bug fixing. commit 04f7661292e1cefb11f7510964a83085df884659 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Nov 12 00:08:09 2011 -0600 remove elapsed time from front controller. commit a5aaf33fe5c878d32af4ca7ce294242c08e527ed Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Nov 12 00:07:13 2011 -0600 fix error detail view. commit 32684fa12e28645295c106c2a28c16f8b0ec1742 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Nov 11 23:36:31 2011 -0600 fixed router ioc bug. commit 0e8432e373f6d28f2ddc6de7ab79836c674db6b8 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Nov 11 23:18:58 2011 -0600 fixed messages namespace in view. commit 9281f04cddb2fd5dd3e3443db658a59852378530 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Nov 11 23:15:17 2011 -0600 minor refactorings. commit 41ca8169513f69338b9618998ddbd96c35cf8de5 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Nov 11 22:58:24 2011 -0600 refactoring the blade class. commit f9ec36d7f880879f21c3adad8b959f2fd1607b34 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Nov 11 22:50:41 2011 -0600 slight clean-up to uri method. commit 6cbac0e0641dc99689ea8c26e69530d2f73f1d00 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Nov 11 22:06:51 2011 -0600 add note about ssl option. commit 270e0d499423dd43b3781507b88158e95ec93ff5 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Nov 11 21:42:36 2011 -0600 fixed a few bugs. commit b6ab0b08ce6d270a18b7ec2d693ae2e9a2a4b737 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Nov 11 21:27:30 2011 -0600 moving some laravel classes around, switching alias to reflect changes. added some factories. removed system ioc container config file. commit b625ebdcf316bbae9eb752246a066693ba00490f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Nov 11 11:55:47 2011 -0600 Fix bug in redirect. commit 0b3ecf8973acc1fe8d0e409458b97b0f38a4ba8b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Nov 11 11:52:45 2011 -0600 Pass status when redirecting to route. commit c11ee76511408637d4874d8fd1f96b5bf7fd1409 Merge: 9dbe7a29 b4fe148d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Nov 11 06:44:35 2011 -0800 Merge pull request #151 from sparksp/develop/ioc-container Got rid of all IoC::container() calls commit b4fe148de5ba7548c5c3f24fe1c5d89fab89a443 Author: Phill Sparks <me@phills.me.uk> Date: Fri Nov 11 09:52:30 2011 +0000 Got rid of all IoC::container() calls commit 9dbe7a29e2542c75d06245625237c7eb305192d5 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Nov 10 23:38:58 2011 -0600 put back ini_set for errors. commit 35d807ca2b5eaa898b541315597a54b0b6910ef3 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Nov 10 23:13:11 2011 -0600 git rid of some ioc::container calls. commit 0a2c61ec29fb914478627707b9d4a5062c5f4aa2 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Nov 10 22:46:01 2011 -0600 refactoring error handling. commit 0dc43490a638e3d0bc8a736976b455606c17f87e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Nov 10 22:10:18 2011 -0600 moved functions to helpers file. commit c67a010c5c63b8b28224c8b40d4592d9f24b2ba9 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Nov 10 20:25:17 2011 -0600 refactoring some classes. commit 8ae9324ce3e333a8dee303252b92ae1b9a700d8d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Nov 10 20:11:45 2011 -0600 tweaked comment in auth class. commit 8a94c9787ab9208c5a7d24588abe159d33813eab Merge: 968e80bc 5da8c1e1 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Nov 10 05:21:33 2011 -0800 Merge pull request #147 from sparksp/develop/fix_inflector Inflector updates commit 968e80bcff36e3870527165ad1a31ec029c5ab98 Merge: fa6489be 654a0b88 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Nov 10 05:19:28 2011 -0800 Merge pull request #149 from jaysonic/develop Paginator is no longer in the array of aliased classes commit 654a0b88f2413051c7ef0df2e57953b9e868aa37 Author: Jason Lewis <jason.lewis1991@gmail.com> Date: Thu Nov 10 17:52:37 2011 +1100 Added Paginator to the array of aliased classes. commit fa6489be6caed26ebbc87ab49cf9c216c834ce18 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Nov 9 23:02:11 2011 -0600 remove comment bloat from string class. commit d55a5e722b0a8caa6662823c45c1216fc2157a43 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Nov 9 22:58:07 2011 -0600 adjusted autoloader priority for best performance. commit 38541655953ee7dbde98e728a61a22f7123b5669 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Nov 9 22:57:06 2011 -0600 refactoring autoloader. commit fe218f9b0b9763c37c44acbe07c1b1e42fea458a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Nov 9 22:38:29 2011 -0600 restore controller section of autoloader. commit 8718b582df2a6e3b0af7162f63fd1ae985a177ff Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Nov 9 22:32:35 2011 -0600 cleaning up the autoloader and core bootstrapping. commit 56daba42c5c3171d862c37b502cac41db14e7cc6 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Nov 9 22:10:37 2011 -0600 remove composers from ioc container. remove comment bloat from autoloader. commit 0fd88b67f218ec8b29850942b223cdd1b84be29d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Nov 9 22:04:28 2011 -0600 controller should extend base controller. commit dcc334b6175553927ad30f8e5b38cacd4a14c977 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Nov 9 21:57:26 2011 -0600 fixed bug in controller filter method. commit 9e9ee931b57a7ba62376b536db513ef040fec43d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Nov 9 21:55:21 2011 -0600 moved session class. commit 5da8c1e1d9f10da9c017fda1c6ddf7123b6d891d Author: Phill Sparks <me@phills.me.uk> Date: Thu Nov 10 00:44:26 2011 +0000 Data is countable, it's plural of datum commit 932dec6af74040dc4260278ec816a058ecbb0d67 Author: Phill Sparks <me@phills.me.uk> Date: Thu Nov 10 00:40:45 2011 +0000 Added more uncountables, the list could go on commit e84fb806f8db5defcc509088793b0712b5709483 Author: Phill Sparks <me@phills.me.uk> Date: Thu Nov 10 00:39:30 2011 +0000 Fixed plural count check commit 75ba2447f8da1d507ac3dcc6ef633e24861b7f37 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Nov 9 10:32:26 2011 -0600 Fix Hash class alias. commit a38ba2a6abb026c56fa4a88ab4639f6ab1a1cdc3 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Nov 8 20:35:24 2011 -0600 clean up controller and session. commit a1e82d216640fab6059e55a49ed7fa175dca3ad9 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Nov 8 20:08:20 2011 -0600 added section class. refactored session for ioc usage. improved controller. added yielding and sections to blade. general blade improvements. commit d05f4fa0db815b23c534a2491c65234fe1b7d377 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Nov 7 23:32:32 2011 -0600 renamed hasher class to hash and hash method to make. commit c4aa6e6ba255dfb7998271f31d3991f1982edca6 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Nov 7 23:30:43 2011 -0600 consolidated plural and plural_if into single method. commit 0cd6966e1524bdd1bb1fb53c1dc0774f68c7dd3d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Nov 7 22:59:00 2011 -0600 tweaked configuration comments. commit 8d3327da3cda2a6d1a3bb55cd07a18c9b034a103 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Nov 7 22:53:59 2011 -0600 ditched filter shortcuts commit 3833e12c72c5077ab56e2ebf313c41b145b71cf2 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Nov 7 22:48:17 2011 -0600 added before and after filter methods to controller. commit b9e91835ec9d8d66e94452c676a632ac9887a6c7 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Nov 7 22:43:57 2011 -0600 fix bug in session class. commit fefc202cb8678d99dd6ec166e056b33846af4848 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Nov 7 22:15:30 2011 -0600 tweak comments in the default controller. commit 6f60c44804452e74b08ae83a9faec6abe6faed69 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Nov 7 22:14:55 2011 -0600 fix default controller method. commit cd310efd2553077d31ae6b3bc88f08272ca6b1c8 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Nov 7 21:46:55 2011 -0600 revised method of declaring filters on controllers. commit 1d8dcd1246fa24370e0ba3b5b31774576979480f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Nov 7 14:33:25 2011 -0600 Made blade echo match lazy. commit 285a744fac75ee2ca0e961ab667cd60f6a400c9f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Nov 7 13:48:08 2011 -0600 Only reflash flashed items. commit e8561ca9050aaa051273c83ff97ec53d5c7a24f2 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Nov 7 13:35:00 2011 -0600 Clean up the MySQL database connector. commit 05902d22d423423fc5eb7fc485647d8a15dd0967 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Nov 7 13:32:31 2011 -0600 Cleaning up the Postgres connector. commit f46a3deab6ae3ecc7cf47ce4a8b0a4c379df8d9d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Nov 7 13:24:22 2011 -0600 Clean-up the default database grammar. commit 466f05499fa79cfacb5d972d76c84979b3241c55 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Nov 7 11:49:45 2011 -0600 clean up auto-loader comment. commit ef89dd3b317e468b6fa54d7b81f4ae31c16cb48a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Nov 7 10:22:23 2011 -0600 Verify that the session is started before flashing errors. commit a11c456f423e069f4b0f9ae11c4f9e6a5cdad0b3 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Nov 7 10:22:02 2011 -0600 Fix keep method and added started method. commit 498a83abe999cd2a77c516d9f2fa35b0b4816bd7 Merge: 97a3f33c fb25edd0 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Nov 7 07:32:06 2011 -0800 Merge pull request #140 from paulboco/develop Change attributes in paginator to public and fix issue #141 commit fb25edd0b14af38c9144ce9fffd0bd568b3853bb Author: Paul Boco <paulboco@cableone.net> Date: Sun Nov 6 11:39:52 2011 -0600 Fixes issue #141 and a typo. commit 6eae4c982b11e37e38120bbf2d33f1fe4b2cf2de Author: Paul Boco <paulboco@cableone.net> Date: Sun Nov 6 00:30:40 2011 -0500 Change attributes from protected to public. commit 97a3f33cb4c6661847b612e8c8358dc9cd2b28c8 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Nov 4 22:15:35 2011 -0500 tweak session expiration calculation. commit 4bfcb064bfc8468d0f47fc270838d1ae7a4c5872 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Nov 4 21:58:09 2011 -0500 fix controller comment. commit 88e6143338b59bd3a99f5bf021093add2ae17a7c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Nov 4 21:57:40 2011 -0500 made controllers restful by default. commit 16a62193fcbdac7394dcde49d567dbde592731b2 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Nov 4 19:07:13 2011 -0500 fix function namespacing. commit 7b22f66a948e8e83f0dcad3e943a4f3e4f5f6e83 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Nov 4 18:49:52 2011 -0500 tweaked routing comments. commit 9f78c8be9033ce5461da5de2d8d86dff8c65f4ea Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Nov 4 09:41:21 2011 -0500 Fix bug in validate_mimes method. commit e89fd04ab755ffdcb66189496420113e9f1f8855 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Nov 4 08:34:35 2011 -0500 Added check for application key in session class. commit 9fd503f5b622b24d16c5f37c5b115eafca358f9d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Nov 3 13:20:29 2011 -0500 Small clean-up in the auth configuration file. commit aa55f3441fbc1ec78cf96f2c76ab83e8d6d58f82 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Nov 3 09:21:27 2011 -0500 Tweak the CSRF token a little more. commit d0c3d657225b420a91ef48d5487dff82dc309fcf Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Nov 3 09:19:23 2011 -0500 Fix CSRF token bug. commit 66f48b3fbedcf48112401510526f76babca9439b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Nov 3 00:50:54 2011 -0500 incremented version. commit adc2e21e7ffe00cb660934f9b798b53479f1b5a7 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Nov 3 00:49:54 2011 -0500 remove timestamp from index file. commit 5e4e625d68dd59d1f1289a76a1abf2cc495f6e53 Merge: 3b8f5865 28b42c64 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Nov 3 00:48:09 2011 -0500 fixed merge conflicts. commit 28b42c64feed9e73cec6907ebc6119c2bfcc7dcb Merge: 6904cf11 4ea89102 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Nov 2 22:46:21 2011 -0700 Merge pull request #133 from jjaffeux/patch-1 Typo commit 3b8f5865a5eb789ec4723140a27b2878e8b6ed6c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Nov 3 00:45:24 2011 -0500 fix comment in validator. commit 23fcf358045cca2c022e9ff612d314e26bfb8128 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Nov 3 00:43:50 2011 -0500 fixed validator bug. commit 895d8764630e16cac8e65f68c674e081ff7dfd37 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Nov 2 23:02:23 2011 -0500 fixed bugs found when unit testing. commit 4ea8910272bdaa87bb1fbb36a73a41b490b6ed41 Author: Joffrey JAFFEUX <j.jaffeux@gmail.com> Date: Thu Nov 3 04:42:45 2011 +0100 Typo commit 9caf239f6b1391c742c1f216327f2d0b642a6ce6 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Nov 2 21:27:43 2011 -0500 various refactorings. commit 128984facb85061ea56e9ebc8bcb301b44b14b64 Merge: 2a5c94a6 da4c196c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Nov 2 07:46:09 2011 -0700 Merge pull request #132 from daylerees/develop corrected typo ::of_layout() to ::of_home() for clarity commit da4c196c3cf19ea71beb0e000a1d9843d3f8349d Author: Dayle Rees <thepunkfan@gmail.com> Date: Wed Nov 2 14:19:38 2011 +0000 corrected typo ::of_layout() to ::of_home() for clarity commit 2a5c94a61bc99253e50ad8d55073ff5ddc7ed492 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Nov 1 23:55:10 2011 -0500 ignoring files in the storage directory. commit ee71bdcd8f4805f2cafe8001013375d0d1cde35a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Nov 1 23:54:36 2011 -0500 adding back ignore files. commit 493e1c13741b47d30b7ca20894f6954645e433b7 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Nov 1 23:51:14 2011 -0500 remove tests from main repository, moved storage directory to application. commit 6081baaa201acb970ba9c259df47a4b0b26991b7 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Nov 1 23:42:47 2011 -0500 git rid of uri test case and remove information from config. commit 527340d793f2ac0de3d61938770b9407b61ec8c7 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Nov 1 23:41:02 2011 -0500 fix bug in request uri parsing. commit 880fd106c7276833ccb3f6d2aa411dcf942d1434 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Nov 1 23:29:06 2011 -0500 tweaking route introduction. commit a986b010b6b2295b0ce9faa7c1a0cfbd3415c7f2 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Nov 1 23:22:04 2011 -0500 deprecated the session payload class. commit c4eb6c94160d589be9a38aa3426f21a313f98877 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Nov 1 23:19:06 2011 -0500 change controller->filters to protected. commit 2c108a91881f82937af49bea95b069111a5bf320 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Nov 1 23:12:56 2011 -0500 refactoring the filters. commit 6048d20921116e8c2ff5664c6458abe9c2836c5b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Nov 1 23:11:08 2011 -0500 refactoring the session class. commit 2e1fed294f86a6434192fadf8640d4856e7c4fe6 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Nov 1 22:55:43 2011 -0500 refactoring bootstrapping. commit ca2c988274b3c4ac580b811c4636014a7b1b25a5 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Nov 1 20:53:48 2011 -0500 added cookie option to session configuration. commit 8df52df8946c255ee05f8fb046cd216eeb3ab6a8 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Nov 1 20:50:35 2011 -0500 shorten really long statement. commit 88c8cf6c1041f6eafe8eec55769d7573c7e69093 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Nov 1 20:35:02 2011 -0500 refactoring. commit 6810b99d382179182cd656ca0bd9ebabaf492dd6 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Nov 1 20:04:00 2011 -0500 change cookie forget time to be 25 hours in the past to cover strange timezone issues. commit 83d927c4f19f266f9afdf632c6afda4b507b75e2 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Nov 1 19:41:35 2011 -0500 refactoring. commit c3c0fbce96b8a2a58d121ab4f7a48fb10d2ffb32 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Nov 1 08:34:00 2011 -0500 Fix bug in update database grammar. commit cf6514fbb9db8e31d5706ff6690829a9b94a1064 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Nov 1 08:33:36 2011 -0500 Fix bug in session flashing. commit 06bf0a40a67004a52c3dd1d9291a5df06f146c88 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Nov 1 00:10:25 2011 -0500 refactoring the session payload. commit 82b75166ac7269c4bfa06d18034a7124c8e84189 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Nov 1 00:00:10 2011 -0500 refactor the library detection in the autoloader. commit c0c8108399d8c8c2fe761dd357cfae01f4f8c8ba Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Oct 31 23:58:45 2011 -0500 refactoring the autoloader. commit a0bbc9d4727b42ce8f7baeea478aeb3cfca2c684 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Oct 31 23:46:45 2011 -0500 refactoring the auto loader. commit d44c076ebfbaf0d0d3fd4cbc5dea58ab923372b9 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Oct 31 23:00:13 2011 -0500 refactoring the autoloader. commit f824cc0f43c2dad4f178aec36fd0cc865d785f57 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Oct 31 22:44:54 2011 -0500 refactoring the uri method. commit 92694da3a3306c04e6cf2729d7a3417ecb94a269 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Oct 31 22:36:30 2011 -0500 refactoring. commit 997a90bcf52fc0c01f589fa1b78851f34b043ddc Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Oct 31 22:15:47 2011 -0500 major session refactoring. commit 36ff7b81aa351b336c1c80083587debca0069583 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Oct 30 23:16:16 2011 -0500 fix bug in listing method. commit b9c45264b84239afc14a73abc46b7c2570ee22fb Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Oct 29 23:30:53 2011 -0500 tweaking a comment. commit 58190c2db2c1b4655f170a43e0ac625ebcdec43d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Oct 29 23:27:49 2011 -0500 tweaking a comment. commit 0586bbe04e65384ac12ad06d0f9e1642f59091d4 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Oct 29 23:20:07 2011 -0500 remove some comment bloat from the request class. commit 75ce8796d7bde3bbce880120546849e9b5c2d8df Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Oct 29 23:17:47 2011 -0500 got rid of URI class and brought URI determination back to into request class. commit ef9e4dfd612fd74eed268e34e3a87ac31e338f9b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Oct 29 22:31:50 2011 -0500 reverting di refactoring. commit f5680e45373e4b22e17cfa0b68f8d5c236ab865f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Oct 29 22:27:51 2011 -0500 reverting facade changes. commit 932a70b6cf3d9679dc10c8dc866dd33436b9381e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Oct 29 22:24:32 2011 -0500 refactoring for better dependency injection on a few classes. commit faaea17fd3e28ad43fa7a8ae2b605487787eabf8 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Oct 29 21:27:03 2011 -0500 refactoring the validator. commit bb2cd3e3739b1c502211366ce77a698644dec375 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Oct 29 21:21:36 2011 -0500 refactoring the auth class. commit b3cdcb38a62ef54975fa570d588f65ac5d276081 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Oct 29 21:06:28 2011 -0500 tweaking some comments. commit 866f5d8fc3bdf237975ab10b42381750739a55e1 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Oct 29 21:02:01 2011 -0500 removed provides functionality. need to explore doing this in a way that is more friendly to http, such as using the accept header. commit a2aebdb03f98f31077925112c2c51f561563c2e6 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Oct 27 10:48:54 2011 -0500 fix routing provides bug. commit e44eec106d4ddb1f10c28bc26f9dbd5ccd817f6d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Oct 27 08:08:21 2011 -0500 fixed old input persistence bug. commit b6d7df4510252b44c4814f12d62537218f640d2c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Oct 27 08:03:44 2011 -0500 fix cache manager alias. commit 6e916ea69d854896489ba8202cf03ec597407e68 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Oct 27 08:03:08 2011 -0500 fix bug in routing that prevented comma delimited routes. commit 4c2209e33198cd743b660eddef8eb6ff5a73cbee Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Oct 26 23:36:30 2011 -0500 added url tests. commit 4d7457acc3862f69f4981317bf9c0bc39366e51b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Oct 26 23:16:11 2011 -0500 added language tests. commit 1264a7dd8dd5c73033b9660a20768a78577fba4e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Oct 26 22:57:34 2011 -0500 added after filter tests. commit 33e1bd4f11ac424ac5d72c94506a153b0c0f5cd9 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Oct 26 22:55:40 2011 -0500 added another route filter parameter test. commit 212bbad1a624c2dbbffe1232571c957bca1d3ef1 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Oct 26 22:54:42 2011 -0500 changed route filter test. commit 98d351b91e78a2cf32c57f8d65df00b1601ffa81 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Oct 26 22:53:50 2011 -0500 added route filter tests. commit e05b05a33b56561c85597ebf460aa2faf5977071 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Oct 26 22:27:19 2011 -0500 added route loader tests. commit 0a2587d2913c9d590209190e059e2a1eb44b30bd Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Oct 26 21:38:32 2011 -0500 fixed bug in redis class. commit cb027980ae229169f427c3a070bcd54c96e8fda4 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Oct 26 21:22:30 2011 -0500 fix array tests. commit 7bf84066bf0417203ca851ab2f50f9cbd80630c0 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Oct 26 21:21:31 2011 -0500 refactoring. added redis drivers. commit 8595253afe8baff89147a82a4b54df4798e64135 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Oct 25 00:06:19 2011 -0500 refactoring the uri class... again commit 560b1362a18bf5e5f31010f36e0b3d51242e447b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Oct 25 00:04:51 2011 -0500 added request format test. commit c0c103a6d604c501fd999b3d337c4d77db27fdd0 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Oct 25 00:02:45 2011 -0500 added uri class tests. commit 415cb0fe124964045922ed9b750b169ec8eb0a48 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Oct 24 23:56:17 2011 -0500 continuing to refactor the uri class. commit e454227d32a5cedd423755d42e7d7bc93e90a7ae Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Oct 24 23:43:57 2011 -0500 refactoring the uri class more. commit bce571bf2603dc7ed7a81b2b2e6eda458ec04bbe Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Oct 24 23:41:08 2011 -0500 refactoring the uri class more. commit bf50b67475dbf5091850b1bc84ae061f7741c65e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Oct 24 23:39:27 2011 -0500 refactoring the uri class. commit bd6695844e47e9b0bddea749275e462cfb11e8af Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Oct 24 23:24:06 2011 -0500 refactoring. commit a6d487ecd407988a793855c8bddcb9691ad23a78 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Oct 24 23:15:29 2011 -0500 refactoring the uri class. commit 8443cef301f9231fe00b00357ae4d38fed68a717 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Oct 24 22:50:36 2011 -0500 added some notes to the home controller. commit d4ddb05abbfd25f8a016e5021b6f303861686692 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Oct 24 21:00:51 2011 -0500 refactoring. added default controller. added uri class. commit 320653e832ab6db021649db730a0fb2f0e994423 Merge: 32989d39 ca1e5ac2 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Oct 23 14:39:02 2011 -0700 Merge pull request #122 from sparksp/fix/env_config LARAVEL_ENV is not correctly translated into a config path commit ca1e5ac29cc78ff0add8dc0ef9596ec8c78ea4b4 Author: Phill Sparks <me@phills.me.uk> Date: Sun Oct 23 21:41:18 2011 +0100 Fix Laravel Env Config path commit 32989d39c86373a417369fa143ff73c79958f37e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Oct 22 23:25:07 2011 -0500 some small refactorings and cleanup. commit b71ecb43630357dceb9d1afb4ca48b641a700f33 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Oct 21 21:49:33 2011 -0500 removed packages directory. refactoring. commit 80f810de241e87a927ba00094626b591b98d66aa Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Oct 20 22:47:00 2011 -0500 refactoring the crypter class. commit 8d3151b1341f862927bb129ad065ab1432f5262b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Oct 20 22:30:31 2011 -0500 refactoring the crypter class. commit 0be75fc2d9fef4996f32efb890221fbfc9da53aa Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Oct 20 22:28:39 2011 -0500 refactoring the crypter class. commit 49b13e69606ce4647056c12c6eb938308c6811e1 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Oct 20 22:23:32 2011 -0500 refactoring lang and url classes. commit 21dccae75552ca52eed4f47dc2df1091dc3de669 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Oct 20 22:17:40 2011 -0500 refactor sqlite connector to accept path in constructor. commit 23c79a031739051357649dbeee0f3a7ef9865034 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Oct 20 21:47:20 2011 -0500 only define environment constant if it hasnt already been defined. commit af36cb3d5abae2f0dbace148e65f87c0cad532b8 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Oct 20 21:44:18 2011 -0500 various refactoring and tweaks. commit df9130dafa4c7f44dbc19e9b589793cfb76000da Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Oct 19 22:44:02 2011 -0500 refactoring and working on redis. commit ba29a0bd382ba8908f495d488704641d48b169fc Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Oct 18 21:05:21 2011 -0500 fix request tests. commit d5d977629800b9cd8fb5cbb99d4ec5065063df51 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Oct 18 21:03:13 2011 -0500 continuing to refactor the bootstrap process. commit 9fc9f88a41600596d3a9e5328ae61044dd36eb2d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Oct 18 20:19:36 2011 -0500 refactoring various pieces of the framework. commit e985057b4cacc62f72d525987437a5f1f4f11ced Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Oct 16 21:43:08 2011 -0500 fixed connector definition in container. commit 6ed7c832d9c58e331cd046af473c0d1026bdb5af Merge: 3a08b138 58807cc5 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Oct 16 19:36:33 2011 -0700 Merge pull request #119 from sparksp/fix/base_path Fixed laravel path bug commit 3a08b138b02a19bac213f029126ad6dcfef885fc Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Oct 16 21:35:11 2011 -0500 changed route __call exception. commit 494bc0b4a72fe85b45df098c425cbabe04b0e96e Merge: 95af0204 7f2fd60e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Oct 16 19:33:26 2011 -0700 Merge pull request #120 from sparksp/fix/route_before Fixed route before filter commit 95af020420b8e45d1445125d161337354e009189 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Oct 16 21:31:44 2011 -0500 continued validation refactoring. commit d849cda377339e8a86913815eb8a05aac577f395 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Oct 16 20:48:01 2011 -0500 more validator refactoring. commit 06765e9aa3730bf6e05980362832c27945260c5e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Oct 16 14:27:23 2011 -0500 continuing to refactor the validator. commit fc820e733b158b294b5e808b76b79a902545bd95 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Oct 16 14:23:52 2011 -0500 continuing to refactor the validator. commit 4f560fdf5c5ac4cab641fac4204959b3f0a8f602 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Oct 16 14:19:54 2011 -0500 continuing to refactor the validator. commit 6f366d3010c1b54ecaa1e9f4918e74dbbbb9bab8 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Oct 16 14:03:09 2011 -0500 continuing to refactor the validator. commit ca784e9fc2b1500330c738417fe2ddcdce4d5bcf Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Oct 16 13:48:36 2011 -0500 continuing to refactor the validator. commit f8e63f313d2a469e183d93a8c1c9f6dc35a1fcfc Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Oct 16 13:34:26 2011 -0500 adding validator tests. commit 8bd6d34622f59120a929d029b80ff414b9b0766d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Oct 16 13:25:37 2011 -0500 refactoring validator. commit 7f2fd60e9f3be441d61bb10ac3fa4b7c1ec5099f Author: Phill Sparks <me@phills.me.uk> Date: Sun Oct 16 11:46:38 2011 +0100 Fixed route before filter and throw an Exception for anything falling through __call commit 58807cc5a69ff64230214cadc099250545fe04b4 Author: Phill Sparks <me@phills.me.uk> Date: Sun Oct 16 11:14:11 2011 +0100 Fixed laravel path bug Affects installations where laravel is in a submodule named laravel. commit 48f1879b9f189f2a36b8ea9ca5bdff4f83d28168 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Oct 15 23:33:26 2011 -0500 tweaking comments in sqlite connector. commit 87e8dbeb32e08d8bed2e9f329e74b2a189780c2c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Oct 15 23:25:18 2011 -0500 refactoring database query class. commit 454a5107c44c11cc7efa1b623328dd1d995cd537 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Oct 15 23:20:44 2011 -0500 tweaking and refactoring the database connectors. commit 893acd8743eab2080148aab4b253e15c2460619f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Oct 15 23:20:13 2011 -0500 tweaking and refactoring the database connectors. added connectors to the container. commit 07f3f5d03cb9dd6bc1fb75029c69d0520276b8f8 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Oct 15 22:59:17 2011 -0500 tweaking the error bootstrap file. commit 543a487bc8d0827c88e894b714819b8ff834bd84 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Oct 15 22:58:31 2011 -0500 tweaking the error bootstrap file. commit 048c917ea59f815dd8eef965ebdaf63897356511 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Oct 15 22:57:49 2011 -0500 tweaking the error bootstrap file. commit 736351911f20cbf2e50713f2200ad76e7df70cfd Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Oct 15 22:52:16 2011 -0500 tweaking the core bootstrapper. commit 45538620dae686d57882579595c4307974158552 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Oct 15 22:44:37 2011 -0500 fixing bugs and refactoring. commit a7e98e8e9a3f5999f49099c456b5b9b33da5a076 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Oct 15 22:38:43 2011 -0500 fixing bugs and refactoring. commit b40e69c47a63619004b3d675be68f6c6cc9b4998 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Oct 15 21:44:39 2011 -0500 fixed controller routing bug. commit 4a5e7c6f61816256b7f528180c92b610ee50b913 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Oct 15 21:43:07 2011 -0500 fixed controller routing bug. commit 76a5bc483a916d4b2d20382920b6c03728a39ca6 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Oct 15 14:39:52 2011 -0500 refactoring various classes. commit 2b93963f3445630c170d13daeed5e653c1ac2694 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Oct 15 14:19:33 2011 -0500 removed unnecessary namespace import from eloquent model. commit 17ea09364d5b9192fe0b9015ac328a4bb0e79325 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Oct 15 14:17:58 2011 -0500 fixed str test cases and str::limit function. commit a6eaa069810e0d100a9e660ae646974992e245b8 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Oct 15 14:04:11 2011 -0500 refactoring routing and comments. commit a44ca9d53b9e5dbcd9d142d3e5fc89a6e21b82af Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Oct 13 21:49:40 2011 -0500 working on comments. commit 9fa69e084418efa97c24c2d0e5c6f8575e4571b6 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Oct 13 21:32:11 2011 -0500 refactoring routing and class comments. commit cff90b52ab1e1c435b33ae19049abf34ad9c6419 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Oct 12 23:37:22 2011 -0500 remove session manager from ioc container configuration. commit 3998066eb7aa5b2385e16c91aa37509385248b6a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Oct 12 23:35:15 2011 -0500 refactored session tests. commit ba751b430b0fb85346296c97017050f58b7d2469 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Oct 12 23:15:10 2011 -0500 restructured session handling. commit f68a918d6988ee748e4aabab8011f3b3e8db2f45 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Oct 12 22:29:49 2011 -0500 refactoring session classes. commit 4342f82aa91348a63b53cc77c42b6de9c579ddce Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Oct 12 21:55:05 2011 -0500 refactoring cache and session classes. commit 9f7ed576c571785e7ec6237c5f47f62f29470ac6 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Oct 12 21:35:23 2011 -0500 allow eloquent models to use increment and decrement. commit 9bf978abcd100d79b8c630cfab1103e70c53db8f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Oct 12 21:32:06 2011 -0500 added decrement method to query builder. commit 559785f168de1cc238e854912e2f9f1e52ea5925 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Oct 12 21:27:29 2011 -0500 added increment method to query builder. commit 68455378cc04b53bc0fb352d05a0d84c9feb23b6 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Oct 12 19:55:44 2011 -0500 added support for database expressions. commit 76400967d97d36677ee25b5177f7def356812191 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Oct 11 23:41:03 2011 -0500 modified splash page css. commit 8846110e8d7b0b1730f08a320317f6261b66b5ab Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Oct 11 22:45:19 2011 -0500 refactored and prettified the default database grammar. commit 08ea1dbbc8d2f7dc41fdcd5e1fcae582dd557643 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Oct 11 21:44:57 2011 -0500 fixed bug in request uri method. commit f6ea58ed96fc76eeb0439db3b7e1aea7d61b3bbb Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Oct 11 21:41:57 2011 -0500 improve request uri detection. commit 02305fafc2f3fbac6d314ac596ee41bfb9f6fc52 Merge: 7317b585 e979cf14 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Oct 11 21:28:06 2011 -0500 resolved conflicts. commit 7317b5857b2583b5b79ac4848e33232583b758e1 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Oct 11 21:27:16 2011 -0500 refactored welcome pages. commit e979cf14a26002d84a086a48be55ad330422adba Merge: d9512221 aa607c99 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Oct 11 13:38:36 2011 -0700 Merge pull request #115 from ericbarnes/fix/str_tests Fix/str tests commit aa607c99628632ce2850598f66c8582b5d7b1a57 Author: Eric Barnes <eric@ericlbarnes.com> Date: Tue Oct 11 16:35:54 2011 -0400 Added unit tests for Str::limit and limit_words. Also fixed bug in limit with multibyte characters. commit d9512221dcb8fd07a39f34c6011915b63c8716d3 Merge: 459b2165 212b3490 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Oct 11 06:13:41 2011 -0700 Merge pull request #112 from ericbarnes/feature/unit-test Feature/unit test commit 459b2165a33b228440a72f05ca7f703681cb07a2 Merge: d0771493 ba4fd3fa Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Oct 11 06:09:57 2011 -0700 Merge pull request #111 from ericbarnes/feature/str_limit Feature/str limit commit 212b3490267be2ca8f8b7737751999779002cfca Author: Eric Barnes <eric@ericlbarnes.com> Date: Tue Oct 11 00:24:42 2011 -0400 Added Str tests. commit d07714936f30621fdf1202e70d935f01b219f4b5 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Oct 10 22:55:57 2011 -0500 finished tests for request class. commit 0cb81d8585bfa3d3134429ec3969a13b6fbb268a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Oct 10 22:42:43 2011 -0500 added request::uri tests. commit f2b9d1e2f888720bea171f0e24a2b4a3b3ccc218 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Oct 10 22:31:59 2011 -0500 added request tests. commit c1e68717bc1908ec140022629c8e0e80d326b01d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Oct 10 22:29:05 2011 -0500 working more on tests. commit bb77189f35e164f50dfa063ce1ae70177f4cd66d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Oct 10 22:19:08 2011 -0500 cleaned up arr tests. commit b3c9dc59c09e5024bc2303c7b88070f22b95e886 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Oct 10 22:17:22 2011 -0500 refactoring testing setup. commit 392caeed9171e7ee21b02c64a2062853d6a7c592 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Oct 10 21:43:30 2011 -0500 refactoring formatting. commit 6cb79e66766d00285fd3460dc1ba3600e1b81a2a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Oct 10 21:34:15 2011 -0500 refactoring commit d1c5aea26bc32f364b631e47409ae9b5741d414a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Oct 9 23:43:31 2011 -0500 continuing to refactor auth remembrance. commit 1b057c2854f81e61f729fec7e5b51ab7dc8bb016 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Oct 9 23:41:58 2011 -0500 continuing to refactor auth remembrance. commit e6f84bffd4ace89f81d306e36ade2e6a75287c7b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Oct 9 23:23:57 2011 -0500 added integer validation check to user auth closure. commit 17385697c0b4d3a82929a4fcaa5d0a3f3a272485 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Oct 9 23:20:54 2011 -0500 continuing to work on the remember me authentication. commit ba4fd3fab00123ecd92871870d0af5730748d34e Author: Eric Barnes <eric@ericlbarnes.com> Date: Sun Oct 9 23:23:45 2011 -0400 Added str::limit and str::limit_words. Unfortunately php doesn't include mb_str_word_count. commit 6178a968eacbaf2bafc6ec836ba1d3120cc2e2db Merge: b7b5451a 6e0d69e2 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Oct 9 20:22:41 2011 -0700 Merge pull request #110 from ericbarnes/feature/remember_me Feature/remember me commit 6e0d69e23a7e4ffba3fb868dcbb697d38399684f Author: Eric Barnes <eric@ericlbarnes.com> Date: Sun Oct 9 12:49:41 2011 -0400 Refactered user and fixed parse error. commit 560a4cc1c201a0f3db795caff5e7258ea9ad2cd2 Author: Eric Barnes <eric@ericlbarnes.com> Date: Sun Oct 9 12:05:12 2011 -0400 Added comments and changed the $cookie var to use implode. commit 3d2aa29d4432272ce7d1f3ab0dc2589e2a8f30cc Author: Eric Barnes <eric@ericlbarnes.com> Date: Sun Oct 9 11:57:00 2011 -0400 Refactored auth remember me commit b7b5451a7f0fd881ff29a91512bba626879bf5f4 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Oct 8 23:53:13 2011 -0500 refactoring session handling. commit c9beefaa28b2c9a9b539ec6fd10b4aa8805627d2 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Oct 8 23:45:30 2011 -0500 add better comments to composer file. commit 8ba0dfacc792420f215f728cc0b1d5120d85b53a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Oct 8 23:43:16 2011 -0500 refactoring controller __get magic method ioc resolution. commit b6537da8b670d14f2b9c559654ee09bd5ac51b81 Author: Eric Barnes <eric@ericlbarnes.com> Date: Sun Oct 9 00:27:39 2011 -0400 Added first draft of remember me to auth. commit bcb6f189f70b4af9c90016bd45e17eb7ee6609fa Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Oct 8 22:41:52 2011 -0500 refactored bcrypt hashing engine. commit 92ecae3db986a3712cbb8e0522c2c67f3ce511ab Merge: 8c9bd120 c8965c0d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Oct 8 19:57:47 2011 -0700 Merge pull request #108 from ericbarnes/feature/alias Feature/alias commit 8c9bd12003c2880018d3bde53314b3c7e1d6dfda Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Oct 8 21:48:10 2011 -0500 fixed old uri ioc container reference. commit c8965c0d901a541c52e900e43c9d5c5e708bace1 Author: Eric Barnes <eric@ericlbarnes.com> Date: Sat Oct 8 22:39:27 2011 -0400 Fixed the auth alias commit 45933cd038a9d0742ce93fc2e80fda7cc1b86548 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Oct 8 20:08:09 2011 -0500 renamed auth remember to auth login. commit c5c0ebc00a37e94134b920c9ed17dc7cfa678710 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Oct 8 19:55:57 2011 -0500 allow rel and other stylesheet defaults to be overriden. commit e366c62db1251ecb970acd4a6842e4ed46e0bcc1 Merge: 845bdc58 1b098235 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Oct 8 08:18:16 2011 -0700 Merge pull request #106 from ericbarnes/feature/foreign_chars Feature/foreign chars commit 1b098235453dda1244fc740918849039de3c87bf Author: Eric Barnes <eric@ericlbarnes.com> Date: Sat Oct 8 00:08:30 2011 -0400 Changed the D and d in ascii to be Dj and dj. Dj is used as the translation in more languages. commit 845bdc58faeffa8bc42f824b8b930ebadc2c5773 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Oct 7 16:05:48 2011 -0500 improved config loading performance. commit 4edcc321aa5c763d53f45ca8d3175a4c5cc72790 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Oct 7 12:26:47 2011 -0500 fixed bug in route to controller delegation. commit f50a4925104815949449aa566d4a2e301c36751b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Oct 6 22:45:13 2011 -0500 fixed bug in ioc container singleton resolution. commit 2c2dcdc5029675abfba6fd778da16cbcca0f7447 Merge: c00738a0 aeae2c84 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Oct 5 21:26:35 2011 -0700 Merge pull request #99 from sparksp/aeae2c8476523f1551825afcc17323c4b88d22c5 Secure extracts commit c00738a070202c7e55f4eae39aaaa15010f9bcfa Merge: 48715bbb 6f9ae642 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Oct 5 21:23:31 2011 -0700 Merge pull request #101 from codler/patch-1 Added ö to ascii config commit 48715bbb7d70f5c1bfeb07972d8d4b93603e1714 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Oct 5 23:22:25 2011 -0500 fixed bug in view composers. changed crypter alias. commit 1cafc02d55d636d246d522ff8deec0af4318d7ab Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Oct 5 18:35:34 2011 -0500 removed unnecessary variable from route. commit 71b0ab8b8d482afee92777d8bf6a002c7359481f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Oct 5 18:32:48 2011 -0500 refactoring container for speed. commit 6f9ae6427b00f10086517a876169dd713178775a Author: Han Lin Yap <codler@gmail.com> Date: Thu Oct 6 00:35:16 2011 +0300 Added ö commit 4263203dda3260ad196e0e78f8ee253d79c99f25 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Oct 5 01:36:00 2011 -0500 added comments to pagination language. commit 52b68c060bed09258f43435f5e48a17fcbf19512 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Oct 4 21:43:39 2011 -0500 refactoring. adding back pagination. commit aeae2c8476523f1551825afcc17323c4b88d22c5 Author: Phill Sparks <me@phills.me.uk> Date: Tue Oct 4 13:11:11 2011 +0100 Secure extracts Updated extract calls to use EXTR_SKIP. commit 34452f5f08413c98db0cc8829719c5ab83240aa6 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Oct 2 23:39:26 2011 -0500 minor refactoring. commit eb956cc89dd8f8748adffb1d404f0a7b5c5fd843 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Oct 2 23:28:30 2011 -0500 some routing enhancements - still a work in progress. commit 7be960fb6ff57bdb7033a3ead88fc79bff948d3f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Oct 2 22:46:34 2011 -0500 added missing parens. commit 16575246af46f5edc0506cf13134cdfe45a71902 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Oct 2 22:44:36 2011 -0500 bug fixes. commit dfe3a04651edba0a1f7695691128218d82356f35 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Sep 30 22:23:47 2011 -0500 added support for route filter parameters. commit 21592ec67f9c2a53f5f97694c3a8bba2c305f2c2 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Sep 30 20:28:45 2011 -0500 refactoring and tweaking. commit 14186a00e0478e61b6d5380d32443d4ad489cf91 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Sep 29 21:22:48 2011 -0500 refactoring and bug fixes. commit 2eeb6361981673dff785dcf3121c7cf34950e390 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Sep 28 23:30:11 2011 -0500 changed $view->with to $view->nest. commit 57d62f550a7a081fb8c1d22fae1675e5db7c0b97 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Sep 28 23:12:56 2011 -0500 working on the pain in the rear paginator class. commit d2f301563675960490523d585fb64254721efd05 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Sep 28 22:56:37 2011 -0500 added comments to cache classes. commit 288781c0df3ca0ed98e425b34f0bce63d3fbccc5 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Sep 28 22:55:48 2011 -0500 added comments to cache classes. commit cc625e24c277871ac817b5821768bb595c73220a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Sep 28 22:51:07 2011 -0500 cleaning up the cache class. commit 1fb70a85686b028051bfec8d67341525f7821104 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Sep 28 22:49:20 2011 -0500 cleaning up sqlite connector. commit 7018b85b4a76ab233c3e1e2afdf946e02a2023d4 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Sep 28 22:47:24 2011 -0500 cleaning up eloquent models. commit 2ac5a372913675b300099943c6dad389b5f1cea7 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Sep 28 22:47:05 2011 -0500 cleaning up eloquent models. commit b93a12209c38e807eb825a0c8e021da53db73ce2 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Sep 28 22:42:28 2011 -0500 commenting validation messages. commit 3c05f7260c6b9021fa68ddf33aeb0e44d554ecaa Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Sep 28 22:25:54 2011 -0500 refactoring string class. commit 442904b277c6d25567baee65cc2cf8250b7536f5 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Sep 28 22:12:41 2011 -0500 refactoring. commit 5cc7c3a6bd797136bf5a4bd8df7a9e88becc7471 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Sep 28 21:59:54 2011 -0500 refactoring. commit 3dbc60aee38f21caf95e2531ac0dc5b24f27a112 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Sep 28 21:52:58 2011 -0500 commenting bootstrap files. commit abd23c961065790fc1e29ebb4fc8a9ce885c23a6 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Sep 28 21:43:37 2011 -0500 removed dies from error bootstraper. commit 9c319ba0fc39d7b1517dfc83bf38f3a290189f2c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Sep 28 21:43:11 2011 -0500 refactoring database layer. commit c502f8da1a6a3086f9964be4ba35f16f4f6de8f3 Merge: c6f97346 54c69d8c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Sep 27 21:11:16 2011 -0500 fixed merge conflicts. commit c6f973460390ac16f93b4b2486981a06698f7d93 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Sep 27 21:10:32 2011 -0500 refactoring. commit 54c69d8c9fa5f9654b6944316dfc9a38e827bae4 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Sep 26 21:48:06 2011 -0500 refactoring. commit ed3e3e73cc2bd04bb514f052a7494fd159361fed Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Sep 25 23:31:54 2011 -0500 tweaked view comment. commit d9201be431672c1d77edc562c30128565e669e13 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Sep 25 23:00:29 2011 -0500 refactoring view compilation. commit 516f310e273e80fa3932889e8f49f11fff311650 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Sep 25 22:32:23 2011 -0500 added libraries directory. commit 91e3e3ddb0537790e18a977af4ff21ac1008ee17 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Sep 25 22:29:23 2011 -0500 working on bootstrap comments. commit 79c586523d489446aa745120c256b2b19dcdb2c3 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Sep 25 22:25:33 2011 -0500 working on the core bootstrap comments. commit d57af216e68e3338939e573abce52410e7e03f50 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Sep 25 22:14:05 2011 -0500 removed some comment bloat from view class. commit bd4fe8838c431fd6d18ebaffe4f88537f37afdb6 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Sep 25 22:13:43 2011 -0500 refactoring the view class. commit 886a6f4facded5f7eb1a9e6bba817d11af77eb72 Merge: 47818321 ca19b5e7 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Sep 24 07:50:59 2011 -0700 Merge pull request #93 from wGEric/develop Test cases for routes commit ca19b5e74418ee35f5eb5e7fc3e109618373caa9 Author: Eric Faerber <wgeric@gmail.com> Date: Fri Sep 23 18:52:29 2011 -0600 Test cases for routes commit 47818321878aebcc20cac76c5e9937e288f5ba02 Merge: 938c6f4d 71d300f7 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Sep 23 14:40:22 2011 -0700 Merge pull request #92 from wGEric/develop Fixing bootstrap file for tests and updating ConfigTest commit 71d300f7bb6e3eb53f6ed74a5f3536b8d872290e Author: Eric Faerber <wgeric@gmail.com> Date: Fri Sep 23 15:19:18 2011 -0600 Fixing bootstrap file for tests and changing ConfigTest to use the static methods for the Config class. commit 938c6f4de36550c967a5f042492c8dd0a6ac0cb4 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Sep 22 00:43:42 2011 -0500 change response content to public. commit 7a20240395db272e26c1e038d12bb6e5748cd545 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Sep 22 00:42:44 2011 -0500 added some comments to the view class. commit 5d67672d66153be8554873c08279352e2bdfa9cb Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Sep 22 00:25:48 2011 -0500 add comments to response class. commit 5178de900e24928c11e60736c2602c64dbce4fa2 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Sep 22 00:16:14 2011 -0500 added comments to redirect class. commit 72aaf60241be68840ab94a6e5e20e9672bb4efcc Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Sep 22 00:09:53 2011 -0500 add better comments in laravel file. commit 2edd8d85540aeb7568a2d1e64dd9db13b7fb4c43 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Sep 21 23:53:52 2011 -0500 added comments for the lang class. commit 7463c522f9c7993a7d84eafe6217d96898098dc9 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Sep 21 23:32:12 2011 -0500 added comments for language class. commit efed3b6eafb1e24fcf0476313d9100a4ab2b6aeb Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Sep 21 23:03:58 2011 -0500 added comments to html class. commit 122dff974f4bd4547c42a9f81104fe2e0611200e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Sep 21 22:57:32 2011 -0500 added comments to form class. commit 766fa9831a9b3c83092eb5cac9d8503dd9053227 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Sep 21 22:45:50 2011 -0500 tweaking code and adding comments. commit 1c9798e9802585e798883e44c0a9e8aace962aa7 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Sep 21 22:39:02 2011 -0500 added comments to ioc container class. commit 1a028e64874cd0b77f518b9ee907da4578a7d123 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Sep 21 22:34:01 2011 -0500 added better comments to config class. commit 23ccc0a6a4de1c5b0b42c29a5683cb76d9dcc525 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Sep 21 22:15:42 2011 -0500 added better comments to the asset class. commit 7f5d047e1fb142ba8bd2af5967d702a1eab94852 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Sep 21 22:07:11 2011 -0500 continued adding comments to arr class. commit 8711bb3d85a9a3a823d1bbb08d146c075714c2cd Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Sep 21 22:00:06 2011 -0500 added better comments to arr class. commit 0c4018ec88e25fcd1d8d71a6172c32d64a6229ad Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Sep 21 21:46:16 2011 -0500 refactoring. commit b9b97119219d18cd2ed0f698a85f6984d45170e5 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Sep 20 23:48:35 2011 -0500 added more comments to crypter class. commit 600e411ad47d427478b01d2c2ff50f0be5588854 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Sep 20 23:36:13 2011 -0500 more refactoring on DI and IoC. commit 4525eae25a0de612464e6ac6e9a5e05ce8aa45fc Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Sep 20 23:14:09 2011 -0500 revert back to more sensible architecture. commit 47db2ff19ba9694608e57a129acd3c814905effa Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Sep 20 21:28:19 2011 -0500 refactoring, added uri class. commit 1463617f13407d4ad215fd6e43f80cd85f0438c7 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Sep 20 00:11:38 2011 -0500 added better comments to url->to_route method. commit 096280c95878bd2940c04ce1d6c26ff0621465bc Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Sep 20 00:07:16 2011 -0500 refactoring route loader and router. commit 82f3784d2b5c8867f7ec0f071b3f9b8241351af8 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Sep 19 23:43:17 2011 -0500 refactored and comment route loader. commit a8dbe777dfb062620a053ce2fa1b45e3710ba4c3 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Sep 19 21:33:25 2011 -0500 more refactoring for 2.0 commit 7898094e258f197e7d5878e05b8007bec3c3286c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Sep 17 23:55:36 2011 -0500 clean up a few more things. commit cb5a426cbafc00116d2c991c1fd5fea54f1744ff Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Sep 17 23:46:24 2011 -0500 added database connectors and cleaned up configuration. commit 5387312e0d228ccd7cbda81076d07588ab2ff4b6 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Sep 17 22:18:06 2011 -0500 changed database config. commit 32391b7f32caa97349530062130b507227977095 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Sep 16 20:30:22 2011 -0500 refactoring various classes. commit c3f5abc37a9b55ac1d81e8be12d2a98d37a0820d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Sep 16 20:02:22 2011 -0500 fixed bug in database manager. commit 220c359eee5d73b279fe540e2148c7618ad881ac Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Sep 16 20:01:10 2011 -0500 fixed changes. commit 77dc8d2014f990f9350bf2baad31a684e4cbb257 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Sep 16 19:59:20 2011 -0500 refactoring various things. commit 1b75302d8c29022b06a7d728b15cf443840c6345 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Sep 15 23:25:08 2011 -0500 added session payload tests. commit 917d4cb1e48b1567ee7789bd1812ba5f1ff644dd Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Sep 15 23:03:47 2011 -0500 testing database. commit 4167a2953cadd4e05a62fb3fc4dadf048a64e036 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Sep 15 22:27:29 2011 -0500 added tests for arr::first. commit de2eabdf7995f1ac721c96494ab9ac8ca0019422 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Sep 15 22:21:29 2011 -0500 refactoring session and wrote tests for session manager. commit 5a9696da7739eae398dc7ff1e538bf99d9ffb0bc Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Sep 15 20:23:30 2011 -0500 refactoring session for better architecture. commit a97c45e0343fcc651951f0d5aed5f6d83bd343b5 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Sep 15 00:02:21 2011 -0500 added session resolver tests. commit 49c9094f32560133db048b092a1802dceed88f5a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Sep 14 23:54:14 2011 -0500 refactored session and added unit tests for manager and driver. commit 5196d015b8009ec6f21efa254cf75d7185766935 Merge: 6becbaba 6904cf11 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Sep 14 20:58:27 2011 -0500 fixed merge conflicts. commit 6904cf119d359f51c12da326e5dc0f2b046cae43 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Sep 14 20:55:58 2011 -0500 fixed bug in eloquent causing ids to overlap. commit 6becbaba5193e14142bb940ff6d59aa91309736e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Sep 14 20:49:38 2011 -0500 more session refactoring. commit ae5393f5a73554b43a9210369331913c06167c8e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Sep 14 20:17:08 2011 -0500 turned off sessions. commit 26a66027f8334144eb3fda3bf05586d63086b9ca Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Sep 14 20:16:13 2011 -0500 more refactoring on the framework. commit c576c388b92ebda037d7669b36270560989f218e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Sep 14 00:15:05 2011 -0500 added support for sequence to eloquent models. commit 8688270f2233e3dc59d9cd6359028d151f67b380 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Sep 13 23:47:38 2011 -0500 fixed database bugs. commit 15449c34b1b7fab8b10fb022c39fc517f03efaef Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Sep 13 23:04:28 2011 -0500 refactoring database layer. commit 277729ed3eb0ba151eb822abbf842eacf027e1d7 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Sep 13 22:35:27 2011 -0500 continued refactoring routing. commit 2fae372c5951816f6d846788c9d3fb1008f2b912 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Sep 13 22:12:27 2011 -0500 refactoring routing classes. commit bae9553aac6f39c9003953ba505fec0dd80624a8 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Sep 13 21:47:25 2011 -0500 refactoring router route delegation. commit cd609d9b39888f2958c364f80a2eab2279fa6c6b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Sep 12 23:57:53 2011 -0500 refactoring database layer. commit ca8883d727f80c0d4f60477501d73b2ca828f98c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Sep 12 23:52:43 2011 -0500 refactoring database connection. commit 68b0d291100e6a07c8a290bd7970613df5a97fbd Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Sep 12 23:34:23 2011 -0500 fix namespacing issue. commit 9d56d4aa4eacb4cba77383f546d3b92875f26c17 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Sep 12 23:33:42 2011 -0500 more database simplifications commit 59a7e47f822a71a13a31f8e6ed131da38c42f548 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Sep 12 23:14:24 2011 -0500 simplified database connection configuration. commit 045858d88d3a490594346533052be02c523a7882 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Sep 12 21:48:48 2011 -0500 refactoring the database layer. commit b8a901c7923ea3e9dc26b4fd5d3e9798e792d21a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Sep 11 23:58:19 2011 -0500 adding better comments to database classes. commit 2521ab3c1d7f3056bfd82774d754285e00249954 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Sep 11 23:25:31 2011 -0500 refactoring the database layer. commit 3ada2cbd3e9a3c16863f4a1e7b1bedf8e6cf1051 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Sep 11 23:14:00 2011 -0500 renamed authenticator to auth and adjusted container. commit 9db8e1bb6c7d7cef73e56ced802736be87ae5529 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Sep 11 22:44:01 2011 -0500 simplified hashing. re-worked the auth class for a little more flexibility. commit 7f2e1e9ca058b88872118c2c72ea1ba71cec67df Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Sep 10 22:18:45 2011 -0500 switched to simpler bcrypt implementation from phpass. commit 096a419017ccca5610ec2db23c06edcc07e5639e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Sep 9 21:02:10 2011 -0500 added elapsed function. commit fb811af5fc1b5145edefffa736a226891a886f45 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Sep 9 20:55:24 2011 -0500 more refactoring for dependency injection. commit dc1b93e2eac7759078f59117f7525aa486026115 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Sep 8 17:59:10 2011 -0500 removed extra line from index file. commit f31bf1c8e4cccf913421a0c0087018951222a2d3 Merge: abc1fad6 174d50c0 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Sep 8 17:57:27 2011 -0500 fixed merge conflicts. commit 174d50c044dea95dd9c08d307f2fee0bd1a6bfec Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Sep 8 17:54:05 2011 -0500 fixed bug in form class that prevented name attribute from being set properly on input elements. commit abc1fad6c1f6797545c6903333af8c6c14945e93 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Sep 8 17:49:16 2011 -0500 more refactoring and changes. commit 03654fc5a1e12fdb647a2ee814066bd59abd24c5 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Sep 6 23:42:26 2011 -0500 added better asset documentation. commit d252677f340bdebc93ffdfc7eb13cd4ce7671cc8 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Sep 6 23:39:50 2011 -0500 removed get_script and get_style from asset class. commit d82a3f419f42bf70d6a12f6f3dadf78eeaaf0e4a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Sep 6 23:37:39 2011 -0500 added asset dependency tests. commit ed9e04db6f868eb6a0d5b2f9864e84c8eef58647 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Sep 6 23:29:19 2011 -0500 refactoring. commit 16716097c6fd69a925e3623e1f784b9f7f40a5eb Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Sep 6 22:28:28 2011 -0500 removed code examples from validation/messages class. commit 5ee1d8db57fa39202e82b96297559c8c513e2043 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Sep 6 22:26:59 2011 -0500 removed code examples from auth class. commit 70b6cc5994d3b5a269e0b95ac4cb434dd874d45e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Sep 6 22:26:14 2011 -0500 refactoring. commit 7eef380d8acf30534220b03d3c024b8e3123c279 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Sep 6 22:04:52 2011 -0500 more refactoring and dependency injection. commit 0c2834fed1b066511ab113bbd54f9a776d936117 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Sep 4 23:57:58 2011 -0500 added more config tests. commit 018d25c89581588036c232b06593e7e0df707b16 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Sep 4 23:55:28 2011 -0500 added unit tests. commit cb8e8194ceaf83a37f46d5e44751526383dc7c92 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Sep 4 23:19:14 2011 -0500 removed application and resolver classes. added phpunit tests. commit d35e2abd77c94125e078738ebed573a69d989c73 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Sep 4 22:40:33 2011 -0500 refactoring the routing engine. commit 3e874867b8b684a86cf20921dbefd9b8187cd322 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Sep 4 21:45:37 2011 -0500 database refactoring for dependency injection and other general refactoring. commit c2f5e7eeb5c9b6ab51b466cb1eacd5cad7fe99d3 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Sep 3 23:51:14 2011 -0500 fix config calls in error views. commit 5d87da61721c28a2cfce2d2df0f13ee95a2d821a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Sep 3 23:50:03 2011 -0500 removed benchmarking from front controller. commit 92bbb18f46ea1052841154d0698090ce995aa4c5 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Sep 3 23:48:44 2011 -0500 added bootstrap comment. commit 9da20410515ca1c98b8c020e37692fb43345f50b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Sep 3 23:48:15 2011 -0500 added resolver class file. commit cd395c263883e7762bac179e1e3e5632a2186b6a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Sep 3 23:46:52 2011 -0500 tweaking facades. commit d608e214a3ec2cc76b2ece35daf7840c7b2a2584 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Sep 3 23:40:32 2011 -0500 removed error class from aliases. commit 2d170e2314e006e2ff5b0ce3098b629279a6d0b1 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Sep 3 23:05:06 2011 -0500 added more facades. commit 31e2c1c49e07ad82a01432761918966b8eef9b68 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Sep 3 22:36:27 2011 -0500 added facades for core classes. commit 86da3af7a1be037b2e449ebaaaa6857bd3d00318 Merge: 0e6859fb fdc1c346 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Sep 3 09:14:27 2011 -0500 fixed merge conflicts and merged master. commit fdc1c3467626d0c7d6a40482bb3378ecf0c81406 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Sep 3 09:13:31 2011 -0500 incremented version. commit f1e2ff419b34888215225af5e1607bec69965309 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Sep 3 09:13:17 2011 -0500 updated change log. commit 0e6859fb45878a2247b180d102bae5aa9b0bb05e Merge: 7518088f 89cb4fe8 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Sep 3 09:12:14 2011 -0500 fixed merge conflict. commit 89cb4fe89510c82e3365de6e10cfd58bf3f5e8e1 Merge: 3fbb8576 ab02e464 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Sep 3 09:11:12 2011 -0500 Merge branch 'hotfix/composers' commit ab02e4649093ff69725ff4f5f46deb34dba17f5a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Sep 3 09:10:54 2011 -0500 fixed module composer view when using named views. commit 7518088ffe85da3d74e06970da0fb81571a4cb9f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Sep 2 20:10:35 2011 -0500 use service location in eloquent models to resolve the database manager. commit 6281c8c360cc277296e124e7254b8327f13bda5d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Sep 2 19:36:19 2011 -0500 more refactoring for dependency injection. commit 893bb83895e6c83884cf2a72eee2df0d0e9dbf07 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Sep 1 00:04:12 2011 -0500 added application access to composers. commit 5e40e296bd4743dad6b513114e69c5fbeadbeead Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Aug 31 23:51:52 2011 -0500 refactoring routing and adding comments. commit 30514d9020eb3c3abccb214925340b1d33356bf9 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Aug 31 21:57:37 2011 -0500 continued refactoring. commit 61eced25a1daef8343f8c21b0907a2d415fac871 Merge: 501953f2 c7ddbbb0 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Aug 31 00:07:51 2011 -0500 Merge branch 'feature/ioc' into develop commit c7ddbbb018742714374f6adee78e238df75aae21 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Aug 31 00:07:45 2011 -0500 more dependency injection! commit c200f3eb1e966b6653c4d48acc4ec805e044cd3f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Aug 30 22:35:32 2011 -0500 more ioc refactoring. commit 0ef96fb8d0c634c41aad1990e14d63d5a87cd2eb Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Aug 30 22:09:47 2011 -0500 added facades and made other ioc improvements. commit 501953f2dbfe6e0bdb57f3a5b02a16bfe5d66f51 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 29 22:30:00 2011 -0500 refactoring for dependency injection. commit 607281f804b58f89cb17969ce93dee2d59d21b0a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 29 22:13:32 2011 -0500 added comment to language class properties. commit 66af3542e9176887c72a5102653f625daae1ebef Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 29 22:11:40 2011 -0500 refactored the lang class for dependency injection. commit f113b5c829f754d72f85cf725439af0b7582e90a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 29 22:02:32 2011 -0500 refactoring for dependency injection. commit 8229891d26a34a88b579a8f1dc05bdc2f03f44a3 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 29 19:27:02 2011 -0500 continued refactoring of view classes. commit 15cde60794afb674aa87679085520833235d7533 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 29 01:03:45 2011 -0500 refactoring redirect and response classes. commit f79dd1ba5da8b15784fd26d543d0e641de819d73 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 29 00:27:03 2011 -0500 finished refactoring of the redirect generator. commit 9be3d1a54bddb846faac5fc37daacda31c8a9ca1 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 29 00:07:10 2011 -0500 refactoring the view classes. commit 56044d31f5e89c5a6e070a68da30ff8f930e21c9 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Aug 28 21:33:44 2011 -0500 refactoring bootstrap process. commit 1e49001dfc264ca863c3dea4e05c6ef71027fc3a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Aug 26 21:42:04 2011 -0500 continued ioc refactoring. commit fb3a0df0ddaf7bf65a041c07dd33979196994d51 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Aug 26 00:31:18 2011 -0500 change is_callable checks to instanceof Closure. commit 429c9cee84caea9df3c2a02471a507ee8c09294a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Aug 26 00:01:08 2011 -0500 fix session related bugs. commit d65ddb53a842b83810f7e728107b8f1aa5d3f03a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Aug 25 23:46:45 2011 -0500 fix bug in query class. commit 195f7862cbc4c3dca5def750368568056d850ca9 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Aug 25 23:34:33 2011 -0500 fixed a few controller delegation issues. commit a045496684c92a46d46b9d8b8aed690346a5c336 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Aug 25 23:17:11 2011 -0500 pass request into route closures. commit e0a9f57515d0e5b61eec2b0e120ffb21ca81d744 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Aug 25 23:12:30 2011 -0500 fixed database namespacing. commit 88fb300e7a48e50e5b6d534913407c57bb6ea4fb Merge: 46dd65fa 3fbb8576 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Aug 25 23:05:55 2011 -0500 Merge branch 'master' into develop commit 3fbb85768ad430f0cf453d6e7b176af34be6f69b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Aug 25 23:05:30 2011 -0500 fix typo in change log. commit 46dd65fa747d29cbdaf668db412772bb1c1c1356 Merge: 1e7850d9 c1131e18 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Aug 25 23:02:12 2011 -0500 fixed merge conflicts. commit c1131e18823cf7932a84066f934980149dfc8585 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Aug 25 22:57:13 2011 -0500 increment version and update change log. commit cda456744667a2d69b1e6f7254c6f1603b61b718 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Aug 25 22:55:11 2011 -0500 fixed bug that prevented view exception from being shown. commit 1e7850d9bad824c1b67b3005580882fdc2355cef Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Aug 25 22:53:05 2011 -0500 refactoring for dependency injection and testability. commit 0b86c945517a11bf73ada0c72198d8cb1faf9752 Merge: 99adf09a 82045e20 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Aug 24 23:45:01 2011 -0500 Merge branch 'feature/ioc' into develop commit 82045e20d98956a4ed6602a191e3530f2a3dce3f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Aug 24 23:44:50 2011 -0500 more refactoring for dependency injection. commit 6a8aafc259128d31a74a037cf2357bd48b12556e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Aug 24 22:51:32 2011 -0500 refactoring and adding more dependency injection through ioc container. commit 99adf09ac7dbfb7b091fcb13338fb78030ba3a01 Merge: f580ef7f 812d3ff5 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Aug 24 21:53:49 2011 -0500 fixed conflicts. commit 812d3ff51fab9e366168aa9e8dce6d80549c358d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Aug 24 15:47:17 2011 -0500 Updated change log for 1.5.5. commit 697a9c7577dab641cac1988dea89e2cb56b8ff7d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Aug 24 10:58:09 2011 -0500 Fixed session.http_only retrieval. commit f580ef7f71e28c4a8cf2bdcefe38abb8db2a8803 Merge: a9f6fbd7 4072b54f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Aug 24 07:23:16 2011 -0500 fixed merge conflict. commit 4072b54f50c2e5226ac4db6cba6c93ee83cd5fca Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Aug 24 07:22:13 2011 -0500 incremented version. commit a9f6fbd75afd78414dc2812b8053dae3b9edfe96 Merge: 1dd6daf7 0a3208e0 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Aug 24 07:20:17 2011 -0500 fixed session extraction bug. commit b953dc821a7d160bba472286b69064dac3b57195 Merge: b31f13d9 0a3208e0 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Aug 24 07:15:46 2011 -0500 Merge branch 'hotfix/session' commit 0a3208e0f2e53d401c80cb1e9358beefda70b8ca Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Aug 24 07:15:22 2011 -0500 fix session option extract bug. commit 1dd6daf7a01f53fec3c7397edcbfbc601ed77ae1 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Aug 23 23:16:44 2011 -0500 trim sql before executing commit df84e36314be7c55f93c680bfbb8f8dd38ccde46 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Aug 23 21:04:40 2011 -0500 refactoring. commit 1a7fd6d360fe5cb516a9b3faca12abd0458ff210 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 22 23:06:53 2011 -0500 removed extra space from form class. commit b5de50fab90684c76355f92aa88dfdef873b149d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 22 22:49:44 2011 -0500 refactoring the file class. commit 3d83b65bb73f53a7271d6658ac961e92f570d245 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 22 22:38:20 2011 -0500 moved file::upload to input::upload. commit 15043348c13b9d6855790fac818607255e984c02 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 22 22:30:58 2011 -0500 refactoring file class. commit 0a2ce4e8bdd3afbd25bbd103c91c0e36f8a14e09 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 22 22:25:53 2011 -0500 tweak file comment commit 8c226e9d67dfc292995f8cc2d6b8d288efb8f732 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 22 22:25:12 2011 -0500 tweaking crypter class. commit ce8c230e727ffe14564ccd1da5cb5be8734bc57f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 22 22:21:51 2011 -0500 tweak crypter exception message. commit 2109165de60017bce8ce89aa64fa8d8c13d78667 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 22 22:19:50 2011 -0500 moved common config files to application module. commit 39c9211f288c7988915969698edf91b783a49416 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 22 22:17:11 2011 -0500 fixing comment in benchmark class. commit d03e8ea98091efdc8d0e90e3d1f28a53585af1fb Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 22 22:16:12 2011 -0500 removed .gitignore from root directory. commit ad875c0ec370b237a80d1018a46f4c22f075f894 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 22 22:15:13 2011 -0500 removed gitflow directory from source control. commit 25c78b8c55320e1578c69020b270bb97efe76d37 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 22 22:14:11 2011 -0500 refactoring query compiler. commit 5ca2e2b7f9e39157cdfd2fb74d5875bc3c559c84 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 22 21:56:42 2011 -0500 db refactoring. commit 0700910270a67eabe40622750e951abee2631725 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Aug 21 12:26:51 2011 -0500 refactor the query compiler. commit 43f7e9e22d0a034e2639ff749aec2142aa61a510 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Aug 21 12:21:22 2011 -0500 more query refactoring. commit 684bbebb5cf348f929f01c5e41fe89e084ee209c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Aug 21 11:50:53 2011 -0500 refactoring the database layer. commit a940fc4867306c4496be6994b004fe77e3684af3 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Aug 19 22:10:17 2011 -0500 fixed wrapper method on mysql query driver. commit 8f4bcd4675eaf51a48cd8a49baf8e7dea2d4a2da Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Aug 19 22:09:17 2011 -0500 continued refactoring database layer. commit fb1acc31d25d597aa7be3df4f0af6e0e56a269bc Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Aug 19 21:39:38 2011 -0500 more additions. commit 9d2a76b26fbfb9dc5b5c3383d966a24564484a51 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Aug 19 21:18:59 2011 -0500 refactoring database. commit bf0aaa3cc75348b8ed7910ddeaec0f435dcc6ef2 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Aug 19 20:19:45 2011 -0500 remove query::table method. commit e822f34c2f8ffe0f053862a4ba081d12269bb179 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Aug 19 20:15:05 2011 -0500 renamed postgres class commit 5b85edb23bc71b9cdd44933af9449869e4bbca6a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Aug 19 20:12:39 2011 -0500 more 2.0 changes commit 73b1cb78f410306b1eb81185a80753a051ec5926 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Aug 18 23:57:14 2011 -0500 refactored config path checking. commit a440f0e185d2fa7867f7e42918be3e87428187f4 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Aug 18 23:48:51 2011 -0500 modular refactoring on the configuration and module classes. commit d9f2ba84c9ac97c9242f95b1888c68d1812e0480 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Aug 18 23:23:57 2011 -0500 2.0 modular refactoring. commit 4569ebec46866820c387c0c534a43172b7472c17 Merge: 0a5c4422 b31f13d9 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Aug 18 22:28:10 2011 -0500 fixed merge conflict. commit b31f13d99f04019fde225382f586c71b7837e8c7 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Aug 18 22:27:21 2011 -0500 incremented version and change log. commit 03b58e8ec6ff19ebc9d072a26e7b8be3f53dd9ef Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Aug 18 22:25:56 2011 -0500 fixed belongs_to eager loading bug. commit 0a5c4422954b410ab35a25bbc7a6073f34616c85 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Aug 18 22:00:59 2011 -0500 fixed vie errors. commit d943f8b7492f577ca947ce5aab5b1008e7d0e2b4 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Aug 18 20:21:37 2011 -0500 fix view namespace. commit 8e5fae5dc09859e10147f0aed2b5340bbeb44622 Merge: c4e28286 5895f36b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Aug 18 20:20:59 2011 -0500 Merge branch 'master' into develop commit 5895f36bbba10550522882965005a10298a13bed Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Aug 18 20:20:50 2011 -0500 fixed view namespace bug. commit c4e28286058a614727b2231ef415b7231628628a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Aug 18 19:57:22 2011 -0500 fixed changelog. commit 1e90e424043648e0c0564e4cef0a12768447686e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Aug 18 19:56:29 2011 -0500 first commit of 2.0 commit 119b356bde70fcd6cfcd0ce9cf928d7b7039db35 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Aug 18 18:11:12 2011 -0500 updated changelog. commit 4fb6293415703c461f111ac637b3f69534fca3c3 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Aug 18 18:10:23 2011 -0500 incremented version. commit 3b8d4aec66e03b323d303f343a4b375ad967a351 Merge: 399892dd b3a2c353 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Aug 18 18:09:14 2011 -0500 Merge branch 'develop' of github.com:laravel/laravel into develop commit 399892ddda3deee93e7d6a3ae8115d615c50213a Merge: 766e54aa b5f7f664 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Aug 18 16:07:51 2011 -0700 Merge pull request #59 from drowe/master view.php - Exception / Error handling change commit b5f7f6648c416a78273d8e24f32696013a1f1bf8 Author: Dave Rowe <dave@roweware.com> Date: Thu Aug 18 17:11:23 2011 -0500 Edited system/view.php via GitHub commit b3a2c3537abe7fb567791405dd669a3bae71d5e9 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Aug 18 12:41:35 2011 -0500 Fix white screen of death error when view doesn't exist. commit 9c9d0fe530e2a029fb259fff2c7fce21149a805f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Aug 17 18:32:48 2011 -0500 Allow columns to be specified for Eloquent get, first, and paginate. commit c95757175b67c91cfbda638a8255ebadba15baee Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Aug 17 10:23:54 2011 -0500 Make sure file class is loaded before handling exceptions. commit 87166aa0ea3dfec84a1826ef2b2857610bfe33d8 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Aug 17 09:52:17 2011 -0500 Load the exception examiner explicitly instead of using the auto-loader. commit 766e54aa2d605f2eafd53017536c22386e51b470 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Aug 16 23:34:37 2011 -0500 fixed changelog commit 57a0593bc48444777608c3ff9ed8fdeec5893ede Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Aug 16 23:25:56 2011 -0500 incremented version. commit c4ece2d51f6a0c680388ea826935b6b5b386ba65 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Aug 16 23:04:25 2011 -0500 rearrange __get hierarchy so eloquent models can have methods that have the same name as columns. commit 695420c1277937036e52421a544220470d2af765 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Aug 16 22:51:41 2011 -0500 added exception handling changes to changelog. commit d075e60a66789164e803dedf7c76130f25600352 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Aug 16 22:39:44 2011 -0500 renamed exception wrapper to exception examiner. commit c100f4c59f6d7c27e4819d0bbba8b671cdcc4fe7 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Aug 16 22:37:02 2011 -0500 removed unecessary methods from exception wrapper. commit 512eea1a4eba5da6ecb85b4235260ddd9c6d39e2 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Aug 16 22:35:40 2011 -0500 removed unnecessary method handler. commit 5c3c2e2d9c7d7e41533579e516e9c74d99b6db62 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Aug 16 12:26:52 2011 -0500 refactored error handling for better architecture. commit e2c69d0c84d9e8ea801d532ebe178c58660b6c0b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 15 22:35:32 2011 -0500 added query array to db\connection. commit 7225ec0a9ed1b2305e46e77641b1061ae3ed3377 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 15 22:29:11 2011 -0500 refactoring classes. commit 695a8848ed112233900ecc0d5756752c22c47ecd Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 15 20:13:48 2011 -0500 added comment back to configuration class. commit ad4e200d66793783009806522b313b2b71954ade Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 15 20:12:41 2011 -0500 added changelog note for crypter class. commit 4c4ffa1d4054b5a94b8de65d3a170659624e1f67 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 15 20:11:21 2011 -0500 added new crypter class to replace static crypt methods. commit b6720eb7c2b1f4024cd73fb018411ae5c8efe3e3 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 15 20:05:55 2011 -0500 allow the configuration class to set entire files. commit 7b0495e8641a1d75fb6d2a4921cf3e61181c5c66 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 15 15:37:59 2011 -0500 More improvements to the configuration class. commit 551cffcdbcd0923699b28257e4165734c8cfd9d0 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 15 15:20:29 2011 -0500 Refactor the configuration class for more simplicity. commit 81a89604f98a90aa8fe736c0192048f55eeaf6d4 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 15 15:19:14 2011 -0500 refactor the arr class to fix a few bugs. commit de38744d7833814605a88bd252b5a2464819ba1f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 15 15:12:02 2011 -0500 Continuing to refactor the configuration class. commit d9b7b7dc52b7f700e50bb4f06258011dc8f7232b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 15 15:06:27 2011 -0500 Refactor the config class for more simplicity. commit cd90845accf2090fd7b59162f69728b8b579f556 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 15 15:05:57 2011 -0500 Fix a couple of bugs in the Arr class. commit 4d38ec0279dcecca3af56c1fbfd5b3224457c72f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 15 14:28:36 2011 -0500 Remove unnecessary parens from Auth::check. commit 0f7b2f72cbee029a18a0b6ec128bc0734e364738 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 15 14:25:59 2011 -0500 Refactoring the cache class and its comments. commit 4c243f3a99b3e9d178e1648a6343a724413d5991 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 15 14:15:28 2011 -0500 Refactor the auth class and its comments. commit a7cf737ba664ae0d12d2825bf169e8dc7e364938 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 15 14:04:27 2011 -0500 Removed version control from Asset class. Attempting to implement better method of doing this soon. commit 88f3f222c3fbdb39687c46d005981a49456fb8f1 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 15 10:46:03 2011 -0500 Added item to changelog. commit a414bbfccb63baff631f27a425e144c3b94f0870 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 15 10:42:57 2011 -0500 Remove any unspecified optional parameters from URIs created from routes. commit 23e100aa80e65721f9e02db1cd48a961bc52bc47 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 15 10:38:02 2011 -0500 fix comment on arr::set. commit b2991dd6ba948f9869063507f92b51c9fd662c56 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 15 10:36:24 2011 -0500 Fix bug in Arr::set that did not correctly create new array levels. commit 732a1e4a046f709509f9708113f3dc5ae58f59df Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 15 00:20:43 2011 -0500 tweaked comment on arr::set. commit 6750c799f070f59cf462eaa23e00f5f6419324c7 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 15 00:18:56 2011 -0500 converted config class to use arr::set. commit a667e32ad343c949323dde64db1df5426b8c961f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 15 00:16:37 2011 -0500 added arr::set method. commit 39d323c44f1ed79070f26cdbed108f3dc4fabca1 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Aug 14 23:10:46 2011 -0500 refactoring response and session classes. commit 48120ce4036d185f6bef808af64f85d842e1214e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Aug 14 22:49:28 2011 -0500 refactoring the response class. commit 60c317caba8ce95ef49ad7ccf3b088b8ad3c5584 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Aug 14 22:39:50 2011 -0500 refactoring pagination class. commit 20186dca0381896cf657b6384c190b8aac95bcb1 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Aug 14 22:35:08 2011 -0500 refactoring loader class. commit 0cc0b7ac9769de9b880f3651520c865e21f80284 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Aug 14 22:34:22 2011 -0500 refactoring lang class. commit b196313bd078363c277fb889927984cdf9631f46 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Aug 14 22:10:36 2011 -0500 refactoring database and error classes. commit d72f2c642b8313981c9e2c1d05f4ce0576a8b1e3 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Aug 14 21:58:11 2011 -0500 refactored the encryption class. commit d197a97aac3637d90c5afaefc0f8b44553272faa Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Aug 14 19:40:52 2011 -0500 remove comment bloat. commit 83ab60922b7a69f67a9f27b9b8b8a979efa625e4 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Aug 14 19:22:01 2011 -0500 improving cache API documentation. commit f72171f691396a4113e2bd539bcba09abff81e5c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Aug 14 14:54:17 2011 -0500 allow entire configuration files to be set. commit 57922c5a4d89e25f88190bfa2fa835035c2a33a2 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Aug 14 14:08:04 2011 -0500 allow Config::set to set an entire configuation array. commit 9f1edfaee3c17b1b5d48d0e519297adfa2982964 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Aug 14 13:57:52 2011 -0500 refactoring comments and code. commit 8798d87e2fe32e7f46ee33442d3141c12bf1b2e9 Merge: 450b6951 826d74b4 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Aug 14 11:09:38 2011 -0700 Merge pull request #57 from pedroborges/develop Absent Date class alias removed commit 826d74b476de72ea9af564c723be2ac42e1d731f Author: Pedro Borges <wave@pedroborg.es> Date: Sun Aug 14 14:03:33 2011 -0300 Removed alias to absent Date class commit 450b6951af444ec3b26285149b49478d30c24573 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Aug 13 22:33:43 2011 -0500 improving class comments. commit f346dae401ec5e8b169121e1915b36a691d62799 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Aug 13 22:24:43 2011 -0500 added changelog. commit 9d4d6e52bd7617ae5fa039d5b3dead4781e73efb Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Aug 13 22:23:07 2011 -0500 refactor database structure... moved db\manager back to system\db.php commit 21a6040a79f7c685408d67dffdebeafba068d214 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Aug 13 22:19:04 2011 -0500 improving class comments. commit 47d2207c670b68a8096deccbbe68f7631acd19c0 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Aug 13 21:45:51 2011 -0500 fixing API comments. commit 3ac228732954ad2e7a09e41f8f6534b70a5c5f84 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Aug 13 21:43:33 2011 -0500 fixing API comments. commit ee373db59c7abbc0e4cc67e391627356d3183a57 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Aug 13 20:08:22 2011 -0500 incremented version. commit 17727a2278e79f3d7e8436e81a2acc157d4652cf Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Aug 13 20:01:45 2011 -0500 rename eloquent::model to eloquent::model_name commit 914b60e20bb06b7f027df099ac791b5464c92cd8 Merge: 19de53ea d0d7ff19 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Aug 13 05:03:05 2011 -0700 Merge pull request #56 from mikelbring/develop Config not found, added use System\Config commit d0d7ff19ce4dd14f861e022e7a7e2f5c321a6535 Author: Michael Hasselbring <mikelbring@gmail.com> Date: Fri Aug 12 23:36:22 2011 -0500 config not found, added use System\Config commit 19de53ea3cb33b2f82918f7415da395ed2fe527d Merge: 75797155 904588a5 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Aug 12 20:16:45 2011 -0500 Merge branch 'develop' of github.com:laravel/laravel into develop commit 757971556336c20c63462c21808f033235ef6456 Merge: 0beec683 8cdf5f24 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Aug 12 20:16:37 2011 -0500 Merge branch 'master' into develop commit 8cdf5f2444e2639f2f93cd75feeb82e83014d7b5 Merge: 1c4f3052 a7af8842 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Aug 12 12:33:36 2011 -0700 Merge pull request #53 from staydecent/master Typo in eloquent/model.php commit a7af884229bbd80048584da6035a94ccceb9d718 Author: staydecent <dev@staydecent.ca> Date: Fri Aug 12 12:30:55 2011 -0700 Fixed typo on line 12 of system/db/eloquent/model.php commit 1c4f3052955f6de2a6b3fc32fdfbfc06a3b652a8 Merge: 3ba30892 193768e6 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Aug 12 12:06:10 2011 -0700 Merge pull request #52 from staydecent/master Issue #48 typo fix. commit 193768e670c151b56f29c9a919bfd69d6c8f48b5 Author: staydecent <dev@staydecent.ca> Date: Fri Aug 12 12:02:08 2011 -0700 Comment in config/error editied from application/log.txt to storage/log.txt (Issue #48) commit 904588a51a97e679d8b6e135937248b0d513f87c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Aug 12 08:47:31 2011 -0500 Add default value to order_by direction. commit 0beec68355a414656dd14a4557b81164287ba407 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Aug 11 22:05:41 2011 -0500 refactoring asset version handling. commit a0c7db34fcbd79c0bbd491d5b1a0df297c542a87 Merge: b8e534a1 19f14fc6 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Aug 11 19:48:07 2011 -0700 Merge pull request #50 from mikelbring/develop Allow ? in Asset source commit 19f14fc66d9305c0619e097f11d551b8ba0c1ca7 Author: Michael Hasselbring <mikelbring@gmail.com> Date: Thu Aug 11 21:27:20 2011 -0500 passed original to method commit ea26bde9e13ba2024ce2ac58e31804f6711e2687 Author: Michael Hasselbring <mikelbring@gmail.com> Date: Thu Aug 11 21:25:00 2011 -0500 allowed ? in asset source commit b8e534a117596c078b46a8c14d5f3226f62420ee Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Aug 11 15:46:15 2011 -0500 Fix auth class comments. commit bb7649043c7811e93cbb21f7b3c3b5f944c9a627 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Aug 11 15:44:29 2011 -0500 Refactor the Auth class method names. commit 3b5af93064eded6eb88c03d3a2e5ec10a13e9967 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Aug 11 13:54:48 2011 -0500 Return the Eloquent model instance in the fill method. commit 2e34309539ddc986aa282521a6ecc4bb1f3fa258 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Aug 11 13:45:17 2011 -0500 Refactor Auth class for consistency. commit 982789a320ea577f19623bf9532bd4e1cf9b3bc5 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Aug 11 13:44:13 2011 -0500 Added Auth::remember method for conveniently logging in users after a fresh registration. commit 995310d62fceaa249ec7dbfae48d84480d48bbc7 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Aug 11 08:28:51 2011 -0500 Fix bug that prevented route directory route files from loading in modules. commit e4bc62da730067f71176784114b8a828f888470e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Aug 10 22:45:19 2011 -0500 fix bug in route loader causing requests for specific formats to not be returned correctly. commit 3ba3089208dece7255c88b0c4272d62d5a5dad96 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Aug 9 15:33:31 2011 -0500 Improve internal documentation of benchmark class. commit 9f7cd6007b6c2efb18fc6582aaf6fa300b246ba0 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Aug 9 14:36:32 2011 -0500 Improve Asset class documentation. commit daa91818d9af592623a56f28868400c2e038aa21 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Aug 9 14:35:13 2011 -0500 Tweak routes.php documentation. commit 0344d74c6e530a872fb2db189696ac4299bbe6eb Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Aug 9 14:32:35 2011 -0500 Fix spacing issue in Asset documentation. commit b6ba0de0bd41a63e03587d13fb86a1e06f8fdb19 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Aug 9 14:31:57 2011 -0500 Improve Arr class documentation. commit 26dcc276fe18778d35f54a699dca1da56f6c79ec Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Aug 9 14:31:05 2011 -0500 Fix spacing on Asset class documentation. commit 0e39941632f8f8401af6383c3225d65064948708 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Aug 9 14:21:51 2011 -0500 Fix spacing on Auth doc code examples. commit 7da624e0d9e655b349f449e076c7e89c13ee4cbd Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Aug 9 14:18:16 2011 -0500 Added better inline docs to the Auth class. commit 59dab32caaf25d2bbf7b2a266203051226fa5f2a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Aug 9 13:32:05 2011 -0500 Added even more asset documentation. commit 1078bd0006e85a171caf6a609cff869ac4da9c60 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Aug 9 13:27:30 2011 -0500 Improve asset class documentation. commit cbf199f6fe3db1ee30a0da9ee5cf8bbba1d671a0 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Aug 9 13:26:31 2011 -0500 Re-arrange docblock elements. commit 9b294accf361999cfa2bd45f2a964a758f3f5bb9 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Aug 9 13:25:52 2011 -0500 Added better documentation to asset class. commit b451becc2eec9feae9bbe28dce69c865daf01334 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Aug 9 11:22:27 2011 -0500 Tweak route documentation. commit dfcf3dd32229713aca7f7792df3b9fc99c31445a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Aug 9 11:21:46 2011 -0500 Tweak filter documentation. commit 5b75546e7e5d253476e22862e23c0ca1f85e717c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Aug 9 11:21:17 2011 -0500 Add better documentation to composers.php commit 513c9c75a105e435d5788f3254d8488e5b3c169c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Aug 9 11:16:44 2011 -0500 Remove "do" from filter example. commit 8781e52ab5ee207ea1f5413ce41fe3d57fcbc899 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 8 23:53:00 2011 -0500 added support for periods in (:any) place-holder. commit 7ebcdf57c5b20e38ae5c8930b878069c33203b63 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 8 23:09:10 2011 -0500 refactor redirect class. commit 09feb52db965211311a9bf8dfe7fecc7689f4615 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 8 22:20:59 2011 -0500 changed auth and view variables to protected. commit aa1e20bcefa88e18e971cb37252750f07c678923 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 8 21:46:59 2011 -0500 fixed bug in auto-loader that caused module classes to not load correctly. commit 512342c0db0147f944440931652700c9de387a9c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 8 16:52:10 2011 -0500 Refactor the view class to use protected instead of private. commit 22676ccee0ad567300bea31485ecefd34b1c71e6 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 8 16:09:08 2011 -0500 Refactor the query->get() method. commit 3d30f9f8552c4c2110d5db48a2d0239a817ab023 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 8 16:00:01 2011 -0500 Refactor the database connector. commit 7a4016b6232f7d1630c163d3feb7e5456e30ba95 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 8 15:46:37 2011 -0500 Change Config::load to private. commit 7ad1126cf18cd5b732e54fd7c853931a540d2400 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 8 15:19:44 2011 -0500 Add sub-view evaluating back to view class. commit 120d6a5da6a1adcee4f94374b1e4788d269f26d0 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 8 15:16:21 2011 -0500 Refactor the view class. commit 3bf85e03a58e8d2bf3fe1d9d00575a0f17627bd7 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 8 14:55:27 2011 -0500 Refactor the view class. commit 6278daca9cbeebac21473bd453630c5bd3dea2d2 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 8 14:54:54 2011 -0500 Refactor the view class. commit 6ac1634fb56167d158e1593f1e10665531d4a6aa Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 8 14:44:30 2011 -0500 Refactor and comment the view class. commit 1e3188479a88e1b3b488d44fe8a482c573eda455 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 8 14:33:53 2011 -0500 Refactor the view class. commit 6f847732a4414dbb82ad31aa90f05e884e8f577c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 8 14:31:12 2011 -0500 Convert spaces to tabs. commit 4465c0278911106aed47e9e9e7a40ea68d9dc7de Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 8 14:29:19 2011 -0500 Refactor loader for performance. commit e3785ee7ff9a85132fc7595b6c1cca24144b4035 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 8 14:28:38 2011 -0500 Refactor the package class. commit ddc02a829a3eef7456f6432e9e127d845003497e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 8 14:21:34 2011 -0500 Refactor the inflector. commit 8adb9194891777b8e866fa30f568f18e5cdfc7fc Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 8 13:46:15 2011 -0500 Added method and URI to before filters. commit 762a0e417584a837c591cbdb8b43cfc97b0af8bc Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 8 13:43:41 2011 -0500 Added "needs" parameter to routes. commit d5a11cdb71619e2792d7d63410c77d854fb91d91 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 8 13:41:29 2011 -0500 Cleaning up the view class. commit 9cabf545306eb33c941d33f9a2ff428ef44dc41b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 8 13:37:39 2011 -0500 Refactor the route class. commit d1d4ac10568a0af4dd57df8a8c79a34fbcc156f7 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 8 13:35:01 2011 -0500 Refactor the view class method order and comments. commit 6590b54f44c26be6ba76b59d25f6e30cffa54698 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 8 13:22:41 2011 -0500 Refactor the session class. commit 23e86c707d91fe7057419318428847042a04118f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 8 13:17:53 2011 -0500 Refactor the form class comments. commit f6aecf706a4022bed6b11929522664d1cebfee08 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 8 13:15:27 2011 -0500 Refactor the encryption class. commit 8a175894b260684b56e110a3b1cd540064de2690 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 8 13:14:50 2011 -0500 Refactor the encryption class. commit 4dc7f9448c74e7c784d2a5826ba24c066e2f4851 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 8 13:12:37 2011 -0500 Refactor the configuration class. commit 86fde936acbdda1a9c64c502cbcb0291cabf4c38 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 8 11:28:17 2011 -0500 refactor the route loader. commit 366f8dad39ed453df79d53e30f6054a166830055 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 8 11:19:01 2011 -0500 refactoring the view class. commit f0db808fd13479e635eec8dd2926a6e920a1d7dd Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 8 11:18:07 2011 -0500 refactor the validator class. commit 3d48b323c3120aee917291b7b2e699409a36acfc Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 8 11:16:08 2011 -0500 refactor the request class. commit 25ebe9fb97ee67c8b98830241e20f691790b20ab Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 8 11:14:53 2011 -0500 Refactor the memcache class. commit 4243e721ca9e4971ed3a49a4ff430dba4ef3824e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 8 11:04:50 2011 -0500 Return a boolean success or failure when saving Eloquent models. commit 87a65c20323463ff9a75b31fb268ee107c1b0831 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 8 10:57:37 2011 -0500 Refactor the database query builder. commit d2be60205b993fc3ff5a8c2287e105681542f164 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 8 10:56:06 2011 -0500 Refactor the database query builder. commit 73065d12c26fde8638598a8ccd67da3c53279e96 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 8 10:51:46 2011 -0500 Refactor the database manager. commit a1956f016c5e075074d66cdd2c84bac5792c7e36 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 8 10:51:01 2011 -0500 Refactor the database connector. commit edae391593458ab3ce59040c6c616dc6ffb20f34 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 8 10:49:15 2011 -0500 Refactor the view class. commit 4585f250929056524936101d023718fd7b46f667 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 8 10:47:41 2011 -0500 Don't write session cookie if headers have already been sent. commit 11ac2919f823c1f7e2b332d61085fdd0cf5fffda Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 8 10:44:44 2011 -0500 Refactor the auto-loader. commit 7282954e27fa8b427d8b4f6485e8ffb2463693bf Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 8 10:44:03 2011 -0500 refactor the lang class. commit afc80dd4d1710d1c4481fad87c6e9c1ddf7adb8e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 8 10:42:24 2011 -0500 Refactor the inflector class. commit e39ab9a0f97cbbf5e9d8cd494ce19276f6e6e75e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 8 10:40:30 2011 -0500 Refactor the config class. commit ee5212a27f49a8d1d762c77c5789bda18f1b182b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 8 10:38:40 2011 -0500 Refactoring the cache class. commit 130772ca57ddb6fc911193cdabd6885328d59fcd Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 8 10:35:28 2011 -0500 Fix bug in size validation when using a string containing all numbers. commit f4707962617cebb0fbc8c3bb13a29ddc11fa2d54 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 8 10:30:19 2011 -0500 Refactor the file session driver. commit 115bde0b2330159d033ca77bc1763e59ad764a88 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 8 10:28:42 2011 -0500 Refactor the route loader. commit b25edfaf9bddb652d2bce07927a316d29a244653 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 8 10:27:19 2011 -0500 Refactor the route finder. commit 2aef4de8d59b8c2c0df928fe6900630220d05e08 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 8 10:26:34 2011 -0500 Refactoring Eloquent. commit db391b8090a6122a127c1d1b883aeb5dacf5e581 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 8 10:24:23 2011 -0500 Refactor the database query class. commit 64fb09a8705cd15f4dcbd39c2ddaa41f51e54a15 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 8 10:23:13 2011 -0500 Refactor the database manager. commit e78a5b0ad37d84778a8f26d04f58558bb713d493 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 8 10:22:37 2011 -0500 Refactor the connector class. commit e81dd68a94a6258afc83ad6a297af263f8a46a68 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 8 10:21:35 2011 -0500 Refactoring file cache driver. commit fa3ec4d7960e298932beee86855d2981be2129cd Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 8 10:13:22 2011 -0500 Refactoring the view class. commit d8d0ddfa094dc57444f26a4f68d2f886b27abed4 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 8 10:09:16 2011 -0500 Refactoring the validator class. commit c145e6cbaac90eeae1364923def4a4a3e076a89f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 8 10:01:00 2011 -0500 Refactor the URL class. commit 04a1e44e6e94e1b2176cf3d5a4c0af9198ea0a7f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 8 09:59:50 2011 -0500 Refactor the session class. commit a3e8d5ae2621b0015f99126170a0660c9866d699 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 8 09:58:44 2011 -0500 Refactoring the session class. commit 6f26ce6e5fa3b2661839fbf63e126f254e3c29ca Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 8 09:58:16 2011 -0500 Always return cache driver instance. commit a26efbc2e38c2be7ef79bf59e4809d7073e58249 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 8 09:44:57 2011 -0500 Even more refactoring on the request class. commit 88ebf6125cb2d384b553dfd50046b727ed825649 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 8 09:44:10 2011 -0500 Refactor the request class. commit 3d684136b8c7d5d9f598e090627029cd792b2afc Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 8 09:42:38 2011 -0500 Refactor the request class. commit 3f35bb1591889731c684cb1eb1cc5cdc2307dd3a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 8 09:39:51 2011 -0500 Refactoring the redirect class. commit bad119a48b15278cd773f901331defd8176e86fe Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 8 09:37:56 2011 -0500 Refactoring paginator... added paginator->append method. commit aba4eec83ddea72429063ba4a29f526ecc73b587 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 8 09:21:56 2011 -0500 Refactoring the package class. commit 8a6b85175e9215bfd614610f6961c7c909710108 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 8 09:18:08 2011 -0500 Continue refactoring the memcache class. commit cb7a59711aebc7b9cf30695ccdd71c70468aa504 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 8 09:16:47 2011 -0500 refactor the memcached class. commit 07d6ed570365ad81bd1081cf7edec1a730d5ff27 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 8 09:14:25 2011 -0500 refactoring the auto-loader. commit 67ef4ea865c20fe429883a173a57b31b40d4fe13 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 8 09:12:23 2011 -0500 Refactor the lang class. commit a7116e71f6974885a808a7f83f57ea13d4818af6 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 8 09:11:52 2011 -0500 Refactoring the lang class. commit 2e482d31e42b0ec50ff0a5d3f7c16c232021b810 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 8 09:08:52 2011 -0500 Refactoring the inflector. commit 5862faf2c47f083d0f12b790f05a6f0dc55d6114 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 8 09:07:32 2011 -0500 Refactoring the html class. commit d1934b731eafc688e00975734bba8c071e9a62bc Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 8 09:01:53 2011 -0500 Add ability to specify iteration count in Hash class. commit f28a2c5a4b03c2f4f472d23e58cca97f5c4581bc Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 8 08:59:51 2011 -0500 Refactoring the form class. commit a94c6bd7528ed13b70adcae2862c211837946acb Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 8 08:55:16 2011 -0500 Refactoring the error class. commit 1916e27de1a1ad79399e5dfd8643d1e2b9f02541 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 8 08:51:58 2011 -0500 Refactoring the crypt class. commit bc51ec3d839c228309b96cf02dc749ef6804e2ad Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 8 08:49:29 2011 -0500 Refactoring the cookie class. commit 5e28cd08b442461968dadc6a1b9abe2d767f0cc8 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 8 08:48:44 2011 -0500 Refactoring the config class. commit 1091bd85913d06c23ff85ba9bfdb138297461fec Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 8 08:47:33 2011 -0500 Removing comment bloat from Config class. commit 9018d6cceb73e4df031ba5ad4a965d183fc08376 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 8 08:46:33 2011 -0500 Refactoring the Config class. commit fe39d50783bb31829066c85de98a716088977388 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 8 08:41:35 2011 -0500 Refactoring the Cache class. commit 89032f8a2ad7e5a24933442f17df9ecf93f821f5 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 8 08:37:55 2011 -0500 Refactoring the Benchmark class. commit 24ba87f5de56fd759e20156640c37edf3507517b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 8 08:31:57 2011 -0500 Refactoring Asset class. commit ed52c19e0518b1f591c1cde9fded7a604c2183e4 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 8 08:27:12 2011 -0500 Refactoring Arr class. commit 8130f2da254dd993a342506a2ffde6e5a03af375 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Aug 7 09:08:31 2011 -0500 refactoring view class. commit ea3c59d6b9325d6312623781ec61f5b4732424f5 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Aug 6 20:52:48 2011 -0500 trim view class comment bloat. commit 46199478d8a3a56d05693d19a5fdb0ee769c8196 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Aug 6 20:51:39 2011 -0500 refactoring validation class. commit 6c98f5faee503b6de07b24f2c765d3b7478ba991 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Aug 6 20:49:53 2011 -0500 refactoring session class. commit af4403bac5e82c79eec24201a57d74a70dcbe8b3 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Aug 6 20:47:20 2011 -0500 refactor messages class. commit 8ddfdd9e7aa44507f877b628df44464a6172599e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Aug 6 20:46:35 2011 -0500 trim comment bloat from lang class. commit d53ae7457a121f18e8413965edcb963fda902440 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Aug 6 20:45:45 2011 -0500 refactoring input class. commit 5664c9dc92d47a1d7ffb6e703dac56507849c487 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Aug 6 20:44:13 2011 -0500 adjust comments in crypt class. commit 68e3b468cf83048e9da80ca20fda01df4d561738 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Aug 6 20:42:53 2011 -0500 refactoring config class. commit 16a1f899294f258b4c29ef5f7e076b3eb4b911cf Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Aug 6 20:27:18 2011 -0500 refactor cache driver method. commit d59b3ad90a695daf4c2a57a1c5678cc302a1ed1a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Aug 6 20:24:09 2011 -0500 add check for session driver before using auth class. commit 59123fdfb05b068c9acbcfa2ed3e371a3f1044c5 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Aug 6 20:21:15 2011 -0500 import file class for assets. commit fe0f4a76f66f0d5bf69d1419eabc51283a5a7e3b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Aug 5 15:49:59 2011 -0500 Pass request method and uri to before and after filters. commit 1a96696046f953f839fe98bbcb6d3a1e42f3591b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Aug 5 15:28:14 2011 -0500 break if before filter returns a response. commit 6cf69d540688a4a0b77e62e35d587b1ffc12b315 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Aug 5 15:24:24 2011 -0500 Remove Request::segments method. commit 9827ca2cdebaf7dff0cad7fcc4913223e1a7b99a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Aug 5 15:23:20 2011 -0500 More factoring on bootstrap. commit ebc736812b22c3b0f872e8d7699c73df1dd7225b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Aug 5 15:22:22 2011 -0500 Refactor the laravel.php bootstrap. commit 4326f959977954091cf9a5ac7bcd3b82928a777b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Aug 5 15:01:25 2011 -0500 Don't throw an exception if a filter is not found. commit 5a2dfd72d7f7ae8e57a2b6ee54d3631adf784dc7 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Aug 5 13:26:34 2011 -0500 Added example of names to composer file. commit 0d910cd59fd91ce58cfff1159eb4e0595da9523c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Aug 5 13:25:41 2011 -0500 Add comments about view names to composers file. commit 541cb903565fd08840f1fb79f2f9a4208a4d0a87 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Aug 5 13:21:31 2011 -0500 Refactor view class. commit 55e8f0e3306551f9b407c801652eed20c2b307ae Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Aug 5 11:52:52 2011 -0500 Refactoring view class. commit 555299c353fef09c388a76d93f85ef7c393dfaca Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Aug 5 11:52:22 2011 -0500 Check package count before loading Package class. commit cc9c45710ba11070f79c489462b1cef0c2274b6e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Aug 5 11:40:29 2011 -0500 Remove auto-detection of modules to enhance performance. commit 26bc2379c4c689e3adf7cd752b6c807db30c3f0c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Aug 5 11:31:12 2011 -0500 Fix named view data passing. commit fa1fa876b59ba4241a794c053dd80967886919f2 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Aug 5 11:12:15 2011 -0500 Rearranged view methods. commit c688eef3f2fee60a911d8346197d941a6a9e5c4f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Aug 5 11:11:26 2011 -0500 Added back support for named views. commit 6346c54a0763795c06fef2694a125514048f895a Author: Michael Hasselbring <hassm@pamt.com> Date: Fri Aug 5 10:02:38 2011 -0500 moved composers back to application commit 07ca09e824b1e69e051679a01b29de6f43a42d4a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Aug 5 09:38:15 2011 -0500 Add ACTIVE_MODULE constant. commit 00af8c715f8f20c61d12977ee3b121ef88fb914a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Aug 5 09:20:26 2011 -0500 Added comments to $route->handler(). commit 8affa31a02749a55baa744a3be41af3c159d1d6f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Aug 5 09:18:40 2011 -0500 Added shortcut syntax for route handlers on named routes. commit 75a9591c659d93d9605170222d7531c94af1a79b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Aug 5 09:06:55 2011 -0500 Refactoring constant definition in laravel.php. commit 668ecaedd9ff4e5d289fc6116b34045f816e3635 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Aug 5 09:06:23 2011 -0500 Tweaking front controller. commit ae1acfddda92cd0ffb9897524c07b34d98563ba7 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Aug 4 17:40:16 2011 -0500 adjusted front controller. commit 69ec79c98706cea7d12dd076ae2c64a0eff0bd9a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Aug 4 17:36:23 2011 -0500 moved laravel framework request cycle into laravel.php, minimalized front controller. commit af5059a3d8b3e115dba72e3a878f7a615255b29f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Aug 4 13:22:18 2011 -0500 Return false when loader doesn't find class in application directory. commit ed0f2361fd8a2eb2c7cbee3d310b269d8cef4f24 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Aug 4 10:59:28 2011 -0500 Refactoring Request URI determination. commit 6c9bb15a8d13cf44e6cd4ce1330917294efb943b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Aug 4 10:48:25 2011 -0500 Don't force modules to have route files. commit 87a022cf3560aa4f19c3363e490f9911099744c1 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Aug 4 10:47:47 2011 -0500 Cache the URI, and added Request::segment method. commit ede3e12620b943519e390fc1bdd5958ea84c3fa1 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Aug 4 10:07:13 2011 -0500 Changed Request::uri() call to System\Request::uri(). commit ec3e0598366b996b277f1879a7403d78acad68a6 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Aug 3 23:36:39 2011 -0500 fixed bug in view class module loading and made loader properties public. commit 78903e99a8559053e9bd5a1f70530be68bfcef06 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Aug 3 22:58:19 2011 -0500 removed benchmarking stuff from front controller. commit 2f047e3befd3063c24fe41175acae6271398de7e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Aug 3 22:55:48 2011 -0500 removed benchmarking from splash screen. commit 9edbce5ad33a96b1436cab1783788c08e4de37a4 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Aug 3 22:23:37 2011 -0500 add libraries directory. commit a83a85bbe8d42ff185ff2426c19c173c6b6aecf2 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Aug 3 22:21:56 2011 -0500 removed favicon. commit eebbc08293547d14b8f409a8c200e629cebf2cb1 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Aug 3 22:15:08 2011 -0500 added back .gitignores commit f0f3dffc110ec9eb970e484fcf562b9c7d587c3c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Aug 3 22:10:07 2011 -0500 added module support! commit 927c522e67fee8d54da8d5cdba454ae817ed888a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Aug 3 08:47:09 2011 -0500 Move view composer loading back to application directory. commit 57e653272345fbad26654bc06ffa172e494a44d6 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Aug 3 08:46:38 2011 -0500 Migrating back to old routing system. commit 63694de75b08f32e822fb288c9497146ea1bbc0a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Aug 3 08:44:43 2011 -0500 Changing back to old routing system. commit 277d16119792fe61851ac212f0f32f0a79d5cc5b Author: Michael Hasselbring <hassm@pamt.com> Date: Wed Aug 3 08:36:09 2011 -0500 removed views/composters.php commit 8068a88b87f5f983d8203cf8506610729bd23fa7 Author: Michael Hasselbring <hassm@pamt.com> Date: Wed Aug 3 08:33:37 2011 -0500 removed routes directory commit 12185bd4db680f7aa768ee96213c1bdfc1795f88 Merge: 7f493421 4424cee0 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Aug 3 06:29:00 2011 -0700 Merge pull request #38 from mikelbring/develop Moved composers, filters and routes back to application commit 4424cee0af77956477a4d6e5f3c248a350c94296 Author: Michael Hasselbring <hassm@pamt.com> Date: Wed Aug 3 08:26:40 2011 -0500 moved composers, filters and routes back to application, delete routes folder commit 7f493421c4e39052f266244d2af03a482fdddb9a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Aug 2 22:54:56 2011 -0500 syntax highlighting: take 3. commit 833b6ba881f3e36389c35a5e0eb7b231bbed502d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Aug 2 22:54:10 2011 -0500 syntax highlighting: take 2. commit e25c119fad9d5345757bc66845e03c28e719fbfa Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Aug 2 22:53:25 2011 -0500 trying to add syntax highlighting to readme. commit 4f6a8ba289279e71680df31211f1f4f6a5b17197 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Aug 2 22:51:38 2011 -0500 converted readme to markdown. commit 30b7eebfdba2c2c536b176c835630cd4261e14c9 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Aug 2 22:49:31 2011 -0500 added better comments to loader::register function. commit b4aa39ab83f1c23f92cc4dd96243bfa9acda8ab6 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Aug 2 22:46:13 2011 -0500 added benchmarking information to splash screen. commit 188b0c4f2902d0fc3fb3e07db00d8a6a6590fb76 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Aug 2 22:40:12 2011 -0500 tweaks to package handling. commit dbf43877c673c12b381df4a20155d1c7ae267597 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Aug 2 22:29:48 2011 -0500 added packages auto-load array. commit fb984016e81571e8b71a52fe3941ba9f5e5f41df Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Aug 2 22:19:13 2011 -0500 added loader class. commit c70f090465646a535684cab449cb16e7de664d27 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Aug 2 22:07:40 2011 -0500 added package class. commit f2363b11419c8ac3d9e85fa6ec13fcfaac07e037 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Aug 2 21:26:29 2011 -0500 return empty array when nested route directory doesnt have route file. commit e40faa1945c7e53b688cd62f59a2a72d8acc3d5f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Aug 2 21:23:13 2011 -0500 changed application file structure and routing definitions. commit 32f383205e00c99b47e2812ead78fd37eb94360c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Aug 2 21:05:20 2011 -0500 restructured session driver interfaces and added cookie session driver. commit 3583bc3b0902882ca75220188bbad56f06c5e01c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Aug 2 20:20:17 2011 -0500 tweaked config and lang classes. commit f087df9bb89b45cfa2a4ddab30ce909de98d2d8e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Aug 2 13:49:17 2011 -0500 Refactor database manager. commit 614811bb4050d606622eddccf216876bbab4dfa3 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Aug 2 13:44:02 2011 -0500 Use array_key_exists in Arr::get instead of isset. commit 28c6ac93ef6ef1cd3de5f0219def04709e1c9a2a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Aug 2 13:41:57 2011 -0500 Scrap Arr::dot and put dot notation support in Arr::get. commit db5c61d50c1c61a39a60385d5ee29706fefde698 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Aug 2 13:40:25 2011 -0500 Added code to return the entire array to Arr::dot. commit dfbd8e7950d33458ef56c09d41f20564f584b9c4 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Aug 2 13:38:50 2011 -0500 Added Arr::dot method. commit 6c149b282f8a94eb027b7e550bba27cfe4250bd5 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Aug 2 12:00:54 2011 -0500 Clean up database session driver. commit 5f0ffe135dcf2540f925033ddf7d786615928f81 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Aug 2 11:57:01 2011 -0500 Add comment to cache file driver. commit 7e28433a611d6a8aac0109203bf56e00c5f3b20b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Aug 2 11:49:12 2011 -0500 Refactor session class. commit c19ab70a0f595724da6dae50b3ad29860d158d04 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Aug 2 11:22:59 2011 -0500 refactor paginator for readability. commit be3266d255529069c767b176c5c9c7e15af9f3a9 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Aug 2 11:14:36 2011 -0500 Decomplicate the messages->format method. commit 6ee6f7ba2282624134348eb73a372857d348518d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Aug 2 11:13:03 2011 -0500 Refactor messages class. commit bc0e706c020072d512482a632d1e625d72f8e5ea Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Aug 2 11:03:48 2011 -0500 Refactoring the Lang class. commit 92b57ca2d7a108a84784a1e150074c2434a0bcbd Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Aug 2 10:52:54 2011 -0500 Tweak exception view for new error class changes. commit 530e1292d5bf9cc0c7928b5e5f3ba26d63c61757 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Aug 2 10:52:02 2011 -0500 Refactoring error class. commit fc871032057c5a9003ed8ef06ac47ef40cf90969 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Aug 2 10:43:12 2011 -0500 Refactoring configuration class. commit f4fac15e4854ac6202c048be991f3b0701393637 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Aug 2 10:29:06 2011 -0500 Add response time and memory usage to install splash screen. commit a474850071ca4ba2c0ec7e5dca6e761fb714e8cd Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Aug 2 10:28:28 2011 -0500 Add the laravel start time to the benchmarker. commit ecb4381d78fbeae707996d6e147d7997d1b88f28 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Aug 2 09:02:34 2011 -0500 Refactoring Eloquent hydrator. commit 76cf877d7ea77ae169257b289ec11b7032c770a1 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Aug 2 08:56:21 2011 -0500 Refactoring eloquent. commit 718d51e0b435acf9b4cebc0dcf9eb2b7c138330f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Aug 2 08:50:25 2011 -0500 Refactoring eloquent model. commit 277be848534d890c62d60e5cf485e35b9a50b25b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Aug 2 08:49:19 2011 -0500 Added where_id and or_where_id to the query builder. commit 320c72edbe122ff875f463527fcb295b71e6f7c5 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Aug 2 08:27:01 2011 -0500 Refactoring query class. commit e678b77b5b227d9135b7a91063c65c4771479a53 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 1 20:20:32 2011 -0500 refactored wrap method for readability. commit 82a021801102fcb17ba16084955459d2658384a3 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 1 20:14:30 2011 -0500 refactored query->select. commit 75d96c9204c4d925e83a063cbc828d66b4abdc0c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 1 19:57:48 2011 -0500 slight database refactoring. commit fe0502ded91ccf41733228dc4c423142fa100aa4 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 1 18:10:03 2011 -0500 use database manager in db session driver. commit b8e27533bdd943ad7eeb71f6e495c9268e415647 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 1 18:07:36 2011 -0500 use db manager in validator. commit e3b632839423507feeab5f45c2ed27e825190c5c Merge: badc8a60 716a957e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 1 17:59:31 2011 -0500 fix connector conflict. commit badc8a60889f34b440f504f4f09086f7c2fa044e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 1 17:58:20 2011 -0500 database refactoring. commit 716a957e938dda6e6c43d9c84f7f0d56b93915c1 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 1 17:09:10 2011 -0500 Refactoring. commit bc7df55f921dc225368ac65b7af2d7a80aa598a6 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 1 15:39:58 2011 -0500 Fix call to Loader::everything. commit ae69149262398640756cc0410cbc6d7adb309dab Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 1 15:39:34 2011 -0500 change Loader::everything to Loader::all. commit bf30ca7238203f224e32b1c88037b5ec774b0f85 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 1 15:36:49 2011 -0500 Pass path to route loader. commit 2efdef01d2ee175f16c1ef01ba77addba0b1c78c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 1 15:36:09 2011 -0500 Add path to route loader. commit 10deff45054e70c40ad3e8456c5fd0bace8e3938 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 1 09:57:53 2011 -0500 Bypass auto-loader when loading core routing classes. commit 23d5742575acb481a2b34053f3eea6ddfe1dae6e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 1 09:15:03 2011 -0500 remove item caching from cache manager. commit 5f3d40b76c82907cbee6d0af1345c01e4e77352a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Aug 1 08:47:45 2011 -0500 Added support for in-memory SQLite databases. commit 829088f3d19431362416dc109c23e10e0db305fe Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jul 31 23:19:58 2011 -0500 use response::error in front controller. commit e060c3d1da82547ea0432cbfec66c72eef5c3ca5 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jul 31 23:11:45 2011 -0500 added reload function to loader everything function. commit b55e5169f32b94cc4f7467336de853d4e4b9e858 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jul 31 22:15:39 2011 -0500 adjusted comments in route loader. commit f9f168eacbf0162155ff1c4388cc005adc25b4bc Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jul 31 22:11:49 2011 -0500 added more dependency injection to route loader and finder. commit 0af326b636205e7aa8dd213dc36eda80ad0dd8d9 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jul 31 21:51:55 2011 -0500 working on routing architecture. commit 344f49e1bf92486efda131758db3bf727885348a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jul 31 17:40:03 2011 -0500 made router routes optional and fixed front controller. commit 3f6aa5448713c928aa6ead0fa9c9ad9a60c3139e Merge: 2bb71251 74a05588 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jul 31 17:35:35 2011 -0500 fixed router conflicts. commit 2bb7125127d76f95a8938dc51343fd35cbf2aea6 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jul 31 17:24:43 2011 -0500 fixed routing bug. commit 74a05588f0f477161fc3bcbf4d02aaef002dd245 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jul 31 17:23:48 2011 -0500 incremented version. commit a7e39e9cf011a99b7652989f9dc8e0b0d8a404b0 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jul 31 17:21:45 2011 -0500 fixed routing bug when using nested route directories. commit 2275c746607b092536b17efb11b5cafed5ad9503 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jul 31 14:48:17 2011 -0500 moved all routing classes into routing namespace. commit d8eba6389c3ca39e09ec1c2d49b2bbbe4b0b87b8 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jul 31 14:28:24 2011 -0500 moved asset_container into asset.php commit 83ace2de68f3067935caaac6f7a7614237112ef5 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jul 31 13:14:39 2011 -0500 moved routing classes into system namespace. commit ce96fb6717a36ba2af0d937bec3034e7d14c1eb2 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jul 31 13:05:36 2011 -0500 put aliases in alphabetical order. commit 153d7007ac8364f82cd4f92074d728220c7e15d0 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jul 31 13:04:49 2011 -0500 moved asset container to system directory. commit b504089db782bc165c234e6b5ebabb9258b1702f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jul 31 12:54:22 2011 -0500 moved exception view to application views and removed system view folder. commit 2c68317b0de74223d1abcccbb4d14ceb5e8322d4 Merge: 481d2aa7 e8ad2db1 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jul 30 17:09:10 2011 -0700 Merge pull request #36 from pedroborges/asset Added Asset alias to config/aliases.php commit e8ad2db1201ecc499b035ef7bfa3d19e5448ef76 Author: Pedro Borges <wave@pedroborg.es> Date: Sat Jul 30 20:50:03 2011 -0300 Added Asset alias to config/aliases.php commit 481d2aa7ece665714689fb4a8cebf9b0f1c18e02 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jul 30 09:52:49 2011 -0500 added Str::ascii method and fixed accented character problem in URL::slug. commit 86075c2765ee19fbb8b9080b0dfe9e691d79def0 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 29 23:38:29 2011 -0500 moved validation/errors into system/messages... not just useful for error messages. commit f3ddadce045958cf6db8f24cbafaf82ce27771a7 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 29 23:29:37 2011 -0500 tweaking comment in composers.php. commit 4609528d9319fb47e99ab257e7bb4cd09f329306 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 29 23:21:54 2011 -0500 fixed bug in session and cache factories. commit dbdd45d9fc94306e3a8c03f182f8fcd56ed7ff8b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 29 23:17:57 2011 -0500 tweaked cache and session namespacing. commit 5b2858824b33a129cde5dd2679c5e862a1a302dd Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 29 22:56:18 2011 -0500 tweaking router formatting. commit f16f90c89ca324a3ea02ead010cb21ae61154f54 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 29 22:53:43 2011 -0500 added script and style path constants. tweaked router usage in index.php. commit bc5299abfcd3f08467f0a2da3ec9ba548fcc3e8c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 29 22:48:14 2011 -0500 tweaked router architecture to be non-static. commit 7ecb2cf436d9dfc0bdd3726a67aef78316af4177 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 28 15:32:54 2011 -0500 Deprecated Router::call method. commit 3698315dc9a4e326003d8f1ce5de8c9870d96688 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 28 14:17:35 2011 -0500 Improve comments in application/routes.php. commit 1840989484ea6fa13eafc1966a526e6fcc40989f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 28 14:14:10 2011 -0500 Add more documentation to application/filters.php. commit 554f14c10c7be1022c3810215f411ba206a91519 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 28 13:48:36 2011 -0500 Cleaning up configuration comments. commit a5cc47bd5d7da30fdc249987c7c5fae05b2a3efa Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 28 13:47:35 2011 -0500 Cleaning up configuration comments. commit f53334881ce83258975af9248311f8143df9adcd Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 28 13:47:05 2011 -0500 Cleaning up configuration comments. commit cadda7a968e1dc437d6adec35ebb022df0fe8542 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 28 13:46:33 2011 -0500 Cleaning up configuration comments. commit 7ea2901d2bfbac6a5e270de71086c6496e712f1d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 28 13:43:47 2011 -0500 Cleaning up configuration comments. commit b388ebe54c6dcc5ae1c97e642b3f4c7eff6032a5 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 28 13:43:24 2011 -0500 Cleaning up configuration comments. Converted Eloquent query to use dynamic query. commit acea14a30693646e5e7902aa2f9c37381a5d03c5 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 28 13:42:41 2011 -0500 Cleaning up configuration comments. commit 7719cc66570f508324cb6ce81153b4c1425bf863 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 28 13:42:04 2011 -0500 Cleaning up configuration comments. commit 84f05fd3ee4d28e378eae8a684a74a65efc99a84 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 28 13:20:57 2011 -0500 Improve comments in routes.php. commit ce39e4845881373a819d393c6e0085958ca33cca Merge: 829a6292 8871ddff Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 28 12:26:45 2011 -0500 Merge branch 'master' into develop commit 829a62920091998c9fea1067d1ba81387886c07e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 28 12:06:05 2011 -0500 Fixed broken link in filters.php. Use Response::error. commit 8871ddff1b4266123d4bf41f915737d1d8e9d6c2 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 28 11:09:13 2011 -0500 Fixed bug in URL::to method. commit c3c7084d720e9910ae3f258c8ba52d82a0ed48ee Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 28 08:58:32 2011 -0500 remove unnecessary application variable. commit 28fbd35491d7e05a7dd400427b63ca595bbfc572 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 28 08:56:39 2011 -0500 Clean up constant handling and definition. commit 3516334ec7907b52e50501d4a6079483d8698e0d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 28 08:46:39 2011 -0500 Clean up constant definitions. commit 6154bef9bc186e52d1beac757a9c0266ad571508 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 28 08:35:30 2011 -0500 Update CSS to Lobster Two font, which apparently changed. commit d74637958d3048af720139fc78c417d1afcac61f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 28 08:34:57 2011 -0500 Update CSS to Lobster Two font, which apparently changed. commit 3a9adbdc8ed26c1249798654fcd1e1f12dae7ac6 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 28 08:31:29 2011 -0500 Update CSS to Lobster Two font, which apparently changed. commit cc6f8b83919433185185b9e406d8a6e74f73cde3 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 28 08:31:00 2011 -0500 Update CSS to Lobster Two font, which apparently changed. commit 3c8da4df937a41c03d131e04583de4a7092c7949 Merge: 4bb59dc6 29b98b2a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jul 27 22:27:47 2011 -0500 Merge branch 'develop' commit 29b98b2acb38ee9aff00d3332330d406913c66db Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jul 27 22:27:35 2011 -0500 added check for .php in route finder glob. commit 4bb59dc6f7adcc5fa77a57b359027f391a8c4e41 Merge: fee56e0b 099a8803 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jul 27 22:16:16 2011 -0500 Merge branch 'develop' commit 099a880345232ccf106cbfd2e9a0a00a9584049c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jul 27 22:15:53 2011 -0500 incremented version. commit fee56e0b1e9f53c18aae80d2938a46d363f627d8 Merge: 6b77cc98 45cc0f17 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jul 27 22:15:04 2011 -0500 Merge branch 'develop' commit 45cc0f171591bb03e53ca01ae36bbe6dc3aa6722 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jul 27 13:16:13 2011 -0500 Make Router::$routes public. commit 60f69659ea3b95b4677d8e150c82d5ac59efe90e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jul 27 12:02:11 2011 -0500 Added Router::call method for making HMVC requests. commit 77331efc9d4ed8ee839c121fa49bb3f30af3c24a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jul 27 08:51:11 2011 -0500 Fix slash bug in url class. commit 095c2362347bea48a7a40b0f5321f9ea6015ab48 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jul 27 08:48:00 2011 -0500 Fixed empty result set bug in paginator class. commit c870fdbe5734a630bde00da163f087482ce05405 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jul 26 23:28:24 2011 -0500 trimmed readme. commit 0ca2171071c312378c086b32d9a8ad9d73a580bc Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jul 26 23:26:04 2011 -0500 added lang_path constant. commit c76d0fb66906eea2d55993433933378c87604ce0 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jul 26 23:23:34 2011 -0500 use language in paginator class. commit 7e439ab52efb54621ca7fade65480f6d7b4a5310 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jul 26 22:56:51 2011 -0500 fixed bug in config has method. commit 0f1bd8a739996e2594cd32334a3d22b8d9a48a50 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jul 26 22:16:55 2011 -0500 added db::first method. commit 066db38ddb84bee27cc1e408e05cef87bdbf51c7 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jul 26 22:13:56 2011 -0500 deprecated auto-loader file. moved to public/index.php. commit 306ecd3bfef220ad770aac3ba533ec487bfb6408 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jul 26 22:12:20 2011 -0500 added the storage_path constant. commit 1cf4431659de2a0ffb6cc9775938d378b77dfa5a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jul 26 22:11:16 2011 -0500 added a few more path constants. commit d8cab0a7b689647612cdee59b98adc9f625693ba Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jul 26 17:01:59 2011 -0500 Tweak framework constants. commit b796ef1bd7ac0448edb831cd020a85d193fc150f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jul 26 16:24:41 2011 -0500 Remove time echo from index.php. Whoops! commit 7bbee401b239563406818ba88aa6aac46f326731 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jul 26 15:40:48 2011 -0500 Added Response::error method. commit 6b9b0ad5cd208ca2f60abebf340084243cefca8d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jul 26 15:31:56 2011 -0500 remove unnecessary else. commit a4e8375febaa45cb89461a8e3f70b1d93360e07e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jul 26 15:31:10 2011 -0500 Use view path constants in view->find() method. commit 4ed6d488ca74d7fc9b78c521fbf238254e9e38cf Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jul 26 15:29:38 2011 -0500 Added SYS_VIEW_PATH constant. commit 5ad61844ec2b6d7b0683b181394966fc2824c737 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jul 26 15:27:42 2011 -0500 Moved auto-loader into public/index.php. commit 14c8878b67444afa39aec083f09b4dc2e26e6cd0 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jul 26 14:36:47 2011 -0500 Switch make call to static in partial method. commit f4f82d1761a81078d529e890ebcb3b976154eb25 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jul 26 14:35:44 2011 -0500 Added View::of method and $view->partial() method. commit 989ba6743b64bc251edab633ba486f9928f768d7 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jul 26 08:24:32 2011 -0500 Added support for specifying columns when paginating. commit 8cea0232569ea6f742e0adbf1f2781f2cfb39629 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jul 26 08:13:49 2011 -0500 Remove staging from config .gitignore. commit 6b77cc984e2766a2f815d976bdd958939d79f138 Merge: 79482dec 5742276f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jul 26 06:10:50 2011 -0700 Merge pull request #32 from pedroborges/master Bug fixed on cookie.php commit 5742276fe6b6a2e96e22fa79989dd2b29f6e5604 Author: Pedro Borges <wave@pedroborg.es> Date: Tue Jul 26 10:01:55 2011 -0300 Bug fixed on cookie.php commit 2837af68f58619652783eb71834d3b8046b2f89a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jul 25 23:33:22 2011 -0500 removed line breaks from readme. commit 79e814cd935e05bac5dc22cf60680543c0c34431 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jul 25 23:32:25 2011 -0500 modified readme and license. commit 2c18083572b5d5e21e7466796020c8dc3aff0c5f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jul 25 23:20:19 2011 -0500 make view->find method protected instead of private. commit 8356151f71478921503b800661211e06694f29f9 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jul 25 22:47:33 2011 -0500 added support for environment configuration files. commit 2c774adbde986fc2019662f8f44865eea48a76c9 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jul 25 22:16:20 2011 -0500 check for $_SERVER instead of $_ENV LARAVEL_ENV. commit c9698df285d22914bb1f4f9e9b4f1454ab7c06f1 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jul 25 22:01:17 2011 -0500 added support for environment driven configuration files. commit 5a43f29f31ba25b5d70b5fcd75c2e1d18235ac3c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jul 25 14:09:54 2011 -0700 Tweak eloquent->paginate() for new paginator constructor API. commit db6b93f668aac1c7fb1b07e7c33fff67ab019921 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jul 25 14:09:08 2011 -0700 Tweak Query->paginate for new paginator constructor API. commit e9397b7107168e83692f243391fa10ba08b3644c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jul 25 14:07:46 2011 -0700 More refactoring on paginator. commit 7191a6768033da6ab76604948bd5e183137dc7c9 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jul 25 13:37:07 2011 -0700 Edited system/paginator.php via GitHub commit 7499586bb312c73aa644e118be0ea85d24344f9e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jul 25 13:35:41 2011 -0700 Edited system/paginator.php via GitHub commit a6a2588ed160de03dbf5f6d9e06033e46ad910c2 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jul 25 13:34:54 2011 -0700 A few more tweaks to the paginator class. commit 873e4ee2d78172c22217a0750bcd6defffc2b168 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jul 25 13:29:53 2011 -0700 Tweaking paginator class. commit 721693a52a9c872be4dd67c58bcdfd48a9f080f1 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jul 25 13:25:47 2011 -0700 Continuing work on URL class. commit d48c5d186d9716ef9551a96f6afc1a6eea08d6dc Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jul 25 13:22:52 2011 -0700 Added comments to URL class. commit 7f465f307bbfa94498261ea572b9b79cc73b9270 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jul 25 13:19:39 2011 -0700 Refactoring URL class. commit 3c216d897fdc89fdf5989c613d1db11b4c108902 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jul 25 13:15:24 2011 -0700 Refactoring URL class. commit 6e9bf0a0e32054ecf9bf6688624d88b56b8ed4e6 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jul 25 12:37:10 2011 -0700 URL::to_asset should use Request::is_secure to determine if asset link should use HTTPS. commit 44db0e72f949bc2b8a19b6a3d60fc481ef3b2971 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jul 25 12:16:27 2011 -0700 Refactoring the paginator class again... commit dac63a50c625731227481e0b5de597b1992a5c7e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jul 25 12:00:16 2011 -0700 Refactored the paginator class for cleanliness. commit 8d2eefe18f4b73ed45d600ab6e4454ab7e8664b8 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jul 25 08:37:33 2011 -0700 Refactoring paginator. commit 7ca5a2359acf7e4676518c7c950324afeac80a25 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jul 25 08:37:01 2011 -0700 Added HTML::span method. commit 79482dece51fedb3e555d18c3a94d05030463120 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jul 23 10:49:25 2011 -0500 added emulate prepares to pdo options. commit f62a2a6542c2aa628fce8be0e8efd9bfc73b8ac7 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 22 19:43:52 2011 -0500 turn off file sessions. commit 860c28206d76716a44da7fa9d8ccfc7586c3fd1f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 22 15:36:21 2011 -0700 Added closing div tag to paginator output. commit bbfc8b888ae5e1c61c095ce933a19e01d1613b98 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 22 12:58:50 2011 -0700 Edited system/paginator.php via GitHub commit 49fe1e3a87db8dab320e371b786f71b9f1ed48e1 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 22 12:39:43 2011 -0700 Edited system/paginator.php via GitHub commit faa428742362ba2eb96baf377423b83761b596e9 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 22 12:21:39 2011 -0700 Added support for generic PDO connections. commit e0a8d173bd0540d6ebae001b11b8ba52ea5d9ab2 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 22 11:48:18 2011 -0700 Add support for nested ul and ol lists. commit 6b50e8b04df5218d46ebd31396ae976aafc635b8 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 22 11:40:16 2011 -0700 Correct typo in validator. commit 9c4361fcfc66cccd5e53dc820f78ab51aed99e94 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 22 11:38:30 2011 -0700 Correct property name bug in validator. commit 9f09af4a1b2bd75540e0366aaa800ebf828b522f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 22 11:37:16 2011 -0700 Add better language support to Validator. commit 341908d76ce3419cab02f8663fd4c8739c07b0ed Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 22 11:34:44 2011 -0700 Added secure and lang methods to paginator. commit 36d9fe0b8730fc57e383365ff4d782f93f3cca37 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 22 11:28:04 2011 -0700 Added Form::open_secure and Form::open_secure_for_files commit 64351b22680bb2560ec1f1ca8e68be9095c51843 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 22 11:22:02 2011 -0700 Added HTML::link_to_secure_asset method. commit 9b46956fc9dbef9c59459363a407d8d4a1652473 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 22 11:19:41 2011 -0700 removed span method from html class. commit 1c5187b50916debb67a443246bfd5fa592c539ab Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 22 11:18:27 2011 -0700 removed span class from paginator class. commit c3d36d37bcc31db9cd82bbf23cd4869e7dd4b4c0 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 22 12:16:22 2011 -0500 added pagination lang file. commit 4959a38d0101802852f97508c1e413bb45fd9af4 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 22 09:57:01 2011 -0700 Adjusted paginator comment. commit f0e31344428137b7b8b54ddc0f2104327ff945d4 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 22 09:55:11 2011 -0700 Refactoring paginator class. commit 677747c4ca3f0d44311b5869a51004c8e5af75e0 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 22 09:54:06 2011 -0700 Remove lang method from paginator class. commit de48e194c7b02407ace412f87e36540e1bd8d3ab Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 22 09:52:00 2011 -0700 Replace last_page method with property. commit c09481c519ec5c208907d9fb506f4926312cbde9 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 22 09:49:13 2011 -0700 Refactoring the Paginator class. commit f7f790301fd51db34b4c3052a7fdcfc2eeb8c072 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 22 09:36:07 2011 -0700 Added lang method to Paginator. commit be2b7fec0cdd794389660752148a01d6390347d5 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 22 09:21:05 2011 -0700 Deprecate replace method in Lang class. commit a23c6ab9c143e05581935a445a7984db17d692a0 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 22 08:53:28 2011 -0700 Do not strtolower request URI. commit ca97abe77fb74fce8c8eff7df21128d15707d89f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 22 08:00:57 2011 -0700 Added http_only configuration item to session cookie. commit db45be960f3ebfd07a772753742f7053352d5286 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 22 08:00:14 2011 -0700 Added http_only option to session configuration. commit d6e1d5424d562faa2ece4f0e1ccb4c5aa66c6047 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 22 06:20:17 2011 -0700 Edited application/config/view.php via GitHub commit ebd8bd55b2a1cf398c5d4829e8a7929c7db98abc Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 21 23:54:25 2011 -0500 added http_only option to cookie::put method. commit d420d1c07f9d620e1c9945b94616465d6a578166 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 21 23:39:09 2011 -0500 added language support for characters and kilobytes in validator library. commit c1ca97d9fb08ff200c1dfd95ce7744d2802a1588 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 21 23:30:52 2011 -0500 added support for named views. commit 198e95910d3658a11ab1813caa1f4f494da5fb84 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 21 22:10:57 2011 -0500 incremented version. commit fbf1603b5acf3684f003c8f75b9fb431abea397f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 21 22:07:43 2011 -0500 add comment about url::to_asset. commit e9a43326a7d071f03e6e8f986bb1e9f9dcc8557c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 21 22:00:23 2011 -0500 fix bug in validator class required check. commit 49cd851f546ce236e21f20a0965846ca0b78de67 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 21 21:54:54 2011 -0500 tweaked method signature to paginator links method. commit d0b160c32986b470dfbfe9a70ce9e9295e105912 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 21 11:03:44 2011 -0700 Fix bug causing non-required fields to throw errors in Validator class. commit 89b5ad030e020909b6d56f5cdd2e5abbfdae9d4a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 21 11:00:19 2011 -0700 Added format parameter to Error->first method. commit 539eb28c2cfd2ca072492dba0151822451370f9e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 21 08:51:10 2011 -0700 Refactoring Paginator. commit 556fff9ff0b4c81635d3d9f73f8227cad3de986a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 21 08:46:37 2011 -0700 Added better language support for Pagination library. commit 46a15cf857cc29cb27075783f1ff29b568be5ba4 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 21 08:39:36 2011 -0700 Add more detail to pagination exception message. commit b7ab358297c618d55a84f586a238d627ad890e2c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 21 08:32:59 2011 -0700 Added __toString method to Lang class. commit 9f8e56d68779bfa37cd2d87505a68faec0881cf9 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 21 08:18:49 2011 -0700 Added ability to pass replacements in Lang constructor. commit 0f17aff723e5d52a84e9731ede0f9764437b59a6 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 21 07:52:43 2011 -0700 Added "dots" class to paginator. commit acc279989cfc2872abd92586caa4f98ba07d30cb Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 21 07:26:24 2011 -0700 Move last page logic into Paginator class. commit b933b19dfd324e3c1fbe2a2423e43e9a6c2686ab Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 21 07:25:54 2011 -0700 Refactoring query builder for pagination changes. commit b2f92691a6a6cd410329eb318dd136497c0421bc Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 21 07:25:32 2011 -0700 Refactoring Eloquent for pagination changes. commit 2cdee7aff1a29ace26e1d45f729b899910837044 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 21 07:20:11 2011 -0700 Refactoring pagination class. commit 218783ecee7d84b22f76ef73c82120b534df06e0 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 21 07:17:53 2011 -0700 Refactoring Query class pagination. commit f7eeb85ec6b2e0292bce0378b22a55b0a3ac15c3 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 21 07:16:45 2011 -0700 Refactoring Eloquent pagination. commit b29ba692cea4f266f96d95604a7f25b92518cd60 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 21 06:37:50 2011 -0700 Refactoring Paginator. commit 9a36124b9e879fa71a96859c16edcf7f0bc806d5 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 21 06:37:10 2011 -0700 Refactoring Paginator. commit 7ec88d3faa988eebca81e18c616a15305dfa2368 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 21 06:36:36 2011 -0700 Tweak pagination comment in Query class. commit abd269aa78d72392278e1491bf69ec3f191eed51 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jul 20 23:31:02 2011 -0500 initial version of pagination library. commit 2b132512e801b1bb21f151c5eca45a3f6c0dc5da Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jul 20 09:53:05 2011 -0700 Add comment regarding foreign and associated keys in eloquent. commit dd729886f5628930a2079a8ace060d20e2583578 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jul 20 07:07:15 2011 -0700 Fix has_and_belongs_to_many eager loading initialization bug. commit 17cc50375b6b3ba19dfaba3918d80dabdbfd94fb Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jul 20 06:57:34 2011 -0700 Added support for self-referential many-to-many relationships in Eloquent. commit b4c7dcb9ea94a7732bb1d635246cee3168926967 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jul 19 11:17:51 2011 -0700 Added support for 'wrap' option. commit e70726caeaf008075fb0e9ccc81a8665bc0c7a6a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jul 19 11:16:55 2011 -0700 Added support for odbc connections. commit f7fc01304ce936a78c4dc45927c728938e20f01b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jul 19 11:02:02 2011 -0700 Edited application/routes.php via GitHub commit 2d39ec5efe31427f2b7b9a12f7b869ce2b620f09 Merge: 08010f4e c99b9f09 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jul 19 10:59:36 2011 -0700 Merge pull request #29 from dongilbert/master Simple update to Routes Comment commit c99b9f09eb07ac604f0435bfcd766773d0a13da0 Author: Don Gilbert <don@dongilbert.net> Date: Tue Jul 19 10:34:24 2011 -0700 Updating routes comment to include link for organizing routes commit 08010f4eb249460803e7dd1c6daae69de89b3366 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jul 19 06:23:16 2011 -0700 Edited system/router.php via GitHub commit 3541c05ba23f22adb0ac8df2bfc45601fa050fd7 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jul 18 23:06:34 2011 -0500 added comment to route finder. commit b6feff375b5111ab7ed5719962a97d3847de6692 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jul 18 23:04:53 2011 -0500 added comment regarding nested route directories. commit fb8eb874c0e51bdf9e22b74e8113435689204fe7 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jul 18 22:59:54 2011 -0500 added comment regarding nested route directories. commit 5b86ad6067cef3f83cf16527e9e8022d3aa8d3d6 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jul 18 22:49:25 2011 -0500 trim route finder iterator instantiation. commit 44e88676725aefec014e1ece4eb53589003d8eb4 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jul 18 22:43:55 2011 -0500 tweaked route finder to recursive search directories. commit 88276ba79e2379fb96ef50f395853575095bc4f6 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jul 18 22:21:07 2011 -0500 added support for nested route directories. commit 109a7b4baa63b95124707db3c73c0c530953a084 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jul 18 11:34:04 2011 -0700 Refactoring Error class. commit ce20d7b9e3042d9deddae765cb6d6445a51c92c3 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jul 18 11:33:01 2011 -0700 Remove special handling for error views. No longer needed. commit c54173bc4025667bda8c55e9a9f9aa17617867ed Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jul 18 11:32:27 2011 -0700 Remove View::$last. commit dc49a4aaebb6b9e079693c4a8a3916ae61eaed72 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jul 18 06:17:21 2011 -0700 Simplify router code. commit 72658bd09a7ad91387020dde529081e8a7b03adb Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jul 16 22:16:40 2011 -0500 fixed bug in validator->image rule. commit 4d647c33c067750edcaf88ba3a12060fdbe1e260 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jul 16 21:56:40 2011 -0500 cleaning up validation library. commit 808543844d473bd63a252fad142408d9ec4bb290 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jul 16 19:37:30 2011 -0500 fix typo in validator class comment. commit da1715fb761b2e01cead55e07698acc26805447e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jul 16 19:28:41 2011 -0500 removed unnecessary binding code. commit 0ebf677ae12abc9357dc8dd512adcab558e2ea09 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jul 16 13:52:13 2011 -0500 incremented version and fixed typo in front controller. commit 65d38526ed25b306dcd2b709dbfaf4c9e2e35824 Merge: baf46fa8 3dfc8d4a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jul 16 13:49:46 2011 -0500 Merge branch 'develop' commit 3dfc8d4aaa9ed123c963eece54fc5d20d7cee5db Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jul 16 13:49:33 2011 -0500 fixed routing issue. commit 55a201ac6170cba61ede7a2dbd616416c95a94a5 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jul 16 13:48:38 2011 -0500 fixed bug in route finder when looking for routes in route directory. commit baf46fa8bb4b58fd7604fa7f757b186962a693ad Merge: 50c37f1d 7d50f5f9 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jul 16 10:59:01 2011 -0500 Merge branch 'develop' commit 7d50f5f96d7fba3459f6d8343b25957685e810e7 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jul 16 10:58:49 2011 -0500 removed docs and test from main repository. commit 50c37f1dcab81c949a72cd2bfe563346121586d2 Merge: 8d232aa0 60ff3bf8 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jul 16 10:23:12 2011 -0500 Merge branch 'develop' commit 60ff3bf8408b2e940a0d7eea62295f24ceac8544 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jul 16 10:22:57 2011 -0500 add form::close. commit 8d232aa0dfb9cec941372f11cc1e535c7ee2de4f Merge: 2dfff5ac 4c5803f3 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jul 16 10:09:42 2011 -0500 Merge branch 'develop' commit 4c5803f313711f2c153f66811b37e04937767787 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jul 16 10:09:30 2011 -0500 incremented version. commit f9c4c50436ebc41f91ccaaf383128733d338876a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jul 16 10:09:02 2011 -0500 add Form::hidden and Form::text. commit 70cba4ebe25e34ba9be9e1659e3948f45e0e7471 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jul 16 08:19:36 2011 -0500 removed null handling code in db::query until further confirmation of bug is received. commit 2dfff5ac38047e8418df4e9d510f1ce09ead814c Merge: b34ddc8d 40b83651 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 15 23:19:32 2011 -0500 Merge branch 'develop' commit 40b836511f64484ba5ced7347755d8716a2061f1 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 15 23:19:19 2011 -0500 fixed broken documentation link on welcome page. commit b34ddc8dcada2780770306b85b021051d0d93c93 Merge: 5d9a32be d73dd3eb Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 15 23:13:57 2011 -0500 Merge branch 'develop' commit d73dd3eb9b731deebfad83c2396452cad5555786 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 15 23:13:41 2011 -0500 fixed readme. commit 5d9a32be06987b80f9456bb8e500d9045548d48e Merge: 77f777bf 7e15278f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 15 20:02:43 2011 -0500 Merge branch 'develop' commit 7e15278f7d3c966ac69929b5ae242bc7fb7335d9 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 15 20:02:33 2011 -0500 fixing typo in validator documentation. commit 77f777bfd8d65fda00b1e22778d00189cffddf5e Merge: f9185ead 48706cae Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 15 19:44:19 2011 -0500 Merge branch 'develop' commit 48706caeb01e0b03fb0e094e3a4ea1506f92ac0a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 15 19:27:06 2011 -0500 incremented version. commit bfaf6950c691dc3b56cabac85d1b9cebe0483162 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 15 19:25:29 2011 -0500 added documentation to main repository. commit cec583aafee611aa07cc3a0756289e976a336ec8 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 14 11:19:14 2011 -0700 Edited readme.md via GitHub commit ecdd559ace17bc4637f8ffdf14fbdb4583ae2d37 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 14 11:11:57 2011 -0700 Edited readme.md via GitHub commit a9f7aacea9ed9dae3d6673d61dff187fdf83a436 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 14 11:08:46 2011 -0700 Edited readme.md via GitHub commit aca2458574188dc9f67686895e3a9fd0d66de80f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 14 11:05:05 2011 -0700 Edited readme.md via GitHub commit 335d0c00eda647f0ac5778a2d07441cd61cb5a00 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 14 11:04:45 2011 -0700 Edited readme.md via GitHub commit b80b3d36d465df4161482b4587090d44fa9acb20 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 14 10:06:27 2011 -0700 Edited readme.md via GitHub commit 20a92ee123021d5fb2f0921d3c626454911debe8 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 14 10:05:35 2011 -0700 Edited readme.md via GitHub commit 48849f63d56e2733759a7bf431939ccc38b410f2 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 14 10:05:07 2011 -0700 Edited readme.md via GitHub commit a911d54166ec7ade8af421355f26c4c94aabb1c9 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 14 10:04:12 2011 -0700 Edited readme.md via GitHub commit 6fbd868efdfb68d45fb6c0d35557ba346b21f086 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 14 10:03:27 2011 -0700 Edited readme.md via GitHub commit eec19f700e8b894c553fa4904db6dfc36f06751d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 14 09:58:29 2011 -0700 Edited readme.md via GitHub commit a571b51d4f8434f25068cc2c815db5bfc17ad40f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 14 09:57:26 2011 -0700 Edited readme.md via GitHub commit a8a28d8355931e607b62298b503882538ff5d5e7 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 14 09:56:46 2011 -0700 Edited readme.md via GitHub commit 2b0969e106a5c73548d70d017d5d4f601ceb7f65 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 14 09:52:10 2011 -0700 Edited readme.md via GitHub commit b2b40a24a50dc7f7a79cce4d5c6f30503600f594 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 14 08:55:49 2011 -0700 Edited readme.md via GitHub commit 4e11d4291babaca16b6e5bedc0f80e74fb6c35f9 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 14 06:55:14 2011 -0700 Edited readme.md via GitHub commit 549fbcc289a256914cbedd0f1ae0635e6be32129 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 14 06:54:33 2011 -0700 Edited readme.md via GitHub commit 514c128957a670efa1ca9584df4f64083342df51 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 14 06:30:07 2011 -0700 Fixed bug in bindings that was causing null to be saved as 0 in MySQL. commit d95ead812aee4549fd702b0c59ce56d79b5f3eda Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 14 00:05:13 2011 -0500 removed bloated if statement from front controller. commit 794e0e6d17a423f605b76d0b8a5b26d1d9793986 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jul 13 23:56:44 2011 -0500 added exception test to view tests. commit f266a1c6ca4b3bf8378dccda5cf4ed041e88157e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jul 13 23:53:14 2011 -0500 added view tests. commit ca3c6623a2e12011c93da97252d8a8fb543bca28 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jul 13 23:43:32 2011 -0500 added arr tests. commit 23f167acc7c955cc7e0ef49fbc09806f68e375ec Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jul 13 23:38:18 2011 -0500 added route finder tests. commit 0086fff896aedd51695edd1edc724f4f075038f5 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jul 13 23:25:10 2011 -0500 renamed test. commit 121a15bbcff39bb3ab0b8e8192dc087dc5c56b27 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jul 13 23:24:22 2011 -0500 refactored route parameter parsing tests. commit 537139a2ca67f2beaf6e9cdcf7556ea041a4ce0f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jul 13 23:14:51 2011 -0500 refactoring test structure. commit d3398db56f6c5bb4597fd33346307cc78224c991 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jul 13 22:27:14 2011 -0500 added tests to main repository. commit cffbcd010d8f95ef65212e4325fc4dab52ed0688 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jul 13 20:59:51 2011 -0500 changed continue to return in validation library. commit 99ae26d0e6f7d4e47e2e22080a1feb497b27c990 Merge: 230af412 36fe006b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jul 13 18:47:58 2011 -0700 Merge pull request #24 from mikelbring/develop Created Validator::make() commit 36fe006b089e4384a28aaf392b8d71a83e140c5c Author: Michael Hasselbring <mikelbring@gmail.com> Date: Wed Jul 13 19:40:55 2011 -0500 Created Validator::make() commit 230af4125d4ee3dfddca7393d1624a5b481a63da Merge: 398a5bb4 03044c7d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jul 13 17:29:57 2011 -0500 added optional parameters to routes. commit 398a5bb41a78087c7740efcecaf282346960a281 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jul 13 17:28:42 2011 -0500 added support for optional route parameters. commit 03044c7d4c61161d8e22d82ec4be84fb57a2a549 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jul 13 13:13:18 2011 -0700 Refactoring router. commit 6c6f92a7c98fcaa05ed7cef4bdd5600c4bfc3613 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jul 13 11:03:22 2011 -0700 Added default value to URL::to_asset method. commit c3b8524e1b97bbe14e3b5130d3c9b5d75eea75d7 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jul 12 20:04:14 2011 -0500 rewrote validation library. commit bbc45f92b7ccf39162a6d8559e076b66c102b074 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jul 11 21:58:51 2011 -0500 added PHPass to system/vendor. commit c95e7fdbbe0ab69b1dd74b3fbd8b43ba58c0fba1 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jul 11 13:38:07 2011 -0700 Refactor router to use routes.php as the default routes for all requests, even when using a routes directory. commit 9224e62cbef6bdc603914dfe06d7994df8519383 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jul 11 13:03:09 2011 -0700 More tweaking to routes.php comment. commit 218e64368c7352bb7f157b147d27082a11301d13 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jul 11 13:02:07 2011 -0700 Tweak routes comment. commit a9c14b3db5861fd293e6fd46a528b9d0b35b7849 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jul 11 12:45:04 2011 -0700 Tweaking Auth config comments. commit 0d2cfd24177c17f6fc91db24388cfee5bc375a15 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jul 11 12:42:19 2011 -0700 Refactor Auth class to use Auth config closures. commit 9ec8f4a5b62407f2a6d0a88370a83a6a3d85b934 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jul 11 12:41:50 2011 -0700 Refactor Auth config to use closures. commit 757e1280a88b84c2a5cf86fdcf9b2b4f202937ba Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jul 11 12:25:12 2011 -0700 Refactor Auth class to use new bcrypt hashing. commit 427fe625682a9db7e16fdac1a377eabc4f0f9301 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jul 11 12:15:06 2011 -0700 Refactor hash class to use PHPass. commit d2d5127fcfed8579b4f09f871d79de5687f0be66 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jul 11 12:14:06 2011 -0700 Fix default error config values. commit a6d1449b40b31318cd2a47b275b4e3797c6e618b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jul 11 12:33:22 2011 -0500 deprecated log class. removed from aliases. added storage/log.txt. commit 8053d8e954032e40d939a5c883fd441a703e2454 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jul 11 09:57:20 2011 -0700 Call the configuration "logger" when writing logs in the error class. commit f54ef2b4c926733638c10834d9a4aac932e9c3fd Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jul 11 09:56:47 2011 -0700 Added "logger" option to error configuration. commit 3f20c10d022213478ccd771fb3d0684614ce511a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jul 11 09:18:59 2011 -0700 Order the exception CSS. commit 44d14df331417551ecc2d2eacaeaf2b098f5e5ae Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jul 11 09:17:30 2011 -0700 Added note to Route\Finder. commit 9249ab7d40e8098f98a5a64195b733000e330225 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jul 11 09:08:46 2011 -0700 Improved the generic error view and made it consistent with other system views. commit d60772e534793d22c6a1caed493e944140c6d011 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jul 11 09:08:04 2011 -0700 Improved the default 404 page and made it consistent with other system views. commit 3adfe6407a93c8bd78400d45c0371f93d6fb9414 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jul 11 08:40:53 2011 -0700 Turned off display_errors runtime directive. commit 4b25d9e4d24d68ccbaf5ba00b346828af941a130 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jul 11 08:40:11 2011 -0700 Refactor exception view. commit 4fc4d04028b1e4e753296629eea93fb13d2bb58d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jul 11 08:39:20 2011 -0700 Improved error exception view. commit 54311a41cee2be30955bcc47d18796c95c7a392c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jul 11 08:38:49 2011 -0700 Added file context to error class. commit f6ff5370ef0b46d45fc5b6484d988ae4c9952ed4 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jul 11 07:47:54 2011 -0700 Tweaking error handlers in the front controller. commit 69d1377fd485023086ead755267f1269984f4499 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jul 11 07:47:23 2011 -0700 Refactoring the error class. commit bb2a23174970186ad02c0d6ca10502ffbc0b91c6 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jul 11 07:06:20 2011 -0700 Pass session ID into session::load. commit 5eb379d6cc95717ffc1f90b2943b17280283dd21 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jul 11 07:05:46 2011 -0700 Refactoring the session class. commit 15328afa4d671e293c3b76207d3a039a168b954e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jul 10 23:45:38 2011 -0500 refactoring auto-loader. commit 9624d275a48f85e08969e86b130012ba68b89637 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jul 10 23:40:05 2011 -0500 removed comment bloat from index.php. commit c75f298c34a281e0a30959ceafcf515271ce945d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jul 10 23:36:49 2011 -0500 fix typo in error class. commit c30185eb27c81e01f2087bcdbe566d2f6e968c01 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jul 10 23:31:37 2011 -0500 refactoring eloquent. commit 48419ad321356c3be5200d6d449fc43e530eaf29 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jul 10 23:21:33 2011 -0500 tweaking routes. commit 95528adab5e4f409d20f81c935e8ffdfee263f8d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jul 10 23:16:11 2011 -0500 fix syntax error in error class. commit 063cde50c0a0f37962e3b9367b2a0789b8b4bbf7 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jul 10 23:08:14 2011 -0500 removed file context from error messages. commit 46b0a7d8adfbe96180a20f91c73fe65107c9f499 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jul 10 22:59:05 2011 -0500 removed some comment bloat from the Form class. commit da8c412dbc001b01f2c19ef9e258f4b003df35dc Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jul 10 22:38:55 2011 -0500 deprecated text class. commit d0ba4719d800c790a9fc0948bfb13d7c1797258b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jul 9 23:54:07 2011 -0500 extracted the route wildcard translation to a separate method. commit 8277694693928d019784f959fad3a1fcee7f324f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jul 9 23:41:27 2011 -0500 refactoring router. commit 141bed39162431c0768c60b445d9414f68a5fe75 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jul 9 22:31:06 2011 -0500 cleaning up Request::uri method. commit ca58f80b227fc5adc9595bd78dce2a4e35b99217 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jul 9 22:15:42 2011 -0500 removed cache and session factories. moved cache item management into cache class and out of drivers. tweaked auth class. commit ceb0e1a8074372d4391f0fdcf1fc4714a639c5a1 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jul 9 17:15:23 2011 -0500 added check for array in Request::spoofed. commit 9608a0dee727fb8b9221c8bfbeddab14d90f8a5c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 8 12:57:32 2011 -0700 Removed comment bloat from View class. commit 924ecf879cf00f8e062d7f8537e48c1a038271ad Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 8 12:57:11 2011 -0700 Added __toString method to Response. commit e48d6111499dd926b69d1d4e94bc8cb00a5b571d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 8 12:48:44 2011 -0700 Remove comment bloat from URL class. commit 5ea2974bd634bbf7990ff7e94710b12a23d801bb Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 8 12:46:21 2011 -0700 Trim comment bloat from Route class. commit 0dd06ad31408b3a7d7cfa487cf4f48d66f1a4a32 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 8 12:45:06 2011 -0700 Remove comment bloat from Response class. commit 9fc8c36b9413e0a12f77308c820d6d446b4fc6c5 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 8 12:44:25 2011 -0700 Removing comment bloat from Redirect class. commit 5bea9121afdbfd69c5d5a164229c43f6fe7b9220 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 8 12:41:03 2011 -0700 Refactoring input class to use Request::spoofed when hydrating input. commit 5bb5adcf9c769612eb61717cdaf97079d47df927 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 8 12:38:54 2011 -0700 Added Request::spoofed method. commit d0fafd1301aaca86cc6f9f97f1ec6275673e5674 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 8 12:16:30 2011 -0700 Formatting DB class. commit 8056e0d1a70787e294a67f327d2c581d169fecdb Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 8 09:48:01 2011 -0700 Moved Session\Factory functionality into the Session class. commit b1b2b932cc1e4c681a4511a4fed05d1ddd9c5052 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 8 09:43:04 2011 -0700 Moved Cache\Factory functionality into Cache class. commit c5a2752e8a3e2480eab4a7adaed9189225476b4a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 8 08:24:57 2011 -0700 Refactoring Input class. commit c2b7e60bddbe98504618bcfc6cb6ef08a7628adb Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 8 08:19:40 2011 -0700 Cleaning up DB session driver. commit 7af9e08a60f51769b10a3af30bf94f098af84ed7 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 8 08:00:04 2011 -0700 Refactoring Eloquent. commit c4eb994fbc431454e536a34380977ee6c0765bb7 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 8 07:58:28 2011 -0700 Refactoring Eloquent. commit 8b1fe5920b5d184be33b7a237a0e0e7fa91954b6 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 8 07:54:38 2011 -0700 Refactoring Eloquent\Hydrator. commit 745ac394bbb6f66ba98643cab4f20d74f04d8b78 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 8 07:37:50 2011 -0700 Adjust Eloquent\Hydrator to pass array of columns into Query->get method. commit a0195e938658dc1f5a5bab70da17fa7216b79641 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 8 07:36:20 2011 -0700 Adjust Eloquent to pass array of columns when selecting. commit 00b064c7d52d8f43af819a5d62b1c35f01856748 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 8 07:32:25 2011 -0700 Revert previous changes to Eloquent. commit 16265a2cf6bcc954250e1d453e733aea83593111 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 8 07:31:15 2011 -0700 Adjust Eloquent to use new Query API. commit 787be6bc99fda3a9f8fdb9c19a6135b6efe099bf Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 8 07:28:38 2011 -0700 Changed Query::get and Query::first to accept arrays of columns instead of a dynamic parameter list. commit 21efdbf69b031935f812076f106d7aff5c3b7aaf Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 8 07:13:30 2011 -0700 Remove insert and update methods from Eloquent. commit 666ebf21195a171702631674aae19ef1244d9c81 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 8 07:09:43 2011 -0700 Refactoring Eloquent class. commit 743cf6f44a95fd3c850e362659897e63b930ba63 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 8 06:56:29 2011 -0700 Refactoring DB\Eloquent. commit e6e7586dbccf0354d675983117d75c6a20152105 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 8 06:48:31 2011 -0700 Refactoring DB\Connector. commit 6c51536d7d8ae5ebf753738c8cc26d6397b8a743 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 8 06:45:38 2011 -0700 Remove check for items in Memcached cache driver. commit de19b8db40190804e0703c3c8254cd39c9961fd1 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 8 06:45:15 2011 -0700 Remove check for items in File cache driver. commit 24fefe9eb26b202e3cd56c0132e086343d40bd16 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 8 06:44:54 2011 -0700 Remove check for items in APC driver. commit 44a48256c7048eb6241bd7f83fce2ca5e6654aa8 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 8 06:43:02 2011 -0700 Allow cache class to look for existing items in driver's items array. commit 82d5760a32a2628f9f1c7122576fc45216157ce5 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 8 06:40:49 2011 -0700 Make items array public on Memcached cache driver. commit 967428c4410b65320bcd21914d9237344fea99bb Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 8 06:40:20 2011 -0700 Make items array public on File cache driver. commit ec43d5dd03bbfe9a5cfc39d0ff3ada8ba6843fe9 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 8 06:39:58 2011 -0700 Make item array public on APC cache driver. commit bbc8b8f954eb04c531476ee79197d0a8c2258443 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 8 06:37:50 2011 -0700 Refactoring View class. commit 767a49f54b5efbf208ddfa2fc1cb10b27f4b4f22 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 8 06:35:42 2011 -0700 Tweaking comments in URL class. commit 60c9c9151668da33789dfe1ca38e2483f15ed58d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 8 06:28:41 2011 -0700 Trimming comment bloat from Route class. commit a86d4477ca01ba45cc704213bced78b9b7ddb796 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 7 23:55:27 2011 -0500 refactoring redirect class. commit ea6b58b28cb76bc7d06dac16ede0c3ab4916683c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 7 23:48:05 2011 -0500 refactoring lang class. commit c5ddb67d6bad95d0f75add2bcfe25122d8113cd2 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 7 23:43:54 2011 -0500 added comment to hash class. commit 6d296f2a1dd0402f85e8eb6bbcef9e2755c8b791 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 7 23:42:11 2011 -0500 added comment to file class. commit 6a77a98f9561052dcad42eaf5b854da22eef0f57 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 7 23:40:29 2011 -0500 refactored error and file classes. commit 4b063ac042464840c040550627f62a247e22564f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 7 23:35:23 2011 -0500 refactoring database and connector classes. commit 77d65b89cb0400ef1f20a21689669016361f0d1c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 7 23:24:43 2011 -0500 refactoring crypt class. commit 6e93237ec946279900b587a803fbb2857b3ac2b5 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 7 23:16:52 2011 -0500 refactoring config class. commit 8203bd9af53ee7c6627b94b17f23ef16eb36773c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 7 23:07:44 2011 -0500 refactoring cache class. commit 22c1353ceaa2dd3af2b6c1dae282e7c5bc44c392 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 7 23:01:44 2011 -0500 added comment to auth class. commit 70e35fb3d7340cf8b180693d9a5debaddce86f88 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 7 23:00:40 2011 -0500 refactoring auth class. commit 06cb63f502d6243c60cfc4a585986da6852c45ee Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 7 22:55:27 2011 -0500 removed route\loader and route\parser classes. commit ad824341a6ff882b1d85eba849894428d1bdb54d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 7 22:30:15 2011 -0500 fixed bug in input class causing entire array to not be returned. commit 54750487496b121a09b8c2cff4ac5422c3967d51 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 7 12:41:18 2011 -0700 Add comment to Redirect class. commit 59e5cfc711c2f97df71811b483ee2f85f9a70d16 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 7 12:18:53 2011 -0700 Fixing comments on Router class. commit 5a67571020d605c92213442c264c67bbd82805ba Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 7 12:17:55 2011 -0700 Refactoring the Router class. commit 94ccbffb7d2997b8da15e96830fafc4b52431a86 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 7 11:55:09 2011 -0700 Refactoring Router class. commit 80c746edb2bc959b4a46d22bdd17a3220107eeab Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 7 11:38:30 2011 -0700 Refactor route parameter parsing. commit b5e0eb022c6fae028332306980c2f3c143167e0d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 7 09:49:31 2011 -0700 Refactoring Router. commit 654c4aa85fa074b2e5e3a70a50743156143cf119 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 7 09:38:48 2011 -0700 Removed comment bloat from Route\Filter. commit 7a8e04cbdd6e4cea79beede8dc233b0f9ebf3b8e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 7 09:37:14 2011 -0700 Added comment to Router class. commit f0b02caaec832554cef17440a33069bbdf10e2f8 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 7 09:34:58 2011 -0700 Refactoring Router. commit 775f11e09b192163a172aeeb4ac1b18342df1941 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 7 09:24:40 2011 -0700 Refactoring Route\Finder. commit 0767fa50276240047a1747163b2368afb0250a95 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 7 09:17:31 2011 -0700 Remove comment bloat from Route\Finder. commit 1a4a7cbbab97cea7056de8d5093c6df6cc0ead03 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 7 09:12:20 2011 -0700 Make the Router::load method public. commit c2e1ef68ad5e890a05925334aec8dccea6424f46 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 7 09:09:20 2011 -0700 Refactor Router class, deprecate Route\Loader and Route\Parser. commit c1e2f3cf909edd6070990715d4e9753acddd5e9a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 7 08:59:46 2011 -0700 Remove comment bloat from Route\Loader class. commit 0d48fba1be011788be6b10835118524e37f40b00 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 7 08:57:30 2011 -0700 Remove comment bloat from Route\Finder class. commit ae9824f80b5e8dc66fa991c9eb37bb95c38d69f1 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 7 08:53:05 2011 -0700 Remove comment bloat from Route\Filter class. commit a5af988d53764d39bf1f59a6fb93baee1c4d6e85 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 7 08:51:52 2011 -0700 Remove comment bloat from dynamic query builder. commit 34605ad49d9f3a7525725d5725deccf3b9bf9491 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 7 08:49:59 2011 -0700 Remove comment bloat from Eloquent hydrator. commit bc8c0f2cc76ac0f1c3a8ab56687fac7692bc6d5e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 7 08:45:37 2011 -0700 Refactor Query class. Remove comment bloat. commit 98a691fa58640df321f12b8bf67a705f2d474312 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 7 08:28:42 2011 -0700 Remove comment bloat from Eloquent. commit 60e3526313c5bab6dd85e19972ede9119013fac6 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 7 08:15:18 2011 -0700 Refactor DB\Connector class. commit 9454927bd31a38bed6ea92f21f11d2c5b52fc297 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 7 08:04:29 2011 -0700 Added Cache::maybe method. commit 1d96b96828c8f5d2675eca8d1924c04240d7b246 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 7 07:42:06 2011 -0700 Force memcached cache driver to return null as default. commit a29e76f27bd4296d74b755928800565426856068 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 7 07:41:39 2011 -0700 Force File cache driver to return null when items are expired. commit 577066e07e1a2eeec5746ad1cba9521451147727 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 7 07:40:42 2011 -0700 Tweak file cache driver to return null as default. commit 9927e3ed4e0a9c8602d0249fba61fd606fa792d0 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 7 07:39:48 2011 -0700 Tweak APC cache driver to return null for default value. commit 3eeb69d1bf642eb35883e60362ff373d0783601a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 7 07:39:26 2011 -0700 Remove default value from cache driver interface. commit aaae1acb34462ad1fcbc153a24423d1f454e931b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 7 07:38:59 2011 -0700 Refactor cache class. Fix driver instantiation bug. Allow closures as default parameter. commit 715bed748d7a9781a735b609ce9f6ff227709220 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 7 07:29:16 2011 -0700 Add support for closures to File cache driver. commit ac38876e347be83f3114c69677f1ff795da10304 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 7 07:28:03 2011 -0700 Add support for closures in APC cache driver. commit 4a4a79ce3434343b98093d4be448fc1e9e3f3e6f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 7 07:24:28 2011 -0700 Remove comment bloat from Validator class. commit 42cff59a7d28e1066d94ee297ea779d7fcb9a2a0 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 7 07:22:50 2011 -0700 Remove comment bloat from View class. commit 2f999397e3355e33337dd8dec5a3c170c42a0e65 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 7 07:21:15 2011 -0700 Trim comment bloat from URL class. commit a2406c017486019ab992d68b921d3202b7626284 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 7 07:18:45 2011 -0700 Trim comment bloat in Text class. commit 5755fdaba0ba5206aef97cadeb80c26c99d02235 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 7 07:16:20 2011 -0700 Refactor Str::pool method. commit c50246c694a90fea441a9cda02087cb8d91fb649 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jul 7 07:14:57 2011 -0700 Refactoring Str class. commit 607b23b74213a63f6cc363be39794faee78c5160 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jul 6 15:07:18 2011 -0700 Refactoring Session class. Trimmed comment bloat. Added support for closures on Session::get default value. commit 881d7f78a1becf9ac68da1454ef86332ff51477c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jul 6 15:03:51 2011 -0700 Trim comment bloat from Router class. commit cf8e5e2f801f01e2f29947cae85e29e553302f2e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jul 6 15:02:01 2011 -0700 Trim comment bloat from Route class. commit e334fd80b6167c48f26ec82b6abc993b0c0635dc Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jul 6 14:59:53 2011 -0700 Trim comment bloat on Response class. commit 37927ee44b808ab7626cf8f190adbf20692c6acf Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jul 6 14:58:29 2011 -0700 Refactoring Request::remove_from_uri method. commit b1342a592884a4050324fa8468561909e639e51f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jul 6 14:57:10 2011 -0700 Refactoring the Request class. commit af7ba04628a676b0335ec99819b8af91967fbcff Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jul 6 14:50:48 2011 -0700 Trimming comment bloat in Redirect class. commit 31e4b7a407643d11c21657504810d966ff6c1a64 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jul 6 14:50:05 2011 -0700 Trimming comment bloat in Memcached class. commit 5114f2ee876ec04255b417b470c8f524f657054e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jul 6 14:49:18 2011 -0700 Trimming comment bloat in Log class. commit 5643daa66c4d98afe1d96143ffc31d36d0bb0012 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jul 6 14:45:08 2011 -0700 Refactor Lang class. commit e2973e565d8b1b72ad77a0a803b629cb9ed009a7 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jul 6 14:37:59 2011 -0700 Allow closures as Config default. commit 57f61dc54ced85b147cdb8c605f869f81af6eb4b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jul 6 14:36:10 2011 -0700 Formatting Input class. commit 2a1c01f1c90315ef0111ff2afcff7464d73a2107 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jul 6 14:29:48 2011 -0700 Cleaning up HTML class bloat. commit 28d11f15bb0abb50c439755f6b6265c39d7b875d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jul 6 14:26:04 2011 -0700 Refactoring Hash class. commit 77c23c4665aa3723540e967476aac6d5b8f93d3e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jul 6 14:19:18 2011 -0700 Trim bloat from Form class. commit fa0e6c8db116c904233aea00b104524d85adee2f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jul 6 14:13:57 2011 -0700 Trimming comment bloat from Error class. commit 014c2ebf6691686d686a99fbee2af3adc41cdd05 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jul 6 14:11:44 2011 -0700 Removing comment bloat from DB class. commit 3c7dd2822b2a745725f8c2d70b07167d006498d6 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jul 6 14:08:50 2011 -0700 Trimming comment bloat in Crypt class. commit e5beda1d5b276e476e20710733f2613dca1e44ee Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jul 6 14:05:16 2011 -0700 Converted Session class to use Cookie::put. commit 65bbea81fdc267d2e6734d74cb764054ebdec73a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jul 6 14:04:48 2011 -0700 Put the Cookie class on a diet. commit d1f1c367e2763732c957181e7eed229cc1554506 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jul 6 14:00:20 2011 -0700 Formatting Cache class. commit 45333c57430faea49fd92b5b482dc446683bfb72 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jul 6 13:53:25 2011 -0700 Formatting Config class. commit 48acf1d27363acf92eceb46850717fcc4cc9a7e0 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jul 6 13:53:00 2011 -0700 Refactoring Config class to use Arr. Removed unnecessary comments. commit 3015f24e7a79fa945e0d8bfebdfd6606a0574dde Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jul 6 13:52:11 2011 -0700 Added arr.php to front controller includes. commit 65ffe0b6103fe93a1a19f471405d6530379e9887 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jul 6 13:45:03 2011 -0700 Added support for closures as Arr::get default parameter. commit 1e84c8901a8e29e6ec33860bc036fcff70526cf7 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jul 6 13:40:34 2011 -0700 Formatting Cache class. commit a3401d52474ec5fab2426310cf4a4c8b9f59b456 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jul 6 13:40:03 2011 -0700 Cleaning up Cache class. commit 39d3ccb8f01afbd7476b76ebc7d6a6c9801c7249 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jul 6 13:37:59 2011 -0700 Refactoring / comment clean-up on Auth class. commit 6fc0770bcee09045366c61afcf442337a98e44b2 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jul 6 13:35:59 2011 -0700 Continuing to clean up Input class. commit 0e02a8a53df9a11d8fa88ca5ebfde8615e96605e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jul 6 13:34:55 2011 -0700 Remove unnecessary comments from Input class. commit 629122a5a965b0734251494f54ce57fac0e8f09e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jul 6 11:24:14 2011 -0700 Remove usage of Arr from Cookie class. commit 1a82d9c54fb1c08e6a28d90576e3026d8d5bb431 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jul 6 11:23:14 2011 -0700 Removed usage of Arr from Request class. commit f8b12b5daa12994b00392d74c841f8f11c443dda Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jul 6 11:19:04 2011 -0700 Added support for retrieving specific elements from the Input::file method. Ex: Input::file('picture.size')... commit 622635d5cfe35f77638d4958535f303b6640cc25 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jul 5 09:54:31 2011 -0700 Fixed typo in Query::select comment. commit c480e19b6c3e6189eded303deb2fdc7da488a644 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jul 5 09:49:38 2011 -0700 Added better support for aliases column to Query class. commit 4ace7c8f80514b4b646c7d952eb2e4193480a436 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jul 5 08:29:03 2011 -0700 Cleaning up Config class comments. commit 64704cf5c46539688e473dc41b2dc625e2d2bb9b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jul 5 06:58:27 2011 -0700 Added comments to HTML class. commit 181237e9efa2201cb6d5d51da62173350911eb6b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jul 5 06:57:42 2011 -0700 Refactoring Form class. commit a4ca806081c7b81f4224a1d5b9b2360b9ab3fab3 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jul 3 15:34:31 2011 -0500 removed spaces and br function from html class. commit c3f418b13c25c065e6da621d2e8f7edb5d568af7 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jul 3 13:03:00 2011 -0500 cleaning up form class. commit c3ea6e656d1bd4d6c51a9d08f45354ccb0f2cac0 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jul 3 12:58:41 2011 -0500 adding some comments to the form class. commit 1375ff98f218248e889d8613f7f1f5b7e2690648 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jul 3 12:55:23 2011 -0500 cleaning up form class. commit 4fe64b3a73f26e8f90db1b9e435dbb44b7d2fc07 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jul 3 12:51:11 2011 -0500 remove broken link from routes file. commit f7dcb057990b1f00051729f4d0ebb09253e9255f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jul 2 08:51:14 2011 -0500 added more html5 form elements. commit 2da478cc38d304ca27a7e0506e68df90ce54cd87 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jul 2 08:43:12 2011 -0500 added more html5 form elements. commit cd33e81702bf5adfc2a20f8e72dcf2c7bf2ee59c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jul 2 07:37:37 2011 -0500 added several of the new html5 form elements. added support for attributes such as required, autofocus, etc. commit a9029ddfe9dac9fc59f93abbdb93b7e228fafe9b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jul 2 07:17:17 2011 -0500 change form and html class to use html5 style elements. commit 4e4ca091d96127751e81dca6e674468c9feb1854 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 1 06:18:15 2011 -0700 Fix link to documentation on welcome page. commit f9185ead4bcd7a5bb930bf5d825f4d6adaae3299 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jul 1 06:17:51 2011 -0700 Fix link to documentation on welcome page. commit 067bfed6107070731b10b917971c89732a024d73 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jun 30 19:27:49 2011 -0500 incremented version to 1.1.1 commit 9dbcca0e39d97f79d2839910a52c688d3ddfa6d4 Merge: fe28fbba 0013e5bc Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jun 30 19:25:56 2011 -0500 Merge branch 'develop' commit 0013e5bcbe44cf04cbc005c3e5bdbd2a082dd309 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jun 30 13:46:11 2011 -0700 Fixed bug in validator message handling for empty file uploads. commit cbf2399ab86e0c122ada5b8b93d812e681ca3f38 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jun 30 13:36:39 2011 -0700 Default Validator target to Input data. commit fe28fbba0dea1db50783986a7695c040f3cfa39f Merge: dead6c0a 21f33bb4 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jun 30 12:28:16 2011 -0500 Merge branch 'develop' commit 21f33bb46d1d90b6b1521749a5a274f1dc6b472a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jun 30 09:41:58 2011 -0700 Tweaking built-in validation messages. commit e2f382545b8f2e824ffe13a9923c93a4062d0333 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jun 30 09:24:19 2011 -0700 Removed Download class from aliases configuration. commit 4d98a5e409a93d28be6eff24518316f17d6b40b2 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jun 30 08:26:14 2011 -0700 Incremented version number. commit d0a716b8105dcdd0c17e0cc7a431355d688ad788 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jun 30 08:24:42 2011 -0700 Edited readme.md. commit 8d3998035f770fb2bc46499cf1fe4363dd63bb65 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jun 30 08:23:49 2011 -0700 Improved readme.md. commit 87ec697f2d70f56bbf0b7c82fb43a4e56fedfec3 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jun 30 07:45:38 2011 -0700 Refactoring dynamic redirects to routes. commit c7e7d64545a7739af4bcd252d2b82ba51463060f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jun 30 07:45:05 2011 -0700 Refactoring dynamic URLs to routes. commit 553f377ed0f1981cfd3735de1020d164e3c60914 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jun 30 07:39:27 2011 -0700 Adjusted signature for dynamic route URL creation. commit 6af79d8bdb2e639bc2a9c960c06b1b5c913d284f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jun 30 07:31:57 2011 -0700 Added ability to dynamically create links to named routes using the HTML class. commit b90c6ddcc547d81356341c44be61f97ce350d5b6 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jun 29 14:19:06 2011 -0700 Fixing tabbing on HTML::entities method. commit 4f73200675a4090223777c96a62c283b45b44471 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jun 28 23:26:42 2011 -0500 moved route filter to route directory. commit de6312ccf94a588a63a2af7b2a7c9b2584949927 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jun 28 22:47:44 2011 -0500 adjusted route/loader comments. commit cd903fc0ceafa562b7496481468cb06f680be03c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jun 28 20:11:05 2011 -0500 tweaked uri determination. commit e452bbdf3a5cbf72670bd2bef2d35620c07a6444 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jun 28 15:01:15 2011 -0700 Fixed return type of Eloquent delete method. commit b7997a95ba59c42d765ba6ad0aacaeea93725759 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jun 28 13:11:41 2011 -0700 Tweaked request URI determination. commit 1aa86d0798fe08af04c283f4f627294783a44606 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jun 28 12:21:21 2011 -0500 improved performance. added support for database ports. commit fef1809982e2b6fb726168f25192f9a084f44748 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jun 27 21:08:49 2011 -0500 fix syntax error in upload_of... add types to file_wrong_type lang message. commit 2c4e8075259de224eac3c173db8588bdc030edcd Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jun 27 20:53:22 2011 -0500 removed .gitignore from validation lang. commit 260f99739474b513b27c47d5b94f7eab1ab243ae Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jun 27 20:51:38 2011 -0500 added comments to validation lang. commit d51be02dd2e1260294c9140651788774c1c0b9c9 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jun 27 17:33:07 2011 -0500 enhanced validation, added mimes config array. commit bd3d8f634753865b6eb2f79cdd50cfee36c4b34f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jun 26 16:17:41 2011 -0500 added error type to validation rule. commit 2289570c9591d661eeb8a0d64a5f0b2cce3ca12e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jun 26 14:52:14 2011 -0500 fixed exception message in validation/rule. commit 8770d0aea1e95feb5a8ddfba3e12cb073b73274f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jun 26 12:28:48 2011 -0500 tweaked File::is method. commit 6f5aca8d48f7a84b4c931ee3734b01052a0d325e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jun 26 12:26:15 2011 -0500 added File::is method for accurately determining file type. commit 8ccf789b0170324dc5a7b64c23d2ed507a788079 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jun 26 11:59:51 2011 -0500 added mime types, tweaked File::method to return first mime type. commit 567da2419f886d71fa95f42b34aa46eddfa6091b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jun 26 09:19:54 2011 -0500 added Form::open_multipart and tweaked Upload_of rule. commit dc01b3c26e39696f344d1f2dc04aa6b3923f4f8e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jun 26 09:10:11 2011 -0500 added default value to Input::file and defaulted Validator::make. commit 9f7da5cb396cb2059e5dadcf0a41af33bea3217c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jun 26 09:04:40 2011 -0500 added methods for upload_of. commit ee4dd5e987befb0001ab1eb438f8ba2292390895 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jun 26 08:48:12 2011 -0500 tweaked File::upload. commit 650563834ee38c08e4342d56477a761a58d95cd8 Merge: abfaeaff e0cb6e6a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jun 26 08:45:14 2011 -0500 Merge branch 'develop' of github.com:taylorotwell/laravel into develop commit e0cb6e6aba0725e9e742c859ced8ef24b186c125 Merge: 0b7dbab0 6410e833 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jun 26 06:44:56 2011 -0700 Merge pull request #18 from mikelbring/develop Created File::upload() commit abfaeaff4d8a6874fd92030afb8a0f0134854fb4 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jun 26 08:44:31 2011 -0500 added upload_of validation rule. commit 6410e83377fc07fcae1e75f1ba838d86dd2ed774 Author: Michael Hasselbring <mikelbring@gmail.com> Date: Sat Jun 25 23:35:38 2011 -0500 Created File::upload() commit 0b7dbab0aff1271ac1097f8751fd8521309ce6e6 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jun 25 20:20:09 2011 -0500 adjusted method order in request class. commit b7b258a10b8388f24ce9af56acefd4e1b45f649f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jun 25 20:05:20 2011 -0500 removed error collector bloat, switched to plain array. thanks mikelbring. commit 4a5190dfd9b73abc25346bb75d4548bad3a2b348 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jun 24 23:42:53 2011 -0500 changed loader to search in libraries instead of packages. commit 8770473fd7c92d79a7abca72717fb4609a03b72b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jun 24 23:12:34 2011 -0500 removed package class, added package_path constant. commit 6cb5af30244feef7c09db31abd063fae0d9233da Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jun 24 23:08:09 2011 -0500 added libraries directory and package class. commit 739068b00d8ff40992c0fe759c071cc7391cf311 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jun 24 23:03:22 2011 -0500 moved cache, db, logs, and sessions to the storage directory. commit 3985a98f60df7aaec99a5aafb4ca48fac6410071 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jun 24 11:33:42 2011 -0700 Added Eloquent::all(). commit a97b8b7fdaeccb7dcd85df001d009dd95565f1f9 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jun 22 21:30:48 2011 -0500 added exception for wrong number of parameters to dynamic finders. commit 319dcbe777239f5edfc8cc7938e2540709790b66 Merge: 3392971c d7aca820 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jun 22 21:12:04 2011 -0500 Merge branch 'develop' of github.com:taylorotwell/laravel into develop commit 3392971ce5b390a6488a783547a03d6e37e3b003 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jun 22 21:11:35 2011 -0500 added dynamic finders to fluent query builder and eloquent. commit d7aca820e521f716d18e54f33e01c466998a9ad8 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jun 22 10:39:52 2011 -0700 Clarified comments in Eloquent\Hydrator. commit dbeb2f4ddb6f54a37505807e3f9a0e54bfeaa027 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jun 22 07:27:11 2011 -0700 Improving view class comments. commit 9f5367f32bc3564b1ddcf9398b69d2085c934352 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jun 22 07:26:35 2011 -0700 Improving view class comments. commit ef2d2d85ff4a2b26446d63306c92e028b424cf73 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jun 22 07:09:02 2011 -0700 Improving validation code and comments. commit 4d892ad3acf22c885b03bd040fad0c743f5fb7ee Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jun 22 07:07:49 2011 -0700 Improving validation code and comments. commit 5956b90735826172e1ace2fe44a8ea75134a3ff8 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jun 22 07:06:03 2011 -0700 Improving validation code and comments. commit 9d8c5d358777d312f87decbd6bc19ce43427fbee Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jun 22 07:03:36 2011 -0700 Improving validation code and comments. commit 72c3f1859fa9800bd65b202d7bb48a9583312910 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jun 22 07:02:19 2011 -0700 Improving validation code and comments. commit 56e500419cbb520313ff01df533efa18fd383af1 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jun 22 06:55:58 2011 -0700 Improving validation code and comments. commit a536ceae72d1a24b130c60c4b8692a344a55507a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jun 22 06:52:10 2011 -0700 Added default value to Lang::line()->get(). commit eb3a5b0dc932003933073fb645194554fc405dd8 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jun 22 06:43:48 2011 -0700 Improving validation code and comments. commit 3b63335c955ec1e6ad0fe8120f4d5a6fbc0d0928 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jun 21 23:19:37 2011 -0500 added apc session driver. commit 24c2344ae4a16a11b62faeae4fcb1e49ed71be0a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jun 21 22:50:09 2011 -0500 removed called to eloquent in uniqueness_of. commit 7f8c6863603951ba245853a9f8de821d9852e60c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jun 21 22:47:25 2011 -0500 import lang class into validation rule. commit 0d10ab740b64d5491aaf73f08cf6b21bec38f849 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jun 21 22:34:53 2011 -0500 changes to view class to have error collector. commit 78301fb8c7ee10a3bb0d67ac911c56ba3d42ec96 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jun 21 22:22:52 2011 -0500 fixed bugs in validation classes. commit 471ba2f8ae8a1b4299f45b237cabec1a5eb27822 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jun 21 20:22:52 2011 -0500 added validator to aliases. commit 9b8942fa1d54cc31d5503e5e40f8518a17edbf3e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jun 21 20:14:40 2011 -0500 fixed equality check in validator. commit 081a3e512f2720e2b062cd07ced3e3efffefbd37 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jun 21 20:11:17 2011 -0500 initial commit of validation classes. commit adb583471b01475bc3d8ced119af71da3074c691 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jun 21 19:44:04 2011 -0500 added Config::has and default value for Config::get. commit fcdcc656b45e24c7c031dadf05422fa9cbafca48 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jun 21 13:14:54 2011 -0700 Add exception for SQLite databases that can't be found. commit dbc418c0d78b2d02cd1dfe8fe01369506095d4f2 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jun 19 22:49:01 2011 -0500 changed Request::is to Request::route_is. commit 2b4093f7a5af2eb28d8059d73f37ab2dce8fe257 Merge: 1ff5f845 c77e8c5a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jun 19 13:15:26 2011 -0700 Merge pull request #16 from michaelowens/develop Fixed typo in View alias. commit c77e8c5a36a5884c1f13b38ef4b81e943bea54a4 Author: michaelowens <michaelowensnl@gmail.com> Date: Sun Jun 19 11:50:56 2011 -0700 Fixed typo in View alias (missing backslash). commit 1ff5f8454585722fe7022291498237c66bea7068 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jun 18 19:49:29 2011 -0500 added apc driver notes in cache configuration file. commit ab3be568ea52e0117da9adf2496ada7929ec053c Merge: fcd6cd77 2a2f6991 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jun 18 17:44:50 2011 -0700 Merge pull request #15 from toszcze/apc Added APC cache driver. commit 2a2f699169eeec7ca7427a186db8cc1af07fbc67 Author: Bartosz Romanowski <toszcze@gmail.com> Date: Sun Jun 19 00:12:05 2011 +0200 Added the cache key to avoid cache overwritting commit dead6c0a7b09572a3bda5a6e7672040459f879f7 Merge: 4f361a1b fcd6cd77 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jun 18 16:50:57 2011 -0500 Merge branch 'develop' commit 4f361a1b379ea883b750909a4ecc366f8595bb94 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jun 18 16:47:38 2011 -0500 fixed messed up cache driver commit. commit fcd6cd77efe26f94d4a9c42173d60adcc524c0ed Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jun 18 16:44:34 2011 -0500 fixed messed up commit of file cache driver. commit b031fdf43d475ec81fa367ed08da4ae2df41d629 Author: Bartosz Romanowski <toszcze@gmail.com> Date: Sat Jun 18 23:01:52 2011 +0200 APC cache driver commit a3a936870799ceac09c412117689db1a4e8533a3 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jun 18 12:00:52 2011 -0500 added dynamic Request::is_ method.. e.g. Request::is_login(). commit 7f06e0f4cd3bc12c20d3ecd5ab2b82c9999ce228 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jun 18 10:38:56 2011 -0500 added request::is. commit 396d1487209a8d5bf7d7f6ac24b68bb4cdf7cdf7 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jun 18 10:26:04 2011 -0500 added is method, improved comments. commit c972fe198b798226e98acc356efbcfd3fd3af43d Merge: 8a4db9ff d446ccc8 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jun 18 10:18:33 2011 -0500 Merge remote-tracking branch 'pedroborges/develop' into request_is commit 8a4db9ff2dc8ffce7b14a3465248480bc12fcdb3 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jun 18 10:02:18 2011 -0500 fixed attribute setting bug in hydrator. commit d446ccc82fe63481a08d0f4f5041f423db52e06d Author: Pedro Borges <wave@pedroborg.es> Date: Sat Jun 18 11:54:59 2011 -0300 Added the method 'is' to request.php commit c751844aab1b53e66fa43a7bf5a275f4296a6725 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jun 18 09:54:50 2011 -0500 fixed belongs_to eager loading bug when parent does not exist. commit 8f8c5f6dd4ff52f78191211ca00d79d0049b80e0 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jun 18 09:34:52 2011 -0500 fix bug in route loader that caused exception to be thrown when 404 should have been shown. commit 150fa6a3ac91059456fabf158981f998a6403d33 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jun 17 15:03:20 2011 -0700 Lazy-load error class inside of error handlers. Speed boost! commit 90fadb2980e424167e0c1ece42bbacafb52c5135 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jun 17 14:53:41 2011 -0700 Fixing spacing in Eloquent\Hydrator. commit 21c124948407f2e291d16a599660cb57e44871d9 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jun 17 14:52:33 2011 -0700 Fixing spacing in Eloquent. commit e3ffb3f1713a813473279c374c45ae6557896ffa Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jun 17 14:50:07 2011 -0700 Refactoring Eloquent\Hydrator. commit eaaac620a0b763980b0878638704fd443500f1d9 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jun 17 14:47:45 2011 -0700 Refactoring System\DB\Eloquent. commit 8c0dfffa34b4f2443e59faa5a8a5c70c62bedc0f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jun 17 13:38:16 2011 -0700 Add PHPDoc to delete method in Eloquent. commit 43f196878c9145d39c81847a2ce3cbd8b227e1a4 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jun 17 13:36:57 2011 -0700 Improved comments in System\DB\Eloquent. commit 5bfbfe42431b8b659c085e7c42909de2f9155716 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jun 17 13:09:50 2011 -0700 Refactoring System\DB\Query. commit 2f7fa6687cfb3108598f43478e9b7b3bb9b65c60 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jun 17 12:33:50 2011 -0700 Added "driver" method to System\DB. commit 0f8f3f347c59b87ad8018d2365cce44ac81edd0b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jun 17 11:56:13 2011 -0700 Refactor Query\Compiler. commit 00fcaf2be9dbdb9de5ae474754eaf60770c71739 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jun 17 11:51:53 2011 -0700 Improve comments in DB\Connector. commit 1e57baf923e63e0db4366a309b2d6cf6d2e6912d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jun 17 11:47:37 2011 -0700 Refactor database session driver. commit 89239abd9e1b2168fe2fc69908e89357024eeb8b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jun 17 11:43:18 2011 -0700 Take extra junk out of Route\Parser comments. commit c55b4c5b7b46b6fdc8567fa858237b30b517ff15 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jun 17 11:42:24 2011 -0700 Improve comments in Route\Parser. commit 253e529c411f43df779b585bbdb15f0ef0187ca7 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jun 17 11:37:26 2011 -0700 Fix typo in Route\Finder comment. commit ad3f98db6b3c7f67ca89f6aa63a2d39571a7837b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jun 17 11:30:30 2011 -0700 Improve comments in Route\Finder. commit 7ce9c6f2703421b8a4c1363004d85b7730ec22aa Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jun 17 11:21:42 2011 -0700 Improved comments in memcached cache driver. commit 55e1055dd799a1b59ee4b1843217f1cde6aba69a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jun 17 11:21:09 2011 -0700 Improved comments in file cache driver. commit 0ee42396139740a163acb2b2cb549fbe38e962e2 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jun 17 11:16:45 2011 -0700 Tweaked Input::has to check for empty strings. Deprecated Input::filled. commit 6c6dac3579b37c95b8cece32b87cbcab307bbac2 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jun 17 12:23:26 2011 -0500 deprecated download class. added methods to file class. tweaked log class. tweaked input class. commit fe101766947fd228fd029635cdbbf71c945bf9fb Merge: 1f748e7f 8e9f16bd Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jun 17 06:15:00 2011 -0700 Merge pull request #13 from mikelbring/develop Moved all download methods to file, deprecated Download::file commit 8e9f16bd391ad202d3331620dc87e878b4116c30 Author: Michael Hasselbring <mikelbring@gmail.com> Date: Fri Jun 17 00:42:23 2011 -0500 Moved all download methods to file, deprecated Download::file commit 1f748e7f6422653bb4fbc6faa06615ef7f3d5415 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jun 17 00:17:51 2011 -0500 minor tweaks to spacing. commit fd26c5d5920f6c1649191d2f656a4aab528a480a Merge: bc8fa357 c4639524 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jun 17 00:17:04 2011 -0500 Merge branch 'develop' of github.com:taylorotwell/laravel into develop commit bc8fa3570e6854cff7283940a8181ceb6781aaf4 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jun 17 00:16:55 2011 -0500 fixed bug in route parameterizer. commit c4639524d09982a041234f3897da4fd0814a63e1 Merge: 5c275db6 4d7794c2 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jun 16 22:07:36 2011 -0700 Merge pull request #12 from mikelbring/develop Created file class with File::extension method commit 3408bb8492ef49f2666074a35d33fddb4348f476 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jun 17 00:02:24 2011 -0500 overall code refactoring, comment improvement. commit 4d7794c2ca40a8910873c63f03baa4edfbcb5839 Author: Michael Hasselbring <mikelbring@gmail.com> Date: Thu Jun 16 23:51:28 2011 -0500 Created file class with File::extension method, added File to aliases under application commit 5c275db6f446ed17c332e5ab02f94979208bdc2a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jun 16 22:45:33 2011 -0500 tweaking has methods. commit 73d8e2f2fab62207c9264f2f3d09cb6bcbfc88f0 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jun 16 22:27:57 2011 -0500 fixed arr::get argument order. commit d802ae838678713df55931b0a1758260e9fc6f4a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jun 16 22:25:57 2011 -0500 added arr class and tweaked input class. commit 3038ed7a49a640e08b0ce1fb3ea7134898199a7f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jun 16 21:55:02 2011 -0500 fix view handling to properly catch exceptions when rendering. commit 4669911d618daf7f1c3742e509838cba2d3c01ee Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jun 16 21:27:14 2011 -0500 fixed bug in html link methods. commit bf44ce81d7c081a6b37be4eeb6bd4924df07a874 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jun 16 21:25:24 2011 -0500 added asset links and improved html class. commit 868a33fb9cc3d70b337264ba005f16ab306cd9ed Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jun 16 21:10:28 2011 -0500 remove error method call in welcome view. commit ae09e5e99bf3efc66a956599e538a06751677464 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jun 16 21:09:39 2011 -0500 extract id assignment to method. commit 7f3baf9742e61d68b3be3ca0b4f13c6b176c1429 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jun 16 21:03:53 2011 -0500 improve comments in filter class. commit c8be377d5abbfc5ae1fd0db6ad80b1a7cfb2aba6 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jun 16 21:03:23 2011 -0500 check for strict false in config class. commit 9e8f5d57c1e113dac7a37aeffd05c54c6b284dd3 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jun 16 21:01:55 2011 -0500 tweaking config class comments. commit ee307657d3a26ba3b825aa55972628eac9f4a65c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jun 16 21:00:27 2011 -0500 improve error class comments. commit 26ff78da84041134ee05ec9015c7a82d3128a3ba Merge: f044b429 78037082 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jun 16 20:44:21 2011 -0500 Merge branch 'develop' of github.com:taylorotwell/laravel into develop commit 780370826a2dba4d5fd67e44da5d17a5475c448c Merge: 825ac35a 2b659dfa Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jun 16 18:44:05 2011 -0700 Merge pull request #11 from mikelbring/develop Load a config file with out a key commit f044b429e37f1aa7676797b4c22a1bc8f300095f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jun 16 20:40:30 2011 -0500 improved comments to download class. commit 2b659dfae941a83be2d09c9e00f505e44c9492f6 Author: Michael Hasselbring <mikelbring@gmail.com> Date: Thu Jun 16 20:38:22 2011 -0500 ability to load a config file with out a key commit ebf89b721101fd0e1d4e1938713252e50d0bd612 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jun 16 20:36:04 2011 -0500 improve db class comments. commit 825ac35a47d410f53a8bf1ca09bac55651e11197 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jun 16 20:33:15 2011 -0500 improve crypt class comments. commit fb66bf532d276ff541ae7885c669ef85e67b803d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jun 16 20:29:21 2011 -0500 improve cookie class comments. commit df235f3fb76dde15ecc5fb64d5166b8b117bec60 Merge: 5a4e6ebc 65b0068d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jun 16 20:21:44 2011 -0500 Merge branch 'develop' of github.com:taylorotwell/laravel into develop commit 5a4e6ebc75aecade44ccf2e13227fcba1636fbed Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jun 16 20:21:23 2011 -0500 improved comments in config class. commit 65b0068d38c8e01260f351ba615d593d10a8d873 Merge: e467c831 79c09381 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jun 16 18:17:57 2011 -0700 Merge pull request #10 from mikelbring/develop added PUBLIC_PATH commit 79c09381cb743daf64f8b95c22ca330f67630cf6 Author: Michael Hasselbring <mikelbring@gmail.com> Date: Thu Jun 16 20:09:50 2011 -0500 added PUBLIC_PATH commit e467c831ccf37e02245e38ec3cb2e51909453bf9 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jun 16 19:58:14 2011 -0500 improve cache class documentation. commit 72e7275fe06be03a324afeb17e6fea910148dd38 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jun 16 19:52:43 2011 -0500 throw exception in benchmark class if one has not been defined. commit ab089872476248eace8080cb11dfae22312b038d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jun 16 19:51:32 2011 -0500 improving auth class comments. commit f841e5d289655a11afedaa6a3f1893c316256580 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jun 16 09:08:47 2011 -0700 One more fix to URL slash handling! :) commit 5ad4943eddcb63906647b30cac5653e35571a150 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jun 16 07:34:08 2011 -0700 Fix slash handling in URL class. commit ac7a77ffeba496a0be602de7bb762b1ebacacbba Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jun 16 07:24:46 2011 -0700 Fixed comment on application.url. commit 825be5be7799031c32ca71048f0dd90fe88d6223 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jun 16 07:23:53 2011 -0700 Updated URL class to use application.index. commit 5659532d6e1a8ef3df6760cfec0f9f94a3ad19e1 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jun 16 07:23:26 2011 -0700 Added application.index to configuration file. commit bd3b5f18001367e2f46290a7240567768d27b2c3 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jun 16 07:22:49 2011 -0700 Improved URI detection. commit 9b9a8803264a53303d2f71fbf03e0da13b46ec39 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jun 16 06:17:29 2011 -0700 Clean up request::uri method. commit dae7912c40209d49fe103e81b8821a04bc669fd0 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jun 16 07:35:06 2011 -0500 fixed request uri determination bug. commit 1c694915e5238d69ef3180e33f871355e6877a81 Merge: f6ea2676 04fb8136 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jun 15 23:40:08 2011 -0500 merging develop. commit 04fb81367fd98c5eda0009b22b4202f6694ab388 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jun 15 23:29:56 2011 -0500 added support for alpha only random strings in Str::random. commit 5ddab2bf9666d46c1b2dd034275041d3c29d827c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jun 15 23:21:51 2011 -0500 fixed typo in form class. commit cd7e1eb6645f603aae157f9c24c6bae6667191f8 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jun 15 13:43:09 2011 -0700 Added missing paren from previous commit. commit 2413b9cc630ac616231ea4587fbfd3fd86922134 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jun 15 13:42:01 2011 -0700 Fixed bug in route finder. commit 324845a855d9506a14a2d823c71274eafe966049 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jun 15 12:42:52 2011 -0700 Added Input::filled, Input::had, and Input::was_filled. commit f6ea2676f397c3673150246c0b5654404c153d1b Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jun 15 12:41:35 2011 -0700 Added Input::filled, Input::had, and Input::was_filled. commit 52390c4a63f1a1d48b01a0fae24127d2f7658fec Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jun 15 11:34:09 2011 -0700 Added ability to pass multiple items to Input::has_old. commit 65dca2493926b569a3323aeb8b5e4b817dcd46db Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jun 15 11:22:40 2011 -0700 Added ability to pass multiple parameters to Cookie::has. commit 55eb2ecb086cf72965f107c46d41b19e00e2aaad Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jun 15 11:21:39 2011 -0700 Fixed parameters on Session::has. commit 525f53b54c0b60c19bde9a05d0c5f7f7949b9eaf Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jun 15 11:19:52 2011 -0700 Fix formatting on Session::has method. commit 2ef32608f23552e326cb2d45df139a1990d93714 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jun 15 11:17:47 2011 -0700 Allow multiple items to be passed to Session::has. commit f48d76abcaace996a7cf6698e3eb23145e5fadd5 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jun 15 11:07:54 2011 -0700 Fix bug in session garbage collection. commit f00f3d5ea1e1db51a9c81b783ae3b7992828d5b4 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jun 15 10:49:33 2011 -0700 removed extraneous comment from Input class. commit aee154c12fcbd13937fd2e2008f2eed16bf8d6b9 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jun 15 10:48:57 2011 -0700 Tweaked Input::has method to accept multiple arguments and to return false if an argument is an empty string. commit 5a0a230b3dffb90f8b369c1211b76b3421c71956 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jun 15 10:24:30 2011 -0700 Added ability to create cookies using properties. commit 92939a8a71d4e43aa0ecfe59e7ce450dbae41a7c Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jun 15 10:23:38 2011 -0700 Added ability to create cookies using properties. commit afd00260159c267a0831f5c7c00c1a7d43a62df4 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jun 15 10:22:58 2011 -0700 Edited session class to use new Cookie send method. commit 3cffaf589d5d1e3408312d5e4b6af26e987d90d6 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jun 15 06:25:44 2011 -0700 Changed (:any) wildcard to more restrictive. commit 0db0dadef71b2c0155f491cba5723bcb090e4efa Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jun 15 06:24:58 2011 -0700 Improve request URI determination. commit d380992aa7ffe97be2bf4c0b01563890477fe8a2 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jun 14 19:40:47 2011 -0500 incremented version. commit 34387fc4e9293c6683be2e1646746c558ec13ce3 Merge: 30c83f26 8161e2c7 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jun 14 17:28:13 2011 -0500 Merge branch 'develop' of github.com:taylorotwell/laravel into develop commit 30c83f265da82ee6256c0eda2495eca65536e5f0 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jun 14 17:27:11 2011 -0500 overall code refactoring. commit 8161e2c736c62adde8c653868a7855bf7564e0bb Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jun 14 11:14:15 2011 -0700 Moved Form::close next to Form::open. commit 59fa681de171b762dffed547ea11dcbb70b75144 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jun 14 11:13:32 2011 -0700 Fix tabs on Form close method. commit 80173d4848785a41d1e529c57c0c832c1c38ebc5 Merge: e87f7dc2 de16d5cf Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jun 14 11:00:12 2011 -0700 Merge pull request #4 from pedroborges/develop Added <label> element to form class. Input elements will automatically receive the ID of the corresponding label element if one exists. commit e87f7dc2f5fcfd211312fccc0fdfddf148a0cda5 Merge: af24e8db 1b620c59 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Tue Jun 14 10:59:15 2011 -0700 Merge pull request #5 from mikelbring/develop </form> in form class commit 1b620c5938f6a03c52e7fb5de445e129a36d32ef Author: Michael Hasselbring <hassm@pamt.com> Date: Tue Jun 14 11:46:43 2011 -0500 added PHP_EOL in close method commit 279983b0792075cf37289a2aeadcecf39773718c Author: Michael Hasselbring <hassm@pamt.com> Date: Tue Jun 14 10:27:05 2011 -0500 add form method to form commit de16d5cf017b8c10daaacc7d8b57bb136ce6501e Author: Pedro Borges <wave@pedroborg.es> Date: Tue Jun 14 12:09:32 2011 -0300 Fixed typo in a comment commit b4db6396ccc61f8bf136e907979a5d381c82c49f Author: Pedro Borges <wave@pedroborg.es> Date: Tue Jun 14 11:43:18 2011 -0300 Auto detect label and add id to field commit efb040c507f7c58641555272b4e89e58c4687557 Author: Pedro Borges <wave@pedroborg.es> Date: Tue Jun 14 10:20:44 2011 -0300 Added support for <label> element commit af24e8db45a024588eb2fadb1be82e586c9b2113 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jun 13 23:20:13 2011 -0500 adding some comments to the router class. commit fd42e0ca40ba256026ff2c8171952a752a2006b3 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jun 13 23:18:22 2011 -0500 moved route loading into separate function. commit 9cee4693711017def1c5141001d407c580fd850e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jun 13 22:09:34 2011 -0500 added support for overriding many-to-many table names. commit ae7114163a66c76c4dbb02e65042c484d77fd141 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jun 13 22:01:36 2011 -0500 syntax cleanup in eloquent warehouse. commit d2a74750c9b448676e53a3635eb37b0c89395d1f Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jun 13 21:45:22 2011 -0500 added support for organizing routes in a routes directory. commit 285cdcc8f2f93233bc3c33f9b551b4bfc04e7f42 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Mon Jun 13 21:34:53 2011 -0500 fixed bug when deleting eloquent models. commit 05b2e287701c293d25cb48f49240f559dc7c4ed2 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sun Jun 12 22:19:46 2011 -0500 added ability to specify foreign key for has_one and has_many relationships. commit 2bcf7ed327d0b38ad91dcdfcaf53e44d62181f6d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jun 11 23:17:37 2011 -0500 removed with method from view class. commit edbf7f3b0f898a0d3fdfa6f4ccc5341a4a5ce9dd Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jun 11 23:13:35 2011 -0500 added with method to view class. commit c05ccc5d490812b7ccdc5e6dead204f06b21c13e Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jun 11 21:30:19 2011 -0500 moved entities method to html class and added encoding configuration option. commit a77b6a9737dac033862802016c597f564dfba189 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Sat Jun 11 20:50:19 2011 -0500 changed loading of view to fix bug when binding content view data. commit c92bdea09178b60e26ffb60a7c4ac4658d52063c Merge: 6f1f5eed da9fcd69 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jun 10 22:46:39 2011 -0500 Merge branch 'master' into develop commit da9fcd6964c510c640eec4e1838211ca0375f976 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jun 10 22:45:39 2011 -0500 removed test class commit 6f1f5eed0dde057b84da4b3230666e68f3beab04 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jun 10 22:30:41 2011 -0500 allow literal path in sqlite database config. commit e85e8f957aef57ce3cffa6882c8170726ba13f4a Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jun 10 14:44:46 2011 -0700 Moved error class load up in front controller to match config and str loads. commit 3f04484b832af804ed2c2a51a81567bd3c0d4822 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jun 10 14:15:44 2011 -0700 Modified default .htaccess to be more consistent with other popular frameworks. commit 328b9fcb286ea3939d2bced0c9984faa301bb219 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jun 10 13:18:52 2011 -0700 Made the response headers public. commit b91930c592cd05131e0d4789efda568b76ea6466 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jun 10 12:19:19 2011 -0700 Fixed bug in Config::set method. commit c17e357fb6e2fa7c23a04665aa3a08dc5c08ac74 Merge: f7bb0c55 c07c0ee3 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jun 10 11:48:03 2011 -0700 Merge pull request #1 from hinathan/master Preload the System\Error class commit c07c0ee3debeb9a91ba147fcf7b828de2f192c75 Author: Nathan <nathan@Mew.local> Date: Fri Jun 10 11:37:22 2011 -0700 Preload error handler class commit f7bb0c551068a615158571490ac372938fd6e2b0 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Fri Jun 10 12:43:09 2011 -0500 trimmed comment bloat. returning boolean on eloquent save. commit b66be283d404f6f06a722927d683bd79814945fb Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jun 9 12:33:06 2011 -0500 fixed comment in session class. commit 49f714572951ece32b3c36bb4d69445e97d7f75d Author: Taylor Otwell <taylorotwell@gmail.com> Date: Thu Jun 9 12:31:35 2011 -0500 added log to aliases. fixed flash data bug. commit 8ae6b95dcfec34e7cb91ff0559420f8832118ed3 Author: Taylor Otwell <taylorotwell@gmail.com> Date: Wed Jun 8 23:48:46 2011 -0500 added readme --- .editorconfig | 4 +- .env.example | 13 +- .gitattributes | 8 +- .github/workflows/issues.yml | 12 ++ .github/workflows/pull-requests.yml | 12 ++ .github/workflows/tests.yml | 47 +++++ .github/workflows/update-changelog.yml | 26 +-- .styleci.yml | 7 +- app/Exceptions/Handler.php | 13 +- app/Http/Kernel.php | 4 +- app/Http/Middleware/ValidateSignature.php | 22 +++ app/Providers/AppServiceProvider.php | 21 +- app/Providers/AuthServiceProvider.php | 2 +- app/Providers/BroadcastServiceProvider.php | 1 - app/Providers/EventServiceProvider.php | 12 +- app/Providers/RouteServiceProvider.php | 21 +- composer.json | 15 +- config/app.php | 72 +++---- config/auth.php | 6 +- config/broadcasting.php | 10 +- config/cache.php | 8 +- config/cors.php | 2 +- config/database.php | 10 +- config/filesystems.php | 7 +- config/logging.php | 8 +- config/mail.php | 4 +- config/sanctum.php | 4 +- config/services.php | 1 + config/session.php | 6 +- database/factories/UserFactory.php | 19 +- .../2014_10_12_000000_create_users_table.php | 2 +- ...12_100000_create_password_resets_table.php | 4 +- ..._08_19_000000_create_failed_jobs_table.php | 2 +- ...01_create_personal_access_tokens_table.php | 3 +- database/seeders/DatabaseSeeder.php | 6 + lang/en/auth.php | 20 ++ lang/en/pagination.php | 19 ++ lang/en/passwords.php | 22 +++ lang/en/validation.php | 184 ++++++++++++++++++ package.json | 13 +- phpunit.xml | 18 +- resources/js/app.js | 2 +- resources/js/bootstrap.js | 19 +- resources/views/welcome.blade.php | 20 +- routes/web.php | 11 ++ tests/Feature/ExampleTest.php | 2 +- tests/Unit/ExampleTest.php | 4 + vite.config.js | 11 ++ 48 files changed, 570 insertions(+), 189 deletions(-) create mode 100644 .github/workflows/issues.yml create mode 100644 .github/workflows/pull-requests.yml create mode 100644 .github/workflows/tests.yml create mode 100644 app/Http/Middleware/ValidateSignature.php create mode 100644 lang/en/auth.php create mode 100644 lang/en/pagination.php create mode 100644 lang/en/passwords.php create mode 100644 lang/en/validation.php create mode 100644 vite.config.js diff --git a/.editorconfig b/.editorconfig index 1671c9b9d9..8f0de65c56 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,9 +3,9 @@ root = true [*] charset = utf-8 end_of_line = lf -insert_final_newline = true -indent_style = space indent_size = 4 +indent_style = space +insert_final_newline = true trim_trailing_whitespace = true [*.md] diff --git a/.env.example b/.env.example index 6dcb89ff1c..356319fc6f 100644 --- a/.env.example +++ b/.env.example @@ -31,12 +31,12 @@ REDIS_PASSWORD=null REDIS_PORT=6379 MAIL_MAILER=smtp -MAIL_HOST=mailhog +MAIL_HOST=mailpit MAIL_PORT=1025 MAIL_USERNAME=null MAIL_PASSWORD=null MAIL_ENCRYPTION=null -MAIL_FROM_ADDRESS=null +MAIL_FROM_ADDRESS="hello@example.com" MAIL_FROM_NAME="${APP_NAME}" AWS_ACCESS_KEY_ID= @@ -48,8 +48,17 @@ AWS_USE_PATH_STYLE_ENDPOINT=false PUSHER_APP_ID= PUSHER_APP_KEY= PUSHER_APP_SECRET= +PUSHER_HOST= +PUSHER_PORT=443 +PUSHER_SCHEME=https PUSHER_APP_CLUSTER=mt1 +VITE_PUSHER_APP_KEY="${PUSHER_APP_KEY}" +VITE_PUSHER_HOST="${PUSHER_HOST}" +VITE_PUSHER_PORT="${PUSHER_PORT}" +VITE_PUSHER_SCHEME="${PUSHER_SCHEME}" +VITE_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}" + MIX_PUSHER_APP_KEY="${PUSHER_APP_KEY}" MIX_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}" diff --git a/.gitattributes b/.gitattributes index c7fef528be..bb491bc431 100755 --- a/.gitattributes +++ b/.gitattributes @@ -1,8 +1,10 @@ * text=auto + *.blade.php diff=html -*.css linguist-vendored -*.scss linguist-vendored -*.js linguist-vendored +*.css diff=css +*.html diff=html +*.md diff=markdown +*.php diff=php /.docker export-ignore /.git* export-ignore diff --git a/.github/workflows/issues.yml b/.github/workflows/issues.yml new file mode 100644 index 0000000000..9634a0edb3 --- /dev/null +++ b/.github/workflows/issues.yml @@ -0,0 +1,12 @@ +name: issues + +on: + issues: + types: [labeled] + +permissions: + issues: write + +jobs: + help-wanted: + uses: laravel/.github/.github/workflows/issues.yml@main diff --git a/.github/workflows/pull-requests.yml b/.github/workflows/pull-requests.yml new file mode 100644 index 0000000000..18b32b3261 --- /dev/null +++ b/.github/workflows/pull-requests.yml @@ -0,0 +1,12 @@ +name: pull requests + +on: + pull_request_target: + types: [opened] + +permissions: + pull-requests: write + +jobs: + uneditable: + uses: laravel/.github/.github/workflows/pull-requests.yml@main diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml new file mode 100644 index 0000000000..77662031b4 --- /dev/null +++ b/.github/workflows/tests.yml @@ -0,0 +1,47 @@ +name: Tests + +on: + push: + branches: + - master + - '*.x' + pull_request: + schedule: + - cron: '0 0 * * *' + +permissions: + contents: read + +jobs: + tests: + runs-on: ubuntu-latest + + strategy: + fail-fast: true + matrix: + php: ['8.0', 8.1, 8.2] + + name: PHP ${{ matrix.php }} + + steps: + - name: Checkout code + uses: actions/checkout@v3 + + - name: Setup PHP + uses: shivammathur/setup-php@v2 + with: + php-version: ${{ matrix.php }} + extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite + coverage: none + + - name: Install Composer dependencies + run: composer install --prefer-dist --no-interaction --no-progress + + - name: Copy environment file + run: cp .env.example .env + + - name: Generate app key + run: php artisan key:generate + + - name: Execute tests + run: vendor/bin/phpunit diff --git a/.github/workflows/update-changelog.yml b/.github/workflows/update-changelog.yml index 0200e2b944..b4a0bf15a5 100644 --- a/.github/workflows/update-changelog.yml +++ b/.github/workflows/update-changelog.yml @@ -4,26 +4,10 @@ on: release: types: [released] +permissions: {} + jobs: update: - runs-on: ubuntu-latest - - steps: - - name: Checkout code - uses: actions/checkout@v2 - with: - ref: ${{ github.ref_name }} - - - name: Update Changelog - uses: stefanzweifel/changelog-updater-action@v1 - with: - latest-version: ${{ github.event.release.tag_name }} - release-notes: ${{ github.event.release.body }} - compare-url-target-revision: ${{ github.event.release.target_commitish }} - - - name: Commit updated CHANGELOG - uses: stefanzweifel/git-auto-commit-action@v4 - with: - branch: ${{ github.event.release.target_commitish }} - commit_message: Update CHANGELOG.md - file_pattern: CHANGELOG.md + permissions: + contents: write + uses: laravel/.github/.github/workflows/update-changelog.yml@main diff --git a/.styleci.yml b/.styleci.yml index 877ea701db..9daadf1610 100644 --- a/.styleci.yml +++ b/.styleci.yml @@ -1,14 +1,9 @@ php: preset: laravel - version: 8 disabled: - no_unused_imports finder: not-name: - index.php - - server.php -js: - finder: - not-name: - - webpack.mix.js +js: true css: true diff --git a/app/Exceptions/Handler.php b/app/Exceptions/Handler.php index 79446c9cc2..20b078dc64 100644 --- a/app/Exceptions/Handler.php +++ b/app/Exceptions/Handler.php @@ -38,17 +38,26 @@ class Handler extends ExceptionHandler { + /** + * A list of exception types with their corresponding custom log levels. + * + * @var array<class-string<\Throwable>, \Psr\Log\LogLevel::*> + */ + protected $levels = [ + // + ]; + /** * A list of the exception types that are not reported. * - * @var array<int, class-string<Throwable>> + * @var array<int, class-string<\Throwable>> */ protected $dontReport = [ // ]; /** - * A list of the inputs that are never flashed for validation exceptions. + * A list of the inputs that are never flashed to the session on validation exceptions. * * @var array<int, string> */ diff --git a/app/Http/Kernel.php b/app/Http/Kernel.php index 6111af5dce..06300d6715 100755 --- a/app/Http/Kernel.php +++ b/app/Http/Kernel.php @@ -54,7 +54,7 @@ class Kernel extends HttpKernel protected $middleware = [ // \App\Http\Middleware\TrustHosts::class, \App\Http\Middleware\TrustProxies::class, - \Fruitcake\Cors\HandleCors::class, + \Illuminate\Http\Middleware\HandleCors::class, \App\Http\Middleware\PreventRequestsDuringMaintenance::class, \Illuminate\Foundation\Http\Middleware\ValidatePostSize::class, \App\Http\Middleware\TrimStrings::class, @@ -71,7 +71,6 @@ class Kernel extends HttpKernel \App\Http\Middleware\EncryptCookies::class, \Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse::class, \Illuminate\Session\Middleware\StartSession::class, - // \Illuminate\Session\Middleware\AuthenticateSession::class, \Illuminate\View\Middleware\ShareErrorsFromSession::class, \App\Http\Middleware\VerifyCsrfToken::class, \Illuminate\Routing\Middleware\SubstituteBindings::class, @@ -94,6 +93,7 @@ class Kernel extends HttpKernel protected $routeMiddleware = [ 'auth' => \App\Http\Middleware\Authenticate::class, 'auth.basic' => \Illuminate\Auth\Middleware\AuthenticateWithBasicAuth::class, + 'auth.session' => \Illuminate\Session\Middleware\AuthenticateSession::class, 'cache.headers' => \Illuminate\Http\Middleware\SetCacheHeaders::class, 'can' => \Illuminate\Auth\Middleware\Authorize::class, 'guest' => \App\Http\Middleware\RedirectIfAuthenticated::class, diff --git a/app/Http/Middleware/ValidateSignature.php b/app/Http/Middleware/ValidateSignature.php new file mode 100644 index 0000000000..093bf64af8 --- /dev/null +++ b/app/Http/Middleware/ValidateSignature.php @@ -0,0 +1,22 @@ +<?php + +namespace App\Http\Middleware; + +use Illuminate\Routing\Middleware\ValidateSignature as Middleware; + +class ValidateSignature extends Middleware +{ + /** + * The names of the query string parameters that should be ignored. + * + * @var array<int, string> + */ + protected $except = [ + // 'fbclid', + // 'utm_campaign', + // 'utm_content', + // 'utm_medium', + // 'utm_source', + // 'utm_term', + ]; +} diff --git a/app/Providers/AppServiceProvider.php b/app/Providers/AppServiceProvider.php index 0ba1789030..43b4955265 100755 --- a/app/Providers/AppServiceProvider.php +++ b/app/Providers/AppServiceProvider.php @@ -44,6 +44,16 @@ class AppServiceProvider extends ServiceProvider { + /** + * Register any application services. + * + * @return void + */ + public function register() + { + // + } + /** * Bootstrap any application services. * @@ -51,7 +61,6 @@ class AppServiceProvider extends ServiceProvider */ public function boot() { - // default lengt string Schema::defaultStringLength(191); $this->penduduk(); $this->config(); @@ -186,14 +195,4 @@ protected function file() return true; }); } - - /** - * Register any application services. - * - * @return void - */ - public function register() - { - // - } } diff --git a/app/Providers/AuthServiceProvider.php b/app/Providers/AuthServiceProvider.php index 586a9f0ea0..4d5dd76b6d 100755 --- a/app/Providers/AuthServiceProvider.php +++ b/app/Providers/AuthServiceProvider.php @@ -36,7 +36,7 @@ class AuthServiceProvider extends ServiceProvider { /** - * The policy mappings for the application. + * The model to policy mappings for the application. * * @var array<class-string, class-string> */ diff --git a/app/Providers/BroadcastServiceProvider.php b/app/Providers/BroadcastServiceProvider.php index 7e502257fd..0e8e977b4c 100755 --- a/app/Providers/BroadcastServiceProvider.php +++ b/app/Providers/BroadcastServiceProvider.php @@ -32,7 +32,6 @@ namespace App\Providers; use Illuminate\Support\Facades\Broadcast; - use Illuminate\Support\ServiceProvider; class BroadcastServiceProvider extends ServiceProvider diff --git a/app/Providers/EventServiceProvider.php b/app/Providers/EventServiceProvider.php index e25bd416b1..1f95f3cf36 100755 --- a/app/Providers/EventServiceProvider.php +++ b/app/Providers/EventServiceProvider.php @@ -39,7 +39,7 @@ class EventServiceProvider extends ServiceProvider { /** - * The event listener mappings for the application. + * The event to listener mappings for the application. * * @var array<class-string, array<int, class-string>> */ @@ -58,4 +58,14 @@ public function boot() { // } + + /** + * Determine if events and listeners should be automatically discovered. + * + * @return bool + */ + public function shouldDiscoverEvents() + { + return false; + } } diff --git a/app/Providers/RouteServiceProvider.php b/app/Providers/RouteServiceProvider.php index ed7336c877..2de2bb5c96 100755 --- a/app/Providers/RouteServiceProvider.php +++ b/app/Providers/RouteServiceProvider.php @@ -42,23 +42,14 @@ class RouteServiceProvider extends ServiceProvider /** * The path to the "home" route for your application. * - * This is used by Laravel authentication to redirect users after login. + * Typically, users are redirected here after authentication. * * @var string */ public const HOME = '/dashboard'; /** - * The controller namespace for the application. - * - * When present, controller route declarations will automatically be prefixed with this namespace. - * - * @var string|null - */ - // protected $namespace = 'App\\Http\\Controllers'; - - /** - * Define your route model bindings, pattern filters, etc. + * Define your route model bindings, pattern filters, and other route configuration. * * @return void */ @@ -67,13 +58,11 @@ public function boot() $this->configureRateLimiting(); $this->routes(function () { - Route::prefix('api') - ->middleware('api') - ->namespace($this->namespace) + Route::middleware('api') + ->prefix('api') ->group(base_path('routes/api.php')); Route::middleware('web') - ->namespace($this->namespace) ->group(base_path('routes/web.php')); }); } @@ -86,7 +75,7 @@ public function boot() protected function configureRateLimiting() { RateLimiter::for('api', function (Request $request) { - return Limit::perMinute(60)->by(optional($request->user())->id ?: $request->ip()); + return Limit::perMinute(60)->by($request->user()?->id ?: $request->ip()); }); } } diff --git a/composer.json b/composer.json index 785f18cfaf..3fd88ae622 100644 --- a/composer.json +++ b/composer.json @@ -9,17 +9,17 @@ ], "homepage": "https://opendk.my.id/", "require": { - "php": "^7.4|^8.0", + "php": "^8.0.2", "bensampo/laravel-enum": "^4", - "cviebrock/eloquent-sluggable": "^8.0", + "cviebrock/eloquent-sluggable": "^9.0", "doctrine/dbal": "^2.9", "fideloper/proxy": "^4.4", "fruitcake/laravel-cors": "^2.0", - "guzzlehttp/guzzle": "^7.0.1", + "guzzlehttp/guzzle": "^7.2", "guzzlehttp/psr7": "^2.4", "jaybizzle/crawler-detect": "1.*", "laracasts/flash": "^3.0", - "laravel/framework": "^8.75", + "laravel/framework": "^9.19", "laravel/helpers": "^1.3", "laravel/ui": "^2.0", "laravelcollective/html": "^6.2", @@ -44,7 +44,7 @@ "fakerphp/faker": "^1.10", "filp/whoops": "~2.0", "friendsofphp/php-cs-fixer": "^3.9", - "laravel/tinker": "^2.5", + "laravel/tinker": "^2.7", "mockery/mockery": "^1.4.4", "phpunit/phpunit": "^8.5", "symfony/thanks": "^1.0" @@ -78,6 +78,9 @@ "Illuminate\\Foundation\\ComposerScripts::postAutoloadDump", "@php artisan package:discover --ansi" ], + "post-update-cmd": [ + "@php artisan vendor:publish --tag=laravel-assets --ansi --force" + ], "post-root-package-install": [ "@php -r \"file_exists('.env') || copy('.env.example', '.env');\"" ], @@ -90,6 +93,6 @@ "dont-discover": [] } }, - "minimum-stability": "dev", + "minimum-stability": "stable", "prefer-stable": true } diff --git a/config/app.php b/config/app.php index 98c7839540..5093fa0287 100644 --- a/config/app.php +++ b/config/app.php @@ -29,6 +29,8 @@ * @link https://github.com/OpenSID/opendk */ +use Illuminate\Support\Facades\Facade; + return [ /* @@ -115,7 +117,7 @@ 'url' => env('APP_URL', 'http://localhost'), - 'asset_url' => env('ASSET_URL', null), + 'asset_url' => env('ASSET_URL'), /* |-------------------------------------------------------------------------- @@ -184,6 +186,24 @@ 'cipher' => 'AES-256-CBC', + /* + |-------------------------------------------------------------------------- + | Maintenance Mode Driver + |-------------------------------------------------------------------------- + | + | These configuration options determine the driver used to determine and + | manage Laravel's "maintenance mode" status. The "cache" driver will + | allow maintenance mode to be controlled across multiple machines. + | + | Supported drivers: "file", "cache" + | + */ + + 'maintenance' => [ + 'driver' => 'file', + // 'store' => 'redis', + ], + /* |-------------------------------------------------------------------------- | Autoloaded Service Providers @@ -236,8 +256,9 @@ App\Providers\AuthServiceProvider::class, // App\Providers\BroadcastServiceProvider::class, App\Providers\EventServiceProvider::class, - Maatwebsite\Excel\ExcelServiceProvider::class, App\Providers\RouteServiceProvider::class, + + Maatwebsite\Excel\ExcelServiceProvider::class, // iSeed Orangehill\Iseed\IseedServiceProvider::class, //Captcha @@ -264,47 +285,8 @@ | */ - 'aliases' => [ - - 'App' => Illuminate\Support\Facades\App::class, - 'Arr' => Illuminate\Support\Arr::class, - 'Artisan' => Illuminate\Support\Facades\Artisan::class, - 'Auth' => Illuminate\Support\Facades\Auth::class, - 'Blade' => Illuminate\Support\Facades\Blade::class, - 'Broadcast' => Illuminate\Support\Facades\Broadcast::class, - 'Bus' => Illuminate\Support\Facades\Bus::class, - 'Cache' => Illuminate\Support\Facades\Cache::class, - 'Config' => Illuminate\Support\Facades\Config::class, - 'Cookie' => Illuminate\Support\Facades\Cookie::class, - 'Crypt' => Illuminate\Support\Facades\Crypt::class, - 'Date' => Illuminate\Support\Facades\Date::class, - 'DB' => Illuminate\Support\Facades\DB::class, - 'Eloquent' => Illuminate\Database\Eloquent\Model::class, - 'Event' => Illuminate\Support\Facades\Event::class, - 'File' => Illuminate\Support\Facades\File::class, - 'Gate' => Illuminate\Support\Facades\Gate::class, - 'Hash' => Illuminate\Support\Facades\Hash::class, - 'Http' => Illuminate\Support\Facades\Http::class, - 'Js' => Illuminate\Support\Js::class, - 'Lang' => Illuminate\Support\Facades\Lang::class, - 'Log' => Illuminate\Support\Facades\Log::class, - 'Mail' => Illuminate\Support\Facades\Mail::class, - 'Notification' => Illuminate\Support\Facades\Notification::class, - 'Password' => Illuminate\Support\Facades\Password::class, - 'Queue' => Illuminate\Support\Facades\Queue::class, - 'RateLimiter' => Illuminate\Support\Facades\RateLimiter::class, - 'Redirect' => Illuminate\Support\Facades\Redirect::class, - // 'Redis' => Illuminate\Support\Facades\Redis::class, - 'Request' => Illuminate\Support\Facades\Request::class, - 'Response' => Illuminate\Support\Facades\Response::class, - 'Route' => Illuminate\Support\Facades\Route::class, - 'Schema' => Illuminate\Support\Facades\Schema::class, - 'Session' => Illuminate\Support\Facades\Session::class, - 'Storage' => Illuminate\Support\Facades\Storage::class, - 'Str' => Illuminate\Support\Str::class, - 'URL' => Illuminate\Support\Facades\URL::class, - 'Validator' => Illuminate\Support\Facades\Validator::class, - 'View' => Illuminate\Support\Facades\View::class, + 'aliases' => Facade::defaultAliases()->merge([ + // 'ExampleClass' => App\Example\ExampleClass::class, 'Excel' => Maatwebsite\Excel\Facades\Excel::class, 'Input' => Illuminate\Support\Facades\Input::class, @@ -313,8 +295,8 @@ 'Counter' => App\Facades\Counter::class, 'JWTAuth' => Tymon\JWTAuth\Facades\JWTAuth::class, 'JWTFactory' => Tymon\JWTAuth\Facades\JWTFactory::class, - 'Debugbar' => Barryvdh\Debugbar\Facade::class, + 'Debugbar' => Barryvdh\Debugbar\Facades\Debugbar::class, 'Image' => Intervention\Image\Facades\Image::class, - ], + ])->toArray(), ]; diff --git a/config/auth.php b/config/auth.php index 0c03d84e7e..35b356af06 100755 --- a/config/auth.php +++ b/config/auth.php @@ -60,7 +60,7 @@ | users are actually retrieved out of your database or other storage | mechanisms used by this application to persist your user's data. | - | Supported: "session", "token" + | Supported: "session" | */ @@ -119,6 +119,10 @@ | considered valid. This security feature keeps tokens short-lived so | they have less time to be guessed. You may change this as needed. | + | The throttle setting is the number of seconds a user must wait before + | generating more password reset tokens. This prevents the user from + | quickly generating a very large amount of password reset tokens. + | */ 'passwords' => [ diff --git a/config/broadcasting.php b/config/broadcasting.php index b42e676bc8..3c3a919100 100755 --- a/config/broadcasting.php +++ b/config/broadcasting.php @@ -65,8 +65,14 @@ 'secret' => env('PUSHER_APP_SECRET'), 'app_id' => env('PUSHER_APP_ID'), 'options' => [ - 'cluster' => env('PUSHER_APP_CLUSTER'), - 'useTLS' => true, + 'host' => env('PUSHER_HOST') ?: 'api-'.env('PUSHER_APP_CLUSTER', 'mt1').'.pusher.com', + 'port' => env('PUSHER_PORT', 443), + 'scheme' => env('PUSHER_SCHEME', 'https'), + 'encrypted' => true, + 'useTLS' => env('PUSHER_SCHEME', 'https') === 'https', + ], + 'client_options' => [ + // Guzzle client options: https://docs.guzzlephp.org/en/stable/request-options.html ], ], diff --git a/config/cache.php b/config/cache.php index 326af8a4f6..5a6245e5f5 100755 --- a/config/cache.php +++ b/config/cache.php @@ -128,12 +128,12 @@ | Cache Key Prefix |-------------------------------------------------------------------------- | - | When utilizing a RAM based store such as APC or Memcached, there might - | be other applications utilizing the same cache. So, we'll specify a - | value to get prefixed to all our keys so we can avoid collisions. + | When utilizing the APC, database, memcached, Redis, or DynamoDB cache + | stores there might be other applications using the same cache. For + | that reason, you may prefix every cache key to avoid collisions. | */ - 'prefix' => env('CACHE_PREFIX', Str::slug(env('APP_NAME', 'laravel'), '_').'_cache'), + 'prefix' => env('CACHE_PREFIX', Str::slug(env('APP_NAME', 'laravel'), '_').'_cache_'), ]; diff --git a/config/cors.php b/config/cors.php index 12e2b872b9..5981db4033 100644 --- a/config/cors.php +++ b/config/cors.php @@ -44,7 +44,7 @@ | */ - 'paths' => ['api/*'], + 'paths' => ['api/*', 'sanctum/csrf-cookie'], 'allowed_methods' => ['*'], diff --git a/config/database.php b/config/database.php index 151e42860d..cd83257a7e 100755 --- a/config/database.php +++ b/config/database.php @@ -103,7 +103,7 @@ 'charset' => 'utf8', 'prefix' => '', 'prefix_indexes' => true, - 'schema' => 'public', + 'search_path' => 'public', 'sslmode' => 'prefer', ], @@ -118,6 +118,8 @@ 'charset' => 'utf8', 'prefix' => '', 'prefix_indexes' => true, + // 'encrypt' => env('DB_ENCRYPT', 'yes'), + // 'trust_server_certificate' => env('DB_TRUST_SERVER_CERTIFICATE', 'false'), ], ], @@ -158,7 +160,8 @@ 'default' => [ 'url' => env('REDIS_URL'), 'host' => env('REDIS_HOST', '127.0.0.1'), - 'password' => env('REDIS_PASSWORD', null), + 'username' => env('REDIS_USERNAME'), + 'password' => env('REDIS_PASSWORD'), 'port' => env('REDIS_PORT', '6379'), 'database' => env('REDIS_DB', '0'), ], @@ -166,7 +169,8 @@ 'cache' => [ 'url' => env('REDIS_URL'), 'host' => env('REDIS_HOST', '127.0.0.1'), - 'password' => env('REDIS_PASSWORD', null), + 'username' => env('REDIS_USERNAME'), + 'password' => env('REDIS_PASSWORD'), 'port' => env('REDIS_PORT', '6379'), 'database' => env('REDIS_CACHE_DB', '1'), ], diff --git a/config/filesystems.php b/config/filesystems.php index 17377b4f9a..d9d3b9e426 100755 --- a/config/filesystems.php +++ b/config/filesystems.php @@ -42,7 +42,7 @@ | */ - 'default' => env('FILESYSTEM_DRIVER', 'local'), + 'default' => env('FILESYSTEM_DISK', 'local'), /* |-------------------------------------------------------------------------- @@ -51,7 +51,7 @@ | | Here you may configure as many filesystem "disks" as you wish, and you | may even configure multiple disks of the same driver. Defaults have - | been setup for each driver as an example of the required options. + | been set up for each driver as an example of the required values. | | Supported Drivers: "local", "ftp", "sftp", "s3" | @@ -62,6 +62,7 @@ 'local' => [ 'driver' => 'local', 'root' => storage_path('app'), + 'throw' => false, ], 'public' => [ @@ -69,6 +70,7 @@ 'root' => storage_path('app/public'), 'url' => env('APP_URL').'/storage', 'visibility' => 'public', + 'throw' => false, ], 's3' => [ @@ -80,6 +82,7 @@ 'url' => env('AWS_URL'), 'endpoint' => env('AWS_ENDPOINT'), 'use_path_style_endpoint' => env('AWS_USE_PATH_STYLE_ENDPOINT', false), + 'throw' => false, ], ], diff --git a/config/logging.php b/config/logging.php index a922fb47c4..a8aae473eb 100644 --- a/config/logging.php +++ b/config/logging.php @@ -59,7 +59,10 @@ | */ - 'deprecations' => env('LOG_DEPRECATIONS_CHANNEL', 'null'), + 'deprecations' => [ + 'channel' => env('LOG_DEPRECATIONS_CHANNEL', 'null'), + 'trace' => false, + ], /* |-------------------------------------------------------------------------- @@ -107,10 +110,11 @@ 'papertrail' => [ 'driver' => 'monolog', 'level' => env('LOG_LEVEL', 'debug'), - 'handler' => SyslogUdpHandler::class, + 'handler' => env('LOG_PAPERTRAIL_HANDLER', SyslogUdpHandler::class), 'handler_with' => [ 'host' => env('PAPERTRAIL_URL'), 'port' => env('PAPERTRAIL_PORT'), + 'connectionString' => 'tls://'.env('PAPERTRAIL_URL').':'.env('PAPERTRAIL_PORT'), ], ], diff --git a/config/mail.php b/config/mail.php index f548fbba4c..06b226bd16 100755 --- a/config/mail.php +++ b/config/mail.php @@ -71,7 +71,7 @@ 'username' => env('MAIL_USERNAME'), 'password' => env('MAIL_PASSWORD'), 'timeout' => null, - 'auth_mode' => null, + 'local_domain' => env('MAIL_EHLO_DOMAIN'), ], 'ses' => [ @@ -88,7 +88,7 @@ 'sendmail' => [ 'transport' => 'sendmail', - 'path' => env('MAIL_SENDMAIL_PATH', '/usr/sbin/sendmail -t -i'), + 'path' => env('MAIL_SENDMAIL_PATH', '/usr/sbin/sendmail -bs -i'), ], 'log' => [ diff --git a/config/sanctum.php b/config/sanctum.php index e37e456b8d..b209b73a1c 100644 --- a/config/sanctum.php +++ b/config/sanctum.php @@ -29,6 +29,8 @@ * @link https://github.com/OpenSID/opendk */ +use Laravel\Sanctum\Sanctum; + return [ /* @@ -45,7 +47,7 @@ 'stateful' => explode(',', env('SANCTUM_STATEFUL_DOMAINS', sprintf( '%s%s', 'localhost,localhost:3000,127.0.0.1,127.0.0.1:8000,::1', - env('APP_URL') ? ','.parse_url(env('APP_URL'), PHP_URL_HOST) : '' + Sanctum::currentApplicationUrlWithPort() ))), /* diff --git a/config/services.php b/config/services.php index 2bda1e92e3..7c2d73cd4d 100755 --- a/config/services.php +++ b/config/services.php @@ -47,6 +47,7 @@ 'domain' => env('MAILGUN_DOMAIN'), 'secret' => env('MAILGUN_SECRET'), 'endpoint' => env('MAILGUN_ENDPOINT', 'api.mailgun.net'), + 'scheme' => 'https', ], 'postmark' => [ diff --git a/config/session.php b/config/session.php index 02a7b45a26..ccf32b76c8 100755 --- a/config/session.php +++ b/config/session.php @@ -101,7 +101,7 @@ | */ - 'connection' => env('SESSION_CONNECTION', null), + 'connection' => env('SESSION_CONNECTION'), /* |-------------------------------------------------------------------------- @@ -129,7 +129,7 @@ | */ - 'store' => env('SESSION_STORE', null), + 'store' => env('SESSION_STORE'), /* |-------------------------------------------------------------------------- @@ -184,7 +184,7 @@ | */ - 'domain' => env('SESSION_DOMAIN', null), + 'domain' => env('SESSION_DOMAIN'), /* |-------------------------------------------------------------------------- diff --git a/database/factories/UserFactory.php b/database/factories/UserFactory.php index 8672281ae1..3fb0e034ac 100755 --- a/database/factories/UserFactory.php +++ b/database/factories/UserFactory.php @@ -34,18 +34,21 @@ use Illuminate\Database\Eloquent\Factories\Factory; use Illuminate\Support\Str; +/** + * @extends \Illuminate\Database\Eloquent\Factories\Factory<\App\Models\User> + */ class UserFactory extends Factory { /** * Define the model's default state. * - * @return array + * @return array<string, mixed> */ public function definition() { return [ - 'name' => $this->faker->name(), - 'email' => $this->faker->unique()->safeEmail(), + 'name' => fake()->name(), + 'email' => fake()->unique()->safeEmail(), 'email_verified_at' => now(), 'password' => '$2y$10$92IXUNpkjO0rOQ5byMi.Ye4oKoEa3Ro9llC/.og/at2.uheWG/igi', // password 'remember_token' => Str::random(10), @@ -55,14 +58,12 @@ public function definition() /** * Indicate that the model's email address should be unverified. * - * @return \Illuminate\Database\Eloquent\Factories\Factory + * @return static */ public function unverified() { - return $this->state(function (array $attributes) { - return [ - 'email_verified_at' => null, - ]; - }); + return $this->state(fn (array $attributes) => [ + 'email_verified_at' => null, + ]); } } diff --git a/database/migrations/2014_10_12_000000_create_users_table.php b/database/migrations/2014_10_12_000000_create_users_table.php index 7e32d48afe..c11a4b7964 100644 --- a/database/migrations/2014_10_12_000000_create_users_table.php +++ b/database/migrations/2014_10_12_000000_create_users_table.php @@ -33,7 +33,7 @@ use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Schema; -class CreateUsersTable extends Migration +return new class extends Migration { /** * Run the migrations. diff --git a/database/migrations/2014_10_12_100000_create_password_resets_table.php b/database/migrations/2014_10_12_100000_create_password_resets_table.php index 26d014ba4c..d74185ae44 100644 --- a/database/migrations/2014_10_12_100000_create_password_resets_table.php +++ b/database/migrations/2014_10_12_100000_create_password_resets_table.php @@ -33,7 +33,7 @@ use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Schema; -class CreatePasswordResetsTable extends Migration +return new class extends Migration { /** * Run the migrations. @@ -43,7 +43,7 @@ class CreatePasswordResetsTable extends Migration public function up() { Schema::create('password_resets', function (Blueprint $table) { - $table->string('email')->index(); + $table->string('email')->primary(); $table->string('token'); $table->timestamp('created_at')->nullable(); }); diff --git a/database/migrations/2019_08_19_000000_create_failed_jobs_table.php b/database/migrations/2019_08_19_000000_create_failed_jobs_table.php index 5ff4ef3b54..c017e84bae 100644 --- a/database/migrations/2019_08_19_000000_create_failed_jobs_table.php +++ b/database/migrations/2019_08_19_000000_create_failed_jobs_table.php @@ -33,7 +33,7 @@ use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Schema; -class CreateFailedJobsTable extends Migration +return new class extends Migration { /** * Run the migrations. diff --git a/database/migrations/2019_12_14_000001_create_personal_access_tokens_table.php b/database/migrations/2019_12_14_000001_create_personal_access_tokens_table.php index a9738fe976..c83c330b49 100644 --- a/database/migrations/2019_12_14_000001_create_personal_access_tokens_table.php +++ b/database/migrations/2019_12_14_000001_create_personal_access_tokens_table.php @@ -33,7 +33,7 @@ use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Schema; -class CreatePersonalAccessTokensTable extends Migration +return new class extends Migration { /** * Run the migrations. @@ -49,6 +49,7 @@ public function up() $table->string('token', 64)->unique(); $table->text('abilities')->nullable(); $table->timestamp('last_used_at')->nullable(); + $table->timestamp('expires_at')->nullable(); $table->timestamps(); }); } diff --git a/database/seeders/DatabaseSeeder.php b/database/seeders/DatabaseSeeder.php index 9e1fff0e21..dce3059562 100644 --- a/database/seeders/DatabaseSeeder.php +++ b/database/seeders/DatabaseSeeder.php @@ -31,6 +31,7 @@ namespace Database\Seeders; +// use Illuminate\Database\Console\Seeds\WithoutModelEvents; use Illuminate\Database\Seeder; class DatabaseSeeder extends Seeder @@ -43,5 +44,10 @@ class DatabaseSeeder extends Seeder public function run() { // \App\Models\User::factory(10)->create(); + + // \App\Models\User::factory()->create([ + // 'name' => 'Test User', + // 'email' => 'test@example.com', + // ]); } } diff --git a/lang/en/auth.php b/lang/en/auth.php new file mode 100644 index 0000000000..6598e2c060 --- /dev/null +++ b/lang/en/auth.php @@ -0,0 +1,20 @@ +<?php + +return [ + + /* + |-------------------------------------------------------------------------- + | Authentication Language Lines + |-------------------------------------------------------------------------- + | + | The following language lines are used during authentication for various + | messages that we need to display to the user. You are free to modify + | these language lines according to your application's requirements. + | + */ + + 'failed' => 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + +]; diff --git a/lang/en/pagination.php b/lang/en/pagination.php new file mode 100644 index 0000000000..d481411877 --- /dev/null +++ b/lang/en/pagination.php @@ -0,0 +1,19 @@ +<?php + +return [ + + /* + |-------------------------------------------------------------------------- + | Pagination Language Lines + |-------------------------------------------------------------------------- + | + | The following language lines are used by the paginator library to build + | the simple pagination links. You are free to change them to anything + | you want to customize your views to better match your application. + | + */ + + 'previous' => '« Previous', + 'next' => 'Next »', + +]; diff --git a/lang/en/passwords.php b/lang/en/passwords.php new file mode 100644 index 0000000000..2345a56b5a --- /dev/null +++ b/lang/en/passwords.php @@ -0,0 +1,22 @@ +<?php + +return [ + + /* + |-------------------------------------------------------------------------- + | Password Reset Language Lines + |-------------------------------------------------------------------------- + | + | The following language lines are the default lines which match reasons + | that are given by the password broker for a password update attempt + | has failed, such as for an invalid token or invalid new password. + | + */ + + 'reset' => 'Your password has been reset!', + 'sent' => 'We have emailed your password reset link!', + 'throttled' => 'Please wait before retrying.', + 'token' => 'This password reset token is invalid.', + 'user' => "We can't find a user with that email address.", + +]; diff --git a/lang/en/validation.php b/lang/en/validation.php new file mode 100644 index 0000000000..70407c9d97 --- /dev/null +++ b/lang/en/validation.php @@ -0,0 +1,184 @@ +<?php + +return [ + + /* + |-------------------------------------------------------------------------- + | Validation Language Lines + |-------------------------------------------------------------------------- + | + | The following language lines contain the default error messages used by + | the validator class. Some of these rules have multiple versions such + | as the size rules. Feel free to tweak each of these messages here. + | + */ + + 'accepted' => 'The :attribute must be accepted.', + 'accepted_if' => 'The :attribute must be accepted when :other is :value.', + 'active_url' => 'The :attribute is not a valid URL.', + 'after' => 'The :attribute must be a date after :date.', + 'after_or_equal' => 'The :attribute must be a date after or equal to :date.', + 'alpha' => 'The :attribute must only contain letters.', + 'alpha_dash' => 'The :attribute must only contain letters, numbers, dashes and underscores.', + 'alpha_num' => 'The :attribute must only contain letters and numbers.', + 'array' => 'The :attribute must be an array.', + 'ascii' => 'The :attribute must only contain single-byte alphanumeric characters and symbols.', + 'before' => 'The :attribute must be a date before :date.', + 'before_or_equal' => 'The :attribute must be a date before or equal to :date.', + 'between' => [ + 'array' => 'The :attribute must have between :min and :max items.', + 'file' => 'The :attribute must be between :min and :max kilobytes.', + 'numeric' => 'The :attribute must be between :min and :max.', + 'string' => 'The :attribute must be between :min and :max characters.', + ], + 'boolean' => 'The :attribute field must be true or false.', + 'confirmed' => 'The :attribute confirmation does not match.', + 'current_password' => 'The password is incorrect.', + 'date' => 'The :attribute is not a valid date.', + 'date_equals' => 'The :attribute must be a date equal to :date.', + 'date_format' => 'The :attribute does not match the format :format.', + 'decimal' => 'The :attribute must have :decimal decimal places.', + 'declined' => 'The :attribute must be declined.', + 'declined_if' => 'The :attribute must be declined when :other is :value.', + 'different' => 'The :attribute and :other must be different.', + 'digits' => 'The :attribute must be :digits digits.', + 'digits_between' => 'The :attribute must be between :min and :max digits.', + 'dimensions' => 'The :attribute has invalid image dimensions.', + 'distinct' => 'The :attribute field has a duplicate value.', + 'doesnt_end_with' => 'The :attribute may not end with one of the following: :values.', + 'doesnt_start_with' => 'The :attribute may not start with one of the following: :values.', + 'email' => 'The :attribute must be a valid email address.', + 'ends_with' => 'The :attribute must end with one of the following: :values.', + 'enum' => 'The selected :attribute is invalid.', + 'exists' => 'The selected :attribute is invalid.', + 'file' => 'The :attribute must be a file.', + 'filled' => 'The :attribute field must have a value.', + 'gt' => [ + 'array' => 'The :attribute must have more than :value items.', + 'file' => 'The :attribute must be greater than :value kilobytes.', + 'numeric' => 'The :attribute must be greater than :value.', + 'string' => 'The :attribute must be greater than :value characters.', + ], + 'gte' => [ + 'array' => 'The :attribute must have :value items or more.', + 'file' => 'The :attribute must be greater than or equal to :value kilobytes.', + 'numeric' => 'The :attribute must be greater than or equal to :value.', + 'string' => 'The :attribute must be greater than or equal to :value characters.', + ], + 'image' => 'The :attribute must be an image.', + 'in' => 'The selected :attribute is invalid.', + 'in_array' => 'The :attribute field does not exist in :other.', + 'integer' => 'The :attribute must be an integer.', + 'ip' => 'The :attribute must be a valid IP address.', + 'ipv4' => 'The :attribute must be a valid IPv4 address.', + 'ipv6' => 'The :attribute must be a valid IPv6 address.', + 'json' => 'The :attribute must be a valid JSON string.', + 'lowercase' => 'The :attribute must be lowercase.', + 'lt' => [ + 'array' => 'The :attribute must have less than :value items.', + 'file' => 'The :attribute must be less than :value kilobytes.', + 'numeric' => 'The :attribute must be less than :value.', + 'string' => 'The :attribute must be less than :value characters.', + ], + 'lte' => [ + 'array' => 'The :attribute must not have more than :value items.', + 'file' => 'The :attribute must be less than or equal to :value kilobytes.', + 'numeric' => 'The :attribute must be less than or equal to :value.', + 'string' => 'The :attribute must be less than or equal to :value characters.', + ], + 'mac_address' => 'The :attribute must be a valid MAC address.', + 'max' => [ + 'array' => 'The :attribute must not have more than :max items.', + 'file' => 'The :attribute must not be greater than :max kilobytes.', + 'numeric' => 'The :attribute must not be greater than :max.', + 'string' => 'The :attribute must not be greater than :max characters.', + ], + 'max_digits' => 'The :attribute must not have more than :max digits.', + 'mimes' => 'The :attribute must be a file of type: :values.', + 'mimetypes' => 'The :attribute must be a file of type: :values.', + 'min' => [ + 'array' => 'The :attribute must have at least :min items.', + 'file' => 'The :attribute must be at least :min kilobytes.', + 'numeric' => 'The :attribute must be at least :min.', + 'string' => 'The :attribute must be at least :min characters.', + ], + 'min_digits' => 'The :attribute must have at least :min digits.', + 'missing' => 'The :attribute field must be missing.', + 'missing_if' => 'The :attribute field must be missing when :other is :value.', + 'missing_unless' => 'The :attribute field must be missing unless :other is :value.', + 'missing_with' => 'The :attribute field must be missing when :values is present.', + 'missing_with_all' => 'The :attribute field must be missing when :values are present.', + 'multiple_of' => 'The :attribute must be a multiple of :value.', + 'not_in' => 'The selected :attribute is invalid.', + 'not_regex' => 'The :attribute format is invalid.', + 'numeric' => 'The :attribute must be a number.', + 'password' => [ + 'letters' => 'The :attribute must contain at least one letter.', + 'mixed' => 'The :attribute must contain at least one uppercase and one lowercase letter.', + 'numbers' => 'The :attribute must contain at least one number.', + 'symbols' => 'The :attribute must contain at least one symbol.', + 'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.', + ], + 'present' => 'The :attribute field must be present.', + 'prohibited' => 'The :attribute field is prohibited.', + 'prohibited_if' => 'The :attribute field is prohibited when :other is :value.', + 'prohibited_unless' => 'The :attribute field is prohibited unless :other is in :values.', + 'prohibits' => 'The :attribute field prohibits :other from being present.', + 'regex' => 'The :attribute format is invalid.', + 'required' => 'The :attribute field is required.', + 'required_array_keys' => 'The :attribute field must contain entries for: :values.', + 'required_if' => 'The :attribute field is required when :other is :value.', + 'required_if_accepted' => 'The :attribute field is required when :other is accepted.', + 'required_unless' => 'The :attribute field is required unless :other is in :values.', + 'required_with' => 'The :attribute field is required when :values is present.', + 'required_with_all' => 'The :attribute field is required when :values are present.', + 'required_without' => 'The :attribute field is required when :values is not present.', + 'required_without_all' => 'The :attribute field is required when none of :values are present.', + 'same' => 'The :attribute and :other must match.', + 'size' => [ + 'array' => 'The :attribute must contain :size items.', + 'file' => 'The :attribute must be :size kilobytes.', + 'numeric' => 'The :attribute must be :size.', + 'string' => 'The :attribute must be :size characters.', + ], + 'starts_with' => 'The :attribute must start with one of the following: :values.', + 'string' => 'The :attribute must be a string.', + 'timezone' => 'The :attribute must be a valid timezone.', + 'unique' => 'The :attribute has already been taken.', + 'uploaded' => 'The :attribute failed to upload.', + 'uppercase' => 'The :attribute must be uppercase.', + 'url' => 'The :attribute must be a valid URL.', + 'ulid' => 'The :attribute must be a valid ULID.', + 'uuid' => 'The :attribute must be a valid UUID.', + + /* + |-------------------------------------------------------------------------- + | Custom Validation Language Lines + |-------------------------------------------------------------------------- + | + | Here you may specify custom validation messages for attributes using the + | convention "attribute.rule" to name the lines. This makes it quick to + | specify a specific custom language line for a given attribute rule. + | + */ + + 'custom' => [ + 'attribute-name' => [ + 'rule-name' => 'custom-message', + ], + ], + + /* + |-------------------------------------------------------------------------- + | Custom Validation Attributes + |-------------------------------------------------------------------------- + | + | The following language lines are used to swap our attribute placeholder + | with something more reader friendly such as "E-Mail Address" instead + | of "email". This simply helps us make our message more expressive. + | + */ + + 'attributes' => [], + +]; diff --git a/package.json b/package.json index 437d80f469..c5d72e96b4 100644 --- a/package.json +++ b/package.json @@ -1,21 +1,18 @@ { "private": true, "scripts": { - "dev": "npm run development", - "development": "mix", - "watch": "mix watch", - "watch-poll": "mix watch -- --watch-options-poll=1000", - "hot": "mix watch --hot", - "prod": "npm run production", - "production": "mix --production" + "dev": "vite", + "build": "vite build" }, "devDependencies": { - "axios": "^0.21", + "axios": "^1.1.2", + "laravel-vite-plugin": "^0.7.2", "bootstrap-sass": "^3.3.7", "cross-env": "^7.0", "jquery": "^3.5", "laravel-mix": "^6.0.6", "lodash": "^4.17.19", + "vite": "^4.0.0", "vue": "^2.5.7" } } diff --git a/phpunit.xml b/phpunit.xml index 4ae4d979d1..2ac86a1858 100755 --- a/phpunit.xml +++ b/phpunit.xml @@ -18,14 +18,14 @@ </include> </coverage> <php> - <server name="APP_ENV" value="testing"/> - <server name="BCRYPT_ROUNDS" value="4"/> - <server name="CACHE_DRIVER" value="array"/> - <!-- <server name="DB_CONNECTION" value="sqlite"/> --> - <!-- <server name="DB_DATABASE" value=":memory:"/> --> - <server name="MAIL_MAILER" value="array"/> - <server name="QUEUE_CONNECTION" value="sync"/> - <server name="SESSION_DRIVER" value="array"/> - <server name="TELESCOPE_ENABLED" value="false"/> + <env name="APP_ENV" value="testing"/> + <env name="BCRYPT_ROUNDS" value="4"/> + <env name="CACHE_DRIVER" value="array"/> + <!-- <env name="DB_CONNECTION" value="sqlite"/> --> + <!-- <env name="DB_DATABASE" value=":memory:"/> --> + <env name="MAIL_MAILER" value="array"/> + <env name="QUEUE_CONNECTION" value="sync"/> + <env name="SESSION_DRIVER" value="array"/> + <env name="TELESCOPE_ENABLED" value="false"/> </php> </phpunit> diff --git a/resources/js/app.js b/resources/js/app.js index 40c55f65c2..e59d6a0adf 100644 --- a/resources/js/app.js +++ b/resources/js/app.js @@ -1 +1 @@ -require('./bootstrap'); +import './bootstrap'; diff --git a/resources/js/bootstrap.js b/resources/js/bootstrap.js index 6922577695..a5b3eddc56 100644 --- a/resources/js/bootstrap.js +++ b/resources/js/bootstrap.js @@ -1,4 +1,5 @@ -window._ = require('lodash'); +import _ from 'lodash'; +window._ = _; /** * We'll load the axios HTTP library which allows us to easily issue requests @@ -6,7 +7,8 @@ window._ = require('lodash'); * CSRF token as a header based on the value of the "XSRF" token cookie. */ -window.axios = require('axios'); +import axios from 'axios'; +window.axios = axios; window.axios.defaults.headers.common['X-Requested-With'] = 'XMLHttpRequest'; @@ -18,11 +20,16 @@ window.axios.defaults.headers.common['X-Requested-With'] = 'XMLHttpRequest'; // import Echo from 'laravel-echo'; -// window.Pusher = require('pusher-js'); +// import Pusher from 'pusher-js'; +// window.Pusher = Pusher; // window.Echo = new Echo({ // broadcaster: 'pusher', -// key: process.env.MIX_PUSHER_APP_KEY, -// cluster: process.env.MIX_PUSHER_APP_CLUSTER, -// forceTLS: true +// key: import.meta.env.VITE_PUSHER_APP_KEY, +// cluster: import.meta.env.VITE_PUSHER_APP_CLUSTER ?? 'mt1', +// wsHost: import.meta.env.VITE_PUSHER_HOST ? import.meta.env.VITE_PUSHER_HOST : `ws-${import.meta.env.VITE_PUSHER_APP_CLUSTER}.pusher.com`, +// wsPort: import.meta.env.VITE_PUSHER_PORT ?? 80, +// wssPort: import.meta.env.VITE_PUSHER_PORT ?? 443, +// forceTLS: (import.meta.env.VITE_PUSHER_SCHEME ?? 'https') === 'https', +// enabledTransports: ['ws', 'wss'], // }); diff --git a/resources/views/welcome.blade.php b/resources/views/welcome.blade.php index dd6a45db76..9faad4e85a 100644 --- a/resources/views/welcome.blade.php +++ b/resources/views/welcome.blade.php @@ -7,11 +7,11 @@ <title>Laravel - +