12
I Use This!
High Activity

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 13 hours ago.
Apr 27, 2023 — Apr 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added in model validation. More is needed though More... about 16 years ago
Very minor edits to fix some failures in the works_controller test.
Zooey Glass
as zooey-glass
More... about 16 years ago
Rarr: the authorization plugin creates automatic is_[x] methods for roles on an authorizable model, so was grabbing the is_translating check on the user model. Fixed by renaming is_translating to translation_mode_active. Also a handful of other minor tweaks done in the process of trying to isolate the problem. You must migrate after this update.
astolat
as shalott
More... about 16 years ago
Added debugging code to the users controller as a temporary measure to make the translation toggle work, but a proper fix is still needed. More... about 16 years ago
Transferred the translation page that's not javascript-dependent from bingo to the archive. Also changed the colours of the language menu in the globalize stylesheet. More... about 16 years ago
Minor tweaks for the translation image, which is not yet working More... about 16 years ago
Adds language menuto main page and is_translating field to user, please run db:migrate More... about 16 years ago
Changed comment display to make them easier to style; changed comment form to allow users with multiple pseuds to choose one
elzj78
as elzj
More... about 16 years ago
Minor tweaks to the login and account creation pages. Please note that some functionality still needs to be added to the account creation page. More... about 16 years ago
(Refactoring) Delete chapters and metadata the Rails way, via :dependent More... about 16 years ago
Fixed more comment bugs, moved comment methods to plugin
elzj78
as elzj
More... about 16 years ago
Fixed bug in comment threading - added field to make comments display property. Also added comment notification
elzj78
as elzj
More... about 16 years ago
Functional tests for admin_controller working, yay. Note that admin/user login has to be done per-test-method because of a bug in Rails 2.0.2 that prevents the normal setup method from working. Also removed the new/create/edit/update actions from admins as we only want admins to be set up by hand in the back end for now.
astolat
as shalott
More... about 16 years ago
A few tweaks to the comment views
elzj78
as elzj
More... about 16 years ago
Threaded comments are enabled for works, chapters and pseuds; there's just some rudimentary add/view integration into works so far
elzj78
as elzj
More... about 16 years ago
Integrating front-end for the account creation page (users/new.html.erb) and the account creation confirmation page (users/_confirmation.html.erb). Some functionality is still missing! More... about 16 years ago
Issue 10: Added acts_as_bookmarkable plugin, bookmarks table, bookmarks controller More... about 16 years ago
Temporary fix: call move_creations_to_default from controller, not via :before_destroy callback More... about 16 years ago
Smaller version of the logo for the login page, with fixes in authentication.css and session\new.html.erb as a result. More... about 16 years ago
Fixed more bugs in the pseud controller More... about 16 years ago
Fixed some bugs in pseuds. More... about 16 years ago
Cleaned up fixtures and removed spurious authorship test and fixture. Also rolled back the addition of metadata field to work/chapter (this is not necessary because of Rails magic :D -- only the "belongs_to" model needs to actually have the database field.)
astolat
as shalott
More... about 16 years ago
Adds logo to login page (session\new.html.erb). More... about 16 years ago
Added migration for version fields. More... about 16 years ago
added checks to make sure only one pseud is default at a time, updated the pseud model, added a pseud chooser for creations More... about 16 years ago
Adds authentication stylesheet, links it in application.html.erb and integrates it into session\new.html.erb. More... about 16 years ago
Temporary workaround so people can create test accounts and authorize them while waiting for mailing to be fixed.
astolat
as shalott
More... about 16 years ago
Tweaked user mailer settings to try and get it working on the server. This won't start working until Systems fixes the SMTP server, unfortunately.
astolat
as shalott
More... about 16 years ago
A whole bunch of work to enable connections between users and works/chapters. A little work done on pseuds to automatically create a default pseud on user creation and to prevent the user from deleting or editing this pseud, although this is way incomplete.
astolat
as shalott
More... about 16 years ago
Enabled resetting of lost passwords for users
elzj78
as elzj
More... about 16 years ago