Tom Hughes
3ae17e46ad
Replace deprecated response.redirected_to with response.redirect_url
2011-11-14 09:42:50 +00:00
Tom Hughes
ba97fca4f2
Switch to using the gem version of open_id_authentication
2011-11-14 09:42:50 +00:00
Tom Hughes
4cf73c81ba
Remove monkey patch added for rails 2
2011-11-14 09:42:50 +00:00
Tom Hughes
bded277e11
Update to rails 3.0.9
2011-11-14 09:42:50 +00:00
Tom Hughes
c7570462ad
Update rails to 3.0.7
2011-11-14 09:42:50 +00:00
Tom Hughes
4f3ad5a6a0
Update rails to 3.0.6
2011-11-14 09:42:49 +00:00
Tom Hughes
1d8cb67dd8
Require version 3.1.6 of composite_primary_keys
2011-11-14 09:42:49 +00:00
Tom Hughes
1da4cecaf6
List all objects that are blocking a delete, in a well defined order
2011-11-14 09:42:49 +00:00
Tom Hughes
7d09beb570
Fixed tests to handle multi-part confirmation email
2011-11-14 09:42:49 +00:00
Tom Hughes
53223500df
Update to composite_primary_keys 3.1.5
2011-11-14 09:42:49 +00:00
Tom Hughes
3db33c213c
Require version 0.4.0 of the oauth plugin
2011-11-14 09:42:49 +00:00
Tom Hughes
f8ace8f9e0
Cope with MESSAGES_DOMAIN not being defined
2011-11-14 09:42:48 +00:00
Tom Hughes
bd7a912aa6
Specify the format when requesting an RSS feed
2011-11-14 09:42:48 +00:00
Tom Hughes
4ea63afd24
Update use of deprecated forms of form_for
2011-11-14 09:42:48 +00:00
Tom Hughes
f0d7c4a8d6
Rework expansion of HTTP status code to work with rails 3
2011-11-14 09:42:48 +00:00
Tom Hughes
c00a3e948a
Avoid using string interpolation in conditions
2011-11-14 09:42:48 +00:00
Tom Hughes
6d59a122ea
Update to rails 3.0.5, arel 2.0.9 and composite_primary_keys 3.1.4
2011-11-14 09:42:48 +00:00
Tom Hughes
604011d6a8
Update versions of several gems to match what we are testing with
2011-11-14 09:42:48 +00:00
Tom Hughes
11799d729e
Require arel 2.0.8 or later to avoid problems with Postgres enums
2011-11-14 09:42:47 +00:00
Tom Hughes
b6ebd640f8
Update to rails 3.0.4 and composite_primary_keys 3.1.1
2011-11-14 09:42:47 +00:00
Tom Hughes
d63d49b967
Removed extension from assert_template calls
2011-11-14 09:42:47 +00:00
Tom Hughes
e007ad3a00
Fix tests to copy with new style mail objects
2011-11-14 09:42:47 +00:00
Tom Hughes
99a4ddd1da
Set the preferred language for all test users
...
Users with no preferred language will have one set by any request
which has an Accept-Language so in order to stop one test accidentally
affecting another by changing the language we need to make sure all
the users have a preferred language set to start with.
2011-11-14 09:42:47 +00:00
Tom Hughes
edb68e839f
Rail 3 has renamed fieldWithErrors to field_with_errors
2011-11-14 09:42:47 +00:00
Tom Hughes
b84ffebb7b
Set Accept-Language in a rails 3 compatible way
2011-11-14 09:42:47 +00:00
Tom Hughes
7f556f94f1
Temporary fix for postgres enums pending rails 3.0.4
2011-11-14 09:42:46 +00:00
Tom Hughes
feef62b1cc
Do validation in the :save context when testing email address validations
2011-11-14 09:42:46 +00:00
Tom Hughes
90a7efcf4d
Use validates_email_format_of as a gem instead of a plugin
2011-11-14 09:42:46 +00:00
Tom Hughes
74fc891e9d
Update to composite_primary_keys 3.0.9
2011-11-14 09:42:46 +00:00
Tom Hughes
65a3848fcc
Update to rails 3.0.3 and composite_primary_keys 3.0.0.b3
2011-11-14 09:42:46 +00:00
Tom Hughes
b89486eab0
Rework AMF controller's streaming output for rails 3
2011-11-14 09:42:46 +00:00
Tom Hughes
35e60d4d7b
Avoid empty content_for blocks as they trigger warnings
2011-11-14 09:42:45 +00:00
Tom Hughes
dc9b0e8c94
Rename notifier views to new style names
2011-11-14 09:42:45 +00:00
Tom Hughes
1e13e6ae2d
Update oauth support for rails 3 version of oauth plugin
2011-11-14 09:42:45 +00:00
Tom Hughes
a92223a506
Duplicate records raise RecordNotUnique now, not StatementInvalid
2011-11-14 09:42:45 +00:00
Tom Hughes
22d15c090a
Add fixtures for user blocks and tokens
2011-11-14 09:42:45 +00:00
Tom Hughes
58432bd8b1
Require iconv directly as rails no longer loads it
2011-11-14 09:42:45 +00:00
Tom Hughes
3d55db46ed
Avoid use of deprecated methods on error objects
2011-11-14 09:42:45 +00:00
Tom Hughes
986f1c61fa
Use last_modified method instead of setting the header manually
2011-11-14 09:42:44 +00:00
Tom Hughes
226c41be69
Update ActiveRecord queries to use arel
2011-11-14 09:42:44 +00:00
Tom Hughes
a543e731c0
Switch to using the rails-i18n-updater gem instead of the rails-i18n plugin
2011-11-14 09:42:44 +00:00
Tom Hughes
b2e9d8176b
Go back to the rails 3 based upstream version of session-persistence
2011-11-14 09:42:44 +00:00
Tom Hughes
819badd55b
Reflect move of u_unpack from Chars to Unicode
2011-11-14 09:42:43 +00:00
Tom Hughes
1a8d73c024
Use an observer to detect changes to the selected legale
2011-11-14 09:42:43 +00:00
Tom Hughes
63862d008e
Update validates_email_format_of plugin
2011-11-14 09:42:43 +00:00
Tom Hughes
14ba9f0a37
Fix some deprecation warnings in the file_column plugin
2011-11-14 09:42:43 +00:00
Tom Hughes
7901815718
Use symbols consistently for names of content blocks
2011-11-14 09:42:43 +00:00
Tom Hughes
0dba53c023
Declare callbacks explicitly
2011-11-14 09:42:43 +00:00
Tom Hughes
423f5ffbc2
Use config.filter_parameters instead of filter_parameter_logging
2011-11-14 09:42:43 +00:00
Tom Hughes
7d45c2fd3c
Replace request.request_uri with request.fullpath
2011-11-14 09:42:42 +00:00