Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Disable routing filter in tests by using RoutingFilter.active rather than ↵ | Matthew Landauer | 2013-01-25 | -3/+2 |
| | | | | writing to ActionController::Routing::Routes.filters | |||
* | Fix regression by allowing Date objects too | Henare Degan | 2012-11-21 | -0/+4 |
| | ||||
* | Make simple_date respect the time zone | Henare Degan | 2012-11-18 | -0/+8 |
| | ||||
* | Change the behaviour of admin_url to always return a full URL | Henare Degan | 2012-10-04 | -2/+2 |
| | ||||
* | Correct default value for ADMIN_BASE_URL | Henare Degan | 2012-10-04 | -2/+2 |
| | | | | Back in 008e64e7 it was changed so that you could just set a blank value instead of '/admin/', it looks like test.yml was never updated and somehow lib/configuration.rb started off with the old value too. | |||
* | Describe the current behavior of admin_url | Henare Degan | 2012-10-04 | -0/+25 |
| | ||||
* | Update spec for previous commit. | Louise Crow | 2012-08-29 | -2/+2 |
| | ||||
* | Fix for the case where an external request has no user_name | Louise Crow | 2012-08-29 | -11/+21 |
| | ||||
* | Let admin users use auto-login URLs | Robin Houston | 2012-02-06 | -3/+3 |
| | | | | | | Don't change logged-in user from an admin when visiting a auto-login URL. Closes #306. | |||
* | Be sure to restore RoutingFilters | Robin Houston | 2012-01-20 | -1/+6 |
| | | | | | | There were some order-dependent test failures that turned out to be caused by the fact that the RoutingFilters were cleared and not subsequently restored, by some tests. | |||
* | Don't choke on unescaped characters in URIs. Fixes #335. | Seb Bacon | 2012-01-11 | -0/+12 |
| | ||||
* | changes to get tests to pass with IZ fork and new routing-filter gem | Seb Bacon | 2011-07-11 | -1/+2 |
| | ||||
* | Make path work in Ruby 1.9 | Francis Irving | 2010-09-15 | -1/+1 |
| | ||||
* | Allowing extra parameters to be passed to request_url | louise | 2009-04-03 | -0/+23 |