12
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 31, 2023 — May 31, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
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
Completing work on Issue 34 - works are now filtered by language. This currently defaults to the language of the user's locale - in future we will probably want to give the user more control.
Zooey Glass
as zooey-glass
More... about 16 years ago
even faster. More... about 16 years ago
the test ran too slowly. this version runs more than twice as fast. More... about 16 years ago
issue 20 - functional tests failing for chapters controller More... about 16 years ago
nil language id's are okay, and ArchiveConfig.BASE_LANGUAGE is a string, not a language in any case. (sorry for the bad advice, Zooey) More... about 16 years ago
Adding missing file from last commit
Zooey Glass
as zooey-glass
More... about 16 years ago
Preliminary steps towards resolving Issue 34 (adding language filtering to works). Run db:migrate after this update. Not yet functional.
Zooey Glass
as zooey-glass
More... about 16 years ago
Reverts my last commit. Don't delete readings when a work is deleted. Check in the view if there are readings with deleted works and display a short message. More... about 16 years ago
Fix for issue 120: reading objects are now deleted when the referred work is deleted. More... about 16 years ago
Moved the logic for creating default associations from the user controller to its model to prevent the error of a user with no pseuds during testing. More... about 16 years ago
can't convert nil to string bug in globalize More... about 16 years ago
issue 36 - error_messages_for :chapter crashes More... about 16 years ago
Added button on translation page allowing users to hide strings which have already been translated More... about 16 years ago
fix in r198 obviates need for these hacks for FixtureReplacement's create_admin More... about 16 years ago
Fixed bug in authenticate method to allow admins to log in
elzj78
as elzj
More... about 16 years ago
Added a migration to give older users that don't have a profile an empty profile. More... about 16 years ago
issue 71 - FixtureReplacement issue 44 - Abuse form: basic functionality More... about 16 years ago
Fixes issue 113: When trying to change chapter order, all that changes are numbers, not actual order. More... about 16 years ago
issue 71 - FixtureReplacement More... about 16 years ago
Added validation for login. Allowed usernames start and end with a letter or number, and may contain numbers, letters and underscores. Case is ignored. More... about 16 years ago
Turn off email delivery by default. (because the default email addresses are bogus, mail delivery shouldn't be attempted unless a local.yml file has been created turning it on) More... about 16 years ago
Forgot to add partial in my last commit. More... about 16 years ago
Added Reading functionality (issue 11) More... about 16 years ago
Small changes to fixtures, setting posted=true and version=1.0 for all works More... about 16 years ago
(Refactoring) Renamed inc_(major|minor)_version. update_major_version now resets minor_version to 0. More... about 16 years ago
Adjusted tests after change to fixtures in r162 and r169. More... about 16 years ago
Issue 89 - Inconsistant reference to user ids More... about 16 years ago
Issue #111: user routes changed to user login instead of id More... about 16 years ago