Commit Graph

3753 Commits

Author SHA1 Message Date
Taylor Otwell c1ab700b65 Merge pull request #2480 from samchivers/patch-1
Corrected the spelling of 'maintenance' in maintenance mode comment block
2013-12-11 06:16:04 -08:00
samchivers 84fe7f2f0c Corrected the spelling of 'maintenance' in comment block 2013-12-11 13:29:42 +00:00
Taylor Otwell eea4713e7c Fix grammar. 2013-10-30 09:46:34 -05:00
Taylor Otwell 8084e3526a Merge pull request #2204 from mmeyer2k/patch-1
Fixed very minor typo in auth.php
2013-10-29 14:58:29 -07:00
Taylor Otwell 1d9d577f9b Merge pull request #2192 from driesvints/dv/cleanup
Remove space and add global class reference in docblock
2013-10-29 14:49:14 -07:00
Taylor Otwell 65842ae55a Merge pull request #2377 from rmobis/master
Tiny inconsistency between 'between' and 'digits_between' validation rules messages
2013-10-29 13:35:12 -07:00
Raphael Mobis Tacla d734a416e0 Replace dash for 'and' in `between` validation rules. Fixes #2377 2013-10-26 18:31:29 -02:00
Taylor Otwell b2ac3197be Merge pull request #2311 from msurguy/patch-2
The default message was not clear
2013-10-22 20:03:48 -07:00
Taylor Otwell 6a352640c5 Merge pull request #2321 from ameech/patch-1
Updated line to use spaces instead of tabs.
2013-10-22 18:07:44 -07:00
Taylor Otwell 1745513035 Merge pull request #2358 from JosephSilber/ignore-windows-thumbs
gitignore windows thumbnails
2013-10-13 18:57:04 -07:00
Joseph Silber 52a9638825 gitignore windows thumbnails 2013-10-13 21:53:44 -04:00
Taylor Otwell aced8afaab Add missing comma. 2013-10-11 22:34:42 -05:00
Taylor Otwell d1c04014dd Merge pull request #2332 from laheab/master
Move pre-update-cmd to post-update-cmd, solves inconveniences.
2013-10-11 20:33:50 -07:00
Ibrahim AshShohail 258919ad1b Moved pre-update-cmd to post-update-cmd 2013-09-29 16:02:32 +03:00
ameech a7b209ffcc Updated line to use spaces instead of tabs. 2013-09-19 00:10:17 -05:00
Maksim Surguy af1bd630d7 The default message was not clear
Added clarity
2013-09-13 17:42:21 -07:00
Taylor Otwell fbd93f6997 added note about expiry time on reminders. 2013-09-06 23:42:43 -05:00
Taylor Otwell 91ca1707b8 Merge pull request #2278 from fabpot/patch-1
Add missing license information in composer.json
2013-08-29 01:36:11 -07:00
Fabien Potencier 505f445f99 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.
2013-08-29 08:33:24 +02:00
Taylor Otwell 5c49245afe Merge pull request #2237 from mmeyer2k/patch-2
Update comment for clarity
2013-08-15 06:40:32 -07:00
Michael Meyer a4e2584985 More clarity 2013-08-07 12:53:37 -05:00
Michael Meyer 45f2234bd6 Update comment for clarity 2013-08-05 16:30:06 -05:00
Taylor Otwell 6a2ad475cf Added array validation language lines. 2013-07-30 09:05:55 -05:00
Taylor Otwell 93aee27cd9 Add expire option to reminder config. 2013-07-29 16:22:51 -05:00
Michael Meyer d0dea29df3 Fixed very minor typo 2013-07-24 08:34:30 -05:00
Dries Vints c5f288d1a5 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>
2013-07-20 16:32:39 +02:00
Taylor Otwell 08cb97fa6d Tweak .htaccess. 2013-06-15 13:15:13 -05:00
Taylor Otwell 19841d865d Merge pull request #2095 from briankiewel/patch2
changed google font url to be protocol relative
2013-06-10 05:57:53 -07:00
Brian Kiewel 0587fa28ff changed google font url to be protocol relative 2013-06-09 20:52:43 -07:00
Taylor Otwell f583a9d23f Added post create-project command to generate key. 2013-06-09 20:24:38 -05:00
Taylor Otwell b7c147c77a Update encrypter comment. 2013-06-09 20:22:11 -05:00
Taylor Otwell fe74ce3da1 Merge pull request #2089 from briankiewel/patch1
changed spaces to tabs
2013-06-09 18:17:04 -07:00
Taylor Otwell 51a013fbbf Fix closing div tag. 2013-06-09 20:07:34 -05:00
Taylor Otwell e526c08800 Added "pretend" option to mail config. 2013-06-08 13:14:14 -05:00
Brian Kiewel 4b35eea3a7 changed spaces to tabs 2013-06-07 17:00:23 -07:00
Taylor Otwell 71a5ad6282 Update readme.md 2013-06-07 08:59:40 -05:00
Taylor Otwell 1c0920080e Update readme.md 2013-06-07 08:58:40 -05:00
Taylor Otwell 9b44c33cb3 Fix package name. 2013-05-31 08:30:40 -05:00
Taylor Otwell d1520dc1b9 Adding a few things to the composer.json file. 2013-05-31 08:29:03 -05:00
Taylor Otwell 6d4418afff Merge pull request #2044 from jonathanmarvens/master
Tiny grammar fix...[:)].
2013-05-30 05:56:41 -07:00
Jonathan Barronville e8fa5f02b7 Small grammar fix. 👀 . 2013-05-29 16:37:27 -04:00
Taylor Otwell c0a26f50ac Fix unit test example. 2013-05-29 08:59:05 -05:00
Taylor Otwell b87a78fb17 Tweak welcome page. 2013-05-28 11:28:05 -05:00
Taylor Otwell 075e5e93f0 Merge branch 'master' into develop 2013-05-28 10:50:51 -05:00
Taylor Otwell e510b02812 Tweak framework readme. 2013-05-28 09:37:32 -05:00
Taylor Otwell b9fe2dda26 Merge pull request #2013 from juukie14/master
Conditionally Loading jQuery in profiler template
2013-05-28 06:08:00 -07:00
Taylor Otwell c89354f63c Merge pull request #2026 from vus520/3018bcce718665e28b6fcf8b48fc3ef79f9d8c65
add Simplified Chinese language package
2013-05-28 06:04:39 -07:00
Taylor Otwell 443fc9d7b5 Merge pull request #2027 from nils-werner/executable
Make artisan executable
2013-05-28 06:04:22 -07:00
Nils Werner 68e9fea2e6 Make artisan executable 2013-05-28 11:05:10 +02:00
Taylor Otwell c7caca41a2 Merge pull request #2022 from kirkbushell/master
Route update to call aliased Controller class
2013-05-27 18:08:11 -07:00