Posted by mikeytown2 on May 13, 2010 at 8:38pm
| Download | Size | md5 hash |
|---|---|---|
| views404-6.x-1.0-alpha3.tar.gz | 6.55 KB | 8a85af04c2529373f501d26a222e1870 |
| views404-6.x-1.0-alpha3.zip | 7.03 KB | a8e419f1b52c0d16f324c69e4b9718e7 |
Last updated: December 25, 2010 - 00:07
Release notes
Will not throw 404 for embedded views that also have a path.
Hopefully the last alpha.
Known Issues:
Date Modules "date_browser" view uses arguments but does not define a % in the path. If you have a view that defines a default argument, then this might cause a 404 when you give it an argument.
example.com/calendar
example.com/calendar/2010-05
When it should be example.com/calendar/% because it takes an argument; but then example.com/calendar will not work... need to dig into the view & cover this situation.