1
I Use This!
Inactive

Commits : Listings

Analyzed 4 days ago. based on code collected 4 days ago.
May 30, 2023 — May 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated newrelic_rpm plugin More... almost 16 years ago
Added rtags task More... almost 16 years ago
Fixed indentations More... almost 16 years ago
Added eager loading of source in venue view More... almost 16 years ago
Removing newline from beginning of event KML feed because Google Earth is a rather strict XML parser. More... almost 16 years ago
Added logic to call deferred queries in KML and ATOM feeds More... almost 16 years ago
Fixed error in log:archive task More... almost 16 years ago
Added fragment caching to improve performance. Implemented a Cacher class that handles low-level key generation and expiration, and a JanitorObserver that clears the cache when records are altered. Moved all queries into deferred lambdas for use within the view's #cache blocks. Added 'hello' action to benchmark server without the template stack. More... almost 16 years ago
Added fileutils dependency. More... almost 16 years ago
Replaced calls to Date and DateTime with Time to improve performance. More... almost 16 years ago
Improved ApplicationHelper, made it cache the source_code_version value More... almost 16 years ago
Added tmp:cache:clear as prerequisite to data:restore task More... almost 16 years ago
Fixed DuplicateChecking documentation, it now says 'set' in the places where it was incorrectly saying 'array' More... almost 16 years ago
Refactored DuplicateChecking and mixees, renamed ignore_associations to duplicate_squashing_ignores_associations, and ignore_attributes to duplicate_checking_ignores_attributes to improve clarity. More... almost 16 years ago
Refactored DuplicateChecking and mixees to use ignore_associations and ignore_attributes as DSL methods rather than class variables, eliminated ignorable_associations and ignorable_attributes and their instance equivalents. More... almost 16 years ago
Added DuplicateChecking.ignore_associations to fix problem with asymetric association for tags. Will now begin renaming ignore_association and ignore_attribute to more clearly identify their relationship to DuplicateChecking More... almost 16 years ago
Fixing grammatical error in venue_spec text More... almost 16 years ago
Events#index passes correct order argument to Event.find_by_dates. Fixes Issue259 (Sorting (by Event Name, Location) does not work when events are filtered by date) More... almost 16 years ago
Moved rowspan calculation from view to helper. Removed a few unnecessary lines of code. Used date for some calculations. More... almost 16 years ago
Set rowspan for correct row. Fixes Issue248: Event list formating error: data displaced one column to the left. (Problem was that on a new_day, code tried to set rowspan for the prior day (i.e., index-counter); but for the very first day, there is no prior day, index-counter is negative, and rowspan was set for the last event.) More... almost 16 years ago
Resolved Issue256: NilClass#strip_html shouldn't raise exceptions More... almost 16 years ago
Changed 'create' to 'create!' in source_parser_spec and event_spec to make sure exceptions are thrown if model validations failed. More... almost 16 years ago
Changing h to strip_html for better display. More... almost 16 years ago
Added Event finding duplicate specs, similar to those for Venues. [One fails, need to find out why, marked as pending.] Removed pending tag/Categories spec placeholders from source_parser_ical_spec.rb pending research on tags and Categories. More... almost 16 years ago
Per todo note, moved spec from venue_spec.rb to source_parser_hcal_spec.rb. Deleted pending spec in venue_spec.rb as redundant of other (integration) specs. Deleted all pending hCal Category specs. (Need to do more research about about Tags and Categories.) More... almost 16 years ago
Adds new example completing Issue44: SourceParser checking duplicates when importing two identical events - should create only one venue (PENDING: Marked as pending because test fails.) Deletes example that tested alternative, non-existent implementation. More... almost 16 years ago
Removed ancient, orphaned admin helpers. More... almost 16 years ago
Making specs colorful (again). More... almost 16 years ago
Ensuring that ical event description will not be set when the description is blank. More... almost 16 years ago
Fixed typo that was causing two tests to fail: 'Event when finding by dates for future events should include events with no end time that started today' FAILED More... almost 16 years ago