12
I Use This!
High Activity

Commits : Listings

Analyzed about 5 hours ago. based on code collected 1 day ago.
May 10, 2023 — May 10, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixes problem with posting new stories. ("Post Story" kept looping back to "Post Story" with empty fields when form was submitted for preview.) More... about 16 years ago
User controller tests working! \o/
astolat
as shalott
More... about 16 years ago
Pseud controller tests all working! \o/
astolat
as shalott
More... about 16 years ago
Added and modified the live_validation plugin, which allows for spiffy client-side validation based directly on the Rails model validations. Try posting a new story to see how it looks in the front end, and check out _work_form.html.erb to see how it's done for nested models like metadata.
astolat
as shalott
More... about 16 years ago
Added is_author_of?() helper method which can be used in the views
elzj78
as elzj
More... about 16 years ago
More cleaning up after click_to_globalize - renamed the click_to_globalize stylesheet and contents to use 'globalize' instead, and changed references to it in application.html.erb. Renamed the click_to_globalize javascript, though it's currently not being used as far as I can see. Deleted _click_to_globalize.html.erb partial, as it seemed to only be making click_to_globalize work, and I couldn't find any places where it was still being used. More... about 16 years ago
Fixes to various error messages and validations. New custom functions added to app/helpers/application_helper.rb for printing out error messages which will need to be improved after design works on it. See work.rb and works/new.html.erb for an example of using the new functions; errors in metadata will now be properly passed along upwards when the work fails to save.
astolat
as shalott
More... about 16 years ago
Improvements and additions to fixtures to make sure necessary associations are satisfied. Unfortunately the spiffy new fixture options don't seem to be reliably working, so have put back in id's. Also some fixes (not yet complete) to user and works tests.
astolat
as shalott
More... about 16 years ago
Made the edit button work from the work preview page
elzj78
as elzj
More... about 16 years ago
Integration of front end for work create/preview forms
elzj78
as elzj
More... about 16 years ago
Fixed db query. Before it tried to look up the work via the chapter's :id. More... about 16 years ago
Began making comments more AJAXy and making the Javascript links more accessible.
elzj78
as elzj
More... about 16 years ago
Added Akismet spam-checking for non-user comments. Logged in users can view posts marked as spam and also approve/reject comments. You will need to migrate up for this update. More... about 16 years ago
changed works and chapters, so only pseuds associated with the work/chapter can edit them More... about 16 years ago
Moved the language-names initializer into application_helper.rb, as it causes initialization of the environment to choke when the db does not yet exist, argh. If you were having trouble with db:create:all, this would be why.
astolat
as shalott
More... about 16 years ago
A bunch of minor updates and fixes to test fixtures, as well as stripping out the respond_to blocks from all the controllers, which are not necessary in Rails 2.0 -- instead we can specify different views just with extensions (eg, "index.xml.builder" as well as "index.html.erb").
astolat
as shalott
More... about 16 years ago
Cleaning up the translation-mode attribute from users. You'll need to run db:migrate after!
astolat
as shalott
More... about 16 years ago
Changed translation button to link to the translation page. Removed the translation toggle method from the user controller and the button switcher from the application helper. Also escaped translations on the application.html.erb view. More... about 16 years ago
Added some preliminary preview functionality for chapters and views
elzj78
as elzj
More... about 16 years ago
Minor tweaks to user creation: password minimum length is 6, taking out password-format-validation because it wouldn't allow unicode characters (eg, entering a password in Chinese or with accented characters), and adding in validation for email veracity while taking out email confirmation.
astolat
as shalott
More... about 16 years ago
Adding a quick sanity check to the languages menu to make sure we have an active locale.
astolat
as shalott
More... about 16 years ago
Restored and tweaked languages menu
astolat
as shalott
More... about 16 years ago
Added some more improvements to checking the user's locale and alerting a user if we don't currently support their locale.
astolat
as shalott
More... about 16 years ago
fix nil object error More... about 16 years ago
Add profile helper, model, controller Add profile migration, non-modified tests Embed profile show/edit into user More... about 16 years ago
Fixed language-switching issues.
astolat
as shalott
More... about 16 years ago
This isn't quite done yet, but it removes click_to_globalize and also gets the locale into the path. Adds the plugin "localized_url_helpers" to help with the latter. Also a minor fix to replace last instance of "active_pseud". You will need to restart your server after this update.
astolat
as shalott
More... about 16 years ago
Chapter position now automatically changes when one is deleted; default pseud is auto-selected in work and chapter forms.
elzj78
as elzj
More... about 16 years ago
Some small cosmetic fixes: icons for flash messages, preloading the list of languages, temporary and ugly favicon for testing purposes and to help distinguish archive testing pages in browser.
astolat
as shalott
More... about 16 years ago
Rudimentary co-author support and improved work & chapter views, plus a couple of unit tests for comments
elzj78
as elzj
More... about 16 years ago