0
I Use This!
Inactive

Commits : Listings

Analyzed about 12 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
Specify ruby in .rvmrc. Remove libxml2-ruby from Gemfile (let solr-ruby force its inclusion). Remove solr-ruby version. More... almost 12 years ago
Start tracking the rvmrc. More... almost 12 years ago
Update changelog More... almost 12 years ago
Add a couple specs to cover recently fixed bugs. More... almost 12 years ago
reflect change More... almost 12 years ago
The way works was defined was giving errors in some cases. This is closer to the original from which I changed it, but I think it fixes the error in the original. More... almost 12 years ago
Fix bug in generating solr_data for group More... almost 12 years ago
Update rails to 3.0.15. More... almost 12 years ago
Update rails to 3.0.15 (in preparation to go to 3.2.6+ soon). More... almost 12 years ago
Add comments More... almost 12 years ago
Add a conditional to make it a bit clearer what is going on. More... almost 12 years ago
Enable update of name in name string. Previously if we found it we didn't update (it could be found because the machine name might be different). Now we try to update. More... almost 12 years ago
Fix bug if work.publication is nil. More... almost 12 years ago
fail with an exception More... almost 12 years ago
typo More... almost 12 years ago
typo More... almost 12 years ago
add some recent changes More... about 12 years ago
Add rake task for clearing out old sessions. More... about 12 years ago
Fix bug - need to get array out of this. More... about 12 years ago
Update to reflect pinned paperclip version. More... about 12 years ago
Pin paperclip to 2.7.x. 3.x versions require Ruby 1.9.2. More... about 12 years ago
Fix bug. It seems that while string and string.clone were different, string.mb_chars and string.clone.mb_chars were the same, so a destructive modification was changing the mb_chars of the original string, which we did not want. Modified method to avoid that. Still haven't figured out why punctuation is getting stripped from the author names. More... about 12 years ago
Allow start_page field to be edited for BookWhole objects. More... about 12 years ago
Prevent the publication line from displaying when showing the metadata for a BookWhole. Do this by abstracting conditional (which already prevented this in some cases) into a helper method. More... about 12 years ago
Try using acts_as_tree_rails3 to have an official acts_as_tree version. More... about 12 years ago
reflect recent changes More... about 12 years ago
Finished replacing all uses of Index.work_to_solr_hash and removed it. All the replacements show some speedup in the development environment. More... about 12 years ago
Replaced some uses of work_to_solr_hash and shared/work partial with work itself and shared/proper_work partial. These show modest speed improvement. More... about 12 years ago
Removed two unnecessary uses of work_to_solr_hash - since link_to_findit only uses its work argument to pass to coin, and since coin can take either an ActiveRecord or Solr work (and in fact only uses the latter to look up the former), there's no reason to call it in these cases - better to just pass the AR work. More... about 12 years ago
Fix bug in ordering for year(i.e. pub date) descending More... about 12 years ago