Merge 'trunk' into 'compres'
Marcus Ramberg [Wed, 25 Jun 2008 19:06:44 +0000 (19:06 +0000)]
r20038@Command-Central (orig r7857):  bricas | 2008-05-29 15:01:03 +0200
Added the ability to remove parameters in req->uri_with() by passing in an undef value (RT #34782)
r21359@Command-Central (orig r7936):  bricas | 2008-06-20 20:14:11 +0200
remove a confusing and duplicate bit of documentation
r21361@Command-Central (orig r7938):  bricas | 2008-06-23 15:38:24 +0200
Fix for LocalRegex when used in the Root controller
r21418@Command-Central (orig r7995):  bricas | 2008-06-24 00:01:06 +0200
Update HTTP::Body dep so that the uploadtmp config value will work (RT #22540)
r21419@Command-Central (orig r7996):  bricas | 2008-06-24 02:14:21 +0200
remove 0-length query string components so warnings aren't thrown (RT #36428)

1  2 
Changes

diff --cc Changes
+++ b/Changes
@@@ -1,16 -1,13 +1,21 @@@
  # This file documents the revision history for Perl extension Catalyst.
  
  5.7xxx  xxx
 +        - Refactored component resolution (component(), models(), model(), et al). We now
 +          throw warnings for two reasons:
 +          1) model() or view() was called with no arguments, and two results are returned
 +             -- set default_(model|view), current_(model|view) or current_(model|view)_instance
 +             instead
 +          2) you call a component resolution method with a string, and it resorts to a regexp 
 +             fallback wherein a result is returned -- if you really want to search, call the
 +             method with a regex as the argument
+         - remove 0-length query string components so warnings aren't thrown (RT #36428)
+         - Update HTTP::Body dep so that the uploadtmp config value will work (RT #22540)
+         - Fix for LocalRegex when used in the Root controller
          - Get some of the optional_* tests working from dirs with spaces (RT #26455)
          - Fix Catalyst::Utils::home() when application .pm is in the current dir (RT #34437)
+         - Added the ability to remove parameters in req->uri_with() by passing in
+           an undef value (RT #34782)
  
  5.7014  2008-05-25 15:26:00
          - Addition of .conf in restart regex in Catalyst::Engine::HTTP::Restarter::Watcher