0
I Use This!
Inactive

Commits : Listings

Analyzed about 10 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
This was supposed to be marked html_safe - don't know if I forgot or reverted it somehow. More... over 12 years ago
Fixed typo. More... over 12 years ago
Fixed typo. More... over 12 years ago
Add heuristic to determine whether person:active filter should come into play More... over 12 years ago
Add note about url to use for swrod More... over 12 years ago
fix potential problem when link_to_editors returned nil simplify some code as a result More... over 12 years ago
note some more changes More... over 12 years ago
a bit more with html quoting/escaping More... over 12 years ago
Change some more translation keys to _html form as appropriate More... over 12 years ago
replace use of html_safe with _html key in I18n remove usage of html_safe for previously sanitized field More... over 12 years ago
replace use of html_safe with _html key in I18n More... over 12 years ago
Add HTML sanitizing gems loofah and loofah-activerecord. Sanitize research_focus field of person model. Mark research_focus as html_safe in view. More... over 12 years ago
include gbsclasses javascript - accidentally deleted when doing prototype to jquery conversion More... over 12 years ago
change the pid directory for delayed job so it depends on the environment. This lets delayed job run in more than one environment at the same time if desired. More... over 12 years ago
some simple changes to delayed job start/stop to make it a little cleaner and more informative More... over 12 years ago
replace a couple more usages of ENV['RAILS_ENV'] More... over 12 years ago
explicitly declare var More... over 12 years ago
Replace ENV['RAILS_ENV'] with Rails.env More... over 12 years ago
fix some more code inspection issues More... over 12 years ago
simplify More... over 12 years ago
fix some unterminated statements found by code inspection More... over 12 years ago
Fixed bug showing up in test. I suspect that since I made a save into a save! to try to get another error to reveal itself this problem revealed itself. More... over 12 years ago
Don't eager load works - reports are that it's faster not to More... over 12 years ago
allow rdf request to works#index to set its own rows parameter rather than having the controller always use a default value. Default is still in place if the parameter is not specified. More... over 12 years ago
Merge branch 'master' of github.com:BibApp/BibApp More... over 12 years ago
Fix typo. More... over 12 years ago
removed two methods that don't seem to be used More... over 12 years ago
Change save to save! to try to get a sporadic problem to reveal itself. More... over 12 years ago
remove stale comment More... over 12 years ago
remove deprecation More... over 12 years ago