12
I Use This!
High Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected 1 day ago.
May 19, 2023 — May 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added a fix on the edit chapter view, which was causing problems. More... about 16 years ago
issue 88 - Reset password by email address as well as by username More... about 16 years ago
the previous version of action_mailer_tls broke non-ssl email. this fixes it. More... about 16 years ago
added a hook to relative_url_root to allow deployment in situations where the app is a subdirectory instead of at the top level of the domain. More... about 16 years ago
last commit was buggy, didn't ever load local.yml More... about 16 years ago
environment.rb: ignore local.yml when running tests. abuse_report tests: use defaults in config.yml instead of old test.yml which was removed. More... about 16 years ago
Added ability to turn off and on OpenID authentication. In ArchiveConfig, it's USE_OPENID. More... about 16 years ago
added activation link back More... about 16 years ago
fixed mail initializer for ssl More... about 16 years ago
added tls plugin to enable encrypted email More... about 16 years ago
Filtered out stories that have not been posted from viewing. Have also moved some of the work display to to users_helper.rb so as not to clutter up the view. More... about 16 years ago
Issue #75: added date_of_birth_visibility to preferences, so user can choose whether to show it or not More... about 16 years ago
A bunch of work on comment testing, now running with more errors than ever, woo! \o/ However, the revised tests should run once the code itself is actually fixed.
astolat
as shalott
More... about 16 years ago
added the exception_notification plugin which will send email on 500 errors to a designated address. More... about 16 years ago
Fixed bug in full_set method - gets comments in the right order now
elzj78
as elzj
More... about 16 years ago
Added a fix for thread divs in comments not being closed. More... about 16 years ago
Fixed a regression with comments not having approve or put actions in routes.rb More... about 16 years ago
Now that there's a local.yml on sandbox, I've reworked the config.yml to make it an actual example, with non-functioning email and urls. More... about 16 years ago
Added close_tags helper, which should close all dangling tags in a block of html code. It has also been added to sanitize_format, so chapters, comments, etc should use it now. More... about 16 years ago
Small fix to fixtures: added creatorship for incomplete work. More... about 16 years ago
issue 57 - activation emails have bad url More... about 16 years ago
Fixing the nested comment/chapter routes, per lengthy discussion in Campfire here: https://fanarchive.campfirenow.com/room/136857/transcript/message/64150760
astolat
as shalott
More... about 16 years ago
Fixing some functional test errors as part of the Testing Clinic -- to follow along with these changes, search the Campfire transcripts for "**** Testing Clinic ****"
astolat
as shalott
More... about 16 years ago
Issue 98: added paragraph formatting to user profiles More... about 16 years ago
Fixes issue 76 - 'Destroying' Comments throws an error More... about 16 years ago
Fixed issues with logged in users' comments being marked as spam, along with some issues with non-logged-in users not being able to comment, as well as some spelling errors. More... about 16 years ago
no such user is an error, not a notice More... about 16 years ago
issue 68 - display archive revision in header I also updated config/deploy.rb on sandbox to put current revision in local.yml More... about 16 years ago
ignore all structures More... about 16 years ago
issue 97 - can't reset password More... about 16 years ago