Taylor Otwell
ff682d69c0
Merge pull request #1546 from darkimmortal/master
...
Fix for white-on-white profiler text when using dark site theme
2013-01-06 07:52:07 -08:00
Taylor Otwell
05cb1ea5ad
Merge pull request #1234 from ROMOPAT/patch-1
...
add use Closure;
2013-01-05 13:24:45 -08:00
Taylor Otwell
e7ae316e44
Merge pull request #1235 from ROMOPAT/patch-2
...
Undefined namespace Grammars
2013-01-05 13:23:47 -08: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
Taylor Otwell
731cec2475
Merge pull request #1465 from ethaizone/patch-1
...
Update laravel/validator.php
2013-01-05 12:04:59 -08:00
Taylor Otwell
14179c8811
Merge pull request #1520 from JorgeMurta/master
...
Small Changes on the Language File (PT-PT)
2013-01-05 11:46:54 -08:00
Taylor Otwell
f8dbe4cddd
Merge pull request #1530 from tempestim/master
...
Fix for validate_required_with
2013-01-05 11:44:00 -08:00
Taylor Otwell
b69e649a7f
Merge pull request #1539 from williamn/patch-1
...
Update application/language/id/pagination.php
2013-01-05 11:38:28 -08:00
Taylor Otwell
ab152200e9
Merge pull request #1545 from bryanwood/master
...
Adds WinCache caching driver
2013-01-05 11:31:25 -08:00
Taylor Otwell
bdb5941af2
Merge pull request #1558 from deerawan/update-id-translation
...
update new indonesian translation validation text
2013-01-05 11:12:50 -08:00
Taylor Otwell
fd1289760f
Merge pull request #1560 from DServy/master
...
Added a more dynamic method for checking dblib (response to ticket #770 )
2013-01-05 11:08:08 -08:00
Taylor Otwell
d5d6d2856a
Merge pull request #1563 from JesseObrien/docs/profiler
...
Documenting Profiler
2013-01-05 11:04:42 -08: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
David Staley
4cea38e0b3
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.
2013-01-02 10:44:20 -07:00
Bugan
a05597e696
update new indonesian translation validation text
2013-01-01 20:07:03 +07:00
Darkimmortal
c63ed36c73
fixed white-on-white profiler text
...
Signed-off-by: Darkimmortal <admin@imgkk.com>
2012-12-27 03:33:33 +00:00
Bryan Wood
117a4cb843
added wincache cache driver
2012-12-26 13:47:36 +10:00
William Notowidagdo
3411d97417
Update application/language/id/pagination.php
...
Replaced 'next' translation with the correct word.
2012-12-21 05:30:20 +07:00
James Spibey
dcc5649318
validate_required_with fix
2012-12-17 11:33:38 +00:00
Jorge Murta
49456bbce6
Small Changes to the Language File (PT)
2012-12-14 08:38:15 +00:00
Jesse O'Brien
4f5cc0cd97
Add semi-colon onto padding to be safe.
2012-12-06 12:04:06 -05: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
Jesse O'Brien
1beea5d594
Add JSONP as a default response.
2012-12-06 11:19:39 -05:00
Taylor Otwell
f25d09dd07
Merge pull request #1492 from adamjacobbecker/patch-1
...
fix link to #route-groups
2012-12-03 10:32:19 -08:00
Adam Becker
742eb4ea8d
fix link to #route-groups
2012-12-03 13:24:46 -05:00
Dayle Rees
ca9c3b72b2
Merge pull request #1481 from maxdmyers/patch-1
...
Dragons not present after warning
2012-11-27 07:40:35 -08:00
Max Myers
4f32cf4e65
Dragons not present after warning
2012-11-27 10:14:44 -05:00
Nimit Suwannagate
6a8a3bca2b
Update laravel/validator.php
...
Fix: Replace :other with Validation Attributes (from validation.php in language folder)
2012-11-23 00:42:55 +07:00
Taylor Otwell
d2fefa65aa
Work on section handling.
v3.2.12
2012-11-06 15:04:13 -06:00
Dayle Rees
49b2d4ab1a
Merge pull request #1423 from laravie/feature/html-testcase
...
Add unit testing coverage for Laravel\HTML
2012-11-06 07:08:27 -08:00
crynobone
56eca662cc
Session unit test giving a weird output
...
Signed-off-by: crynobone <crynobone@gmail.com>
2012-11-06 22:56:04 +08:00
crynobone
0d8a4ffbdd
Add unit testing coverage for Laravel\HTML and improve setUp and tearDown for Form unit-test
...
Signed-off-by: crynobone <crynobone@gmail.com>
2012-11-06 22:33:29 +08:00
crynobone
6dc6b2b5ae
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>
2012-11-06 19:43:13 +08:00
Dayle Rees
d20add8f75
Merge pull request #1422 from laravie/feature/form-testcase
...
Add full code coverage for Laravel\Form
2012-11-06 01:46:58 -08:00
crynobone
72dbf5ddeb
Add full code coverage for Laravel\Form
...
Signed-off-by: crynobone <crynobone@gmail.com>
2012-11-06 17:42:35 +08:00
Taylor Otwell
1ddb4bb6cd
Merge pull request #1419 from laravie/feature/blade-testcase
...
Improve Blade unit-test code coverage
2012-11-05 06:46:12 -08:00
crynobone
dace3d5091
Add additional tests
...
Signed-off-by: crynobone <crynobone@gmail.com>
2012-11-05 22:33:34 +08:00
crynobone
915becdb69
Improve Blade unit-test code coverage
...
Signed-off-by: crynobone <crynobone@gmail.com>
2012-11-05 22:07:19 +08:00
Shawn McCool
e714c0b487
Update laravel/helpers.php
...
fixed example code in docblock for url()
2012-11-05 09:28:48 +01:00
Jason Lewis
436672c33c
Merge branch 'master' into develop
2012-11-04 15:43:10 +11:00
Jason Lewis
1559a6bbc8
Use the public facing URL for fetching bundles stored on GitHub.
...
Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com>
2012-11-04 15:43:03 +11: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
5059ced2e1
Merge pull request #1413 from machuga/develop
...
Add 500 response code to exception handler. -- machuga, JesseOBrien, sde...
2012-11-02 19:09:11 -07:00
Matthew Machuga
24ba947d10
Add 500 response code to exception handler. -- machuga, JesseOBrien, sdeinum
2012-11-02 21:58:24 -04:00
Taylor Otwell
d693a82615
Merge pull request #1408 from cartalyst/develop
...
Allowing use of third party Routers to handle Routing.
2012-10-31 14:31:50 -07:00
Ben Corlett
79ff05bcd4
Merge branch 'develop' of github.com:cartalyst/laravel into develop
2012-11-01 08:20:50 +11:00
Ben Corlett
9f138aa979
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>
2012-11-01 08:20:30 +11:00