Commit Graph

2188 Commits

Author SHA1 Message Date
Carlos e057193de0 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.
2012-05-19 01:21:18 -05:00
Carlos 23a25b9abb Revert "Added a function for handling HTML special characters"
This reverts commit b47fc6476a.
2012-05-19 01:17:53 -05:00
Carlos b47fc6476a Added a function for handling HTML special characters 2012-05-19 01:12:29 -05:00
Taylor Otwell 3a62036a9c fix urlencode prob 2012-04-24 22:47:35 -05:00
Taylor Otwell 8e05530869 Merge pull request #570 from AoSiX/urlencode_issue
Change htmlentities to urlencode for link
2012-04-24 08:41:35 -07:00
Julien TANT 8eae68bde0 Change htmlentities to urlencode for link
Signed-off-by: Julien TANT <julien@ao6-labs.eu>
2012-04-21 14:51:03 +02:00
Taylor Otwell af42dec07b update change log and version. 2012-04-19 08:21:42 -05:00
Taylor Otwell affcad0948 fix bug surrounding cookie session driver. 2012-04-19 08:19:15 -05:00
Taylor Otwell 9c823d42be Merge branch 'master' of github.com:laravel/laravel 2012-04-18 20:36:51 -05:00
Taylor Otwell 24e382848c add response to done event. 2012-04-18 20:36:38 -05:00
Taylor Otwell f1435ce195 Merge pull request #546 from ProgerXP/patch-typos
Corrected typos in the comments.
2012-04-17 17:58:19 -07:00
Pavel 482aed9379 Corrected typos in the comments.
Signed-off-by: Pavel <proger.xp@gmail.com>
2012-04-16 18:44:11 +04:00
Taylor Otwell 728a320cbc increment version and update change log. 2012-04-13 08:24:42 -05:00
Taylor Otwell f45330a006 call render method on view when including in blade. 2012-04-13 08:23:11 -05:00
Taylor Otwell bcca8be072 Merge branch 'master' of github.com:laravel/laravel 2012-04-10 10:09:43 -05:00
Taylor Otwell cb9050844a incremented version. 2012-04-10 10:09:34 -05:00
Taylor Otwell 2e7cca1d0b Merge pull request #512 from Mikaweb/patch-1
Misspelt word corrected!
2012-04-10 07:49:05 -07:00
Taylor Otwell 60b5e38ca0 return after loading mapped class in autoloader. 2012-04-10 09:48:54 -05:00
Taylor Otwell b370549d80 Merge pull request #517 from joecwallace/migrate-resolver-classify-fix
Resolver::resolve() bug fix
2012-04-10 07:47:34 -07:00
Taylor Otwell a3e0c7c0c4 Merge pull request #522 from kloy/master
Custom validation messages in language file fix.
2012-04-10 07:43:49 -07:00
Taylor Otwell 9ee9e7bb5e Merge pull request #518 from joecwallace/eloquent-model-table-basename-fix
Eloquent Model::table() bug fix
2012-04-09 19:55:34 -07:00
Keith Loy 53e8f9b774 Fixing bug where custom validation messages in bundle language files were not getting picked up. 2012-04-09 21:11:54 -05:00
Joe Wallace f7aee0ca2a Model::table() uses class_basename() helper - which properly discards namespaces on *nix systems
Signed-off-by: Joe Wallace <joew@atiba.com>
2012-04-09 11:28:40 -05:00
Joe Wallace 201732135d Resolver::resolve() uses Str::classify() to determine class names
Signed-off-by: Joe Wallace <joew@atiba.com>
2012-04-09 11:02:11 -05:00
Maxime Dizerens 3850f575f0 Misspelt word corrected! 2012-04-07 00:03:33 +03:00
Taylor Otwell b7ac1b75af updated change log and incremented version. 2012-04-05 09:30:16 -05:00
Taylor Otwell cc4514e8f6 Fix bug in many to many eager loading.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
2012-04-05 09:21:28 -05:00
Taylor Otwell 3e00ce2efb fix bug regarding SSL cookies. 2012-04-04 09:50:01 -05:00
Taylor Otwell bf886f3271 incrementing version. 2012-04-01 13:49:56 -05:00
Taylor Otwell d2f35900cd fix where in shortcut and response header casing problem. 2012-04-01 13:48:27 -05:00
Taylor Otwell b72f4e9fd9 fix change log. 2012-03-30 08:44:56 -05:00
Taylor Otwell 6aaf015cff incremented version and change log. 2012-03-30 08:43:10 -05:00
Taylor Otwell 75f6384767 fix eloquent->delete bug. 2012-03-30 08:41:52 -05:00
Taylor Otwell b870ac09dd fix front controller. 2012-03-29 22:06:39 -05:00
Taylor Otwell 67758b6932 update change log. 2012-03-29 22:06:20 -05:00
Taylor Otwell b5dd77d387 Fixing Eloquent constructor bug.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
2012-03-29 22:04:04 -05:00
Taylor Otwell 15982efd11 Merge branch 'master' of github.com:laravel/laravel 2012-03-29 14:21:31 -05:00
Taylor Otwell b2324a7575 upgrade change log for redis database option. 2012-03-29 14:21:19 -05:00
Taylor Otwell 713f70a777 Merge pull request #456 from Tenga/master
Updated upgrade guide, Blade was missing from aliases
2012-03-29 09:50:15 -07:00
Taylor Otwell 6bf68aad38 update for 3.1.1 2012-03-28 11:43:32 -05:00
Taylor Otwell 720d9de582 Fix bug in eloquent model hydration.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
2012-03-28 11:07:26 -05:00
Drazen 176f0862aa Updated upgrade guide, Blade is also needed in the aliases
Signed-off-by: Drazen <drazen@promotim.ba>
2012-03-28 11:09:47 +02:00
Taylor Otwell 2c12be305d register symfony console namespace with autoloader. 2012-03-27 22:40:13 -05:00
Taylor Otwell c327fdcf47 added vendor directory which contains the symfony console component. 2012-03-27 22:36:45 -05:00
Taylor Otwell 70f586281f removing tests and vendor. 2012-03-27 15:50:33 -05:00
Taylor Otwell 9eabd73b64 <auto> merging hotfixes. re-added tests into repository. 2012-03-27 15:47:04 -05:00
Taylor Otwell 8b4c17a8b6 <auto> removed unit tests from repository. 2012-03-27 15:46:51 -05:00
Taylor Otwell fd725aca21 fixing release script. 2012-03-27 15:46:42 -05:00
Taylor Otwell 59ae60d287 fixing release script. 2012-03-27 15:45:52 -05:00
Taylor Otwell 8f22071e6f Merge branch 'develop' into testing 2012-03-27 15:44:31 -05:00