Commit Graph

306 Commits

Author SHA1 Message Date
aeberhardo 87bf2402d4 Fixed a typo in Contributing chapter
Signed-off-by: aeberhardo <aeberhard@gmx.ch>
2013-04-09 10:38:34 +02:00
Steven Klar 4086d130d1 Add unregister to IoC-Contrainer
Signed-off-by: Steven Klar <steven.klar@mayflower.de>
2013-04-02 11:09:40 +02:00
Taylor Otwell d293f9c6a8 Merge pull request #1676 from chrishow/form-label-html
Make HTML escaping optional for label contents.
2013-03-28 14:50:07 -07:00
Taylor Otwell e8834d764e Merge pull request #1692 from adityamenon/master
The tiniest PR you've ever seen.
2013-03-28 14:34:12 -07:00
Taylor Otwell e289bc4893 Merge pull request #1700 from davedx/master
Documentation update for Fluent
2013-03-28 14:30:22 -07:00
bruston 53a14206b1 Minor correction to controllers documentation.
Signed-off-by: bruston <benjy.ruston@gmail.com>
2013-03-27 13:07:48 +00:00
Taylor Otwell 88cde2c91d update change log. 2013-03-21 23:22:44 -05:00
Dave Clayton 43afc7b9fa Made how to do AND WHERE in fluent more explicit in the docs 2013-02-12 14:54:13 +01:00
aditya 8e27840718 (Very) minor typo fix. 2013-02-08 05:12:06 +05:30
Chris How 87c588c610 Updated docs 2013-02-03 19:34:13 +01:00
Eddie Monge Jr. f997838f5f Update laravel/documentation/requests.md
Fixed typo. Missing opening paren
2013-01-12 17:32:38 -08:00
Taylor Otwell 63bf89efd5 Merge branch 'develop' of github.com:laravel/laravel into develop 2013-01-10 16:21:01 -06:00
Taylor Otwell c9faa957a3 Merge branch 'master' of github.com:laravel/laravel into develop 2013-01-10 16:20:09 -06:00
Taylor Otwell 06538cc8c0 update change log. 2013-01-10 16:19:36 -06:00
Pierre Bertet 4a47bda118 Documentation: markdown syntax
Signed-off-by: Pierre Bertet <bonjour@pierrebertet.net>
2013-01-10 16:10:07 +01:00
Pierre Bertet 347f1b8d97 Documentation: typo
Signed-off-by: Pierre Bertet <bonjour@pierrebertet.net>
2013-01-10 16:10:07 +01:00
Pierre Bertet f69b70aa80 Documentation: typo
Signed-off-by: Pierre Bertet <bonjour@pierrebertet.net>
2013-01-10 16:10:07 +01:00
Pierre Bertet a1facced9a Documentation typography: ellipses
Signed-off-by: Pierre Bertet <bonjour@pierrebertet.net>
2013-01-10 16:10:07 +01:00
Pierre Bertet 63708d64e0 Documentation: typo
Signed-off-by: Pierre Bertet <bonjour@pierrebertet.net>
2013-01-10 16:10:07 +01:00
Pierre Bertet 1e7917adea Documentation: relative link to the documentation
Signed-off-by: Pierre Bertet <bonjour@pierrebertet.net>
2013-01-10 16:10:07 +01:00
Andreas Heiberg 4de7510bfd fixed typo
I suppose stored is what was meant to be typed?
2013-01-09 22:31:17 +01:00
Dayle Rees f0c3dbba40 Fixing merge issues. 2013-01-06 20:14:07 +00:00
Taylor Otwell f7d0b437c3 Merge pull request #1278 from Jakobud/feature/doc/strings
Added output from examples to String documentation
2013-01-05 13:15:10 -08:00
Taylor Otwell 358e8abde6 Merge pull request #1390 from Anahkiasen/feature/url_language
Add URL::to_language and HTML::link_to_language localization helpers
2013-01-05 12:46:43 -08:00
Taylor Otwell 829fa4edd8 Merge pull request #1399 from HiroKws/correct/document/html
Correct document page of HTML page.
2013-01-05 12:44:39 -08:00
Taylor Otwell c463d2a4ab Merge pull request #1400 from sdbondi/develop
Ref #649 - Added documentation for where_between suite of methods (Ref Pull #1365)
2013-01-05 12:43:54 -08:00
Taylor Otwell 875cac6c83 Merge branch 'master' into develop 2013-01-05 14:36:48 -06:00
Taylor Otwell 0726fb8e84 Merge pull request #1415 from j20/patch-1
Update laravel/documentation/localization.md
2013-01-05 12:36:27 -08:00
Taylor Otwell e1d081bd54 Merge pull request #1501 from JesseObrien/master
Add Response::jsonp() to Response class.
2013-01-05 12:18:14 -08:00
Franz Liedke efdc12ed25 Fix typo. 2013-01-05 21:07:31 +01:00
Taylor Otwell 22107fe944 Merge pull request #1461 from AustinW/master
Minor corrections to the documentation and using Input::json() with Validator
2013-01-05 12:06:53 -08:00
Taylor Otwell 3bbc809c12 Merge pull request #1479 from Ore4444/patch-1
Update laravel/documentation/views/templating.md
2013-01-05 12:00:14 -08:00
Taylor Otwell e0dfd7c5d3 Merge pull request #1502 from olivervogel/develop
added lists() method to the fluent documentation
2013-01-05 11:50:51 -08:00
Taylor Otwell 153c2837f3 Update docs. 2013-01-05 13:36:02 -06:00
Taylor Otwell 0993552c0a Merge pull request #1554 from theideapeople/patch/doc-rule-arrays
Added documentation for validating arrays.
2013-01-05 11:16:53 -08:00
Taylor Otwell 1a33a13a3a Merge branch 'master' into develop 2013-01-05 13:05:06 -06:00
Taylor Otwell 2827c3fc78 Document group_by. 2013-01-05 13:04:22 -06:00
Taylor Otwell 0339a3276b Fix bad doc. 2013-01-05 13:02:58 -06:00
Jesse O'Brien e854464a21 Added section on Enabling the profiler.
Thanks to @sparksp for pointing it out.
2013-01-03 12:06:26 -05:00
Jesse O'Brien 4d6827ca14 Adding documentation for the Profiler logging and timers.
Simple as that :)
2013-01-03 12:06:26 -05:00
Ken Stanley 6b18fc2b24 Added documentation for validating arrays. 2012-12-31 09:22:50 -05:00
Oliver Vogel 3e4eb5fc3d added lists() method to the fluent documentation 2012-12-06 20:44:39 +01:00
Jesse O'Brien 404b59730a Added callback wrapper for JSONP auto wrapping. 2012-12-06 11:57:26 -05:00
Jesse O'Brien cf6e2a768b Add documentation for JSONP Response 2012-12-06 11:22:48 -05:00
Adam Becker 742eb4ea8d fix link to #route-groups 2012-12-03 13:24:46 -05:00
Ore Landau a9f97961ef Update laravel/documentation/views/templating.md
Fixed a false example.
2012-11-27 13:15:14 +02:00
Taylor Otwell d2fefa65aa Work on section handling. 2012-11-06 15:04:13 -06:00
j20 39320dc847 Update laravel/documentation/localization.md
Updated to use the two-letter, ISO standard language code for Spanish--'es' instead of 'sp'.
2012-11-03 14:54:38 -05:00
Taylor Otwell c69c7cac1a Merge branch 'master' of github.com:laravel/laravel 2012-10-31 08:54:26 -05:00
Taylor Otwell b386eeec8a update change log. 2012-10-31 08:54:07 -05:00