12
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 25, 2023 — May 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fully stubbed, fairly complete, working unit tests for all models More... almost 16 years ago
Added live validation to comment form
elzj78
as elzj
More... almost 16 years ago
Fixed 'nil object' error More... almost 16 years ago
Changed the name of the is_last_chapter? method to is_only_chapter? to minimize confusion More... almost 16 years ago
Fixed the 'nil object' error from languages_menu More... almost 16 years ago
Change message shown during chapter preview. Fixes issue 123. More... almost 16 years ago
Trying to delete the last chapter of a work shows error message and redirects to edit_work. Fixes issue 134. More... almost 16 years ago
Tweaking fixtures so works get a language_id (1819 = English) More... almost 16 years ago
Moved work comments to chapters and added the comment interfaces to the chapter views. Run db:migrate to switch over existing comments.
elzj78
as elzj
More... about 16 years ago
Made find_all_comments for a work pick up all the comments for its chapters as well More... about 16 years ago
Made creating and updating comments more AJAXy - still needs some sort of validation fix
elzj78
as elzj
More... about 16 years ago
Requires a user to have the 'translator' role in order to access the translation pages, and redirects non-translators to the works page with an explanatory message. Thank you to Beate for pwning the evil plugin! This code is commented out for now until there is an admin interface to approve translators, however. More... about 16 years ago
Added a line to the work preview page to clarify that tags aren't working yet
elzj78
as elzj
More... about 16 years ago
Made work form error messages more intelligible as per issue 133
elzj78
as elzj
More... about 16 years ago
open id still needs a user name. More... about 16 years ago
issue 96 More... about 16 years ago
changed create account to match login More... about 16 years ago
issue 96 - Improve Open ID login option More... about 16 years ago
Another fix for issue 91, so that users cannot edit the profiles of other users. More... about 16 years ago
a comment can't be logged in. changed it to check for pseud_id, which makes more sense at the model level. More... about 16 years ago
Removed leftover debug statement. Fixes issue 127. More... about 16 years ago
div fix had a bug. More... about 16 years ago
fixed "ignoring attempt to close div with body" when running comments controller functional tests labeled div's to clarify what is happening in the loop. More... about 16 years ago
email addresses should default to resolvable in tests More... about 16 years ago
Added a fix for issue 91, so that people cannot edit other people's pseuds. More... about 16 years ago
fixed chapters controller test to deal with new validations and after_saves More... about 16 years ago
replaced homegrown random generators with a plugin adapted from the faker gem. More... about 16 years ago
fixed chapter tests to pass with new validation and after_save restraints More... about 16 years ago
Initial co-authorship for works and chapters - still needs tweaking and real design
elzj78
as elzj
More... about 16 years ago
For issue 80, the translation button should now only be visible to users who have been assigned the 'translator' role. The interface for admins to assign the role hasn't been created yet. More... about 16 years ago