aboutsummaryrefslogtreecommitdiffstats
path: root/spec/controllers/user_controller_spec.rb
Commit message (Collapse)AuthorAgeLines
* install fixture necessary for test to pass (not sure how this worked ↵Seb Bacon2010-12-30-2/+2
| | | | previously...)
* Test for users.Francis Irving2010-10-18-0/+21
|
* Make path work in Ruby 1.9Francis Irving2010-09-15-1/+1
|
* Fix HTML nestingFrancis Irving2010-07-15-2/+2
|
* Fix HTMLFrancis Irving2010-07-15-4/+6
|
* Change test to work with new action nameFrancis Irving2010-07-14-4/+4
|
* Some more tests for profile photos.Francis Irving2010-07-14-2/+21
|
* Factor out common bits.Francis Irving2010-07-14-9/+11
|
* Get picture posting to workFrancis Irving2010-07-14-3/+7
|
* Test for submitting profile photo. Clean up HTML.Francis Irving2010-07-14-0/+12
|
* Use new name of actionFrancis Irving2010-07-14-2/+2
|
* Merge branch 'master' into francis-profile-photoFrancis Irving2010-07-13-13/+167
|\ | | | | | | | | | | | | Conflicts: app/views/user/show.rhtml commonlib spec/controllers/user_controller_spec.rb
| * Allow emails case insensitively.Francis Irving2010-03-20-0/+12
| |
| * Only change email address when they confirm the email, so there is noFrancis Irving2010-03-10-11/+42
| | | | | | | | security leak that someone is registered with an email
| * Use bob instead of silly as test user. Make it behave better if existingFrancis Irving2010-03-10-15/+47
| | | | | | | | email changed to.
| * Slight comment changeFrancis Irving2010-03-10-1/+1
| |
| * Form for changing your email addressFrancis Irving2010-03-10-0/+70
| |
| * Rename signchange to signchangepasswordFrancis Irving2010-03-10-10/+10
| |
| * Fix remember me.Francis Irving2009-12-22-0/+9
| |
* | Part of profile photoFrancis Irving2009-11-01-0/+10
| |
* | Pad out a couple of incomplete tests that were there already.Francis Irving2009-11-01-0/+16
|/
* Make number of days explicit.francis2009-10-26-1/+1
|
* update comment to reflect new location for rspec docstony2009-03-19-1/+1
|
* Fix up test code, and some bugs relating to splitting out raw_email data.francis2008-09-22-1/+1
|
* Migration to Rails 2.1francis2008-09-04-1/+1
|
* Update text nor user emails are formattedfrancis2008-08-29-1/+1
|
* Test update.francis2008-05-09-1/+1
|
* Test stuff for password changing.francis2008-03-21-0/+58
|
* Improvements to test code for requests, users and admin.francis2008-03-20-7/+61
|
* Overdue request alerts.francis2008-03-19-0/+7
| | | | Some other tweaks to user tests.
* Make users all have their own URL, rather than sharing if they have the same ↵francis2008-03-12-1/+1
| | | | name.
* Fix up tests.francis2008-03-06-1/+1
|
* Some test code updates.francis2008-02-28-6/+9
|
* Use names in URLs of requests.francis2008-02-27-6/+6
|
* Store url_name in database for usersfrancis2008-02-27-6/+6
|
* Fix lots of test code errors.francis2008-02-21-1/+1
|
* Need this now, as info request listing inside user page requires getting due ↵francis2008-02-14-1/+1
| | | | date, which requires incoming messages.
* Make each incoming message have an info_request_event.francis2008-02-01-1/+1
|
* Show both signin and signup forms still after error, so can choose other.francis2007-12-14-10/+10
|
* Word wrap emails.francis2007-12-12-5/+5
| | | | Fix user id references in test code.
* Get user controller to 100% test coverage.francis2007-11-09-8/+27
|
* Add lots more tests.francis2007-11-08-4/+116
| | | | Fix an ACTUAL BUG a test found :)
* Redirect to simplified name URL if given complex onefrancis2007-11-08-0/+5
|
* Make "rake spec:check" not check views or helpers, as I don't thinkfrancis2007-11-01-0/+1
| | | | | | | | | we need specialist test files for them (and even if I did they are screwed, as they can't call functions in controllers/views/routes from the test framework). Move various link to URL helpers into their own file, for ease of calling from views and controllers. Document Spec directory in top level README.
* Tests for some controllers.francis2007-10-31-0/+27